@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, form, fieldset, input, textarea, p, blockquoteth, td {margin:0px;padding:0px;}
img, input, select, button{vertical-align:middle;}
ul , ol {list-style:none;}
fieldset, img {border:0;}
h1, h2, h3, h4, h5, h6 {font-size:100%; font-weight:normal;}
table {border-collapse:collapse;border-spacing:0;}
a {text-decoration:none;color:#000;}
body{font-family:"微软雅黑";font-size:12px;background:#fff;}

/*登陆页面*/
.login{ background:url(../images/login_bg.jpg) no-repeat #1e6ea1;}
.header{ background:#0f3a5c; height:90px;}
.logo { width:1000px; margin:0 auto; font-size:60px; line-height:90px; color:#fff}
.main{background:url(../images/login_body.png) no-repeat; width:444px; height:345px; position:relative; top:80px; margin:0 auto; }
.login_title{ height:70px; line-height:70px; text-align:center; font-size:24px; color:#fff; letter-spacing:8px;}
input{ height:39px; border:0px; width:300px; line-height:40px; background:#91cbe6; font-size:18px; color:#0f3a5c}
input::-webkit-input-placeholder {
color: #3482b2 !important; 
}
input:-moz-placeholder {
color: #3482b2 !important; 
}
input::-moz-placeholder {
color: #3482b2 !important; 
}
input:-ms-input-placeholder {
color: #3482b2 !important; 
}
.username{ margin-top:29px; margin-left:90px;}
.password{ margin-top:18px;margin-left:90px;}

.botten{ border:0px; margin-left:46px; margin-top:19px;}
.boimg{background:url(../images/bottom.png) no-repeat; width:104px; height:43px; border:0px;}
.boimg:hover{background:url(../images/bottom2.png) no-repeat; width:104px; height:43px; border:0px;}




.regheader{background:#0f3a5c; height:50px;}
.regheader .reglogo{width:1000px; margin:0 auto; font-size:24px; line-height:50px; color:#fff}
.regmain{background:url(../images/reg.png) no-repeat; width:444px; height:563px; position:relative; top:80px; margin:0 auto; }
.reglogin{text-align:right; padding:40px 10px 0px 0px;}
.reglogin a{ font-size:14px; color:#cde1f0;}
.regusername{ margin-top:45px; margin-left:90px;}
input:focus {
    outline: 0;
}
.clear{ clear:both}
.regtop{ margin-top:17px;margin-left:90px; height:40px;}
.codeinput{ float:left; width:160px;}
.codeinput input{width:140px;}
.codeimg{ float:right; margin-right:50px;}
.regbotten{border:0px; margin-left:44px; margin-top:15px;}