/*login*/
body,html{margin: 0;padding: 0;font-family: "微软雅黑";font-size: 20px;}
input{padding: 0;outline: none;margin: 0;border: none;font-family: "微软雅黑";}
ul{margin: 0;padding:0;list-style: none;}
.header{width: 100%;height: 7.5%;min-height: 80px;background:#eaeaea;background: -ms-linear-gradient(top, #fff 0%,#eaeaea 100%);background: -o-linear-gradient(top, #fff 0%,#eaeaea 100%);background: -moz-linear-gradient(top, #fff 0%,#eaeaea 100%);background: -webkit-linear-gradient(top, #fff 0%,#eaeaea 100%);position: relative;}
.header .logo{width: 180px;height: 60px;background: url(../images/logo.png) no-repeat left center;display: inline-block;position: absolute;top: 50%;margin-top: -30px;left: 10%;}
.main{width: 100%;position: relative;background: #efefef;}.main img{width: 100%; height: 530px;}
.main .login{width: 330px;height: 436px;background: white;position: absolute;right: 15%;top: 40%;margin-top: -180px;}
@media screen and (max-width: 768px) { 
	.main .login{width: 100%; left: 0px;}
	#copyrightInfo {font-size: 12px;}
}
.main .login .log_group{width: 300px;height: 40px;padding: 13px 0;text-align: center;margin: 0 auto;}
.main .login .log_group .log_input{width: 245px;height: 50px;border: 1px solid #c6c6c6;float: left;font-size: 16px;text-indent: 16px;}
.main .login .log_group .btn_login{width: 300px;height: 50px;border: 1px solid #c6c6c6;cursor: pointer;background: #085eb3;color: white;font-size: 20px;}
.main .login .head{width: 100%;height: 75px;line-height: 75px;text-align: center;background: #efefef;color: #02528f;margin-bottom: 6px;font-size: 26px;}
.main .login .log_group label{width: 53px;height: 52px;display: block;float: left;}
.main .login .log_group .usericon{background: url(../images/icon_user.png) no-repeat left center;}
.main .login .log_group .pwdicon{background: url(../images/icon_pwd.png) no-repeat left center;}
.footer{width: 100%;}
.footer .menu{width: 80%;min-width: 1070px;margin: 0 auto;position: relative;}
.footer .menu .bg{width: 100%;}
.footer .menu ul{width: 98%;-ms-transform: translate3d(0,-53%,0);-moz-transform: translate3d(0,-53%,0);-o-transform: translate3d(0,-53%,0);-webkit-transform: translate3d(0,-53%,0);min-width: 1050px;margin: 0 1%;position: absolute;top: 50%;}
.footer .menu ul li{width: 29.333333333%;line-height: 46.34%;padding: 0 2%;float: left;}
.footer .menu ul li .title{width: 100%;height: 12.683%;line-height: 52px;}
.footer .menu ul li a{text-decoration: none;display: block;color: #4a4a4a;}
.footer .menu ul li a span{display: block;float: left;}
.footer .menu ul li a .icon_tit{margin: 16px 10px 16px 0px;background: url(../images/icon_tit.png) no-repeat center;width: 20px;height: 20px;}
.footer .menu ul li a:hover img{outline: #41a0fc solid thick;}
.footer .menu ul li a img{width: 100%;}
.footer .foot_info{width: 100%;height: 44px;background: #efefef;line-height: 44px;text-align: center;color: #969696;font-size: 20px;}
.header .help{height: 60px;line-height: 60px;position: absolute;right: 10%;top: 50%;margin-top: -16px;font-size: 20px;}
.header .help a{text-decoration:none;color: #4a4a4a;text-indent: 30px;background: url(../images/help.png) no-repeat left center;display: block;}
.header .help a:hover{color: #085eb3;background: url(../images/help2.png) no-repeat left center;}
.main .login .forget a:hover{color: #085eb3}
.main .login .log_group .btn_login:hover{background: #096ed0;}