.part6_top1{
	padding-top:clamp(40px,4.167vw,80px);
	background: url("../images/6_top1.png") no-repeat center top;
	background-size: cover;
}

.part6_top1_p1{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(16px, 2.4vw, 40px);
	align-items: start;
	padding-bottom: clamp(45px, 4.6875vw, 90px);
}
.part6_top1_p1_item{
	width: 100%;
	min-width: 0;
}
.part6_top1_p1_item_img{
	aspect-ratio: 3 / 2;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.part6_top1_p1_item_img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}
.part6_top1_p1_item_t1{
	margin-top:clamp(16px,1.67vw,32px);
	margin-bottom:clamp(8px,0.83vw,16px);
}
.part6_title_sep{
	font-family: Arial, Helvetica, "Segoe UI", sans-serif;
	padding: 0 0.08em;
}
.part6_title_sep{
	font-family: Arial, Helvetica, "Segoe UI", sans-serif;
	padding: 0 0.08em;
}

.part6_top1_p2_title{
	padding-left:clamp(18px,1.4583vw,28px);
	position: relative;
}

.part6_top1_p2_title::before{
	width: 6px;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	background: #005eae;
	content: "";
	display: block;
}

.part6_top1_p2_desc{
	padding-top:clamp(11px,1.1458vw,22px);
	line-height: 52px;
}

.part6_top1_p2_desc_line{position: relative; padding-left:clamp(18px, 1.4583vw, 28px);}

.part6_top1_p2_desc_line::before{
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	
	top:50%;
	background: #333333;
	content: "";
	display: block;
	transform:translateY(-4px);
	border-radius:4px;
}

.part6_top1_p2{
	padding-bottom:clamp(30px,3.125vw,60px);
}

.part6_top2{
	padding-top:clamp(40px,4.167vw,80px);
}

.part6_top2_slogan{
	padding-top:clamp(22px,2.39vw,46px);
	padding-bottom:clamp(30px,3.125vw,60px);
	text-align: center;
}
.part6_top2_con_item_left{
	width: 70%;
}
.part6_top2_con_item_r{
	width: 30%;
}

.part6_top2_con_item{
	width: 37%;
	display: flex;
	align-items: center;
	margin-bottom: clamp(35px,3.6458vw,70px);
	position: relative;
}

.part6_top2_con_item.last{
	width: 26%;

}


.part6_top2_con_item.last .part6_top2_con_item_left{
	width: 100%;
}


.part6_top2_con_item.last .part6_top2_con_item_r{
	display: none;
}


.part6_top2_con_item_left_b{
	display: flex;
	align-items: center;
	height: clamp(40px, 3.125vw, 60px);
}

.part6_top2_con_item_left_b b{
	width: 20px;
	height: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	background:url("../images/liubianxing.png") no-repeat center center;
	margin-right:clamp(5px,0.52vw,10px);
	background-size:cover;
	flex-shrink: 0;
}

.part6_top2_con_item_left_b{
	padding-left:clamp(4px,0.4167vw,8px);
	padding-right:clamp(4px,0.4167vw,8px);

}

.part6_top2_con {
	display: flex;
	flex-wrap: wrap;

}

.rev img{
	transform: rotateZ(-180deg);
}

.part6_top2_con_item.last2{
	width: 26%;

}


.part6_top2_con_item.last2 .part6_top2_con_item_left{
	width: 100%;
}


.part6_top2_con_item.last2 .part6_top2_con_item_r{
	width: 43.33%;
	position: absolute;

	transform:rotateZ(90deg) translateY(-80%) translateX(-100%);
	
	left: 8%;

	top:20%;


}
.part6_top2_con_item.last2 .part6_top2_con_item_r2{
	width: 43.33%;
	position: absolute;
	top:-30%;
	left: -40%;

	transform:rotateZ(45deg);

	

}
.part6_top3{
	background:#f2f6f9;
	padding-top:clamp(40px,4.167vw,80px);
	padding-bottom:clamp(50px,5.2vw,100px);
}

.part6_top3_con{
	padding-left: clamp(15px,1.5625vw,30px);
	padding-right: clamp(15px,1.5625vw,30px);
}


.part6_top4{
	padding-top:clamp(40px,4.167vw,80px);
	padding-bottom:clamp(75px,7.8125vw,150px);
}

.part6_top4_con{
	padding-top:clamp(30px,3.125vw,60px);
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: clamp(16px, 2vw, 32px);
	align-items: stretch;
}

.part6_top4_con_item{
	width: 100%;
	position: relative;
	margin-bottom: 0;
}
.part6_top4_con_item_img{
	position: relative;
	z-index: 1;
	padding-top: 75%;
	background-position: center center !important;
	background-size: cover !important;
}

.part6_top2_con2{
	display: none;
	flex-direction: column;
}

.part6_top2_con2 .part6_top2_con_item{
	width: 100%;
	flex-direction: column;
	margin-bottom: 10px;

}



.part6_top2_con2 .part6_top2_con_item .part6_top2_con_item_left{
	width: 100%;
}
.part6_top2_con2 .part6_top2_con_item .part6_top2_con_item_r{
	width: 20%;
	margin-top: 6px;
}
.part6_top2_con2 .part6_top2_con_item .part6_top2_con_item_r img{
	transform: rotateZ(90deg);
}




.part6_top4_con_item .mask{
	width: 100%;
	height: 100%;
	left:0;
	top:0%;
	position: absolute;
	z-index: 2;
	background-image: linear-gradient(to bottom,rgba(0,94,174,0),rgba(0,94,174,0),rgba(0,94,174,0),rgba(0,94,174,0.7));
}
.part6_top4_con_item .txt{
	width: 100%;
	height: 30%;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	bottom:0;position:absolute;
	z-index: 3;
}






@media screen and (max-width:1100px ) {
	.part6_top1_p2_desc{
		line-height: 46px;
	}
}
@media screen and (max-width:900px ) {
	.part6_top1_p2_desc{
		line-height: 40px;
	}
}
@media screen and (max-width:700px ) {
	.part6_top1_p2_desc{
		line-height: 34px;
	}
}



@media screen and (max-width:600px ) {


		.part6_top1_p2_desc{
			line-height: 28px;
		}



	.part6_top1_p1{
		grid-template-columns: repeat(2, 1fr);
	}
	.part6_top1_p1_item{
		margin-bottom: 20px;
	}
	.part6_top4_con{
		grid-template-columns: repeat(2, 1fr);
	}
	.part6_top2_con{
		display: none;
	}
	.part6_top2_con2{
		display: flex;
	}
}
