@charset "utf-8";
/*重置*/
body,h1,h2,h3,h4,h5,dl,dd,dt,p,ul,li,ol{ margin:0; padding:0;}
input,select,form,textarea,button{ border:none; margin:0;outline:none; padding:0; appearance:none;}

textarea{resize: none;overflow: auto;vertical-align:top;}
button,input,select,textarea{font-size: 14px; margin: 0;cursor: pointer;background-color: transparent;border: none;}
input::-webkit-input-placeholder{color:#999;}
input:-moz-placeholder{color:#999;}
input::-moz-placeholder{color:#999;}
input:-ms-input-placeholder{color:#999;}    
.inpTextR{text-align: right!important;}
textarea.textarea::-webkit-input-placeholder{color:#999;padding: 10px;width: 100%;}   
textarea.textarea:-moz-placeholder{color:#999;padding: 10px;width: 100%;}
textarea.textarea::-moz-placeholder{color:#999;padding: 10px;width: 100%;}       
textarea.textarea:-ms-input-placeholder{color:#999;padding: 10px;width: 100%;}

h1,h2,h3,h4,h5{ font-weight:normal;}
img{ border:none;}
a{ text-decoration:none;}
body{ font-size:14px; font-family:"微软雅黑";}
li{ list-style-type:none;}
body,html{ width:100%;/* height: 100%;*/}

.top_box{
	background:url(../images/top_line.png) no-repeat center bottom;
	padding-bottom: 4px;
	height:90px;
	margin-bottom: 70px;
}
.wid_con{
	width: 1200px;
	overflow: hidden;
	margin:15px auto;
}
.top_logo{
	float: left;
    /*margin: 15px 0;*/
}
.top_logo a{
	display: none;
	vertical-align: middle;
	margin-right: 16px;
    width: 370px;
    height: auto;
    /*background:url(../images/logo.png) no-repeat left 1px center;*/
}
.top_logo img{
    display: block;
    width: 370px;
    height: auto;
}
.top_logo span{
	display: inline-block;
	vertical-align: middle;
	/*border-left: #2c8fcd solid 1px;*/
	font-size: 24px;
	color: #2c8fcd;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}
.top_menu{
	float: right;
	position: relative;
}
.top_menu i{
	position: absolute;
	bottom: 0;
	left: 69px;
	width: 40px;
	height: 2px;
	background-color: #2c8fcd;
}
.top_menu ul{
	overflow: hidden;
	margin-top: 40px;
}
.top_menu ul li{
	float: left;
	margin-left: 28px;
	padding:0 2px;
}
.top_menu ul li:first-child{
	margin-left: 0;
}
.top_menu ul li a{
	display: block;
	font-size: 16px;
	color: #666;
	padding-bottom: 7px;
}
.top_menu ul li.cur a{
	color: #2c8fcd;
}


.border_box{
	float: left;
	width: 460px;
	height: 300px;
}
.login_con{
	/*float: right;*/
	width: 460px;
	height: 300px;
	overflow: hidden;
}
.login_con h1{
	background-color:#003997;
	text-align: center;
	color: #fff;
	font-size:18px;
	height:30px;
	line-height:30px;
}
.text_box{
	border: #ccc solid 0px;
	border-top: none;
}
.text_box>div{
	margin:0 0px;
	padding:0px 0;
}
.text_box>div>div{
	height: 46px;
	margin-bottom: 20px;
	position: relative;
}
.text_box>div>div i{
	width: 22px;
	height: 22px;
	overflow: hidden;
	margin:12px;
	position: absolute;
}
.text_box>div>div input{
	width: 458px;
	height: 44px;
	line-height:44px;
	background-color:#f5f5f5;
	font-size: 14px;
	font-family: "微软雅黑";
	color: #333;
	border: #ededed solid 1px;
	text-indent: 44px;
}
.text_box input:focus{
	border:#f00 solid 1px;
}
.text_box .yzm input{
	width:458px;
}
.text_box .yzm label {
	width: 100px;
	text-align: center;
	display: inline-block;
}
.text_box h3{
	overflow: hidden;
	margin-top: 24px;
}
.text_box h3 a{
	font-size: 14px;
	color: #666;
}
.text_box h3 a:last-child{
	float: right;
}
.text_box h3 a:hover{
	text-decoration: underline;
}
.text_box button{
	display: block;
	width: 458px;
	height:42px;
	font-size:18px;
	color: #fff;
	line-height:42px;
	text-align: center;
	background: url(../images/btn_bg222.jpg);
	font-family: "微软雅黑";
	margin-top:155px;
	cursor: pointer;
}
.text_box button:hover{
	opacity: .9;
}


/*footer*/
.footer{
	text-align: center;
	margin:100px 0 50px;
}
.footer p{
	font-size: 14px;
	color: #999;
	line-height: 26px;
}
.footer p a{
	display: none;
	padding-left: 15px;
	margin-right:16px;
	color: #666;
}
.footer p span{
	background:url(../images/beian.png) no-repeat center left;
	padding-left: 24px;
	margin-left:16px;
}