.banner{
	width: 100%;
	height: 450px;
	background-image:  url(../images/3000335.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.honor_content{
	width: 1200px;
	margin: 0 auto;
}
.honor_tit{
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #076ce0;
	padding-left: 15px;
	position: relative;
	border-bottom: 1px solid #CCCCCC;
}
.honor_tit::before{
	width: 5px;
	height: 16px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 14px;
	background-color: #076CE0;
}
.tab{
	padding-top: 30px;
	margin-bottom: 32px;
}
.tab span{
	display: inline-block;
	width: 130px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	margin: 0 12px;
	font-size: 16px;
	color: #666666;
	border-radius: 18px;
	cursor: default;
}
.tab span.active{
	color: #fff;
	background-color: #076ce0;
}
.tab_Con{
	height: 298px;
	position: relative;
	width: 100%;
}
.Enterprise{
	width: 100%;
	height: 200px;
}
.Certificate{
	width: 100%;
	height: 230px;
}
.tab_body{
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
}
.tab_body.active{
	opacity: 1;
}
/*插件的wrapper 这是关键， 覆盖插件默认切换效果为匀速*/
.swiper-wrapper{
	-webkit-transition-timing-function: linear !important;    /*之前是ease-out*/
	-moz-transition-timing-function: linear !important;
	-ms-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
	transition-timing-function: linear !important;
	margin: 0 auto;
} 
.swiper-slide img{
	width: 100%;
	height: 100%;
}
.Certificate .swiper-slide img{
	height: 200px;
}
.Certificate .swiper-slide p{
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #666;
}
.hierarchy{
	width: 100%;
	height: 258px;
}
.hierarchy-slide{
	width: 175px;
	margin-right: 30px;
}