* {
	margin: 0;
	padding: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none;
}

input,
textarea,
select {
	outline: none;
}

iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.wrap {
	width: 1500px;
	margin: 0 auto;
}

/* header */
.head {
	width: 100%;
	height: 80px;
	top: 0;
	left: 0;
	z-index: 9;
	background: #fff;
	transition: all .6s;
}

header {
	height: 100%;
}

.had {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	height: 100%;
	align-items: center;
}

.had li {
	margin-right: 80px;
}

.had li:last-child {
	margin-right: 0;
}

.had li a {
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0px;
	color: #222222;
	position: relative;
}

.had li a::after {
	content: '';
	width: 0;
	height: 3px;
	background-color: #25B6BE;
	position: absolute;
	left: 0;
	bottom: -15px;
	transition: width .5s;
}

.had li a:hover,
.had .hadActive a {
	color: #25b6be;
	font-weight: 600;
}

.had li a:hover::after,
.had .hadActive a::after {
	width: 100%;
}

.ban {
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.ban img {
	display: block;
	max-width: 100%;
}

/* swiper */
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* height: calc((100% - 30px) / 2); */

	/* 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;
}

.swiper-slide img {
	width: 100%;
	display: block;
}


/* footer */
footer {
	height: 32px;
	/* padding-bottom: 50px; */
}

.fot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 20px;
	flex-wrap: wrap;
}

.fot p ,
.fot p a {
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #929292;
	width: 100%;
	text-align: center;
}

.fot ul {
	display: none;
}

.fot ul li {
	margin-right: 10px;
}

.fot ul li:last-child {
	margin-right: 0;
}

.fot ul li a {
	display: block;
}

.fot ul li a .iconfont {
	font-size: 28px;
}

.fot ul li a .icon-QQ-circle-fill {
	color: #4dafea;
}

.fot ul li a .icon-QQkongjian {
	color: #eecf3d;
}

.fot ul li a .icon-logo-wechat {
	color: #3eb135;
}

.fot ul li a .icon-logo-weibo {
	color: #df4d69;
}

/* 定位导航 */
.dowNav {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.dowNav .iconfont {
	color: #666;
	margin-right: 6px;
}

.dowNav a,
.dowNav span {
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 28px;
	letter-spacing: 0px;
	color: #333333;
}

.dowNav a:last-child {
	color: #3ac4cc;
}


#pages {
	margin-top: 45px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pages>a {
	display: block;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 1px #999999;
	padding: 10px 15px;
	font-size: 14px;
	color: #666666;
}

#pages ul {
	display: flex;
	margin: 0 10px;
}

#pages li a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #999999;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	padding: 0;
	margin: 0 6px;
}


#pages li a:hover,
#pages .pageActive a {
	background-color: #3ac4cc;
	border: 1px solid #3AC4CC;
	color: #fff;
}


@media screen and (max-width:1500px) {

	.had {
		width: 80%;
	}
	
	.wrap {
	    width: 1200px;
	}

}

@media screen and (max-width:1300px) {
	.wrap {
	    width: 1100px;
	}
}

@media screen and (max-width:1200px) {
	.wrap {
	    width: 980px;
	}
}

@media screen and (max-width:1020px) {
	.wrap{
		width: 90%;
	}
}

@media screen and (max-width:767px) {
	
	.head {
	    height: 50px;
	}

	.had li {
		margin-right: 30px;
	}

	.had li a {
		font-size: 15px;
	}
	
	.had li a::after {
	    bottom: -10px;
	}
	
	/* .ban img {
	    width: 140%;
	    margin-left: -20%;
	} */
	
	.fot{
		flex-wrap: wrap;
	}
	
	#pages>a {;
	    padding: 5px 5px;
	    font-size: 12px;
	}
	
	#pages li a {
	    width: 20px;
	    height: 20px;
	    font-size: 12px;
	    line-height: 20px;
	    margin: 0 3px;
	}
	
}
