.page1_li {
	width: 65%;
	overflow: hidden;
	margin-bottom: 4.6vw;
}

.page1_li:nth-child(2n) {
	margin-left: auto;
}

.imgBox {
	width: 100%;
	overflow: hidden;
}

.imgBox img {
	width: 100%;
}

.imgBox:hover img {
	transform: scale(1.05);
}

.page1_t {
	line-height: 1.2;
	font-weight: bold;
	color: #333;
}

.page1_s {
	color: #777;
	font-weight: bold;
	margin-top: 15px;
}

.page2 {
	background: #f3f3f3;
}

.page2_t {
	font-weight: bold;
	color: #333;
}

.page2_s {
	max-width: 645px;
	line-height: 2;
	color: #555;
}

.page2_img {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.page2_img img {
	width: 100%;
}

.page2_tw {
	max-width: 370px;
	color: #555;
	line-height: 2.5;
	font-weight: bold;
	position: absolute;
	left: 36%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.page2_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.page2_list_lr {
	width: 36%;
}

.page2_list_ri {
	width: 55%;
	margin-left: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page2_list_lr_t {
	line-height: 1;
	font-weight: bold;
	color: #333;
}

.page2_list_lr_s {
	font-weight: bold;
	color: #018d40;
}

.page2_ri_li {
	max-width: 160px;
	text-align: center;
}

.page2_ri_li_img {
	width: 138px;
	height: 138px;
	background: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.page2_ri_li_img img {
	width: auto;
	max-width: 100%;
}

.page2_ri_li_img:hover{
    box-shadow: 0 0 15px rgba(51 51 51 / 15%);
}

.page2_ri_li_t {
	text-align: center;
	font-weight: bold;
	color: #018d40;
}

.page2_ri_li_s {
	color: #333;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
}

.page2_bot {
	width: 100%;
	overflow: hidden;
	background-image: url(../img/yx08.png);
	height: 273px;
	display: flex;
	align-items: center;
	background-position: top center;
    background-size: cover;
}

.page2_bot .wrap_1200 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 55px;
}

.xxLi {
	line-height: 1;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.xxLi a {
	color: #fff;
}

.xxLi img {
	width: auto;
	max-width: 100%;
	margin-right: 25px;
}

@media only screen and (max-width: 769px) {
    .page2_ri_li_img img{
        max-width: 30%;
    }
    
	#nyBan .p_summary {
		display: none;
	}

	.page1_li {
		width: 100%;
		margin-bottom: 45px;
	}

	.page2_tw {
		font-size: 14px;
		line-height: 1.6;
	}

	.page2_list_lr {
		width: 100%;
	}

	.page2_list_ri {
		width: 100%;
		margin-top: 30px;
	}

	.page2_list_lr_t {
		margin-top: 0;
		font-size: 22px;
	}
	
	.page2_t{
        font-size: 22px;
    }

	.page2_list_lr_s {
		margin-top: 20px;
	}

	.page2_ri_li {
		width: 48%;
		margin-bottom: 25px;
	}

	.page2_ri_li_img {
		width: 110px;
		height: 110px;
	}

	.page2_ri_li_t {
		margin-top: 15px;
	}

	.page2_bot {
		height: 230px;
	}

	.xxLi {
		margin: 10px auto;
		font-size: 26px;
	}
	
	.xxLi img{
	        max-width: 24px;
	}
}
