.part7_top1{
	padding-top:clamp(30px,3.125vw,60px);
	background: url("../images/part7_top1_bg.png") no-repeat center top;
	background-size: cover;
}

.part7_top1_con_t1{
	width: clamp(120px, 11.77vw, 226px);
	display: flex;
	margin: 0 auto;
	margin-bottom:clamp(22px,2.3958vw,46px);
}

.part7_top1_con_t2{
	text-align: center;
}
.part7_top1_con_t2 p{
		text-align: center;
		margin-bottom: clamp(16px, 1.5625vw, 30px);

}

.part7_top2{
	background: url("../images/part7_top2.png") no-repeat center center;
	background-size: cover;
}
.part7_top2{
	padding-top:clamp(40px, 4.167vw, 80px);
	padding-bottom:clamp(32px,3.4375vw,66px);
}

.part7_top2_con{
	padding-top:clamp(30px, 3.125vw, 60px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.part7_top2_con_left{
	width: 45%;
}
.part7_top2_con_left_t2{
	margin-top:clamp(16px,1.67vw,32px);
	margin-bottom:clamp(16px,1.67vw,32px);
}
.part7_top3{
	padding-top:clamp(40px, 4.167vw, 80px);
}

.part7_top3_con{
	padding-top:clamp(40px, 4.167vw, 80px);
	padding-bottom:clamp(20px, 2.08vw, 40px);
}
.part7_top3_con_t1{
	padding-left:clamp(8px,0.83vw,16px);
	position: relative;

}
.part7_top3_con_t1::before{
	position: absolute;
	left: 0;
	top:10%;
	width: 4px;
	height: 80%;
	content: "";
	background: #005eae;
}
.part7_top3_con_t2{
	padding-top:clamp(8px,0.83vw,16px);
	padding-bottom:clamp(28px,2.9167vw,56px);
}

.part7_top4{
	background: #f2f6f9;
	padding-top:clamp(40px, 4.167vw, 80px);
	padding-bottom:clamp(25px, 2.6vw, 50px);
}

.slogans{
	padding-top:clamp(34px,3.54vw,68px);
	padding-bottom:clamp(30px,3.125vw,60px);
}

.part7_top4_item{
	display: flex;
	justify-content: space-between;
	background: #fff;
	margin-bottom:clamp(30px,3.125vw,60px);
}

.part7_top4_item.col{
	flex-direction: row-reverse;
}

.part7_top4_item_r{
	width: 47.4%;
}
.part7_top4_item_left{
	width: 52.6%;
	padding:clamp(12px, 1.04vw, 20px);

}

.part7_top4_item_left_t1 b{
	width: clamp(28px,2.08vw,40px);
	margin-right: clamp(5px, 0.52vw, 10px);
	font-weight: normal;
}

.part7_top4_item_left_t1{
	display: flex;
	align-items: center;
}
.part7_top4_item_left_t2{
	padding-top:clamp(12px,1.25vw,24px);
}

.sepp{
	position: relative;
	background: url("../images/88.png") no-repeat center center;
	background-size: cover;
	padding-top:23%;

}

.sepp_txt{
	width: 94%;
	position: absolute;
	left: 0;
	height: 100%;
	top:0;
	padding-left:6%;
	
	display: flex;
	align-items: center;
	line-height: 2rem;
}

.part7_top5{
	padding-top:clamp(40px,4.167vw,80px);
	padding-bottom:clamp(60px,6.25vw,120px);
}

.part7_top5_slogan{
	padding-top:clamp(30px,3.125vw,60px);
	padding-bottom:clamp(25px,2.6vw,50px);
}


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

	.part7_top4_item{
		flex-direction: column;	

	}
	.part7_top4_item.col{
		flex-direction: column-reverse;		
	}



	.part7_top4_item_r{
		width: 100%;
	}
	.part7_top4_item_left{
		width: 100%;

	}


}

