.banner_common{
	font-family: "SourceHanSansCN-Regular";
	color: #FFFFFF;
}
.banner_common>div{
	position: absolute;
	top: 160px;
	font-size: 16px;
}
.banner_common>div ul li{
	position: relative;
	padding-left: 15px;
}
.banner_common>div ul li span{
	font-size: 30px;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 24px;
}
@media only screen and (max-width:767px ) {
	.banner_common>div{
		font-size: 12px;
		top: 100px;
		left: 50%;
		margin-left: -187.5px;
	}
	.banner_common .swiper-slide{
		width: 155px;
	}
	.banner_common .swiper-slide:nth-of-type(2){
		width: 170px;
	}
	.banner_common .swiper-slide:nth-of-type(3){
		width: 155px;
	}
	.banner_common .swiper-slide:nth-of-type(4){
		width: 170px;
	}
	.banner_common>div ul li span{
		line-height: 18px;
	}
}
@media only screen and (min-width:992px ) {
	.banner_common>div{
		left: 50%;
		margin-left: -485px;
	}
	.banner_common .swiper-slide{
		width: 245px;
	}
	.banner_common .swiper-slide:nth-of-type(2){
		width: 340px;
	}
	.banner_common .swiper-slide:nth-of-type(3){
		width: 245px;
	}
	.banner_common .swiper-slide:nth-of-type(4){
		width: 255px;
	}
}
@media only screen and (min-width:1300px ) {
	.banner_common>div{
		margin-left: -620px;
	}
}
.about_content{
	width: 100%;
	overflow: hidden;
	padding: 50px 0 40px;
	background-color: #f8f8f8;
	text-align: center;
}
.honor_menu{
	width: 150px;
	overflow: hidden;
	float: left;
}
.honor_menu li{
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	border-left: 5px solid #ea5504;
	padding-left: 3px;
	margin-bottom: 10px;
	cursor: pointer;
}
.honor_menu li span{
	display: block;
	background-color: #7d7d7d;
	line-height: 20px;
	padding:  5px 0;
	color: #FFFFFF;
}
.honor_menu li.honor_now span{
	background-color: #ea5504;
	color: #FFFFFF !important;
}
.honor_menu li:hover span{
	color: #ea5504;
}
.honor_list{
	width: -moz-calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	width: calc(100% - 180px);
	overflow: hidden;
	float: right;
}
.honor_list ul{
	width: 100%;
	overflow: hidden;
	display: none;
}
.honor_list ul li{
	height: auto;
	overflow: hidden;
}
.honor_list ul li a{
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
}
.honor_img{
	width: 100%;
	overflow: hidden;
	padding: 15px;
}
.honor_img img{
	width: 100%;
	transition: all 0.5s;
}
.honor_list ul li a h4{
	height: 35px;
	line-height: 35px;
	font-size: 12px;
	background-color: #e7e7e7;
}
.honor_list ul li a:hover img{
	transform: scale(1.1);
}
@media only screen and (max-width:991px ) {
	.honor_list ul li{
		margin-bottom: 30px;
	}
	.honor_list ul li:nth-of-type(2n+1){
		padding: 0 10px 0 0;
	}
	.honor_list ul li:nth-of-type(2n){
		padding: 0 0 0 10px;
	}
}
@media only screen and (max-width:767px ) {
	.about_content{
		width: 100%;
		overflow: hidden;
		padding: 35px 0 20px;
		background-color: #f8f8f8;
		text-align: center;
	}
	.honor_menu {
		width: 100%;
		margin-bottom: 15px;
	}
	.honor_menu li{
		width: calc(33.33% - 5px);
		float: left;
		margin-right: 7px;
	}
	.honor_menu li:last-of-type{
		margin-right: 0px;
	}
	.honor_list{
		width: 100%;
		overflow: hidden;
		float: right;
	}
	.honor_list ul li{
		margin-bottom: 20px;
	}
	.honor_list ul li:nth-of-type(2n+1){
		padding: 0 5px 0 0;
	}
	.honor_list ul li:nth-of-type(2n){
		padding: 0 0 0 5px;
	}
}
@media only screen and (min-width:992px ) {
	.honor_list ul li{
		margin-bottom: 30px;
	}
	.honor_list ul li:nth-of-type(3n+1){
		padding: 0 12px 0 0;
	}
	.honor_list ul li:nth-of-type(3n+2){
		padding: 0 6px;
	}
	.honor_list ul li:nth-of-type(3n){
		padding: 0 0 0 12px;
	}
}
@media only screen and (min-width:1300px ) {
	.honor_list ul li:nth-of-type(4n+1){
		padding: 0 12px 0 0;
	}
	.honor_list ul li:nth-of-type(4n+2){
		padding: 0 8px 0 4px;
	}
	.honor_list ul li:nth-of-type(4n+3){
		padding: 0 4px 0 8px;
	}
	.honor_list ul li:nth-of-type(4n){
		padding: 0 0 0 12px;
	}
}