.information_title{
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	color: #000;
	margin-top: 20px;
	margin-bottom: 10px;
}
.title_top{
	margin: 20px 0;
}
.title_top_text{
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.3);
	margin-right: 20px;
}
.desc{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.7);
	margin-bottom: 40px;
}
.cooperation_left{
	top: 17px;
}
.cooperation_right{
	top: 17px;
}






.commercia_control{
	overflow: hidden;
	height: 132px;
}

.commercia_contain_div{
	background: #FFFFFF;
	border: 1px solid #E6E8EB;
	border-radius: 8px;
	
}
#commercia_control_div{
	left: 0;
	top: 0;
}

.play_item{
	width: 120px;
	height: 80px;
	text-align: center;
	cursor: pointer;
	margin-right: 20px;
	box-sizing: content-box;
}
.play_item.active{
	border: 6px solid #CDAB79;
}

.play_item_text{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
}
.img_desc{
	width: 814px;
	margin: 0 auto ;
	/* margin-top: ; */
}
.desc_text{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #9C9C9C;
	margin-right: 17px;
}
.yxk{
	width: 120px;
	height: 29.56px;
}
























.swiper_contain{
	background-color: #061228;
	padding-bottom: 60px;
}
.swiper-container{
	/* width: 950px; */
}
.swiper-slide{
	text-align: center;
	padding: 50px 0;
}
.img_item{
	/* max-width: 814px; */
	height: 483px;
	margin: 0 auto;
}
.swiper_slide_text{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 20px auto 0;
	width: 814px;
	text-align: left;
	
}
.carousel_control_img{
	width: 100%;
	height: 100%;
}


.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white{
	background-image:url('../images/left_1.png')
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white{
	background-image:url('../images/right_1.png')
}