@charset "utf-8";
*{
	margin:0; padding:0;
}
html{overflow:hidden; position:relative;}
body{overflow:hidden;}
.mian {width: 100%;overflow:hidden;}
/*背景样式*/
#site-bgs ul li{ width:100%; height:880px; overflow:hidden;z-index:1;}
#site-bgs .bg1{ background-position:center top; background-repeat:no-repeat;}
#site-bgs .bg2{ background-position:center top; background-repeat:no-repeat;}
#site-bgs .bg3{ background-position:center top; background-repeat:no-repeat;}
#site-bgs .bg4{ background-position:center top; background-repeat:no-repeat;}
/*背景控制按钮*/
#jsNav { width:250px; height:50px; position: absolute; right:20px; top:-20px;bottom:100px; z-index:999; }
#jsNav .ico1{background-repeat:no-repeat; width:51px; height:36px; display:block; float:left; margin-left:10px;}
#jsNav .ico2{background-repeat:no-repeat; width:51px; height:36px; display:block; float:left; margin-left:10px;}
#jsNav .ico3{background-repeat:no-repeat; width:51px; height:36px; display:block; float:left; margin-left:10px;}
#jsNav .ico4{background-repeat:no-repeat; width:51px; height:36px; display:block; float:left; margin-left:10px;}

#jsNav .trigger{background-color:#000;opacity:0.4;filter:alpha(opacity=50);}
#jsNav span{ font-size:0px; display:block;height:36px; width:51px; cursor:pointer; }
.z_index{ z-index:1000;}
/*登录文本框*/
.content{ position:absolute; width:100%; overflow:hidden; top:169px;}
.w-960{ width:960px; margin:0 auto;}
.login-text{z-index:9999; width:397px; height:308px;margin-left:525px;background:url(../images/form-bg.png) no-repeat;}
.login-text .login-box{padding-top:22px;padding-left:46px;}
.login-text .erwei-box{padding-top:22px;padding-left:46px;display:none;}
.login-box .box-top{text-align:right;padding-right:15px;height:40px;}
.erwei-box .box-top{text-align:right;padding-right:15px;height:20px;}
.login-box .box-top a, .erwei-box .box-top a{line-height:14px;font-size:12px;color:#005bac;text-decoration:underline;}
.login-box .login-text-h1{width:248px;height:24px;background:url(../images/index-h1.png) no-repeat;}
.login-box ul{margin-top:20px;}
.login-box ul li{ font-size:12px; font-weight:bold; line-height:30px; height:30px; font-family:"微软雅黑,宋体";}
.login-box .user-name{border:1px solid #7f9db9; height:15px; margin-top:8px \9;*margin-top:0px; width:150px; }
.login-box .user-pass{border:1px solid #7f9db9; height:15px; width:150px; font-weight:normal; background:url(../images/icobg.gif) no-repeat 136px -31px #FFFFFF;}
.login-box .login-bt{background:url(../images/login-gray-btn.png) no-repeat; width:96px; height:29px; border:none; cursor:pointer; margin-left:102px;}
.erwei-box .erwei-pic-box{height:150px;width:150px;margin-left:75px;}
.erwei-box p{text-align:center;margin-top:10px;font-size:14px;color:#666;padding-right:46px;}
/*文本提示*/
.login-bottom{ width:960px; height:50px; position:relative; margin:0 auto; }
.login-title{ font-size:12px; padding-left:30px; line-height:50px; background:url(../images/icobg.gif) no-repeat 5px -70px; color:#999;}
.footer{ width:900px; position:fixed; bottom:10px; text-align:center; font-size:12px; color:#999; margin-top:50px;}
.errors {color:#e71708; font-size: 12px; margin-left:140px; margin-top: 10px;}