/* section3 star*/
.section3 {
	padding: 32px 0 45px 0;
}

.section3 .innerUl {
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 32px;
	text-align: center;
}

.section3 .innerUl li {
	width: 250px;
	height: 217px;
	display: flex;
	/* flex-direction: column; */
	justify-content: center;
	align-items: center;
}


.section3 .innerUl h1 {
	font-size: 24px;
	font-weight: 600;
	color: #0873DD;
	line-height: 33px;
}

.section3 .innerUl h2 {
	width: 234px;
	font-size: 16px;
	font-weight: 400;
	color: rgba(109, 117, 122, 1);
	margin-top: 16px;
}

.bor {
	width: 2px;
	height: 204px;
	background: linear-gradient(180deg, #FFFFFF 0%, #EAEBEE 50%, #FFFFFF 100%);
	/* margin-left: 20px; */
}
.bor-right{
	width: 2px;
	height: 204px;
	background: linear-gradient(180deg, #FFFFFF 0%, #EAEBEE 50%, #FFFFFF 100%);
	/* margin-right: 20px; */
}

/* section3 end*/

/* section4 star*/
.section4 {
	padding-bottom: 24px;
}

.section4 .Box {
	margin-top: 24px;
	height: 198px;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
	border-radius: 4px;
	border: 1px solid rgba(237, 239, 241, 1);
}

.section4 img {
	width: 88px;
	height: 88px;
}

.section4 li {
	padding: 36px 106px 0 106px;
}

.section4 h4 {
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: rgba(47, 49, 49, 1);
	line-height: 28px;
}

/* section4 end*/
.innerH1 {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	color: #0873DD;
	line-height: 45px;
}

.innerP {
	padding-bottom: 32px;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	color: rgba(109, 117, 122, 1);
	line-height: 33px;
	margin-top: 8px;
}


/* 手机端 s*/
@media (max-width:1024px) {
	.section3 .innerUl li {
		width: 46%;
		/* float: left; */
		margin-top: 30px;
		padding: 0 15px;
		height: auto;
	}
	.section3 .innerUl h2{
		width: auto;
	}
	.section3 .innerUl{
		margin-top: 0;
	}
}
/* 手机端 e*/












@media (max-width:768px) {
.innerP{font-size: 18px; line-height: 24px;}
.section3 .innerUl li{padding:0}	
.innerH1{font-size: 24px;}
.section3 .innerUl h1{font-size: 15px;line-height: 24px;}
.section3 .innerUl li .flexR div{padding-right: 0px !important;}




}