#nyBan {
	max-height: 1056px;
}

#nyBan .p_summary {
	max-width: 730px;
}

.page1 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.page1_lr {
	width: 50%;
}

.page1_ri {
	width: 43%;
	overflow: hidden;
}

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

.page1_l {
	line-height: 1.2;
	color: #5d7522;
	font-weight: bold;
}

.page1_r p {
	display: block;
	position: relative;
	padding-left: 30px;
	line-height: 1.6;
	color: #333;
	font-weight: 600;
	margin: 10px auto;
}

.page1_r p::before {
	content: '';
	width: 9px;
	height: 9px;
	background-color: #333;
	position: absolute;
	left: 0;
	border-radius: 50%;
	top: 14px;
}

.page2 {
	width: 100%;

	overflow: hidden;
	position: relative;
}

.page2::before {
	content: '';
	width: 100%;
	height: 95%;
	background-color: #fcffef;
	position: absolute;
	right: 0;
	top: 0;
}

.page2::after {
	content: '';
	width: 100%;
	max-width: 1319px;
	height: 132px;
	background-image: url(/static/cn/img/Ww.png);
	background-repeat: no-repeat;
	position: absolute;
	right: 0;
	top: 5vw;
}

.page2 .wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
}

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

.page2_li2 {
margin-top: -60px;
    justify-content: space-evenly;
}

.page2_li1 .page2_li_l {
	width: 50%;
	overflow: hidden;
	border-radius: 25px;
	border-top-left-radius: 34px;
}

.page2_li1 .page2_li_l img {
	width: 100%;
}

.page2_li1 .page2_li_r {
	width: 90%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.page2_li_r_t {
	line-height: 1.2;
	color: #5d7522;
	font-weight: bold;
}

.page2_li_r_s {
	line-height: 2;
	color: #333;
	margin-top: 20px;
}

.page2_li2 .page2_li_l {
      width: 37%;
    margin-top: 150px;
}

.page2_li2 .page2_li_r {
	width: 34%;
	overflow: hidden;
	border-radius: 25px;
	border-top-left-radius: 34px;
}

.page2_li2 .page2_li_r img {
	width: 100%;
}

.page2_li_r_s ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 0px;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}

.page2_li_r_s li {
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: inherit;
}

.page2_li_r_s ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 20px;
}

.page3 {
	width: 100%;
	overflow: hidden;
	background-image: url(/static/cn/img/zp06.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.page3 .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page3_li {
	display: block;
	width: 46.3%;
	overflow: hidden;
	border-radius: 30px;
	
}

.page3_li img {
	width: auto;
	max-width: 100%;
	transition: 0.5s;
}

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

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

	#nyBan {
		height: 80vh;
		max-height: 960px;
	}

	#nyBan .p_summary {
		font-size: 14px;

	}

	.page1_lr {
		width: 100%;
	}

	.page1_r {
		font-size: 16px;
	}

	.page1_r span {
		padding-left: 20px;
	}

	.page1_r span::before {
		width: 5px;
		height: 5px;
		top: 8px;
	}

	.page1_ri {
		width: 100%;
		margin-top: 25px;
	}

	.page2_li1 .page2_li_l{
		width: 100%;
	}
	
	.page2_li1 .page2_li_r{
	            width: 100%;
        margin-top: 30px;
	}
	
	.page2_li2 .page2_li_l{
	            width: 100%;
        margin-top: 30px;
	}

	.page2_li2 {
		width: 100%;
		margin-top: 25px;
		display: flex;
		flex-direction: column-reverse;
	}

	.page2_li2 .page2_li_r {
		        margin-top: 0;
        width: 100%;
	}

	.page2_li_l {
		margin-top: 8vw;
		width: 90%;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.page3 .wrap {
		flex-wrap: wrap;
	}
	
	.page1_r p::before{
	     top: 7px;
	}
	
	.page3_li {
        width: 100%;
        margin: 15px auto;
	}
	
	.page2::before{
	    height: 100%;
	}

}
