*{
	padding: 0;
	margin: 0;
}

.header{
	width: 100%;
	max-width: 1080px;
	height: 125px;
	margin: 0 auto;
}
.header .logo{
	text-align: center;
	padding-top: 21px;
	padding-bottom: 19px;
}
.header .names{
	width: 100%;
}
.header .names ul{
	width: 90%;
	margin: 0 auto;
}
.header .names ul li{
	float: left;
	font-size: 14px;
	color: #656565;
	list-style: none;
	text-align: center;
	width: 33%;
	height: 37px;
	line-height: 37px;
}	

.header .names ul li a{
	font-size: 14px;
	color: #656565;
	list-style: none;
	text-align: center;
	width: 33%;
	height: 37px;
	line-height: 37px;
	text-decoration:none;
}

.header .names ul li.current{
	border: 1px solid #F0F0F0;
	border-radius: 38px;
	background: #F0F0F0;
}
.content{
	width: 100%;
	/*height: 600px;*/
	max-width: 1080px;
	overflow: hidden;
	margin: 0 auto;
	background: url(b2.png) no-repeat;
	background-size: 100% 100%;
}
.content.cur{
	background: url(b2.png) no-repeat;
	background-size: 100% auto;
}
.content .kouhao{
	width: 100%;
	margin-top: 25px;
}
.content .kouhao img{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.content .down{
	margin: 0 auto;
	margin-top: 30px;
	/*margin-bottom: 120px;*/
	width: 100%;
	overflow: hidden;
}
.content .down a{
		text-decoration: none;
}
.content .down .xz{
	width: 60%;
	height: 55px;
	border: 1px solid #0077EC;
	border-radius: 65px;
	background: #0077EC;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
.content .down .xz a{
	display: block;
	width: 100%;
	height: 57px;
	text-align: center;
	line-height: 57px;
	color: #FFFFFF;
	font-size: 22px;
}
.content .down .go{
	width: 60%;
	height: 55px;
	border: 1px solid #F0F0F0;
	border-radius: 65px;
	background: #F0F0F0;
	text-align: center;
	margin: 0 auto;
}
.content .down .go a{
	display: block;
	width: 100%
	height: 57px;
	text-align: center;
	line-height: 57px;
	color: #797979;
	font-size: 22px;
}















