.analysis{
	padding: .8rem 0;
}
.analysis .analysis-list ul{
	display: flex;
}
.analysis .analysis-list li{
	width: 33.33%;
}
.analysis .analysis-list li .als-pic{
	max-width: 400px;
	max-height: 280px;
	overflow: hidden;
}
.analysis .analysis-list li .als-pic img{
	width: 100%;
	transition: all .4s ease;
}
.analysis .analysis-list li .als-pic:hover img{
	transform: scale(1.1);
}
.analysis .analysis-list li .als-text {
	max-height: 280px;
	min-height: 280px;
	padding: .25rem;
}
.analysis .analysis-list li .als-text p{
	font-size: 16px;
	color: #333333;
	line-height: 35px;
	font-family: "PingFang SC Regular","microsoft yahei";
}
.our-services{
	background: #f4f4f4;
	padding: .6rem 0;
}
.our-services .service-list{
	position: relative;
}
.our-services .service-swiper{
	width: 1040px;
	overflow: hidden;
	display: flex;
	flex-grow: 0;
}
.our-services .swiper-slide{
	width: 32%;
}
.our-services .swiper-slide .swiper-title{
	background: #1c499e;
	color: #FFFFFF;
	text-align: center;
	padding: .3rem 0;
}
.our-services .swiper-slide .swiper-title h3{
	font-size: 20px;
	font-family: "PingFang SC Bold","microsoft yahei";
	font-weight: bold;
	display: inline-block;
	padding: 5px 0 5px 50px;
}
.our-services .swiper-slide .swiper-title h3.style01{
	background: url(../img/survey/survey-icon.png) left center no-repeat;
}
.our-services .swiper-slide .swiper-title h3.style02{
	background: url(../img/survey/survey-icon01.png) left center no-repeat;
}
.our-services .swiper-slide .swiper-title h3.style03{
	background: url(../img/survey/survey-icon02.png) left center no-repeat;
}
.our-services .swiper-slide .swiper-text{
	background: #FFFFFF;
	padding: .3rem .4rem;
	min-height: 320px;
}
.our-services .swiper-slide .swiper-text li{
	font-size: 14px;
	color: #333333;
	font-family: "PingFang SC Bold","microsoft yahei";
	font-weight: bold;
	background: url(../img/survey/icon-circle.png) left center no-repeat;
	padding-left: 22px;
	line-height: 40px;
}
.our-services .swiper-button-next::after{
	content: '';
	background: url(../img/survey/next.png) center center no-repeat transparent;
	width: 20px;
	height: 35px;
}
.our-services .swiper-button-prev::after{
	content: '';
	background: url(../img/survey/prev.png) center center no-repeat transparent;
	width: 20px;
	height: 35px;
}
.covered{
	padding: .7rem 0;
}
.covered .cover-pic{
	max-width: 827px;
	margin: auto;
}
.methods{
	padding: .6rem 0;
}
.methods .lists{
	display: flex;
	justify-content: space-between;
}
.methods .lists .lists-con{
	width: 12%;
	text-align: center;
}
.methods .lists .lists-con .lists-pic{
	width: 145px;
	height: 145px;
	border-radius: 100%;
	border: 1px solid #cdcdcd;
	display: flex;
	align-items: center;
	justify-content: center;
}
.methods .lists .lists-con .lists-pic img{
	
}
.methods .lists .lists-con h4{
	font-size: 16px;
	color: #333333;
	font-family: "PingFang SC Heavy","microsoft yahei";
	margin-top: .3rem;
}
.methods .lists .lists-arrow{
	background: url(../img/survey/icon-arrow.png) center center no-repeat;
	width: 65px;
	height: 55px;
	margin-top: 45px;
}
.methods .text-lists{
	display: flex;
	justify-content: space-between;
	margin-top: .6rem;
	padding: 0 1rem;
}
.methods .text-lists h3{
	font-size: 20px;
	color: #333333;
	font-family: "PingFang SC Heavy","microsoft yahei";
	margin-bottom: .2rem;
}
.methods .text-lists li{
	font-size: 14px;
	line-height: 30px;
	color: #333333;
	font-family: "PingFang SC Heavy","microsoft yahei";
	font-weight: bold;
}
.cases{
	padding-bottom: .5rem;
}
.cases .cases-box ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cases .cases-box li{
	width: 46.8%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 28px;
}
.cases .cases-box li .time{
	width: 19.65%;
}
.cases .cases-box li .dt{
	height: .7rem;
	line-height: .7rem;
	background: #e4e4e4;
	text-align: center;
	font-size: 18px;
	color: #9d9d9d;
	font-family: "DIN Medium";
}
.cases .cases-box li .dt-num{
	height: .64rem;
	line-height: .64rem;
	font-size: 36px;
	color: #ababab;
	background: #FFFFFF;
	font-family: "Impact";
	text-align: center;
}
.cases .cases-box li .case-text{
	width: 74.6%;
}
.cases .cases-box li .case-text a.title{
	font-size: 18px;
	color: #333333;
	font-family: "PingFang SC Bold","microsoft yahei";
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	display: block;
	text-align: left;
	margin-bottom: .1rem;
	line-height: 40px;
	transition: all .4s ease;
}
.cases .cases-box li .case-text p{
	font-size: 14px;
	font-family: "PingFang SC Regular","microsoft yahei";
	color: #999999;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.cases .cases-box li .case-text a.title:hover{
	color: #3257BF;
}
.cases .case-more{
	display: block;
	width: 230px;
	height: 54px;
	border: 1px solid #e0e0e0;
	border-radius: 30px;
	text-align: center;
	line-height: 52px;
	font-size: 16px;
	color: #999999;
	font-family: "PingFang SC Bold","microsoft yahei";
	margin: .25rem auto;
	transition: all .4s ease;
}
.cases .case-more:hover{
	background: #3257BF;
	color: #FFFFFF;
	border: 1px solid #3257BF;
}