body,div,ul,li,a,img,p{ margin:0; padding:0;}
body{ font-family:'微软雅黑'; color:#333;}
a,a:link,a:visited{ color:#333; text-decoration:none;}
.clear{ clear:both;}
.width1200{ width:1200px; margin:0 auto;}
.top{ background-color:#525252; height:110px; line-height:110px; margin:0 auto;}
.logo{ float:left; clear:left; width:450px;}
.nav{ float:right; clear:right; width:750px; text-align:right; position:relative;}.tel{ position:absolute; right:18px; bottom:0;}
.nav a,.nav a:link,.nav a:visited{ color:#fff; font-size:18px;}
.nav ul{ text-align:center; padding-left:5px;}
.nav ul li{ display:block; float:left; padding:0 13px;}
.footer{ background-image:url(../images/footer_bg.gif); height:85px; padding-top:14px;}
.footer p{ font-size:14px; line-height:35px; color:#333; padding-left:20px;}
.ad{position: relative;}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}