.about_banner{
	width: 100%;
	height: 300px;
	background: url(../images/about_banner.jpg) no-repeat center top;
}
.about{
	margin: 80px 0;
}
.company{
	width: 600px;
	overflow: hidden;
	margin-top: 60px;
}
.company .tel{
	width: 220px;
	background: url(../images/icon_tel.png) no-repeat left -32px;
	padding-left: 54px;
	padding-top: 0;
	float: left;
	margin-right: 60px;
}
.company .tel span{
	display: block;
	font-size: 12px;
	color: #333333;
}
.company .tel p{
	color: #2271c6;
	font-family: arial;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 0;
}
.company .more{
	margin: 0;
	float: left;
	height: 48px;
	line-height: 48px;
	width: 180px;
}


.honor{
	background: #f2f2f2;
}
.honor_list{
	position: relative;
	height: 240px;
}
.honor_list .swiper-slide{
	height: 240px;
}
.honor_list img{
	margin: 0 auto;
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}
.honor_list .swiper-button-next{
	right: -50px;
}
.honor_list .swiper-button-prev{
	left: -50px;
}