/*清除默认样式*/
*{
	margin:0;
	padding:0;
}
img{
	border:none;
}
ul,li,ol{
	list-style-type: none;
}
body{
	font-family: Arial;
	font-size:14px;
}
a{
	text-decoration: none;
	color:#132f5a;

}
a:hover{
	color:#0D8CCC;
}
.over{
	overflow: hidden;
}
 .clear{
	clear: both;
	clear:left;
	clear:right;
} 
.w1200{
	width:1200px;
	margin:0 auto;
}
/*end*/


/*导航栏begin*/
.header{
	height:79px;
	line-height: 79px;
	border-bottom:1px solid #CCCCCC;
}
.logo{
	margin-top:12px;
	display:inline;
	*margin-top:12px;
	float:left;
	margin-right:2px;
	
}
.logo  img{
	display: block;
	float:left;
}

.logo a img{
	margin-right:5px;
}
.nav{
	float:left;
	overflow: hidden;
	font-size:16px;
}

.nav ul{
	float:left;
}
.nav ul li{
	float:left;
}
.nav ul.menu li{ 
	margin-left:28px;

}
.nav ul.menu li a{
	font-weight:bold;
}
.nav ul.enter {
	margin-left:138px;
/*	margin-left:136px;
	font-weight:bold;*/

}
.nav ul.enter .login-bth{
	color:#eb5a33;
	text-decoration: underline;

}
.nav ul.enter li span{
	padding:0 10px;
}
/*导航栏end*/



/*页脚begin*/

.footer{
	margin-top:30px;
	height:93px;
	border-top:3px solid #132F5A;
}
.footer .sitelink{
	height:53px;
	line-height:53px;
	text-align: center;
	border-bottom:1px solid #eee;
}

.footer a,.footer span,.footer p{
	color:#132f5a;
}
.footer a:hover{
	color:#0D8CCC;
}
.footer p{
	font-size:12px;
	text-align: center;
	line-height:39px;
}
.footer .sitelink span{
	margin:0 16px;
}



/*页脚end*/


/*login begin*/

.login{
	top:0;
	left:0;
	position:fixed;
	width:100%;
	height:100%;
	z-index: 1000;
}
.login h3{
	text-align: center;
	font-size: 18px;
	line-height:67px;
	color:#132f5a;
	position: relative;
	border:1px solid #EAEAEA;
}
.login h3 span{
	line-height: 0px;
	top:21px;
	right:12px;
	cursor:pointer;
	position:absolute;
}
.login .overlay{
	top:0;
	left:0;
	position:absolute;
	width:100%;
	height:100%;
	background:#132f5a;
	opacity:0.2;
}
.login .login-form{
	width:382px;
	height:400px;
	position: absolute;
	margin:0 auto;
	background:#fff;
	z-index: 1000;
	left:50%;
	margin-left:-191px;
	margin-top:-200px;
	top:50%;
	border-radius:4px;
	z-index: 100;
}
.login-form .group{
	width:50%;
	margin:30px auto;
	width:280px;
	height:42px;
	position: relative;
}
.login-form  .group2{
	
	position: relative;
	margin-bottom:58px;
	margin-top:20px;
}
.login-form .group:last-child input{
	margin-bottom:38px;
}
.login-form .group input{
	box-sizing:border-box;
	-box-sizing:border-box;
	-webkit-sizing:border-box;
	height:100%;
	width:280px;
	border:none;
	padding-left:10px;
	border-radius:4px;
	background:#F3F3F3;
	
}
.login-form .group label{
	color:#333;
	display: inline-block;
	padding-bottom:2px;
}
.login-form p{
	text-align: center;
	line-height:30px;
	font-size: 14px;
}
.login-form p a{
	color:#34c0e2;

}
.login-form p:last-child{
	color:#333;
}
.login-form p.error{
	line-height:30px;
	color:#fa0000;
	text-align: center;
	margin:0 auto;
	font-size:12px;
	position:absolute;
	left:80px;
	top:58px
}
.login-form input.sub-btn{
	width:280px;
	padding-left:0;
	background:#0D8CCC;
	color:#fff;
	font-size:16px;
	border:none;
	cursor:pointer;
}
.login-form input.sub-btn:hover{
	background:#1C7EB2;
}
.login-form .remove:hover img{
	transform:rotate(180deg);
	transition:transform 0.1s;
}
/*login end*/
.kuangkuang{
 	padding-bottom: 20px;
 	padding-top: 20px;
}
