html {
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	background-color: #F5F7FA;
	font-size: 100%;
	width: 100%;
	height: 100%;
}

a:HOVER {
	color: #DD0000;
}

.head {
	width: 1260px;
	height: 68px;
	margin: 0px auto;
}

.headcont {
	width: 1260px;
	margin: 0px auto;
	overflow: auto;
}

.logo {
	float: left;
	margin-top: 5px;
	overflow: auto;
}

.tit {
	float: left;
	padding: 18px 0px;
	color: #434A54;
	font-size: 20pt;
}

.tit a:HOVER {
	color: #434A54;
}

.func {
	float: right;
	font-size: 9pt;
	color: #434A54;
	padding: 28px 0px;
}

.func span {
	color: #DD0000;
	font-weight: bold;
}

.wire {
	border-bottom: 2px solid #DD0000;
}

.center {
	width: 1260px;
	padding: 0px;
	margin: 0px auto;
	overflow: auto;
}

.center .left {
	float: left;
	width: 220px;
	margin-top: 20px;
	z-index: 2;
	position: absolute;
}

.center .right {
	float: right;
	width: 1040px;
	min-width: 725px;
	background: #FFF;
	overflow: hidden;
}

.center .right iframe {
	margin: 0px;
	padding: 0px;
}

#copyright {
	bottom: 0px;
	width: 100%;
}

.msg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
}

.msgBox {
	display: none;
	width: 400px;
	min-height: 155px; /* height: 155px; */
	margin: 0px auto;
	background: #FFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -77.5px;
	margin-left: -200px;
}

.msgBox .msg_bar {
	background: #DD0000;
	height: 30px;
}

.msgBox .msg_bar span {
	display: inline-block;
	margin-top: 3px;
}

.msgBox .msg_bar img {
	display: block;
}

.msgBox .msg_bar .img1 {
	margin-left: 5px;
}

.msgBox .msg_bar .img2 {
	float: right;
	margin-right: 5px;
}

.msgBox .msg_bar .img2 img:HOVER {
	cursor: pointer;
}

.msgBox .msg_cont {
	text-align: center;
	margin: 21px 20px;
}

.msgBox .msg_cont span {
	font-size: 9pt;
	color: #434A54;
	display: block;
	word-wrap: break-word;
	margin-bottom: 55px; /* 修改 */
}

.msgBox .msg_btn {
	text-align: center;
	margin-bottom: 20px;
	position: absolute;
	bottom: 0px;
	width: 400px;
}

.msgBox .msg_btn ul {
	text-align: center;
	padding-left: 0px;
}

.msgBox .msg_btn li {
	display: inline-block;
}

.msgBox .msg_btn li:first-child {
	margin-right: 5px;
}

.msgBox .msg_btn input {
	border: 0px;
	background: #DD0000;
	color: #FFF;
	font-size: 9pt;
	font-family: "微软雅黑";
	width: 68px;
	height: 24px;
	outline-style: none;
	cursor: pointer;
}

.msgBox .msg_btn input:HOVER,.msgBox .msg_btn input:focus {
	background: #F73500;
	cursor: pointer;
}

#msg_cancel {
	background-color: #F5F7FA;
	color: #434a54;
	border: 1px solid #E6E9ED;
	outline-style: none;
	font-family: "微软雅黑";
	width: 68px;
	height: 24px;
	font-size: 9pt;
	text-align: center;
	cursor: pointer;
}

#msg_cancel:hover,#msg_cancel:focus{
	background-color:#FFF;
}

.chpsd {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 998;
	background: #8E8E8E;
	zoom: 1;
	top: 0;
	left: 0;
}

.chBox {
	display: none;
	width: 300px;
	background: #FFF;
}

.chBox .title {
	background: #DD0000;
	overflow: auto;
}

.chBox .title span:first-child {
	font-size: 9pt;
	font-weight: bold;
	color: #FFF;
	float: left;
	padding: 6px 0px 6px 15px;
}

.chBox .title span.close {
	font-size: 11pt;
	font-weight: bold;
	color: #FFF;
	float: right;
	padding: 6px 15px 6px 0px;
}

.chBox .title span a {
	color: #FFF;
}

.chBox .content .pass {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #E6E9ED;
	padding: 30px 36px 0px 36px;
}

.chBox .content .pass li {
	text-align: left;
}

.chBox .content .pass li span {
	display: inline-block;
	font-size: 9pt;
	color: #434A54;
	margin: 6px 0px;
	width: 72px;
	text-align: right;
}

.chBox .content .pass li .hint {
	width: 20px;
}

.chBox .content .pass li input {
	width: 150px;
	border: 1px solid #E6E9ED;
	height: 23px;
	outline-style: none;
}

.chBox .content .pass #result {
	height: 30px;
	text-align: center;
}

#result span {
	width:200px;
	text-align: center;
}

.chBox .content .pass #result span {
	color: #DD0000;
}

.chBox .content .passBtn {
	list-style: none;
	padding: 18px 0px;
	overflow: auto;
	text-align: center;
}

.chBox .content .passBtn li {
	display: inline;
}

.chBox .content .passBtn li:first-child {
	margin-right: 5px;
}

.chBox .content .passBtn .chpsdbtn {
	border: 0px;
	background: #DD0000;
	color: #FFF;
	width: 68px;
	height: 24px;
	outline-style: none;
	font-weight: 700;
	cursor: pointer;
}

.chBox .content .passBtn .resetbtn {
	background:#F5F7FA;
	color: #434a54;
	border: 1px solid #E6E9ED;
	outline-style: none;
	width: 68px;
	height: 24px;
	outline-style: none;
	font-weight: 700;
	cursor: pointer;
}

.chBox .content .passBtn .chpsdbtn:HOVER {
	background-color:  #F73500;
	color: #FFF;
	cursor: pointer;
}

.chBox .content .passBtn .resetbtn:HOVER {
	background:#FFF;
	cursor: pointer;
}

.load {
	height: 100%;
	width: 100%;
	z-index: 1020;
	border: none;
	position: fixed;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	opacity: 0.6;
	background-color: #ccc;
}

.load .icon {
	position: absolute;
	margin: 0px auto;
	top: 50%;
	left: 50%;
	margin-left: -16px;
	margin-top: -18px;
}

.msgboxokbtn{
	background-color:#DD0000;
	color:#FFF;
	border:1px solid #DD0000;
	outline-style:none;
	font-family:'微软雅黑';
	width:60px;height:24px;
	font-weight:700;
	font-size:9pt;
	text-align:center;
	cursor:pointer;
	margin-right: 5px;
}

.msgboxcancelbtn{
	background-color:#F5F7FA;
	color:#434a54;
	border:1px solid #E6E9ED;
	outline-style:none;
	font-family:'微软雅黑';
	width:60px;
	height:24px;
	font-weight:700;
	font-size:9pt;
	text-align:center;
	cursor:pointer;
}

.msgboxcancelbtn:hover,.msgboxcancelbtn:focus{
	background:#FFF;
}

.msgboxokbtn:focus,.msgboxokbtn:hover,#chaxun a:hover,#chaxun a:focus,.searchbtn:hover,.searchbtn:focus{
	background:  #F73500;
	color: #FFF;
}

