@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;}
body{color:#666; font-size:12px;font-family:"微软雅黑"; background:url(../img/loginbg.jpg) no-repeat top;}
a{ color:#666; text-decoration:none; border:0;}
a:hover{text-decoration:none; border:0;}
a {outline: none;}
a:active {star:expression(this.onFocus=this.blur());}
:focus { outline:0;}
img{border:0}
li{list-style:none}
.clear{ clear:both;}

.header{ width:1200px; height:60px; margin:20px auto;display:block;}
.header span{ width:auto;display:block; height:60px; font-size:3.5em; color:#4f4f4f;  line-height:60px; margin-left:40px;}
.content{ width:1000px; height:460px; margin:0 auto;}
.area01{position: absolute; z-index:999;margin-top:40px;margin-left:60px;width:392px;height:392px;}
.LDiv-bg{ float:right; width:345px; height:400px; background:#fff; margin-top:30px;border:4px solid #FFFFFF; margin-right:40px;position:relative; z-index:1;}

.denglu{width:295px;height:320px;margin:0px auto;background:#FFFFFF;}
.denglu .bt{margin:22px auto;text-align:left;font:20px/24px '微软雅黑';color:#666666;width:262px;}
.denglu .w262{margin:0px auto 16px; width:295px;}
.denglu .w262 .user{height:48px;width:250px;padding:0px 0px 0px 42px;border:2px solid #DDDDDD;background:url(../img/usericon.png) no-repeat left top;font:18px/48px '微软雅黑';}
.denglu .w262 .password{height:48px;width:250px;padding:0px 0px 0px 42px;border:2px solid #DDDDDD;background:url(../img/passwordicon.png) no-repeat left top;font:18px/48px '微软雅黑';}
.denglu .w262 .yzm{height:48px;width:120px;padding:0px 0px 0px 42px;border:2px solid #DDDDDD;background:url(../img/yzmicon.png) no-repeat left top;font:18px/48px '微软雅黑';}
.denglu .w262 span{display:block;float:right;padding-top:5px;}
.denglu .w262 .btn{width:296px;height:42px;background:#1873da; border-radius:6px;border:0px solid #0165b3;font:18px/24px '微软雅黑';color:#FFFFFF;cursor:pointer;}
.denglu .kefu{width:296px;height:30px;padding:5px 0px;background:#CCCCCC;text-align:center;font:12px/30px '宋体';color:#444444;}
.denglu .kefu a{color:#0165b3; text-decoration:none;}
.denglu .kefu a:hover{ color:#FF0000; text-decoration:none;}
.denglu .tishi{margin:-10px auto 0px;width:262px;height:24px;font:12px/24px '宋体';color:#FF0000;text-align:center; }


.footer{ width:1000px; height:auto; margin:10px auto;text-align:center;color:#666666; font:1.4em/2.8em "微软雅黑";}
.footer a{ color:#666666;}
.footer a:hover{ text-decoration:underline; color:#FF0000;}
/*动画*/
.pic{-webkit-animation-duration: 2s; animation-duration: 2s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.picc{-webkit-animation-duration: 3s; animation-duration: 3s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.pic01 {-webkit-animation-duration: 2s;animation-duration: 2s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.rotateIn {-webkit-animation-name: rotateIn;animation-name: rotateIn;}



#logincode{position:absolute;top:5px;right:5px;}

#fullcode{display: none;text-align: center;padding-top:10px;}
#fullcode span{display: block;font-size: 18px;margin-top: 20px;}

.loginDivTittle{
    padding: 5px 10px;
    cursor: pointer;
}
.loginDivTittleNotCheck{
    border-bottom:3px solid grey;
}