/*登录页面*/
body{
	background:#f8f8f8;
}
/*头部开始*/
.log-top{
	width:100%;
	height:auto;
	min-width:1200px;	
}
.log-top .inlog{
	width:1120px;
	margin:0 auto;
	padding:20px 40px;
}
.log-top .inlog span{
    font-size:24px;
    height:40px;
    line-height:40px;
    padding-left:16px;
    margin:20px 0 0 20px;
    border-left:1px solid #c9c9c9;
    color:#999999;
}
/*头部结束*/

/*登录区域开始*/
.big-banner{
	width:100%;
	min-width:1200px;
	height:380px;
	position:relative;
}
.big-banner .banner-x{
	height:380px; 
	width:100%;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
}
.big-banner .banner-x p a{
	width:100%;
	height:380px;
	display:block;
}
.big-banner .banner-x .bg{
	width:100%; 
	height:380px; 
	background:#079fa9 url(../images/index/banner.jpg) no-repeat center center;
}
.big-banner .banner-x .bg1{
	width:100%; 
	height:380px;
    background:#5ba3f2 url(../images/index/banner1.jpg) no-repeat center center;
}
.big-banner .banner-x .bg2{
	width:100%; 
	height:380px;
    background:#278f5d url(../images/index/banner2.jpg) no-repeat center center;
}
.big-banner .banner-x .bg3{
	width:100%; 
	height:380px;
    background:#ff7185 url(../images/index/banner3.jpg) no-repeat center center;
}
.big-banner .banner-x .bg4{
	width:100%; 
	height:380px;
    background:url(../images/index/banner4.jpg) no-repeat center center,
               url(../images/index/banner4-bj.jpg) repeat-x ;               
}
.big-banner .banner-x .bg5{
    width:100%;
    height:380px;
    background:url(../images/index/banner5-bj.jpg) no-repeat center center;
    background-size:cover;
    position:relative;
}
.big-banner .banner-x .bg5 img{
    position:absolute;
    left:50%;
    margin-left:-670px;
}
.big-banner .banner-list{
	width:260px; 
	height:20px;  
	position:relative; 
	top:350px; 
	left:50%;
	margin-left:-40px;
}
.big-banner .banner-list li{
	width:10px; 
	height:10px; 
	line-height:0; 
	float:left; 
	margin-left:10px;
	border-radius:100%;
	border:1px solid #ffffff;
}
.big-banner .banner-list li:hover{
	border:1px solid #ff9933;
}
.big-banner .banner-list li.cur{
	background:#ffffff;
	border:1px solid #ffffff;
}
.big-banner .loging{
	position:absolute;
	width:300px;
	height:300px;
	background:#f8f8f8;
	top:50%;
	left:50%;
	margin-left:-560px;
	margin-top:-170px;
	padding:20px;
	border-radius:4px;
    opacity:1;
    box-shadow:0px 0px 10px #555555;
}
.big-banner .loging.ver-login{
    padding:20px;
    width:300px;
	height:300px;
}
.loging .loging-t{
	font-weight:bold;
    font-size:20px;
}
.loging .loging-t1{
	font-size:14px;
    height:20px;
    line-height:20px;
    color:#999999;
    margin-top:10px;
}
.loging .login-body-inp>input{
    width:298px;
    height:40px;
    line-height:40px;
    border:1px solid #cccccc;
    text-indent:10px;
    margin-top:10px;
    color:#999999;
    border-radius:3px;
    background:#ffffff;
}
.loging .login-body-inp>input:focus{
    border-color:#2a9c39;
    box-shadow:0 0 3px #2a9c39;
    transition:border ease-in-out 0.2s,box-shadow ease-in-out 0.2s;
}
.loging .login-body-inp .verification input{
    width:150px;
    height:40px;
    line-height:40px;
    border:1px solid #cccccc;
    text-indent:10px;
    border-radius:3px;
    background:#ffffff;
}
.loging .login-body-inp .verification .ver-number{
    width:130px;
    height:40px;
    line-height:40px;
    border:1px solid #cccccc;
    border-radius:3px;
    background:#ffffff;
    margin-left:10px;
}
.loging .login-body-dl .btnbj {
    width:298px;
    height:40px;
    display:block;
    line-height:40px;
    font-size:20px;
    margin-top:10px;
}
.loging .keep{
	line-height:30px;
    font-size:14px;
    color:#999999;
    height:30px;
    margin-top:20px;
}
.loging .keep span {
    cursor:pointer;
}
.loging .keep input{
	display:block;
	margin:9px 5px 0 3px;
    cursor:pointer;
}
.loging .login-body-san{
	line-height:25px;
}
.loging .login-body-san .san{
    font-size:14px;
    color:#999999;
    margin-left:5px;
}
.loging .login-body-san .shu {
    margin:0 30px;
    color:#cccccc;
}
.loging .login-body-san .text{
	font-size:14px;
    margin-right:10px;
    color:#2a9c39;
}
.loging .login-body-san img {
    margin-top:3px;
}
    /*登录区域结束*/
    /*底部开始*/
 .log-bot {
    width: 100%;
    height: auto;
    min-width: 1200px;
}
.log-bot .inbot{
	width:940px;
	margin:0 auto;
	padding:20px 30px;
    font-size:12px;
    overflow:hidden;
    text-align:center;
    line-height:26px;
    margin:14px auto 4px;
}
.log-bot .inbot .inbot-nav a{
	margin:0 3px;
}
.log-bot .inbot .inbot-nav1 span{
	margin-right:20px;
}
.log-bot .inbot .inbot-nav1 em{
	margin-right:10px;
}
/*底部结束*/

/*找回密码开始*/
.loging .login-body-inp .getpassword {
    width:298px;    
}
.loging .login-body-inp .getpassword .inpassword{
	position:relative;
}
.loging .login-body-inp .getpassword .inpassword .getname{
	width:78px;
	height:40px;
	background:#f7f7f7 url(../images/index/select.png) no-repeat 58px center;
	display:block;
	border-radius:3px 0 0 3px;
	text-indent:15px;
	line-height:40px;
	font-size:14px;
	border:1px solid #cccccc;
	border-right:0;
	color:#555555;
}
.loging .login-body-inp .getpassword .inpassword .getname:hover{
	text-decoration:none;
}
.loging .login-body-inp .getpassword>input{
	width:217px;
	height:40px;
    line-height:40px;
    border:1px solid #cccccc;
    text-indent:10px;
    color:#999999;
    border-radius:0 3px 3px 0;
    background:#ffffff;
}
.loging .login-body-inp .getpassword>input:focus{
    border-color:#2a9c39;
    box-shadow:0 0 3px #2a9c39;
    transition:border ease-in-out 0.2s,box-shadow ease-in-out 0.2s;
}
.loging .login-body-inp .getpassword .inpassword .ingetname{
	position:absolute;
	width:78px;
	height:auto;
	background:#FFFFFF;
	border:1px solid #cccccc;
	border-top:0;
    z-index:2;
}
.loging .login-body-inp .getpassword .inpassword .ingetname li a{
	display:block;
	line-height:40px;
	color:#555555;
	padding-left:15px;
    font-size:14px;
}
.loging .login-body-inp .getpassword .inpassword .ingetname li a:hover{
	text-decoration:none;
	background:#f8f8f8;
}
/*找回密码结束*/
