/* 四大核心业务 */
.service{
	overflow: hidden;
	background-color: #fff;
}

.title{
	height: 66px;
	display: flex;
	justify-content: center;
	position: relative;
}
.title p{
	height: 100%;
	color: #9E9E9E;
	font-size: 50px;
	text-align: center;
	opacity: .18;
	line-height: 66px;
}
 .title img{
	height: 100%;
}
.title span{
	font-size: 40px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	position: absolute;
	top: 36px;
	transform: translate(-50%);
	left: 50%;
}
.service .container .service-box{
	margin-top: 85px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.service .container .service-box .service-list{
	transition: all 0.5s; 
	height: 264px;
	width: 272px;
	box-shadow: 0px 0px 20px 1px rgba(123,123,123,0.18);
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 52px;
}
.service .container .service-box .service-list:hover{
	background-color: rgb(0, 118, 168);
}
.service .container .service-box .service-list img{
	height: 52.43px;
	width: 69.98px;
	margin-bottom: 33px;
}
.service .container .service-box .service-list span:nth-child(2){
	font-size: 22px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 29px;
	margin-bottom: 8px;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-align: center;
	text-overflow: ellipsis;
}
.service .container .service-box .service-list:hover span:nth-child(2){
	color: #fff;
}
.service .container .service-box .service-list span:nth-child(3){
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #C1C1C1;
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
	text-align: center;
	text-overflow: ellipsis;
}
.service .container .service-box .service-list:hover span:nth-child(3){
	color: #fff;
}

/* 一站式服务 */
.business {
	overflow: hidden;
}
.business .container{
	padding-bottom: 80px;

}
.business .container .businessUl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 80px;
}
.business .container .businessUl .business-li{
	height: 280px;
	width: 386px;
	overflow: hidden;
	background-image: url('../img/index6.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 45px 48px 0;
	transition: all 0.6s;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.business .container .businessUl .business-li:nth-child(2){
	background-image: url('../img/index7.png');
}
.business .container .businessUl .business-li:nth-child(3){
	background-image: url('../img/index8.png');
}
.business .container .businessUl .business-li:nth-child(4){
	background-image: url('../img/index9.png');
}
.business .container .businessUl .business-li:nth-child(5){
	background-image: url('../img/index10.png');
}
.business .container .businessUl .business-li:nth-child(6){
	background-image: url('../img/index11.png');
}
.business .container .businessUl .business-li:hover{
	background-size: 150% 150%;
}
.business .container .businessUl .business-li span:nth-child(1){
	font-size: 24px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 31px;
	margin-bottom: 8px;
}
.business .container .businessUl .business-li span:nth-child(2){
	font-size: 12px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 16px;
	margin-bottom: 14px;
}
.business .container .businessUl .business-li span:nth-child(3){
	height: 2px;
	width: 26px;
	background-color: #fff;
}
/* 优势资源整合 */
.odds-container{
	margin-top: 112px;
}
.odds .swiper-slide{
	background-size: 155%;
}
.odds .swiper-slide:hover{
	background-size: 200%;
}
.odds .swiper-slide>div img{
	height: 38.63px;
	width: 40px;
	margin-bottom: 10px;
}
.odds .swiper-slide>div p{
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
/* 经典案例 */
.case .case-ul{
	margin-top: 93px;
}
/* 合作伙伴 */
.team{
	background-color: #eee;
	overflow: hidden;
}

.team  .team-img{
	width: 90%;
	margin: 93px 5% 0;
}
