.tips {
	position: relative;
	color:#c5c5c5;
	padding-top:0.1rem;
	font-size:0.12rem;
	line-height:1.2;
}
.title-en {
	font-size: 1.1rem;
	color: #bc4a2c;
	font-weight: 500;
	margin-bottom: 0.3rem;
	line-height:1;
	font-family:'nmr_bold';
}
.title-cn {
	font-size: 0.44rem;
	color: #bc4a2c;
	font-weight: bold;
	margin-bottom: 0.6rem;
}

.title-txt {
	font-size: 0.18rem;
	color: #bc4a2c;
	margin-top: -0.5rem;
	margin-bottom: 0.6rem;
}


.text-body {
	font-size:0.18rem;
	color:#bc4a2c;
	line-height:1.6;
	text-align: justify;
}
.text-body p {
	margin-top: 0.25rem;
}

.text-body h2 {
	font-size:0.45rem;
	line-height:1.2;
	font-weight:bold;
	margin-bottom:0.5rem;
}


.text-body span.bk {
	border: 1px solid #bc4a2c;
	padding:0 0.08rem;
	font-weight:bold;
	border-radius: 0.52rem;
}
.text-body span {
	font-family:'nmr';
}
.text-body sup {
	font-family:'nmr';
	font-size:0.08rem;
}
.section2 {
	margin-top: 3rem;
}
.section2 .section-main {
	display: flex;
	justify-content: space-between;
	align-items:end;
}
.section2 .text-block {
	width: 43%;
}
.section2 .images-block {
	width: 55%;
	display: flex;
	justify-content: flex-end;
}
.section2 .images-block img {
	width: auto;
}
.section3 {
	margin-top: 3rem;
}
.section3 .section-main {
	display: flex;
	justify-content: space-between;
}
.section3 .text-block {
	width: 43%;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}
.section3 .text-body p.tips {
	margin-top: 0.6rem;
	margin-bottom:0.25rem;
}
.section3 .title-en {
	margin-top:0.25rem;
	margin-bottom: 0.3rem;
}
.section3 .images-block {
	width: 55%;
	display: flex;
}
.section3 .images-block img {
	width: auto;
}
.section4 {
	margin-top:2.6rem;
}
 .section4::after {
 content: '';
 position: absolute;
 width: 1px;
 background-color: #bc4a2c;
 top: 0;
 bottom: 0;
 left: 50%;
 margin-left: -1px;
}
.section4 .timeline-item {
	
	position: relative;
	background-color: inherit;
	width: calc(50% - 1rem);
}
 .section4 .timeline-item:nth-child(odd) {
 left: 50%;
 padding-left:1rem;
}
 .section4 .timeline-item:nth-child(even) {
 left: 0;
 padding-right:1rem;
}
 .section4 .timeline-item:nth-child(2) {
 margin-top: -180px;
}
 .section4 .timeline-item:nth-child(3) {
 margin-top: -180px;
}
 .section4 .timeline-item:nth-child(4) {
 margin-top: -160px;
}
 .section4 .timeline-item::after {
 content: '';
 position: absolute;
 width: 8px;
 height: 30px;
 left: -4px;
 background-color: #bc4a2c;
 border-radius: 10px;
 top: 0;
 z-index: 1;
}
 .section4 .timeline-item:nth-child(odd)::after {
 left: -4px;
}
 .section4 .timeline-item:nth-child(even)::after {
 right: -4px;
 left: auto;
}
.section4 .content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.section4 .content h2 {
	color: #bc4a2c;
	font-size: 0.38rem;
	
	line-height: 1.3;
	font-family:'PF_bold';
}

.section4 .content h2 span {font-family:'nmr'; font-weight:bold;}


.section4 .content p {
	color: #bc4a2c;
	font-size:0.18rem;
	line-height:1.5;
	text-align: justify;
	
}
.section4 .content p span {font-family:'nmr';}
.section4 .content p.tips {
	font-size:0.12rem;
	color:#c5c5c5;
	line-height:1.2;
	padding-top:0;
}
.section4 .content p sup {font-family:'nmr'; font-size:0.08rem;}
.section4 .image-wrapper {
	width: 100%;
	margin-top: 0.35rem;
	overflow: hidden;
}
.section4 .image-wrapper img {
	width: auto;
	height: auto;
	display: block;
}
.section5 {
          margin-top:3.6rem;
		 
	width: 16.6rem;
	float: left;
	position: relative;
	overflow:hidden;
        }

.section6 {
          margin-top:3.6rem;
		  margin-bottom:3.6rem;
           
        }
.section6 .title-en {
	max-width: 700px;
}
.section6 ul li{ position:relative; padding-left:12px;}
.section6 ul li:before{ content:" "; position:absolute; left:3px; top:12px; width:5px; height:5px; background:#bc4a2c;}

.section7 {
	margin-top: 3rem;
}
.section7 .section-main {
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}
.section7 .text-block {
	
}
.section7 .images-block {
	width: 45%;
	display: flex;
	
}
.section7 .images-block img {
	width: auto;
}


.section8 {
	margin-top: 3rem;
}
.section8 .section-main {
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	
}
.section8 .text-block {
	
}
.section8 .section8con {
	
}

.section8 .text-body p{
	max-width: 520px;
}

.section8 .text-body h3 {
	border:1px solid #bc4a2c;
	padding:0 0.2rem;
	font-size:0.2rem;
	display:inline-block;
	border-radius:0.25rem;
}

.section8con ul{display: flex;justify-content: space-between; gap:0.25rem;}
.section8con ul li{}
.section8con ul li:nth-of-type(1){position: relative;top:0.6rem;}
.section8con ul li:nth-of-type(2){position: relative;top:1.6rem;}



.section9 {
	margin-top: 3rem;
}
.section9 .section-main {
	margin-top:1.5rem;
	position:relative;
	
}

.section9 .section-main .text-block{ display:flex;}
.section9 .section-main .text-block .text-body{ width:50%;}
.section9 .section-main.section9-2 .text-block{justify-content:end }


.section9_adr{width:9rem;position: absolute;right: -21%; top:0; overflow:hidden}
.section9_adl{width:9rem;position: absolute;left: -21%; top:0; overflow:hidden}
.section9 .xm{overflow:hidden}



.section9 .section-main.section9-1 .zz{ margin-top:1rem; padding-bottom:0.5rem;}
.section9 .section-main.section9-1 .zz h2{ font-size: 0.35rem;color:#bc4a2c;margin-bottom: 0.2rem; font-weight:normal;}
.section9 .section-main.section9-1 .zz li{ width:50%; float:left; margin-bottom:0.1rem}
.section9 .section-main.section9-1 .zz li span{ margin-left:0.1rem; font-size:0.4rem;font-family:'nmr';}
.section9 .section-main.section9-1 .zz sup {
	position: absolute;
	top: 0.1rem;
}

.section9 .section-main.section9-2 .text-block .text-body {
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.section9 .section-main.section9-2 .zuozheng > h2{margin-bottom:0; }
.section9 .section-main.section9-2 .zuozheng2{ margin-top:1.5rem;}
.section9 .section-main.section9-2 .zz{ margin-top:0.25rem; }
.section9 .section-main.section9-2 .zz h2{ font-size: 0.35rem;color:#bc4a2c;margin-bottom:0; font-weight:normal;}
.section9 .section-main.section9-2 p{ margin-top:0.1rem}
.section9 .section-main.section9-2 .zz li{ width:50%; float:left;}
.section9 .section-main.section9-2 .zz li span{ margin-left:0.1rem; font-size:0.36rem;font-family:'nmr';}
.section9 .section-main.section9-2 .zz sup {
	position: absolute;
	top: 0.1rem;
}
.section9 .section-main.section9-2 .tips{ margin-top:0.1rem;}




.section9 .section-main.section9-3 .zuozheng > h2{margin-bottom:0; }
.section9 .section-main.section9-3 .zuozheng > h3 {
	font-size: 0.25rem;
	color: #bc4a2c;
	margin-top: 0.25rem;
	font-weight: normal;
}
.section9 .section-main.section9-3 .zuozheng2,.section9 .section-main.section9-3 .zuozheng3{ margin-top:.9rem;}
.section9 .section-main.section9-3 p{ margin-top:0.05rem}

.section9 .section-main.section9-3 .zuozheng span{font-family:'nmr';}
.section9 .section-main.section9-3 .zuozheng sup {
	position: absolute;
	top: 0.02rem;
}
.section9 .section-main.section9-3 .tips{ width:8rem; margin-top:0.2rem}




.section10{text-align: center;padding:2.86rem 0 2.73rem 0;}
.section10 h2{font-size: 1.1rem;color:#bc4a2c;font-family: 'nmr_bold'; line-height:1;}
.section10 h3{font-size: 0.6rem;color:#bc4a2c;padding:0.3rem 0 0.5rem 0; font-weight:bold;}
.section10 h4{ text-align:center;position: relative; margin-bottom:0.2rem}
.section10 p{font-size: 0.26rem;color:#bc4a2c;line-height: 0.36rem;}





 @media screen and (max-width: 768px) {
	
	.title-en {
	font-size: 0.7rem;
}
	.title-cn {
	font-size: 0.4rem;
}

.title-txt {
	font-size: 0.26rem;
	margin-top: -0.4rem;
}
.text-body {
	font-size: 0.26rem;
	margin-bottom: 0.5rem;
}
.text-body h2 {
	font-size: 0.36rem;
}

.section-main {
	flex-direction: column;
}
.text-block {
	width: 100% !important;
}
 .images-block {
	width: 100% !important;
	margin-bottom:0.5rem;
}
.tips {
	font-size: 0.15rem;
}

	
	#jmpro .ab_banwz h4 {
	font-size: 0.7rem;
}
	
	 
#jmpro .ab_bantxt {
	max-width: 80%;
	right: 10%;
}	







 
 
 
	 
	 
	 
 .section4::after {
 left: 31px;
}
 .section4 .timeline-item {
 width: auto;
 padding-left: 40px !important;
 padding-right: 25px;
 margin-bottom: 40px;
}

.section4 .timeline-item::after {
	width: 4px;
	height: 20px;
	left:9px !important;
}


 .section4 .timeline-item:nth-child(odd),  .section4 .timeline-item:nth-child(even) {
 left: 0%;
}
 .section4 .timeline-item:nth-child(2),  .section4 .timeline-item:nth-child(3),  .section4 .timeline-item:nth-child(4) {
 margin-top: 0;
}
 .section4 .timeline-item::after,  .section4 .timeline-item:nth-child(odd)::after,  .section4 .timeline-item:nth-child(even)::after {
 left: 26px;
 right: auto;
}

.section4 .content p {
	font-size: 0.26rem;
}


.section4 .content p.tips {
	font-size: 0.15rem;

}


.section5 {
	width: 100%;
}

.section7 .images-block {
	order: 2;
}
.section8 .text-body h3 {
	font-size: 0.26rem;
}
.section9 {
	margin-top: 7rem;
}

.section9 .section-main .text-block .text-body {
	width: 100%;
}

.section9 .section-main.section9-1 .zz li {
	width: 100%;
}
.section9_adr {
	width: 100%;
	position: relative;
	right: -6%;
}

.section9_adl {
	width: 100%;
	position: relative;
	left: -6%;
}
.section9 .section9-1 .tips{

	position: relative;
	right:-6%;

}

.section9 .section-main.section9-2 .zz li {
	width: 100%;
}


.zuozheng {
	margin-top: 0.5rem;
}

.section9 .section-main.section9-3 .tips {
	width: 96%;
}

.section10 h2 {
	font-size: 0.7rem;
}
.section10 h3 {
	font-size: 0.4rem;
}




}
