body{
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:1.5;
	font-family: zt3;
	margin:auto;
	overflow-x:hidden;
	}

@supports (font: -apple-system-body) {
  body {
    font-family: 
      "PingFang SC",
      -apple-system,
      "HarmonyOS Sans",
      sans-serif;
  }
}

.apple-os body {
  font-family: "PingFang SC", -apple-system, sans-serif;
}
@media not all and (min-resolution: 0.001dpcm) { 
  @supports (-webkit-appearance: none) {
    body {
      font-family: "PingFang SC", -apple-system, sans-serif;
    }
  }
}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}

@font-face
{
	font-family: zt;
	src: url('../font/HarmonyOS_Sans_SC_Light.ttf'),
	url('../font/HarmonyOS_Sans_SC_Light.ttf'); /* IE9+,可以是具体的实际链接 */
	font-weight: 300; /* Light */
	
}
@font-face
{
	font-family: zt2;
	src: url('../font/HARMONYOS_SANS_SC_BOLD.TTF'),
	url('../font/HARMONYOS_SANS_SC_BOLD.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 700; /* Bold */
	
}
@font-face
{
	font-family: zt3;
	src: url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'),
	url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 400; /* Regular/Normal */
	
}
@font-face
{
	font-family: zt4;
	src: url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'),
	url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 500; /* Medium */
	
}
html {
    scroll-behavior: smooth;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:var(--009-b-4-d, #52B817);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


@media (min-width:1000px) {
	
.header.yanse{
	background: #FFF;
	/* 23-4-0.1 */
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.01);
	padding:0 0;
}
.header.yanse.yanse01{
	width:100%;
	background: var(--10, rgba(0, 0, 0, 0.0));
	padding:0 8.33vw;
}
.header.yanse.yanse01 .innav ul>li>a{
	color:#FFF;
}
.header.yanse.yanse01 .intop{
	border-radius: 6.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	margin-top:1.88rem;
	transition: all 0.6s;
	padding:0 1.88rem;
}
.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}
.header.yanse .intop{
	padding:0 2.0vw;
}
.header.yanse.yanse01 .intop::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	border-radius: 6.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	overflow:hidden;
	content:'';
	display:inline-block;
}


.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	position:relative;
	z-index:3;
}
.intop::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	overflow:hidden;
	content:'';
	display:inline-block;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:8.62rem;
	display: flex;
	align-items: center;
	height:5.0rem;
	max-width:8.62rem;
	transition: all 0.6s;
	position:relative;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul>li{
	width:auto;
	font-size: 1.0rem;
	height:5.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display:flex;
	align-items: center;
	position:relative;
}
.innav ul>li>a{
	width:auto;
	display:flex;
	align-items: center;
	position:relative;
	padding:0 2.25rem;
}
.innav ul>li>a:hover{
}
.header.yanse .innav ul>li.cur a{
	color:#00442A
}
.header.yanse.yanse01 .innav ul>li.cur a{
	color:#fff;
}
.header.yanse.yanse01 .innav ul>li.cur>ol>li a{
	color:#333;
}
.innav ul>li>ol {
    width: 180%;
	background: var(--10, rgba(255, 255, 255, 1));
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    transform: scaleY(0);
    transition: all 0.6s;
    transform-origin: 50% 0;
	position: absolute;
	left: -40%;
	top:5rem;
}
.innav ul>li>ol>li {
    height: 3.0rem;
    border-bottom: 1px solid rgb(245, 245, 245);
}

.innav ul>li>ol>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 3.0rem;
    text-align: center;
	font-size: 1.0rem;
	font-weight: 400;
}
.innav ul>li>ol>li:hover {
    background: rgba(0, 0, 0, 0.03);
}

.innav ul li:hover ol {
    transform: scaleY(1);
}
.top-r{
	width: auto;
	display: flex;
	align-items: center;
	position:relative;
}

.insear{
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--009-b-4-d, #52B817);
	border-radius: 2.5rem;
}
.insear img{
	max-height:1.25rem;
}
.intel{
	width:auto;
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-right:1.25rem;
}
.header.yanse.yanse01 .intel{
	color:#FFF;
}
.header.yanse .intel{
	color: var(--00492-d, #00442A);
}

.chax{
	right:0; 
	top:6rem;
	position: fixed;
	width:15rem; 
	z-index:2;
	display: none;
	background-color:#FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.05); 
}
.chax　.aa{
	display: flex;
	width:15rem;
	height:2.5rem;
	background-color:#FFF;
	overflow:hidden;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 11.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 0px;
	background-color: #fff;
	outline: none;
	padding-left: 0.5rem;
	color: #999999;
	font-family: zt3;
	font-size: 0.8rem;
	color: #999999;
}
.chaxanniu{
	width: 4.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	cursor: pointer;
	background: var(--009-b-4-d, #52B817);
	color:#fff;
	border: 0px;
	outline:none;
	font-family: zt3;
	font-size:0.875rem;
}

.container{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.63rem 0.63rem 0.63rem 2.44rem;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	align-items: center;
	position:relative;
	overflow:hidden;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	z-index:5;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--009-b-4-d, #52B817);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 2rem;
	height: 2rem;
	margin-left:1.81rem;
	content:'';
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.inmore a:hover::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}

.intit{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:3.75rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.intit.ny{
	padding-bottom:0px;
	border-bottom:0px;
}
.intit .a01{
	width:auto;
}
.intit .a01 dl dt{
	display: flex;
	align-items: center;
	color: var(--009-b-4-d, #52B817);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.intit .a01 dl dt::before{
	content: "\2022";
}
.intit .a01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit .a02{
	width:auto;
}
.intit .a02 dl dt{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 3.625rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit .a02 dl dd{
	margin-top:0.69rem;
	color: var(--00492-d, #00442A);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: capitalize;
}
.inab{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex{
	width:50%;
	color: var(---333, #333);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.inab .tex h1{
	margin-bottom:3.75rem;
}
.inab .tex .inmore{
	margin-top:5.0rem;
}
.inab .pic{
	width:43.8%;
	overflow:hidden;
	position:relative;
}
.inab .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inab .pic:hover img{
	transform: scale(1.05);
}
.rotating-circle{
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	background: url(../img/Rectangle.svg) no-repeat center;
	background-size:contain;
	animation: rotate 16s linear infinite;
	position:absolute;
	left:calc(50% - 2.5rem);
	top:calc(50% - 2.5rem);
	z-index:1;
}
@keyframes rotate {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}
.inab .pic .play{
	width:3.45rem;
	height:3.45rem;
	position:absolute;
	left:calc(50% - 1.725rem);
	top:calc(50% - 1.725rem);
	z-index:2;
	border-radius: 50%;
	background: var(---white, #FFF);
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inab .pic .play img{
	max-height:1.53rem;
	max-width:1.53rem;
}

.innum{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:33.33%;
	border-bottom:4px solid #FFF;
	border-right:4px solid #FFF;
	padding:2.56rem 3.75rem;
	background: var(--Color, #F3F9F6);
	display: flex;
	align-items: flex-end;
	color: var(--00492-d, #00442A);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	position:relative;
}
.innum ul li:nth-child(3n){
	border-right:0px;
}
.innum ul li i{
	color: var(--00492-d, #00442A);
	font-family: Arial;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin-right:3.13rem;
	min-width:6.7rem;
}
.innum ul li .pic{
	width:auto;
	position:absolute;
	top:1.88rem;
	right:1.88rem;
	z-index:1;
}
.innum ul li .pic img{
	max-width:1.75rem;
}
.inwrap{
	width:100%;
	float:left;
	background: var(--Color, #F3F9F6);
	margin-top:10rem;
	padding:10rem 8.33vw;
	padding-top:0px;
}
.intit .a03{
	width:42.4%;
	color: var(---333, #333);
	text-align: justify;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.inhz{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.inhz ul{
	display: flex;
	flex-wrap: wrap;
}
.inhz ul li{
	width:calc(14.46% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	height:5.63rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inhz ul li a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1.135px solid #FFF;
	overflow:hidden;
	border-radius: 0.49rem;
	background: #FFF;
}
.inhz.ny ul li a{
	border: 1.135px solid var(---Gray-5, #E0E0E0);
}
.inhz ul li a:hover{
	border: 1.135px solid var(--009-b-4-d, #52B817);
}
.inhz ul li img{
	max-width:100%;
}
.inhz ul li:nth-child(7n){
	margin-right:0px;
}

.infw{
	width:100%;
	float:left;
	height:62.5rem;
	position:relative;
}
.fwpic{
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	transition: all 0.6s;
}
.fwlm{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:9;
}
.fwlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.fwlm ul li{
	width:33.333%;
	height:100%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding:6.25rem 5.5rem;
	position:relative;
	transition: all 0.6s;
	
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.fwlm ul li:nth-child(3n){
	border-right:0px;
}
.fwlm ul li:hover{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fwlm ul li.cur{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fwlm ul li .more{
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
	margin-top:5.0rem;
}
.fwlm ul li:hover .more{
	opacity:1;
}
.fwlm ul li .more a{
	width: 4rem;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
	border-radius: 5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.fwlm ul li .more img{
	max-height:1.33rem;
}
.fwlm ul li:hover .more a{
	background: var(--009-b-4-d, #52B817);
	border: 1px solid var(--009-b-4-d, #52B817);
}
.fwlm ul li .a01{
	width:100%;
}
.fwlm ul li .a01 h1{
	overflow:hidden;
}
.fwlm ul li .a01 h1 img{
	max-height:3.0rem;
}
.fwlm ul li .a01 dl dt{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fwlm ul li .a01 dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:3.75rem;
}

.jyfw{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.jyfw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jyfw ul li{
	width:20%;
	border-right:2px solid #FFF;
	position:relative;
	overflow:hidden;
}
.jyfw ul li:nth-child(5n){
	border-right:0px;
}
.jyfw ul li .pic{
	height:100%;
}
.jyfw ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
	filter: grayscale(100%);
	opacity:0.9;
}
.jyfw ul li:hover .pic img{
	transform: scale(1.05);
	filter: grayscale(0%);
	opacity:1;
}
.jyfw ul li .tex{
	width:100%;
	padding: 2.5rem 2.5rem 3.75rem 2.5rem;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	transition: all 0.6s;
}
.jyfw ul li .tex h1{
	overflow:hidden;
}
.jyfw ul li .tex h1 img{
	max-height:3.0rem;
}
.jyfw ul li .tex dl dt{
	margin-top:1.88rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.jyfw ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
	opacity:0;
	transition: all 0.6s;
}
.jyfw ul li:hover .tex{
	background: #0062BB;
}
.jyfw ul li:hover .tex dl dd{
	opacity:1;
}

.sbwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:10rem 8.33vw;
	background: var(--00492-d, #00442A);
	position:relative;
	z-index:5;
}
.sbwrap::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-image:url(../img/sbw.svg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
	content:'';
	display:inline-block;
}
.sbtit{
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
}
.sbtit ul{
	width: 44.44%;
	height: 6.94rem;
	border-radius: 3.75rem;
	border: 2px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--Linear, linear-gradient(90deg, #009B4D 0%, #9AD924 100%));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 0.94rem;
}
.sbtit ul li{
	width:auto;
	display:flex;
}
.sbtit ul li dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align:center;
}
.sbtit ul li dl dd{
	margin-top:1.0rem;
	display:flex;
}
.sbtit ul li dl dd img{
	max-width:13.3rem;
}
.sbtit ul li .pic{
	max-height:5.0rem;
}
.sbtex{
	width:100%;
	float:left;
	margin-top:8.5rem;
	position:relative;
}
.sbtex .inmore{
	justify-content: center;
	position:absolute;
	left:calc(50% - 5.2rem);
	bottom:0;
	z-index:3;
}

.intit .a04{
	width:auto;
	display: flex;
	align-items: center;
}
.intit.a1{
	align-items: flex-end;
}
.intit .a04 a{
	padding: 0.94rem 3.91rem 1rem 2.59rem;
	border-radius: 6.25rem;
	background: var(--Color, #F3F9F6);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	overflow:hidden;
	margin-left:0.62rem;
	display: flex;
	align-items: center;
}
.intit .a04 a img{
	max-height:2.3rem;
	margin-right:1.25rem;
	max-width:2.3rem;
}
.intit .a04 a .pic01{
	display:inline-block;
}
.intit .a04 a .pic02{
	display: none;
}
.intit .a04 a:hover .pic01{
	display:none;
}
.intit .a04 a:hover .pic02{
	display:inline-block;
}
.intit .a04 a:hover{
	background: var(--009-b-4-d, #52B817);
	color: var(---white, #FFF);
}
.incase{
	width:100%;
	float:left;
	margin-top:6.25rem;
	position:relative;
}

.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	width:100%;
	height: auto;
}
.swiper-slide .b01{
	border-radius: 0.5rem;
	border: 0px solid #fff;
	display:flex;
	overflow:hidden;
}
.swiper-slide-thumb-active .b01{
	border: 4px solid var(--009-b-4-d, #52B817);
}
.swiper-slide .b01 img{
	width:100%;
	height:auto;
}
.swiper-slide .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--Color, #F3F9F6);
}
.swiper-slide .a01 .tex{
	width:30%;
	padding:3.75rem 2.5rem;
	color: var(--00492-d, #00442A);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.swiper-slide .a01 .tex h1{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.swiper-slide .a01 .tex h2{
	margin-top:0.62rem;
	color: var(--00492-d, #00442A);
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.swiper-slide .a01 .tex .wz{
	margin-top:6.19rem;
}
.swiper-slide .a01 .tex .wz p{
	color: var(--009-b-4-d, #52B817);
	font-family: zt2;
	font-size: 2.7rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.swiper-slide .a01 .tex .wz p i{
	margin-left:0.5rem;
	padding: 0.25rem 0.625rem;
	border-radius: 1.625rem;
	border: 1px solid var(---white, #FFF);
	background: var(--Linear, linear-gradient(90deg, #009B4D 0%, #9AD924 100%));
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.swiper-slide .a01 .pic{
	width:70%;
	overflow:hidden;
	position:relative;
}
.swiper-slide .a01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.swiper-slide .a01:hover .pic img{
	transform: scale(1.05);
}
.swiper.aa01{
	margin-top:2.5rem;
	width:100%;
	float:left;
}
.swiper-button-prev:after{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-button-next:after{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fwzc{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fwzc ul{
	display: flex;
	flex-wrap: wrap;
}
.fwzc ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	background: var(--Color, #F3F9F6);
	padding:3.2rem 2.5rem;
	padding-bottom:4.37rem;
	position:relative;
}
.fwzc ul li::after{
	width:0px;
	height:4px;
	background-color:var(--009-b-4-d, #52B817);
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.fwzc ul li:hover::after{
	width:100%;
}
.fwzc ul li:nth-child(3n){
	margin-right:0px;
}
.fwzc ul li h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fwzc ul li h1::after{
	width: 1.5rem;
	height: 1.5rem;
	background-image: url(../img/jt4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.fwzc ul li dl dt{
	margin-top:3.75rem;
	border-radius: 0.25rem;
	overflow:hidden;
}
.fwzc ul li dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.fwzc ul li:hover dl dt img{
	transform: scale(1.05);
}
.fwzc ul li dl dd{
	margin-top:7.44rem;
	color: var(--00492-d, #00442A);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

.foot{
	width:100%;
	float:left;
	background: var(--Color, #F3F9F6);
	padding-top:5.0rem;
	margin-top:10rem;
	position:relative;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.foot01 .dblogo{
	width:10.1%;
	overflow:hidden;
}
.foot01 .dblogo img{
	max-width:100%;
}
.foot01 .a01{
	width:auto;
}
.foot01 .a01 ul{
	display: flex;
	flex-wrap: wrap;
}
.foot01 .a01 ul li{
	width:auto;
	margin-left:3.81rem;
	position:relative;
	display:flex;
	align-items: center;
	color: var(--00492-d, #00442A);
	font-family: zt3;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 171.429% */
}
.foot01 .a01 ul li img{
	max-width:1.75rem;
	margin-right:0.62rem;
}
.foot01 .a01 ul li a{
	display:flex;
	align-items: center;
}
.foot01 .a01 ul li .pic{
	max-width:2.5rem;
}
.foot01 .a01 ul li .xl{
	width:6rem;
	position:absolute;
	left:-1.75rem;
	top:2.5rem;
	z-index:1;
	visibility:hidden;
	opacity:0;
}
.foot01 .a01 ul li .xl img{
	max-width:100%;
}
.foot01 .a01 ul li:hover .xl{
	opacity:1;
	visibility:visible;
}
.foot02{
	width:100%;
	float:left;
	margin-top:4.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ly{
	width:43.75%;
}
.ly.w100{
	width:100%;
	float:left;
	margin-top:1.88rem;
}
.ly.w100 ul li{
	margin-top:1.87rem;
	width:49.7%;
}
.ly.w100 ul li dl dd{
	margin-top:0.62rem;
}
.ly.w100 ul li .lybk{
	min-height:3.75rem;
}
.ly ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ly ul li{
	width:49%;
	margin-top:0.63rem;
}
.ly ul li:last-child{
	margin-top:1.88rem;
}
.ly ul li.w100{
	width:100%;
}
.ly ul li dl dt{
	color: var(--00492-d, #00442A);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ly ul li dl dt i{
	color: var(--da-2122, #DA2122);
}
.ly ul li dl dd{
	margin-top:0.37rem;
}
.lybk{
	width:100%;
	padding: 0.63rem 1.14rem;
	border-radius: 0.25rem;
	border: 1.143px solid var(--e-1-eae-6, #E1EAE6);
	background: var(---white, #FFF);
	overflow:hidden;
	color: rgba(63, 73, 69, 0.50);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}

.foot02 .dbnav{
	width:46.3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 .dbnav dl dt{
	padding-bottom:0.82rem;
	color: var(--00492-d, #00442A);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .dbnav dl dd{
	margin-top:1.06rem;
	color: var(--00492-d, #00442A);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .dbnav dl dd a{
	color: var(--00492-d, #00442A);
}

.foot02 .ewm{
	width:8%;
	position:absolute;
	right:1.0vw;
	bottom:6.25rem;
	z-index:7;
}
.foot02 .ewm dl dt{
	overflow:hidden;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.foot02 .ewm dl dt img{
	max-width:100%;
}
.foot02 .ewm dl dd{
	margin-top:1.25rem;
	color: var(--00492-d, #00442A);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
		text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.foot03{
	width:100%;
	float:left;
	margin-top:5.25rem;
	padding:1.88rem 8.33vw;
	border-top:1px solid var(--60, rgba(0, 0, 0, 0.10));
	color: var(--00492-d, #00442A);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding:0 8.33vw;
}
.nybanner .tex dl{
	transform: translateY(3.0rem); /* 下移5像素，保持居中偏移 */
	width:53%;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-family: zt2;
	font-size: 3.375rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}
.nybanner .tex dl dd{
	margin-top:1.25rem;
	color: #E1E3E3;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.nab01{
	width:100%;
	float:left;
	margin-top:10rem;
}
.nab01 dl dt{
	color: var(--00492-d, #00442A);
	text-align: center;
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 4.5rem */
	text-transform: capitalize;
}
.nab01 dl dd{
	margin-top:0.62rem;
	color: var(--00492-d, #00442A);
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab01 .sm{
	margin-top:3.75rem;
	display:flex;
	justify-content: center;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.nab01 .sm div{
	width:80.5%;
}
.abpic{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.abpic img{
	width:100%;
	height:auto;
	display:block;
}

.whwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	background-image:url(../img/whbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:12.5rem 8.33vw;
	padding-bottom:0px;
}
.qywh{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh-l{
	width:31.2%;
}
.qywh-l dl dt{
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.qywh-l dl dd{
	margin-top:2.5rem;
	color: #FFF;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}

.qywh-r{
	width:63.8%;
}
.qywh-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh-r ul li{
	width:49.0%;
	margin-top:1.25rem;
	background: rgba(255, 255, 255, 0.10);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:2.5rem 3.13rem;
}
.qywh-r ul li .pic{
	overflow:hidden;
	display: flex;
	justify-content: flex-end;
}
.qywh-r ul li .pic img{
	max-height:2.63rem;
}
.qywh-r ul li dl dt{
	margin-top:0.44rem;
	color: #FFF;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 140% */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.qywh-r ul li dl dt img{
	max-height:2.63rem;
}
.qywh-r ul li dl dd{
	margin-top:0.94rem;
	color: rgba(255, 255, 255, 0.70);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 162.5% */
}
.qywh-r ul li:hover{
	background: var(--009-b-4-d, #52B817);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.qywh-r ul li:first-child{
	width:100%;
}
.qywz{
	width:100%;
	float:left;
	margin-top:9.3rem;
	color: var(--009-b-4-d, #52B817);
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 70%;
	text-transform: uppercase;
}
.abtit{
	width:100%;
	float:left;
	margin-top:10rem;
}
.abtit dl dt{
	color: var(---333, #333);
	text-align: center;
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.abtit dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	display: flex;
	justify-content:center;
}
.abtit dl dd div{
	width:45.5%;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.rytit{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.rytit ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.rytit ul li{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.rytit ul li a{
	display: flex;
	align-items: center;
	padding: 0.94rem 5.66rem 1rem 4.28rem;
	border-radius: 0.5rem;
	background: var(--e-1-eae-6, #E1EAE6);
	overflow:hidden;
}
.rytit ul li img{
	margin-right:1.25rem;
}
.rytit ul li dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-top:0.5rem;
}
.rytit ul li dl dd{
	color: var(---999, #999);
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.rytit ul li a:hover{
	background: var(--009-b-4-d, #52B817);
}
.rytit ul li a:hover dl dt{
	color: var(---white, #FFF);
}
.rytit ul li a:hover dl dd{
	color: var(---white, #FFF);
}
.rytit ul li .pic01{
	display:inline-block;
}
.rytit ul li .pic02{
	display: none;
}
.rytit ul li:hover .pic01{
	display:none;
}
.rytit ul li:hover .pic02{
	display:inline-block;
}
.rytit ul li a.cur{
	background: var(--009-b-4-d, #52B817);
}
.rytit ul li a.cur dl dt{
	color: var(---white, #FFF);
}
.rytit ul li a.cur dl dd{
	color: var(---white, #FFF);
}
.rytit ul li a.cur .pic01{
	display:none;
}
.rytit ul li a.cur .pic02{
	display:inline-block;
}
.rylist{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.rylist ul{
	display: flex;
	flex-wrap: wrap;
}
.rylist ul li{
	width:calc(20.25% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	border: 2px solid var(--Color, #F3F9F6);
	background: var(--Color, #F3F9F6);
}
.rylist ul li:nth-child(5n){
	margin-right:0px;
}
.rylist ul li dl dt{
	padding:3.12rem 3.78rem;
	overflow:hidden;
	border-bottom:1px solid #E1EAE6;
}
.rylist ul li dl dt img{
	text-align:center;
	max-width:100%;
}
.rylist ul li dl dd{
	padding-top:1.88rem;
	padding-bottom:2.38rem;
	color: var(--00492-d, #00442A);
	text-align: center;
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
	margin-left:0.625rem;
	margin-right:0.625rem;
	display:flex;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 50%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	color: var(---666, #666);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a:hover{
	background: var(--009-b-4-d, #52B817);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	border: 1px solid var(--009-b-4-d, #52B817);
	color:#FFF;
}
.fy ul li a.cur{
	background: var(--009-b-4-d, #52B817);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	border: 1px solid var(--009-b-4-d, #52B817);
	color:#FFF;
}
.fy ul li a b{
	font-family:'宋体';
}

.cptit{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.cptit ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cptit ul li{
	width:auto;
	margin-left:0.31rem;
	margin-right:0.31rem;
	display: flex;
	align-items: center;
}
.cptit ul li a{
	padding: 0.94rem 3.91rem 1rem 2.59rem;
	border-radius: 6.25rem;
	background: var(--Color, #F3F9F6);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	overflow:hidden;
	display: flex;
	align-items: center;
}
.cptit ul li a img{
	max-height:2.3rem;
	margin-right:1.25rem;
	max-width:2.3rem;
}
.cptit ul li a .pic01{
	display:inline-block;
}
.cptit ul li a .pic02{
	display: none;
}
.cptit ul li a:hover .pic01{
	display:none;
}
.cptit ul li a:hover .pic02{
	display:inline-block;
}
.cptit ul li a:hover{
	background: var(--009-b-4-d, #52B817);
	color: var(---white, #FFF);
}

.cptit ul li a.cur .pic01{
	display:none;
}
.cptit ul li a.cur .pic02{
	display:inline-block;
}
.cptit ul li a.cur{
	background: var(--009-b-4-d, #52B817);
	color: var(---white, #FFF);
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(33.7% - 1.25rem);
	margin-top:3.75rem;
	margin-right:1.25rem;
	border: 1px solid #E1E3E3;
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li .pic{
	overflow:hidden;
	position:relative;
}
.prolist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	padding:3.12rem 1.88rem 2.5rem 1.88rem;
	border-top: 1px solid #E1E3E3;
}
.prolist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.prolist ul li .tex dl dd{
	margin-top:0.62rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	height: 3.2rem;
}
.prolist ul li .tex .more{
	margin-top:2.5rem;
	display:flex;
}
.prolist ul li .tex .more a{
	padding: 1rem 0;
	width:100%;
	background: var(--e-1-eae-6, #E1EAE6);
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--00492-d, #00442A);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.05rem; /* 120% */
}
.prolist ul li:hover .tex .more a{
	background: var(--009-b-4-d, #52B817);
	color:#FFF;
}

.show{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(--e-1-eae-6, #E1EAE6);
	padding:6.25rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show-l{
	width:39%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show-l .a01 dl dt{
	margin-bottom:0.62rem;
	color: var(--00492-d, #00442A);
	font-family:zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.show-l .a01 dl dd{
	color: var(--00492-d, #00442A);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	margin-top:2.0rem;
}
.show-l .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show-l .a02 ul li{
	width:100%;
	margin-top: 0.9rem;
    padding-bottom: 0.7rem;
	border-bottom:1px solid rgba(0, 68, 42, 0.30);
	color: #00442A;
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.show-l .a02 .more{
	margin-top:3.75rem;
	display:flex;
}
.show-l .a02 .more a{
	display: flex;
	padding: 0.63rem 2.44rem 0.63rem 0.63rem;
	align-items: center;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--009-b-4-d, #52B817);
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.show-l .a02 .more a::before{
	width: 2rem;
	height: 2rem;
	margin-right:1.69rem;
	background-image:url(../img/tel.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.show-r{
	width:58.6%;
	overflow:hidden;
	position:relative;
}
.show-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.show-r:hover img{
	transform: scale(1.05);
}

.protit{
	width:100%;
	float:left;
	margin-top:8.75rem;
}
.protit dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.protit dl dd{
	margin-top:0.94rem;
	color: var(---999, #999);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.protit2{
	width:100%;
	float:left;
	margin-top:8.75rem;
	padding-bottom:1.72rem;
	position:relative;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.protit2::before{
	width: 6.25rem;
	height: 0.47rem;
	background: #52B817;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
}

.altj{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--Color, #F3F9F6);
}
.altj .tex{
	width:30%;
	padding:3.75rem 2.5rem;
	color: var(--00492-d, #00442A);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */ 
	
}
.altj .tex p{
	display: -webkit-box;
  -webkit-line-clamp: 2;   /* 行数：2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.altj .tex h1{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.altj .tex h2{
	margin-top:0.62rem;
	color: var(--00492-d, #00442A);
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.altj .tex .wz{
	margin-top:6.19rem;
}
.altj .tex .wz p{
	color: var(--009-b-4-d, #52B817);
	font-family: zt2;
	font-size: 2.7rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.altj .tex .wz p i{
	margin-left:0.5rem;
	padding: 0.25rem 0.625rem;
	border-radius: 1.625rem;
	border: 1px solid var(---white, #FFF);
	background: var(--Linear, linear-gradient(90deg, #009B4D 0%, #9AD924 100%));
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.altj .pic{
	width:70%;
	overflow:hidden;
	position:relative;
}
.altj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.altj:hover .pic img{
	transform: scale(1.05);
}

.caselist{
	width:100%;
	float:left;
}
.caselist ul{
	display: flex;
	flex-wrap: wrap;
}
.caselist ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
	border: 1.318px solid #E1E3E3;
	background: #FFF;
}
.caselist ul li:nth-child(3n){
	margin-right:0px;
}
.caselist ul li .pic{
	overflow:hidden;
	position:relative;
}
.caselist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.caselist ul li:hover .pic img{
	transform: scale(1.05);
}
.caselist ul li .tex{
	padding:1.98rem;
}
.caselist ul li .tex h1{
	display:flex;
}
.caselist ul li .tex h1 i{
	padding: 0.375rem 1rem;
	border-radius: 823.39731rem;
	background: var(--Color, #F3F9F6);
	overflow:hidden;
	color: var(--00492-d, #00442A);
	font-family: zt3;
	font-size: 0.98819rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.18581rem; /* 120% */
}
.caselist ul li .tex h2{
	margin-top:1.17rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.caselist ul li .tex .sm{
	margin-top:1.35rem;
	min-height:2.63rem;
	color: #3F4945;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	display: -webkit-box;
  -webkit-line-clamp: 2;   /* 行数：2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.caselist ul li .tex .a01{
	margin-top:2.25rem;
	border-top: 1.318px solid #E6E8E8;
	padding-top:0.99rem;
}
.caselist ul li .tex .a01 dl dt{
	color: #707975;
	font-size: 0.98819rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.18581rem; /* 120% */
}
.caselist ul li .tex .a01 dl dd{
	color: var(--009-b-4-d, #52B817);
	font-family: zt2;
	font-size: 1.48225rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.37163rem; /* 160% */
	/*display: flex;*/
	justify-content: space-between;
	align-items: center;
}
.caselist ul li .tex .a01 dl dd i{
	display:none;
	}

.caselist ul li .tex .a01 dl dd::after{
	width:1.32rem;
	height:1.32rem;
	background-image:url(../img/nj01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	float: right;
}
.caselist ul li:hover{
	border: 1.318px solid #E1E3E3;
	background: var(--009-b-4-d, #52B817);
}
.caselist ul li:hover h2{
	color: var(---white, #FFF);
}
.caselist ul li:hover .sm{
	color: var(---white, #FFF);
}
.caselist ul li:hover .a01{
	border-top: 1.318px solid var(--30, rgba(255, 255, 255, 0.30));
}
.caselist ul li:hover .a01 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.caselist ul li:hover .a01 dl dd{
	color: var(---white, #FFF);
}

.alshow{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--Color, #F3F9F6);
}
.alshow-l{
	width:47.9%;
	padding:7.5rem 8.33vw;
	padding-right:6.67vw;
	color: var(--00492-d, #00442A);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.alshow-l h1{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.alshow-l h2{
	margin-top:0.63rem;
	color: var(--00492-d, #00442A);
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:2.5rem;
}
.alshow-l ul{
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.alshow-l ul li{
	width:48.4%;
	border-left: 5px solid #52B817;
	background: var(---white, #FFF);
	backdrop-filter: blur(7.5px);
	padding:1.88rem;
}
.alshow-l ul li dl dt{
	color: var(--009-b-4-d, #52B817);
	font-family: zt2;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.1875rem; /* 140% */
}
.alshow-l ul li dl dt i{
	font-size: 3.125rem;
}
.alshow-l ul li dl dd{
	color: var(--00492-d, #00442A);
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3125rem; /* 120% */
	text-transform: uppercase;
}
.aljj{ width:100%; float:left; font-size:1.25rem; margin-top:1rem; font-weight:700;line-height:1.5;}

.alshow-r{
	width:52.1%;
	position:relative;
	overflow:hidden;
}

.gylc{
	width:100%;
	float:left;
	margin-top:1.25rem;
	position:relative;
	z-index:3;
}
.gylc::before{
	width: 0.063rem;
	height: 100%;
	position:absolute;
	left:calc(50% - 0.0315rem);
	top:0;
	z-index:-1;
	content:'';
	display:block;
	background: #52B817;
}
.gylc ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gylc ul li{
	width:100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.gylc ul li:nth-child(2n){
	justify-content: flex-start;
	text-align:right;
}
.gylc ul li:nth-child(2n) dl{
	border-left: 0px solid var(--009-b-4-d, #52B817);
	border-right: 4px solid var(--009-b-4-d, #52B817);
}
.gylc ul li .num{
	width: 4.13rem;
	height: 4.13rem;
	border:0.315rem solid rgba(82, 184, 23, 0.30);
	position:absolute;
	left:calc(50% - 2.065rem);
	top:calc(50% - 2.065rem);
	z-index:1;
	border-radius:50%;
	color: #FFF;
	text-align: center;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height:100%; /* 140% */
	display: flex;
	justify-content: center;
	align-items: center;
}
.gylc ul li .num::before{
	width:3.6rem;
	height:3.6rem;
	border-radius:50%;
	background-color:#52B817;
	content:'';
	display: inline-block;
	position:absolute;
	z-index:-1;
}
.gylc ul li dl{
	width:44%;
	padding: 2.5rem;
	border-left: 4px solid var(--009-b-4-d, #52B817);
	background: var(--Color, #F3F9F6);
	position:relative;
}
.gylc ul li dl dt{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.1rem; /* 140% */
}
.gylc ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.gylc ul li dl dd:not(:empty) {
  margin-top: 0px;    /* 你想要的间距 */
  height: auto;
}
.gylc ul li dl::before{
	width: 6.0rem;
	height: 0.063rem;
	background: #52B817;
	position:absolute;
	left:-6.0rem;
	top:calc(50% - 0.0315rem);
	z-index:1;
	content:'';
	display:inline-block;
}
.gylc ul li:nth-child(2n) dl::before{
	left:auto;
	right:-6.0rem;
}
.yuy{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
	z-index:3;
	background: #004D40;
	padding:5.0rem;
}
.yuy::after{
	width:22.5%;
	height:100%;
	position:absolute;
	z-index:-1;
	top:0;
	right:6.56rem;
	background-image:url(../img/bl.svg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.yuy dl dt{
	color: #FFF;
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.02813rem;
}
.yuy dl dd{
	margin-top:1.8rem;
	color: rgba(255, 255, 255, 0.80);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.yuy .more{
	display:flex;
	margin-top:2.56rem;
}
.yuy .more a{
	padding: 1.25rem 2.5rem;
	border-radius: 0.3125rem;
	background: var(--009-b-4-d, #52B817);
	overflow:hidden;
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.splist{
	width:100%;
	float:left;
}
.splist ul{
	display: flex;
	flex-wrap: wrap;
}
.splist ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
	background: var(--Color, #F3F9F6);
}
.splist ul li:nth-child(3n){
	margin-right:0px;
}
.splist ul li .pic{
	position:relative;
	overflow:hidden;
}
.splist ul li .pic::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
	content:'';
	display:inline-block;
}
.splist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.splist ul li:hover .pic img{
	transform: scale(1.05);
}
.splist ul li .tex{
	padding:1.98rem;
}
.splist ul li .tex h1{
	display:flex;
}
.splist ul li .tex h1 i{
	padding: 0.375rem 1rem;
	border-radius: 6.25rem;
	background: var(--e-1-eae-6, #E1EAE6);
	overflow:hidden;
	color: var(--00492-d, #00442A);
	font-family: zt3;
	font-size: 0.98819rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.18581rem; /* 120% */
}
.splist ul li .tex dl dt{
	margin-top:1.25rem;
	color: #00342B;
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.splist ul li .tex dl dd{
	margin-top:1.35rem;
	color: #3F4945;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.splist ul li .pic .play{
	width:3.45rem;
	height:3.45rem;
	position:absolute;
	left:calc(50% - 1.725rem);
	top:calc(50% - 1.725rem);
	z-index:2;
	border-radius: 50%;
	background: var(---white, #FFF);
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.splist ul li .pic .play img{
	max-height:1.53rem;
	max-width:1.53rem;
}

.shtx{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.shtx ul{
	display: flex;
	flex-wrap: wrap;
}
.shtx ul li{
	width:calc(25% - 0.62rem);
	margin-right:0.62rem;
	border: 1.25px solid rgba(255, 255, 255, 0.50);
	background: var(--Color, #F3F9F6);
	padding:2.5rem;
	min-height:23rem;
	position:relative;
}
.shtx ul li::after{
	width:0px;
	height:4px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:var(--009-b-4-d, #52B817);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.shtx ul li:hover::after{
	width:100%;
}
.shtx ul li dl dt{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
}
.shtx ul li dl dd{
	margin-top:5.0rem;
	color: #3F4A38;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fwlc{
	width:100%;
	float:left;
	position:relative;
	margin-top:10rem;
}
.fwlc img{
	width:100%;
	height:auto;
	display:block;
}
.fwlc .intit{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	margin-top:0px;
	padding-bottom:0px;
	border-bottom:0px;
}

.subNavBox{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.subNav{
	width:100%; 
	float:left;
	CURSOR: pointer;
	margin-top:1.25rem;
	padding: 2.5rem;
	border: 1px solid var(--e-1-eae-6, #E1EAE6);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.subNav .a01{
	width:auto;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	max-width:90%;
}
.subNav .a01 i{
	margin-right:2.5rem;
}
.subNav::after{
	width:1.3rem;
	height:1.3rem;
	background-image:url(../img/jia2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.currentDd{
	background: #004D40; 
	color: #FFFFFF;
	border:1px solid #004D40;
}
.currentDd .a01{
	color: #FFFFFF;
}
.currentDd::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	padding:2.5rem;
	padding-top:0px;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	background: #004D40; 
}

.zxzc{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:3.75rem;
	background: #004D40;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.zxzc .a01{
	width:auto;
}
.zxzc .a01 dl dt{
	color: #FFF;
	font-family:zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.zxzc .a01 dl dd{
	margin-top:1.17rem;
	color: rgba(225, 234, 230, 0.80);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zxzc .a02{
	width:auto;
	text-align:right;
}
.zxzc .a02 dl dt{
	color: var(--009-b-4-d, #52B817);
	font-family: zt2;
	font-size: 3.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.125rem; /* 100% */
}
.zxzc .a02 dl dd{
	margin-top:1.25rem;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.zxzc .a02 dl dd a{
	padding:1.53rem 2.5rem;
	background: #FFF;
	display: flex;
	align-items: center;
	color: #00442A;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3125rem; /* 120% */
}
.zxzc .a02 dl dd a::before{
	width: 1.125rem;
	height: 1.3125rem;
	margin-right:1.32rem;
	background-image:url(../img/ej.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.newtit{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.newtit ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.newtit ul li{
	width:auto;
	margin-left:0.31rem;
	margin-right:0.31rem;
	display:flex;
}
.newtit ul li a{
	padding:1.5rem 6.66rem;
	border-radius: 6.25rem;
	background: var(--Color, #F3F9F6);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	overflow:hidden;
}
.newtit ul li a:hover{
	background: var(--009-b-4-d, #52B817);
	/* Drop Shadow */
	box-shadow: 0 40px 60px -34px rgba(163, 0, 0, 0.46);
	color:#FFF;
}
.newtit ul li a.cur{
	background: var(--009-b-4-d, #52B817);
	/* Drop Shadow */
	box-shadow: 0 40px 60px -34px rgba(163, 0, 0, 0.46);
	color:#FFF;
}
.newtj{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
}
.newtj img{
	width:100%;
	height:auto;
	display:block;
}
.newtj .tex{
	width:40.25%;
	position:absolute;
	left:3.0rem;
	bottom:3.75rem;
	z-index:1;
	color: #DDE4DF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.newtj .tex h1{
	display:flex;
}
.newtj .tex h1 i{
	padding: 0.25rem 0.75rem;
	border-radius: 0.125rem;
	background: #52B817;
	overflow:hidden;
	color: #FFF;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 133.333% */
}
.newtj .tex dl dt{
	margin-top:1.75rem;
	display: flex;
	align-items: center;
	color: #DDE4DF;
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1rem; /* 133.333% */
}
.newtj .tex dl dt img{
	margin-right:0.25rem;
	max-width:0.75rem;
}
.newtj .tex dl dd{
	margin-top:0.75rem;
	color: #FFF;
	font-family:z2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 2.25rem */
	margin-bottom:0.75rem;
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:2.5rem;
	padding: 3.125rem 1.71rem 5rem 1.71rem;
	background: var(--Color, #F3F9F6);
	position:relative;
}
.newlist ul li::after{
	width:0px;
	height:4px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:var(--009-b-4-d, #52B817);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.newlist ul li:hover::after{
	width:100%;
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}
.newlist ul li dl dt{
	color: #707975;
	font-family: zt4;
	font-size: 0.85713rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.02856rem; /* 120% */
}
.newlist ul li dl dd{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newlist ul li h1{
	margin-top:3.92rem;
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.78569rem; /* 142.857% */
}
.newlist ul li .sm{
	margin-top:1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #3F4945;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.newshow{
	width:60%;
	border-left: 5px solid #52B817;
	padding-left:2.5rem;
}
.newshow dl dt{
	color: #00442A;
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newshow dl dd{
	margin-top:1.88rem;
	color: #3F4A38;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.newshow dl dd div{
	display: flex;
	align-items: center;
	margin-right:2.5rem;
}
.newshow dl dd div img{
	margin-right:0.63rem;
}
.newcon{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:74.1%;
}
.newtex{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtex img{
	max-width:100%;
	height:auto;
}
.newnext{
	width:100%;
	float:left;
	margin-top:3.12rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:49.5%;
	padding:1.88rem;
	position:relative;
	background: var(--Color, #F3F9F6);
}
.newnext ul li::after{
	width:0px;
	height:4px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:var(--009-b-4-d, #52B817);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.newnext ul li:hover::after{
	width:100%;
}
.newnext ul li dl dt{
	color: #3F4A38;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
}
.newnext ul li dl dd{
	margin-top:0.63rem;
	color: #00442A;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
}
.newnext ul li:nth-child(2){
	text-align:right;
}

.newcon-r{
	width:23.3%;
}
.newcon-r h1{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newcon-r ul{
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-r ul li{
	width:100%;
	margin-top:1.25rem;
	padding: 2.5rem 1.71rem 3.75rem 1.71rem;
	background: var(--Color, #F3F9F6);
	position:relative;
}
.newcon-r ul li::after{
	width:0px;
	height:4px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:var(--009-b-4-d, #52B817);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.newcon-r ul li:hover::after{
	width:100%;
}
.newcon-r ul li h1{
	color: #707975;
	font-family:zt3;
	font-size: 0.85713rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.02856rem; /* 120% */
}
.newcon-r ul li dl dt{
	margin-top:0.63rem;
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.78569rem; /* 178.571% */
}
.newcon-r ul li dl dd{
	margin-top:1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #3F4945;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:40.7%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l .a01 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.22856rem; /* 127.347% */
}
.lx01-l .a01 dl dd{
	margin-top:1.69rem;
	color: #3F4945;
	font-size: 1.14288rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.71431rem; /* 150% */
}
.lx01-l .a02{
	width:100%;
}
.lx01-l .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l .a02 ul li{
	width:100%;
	background: var(--Color, #F3F9F6);
	padding:1.71rem;
	display: flex;
	margin-top:1.25rem;
}
.lx01-l .a02 ul li img{
	margin-right:1.14rem;
	max-width:3.43rem;
}
.lx01-l .a02 ul li dl dt{
	color: #191C1D;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2rem; /* 137.143% */
	margin-bottom:0.63rem;
}
.lx01-l .a02 ul li dl dd{
	color: #3F4945;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 137.143% */
}
.lx01-l .a02 ul li dl .dizhi{
	font-size: 1.15rem;
	}
.lx01-l .a02 ul li dl dd b{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.71431rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.22856rem; /* 130% */
}

.lx01-r{
	width:57.62%;
	padding: 2.269rem 2.29rem 3.43rem 2.29rem;
	background: var(--Color, #F3F9F6);
}
.lx01-r h1{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.02288rem;
}
.lx01-r .ly{
	width:100%;
}
.lx01-r .ly ul li{
	margin-top:1.69rem;
}
.lx01-r .ly ul li dl dt{
	font-size:1.0rem;
}
.lx01-r .ly ul li dl dd .lybk{
	padding: 1rem 1.143rem 0.86rem 1.143rem;
	border-radius: 0.57144rem;
	overflow:hidden;
	font-size:0.875rem;
}
.map{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}

.subNavBox4{
	width:100%;
	float:left;
	margin-top:5.63rem;
}
.subNav4{
	width:100%; 
	float:left;
	padding:2.5rem;
	DISPLAY: block;  
	CURSOR: pointer;
	border-radius: 0.5rem;
	background: var(--Color, #F3F9F6);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:0.62rem;
}
.subNav4 .a01{
	width:auto;
	max-width:80%;
	display: flex;
	align-items: center;
}
.subNav4 .a01 dl dt{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.subNav4 .a01 dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.subNav4 .a02{
	width:auto;
}
.subNav4 .a02 dl dt{
	color: var(---333, #333);
	text-align: right;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.subNav4 .a02 dl dd{
	margin-top:0.44rem;
	color: var(---999, #999);
	text-align: right;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.currentDd4{
	border-radius: 0.5rem 0.5rem 0 0;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:0rem 2.5rem 2.5rem 2.5rem; 
	border-radius: 0 0 0.5rem 0.5rem;
	background: var(--Color, #F3F9F6);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: capitalize;
	position:relative;
	border-top:1px solid #E0E0E0;
}
.navContent4 div{
	margin-top:3.75rem;
}
.navContent4 .email{
	margin-top:3.75rem;
	display:flex;
}
.navContent4 .email a{
	padding: 1.125rem 2.625rem;
	display: flex;
	align-items: center;
	background: var(--009-b-4-d, #52B817);
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.navContent4 .email a::after{
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/ArrowUp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	margin-left:1.0rem;
}







.mart6{
	margin-top:6.25rem;
}
.mart0{
	margin-top:0px;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}
.dingw{ width:100%; float:left; margin-top:-120px;}

}


@media (min-width:1000px) and (max-width:1600px){




	
}

@media (min-width:1000px) and (max-width:1700px){






	
}

@media (min-width:1000px) and (max-width:1360px){


















	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}

.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color:var(--10, rgba(255, 255, 255, 1));
	/* 0.4背景模糊 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:4rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:5rem; 
	height:5rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:4rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:990;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 1.5rem; 
	height: 1.5rem; 
	background:url(../img/close.png) no-repeat center; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.zym{
	width:5.0rem;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
	
	background-color:var(--009-b-4-d, #52B817);
	color:#FFF;
	line-height:3.0rem;
}

.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	/* 0.4背景模糊 */
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.5rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3 a{ width:50%; float:left;}
.subNav3:hover{float:left; }
.currentDd3{background:var(--009-b-4-d, #52B817); color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.container{
	width: 100%;
	float:left;
	padding:0px 5.2vw;
}

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.65rem 0.5rem 0.65rem 1.5rem;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	align-items: center;
	position:relative;
	overflow:hidden;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	z-index:5;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--009-b-4-d, #52B817);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 1rem;
	height: 1rem;
	margin-left:1.0rem;
	content:'';
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.inmore a:hover::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}

.intit{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:2.5rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.intit.ny{
	padding-bottom:0px;
	border-bottom:0px;
}
.intit .a01{
	width:auto;
}
.intit .a01 dl dt{
	display: flex;
	align-items: center;
	color: var(--009-b-4-d, #52B817);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.intit .a01 dl dt::before{
	content: "\2022";
}
.intit .a01 dl dd{
	margin-top:0.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit .a02{
	width:auto;
	max-width:60%;
}
.intit .a02 dl dt{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit .a02 dl dd{
	margin-top:0.31rem;
	color: var(--00492-d, #00442A);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inab{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex{
	width:100%;
	color: var(---333, #333);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.inab .tex h1{
	margin-bottom:1.75rem;
	font-size:1.25rem;
}
.inab .tex .inmore{
	margin-top:2.0rem;
}
.inab .pic{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.inab .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inab .pic:hover img{
	transform: scale(1.05);
}
.rotating-circle{
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	background: url(../img/Rectangle.svg) no-repeat center;
	background-size:contain;
	animation: rotate 16s linear infinite;
	position:absolute;
	left:calc(50% - 2.0rem);
	top:calc(50% - 2.0rem);
	z-index:1;
}
@keyframes rotate {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}
.inab .pic .play{
	width:3.45rem;
	height:3.45rem;
	position:absolute;
	left:calc(50% - 1.725rem);
	top:calc(50% - 1.725rem);
	z-index:2;
	border-radius: 50%;
	background: var(---white, #FFF);
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inab .pic .play img{
	max-height:1.53rem;
	max-width:1.53rem;
}

.innum{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:100%;
	border-bottom:2px solid #FFF;
	padding:1.56rem 1.75rem;
	background: var(--Color, #F3F9F6);
	display: flex;
	align-items: flex-end;
	color: var(--00492-d, #00442A);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	position:relative;
}
.innum ul li:nth-child(2n){
	border-right:0px;
}
.innum ul li i{
	color: var(--00492-d, #00442A);
	font-family: Arial;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	margin-right:1.13rem;
	min-width:4.7rem;
}
.innum ul li .pic{
	width:auto;
	position:absolute;
	top:1.5rem;
	right:1.5rem;
	z-index:1;
}
.innum ul li .pic img{
	max-width:1.75rem;
}
.inwrap{
	width:100%;
	float:left;
	background: var(--Color, #F3F9F6);
	margin-top:4rem;
	padding:4rem 5.2vw;
	padding-top:0px;
}
.intit .a03{
	width:52.4%;
	color: var(---333, #333);
	text-align: justify;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.inhz{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.inhz ul{
	display: flex;
	flex-wrap: wrap;
}
.inhz ul li{
	width:calc(33.9% - 0.5rem);
	margin-right:0.5rem;
	margin-top:0.5rem;
	height:4.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inhz ul li a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1.135px solid #FFF;
	overflow:hidden;
	border-radius: 0.49rem;
	background: #FFF;
}
.inhz.ny ul li a{
	border: 1.135px solid var(---Gray-5, #E0E0E0);
}
.inhz ul li a:hover{
	border: 1.135px solid var(--009-b-4-d, #52B817);
}
.inhz ul li img{
	max-width:100%;
}
.inhz ul li:nth-child(3n){
	margin-right:0px;
}

.infw{
	width:100%;
	float:left;
	height:32.5rem;
	position:relative;
}
.fwpic{
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	transition: all 0.6s;
}
.fwlm{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:9;
}
.fwlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.fwlm ul li{
	width:33.333%;
	height:100%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding:2.5rem 1.5rem;
	position:relative;
	transition: all 0.6s;
	
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.fwlm ul li:nth-child(3n){
	border-right:0px;
}
.fwlm ul li:hover{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fwlm ul li.cur{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fwlm ul li .more{
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.fwlm ul li:hover .more{
	opacity:1;
}
.fwlm ul li .more a{
	width: 2rem;
	height: 2rem;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
	border-radius: 5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.fwlm ul li .more img{
	max-height:1.33rem;
}
.fwlm ul li:hover .more a{
	background: var(--009-b-4-d, #52B817);
	border: 1px solid var(--009-b-4-d, #52B817);
}
.fwlm ul li .a01{
	width:100%;
}
.fwlm ul li .a01 p{
	display:none;
}
.fwlm ul li .a01 h1{
	overflow:hidden;
}
.fwlm ul li .a01 h1 img{
	max-height:2.0rem;
}
.fwlm ul li .a01 dl dt{
	margin-top:1.5rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fwlm ul li .a01 dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:3.75rem;
}

.jyfw{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.jyfw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jyfw ul li{
	width:50%;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	position:relative;
	overflow:hidden;
}
.jyfw ul li:nth-child(2n){
	border-right:0px;
}
.jyfw ul li .pic{
	height:100%;
}
.jyfw ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
	filter: grayscale(100%);
	opacity:0.9;
}
.jyfw ul li:hover .pic img{
	transform: scale(1.05);
	filter: grayscale(0%);
	opacity:1;
}
.jyfw ul li .tex{
	width:100%;
	padding: 2.5rem 2.5rem 1.75rem 2.5rem;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	transition: all 0.6s;
}
.jyfw ul li .tex h1{
	overflow:hidden;
}
.jyfw ul li .tex h1 img{
	max-height:2.5rem;
}
.jyfw ul li .tex dl dt{
	margin-top:1.88rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.jyfw ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
	opacity:0;
	transition: all 0.6s;
}
.jyfw ul li:hover .tex{
	background: #0062BB;
}
.jyfw ul li:hover .tex dl dd{
	opacity:1;
}
.jyfw ul li:last-child{
	width:100%;
	max-height:24rem;
	overflow:hidden;
}

.sbwrap{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:4rem 5.2vw;
	background: var(--00492-d, #00442A);
	position:relative;
	z-index:5;
}
.sbwrap::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-image:url(../img/sbw.svg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
	content:'';
	display:inline-block;
}
.sbtit{
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
}
.sbtit ul{
	width: 100%;
	height: 4.5rem;
	border-radius: 3.75rem;
	border: 2px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--Linear, linear-gradient(90deg, #009B4D 0%, #9AD924 100%));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:0 0.64rem;
}
.sbtit ul li{
	width:auto;
	display:flex;
}
.sbtit ul li dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	text-align:center;
}
.sbtit ul li dl dd{
	margin-top:1.0rem;
	display:flex;
}
.sbtit ul li dl dd img{
	max-width:6.3rem;
}
.sbtit ul li .pic{
	max-height:3.0rem;
}
.sbtex{
	width:100%;
	float:left;
	margin-top:2.5rem;
	position:relative;
}
.sbtex .inmore{
	justify-content: center;
	position:absolute;
	left:calc(50% - 4.2rem);
	bottom:0;
	z-index:3;
}

.intit .a04{
	width:auto;
	display: flex;
	align-items: center;
	margin-top:2.0rem;
}
.intit.a1{
	align-items: flex-end;
}
.intit .a04 a{
	padding: 0.44rem 1.91rem 0.5rem 1.59rem;
	border-radius: 6.25rem;
	background: var(--Color, #F3F9F6);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	overflow:hidden;
	margin-right:0.31rem;
	display: flex;
	align-items: center;
}
.intit .a04 a img{
	max-height:1.8rem;
	margin-right:1.0rem;
	max-width:1.8rem;
}
.intit .a04 a .pic01{
	display:inline-block;
}
.intit .a04 a .pic02{
	display: none;
}
.intit .a04 a:hover .pic01{
	display:none;
}
.intit .a04 a:hover .pic02{
	display:inline-block;
}
.intit .a04 a:hover{
	background: var(--009-b-4-d, #52B817);
	color: var(---white, #FFF);
}
.incase{
	width:100%;
	float:left;
	margin-top:3.25rem;
	position:relative;
}

.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	width:100%;
	height: auto;
}
.swiper-slide .b01{
	border-radius: 0.35rem;
	border: 0px solid #fff;
	display:flex;
	overflow:hidden;
}
.swiper-slide-thumb-active .b01{
	border: 2px solid var(--009-b-4-d, #52B817);
}
.swiper-slide .b01 img{
	width:100%;
	height:auto;
}
.swiper-slide .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--Color, #F3F9F6);
}
.swiper-slide .a01 .tex{
	width:100%;
	padding:2.5rem 1.5rem;
	color: var(--00492-d, #00442A);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.swiper-slide .a01 .tex h1{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.swiper-slide .a01 .tex h2{
	margin-top:0.62rem;
	color: var(--00492-d, #00442A);
	font-family: zt3;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.5rem;
}
.swiper-slide .a01 .tex .wz{
	margin-top:3.19rem;
}
.swiper-slide .a01 .tex .wz p{
	color: var(--009-b-4-d, #52B817);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.swiper-slide .a01 .tex .wz p i{
	margin-left:0.5rem;
	padding: 0.25rem 0.625rem;
	border-radius: 1.625rem;
	border: 1px solid var(---white, #FFF);
	background: var(--Linear, linear-gradient(90deg, #009B4D 0%, #9AD924 100%));
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.swiper-slide .a01 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.swiper-slide .a01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.swiper-slide .a01:hover .pic img{
	transform: scale(1.05);
}
.swiper.aa01{
	margin-top:1.25rem;
	width:100%;
	float:left;
}
.swiper-button-prev:after{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-button-next:after{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.fwzc{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.fwzc ul{
	display: flex;
	flex-wrap: wrap;
}
.fwzc ul li{
	width:100%;
	margin-top:1.25rem;
	background: var(--Color, #F3F9F6);
	padding:3.2rem 2.5rem;
	padding-bottom:4.37rem;
	position:relative;
}
.fwzc ul li::after{
	width:0px;
	height:4px;
	background-color:var(--009-b-4-d, #52B817);
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.fwzc ul li:hover::after{
	width:100%;
}
.fwzc ul li:nth-child(3n){
	margin-right:0px;
}
.fwzc ul li h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fwzc ul li h1::after{
	width: 1.25rem;
	height: 1.25rem;
	background-image: url(../img/jt4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.fwzc ul li dl dt{
	margin-top:2.5rem;
	border-radius: 0.25rem;
	overflow:hidden;
}
.fwzc ul li dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.fwzc ul li:hover dl dt img{
	transform: scale(1.05);

}
.fwzc ul li dl dd{
	margin-top:3.44rem;
	color: var(--00492-d, #00442A);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

.foot{
	width:100%;
	float:left;
	background: var(--Color, #F3F9F6);
	padding-top:3.0rem;
	margin-top:4rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.foot01 .dblogo{
	width:30.1%;
	overflow:hidden;
}
.foot01 .dblogo img{
	max-width:100%;
}
.foot01 .a01{
	width:auto;
}
.foot01 .a01 ul{
	display: flex;
	flex-wrap: wrap;
}

.foot01 .a01 ul li{
	width:auto;
	margin-right:1.0rem;
	position:relative;
	display:flex;
	align-items: center;
	color: var(--00492-d, #00442A);
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 171.429% */
	margin-top:0.62rem;
}
.foot01 .a01 ul li img{
	max-width:1.5rem;
	margin-right:0.31rem;
}

.foot01 .a01 ul li a{
	display:flex;
	align-items: center;
}
.foot01 .a01 ul li .pic{
	max-width:2.0rem;
}
.foot01 .a01 ul li .xl{
	width:6rem;
	position:absolute;
	left:-1.75rem;
	top:2.5rem;
	z-index:1;
	visibility:hidden;
	opacity:0;
}
.foot01 .a01 ul li .xl img{
	max-width:100%;
}
.foot01 .a01 ul li:hover .xl{
	opacity:1;
	visibility:visible;
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ly{
	width:100%;
}
.ly.w100{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.ly.w100 ul li{
	margin-top:1.5rem;
	width:49.7%;
}
.ly.w100 ul li dl dd{
	margin-top:0.62rem;
}
.ly.w100 ul li .lybk{
	min-height:3.0rem;
}
.ly ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ly ul li{
	width:49%;
	margin-top:0.63rem;
}
.ly ul li:last-child{
	margin-top:1.88rem;
}
.ly ul li.w100{
	width:100%;
}
.ly ul li dl dt{
	color: var(--00492-d, #00442A);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ly ul li dl dt i{
	color: var(--da-2122, #DA2122);
}
.ly ul li dl dd{
	margin-top:0.37rem;
}
.lybk{
	width:100%;
	padding: 0.63rem 1.14rem;
	border-radius: 0.25rem;
	border: 1.143px solid var(--e-1-eae-6, #E1EAE6);
	background: var(---white, #FFF);
	overflow:hidden;
	color: rgba(63, 73, 69, 0.50);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}

.foot02 .dbnav{
	width:46.3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot02 .dbnav dl dt{
	padding-bottom:0.82rem;
	color: var(--00492-d, #00442A);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .dbnav dl dd{
	margin-top:1.06rem;
	color: var(--00492-d, #00442A);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .dbnav dl dd a{
	color: var(--00492-d, #00442A);
}

.foot02 .ewm{
	width:100%;
	margin-top:2.0rem;
}
.foot02 .ewm dl dt{
	overflow:hidden;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.foot02 .ewm dl dt img{
	max-width:40%;
}
.foot02 .ewm dl dd{
	margin-top:1.0rem;
	color: var(--00492-d, #00442A);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.foot03{
	width:100%;
	float:left;
	margin-top:2.25rem;
	padding:1.5rem 5.2vw;
	border-top:1px solid var(--60, rgba(0, 0, 0, 0.10));
	color: var(--00492-d, #00442A);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding:0 5.2vw;
}
.nybanner .tex dl{
	width:100%;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: center;
}
.nybanner .tex dl dd{
	margin-top:0.5rem;
	color: #E1E3E3;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.nab01{
	width:100%;
	float:left;
	margin-top:4rem;
}
.nab01 dl dt{
	color: var(--00492-d, #00442A);
	text-align: center;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 4.5rem */
	text-transform: capitalize;
}
.nab01 dl dd{
	margin-top:0.62rem;
	color: var(--00492-d, #00442A);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab01 .sm{
	margin-top:1.75rem;
	display:flex;
	justify-content: center;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.nab01 .sm div{
	width:100%;
}
.abpic{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.abpic img{
	width:100%;
	height:auto;
	display:block;
}

.whwrap{
	width:100%;
	float:left;
	margin-top:4rem;
	background-image:url(../img/whbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:4.5rem 5.2vw;
	padding-bottom:0px;
}
.qywh{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh-l{
	width:100%;
}
.qywh-l dl dt{
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.qywh-l dl dd{
	margin-top:1.5rem;
	color: #FFF;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}

.qywh-r{
	width:100%;
	margin-top:1.25rem;
}
.qywh-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh-r ul li{
	width:49.0%;
	margin-top:0.65rem;
	background: rgba(255, 255, 255, 0.10);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:2.0rem 1.5rem;
}
.qywh-r ul li .pic{
	overflow:hidden;
	display: flex;
	justify-content: flex-end;
}
.qywh-r ul li .pic img{
	max-height:2.0rem;
}
.qywh-r ul li dl dt{
	margin-top:0.44rem;
	color: #FFF;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 140% */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.qywh-r ul li dl dt img{
	max-height:2.0rem;
}

.qywh-r ul li dl dd{
	margin-top:0.94rem;
	color: rgba(255, 255, 255, 0.70);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 162.5% */
}
.qywh-r ul li:hover{
	background: var(--009-b-4-d, #52B817);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.qywh-r ul li:first-child{
	width:100%;
}
.qywz{
	width:100%;
	float:left;
	margin-top:4.3rem;
	color: var(--009-b-4-d, #52B817);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 70%;
	text-transform: uppercase;
}
.abtit{
	width:100%;
	float:left;
	margin-top:4rem;
}
.abtit dl dt{
	color: var(---333, #333);
	text-align: center;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.abtit dl dd{
	margin-top:0.5rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	display: flex;
	justify-content:center;
}
.abtit dl dd div{
	width:100%;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.rytit{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.rytit ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.rytit ul li{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:0.11rem;
	margin-right:0.11rem;
}
.rytit ul li a{
	display: flex;
	align-items: center;
	padding: 0.44rem 1.66rem 0.5rem 1.28rem;
	border-radius: 0.35rem;
	background: var(--e-1-eae-6, #E1EAE6);
	overflow:hidden;
}
.rytit ul li img{
	margin-right:0.35rem;
	max-width:1.5rem;
}
.rytit ul li dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-top:0.5rem;
}
.rytit ul li dl dd{
	color: var(---999, #999);
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.rytit ul li a:hover{
	background: var(--009-b-4-d, #52B817);
}
.rytit ul li a:hover dl dt{
	color: var(---white, #FFF);
}
.rytit ul li a:hover dl dd{
	color: var(---white, #FFF);
}
.rytit ul li .pic01{
	display:inline-block;
}
.rytit ul li .pic02{
	display: none;
}
.rytit ul li:hover .pic01{
	display:none;
}
.rytit ul li:hover .pic02{
	display:inline-block;
}
.rytit ul li a.cur{
	background: var(--009-b-4-d, #52B817);
}
.rytit ul li a.cur dl dt{
	color: var(---white, #FFF);
}
.rytit ul li a.cur dl dd{
	color: var(---white, #FFF);
}
.rytit ul li a.cur .pic01{
	display:none;
}
.rytit ul li a.cur .pic02{
	display:inline-block;
}
.rylist{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.rylist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rylist ul li{
	width:48%;
	margin-top:1.25rem;
	border: 2px solid var(--Color, #F3F9F6);
	background: var(--Color, #F3F9F6);
}
.rylist ul li:nth-child(5n){
	margin-right:0px;
}
.rylist ul li dl dt{
	padding:2.12rem 1.78rem;
	overflow:hidden;
	border-bottom:1px solid #E1EAE6;
}
.rylist ul li dl dt img{
	text-align:center;
	max-width:100%;
}
.rylist ul li dl dd{
	padding-top:1.5rem;
	padding-bottom:2.0rem;
	color: var(--00492-d, #00442A);
	text-align: center;
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
	margin-left:0.225rem;
	margin-right:0.225rem;
	display:flex;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 50%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	color: var(---666, #666);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a.cur{
	background: var(--009-b-4-d, #52B817);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	border: 1px solid var(--009-b-4-d, #52B817);
	color:#FFF;
}
.fy ul li a:hover{
	background: var(--009-b-4-d, #52B817);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	border: 1px solid var(--009-b-4-d, #52B817);
	color:#FFF;
}
.fy ul li a b{
	font-family:'宋体';
}

.cptit{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.cptit ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cptit ul li{
	width:auto;
	margin-left:0.21rem;
	margin-right:0.21rem;
	display: flex;
	align-items: center;
	margin-top:0.42rem;
}
.cptit ul li a{
	padding: 0.44rem 1.91rem 0.5rem 1.59rem;
	border-radius: 6.25rem;
	background: var(--Color, #F3F9F6);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	overflow:hidden;
	display: flex;
	align-items: center;
}
.cptit ul li a img{
	max-height:1.8rem;
	margin-right:0.5rem;
	max-width:1.8rem;
}
.cptit ul li a .pic01{
	display:inline-block;
}
.cptit ul li a .pic02{
	display: none;
}
.cptit ul li a:hover .pic01{
	display:none;
}
.cptit ul li a:hover .pic02{
	display:inline-block;
}
.cptit ul li a:hover{
	background: var(--009-b-4-d, #52B817);
	color: var(---white, #FFF);
}

.cptit ul li a.cur .pic01{
	display:none;
}
.cptit ul li a.cur .pic02{
	display:inline-block;
}
.cptit ul li a.cur{
	background: var(--009-b-4-d, #52B817);
	color: var(---white, #FFF);
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li{
	width:48%;
	margin-top:1.75rem;
	border: 1px solid #E1E3E3;
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li .pic{
	overflow:hidden;
	position:relative;
}
.prolist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	padding:1.0rem 0.5rem;
	border-top: 1px solid #E1E3E3;
}
.prolist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.prolist ul li .tex dl dd{
	margin-top:0.62rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	height: 3rem;
}
.prolist ul li .tex .more{
	margin-top:1.5rem;
	display:flex;
}
.prolist ul li .tex .more a{
	padding: 0.75rem 0;
	width:100%;
	background: var(--e-1-eae-6, #E1EAE6);
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--00492-d, #00442A);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 120% */
}
.prolist ul li:hover .tex .more a{
	background: var(--009-b-4-d, #52B817);
	color:#FFF;
}

.show{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(--e-1-eae-6, #E1EAE6);
	padding:3.25rem 5.2vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show-l{
	width:100%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show-l .a01 dl dt{
	margin-bottom:0.62rem;
	color: var(--00492-d, #00442A);
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.show-l .a01 dl dd{
	color: var(--00492-d, #00442A);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-top:1.0rem;
}
.show-l .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.show-l .a02 ul li{
	width:100%;
	margin-top:1.25rem;
	padding-bottom:0.94rem;
	border-bottom:1px solid rgba(0, 68, 42, 0.30);
	color: #00442A;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.show-l .a02 .more{
	margin-top:2.5rem;
	display:flex;
}
.show-l .a02 .more a{
	display: flex;
	padding: 0.63rem 2.44rem 0.63rem 0.63rem;
	align-items: center;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--009-b-4-d, #52B817);
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.show-l .a02 .more a::before{
	width: 1.5rem;
	height: 1.5rem;
	margin-right:1.0rem;
	background-image:url(../img/tel.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.show-r{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.show-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.show-r:hover img{
	transform: scale(1.05);
}

.protit{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.protit dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.protit dl dd{
	margin-top:0.54rem;
	color: var(---999, #999);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.protit2{
	width:100%;
	float:left;
	margin-top:3.75rem;
	padding-bottom:1.5rem;
	position:relative;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.protit2::before{
	width: 3.25rem;
	height: 0.27rem;
	background: #52B817;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
}

.altj{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--Color, #F3F9F6);
}
.altj .tex{
	width:100%;
	padding:2.5rem 2.0rem;
	color: var(--00492-d, #00442A);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	 
}
.altj .tex p{
	display: -webkit-box;
  -webkit-line-clamp: 2;   /* 行数：2行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.altj .tex h1{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.altj .tex h2{
	margin-top:0.62rem;
	color: var(--00492-d, #00442A);
	font-family: zt3;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.5rem;
}
.altj .tex .wz{
	margin-top:3.19rem;
}
.altj .tex .wz p{
	color: var(--009-b-4-d, #52B817);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.altj .tex .wz p i{
	margin-left:0.5rem;
	padding: 0.25rem 0.625rem;
	border-radius: 1.625rem;
	border: 1px solid var(---white, #FFF);
	background: var(--Linear, linear-gradient(90deg, #009B4D 0%, #9AD924 100%));
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.altj .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.altj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.altj:hover .pic img{
	transform: scale(1.05);
}

.caselist{
	width:100%;
	float:left;
}
.caselist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caselist ul li{
	width:48%;
	margin-top:1.25rem;
	border: 1.318px solid #E1E3E3;
	background: #FFF;
}
.caselist ul li:nth-child(3n){
	margin-right:0px;
}
.caselist ul li .pic{
	overflow:hidden;
	position:relative;
}
.caselist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.caselist ul li:hover .pic img{
	transform: scale(1.05);
}
.caselist ul li .tex{
	padding:0.65rem;
}
.caselist ul li .tex h1{
	display:flex;
}
.caselist ul li .tex h1 i{
	padding: 0.375rem 1rem;
	border-radius: 823.39731rem;
	background: var(--Color, #F3F9F6);
	overflow:hidden;
	color: var(--00492-d, #00442A);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 120% */
}
.caselist ul li .tex h2{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.caselist ul li .tex .sm{
	margin-top:1.0rem;
	min-height:2.63rem;
	color: #3F4945;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.caselist ul li .tex .a01{
	margin-top:2.25rem;
	border-top: 1.318px solid #E6E8E8;
	padding-top:0.69rem;
}
.caselist ul li .tex .a01 dl dt{
	color: #707975;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 120% */
}
.caselist ul li .tex .a01 dl dd{
	color: var(--009-b-4-d, #52B817);
	font-family: zt2;
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 160% */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.caselist ul li .tex .a01 dl dd i{
	display:none;
	}

  
.caselist ul li .tex .a01 dl dd::after{
	width:1.32rem;
	min-width:1.32rem;
	height:1.32rem;
	/*
	background-image:url(../img/nj01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	*/
}
.caselist ul li:hover{
	border: 1.318px solid #E1E3E3;
	background: var(--009-b-4-d, #52B817);
}
.caselist ul li:hover h2{
	color: var(---white, #FFF);
}
.caselist ul li:hover .sm{
	color: var(---white, #FFF);
}
.caselist ul li:hover .a01{
	border-top: 1.318px solid var(--30, rgba(255, 255, 255, 0.30));
}
.caselist ul li:hover .a01 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.caselist ul li:hover .a01 dl dd{
	color: var(---white, #FFF);
}

.alshow{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--Color, #F3F9F6);
}
.alshow-l{
	width:100%;
	padding:3.0rem 5.2vw;
	padding-right:6.67vw;
	color: var(--00492-d, #00442A);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.aljj{ width:100%; float:left; font-size:1.1rem; margin-top:1rem;font-weight:700;line-height:1.5; }
.alshow-l h1{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.alshow-l h2{
	margin-top:0.63rem;
	color: var(--00492-d, #00442A);
	font-family: zt3;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.5rem;
}
.alshow-l ul{
	margin-top:2.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.alshow-l ul li{
	width:48.4%;
	border-left: 2px solid #52B817;
	background: var(---white, #FFF);
	backdrop-filter: blur(7.5px);
	padding:1.5rem;
}
.alshow-l ul li dl dt{
	color: var(--009-b-4-d, #52B817);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 140% */
}
.alshow-l ul li dl dt i{
	font-size: 1.5rem;
}
.alshow-l ul li dl dd{
	color: var(--00492-d, #00442A);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 120% */
	text-transform: uppercase;
}

.alshow-r{
	width:100%;
	position:relative;
	overflow:hidden;
}

.gylc{
	width:100%;
	float:left;
	margin-top:1.25rem;
	position:relative;
	z-index:3;
}
.gylc::before{
	width: 0.063rem;
	height: 100%;
	position:absolute;
	left:calc(50% - 0.0315rem);
	top:0;
	z-index:-1;
	content:'';
	display:block;
	background: #52B817;
}
.gylc ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gylc ul li{
	width:100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.gylc ul li:nth-child(2n){
	justify-content: flex-start;
	text-align:right;
}
.gylc ul li:nth-child(2n) dl{
	border-left: 0px solid var(--009-b-4-d, #52B817);
	border-right: 2px solid var(--009-b-4-d, #52B817);
}
.gylc ul li .num{
	width: 3.13rem;
	height: 3.13rem;
	border:0.315rem solid rgba(82, 184, 23, 0.30);
	position:absolute;
	left:calc(50% - 1.565rem);
	top:calc(50% - 1.565rem);
	z-index:1;
	border-radius:50%;
	color: #FFF;
	text-align: center;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height:100%; /* 140% */
	display: flex;
	justify-content: center;
	align-items: center;
}
.gylc ul li .num::before{
	width:2.6rem;
	height:2.6rem;
	border-radius:50%;
	background-color:#52B817;
	content:'';
	display: inline-block;
	position:absolute;
	z-index:-1;
}
.gylc ul li dl{
	width:40%;
	padding: 1.0rem;
	border-left: 2px solid var(--009-b-4-d, #52B817);
	background: var(--Color, #F3F9F6);
	position:relative;
}
.gylc ul li dl dt{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 140% */
}
.gylc ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.gylc ul li dl dd:not(:empty) {
  margin-top: 0px;    /* 你想要的间距 */
  height: auto;
}
.gylc ul li dl::before{
	width: 3.0rem;
	height: 0.063rem;
	background: #52B817;
	position:absolute;
	left:-3.0rem;
	top:calc(50% - 0.0315rem);
	z-index:1;
	content:'';
	display:inline-block;
}
.gylc ul li:nth-child(2n) dl::before{
	left:auto;
	right:-3.0rem;
}
.yuy{
	width:100%;
	float:left;
	margin-top:4rem;
	position:relative;
	z-index:3;
	background: #004D40;
	padding:2.0rem;
}
.yuy::after{
	width:22.5%;
	height:100%;
	position:absolute;
	z-index:-1;
	top:0;
	right:6.56rem;
	background-image:url(../img/bl.svg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.yuy dl dt{
	color: #FFF;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.02813rem;
}
.yuy dl dd{
	margin-top:1.0rem;
	color: rgba(255, 255, 255, 0.80);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.yuy .more{
	display:flex;
	margin-top:1.56rem;
}
.yuy .more a{
	padding: 1.0rem 2.0rem;
	border-radius: 0.3125rem;
	background: var(--009-b-4-d, #52B817);
	overflow:hidden;
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.splist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.splist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.splist ul li{
	width:48%;
	margin-top:1.25rem;
	background: var(--Color, #F3F9F6);
}
.splist ul li:nth-child(3n){
	margin-right:0px;
}
.splist ul li .pic{
	position:relative;
	overflow:hidden;
}
.splist ul li .pic::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
	content:'';
	display:inline-block;
}
.splist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.splist ul li:hover .pic img{
	transform: scale(1.05);
}
.splist ul li .tex{
	padding:1.5rem;
}
.splist ul li .tex h1{
	display:flex;
}
.splist ul li .tex h1 i{
	padding: 0.375rem 1rem;
	border-radius: 6.25rem;
	background: var(--e-1-eae-6, #E1EAE6);
	overflow:hidden;
	color: var(--00492-d, #00442A);
	font-family: zt3;
	font-size: 0.98819rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 120% */
}
.splist ul li .tex dl dt{
	margin-top:1.25rem;
	color: #00342B;
	font-family:zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.splist ul li .tex dl dd{
	margin-top:1.35rem;
	color: #3F4945;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.splist ul li .pic .play{
	width:2.45rem;
	height:2.45rem;
	position:absolute;
	left:calc(50% - 1.225rem);
	top:calc(50% - 1.225rem);
	z-index:2;
	border-radius: 50%;
	background: var(---white, #FFF);
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.splist ul li .pic .play img{
	max-height:1.53rem;
	max-width:1.53rem;
}

.shtx{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.shtx ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shtx ul li{
	width:48%;
	margin-top:1.25rem;
	border: 1.25px solid rgba(255, 255, 255, 0.50);
	background: var(--Color, #F3F9F6);
	padding:2.5rem 1.5rem;
	position:relative;
}
.shtx ul li::after{
	width:0px;
	height:4px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:var(--009-b-4-d, #52B817);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.shtx ul li:hover::after{
	width:100%;
}
.shtx ul li dl dt{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
}
.shtx ul li dl dd{
	margin-top:2.0rem;
	color: #3F4A38;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fwlc{
	width:100%;
	float:left;
	position:relative;
	margin-top:4rem;
}
.fwlc img{
	width:100%;
	height:auto;
	display:block;
}
.fwlc .intit{
	margin-top:0px;
	padding-bottom:0px;
	border-bottom:0px;
	margin-bottom:2.0rem;
}

.subNavBox{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.subNav{
	width:100%; 
	float:left;
	CURSOR: pointer;
	margin-top:1.25rem;
	padding: 1.5rem;
	border: 1px solid var(--e-1-eae-6, #E1EAE6);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.subNav .a01{
	width:auto;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	max-width:90%;
}
.subNav .a01 i{
	margin-right:1.5rem;
}
.subNav::after{
	width:1.3rem;
	height:1.3rem;
	background-image:url(../img/jia2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.currentDd{
	background: #004D40; 
	color: #FFFFFF;
	border:1px solid #004D40;
}
.currentDd .a01{
	color: #FFFFFF;
}
.currentDd::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	padding:2.5rem;
	padding-top:0px;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	background: #004D40; 
}

.zxzc{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:2.5rem;
	background: #004D40;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.zxzc .a01{
	width:auto;
}
.zxzc .a01 dl dt{
	color: #FFF;
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.zxzc .a01 dl dd{
	margin-top:1.0rem;
	color: rgba(225, 234, 230, 0.80);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zxzc .a02{
	width:100%;
	margin-top:2.0rem;
}
.zxzc .a02 dl dt{
	color: var(--009-b-4-d, #52B817);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.125rem; /* 100% */
}
.zxzc .a02 dl dd{
	margin-top:1.25rem;
	display: flex;
	align-items: center;
}
.zxzc .a02 dl dd a{
	padding:0.53rem 1.5rem;
	background: #FFF;
	display: flex;
	align-items: center;
	color: #00442A;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 120% */
}
.zxzc .a02 dl dd a::before{
	width: 1.125rem;
	height: 1.3125rem;
	margin-right:1.32rem;
	background-image:url(../img/ej.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.newtit{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.newtit ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.newtit ul li{
	width:auto;
	margin-left:0.11rem;
	margin-right:0.11rem;
	display:flex;
}
.newtit ul li a{
	padding:0.5rem 1.66rem;
	border-radius: 6.25rem;
	background: var(--Color, #F3F9F6);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	overflow:hidden;
}
.newtit ul li a:hover{
	background: var(--009-b-4-d, #52B817);
	/* Drop Shadow */
	box-shadow: 0 40px 60px -34px rgba(163, 0, 0, 0.46);
	color:#FFF;
}
.newtit ul li a.cur{
	background: var(--009-b-4-d, #52B817);
	/* Drop Shadow */
	box-shadow: 0 40px 60px -34px rgba(163, 0, 0, 0.46);
	color:#FFF;
}
.newtj{
	width:100%;
	float:left;
	margin-top:1.75rem;
	position:relative;
}
.newtj img{
	width:100%;
	height:auto;
	display:block;
}
.newtj .tex{
	width:85%;
	position:absolute;
	left:1.5rem;
	bottom:1.0rem;
	z-index:1;
	color: #DDE4DF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.newtj .tex h1{
	display:flex;
}
.newtj .tex h1 i{
	padding: 0.25rem 0.75rem;
	border-radius: 0.125rem;
	background: #52B817;
	overflow:hidden;
	color: #FFF;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 133.333% */
}
.newtj .tex dl dt{
	margin-top:1.0rem;
	display: flex;
	align-items: center;
	color: #DDE4DF;
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1rem; /* 133.333% */
}
.newtj .tex dl dt img{
	margin-right:0.25rem;
	max-width:0.75rem;
}
.newtj .tex dl dd{
	margin-top:0.75rem;
	color: #FFF;
	font-family:z2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 2.25rem */
	margin-bottom:0.75rem;
}
.newtj .tex p{
	display:none;
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newlist ul li{
	width:48%;
	margin-top:1.25rem;
	padding: 2.5rem 1.5rem 3rem 1.5rem;
	background: var(--Color, #F3F9F6);
	position:relative;
}
.newlist ul li::after{
	width:0px;
	height:2px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:var(--009-b-4-d, #52B817);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.newlist ul li:hover::after{
	width:100%;
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}
.newlist ul li dl dt{
	color: #707975;
	font-family: zt4;
	font-size: 0.85713rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 120% */
}
.newlist ul li dl dd{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newlist ul li h1{
	margin-top:2.5rem;
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 142.857% */
}
.newlist ul li .sm{
	margin-top:1.0rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #3F4945;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.newshow{
	width:100%;
	border-left: 2px solid #52B817;
	padding-left:1.5rem;
}
.newshow dl dt{
	color: #00442A;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newshow dl dd{
	margin-top:1.0rem;
	color: #3F4A38;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.newshow dl dd div{
	display: flex;
	align-items: center;
	margin-right:0.5rem;
	margin-top:0.5rem;
}
.newshow dl dd div img{
	margin-right:0.33rem;
	max-height:1.0rem;
}
.newcon{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
}
.newtex{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtex img{
	max-width:100%;
	height:auto;
}
.newnext{
	width:100%;
	float:left;
	margin-top:3.12rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:49.5%;
	padding:1.5rem;
	position:relative;
	background: var(--Color, #F3F9F6);
}
.newnext ul li::after{
	width:0px;
	height:4px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:var(--009-b-4-d, #52B817);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.newnext ul li:hover::after{
	width:100%;
}
.newnext ul li dl dt{
	color: #3F4A38;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
}
.newnext ul li dl dd{
	margin-top:0.63rem;
	color: #00442A;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 187.5% */
}
.newnext ul li:nth-child(2){
	text-align:right;
}

.newcon-r{
	width:23.3%;
	display:none;
}
.newcon-r h1{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newcon-r ul{
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-r ul li{
	width:100%;
	margin-top:1.25rem;
	padding: 2.5rem 1.71rem 3.75rem 1.71rem;
	background: var(--Color, #F3F9F6);
	position:relative;
}
.newcon-r ul li::after{
	width:0px;
	height:4px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:var(--009-b-4-d, #52B817);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.newcon-r ul li:hover::after{
	width:100%;
}
.newcon-r ul li h1{
	color: #707975;
	font-family:zt3;
	font-size: 0.85713rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.02856rem; /* 120% */
}
.newcon-r ul li dl dt{
	margin-top:0.63rem;
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.78569rem; /* 178.571% */
}
.newcon-r ul li dl dd{
	margin-top:1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #3F4945;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

.lx01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:100%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l .a01 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.22856rem; /* 127.347% */
}
.lx01-l .a01 dl dd{
	margin-top:1.0rem;
	color: #3F4945;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.lx01-l .a02{
	width:100%;
	margin-top:1.25rem;
}
.lx01-l .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l .a02 ul li{
	width:100%;
	background: var(--Color, #F3F9F6);
	padding:1rem;
	display: flex;
	margin-top:1.25rem;
}
.lx01-l .a02 ul li img{
	margin-right:0.14rem;
	max-width:5rem;
}
.lx01-l .a02 ul li dl dt{
	color: #191C1D;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.2rem; /* 137.143% */
	margin-bottom:0.63rem;
}
.lx01-l .a02 ul li dl dd{
	color: #3F4945;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.71431rem; /* 137.143% */
}
.lx01-l .a02 ul li dl .dizhi{
	font-size: 1.25rem;
	}
.lx01-l .a02 ul li dl dd b{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.71431rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.22856rem; /* 130% */
}

.lx01-r{
	width:100%;
	padding: 1.69rem 1.29rem 2.43rem 1.29rem;
	background: var(--Color, #F3F9F6);
	margin-top:2.0rem;
}
.lx01-r h1{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.02288rem;
}
.lx01-r .ly{
	width:100%;
}
.lx01-r .ly ul li{
	margin-top:1.69rem;
}
.lx01-r .ly ul li dl dt{
	font-size:1.0rem;
}
.lx01-r .ly ul li dl dd .lybk{
	padding: 1rem 1.143rem 0.86rem 1.143rem;
	border-radius: 0.57144rem;
	overflow:hidden;
	font-size:0.875rem;
}
.map{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}

.subNavBox4{
	width:100%;
	float:left;
	margin-top:2.63rem;
}
.subNav4{
	width:100%; 
	float:left;
	padding:1.5rem;
	DISPLAY: block;  
	CURSOR: pointer;
	border-radius: 0.5rem;
	background: var(--Color, #F3F9F6);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:0.62rem;
}
.subNav4 .a01{
	width:auto;
	max-width:80%;
	display: flex;
	align-items: center;
}
.subNav4 .a01 dl dt{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.subNav4 .a01 dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.subNav4 .a02{
	width:auto;
}
.subNav4 .a02 dl dt{
	color: var(---333, #333);
	text-align: right;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.subNav4 .a02 dl dd{
	margin-top:0.44rem;
	color: var(---999, #999);
	text-align: right;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.currentDd4{
	border-radius: 0.5rem 0.5rem 0 0;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:0rem 1.5rem 1.5rem 1.5rem; 
	border-radius: 0 0 0.5rem 0.5rem;
	background: var(--Color, #F3F9F6);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: capitalize;
	position:relative;
	border-top:1px solid #E0E0E0;
}
.navContent4 div{
	margin-top:1.75rem;
}
.navContent4 .email{
	margin-top:1.75rem;
	display:flex;
}
.navContent4 .email a{
	padding: 1.0rem 2.0rem;
	display: flex;
	align-items: center;
	background: var(--009-b-4-d, #52B817);
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.navContent4 .email a::after{
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/ArrowUp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	margin-left:1.0rem;
}







.mart6{
	margin-top:3.25rem;
}
.mart0{
	margin-top:0px;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}




/*/手机*/



.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:80vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



.dingw{ width:100%; float:left; margin-top:-120px;}


}












































