html, body {
	width: 100%;
	background: #d8f0ff;
}

.banner {
	width: 100%;
}
.banner img {
	width: 100%;
}
.nav {
	width: 100%
	margin: 0 auto;
	height: 100px;
	background: #2045b9;
}
.nav-list {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 100px;
}
.nav-list a {
	font-size: 22px;
	display: block;
	width: 173px;
	height: 68px;
	line-height: 68px;
	color: #ffffff;
	font-weight: bold;
}
.nav-list a:hover {
	background: url(../images/nav-bg.png) center no-repeat;
	background-size: 100% 100%;
}
.nav-list-item-active {
	background: url(../images/nav-bg.png) center no-repeat;
	background-size: 100% 100%;
}
.all-bd {
	width: 100%;
	background: url(../images/all-bg.png) top no-repeat;
	background-size: 100% auto;
}
.footer {
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 60px;
}
.main-bd {
	width: 1200px;
	margin: 20px auto;
	background: rgba(255,255,255,0.8);
	border-radius: 25px;
	padding: 40px 0px;
}
.all-title {
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
}
.index-content {
	width: 100%;
	padding: 0 70px;
	line-height: 40px;
	margin-bottom: 50px;
	font-size: 18px;
}
.swiper-container{
	width:1062px;
	margin: 0 auto;
}
.swiper-slide img{
	width: 100%;
}
.swiper-wrapper {
	display: flex;
	align-items: center;
	
}
.swiper-slide {
	margin-right: 3px !important;
	width: 265px !important;
	height: 180px !important;
	overflow: hidden;
	display: flex;
	align-items: center;
}