@charset "utf-8";
/* CSS Document */
body *{ font-family: "Microsoft YaHei","weiruanyahei",Tahoma,SimSun }
*{ padding:0; margin:0}
html{ font-family:sans-serif; -webkit-text-size-adjust:100%; -ms-text-size-adjust: 100%;}
input,button{ border:1px solid #CCC; background:none; outline:none}
ul,li{ list-style:none; float:left}
body{ font-family:Arial, Helvetica, sans-serif "微软雅黑"; font-size:13px; color:#333;}
a{ color:#333; text-decoration:none; transition-duration:0.4s}
a:hover{ text-decoration:none;}
img{ border:none; max-width:100%; float:left}
.fl{ float:left}
.fr{ float:right}
i{ float:left}
.w1200{ width:1300px; margin:auto}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
 
.login_logo{ float:left; width:90%; margin:20px 60px 40px 60px; font-size: 40px; color: #0069aa; font-weight: bold; letter-spacing: 4px;}
.login_logo img{ float: left; height: 40px; margin-top: 6px; margin-right: 10px;}
.login_logo span{ float: left; width: 100%; margin-top: 8px;}
.login_bg{ float:left; width:100%; height:700px; background:url(../images/login_bg2.jpg) no-repeat top; background-size:100%}
.login_bg .login_box{ float:right; background:url(../images/login_box.jpg) no-repeat; width:486px; height:496px; margin:-29px 8% 0 8%; }
.login_bg .login_box .tip{ float:left; width:275px; height:35px; line-height:35px; margin-top:126px; margin-left:109px; text-align:center;font-size:16px; color:red}
.login_bg .login_box ul.form{ float:left; width:390px; margin-left:48px; margin-top:10px;}
.login_bg .login_box ul.form li{ float:left; width:388px; border:1px solid #cccccc; margin-bottom:25px; background:#FFF}
.login_bg .login_box ul.form li span{ float:left; width:40px; height:45px; background:url(../images/login_ico.jpg) no-repeat center;}
.login_bg .login_box ul.form li input.i-box{ float:left; width:280px; margin-left:10px; font-size:16px; line-height:45px; border:none; color:#666}
.login_bg .login_box ul.form li.li span{ background:url(../images/login_ico2.jpg) no-repeat center;}
.login_bg .login_box ul.form li:first-child span{ background:url(../images/login_ico3.jpg) no-repeat center;}
.login_bg .login_box ul.form li.li2{ border:none; margin-top:10px;}
.login_bg .login_box ul.form li .submitBtn{ width:100%; height:50px; padding:0; background:#3578e1; color:#fff; font-size:20px; border:none; cursor:pointer;}