.adv_info2_w_item{
	width: 25%;
	
	display: flex;
	justify-content: center;
	align-items:center;
	border-right: 1px solid rgba(12, 67, 134, .35);
	padding-top:clamp(10px,167vw,32px);
	padding-bottom:clamp(10px,167vw,32px);
}
.adv_info2_w_item.active {
	background: #0c4386;
}

.adv_info1{
	position: relative;
	overflow: hidden;
}

.adv_info_s{
	display: flex;
	justify-content: space-between;
	position: absolute;
	transform: translateX(110%);
	flex-wrap: wrap;
	transition: all linear .5s;
	opacity: 0;
	width: 100%;
}


.adv_info_s.active{
	display: flex;
	justify-content: space-between;
	position: relative;
	transform: translateX(0px);
	opacity: 1;

}

.adv_info2_w_item_l{
	font-size: 28px;
	color: #484848;
	margin-right: clamp(10px,1.25vw,24px);
}

.adv_info2_w_item.active .adv_info2_w_item_l{
	font-weight: bold;
	color: #fff;
}
.adv_info1_left{
	width: 43.8%;
}
.adv_info1_r{
	width: 50%;

	position: relative;
}

.adv_info1_left_t1{
	height: 66px;
	display: flex;
	align-items: center;
	font-size: 48px;
	color: #003c83;
	font-weight: bold;
}

.adv_info1_left_t2{
	height: 54px;
	display: flex;
	align-items: center;
	font-size: 46px;
	color: rgba(0,60,131,.1);
	text-transform: uppercase;
	font-family: "Arial";
}
.adv_info1_left_t3{
	margin-top:clamp(10px,2.6vw,50px);
	font-size: 18px;
	color: #484848;
	line-height: 40px;
}



.adv_info1_left_t4{
	margin-top:clamp(20px,3.54vw,68px);
	margin-bottom:clamp(20px,7.6vw,146px);
}
.adv_info1_left_t4_w{
	display: flex;
	align-items: center;

}

.anniu1{
	width: 65px;
	cursor: pointer;
	height: 65px;
	border:1px solid #484848;
	border-radius: 40px;
	overflow: hidden;
}


.anniu1:nth-of-type(1){
	background: url("../images/left_a.png") top left;
	background-size: cover;
	transition: all linear .3s;
}

.anniu1:nth-of-type(2){
	background: url("../images/right_a.png") top left;
	background-size: cover;
	transition: all linear .3s;
}

.anniu1:nth-of-type(1):hover{
	background: url("../images/left_a.png") top right;
	background-size: cover;
	border:1px solid #003c83;
}

.anniu1:nth-of-type(2):hover{
	background: url("../images/right_a.png") top right;
	background-size: cover;
	border:1px solid #003c83;
}






.marginRight{
	margin-right:clamp(20px,2.86vw,56px);
}

.adv_info1_r_pic1{
	width:68.28% ;
	position: absolute;
	left: 0;
	bottom:0;
	border:clamp(4px,0.625vw,12px) solid #fff;
	border-top-right-radius: clamp(20px,2.6vw,50px);
	border-bottom-left-radius: clamp(20px,2.6vw,50px);
	overflow: hidden;
}

.adv_info1_r_pic2{
	width:68.28% ;
	position: absolute;
	right: 0;
	top:0;
	border:clamp(4px,0.625vw,12px) solid #fff;
	border-top-right-radius: clamp(20px,2.6vw,50px);
	border-bottom-left-radius: clamp(20px,2.6vw,50px);
	overflow: hidden;
}

.adv_info2{
	margin-top:clamp(30px,4.6875vw,90px);
}
.adv_info2_w_item_icon{
	width: 68px;
	height: 68px;
}

.adv_info2{
	
	border-top:1px solid rgba(12,67,134,.35);
}

.adv_info2_w{
	display: flex;
	justify-content: space-between;
	
}

.adv_info2_w_item:nth-of-type(1) .adv_info2_w_item_icon{
	background: url("../images/adv_icon1.png") no-repeat top center ;
	background-size: cover;
	transition: all linear .5s;
}

.adv_info2_w_item:nth-of-type(1).active .adv_info2_w_item_icon{
	background: url("../images/adv_icon1.png") no-repeat  bottom center;
	
	background-size: cover;
}

.adv_info2_w_item:nth-of-type(2) .adv_info2_w_item_icon{
	background: url("../images/adv_icon2.png") no-repeat top center ;
	background-size: cover;
	transition: all linear .5s;
}

.adv_info2_w_item:nth-of-type(2).active .adv_info2_w_item_icon{
	background: url("../images/adv_icon2.png") no-repeat  bottom center;
	
	background-size: cover;
}
.adv_info2_w_item:nth-of-type(3) .adv_info2_w_item_icon{
	background: url("../images/adv_icon3.png") no-repeat top center ;
	background-size: cover;
	transition: all linear .5s;
}

.adv_info2_w_item:nth-of-type(3).active .adv_info2_w_item_icon{
	background: url("../images/adv_icon3.png") no-repeat  bottom center;
	
	background-size: cover;
}
.adv_info2_w_item:nth-of-type(4) .adv_info2_w_item_icon{
	background: url("../images/adv_icon4.png") no-repeat top center ;
	background-size: cover;
	transition: all linear .5s;
}

.adv_info2_w_item:nth-of-type(4).active .adv_info2_w_item_icon{
	background: url("../images/adv_icon4.png") no-repeat  bottom center;
	
	background-size: cover;
}



@media screen and (max-width:1400px) {
	.adv_info1_left_t1{
		height: 54px;
		font-size: 42px;
	}
	.adv_info1_left_t2{
		height: 44px;
		font-size: 38px;
	}
	.adv_info1_left_t3 {
		font-size: 16px;
		line-height: 32px;
	}
	.anniu1{
		width: 56px;
		height: 56px;
	}
	.adv_info2_w_item_l{
		font-size: 22px;
	}
	.adv_info2_w_item_icon{
		width: 60px;
	}
}

@media screen and (max-width:1200px) {
	.adv_info1_left_t1{
		height: 46px;
		font-size: 38px;
	}
	.adv_info1_left_t2{
		height: 38px;
		font-size: 30px;
	}
	.adv_info1_left_t3 {
		font-size: 14px;
		line-height: 26px;
	}
	.anniu1{
		width: 48px;
		height: 48px;
	}
	.adv_info2_w_item_l{
		font-size: 18px;
	}
	.adv_info2_w_item_icon{
		width: 50px;
		height: 50px;
	}
}


@media screen and (max-width:1000px) {
	.adv_info1_left_t1{
		height: 38px;
		font-size: 30px;
	}
	.adv_info1_left_t2{
		height: 32px;
		font-size: 20px;
	}
	.adv_info1_left_t3 {
		font-size: 14px;
		line-height: 22px;
	}
	.anniu1{
		width: 30px;
		height: 30px;
	}
	.adv_info2_w_item_l{
		font-size: 14px;
	}
	.adv_info2_w_item_icon{
		width: 40px;
		height: 40px;
	}

}

@media screen and (max-width:800px) {
	.adv_info1_left_t1{
		height: 34px;
		font-size: 26px;
	}
	.adv_info1_left_t2{
		height: 24px;
		font-size: 16px;
	}
	.adv_info1_left_t3 {
		font-size: 14px;
		line-height: 20px;
	}
	.anniu1{
		width: 26px;
		height: 26px;
	}
	
	.adv_info2_w_item_icon{
		width: 30px;
		height: 30px;
	}
	.adv_info_s.active{
		flex-direction: column;
		position: relative;
	}
	.adv_info1_left{
		width: 100%;
	}
	.adv_info1_r{
		width: 100%;
		display: flex;
		justify-content: space-between;

	}
	.adv_info1_r_pic1{
		position: relative;
		width: 48%;
	}
	.adv_info1_r_pic2{
		position: relative;
		width: 48%;
	}

}

@media screen and (max-width:600px) {
	
	.adv_info2_w_item{
		height: auto;
		flex-direction: column-reverse;
		padding-top:10px;
		padding-bottom: 10px;
	}
	.adv_info1_left_t1{
		height: 30px;
		font-size: 20px;
	}
	.adv_info1_left_t2{
		height: 20px;
		font-size: 14px;
	}

	.adv_info2_w_item_l{
		text-align: center;

        font-size: 12px;
        margin-right: 0;
    }
}