/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

.cooperation {
	font-size: 0;
}


/* 轮播图容器 */

.banner {
	height: 380px;
}


/* 轮播图 */

.banner .swiper-container {
	height: 380px;
	margin: 0 auto;
}

@media screen and (max-width: 1200px) {
	.banner .swiper-container {
		width: 1200px;
	}
}

.banner .swiper-slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.banner .swiper-pagination-bullet {
	width: 80px;
	height: 12px;
	opacity: 1;
	border-radius: 6px;
	background-color: #7A7B7D;
}

.banner .swiper-pagination-bullet-active {
	background-color: rgba(109, 179, 243, 0.5);
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 10px;
}

.banner .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 48px;
}

.banner_text_box {
	width: 1200px;
	height: 520px;
	margin: 0px auto;
}

.banner_text {
	padding: 146px 0px;
	box-sizing: border-box;
}

.banner_text_span {
	font-size: 35px;
	color: #fff;
	line-height: 44px;
}

.banner_text_p {
	font-size: 36px;
	color: #fff;
	line-height: 44px;
}

.cooperation_main {
	width: 1200px;
	margin: 0px auto;
	padding: 0px 0px 82px;
	box-sizing: border-box;
}

.cooperation_main_title {
	font-size: 32px;
	font-weight: 400;
	color: #8C9094;
	line-height: 50px;
	text-align: center;
	padding: 57px 0px 37px;
}

.cooperation_main_p {
	font-size: 28px;
	font-weight: 400;
	color: #666667;
	line-height: 50px;
	padding-top: 56px;
}

.cooperation_main_box {
	padding: 30px 0px 0px;
	box-sizing: border-box;
}

.cooperation_main_box_li {
	width: 288px;
	height: 132px;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	margin-top: 15px;
}

.cooperation_main_box_li_img {
    width: 100%;
}

.cooperation_main_box_li:nth-child(4n) {
	margin-right: 0px;
}