*{
  	margin: 0px auto;
}
a{
	text-decoration: none;
}
img{
	border: none;
}
.top{
	width: 100%;
	height: 80px;
	float: left;
	background: #FFF;
	line-height: 80px;
}
.topcontent{
	width: 1200px;
	height: 80px;
	margin: 0px auto;
}
.logo{
	width: 300px;
	height: 80px;
	float: left;
}
.nav{
	width: 700px;
	height: 80px;
	float: left;
	font-size: 16px;
	line-height: 80px;
	text-align: right;
}
.nav a{
	margin-right: 50px;
	text-decoration: none;
	color: #697aa0;
	line-height: 76px;
	padding: 26px 0px;
}
.nav .active{
	color: #2845d8;
	border-bottom: 4px solid #2845d8;
}
.loginInfo{
	width: 200px;
	height: 80px;
	float: left;
	font-size: 14px;
	line-height: 80px;
	text-align: center;
}
.loginInfo .login{
	color: #FFF;
	background: #3768de;
	border-radius: 15px;
	padding: 4px 25px;
	text-decoration: none;
	margin-right: 10px;
}
.loginInfo .register{
	color: #3768de;
	border-radius: 10px;
	padding: 4px 25px;
	border-radius: 15px;
	border: 1px solid #3768de;
}
.tophidden{
	display: none;
}
.foot{
	width: 100%;
	height: 200px;
	float: left;
	background: #3d3d3d;
}
.footcontent{
	width: 1200px;
	height: 200px;
	margin: 0px auto;
}
.tel, .service, .footwx{
	width: 398px;
	height: 200px;
	float: left;
}
.tel p, .service p{
	margin-top: 70px;
	margin: 70px 0px 0px 100px;
	color: #d2d2d2;
	font-size: 14px;
}
.tel h1{
	color: #FFF;
	font-size: 30px;
	margin: 10px 0px 0px 100px;
}
.service h4{
	color: #FFF;
	font-weight: normal;
	font-size: 16px;
	margin: 15px 0px 0px 100px;
}
.line{
	width: 2px;
	height: 140px;
	float: left;
	margin: 30px 0px;
	border-right: 1px solid #515151;
}
.footwx{
	width: 400px;
	height: 200px;
	float: left;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	line-height: 28px;
}
.footwx img{
	margin-top: 30px;
	display: block;
}
.footaddress{
	width: 100%;
	height: 39px;
	float: left;
	background: #363636;
	border-top: 1px solid #4a4a4a;
}
.address{
	width: 1200px;
	height: 39px;
	line-height: 39px;
	margin: 0px auto;
	text-align: center;
	font-size: 14px;
	color: #9b9b9b;
}
.address a{
	margin: 0px 20px;
	color: #3768de;
}
