/*********business*********/
.business{
	padding-top: 60px;
}
.businessInside{
	width: 1200px;
	margin:0 auto;
}
.businessInside h2{
	font-size: 26px;
	text-align: center;
	margin-bottom: 4px;
	color: #1070ad;
}
.businessInside h2 + p{
	font-size: 14px;
	color: #999;
	margin-bottom: 40px;
	text-align: center;
}
.businessContent{
	margin-bottom: 40px;
	overflow: hidden;
}
.businessInside .swiper-slide{
	width:25%;
}
.businessInside .swiper-wrapper p{
	font-size: 16px;
	line-height: 60px;
	border-bottom: 1px solid #e0e0e0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	/*padding-left: 20px;*/
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.businessInside .swiper-wrapper a:hover p{
	color:#1070ad;
	border-bottom: 1px solid #1070ad;
}
.business-swiper-container{
	cursor: move;
}
.business-swiper-container img{
	width: 100%;
}
.businessMove{
	text-align: center;
	font-size: 16px;
}
.business-swiper-button-prev,.business-swiper-button-next{
	background-image: none;
}
.business-swiper-button-prev,.business-swiper-button-next{
	position: static;
	float: none;
	margin:0;
	display: inline-block;
	width: 50px;
	height: 38px;
	line-height: 36px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	background: #1070ad;
}
.business-swiper-button-prev i,.business-swiper-button-next i{
	color:#fff;
	font-size: 18px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	line-height: 36px;
}
.business-swiper-button-prev:hover,.business-swiper-button-next:hover{
	/*background:#1070ad;*/
	/*background:#fff;*/
	/*border:1px solid #fff;*/
}
.business-swiper-button-prev:hover i,.business-swiper-button-next:hover i{
	/*color: #1070ad;*/
}
.businessMove .businessMore{
	width: 140px;
	height: 38px;
	border:1px solid #e0e0e0;
	display: inline-block;
	line-height: 36px;
	margin:0 10px;
	color:#fff;
	background: #1070ad;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.businessMore:hover{
	color:#fff;
	background: #1070ad;
	border:1px solid #1070ad;
}

/*******business end********/




/*honor*/
.home-honor{

}
/*.home-honor .home-title h2{
	color: #fff;
}
.home-honor .home-title h2:after{
	background: #fff;
}
.home-honor .home-title p{
	color: #fff;
}*/
.home-honor-container{
	position: relative;
	padding: 0px 40px 30px;
	/*background: #ccc url(../images/h-bg.jpg) center center/1920px 100% no-repeat;*/
}
.home-honor-container .honor-swiper-container{
	cursor: move;
}
.honor-swiper-container .swiper-slide{
	width: 16.6%;
}
.honor-swiper-container .swiper-slide img{
	width: 100%;
	border:1px solid #eee;
	cursor: pointer;
}
.honor-swiper-button-prev,.honor-swiper-button-next{
	width: 30px;
	height: auto;
	top: 0px;
	bottom: 60px;
	margin-top:0;
	background: #fff;
	text-align: center;
	transition: .3s;
}
.home-honor-container:hover .honor-swiper-button-prev i,.home-honor-container:hover .honor-swiper-button-next i{
	/*color: rgba(255,255,255,.3);*/
	font-size: 60px;
	color: #1070ad;
}
.home-honor-container:hover .honor-swiper-button-prev,.home-honor-container:hover .honor-swiper-button-next{
	/*background: rgba(0,0,0,.2);*/
	background: #fff;
}
.honor-swiper-button-prev:hover,.honor-swiper-button-next:hover{
	/*background: rgba(0,0,0,.4);*/
	background: #fff;
}
.honor-swiper-button-prev i,.honor-swiper-button-next i{
	top: 50%;
	position: relative;
	margin-top:-30px;
	font-size: 36px;
	color: rgba(255,255,255,.1);
	transition: .3s;
}
.honor-swiper-button-prev{
	left: -10px;
}
.honor-swiper-button-next{
	right: -10px;
}
.honor-swiper-pagination{
	text-align: center;
	width: 100%;
	left: 0;
	padding-top: 16px;
}
.swiper-pagination-bullet{
	margin:0 6px;
	width: 14px;
	height: 14px;
	outline: none;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #1070ad;
}
/*honor end*/