/* content4_new */
.content4_new .title2{padding-bottom:20px}
.content4_new .box2{
	background:url(../image/content4_new_bg.png) no-repeat center;
	height:112px; margin:200px 0;font-family: 'SourceHanSansCN';
}
.content4_new .content{
	position: relative;
}
.content4_new .item .img{margin:auto;background:#d81b43;width:50px;height:50px;padding:20px;border-radius:50%;}
.content4_new .item img{width:100%;}
.content4_new .item h2{padding:30px 0 15px;font-size:20px;color:#d81b43;font-weight:normal;}
.content4_new .item p{font-size: 14px;color: #999999;padding:0 10% 20px;line-height: 1.5;}
.content4_new .item{
	width: 20%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	height: 300px;
	background: url(../image/content4_new2.png) no-repeat center center;
}
.content4_new .item1{top:-180px;left:0;background-position-y: center;}
.content4_new .item1 .img{margin-top:80px;}
.content4_new .item2{top:-156px;left:20%;background-position-y: center;}
.content4_new .item2 .img{margin-bottom:80px;}
.content4_new .item3{top:-104px;left:40%;background-position-y: center;}
.content4_new .item3 .img{margin-top:60px;}
.content4_new .item4{top:-155px;left:60%;background-position-y: center;}
.content4_new .item4 .img{margin-bottom:80px;}
.content4_new .item5{top:-205px;left:80%;background-position-y: center;}
.content4_new .item5 .img{margin-top:80px;}
/* content5_new */
.content5_new{background:#f7f8fa;}
.content5_new .title2{padding-bottom:20px}
.content5_new .box2 {padding: 40px 0 80px;font-family: 'SourceHanSansCN';max-width: 1240px;}
.content5_new .box3 {display: none;font-family: 'SourceHanSansCN';max-width: 1240px;}
.content5_new .box2-2{margin-top:40px;flex-direction:row-reverse;}
.content5_new .li{width: 20%;padding: 0 20px;box-sizing:border-box;}
.content5_new .item{
	padding: 32px 10px;
	height: 100%;
	text-align: center;
	transition: all .3s;
	border-radius: 15px;
	box-sizing: border-box;
	display: block;
	background: #EEE;
	position: relative;
	color: #333;
}
.content5_new .item::before{
	position: absolute;
	content: " ";
	right: -18px;
	top: 50%;
	transform:translateY(-20px);
	width: 0;
	height: 0;
	transition: all .3s;
	border-top: 20px solid transparent;
	border-left: 18px solid #EEE;
	border-bottom: 20px solid transparent;
	display: block;
}
.content5_new .box2-1 .li:last-child .item::before{
	top: auto;
	right: 50%;
	transform:translate(20px,0);
	bottom: -17px;
	border-bottom: none;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 18px solid #EEE;
}
.content5_new .box2-2 .item::before{
	right:auto;
	left: -18px;
	border-left: none;
	border-right: 18px solid #EEE;
}
.content5_new .box2-2 .li:last-child .item::before{display: none;}
.content5_new .item:hover{background:#d81b43;}
.content5_new .item:hover::before{border-left-color:#d81b43;}
.content5_new .box2-1 .li:last-child .item:hover::before{border-top-color:#d81b43;}
.content5_new .box2-2 .item:hover::before{border-right-color:#d81b43;}
.content5_new .item i{display: inline-block;line-height:1.4;font-size:calc(2.4vw + 20px);transition: all .3s;}
.content5_new .item h3{font-weight: normal;line-height: 2.4;font-size:calc(0.4vw + 14px);transition: all .3s;}
.content5_new .item p{display:none;line-height:1.5;font-size:calc(0.4vw + 10px);color: #666;text-align: center;transition: all .3s;}
.content5_new .item:hover i,.content5_new .item:hover h3,.content5_new .item:hover p{color: #fff;}
@media screen and (max-width:1380px) {
	.content4_new .item2{top: -145px;}
	.content4_new .item4{top: -145px;}
	.content4_new .item5{top: -200px;}
}
@media screen and (max-width:950px) {
	.content4_new .box2{background:url(../image/content4_new_bg2.png) no-repeat center;margin: 60px auto;}
	.content4_new .item{height: 180px;top:-90px;}
	.content4_new .item h2 {font-size: 14px;height: 40px;}
	.content4_new .content p{display: none;}
	.content4_new .item .img{width:24px;height:24px;padding: 10px;}
	.content4_new .item1 .img,.content4_new .item3 .img,.content4_new .item5 .img{margin-top:40px;}
	.content4_new .item2 .img,.content4_new .item4 .img{margin-bottom:50px;}
	.content5_new .box2{padding:20px 0 30px;}
	.content5_new .box2-2{margin-top:20px;}
	.content5_new .li{padding:0 10px;}
	.content5_new .item{padding: 18px 10px;}
}
@media screen and (max-width:950px) {
	.content5_new .box2{padding:20px 0 30px; display: none;}
	.content5_new .flex-between-center{flex-wrap:wrap;}
	.content5_new .li{width: 50%;padding: 0 15px 15px;}

	.content5_new .box3{padding:20px 0 30px; display: block;}
	.content5_new .box3 .box3-1{justify-content: center;}
	.content5_new .box3 .li{width: 49%;padding: 0 3% 6%;}
	/* .content5_new .box3 .item::before{display: none;} */
	.content5_new .item::before {
		right: -9px;
		top: 50%;
		transform: translateY(-16px);
		border-top: 16px solid transparent;
		border-left: 10px solid #EEE;
		border-bottom: 16px solid transparent;
	}
	.content5_new .li:nth-child(4n-2) .item::before,.content5_new .li:nth-child(4n-1) .item::before{
		right: auto;
		top: auto;
		left: 50%;
		bottom: -9px;
		transform: translateX(-16px);
		border:none;
		border-left: 16px solid transparent;
		border-top: 10px solid #EEE;
		border-right: 16px solid transparent;
	}
	.content5_new .li:nth-child(4n-2) .item:hover::before,.content5_new .li:nth-child(4n-1) .item:hover::before{border-top-color:#d81b43;}
	.content5_new .li:nth-child(4n) .item::before {
		right: auto;
		top: 50%;
		left: -9px;
		border:none;
		border-top: 16px solid transparent;
		border-right: 10px solid #EEE;
		border-bottom: 16px solid transparent;
	}
	.content5_new .li:nth-child(4n) .item:hover::before{border-right-color:#d81b43;}
	.content5_new .li:last-child .item::before{display: none;}
}