﻿@charset 'utf-8';

/*footer start*/
footer{
	height: 165px;
	position: relative;
	z-index: 1001;
	margin-top: 10px;
}
footer .footer_top{
	height: 200px;
	background-color: #f7f7f7;
}
footer .footer_top .top_box{
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}
footer .footer_top .top_box>div{
	float: left;
}
footer .footer_top .top_box>div pre{
	margin-bottom: 20px;
	font-size: 14px;
	font-family: "宋体";
	color: #666;
	line-height: 30px;
}
footer .footer_top .top_box .left{
	width: 524px;
	height: 95px;
	padding-top: 55px;
	padding-left: 90px;
}
footer .footer_top .top_box .left a{
	display: block;
	overflow: hidden;
	padding-top: 75px;
	background: url(../images/foot_icon.png) no-repeat center top;
}
footer .footer_top .top_box .left a p{
	float: left;
	width: 87px;
	height: 18px;
	text-align: center;
}
footer .footer_top .top_box .center{
	width: 280px;
	padding-top: 68px;
	margin-left: 50px;
}
footer .footer_top .top_box .center p{
	width: 274px;
	height: 27px;
	border: 1px solid #ddd;
}
footer .footer_top .top_box .center p input{
	width: 195px;
	float: left;
	padding-left: 5px;
	height: 27px;
	font-size: 12px;
	line-height: 27px;
	border: none;
	outline: none;
}
footer .footer_top .top_box .center p button{
	float: left;
	cursor: pointer;
	width: 74px;
	height: 27px;
	line-height: 27px;
	background-color: #555;
	color: white;
	outline: none;
	border: none;
}
footer .footer_top .top_box .right{
	float: left;
	width: 105px;
	height: 131px;
	padding: 35px 0 0 50px;
	background: url(../images/foot_code.jpg) no-repeat right bottom;
}
footer .footer_top .top_box .right p{
	text-align: center;
}
footer .footer_content{
	width: 1200px;
	margin: 0 auto;
}
footer .footer_content>ul{
	height: 50px;
	width: 300px;
	margin: 0 auto;
	line-height: 50px;
	overflow: hidden;
}
footer .footer_content>ul li{
	float: left;
}
footer .footer_content>ul li a{
	padding: 10px;
}
footer .footer_content>p{
	line-height: 20px;
	height: 20px;
	width: 650px;
	text-align: center;
	margin: 0 auto;
}
footer .footer_content>p.info,footer .footer_content>p.remind{
	line-height: 30px;
	height: 30px;
	color: #666;
}
footer .footer_content>p a{
	padding: 0 20px;
}
footer .footer_content>p a img{
	vertical-align: middle;
}
footer .footer_content a:hover{
	color: #3166cc;
}
footer .footer_content>div{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
}
footer .footer_content>div img{
	margin-left: 5px;
	margin-right: 5px;
}
footer .footer_content>div>img{
    width: 100px;
}
/*footer end*/

/*登录 start*/
.login_zhezhao{
	width: 100%;
	height: 100%;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
}
.login_zhezhao .login_box{
	width: 420px;
	height: 425px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -213px;
	margin-left: -210px;
	background-color: white;
	border-radius: 4px;
}
.login_zhezhao .login_box>span{
	position: absolute;
	font-size: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	top: 20px;
	right: 20px;
	color: #888;
}
.login_zhezhao .login_box>span:hover{
	color: #333;
}
.login_zhezhao .login_box>p{
	text-align: center;
	color: #ccc;
}
.login_zhezhao .login_box>p span{
	margin-left: 20px;
	margin-right: 20px;
	color: #333;
}
.login_zhezhao .login_box .logo{
	width: 150px;
	height: 50px;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 15px;
	background: url(../images/logon.png) no-repeat center;
}
.login_zhezhao .login_box form{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 1px;
}
.login_zhezhao .login_box form>p{
	border: 1px solid #ddd;
	margin-top: 20px;
}
.login_zhezhao .login_box form>p input{
	padding-left: 50px;
	height: 45px;
	width: 266px;
	outline: none;
	border: none;
}
.login_zhezhao .login_box form>p input[type="text"]{
	background: url(../images/user_icon.png) no-repeat 10px;
}
.login_zhezhao .login_box form>p input[type="password"]{
	background: url(../images/psword_icon.png) no-repeat 10px;
}
.login_zhezhao .login_box form>button{
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	outline: none;
	border: none;
	cursor: pointer;
	color: white;
	margin-top: 35px;
	background-color: #3b92d5;
}
.login_zhezhao .login_box form>div{
	margin-top: 20px;
	font-size: 12px;
}
.login_zhezhao .login_box form>div input{
	vertical-align: middle;
}
.login_zhezhao .login_box form>div a{
	position: relative;
	left: 175px;
}
/*登录 end*/

/*注册 start*/
.register_zhezhao{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	background-color: rgba(0,0,0,0.5);
}
.register_zhezhao .register_box{
	width: 420px;
	height: 450px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -235px;
	margin-left: -210px;
	background-color: white;
	border-radius: 4px;
}
.register_zhezhao .register_box>span{
	position: absolute;
	font-size: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	top: 20px;
	right: 20px;
	color: #888;
}
.register_zhezhao .register_box>span:hover{
	color: #333;
}
.register_zhezhao .register_box>p{
	text-align: center;
	color: #ccc;
}
.register_zhezhao .register_box>p span{
	margin-left: 20px;
	margin-right: 20px;
	color: #333;
}
.register_zhezhao .register_box .logo{
	width: 150px;
	height: 50px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	background: url(../images/logon.png) no-repeat center;
}
.register_zhezhao .register_box form{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 1px;
}
.register_zhezhao .register_box form>p{
	border: 1px solid #ddd;
	margin-top: 17px;
}
.register_zhezhao .register_box form>p input{
	height: 45px;
	padding-left: 16px;
	width: 300px;
	outline: none;
	border: none;
}
.register_zhezhao .register_box form>button{
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	outline: none;
	border: none;
	cursor: pointer;
	color: white;
	margin-top: 25px;
	background-color: #3b92d5;
}
.register_zhezhao .register_box form>div{
	border: 1px solid #ddd;
	margin-top: 17px;
	font-size: 12px;
}
.register_zhezhao .register_box form>div input{
	vertical-align: middle;
	height: 45px;
	width: 150px;
	padding-left: 16px;
	outline: none;
	border: none;
}
.register_zhezhao .register_box form>div>button{
	width: 100px;
	margin-left: 52px;
	outline: none;
	border: none;
	height: 45px;
	cursor: pointer;
	vertical-align: middle;
}
.register_zhezhao .register_box form>div a{
	position: relative;
	left: 160px;
}
/*注册 end*/

/*忘记密码 start*/
.forgetPassword_zhezhao{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	background-color: rgba(0,0,0,0.5);
}
.forgetPassword_zhezhao .forgetPassword_box{
	width: 420px;
	height: 440px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -235px;
	margin-left: -210px;
	background-color: white;
}
.forgetPassword_zhezhao .forgetPassword_box>span{
	position: absolute;
	font-size: 30px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	top: 20px;
	right: 20px;
	color: #888;
}
.forgetPassword_zhezhao .forgetPassword_box>span:hover{
	color: #333;
}
.forgetPassword_zhezhao .forgetPassword_box>p{
	text-align: center;
	color: #ccc;
}
.forgetPassword_zhezhao .forgetPassword_box>p span{
	margin-left: 20px;
	margin-right: 20px;
	color: #333;
}
.forgetPassword_zhezhao .forgetPassword_box .logo{
	width: 150px;
	height: 50px;
	margin: 0 auto;
	margin-top: 25px;
	background: url(../images/logo.png) no-repeat center;
}
.forgetPassword_zhezhao .forgetPassword_box form{
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 1px;
}
.forgetPassword_zhezhao .forgetPassword_box form>p{
	border: 1px solid #ddd;
	margin-top: 20px;
}
.forgetPassword_zhezhao .forgetPassword_box form>p input{
	height: 40px;
	padding-left: 16px;
	width: 300px;
	outline: none;
	border: none;
}
.forgetPassword_zhezhao .forgetPassword_box form>button{
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	outline: none;
	border: none;
	cursor: pointer;
	color: white;
	margin-top: 20px;
	background-color: #235aad;
}
.forgetPassword_zhezhao .forgetPassword_box form>div{
	border: 1px solid #ddd;
	margin-top: 20px;
	font-size: 12px;
}
.forgetPassword_zhezhao .forgetPassword_box form>div input{
	vertical-align: middle;
	height: 40px;
	width: 150px;
	padding-left: 16px;
	outline: none;
	border: none;
}
.forgetPassword_zhezhao .forgetPassword_box form>div>button{
	width: 100px;
	margin-left: 52px;
	outline: none;
	border: none;
	height: 40px;
	vertical-align: middle;
}
.forgetPassword_zhezhao .forgetPassword_box form>div a{
	position: relative;
	left: 160px;
}
/*忘记密码 end*/