body,html,ul,li{
	padding: 0;
	margin:0;
	list-style: none;
}
*{
	box-sizing: border-box;
}
.header{
	width:1200px;
	margin:0 auto;
	height:92px;
	line-height: 92px;
}
.header>img{
	float:left;
	margin-top:6px;
}
.header>.phone{
	color:#333;
	font-size:16px;
	float:right;
}
.banner-wrapper{
	position:relative;
}
.banner-wrapper .banner,.banner-wrapper .banner li{
    height:521px;
}
.banner ul,.news-banner ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.banner ul li,.news-banner ul li{
    width:100%;
	position: absolute;
	display: none;
	opacity: 0;
}
.banner ul li:nth-child(1),.news-banner ul li:nth-child(1){
	opacity: 1;
	display: block;
}
.banner ul li img,.news-banner ul li img{
	width: 100%;
	position: absolute;
	top: 0px;
}
.banner ul li:first-child img,.news-banner ul li:first-child img{
	position: relative;
}
.jumpBtn{
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.jumpBtn ul{
	margin-bottom: 0px;
	padding: 0px;
}

.jumpBtn ul li{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: inline-block;
	margin-left: 5px;
	background:rgba(255,255,255,0.50);
}
.jumpBtn ul li.active{
	width:20px;
	height:10px;
	border-radius: 25px;
	background-color:#fff;
}
.jumpBtn ul li:first-child{
	margin-left: 0px;
}
.content-wrapper{
	background:#FBFBFB;
	padding-top:100px;
	padding-bottom:40px;
}
.content-wrapper>div{
	width:1200px;
	margin:0 auto;
	background:#FBFBFB;
}
.content-list{
	height:420px;
	background:#FBFBFB;
}
.content-list>li{
	float:left;
	width:33.333%;
	text-align: center;
	position: relative;
}
.content-list>li>a{
	width: 100%;
	height: 150px;
	margin-bottom:60px;
	display:inline-block;
	text-decoration: none;
}
.show-list>div{
	color:#333;
	font-size:16px;
	margin-top:35px;
	margin-bottom: 60px;
	text-align: center;
}
.show-list:hover>div{
	color:#3B85FF;
}
.footer-wrapper{
	background:#2C2C2C;
	height:194px;
	padding-top:60px;
	text-align: center;
}
.footer-wrapper>div{
	color:#fff;
	font-size:16px;
	width:1200px;
	margin:0 auto;
	/*width:775px;*/
	width:auto;
	text-align: left;
	display: inline-block;
}
.footer-wrapper>div>div{
	margin-bottom: 25px;
}
.footer-wrapper span:first-child{
	margin-right:130px;
}
.footer-wrapper a{color:#fff;}
.ewm{
	width:300px;
	height:300px;
	background:#fff;
	border-radius: 20px;
	text-align: center;
	padding-top:45px;
	display: none;
	position: absolute;
	left:50%;
	margin-left:-150px;
	top:-350px;
	box-shadow:5px 9px 20px 0px rgba(208,208,208,0.4);
}