@charset "utf-8";


*{
	margin:0;
	padding:0;
}

.cl{ clear:both;}
html{ height:100%; background: #d6dee0;}
body{  background:url(../images/login_bg2.jpg) no-repeat; background-position:center; min-height: 600px; min-width:700px; height:100%; width:100%; overflow: hidden; position:relative;}

h1{ text-align: center; color:#007cc2; font-family: "微软雅黑"; font-size: 48px; height:60px; position:absolute; width: 100%; top:10%;}

.login{ width:668px; height:353px; background:url( ../images/login_bg.png) no-repeat; margin:auto; position:absolute; left: 0; top:0; bottom:0; right:0;}
.login .logo{ float:left; padding:103px 0 0 116px; width:130px; height:145px; overflow: hidden; line-height: 0;}

form{ float:right; width:325px;}
form .tit{ padding:67px 0 30px; height:23px;}

form .inp_text{ border:1px solid #76a7c5; height:38px; width:233px; padding:0 15px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; margin-bottom:10px; display:block; font-family: "微软雅黑"; font-weight: bold; font-size: 18px;}

form .box{ padding-top:7px; overflow:hidden; width:257px; padding-bottom: 5px; padding-left: 5px; }
form .box input{ width:79px; height:37px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; border:none; color:#fff; font-size: 18px; font-family: "微软雅黑"; font-weight: bold; display:block; float:left; cursor: pointer;/*background: -webkit-linear-gradient(180deg, #52b4fa, #0c73ae); background: -o-linear-gradient(180deg, #52b4fa, #0c73ae);background: -moz-linear-gradient(180deg, #52b4fa, #0c73ae); background: linear-gradient(180deg, #52b4fa, #0c73ae);*/ background:url(../images/du_bg.jpg) repeat-x center top; box-shadow:-2px 2px 3px #6d7477; -webkit-box-shadow: -2px 2px 3px #6d7477; -moz-box-shadow: -2px 2px 3px #6d7477; position:relative;}
form .box input[type='reset']{ float:right;}
form .box input:active{box-shadow: 0 0; -webkit-box-shadow: 0 0; -moz-box-shadow: 0 0; top:2px; left:-2px;}
form input[type="checkbox"]{ margin:0 10px;}
form span{ font-family:"微软雅黑"; color:#666;}
.zi{ color:#007cc2; font-family: "微软雅黑"; font-weight: bold; font-size: 30px; text-align:center;}
.footer{ color:#333333; text-align: center; width:100%; margin:auto; position:absolute;bottom:5%; left: 0; right:0;}
.footer a{ color:inherit;}