@charset "utf-8";
html{color:#333;font-size:12px;font-family:"微软雅黑";background:#fff;}
*{margin:0px;padding:0px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,span,a,button{margin:0;padding:0;outline:none;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}
ol,ul{list-style:none}
caption{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0;font-variant:normal}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
// input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;vertical-align:middle;}
input,textarea,select{*font-size:100%}
input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px white inset;}
legend{color:#000}
.c{clear:both;height:0px;overflow:hidden;}
.cl:after{content:"";display:table;clear:both;overflow:hidden;}
a{color:#333;text-decoration:none;}
a:hover{color:#ff6600;text-decoration:none;}
.l{float:left;}
.r{float:right;}
.w1200{width:1200px;margin:0px auto;}
.red{color:#ff6600;}
a.red{color:#ff6600!important}
font{font-size:12px;}

/*登录页面*/
.header-mumber{width:1190px;margin:0px auto;overflow:hidden;zoom:1;padding:10px 10px 0;}
.header-mumber .login-logo{float:left;line-height:72px;font-size: 22px;color: #3a3a3a;}
.header-mumber .login-logo img{float:left;display:block;margin-top:12px;margin-right:12px;}
.header-mumber .nav{float:right;overflow:hidden;zoom:1;padding-top:20px;}
.header-mumber .nav li{float:left;margin-left:36px;font-size:16px;}
.login{height:600px;background:url(../images/login-bg.jpg) center no-repeat;}
.login .w1200{background:url(../images/login-bg.jpg) no-repeat center center;height:600px;position:relative;}
.login .login-form{width:320px;height:340px;background:#fff;background:rgba(255,255,255,0.88);padding:30px 20px;color:#666;float:right;margin-top:80px;}
.login .login-form a{color:#666;}
.login .login-form a:hover{color:#ff6600;}
.login-form .big-tit{font-size:20px;color:#666;}
.login-form .bz{display:block;height:26px;padding-left:35px;margin:10px 0px;background:#fefcee url(../images/login-ico.png) no-repeat -20px 5px;border:1px solid #f3d995;line-height:26px;color:#df9c1f;}
.login-form .ts-yz{display:none;height:26px;padding-left:35px;margin:10px 0px;background:#FEF2F2 url(../images/login-ico.png) no-repeat -20px -225px;border:#FDB5A6 solid 1px;line-height:26px;color:#E53834;}
.login-form li{margin-bottom:24px;}
.login-form .username,.login-form .pwd{height:38px;border:#bdbdbd solid 1px;background:#fff;}
.login-form .input-css{width:274px;height:16px;line-height:16px;border:0px;padding-left:5px;font-size:14px;color:#333;padding:11px 0 11px 5px;}
.login-form .username label,.login-form .pwd label{float:left;height:38px;width:38px;background:#f1f1f1 url(../images/login-ico.png) no-repeat -17px -32px;overflow:hidden;text-indent:-9999px;}
.login-form .pwd label{background-position:-18px -74px;}
.login-form .username:hover,.login-form .pwd:hover{border:#ff8800 solid 1px;}
.login-form .username:hover label,.login-form .pwd:hover label{background:#FFF6EA url(../images/login-ico.png) no-repeat -17px -121px;}
.login-form .pwd:hover label{background-position:-18px -163px;}
.login-form .yz{position:relative;}
.login-form .yz input{float:left;border:#bdbdbd solid 1px;width:130px;padding-left:10px;}
.login-form .yz input:hover{border:#ff8800 solid 1px;}
.login-form .yz img{height:38px;width:105px;margin-left:10px;}
.login-form .yz .a-chg{position:absolute;top:8px;right:0px;color:#ff6600;cursor:pointer;}
.login-form .login-btn{width:100%;height:42px;background:#ff8800;border:0px;font-size:18px;color:#fff;cursor:pointer;border-radius:2px;}
.login-form .login-btn:hover{background:#FE9925;}
.login-form .login-btn:active{background:#ff8800;}
.login-footer{text-align:center;color:#666;padding-top:20px;background-color:#fff;}