.introduce {
	font-size: 30px;
	color: #878787;
	line-height: 60px;
	padding-top: 46px;
	font-family: Candara;
	background: #F4F5F7;text-align: justify;
}

.introduce .imgbox {
	width: 530px;
	margin-right: 40px;
}

.introduce .more {
	color: #3E92C1;
}

.news {
	padding: 54px 0 61px;
	border-bottom: 1px solid rgba(37, 37, 39, .15);
}

.news .part-title {
	font-weight: 500;
	font-size: 36px;
	color: #252527;
	line-height: 30px;
	text-align: center;
	margin-bottom: 30px;
	font-family: Source Han Sans CN;
}

.news-list {

	margin: 0 60px;

}

.news-list .subtitle {
	font-size: 30px;
	color: #686868;
	line-height: 40px;
	text-align: justify;
}

.news-list .news-item {
	width: 50%;
	margin: 30px 0;
	padding: 0 30px;
	font-size: 24px;
	color: #878787;
	line-height: 48px;
	box-sizing: border-box;
	font-family: Calibri;
}

.news-list .imgbox {
	width: 349px;
	height: 217px;
	overflow: hidden;
	margin-left: 12px;
}

.news .swiper-button-prev::after,
.news .swiper-button-next::after {
	display: none;
}

.news .swiper-button-prev,
.news .swiper-button-next {
	width: 34px;
	height: 66px;
	background: url(../img/right.png) no-repeat center center / 100% 100%;
}

.news .swiper-button-prev {
	left: 0;
	background-image: url(../img/left.png);
}

.news .swiper-button-next {
	right: 0;
}

.nav-footer {
	padding: 80px 0 95px;
}

.nav-footer li {
	width: 20%;
	font-size: 36px;
	color: #252527;
	line-height: 30px;
	text-align: center;
	font-family: Calibri;
}

.nav-footer li .imgbox {
	width: 110px;
	height: 110px;
	background: no-repeat center center;
	background-size: contain;
	margin: 0 auto 30px;
}

.nav-footer li .imgbox.icon1 {
	background-image: url(../img/icon1.png)
}

.nav-footer li .imgbox.icon2 {
	background-image: url(../img/icon2.png)
}

.nav-footer li .imgbox.icon3 {
	background-image: url(../img/icon3.png)
}

.nav-footer li .imgbox.icon4 {
	background-image: url(../img/icon4.png)
}

.nav-footer li .imgbox.icon5 {
	background-image: url(../img/icon5.png)
}