.banner-bg {
	position: relative;

	margin-top:74px;
}

/*.banner-bgc {*/
/*	width: 100%;*/
/*	height: 300px;*/
/*	position: absolute;*/
/*	top: 0px;*/
/*	left: 0px;*/
/*	z-index: -1;*/
/*	background: linear-gradient(rgba(255, 134, 68, 0.3), rgba(255, 134, 68, 0));*/
/*}*/

.banner {
	height:500px;
}

.hide{
	display: none;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* 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 {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 新闻资讯 */

.m_two{height: 430px;}
.news_con{
	padding: 30px 0px;
}
.news_con_c{
	width: 390px;
	margin-left: 20px;
}
.news_con .title{
	line-height: 36px;
	font-weight: bold;
}
.news_con .title span{float: right;font-weight: normal;}
.news_con_c img{width: 390px;height: 205px;}
.news_cons{

}
.news_cons ul li{

	color: #666;
	line-height: 26px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.news_cons ul li a:hover{color: #F55B01;text-decoration: underline}

.news_cons ul li span{float: right;color: #999999;}
/* 合作客户 */
.hzkh{padding: 5px 0px;}
.hzkh ul li{float: left;width:100px;text-align: center;margin-top:15px;margin-right: 20px;}
