body{
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:1.5;
	font-family: zt3;
	margin:auto;
	overflow-x:hidden;
	background: var(--Color, #F5F7F8);
	}

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

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

@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-display: swap;
	
}
@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-display: swap;
}
@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-display: swap;
}
@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 */
	font-display: swap;
}
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(--Color-3, #1E6A00);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}

.header.yanse .toppic01{
	display: none;
}
.header.yanse .toppic02{
	display: inline-block;
}
.header.yanse.yanse01 .toppic01{
	display: inline-block;
}
.header.yanse.yanse01 .toppic02{
	display: none;
}

@media (min-width:1000px) {
	
.header.yanse{
	background: #FFF;
	/* 23-4-0.1 */
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.01);
}
.header.yanse.yanse01{
	width:100%;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.header.yanse.yanse01 .innav ul>li>a{
	color:#FFF;
}
.header.yanse .innav ul>li>a{
	color: var(--Color-3, #1E6A00);
}
.header.yanse.yanse01 .intop{
	padding:0 5.2vw;
}
.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 5.2vw;
}

.main{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}
.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;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:19%;
	display: flex;
	align-items: center;
	height:5.0rem;
	min-width:19%;
	transition: all 0.6s;
	position:relative;
}
.logo a{
	width:100%;
	display:flex;
}
.logo img{
	width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul>li{
	width:auto;
	font-size: 1.15rem;
	height:5.0rem;
	font-style: normal;
	font-family:zt2;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	position:relative;
	display:flex;
	align-items: center;
}
.innav ul>li>a{
	width:auto;
	padding:0.88rem 1.72rem;
	display:flex;
	align-items: center;
	position:relative;
}
.innav ul>li>a:hover{
	color:var(--Color-3, #1E6A00);
	font-weight:bold;
}
.header.yanse .innav ul>li.cur a{
	font-weight:bold;
}
.header.yanse.yanse01 .innav ul>li.cur a{
	color:var(--Color-3, #1E6A00);
	font-weight:bold;
}
.innav ul>li>ol {
    width: 140%;
	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: -20%;
	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;
}
.newtex .xwkj{
	width:55%;
	}
.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;
}

.zyw{
	display: flex;
	justify-content: center;
	align-items: center;
	width:auto;
	position:relative;
	margin-left:2.81rem;
}
.zyw .a01{
	padding: 0.5rem 0.625rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--2-f-9-e-64, #2F9E64);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: #FFF;
}
.zyw .a01::after{
	width:1.0rem;
	height:0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.44rem;
}
.zyw .xl{
	padding: 0.5rem 1.0rem;
	width:160%;
	position:absolute;
	left:-25%;
	top:3.0rem;
	z-index:9;
	opacity:0;
	visibility:hidden;
	background: var(---white, #FFF);
	border: 1px solid var(---Gray-5, #E0E0E0);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zyw .xl a{
	width:100%;
}
.zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.header.yanse.yanse01 .zyw .a01{
	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);
	color: var(---white, #FFF);
	border-radius: 3rem;
}
.header.yanse.yanse01 .zyw .a01{
	color: var(---white, #FFF);
}
.header.yanse .zyw{
	color: #fff;
	border-radius: 3rem;
}
.header.yanse .zyw .a01{
	color: var(---fff, #fff);
	background: var(--Color-3, #1E6A00);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.header.yanse .zyw .xl{
	color: var(---999, #999);
}
.header.yanse.yanse01 .zyw .xl a{
	color: var(---999, #999);
}

.insp{
	width:100%;
	float:left;
	background-attachment:fixed;
	height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
.insp dl dt{
	font-size:4.5rem;
	line-height:150%;
	color:rgba(255, 255, 255, 0.30);
	font-family:zt;
	letter-spacing:2px;
}
.insp img{
	width:100%;
	height:auto;
	display:block;
}


.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	    padding: 0.75rem 0.75rem 0.75rem 1.5rem;
	align-items: center;
	border-radius: 6.25rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	position:relative;
	color: var(---white, #FFF);
	text-align: center;
	font-family:zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	overflow:hidden;
}
.inmore a:hover{
	border: 1px solid var(--2-f-9-e-64, #2F9E64);
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--2-f-9-e-64, #2F9E64);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore.ny a::before{
	background: var(--Linear, linear-gradient(96deg, #5EC765 0%, #50B19B 100%));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 2.25rem;
	height: 2.25rem;
	margin-left:1.25rem;
	content:'';
	background-image: url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.inmore a.cur{
	color:#FFF;
	border: 1px solid var(--2-f-9-e-64, #2F9E64);
}
.inmore a.cur::before{
	width:100%;
}




.infw{
	width:100%;
	float:left;
	margin-top:3.75rem;
	padding-left:8.33vw;
}

.carousel-container {
      width: 100%;
    }

    .carousel-window {
      width: 100%;
      overflow: hidden;
      cursor: grab;
    }
    .carousel-window:active {
      cursor: grabbing;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.3, 1);
      will-change: transform;
      user-select: none;
      -webkit-user-select: none;
    }

    /* 图片基础样式 - 宽度通过媒体查询控制 */
    .carousel-slide {
      flex: 0 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      border-right: 3px solid rgba(255,255,255,1);
    }

    /* 响应式布局：3.5/2.5/1.5规则 */
    /* 大屏幕：≥1024px 显示3.5张 (每张宽度 ≈ 28.57%) */
    @media screen and (min-width: 1024px) {
      .carousel-slide {
        width: 28.57% !important;  /* 100/3.5 ≈ 28.57% */
      }
    }
    
    /* 中等屏幕：768px - 1023px 显示2.5张 (每张宽度 40%) */
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .carousel-slide {
        width: 40% !important;  /* 100/2.5 = 40% */
      }
    }
    
    /* 手机：<768px 显示1.5张 (每张宽度 ≈ 66.67%) */
    @media screen and (max-width: 767px) {
      .carousel-slide {
        width: 66.67% !important;  /* 100/1.5 ≈ 66.67% */
      }
    }

    /* 控制栏 */
    .control-panel {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 3.75rem;
    }

    .nav-buttons {
      display: flex;
      gap: 0.5rem;
	  margin-right:8.33vw;
    }

    .nav-btn{
     background: var(---white, #FFF);
	 border:1px solid #FFF;
      backdrop-filter: blur(8px);
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 50%;
      font-size: 1.0rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--Color-3, #1E6A00);
      cursor: pointer;
      transition: all 0.15s;
      line-height: 1;
      user-select: none;
	  font-weight:bold;
    }
	.nav-btn:hover{
      background: var(--48-c-774, #48C774);
	  color:#FFF;
	 }
    @media (max-width: 420px) {
      .nav-btn {
        width: 2.0rem;
        height: 2.0rem;
        font-size:1rem;
      }
    }
    .nav-btn:active {
      background: var(--48-c-774, #48C774);
	  color:#FFF;
    }

    .index-indicator {
      background: rgba(0, 0, 0, 0.6);
      backdrop-filter: blur(4px);
      padding: 8px 18px;
      border-radius: 40px;
      color: white;
      font-size: 1.1rem;
      font-weight: 500;
      border: 1px solid rgba(255,215,0,0.5);
      letter-spacing: 0.5px;
    }

    .extra-hint {
      color: #b9c6d4;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      gap: 6px;
      background: rgba(0,0,0,0.3);
      padding: 6px 14px;
      border-radius: 40px;
      backdrop-filter: blur(2px);
      border: 0.5px solid #3e4a5c;
    }

    /* 自动播放控制按钮 */
    .auto-play-btn {
      background: rgba(30, 40, 55, 0.9);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.2);
      width: 40px;
      height: 40px;
      border-radius: 20px;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      cursor: pointer;
      margin-left: 10px;
    }

.infw01{
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius: 0.75rem;
}
.infw01 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.infw01:hover img{
	transform: scale(1.05);
}
.infw01 .tex{
	width:calc(100% - 2.5rem);
	position:absolute;
	bottom:1.25rem;
	left:1.25rem;
	z-index:1;
	padding: 1.06rem;
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: #FFF;
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
	border-radius: 0.25rem;
}
.infw01 .tex::after{
	width: 2.375rem;
	height: 2.375rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.infw01:hover .tex{
	background: var(--48-c-774, #48C774);
}


.intit{
	width:100%;
	float:left;
	margin-top:10rem;
}
.intit.jz dl dt{
      justify-content: center;
}
.intit.jz dl dd{
	text-align:center;
}
.intit dl dt{
	display: flex;
	align-items: center;
	color: var(--127161, #287D6B);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.intit dl dt i{
	display: flex;
	padding: 0.5rem 0.8125rem;
	align-items: center;
	border-radius: 0.25rem;
	background: var(--bg, #F2F2F7);
}
.intit dl dt i::before{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/inax01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.62rem;
}
.intit dl dd{
	margin-top:0.62rem;
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.35; /* 4.5rem */
	
}
.intit dl dd.f2{
	font-size:1.8rem;
}

.inab{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:10rem 8.33vw;
	display:flex;
	background-image:url(../img/ina04.png);
	background-position:center;
	background-size:contain;
	background-attachment: fixed;
}
.inab01{
	width:55.75%;
	padding: 4.25rem 3.125rem;
	border-radius: 1rem;
	background: var(---white, #FFF);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	overflow:hidden;
}
.inab01 .a01{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: #2C2C2C;
	/*text-align: justify;*/
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 2.25rem */
	
}
.innum{
	width:100%;
	float:left;
	padding:3.12rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
}
.innum dl{
	width:25%;
}
.innum dl dt{
	color: var(--2-f-9-e-64, #2F9E64);
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.innum dl dd{
	display: flex;
    align-items: center;
    color: var(--Color-4, #2C2C2C);
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-right: 10px;
}
.innum dl dd::before{
	width: 1.15rem;
	height: 1.15rem;
	margin-right:0.31rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmap{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
}
.inmap img{
	width:100%;
	height:auto;
	display:block;
}
.inmap .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	padding:0 2.5rem;
	pointer-events: none;
}
.inmap .tex .a01{
	width:31%;
	padding: 2.5rem;
	border-radius: 1rem;
	background: var(--60, rgba(255, 255, 255, 0.60));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(--Color-4, #2C2C2C);
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	
}
.inmap .tex .a01 h1{
	margin-bottom:0.62rem;
}
.inmap .tex .a01 h1 img{
	max-height:2.5rem;
	width:auto;
}

.nlx02{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx02 h1{
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3rem */
	
}
.nlx02-r{
	width:100%;
	margin-top:1.25rem;
}
.baojia{
	width:100%;
	float:left;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:48.8%;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia ul li div{
	display: flex;
	align-items:center;
}
.baojia ul li div input{
	margin-right:0.62rem;
}
.baojia ul li dl{
	width:100%;
}
.baojia ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk{
	width:100%;
	border: 1px solid var(---Gray-5, #F2F2F7);
	border-radius: 0.5rem;
	background: var(--bg, #F2F2F7);
	overflow:hidden;
	padding: 1.3125rem 1.25rem;
	outline:none;
}
.bgbk:hover{
	border: 1px solid var(--2-f-9-e-64, #2F9E64);
}
.baojia ul li.w100{
	width:100%;
}
.baojia ul li.w33{
	width:32.5%;
}
.anniu{
	display:flex;
}
.anniu a{
	display: flex;
	padding: 1.0625rem 2.625rem 1.0625rem 3.3125rem;
	align-items: center;
	border-radius: 0.25rem;
	background: var(--e-50012, #DC0011);
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
}
.anniu a::after{
	margin-left:2.31rem;
	width: 1.125rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

select{
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: 1px solid var(---Gray-5, #E0E0E0);
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background:var(--bg, #F2F2F7) url("../img/xjt.svg") no-repeat scroll center right 10px ;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding:5px 15px;
	padding-right:30px;
	background-size:1.0rem auto;
	width:100%;
	border: 1px solid var(---Gray-5, #F2F2F7);
	border-radius: 0.5rem;
	overflow:hidden;
	padding: 1.3125rem 1.25rem;
	outline:none;
	color: #2C2C2C;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
select:hover{
	border: 1px solid var(--2-f-9-e-64, #2F9E64);
}

.inmore2{
	display:flex;
}
.inmore2 a{
	display: flex;
	padding: 1rem 1rem 1rem 2.5rem;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--48-c-774, #48C774);
	position:relative;
	color: var(---white, #FFF);
	text-align: center;
	font-family:zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	overflow:hidden;
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
	z-index:5;
}
.inmore2 a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
	background: var(--Linear, linear-gradient(96deg, #5EC765 0%, #50B19B 100%));
	/* 绿色投影 */
}
.inmore2 a:hover::before{
	width:100%;
}
.inmore2 a::after{
	width: 2.25rem;
	height: 2.25rem;
	margin-left:1.25rem;
	content:'';
	background-image: url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.inmore2 a.cur{
	color:#FFF;
}
.inmore2 a.cur::before{
	width:100%;
}

.foot{
	width:100%;
	float:left;
	margin-top:6.25rem;
	padding:1.88rem 0;
	border-top:1px solid rgba(40, 125, 107, 0.3);
	color: var(--127161, #287D6B);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.fudong{
	width:3.125rem;
	position:fixed;
	right:1.25rem;
	bottom:5.0rem;
	z-index:9;
}
.fudong ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fudong ul li{
	width:100%;
	position:relative;
	margin-top:0.38rem;
}
.fudong ul li img{
	width:100%;
	height:auto;
	display:block;
}
.fudong ul li .tex{
	width:15rem;
	height:100%;
	position:absolute;
	left:-15rem;
	top:0;
	z-index:2;
	border-radius:6.25rem;
	background: var(--2-f-9-e-64, #2F9E64);
	opacity:0;
	visibility:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:1.0rem;
	color:#FFF;
	transition: all 0.6s;
}
.fudong ul li:hover .tex{
	opacity:1;
	visibility:visible;
}

.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:5%;
	z-index:1;
	display:flex;
	align-items: center;
	justify-content: center;
	padding:0 8.33vw;
}
.nybanner .tex dl{
	width:64%;
	text-align:center;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	
}
.nybanner .tex dl dt.f2{
	font-size: 2.25rem;
}
.nybanner .tex dl dd{
	    color: var(---white, #FFF);
    font-family: 'zt3';
    font-size: 1.22rem;
    font-style: normal;
    line-height: 150%;
    /* font-weight: 700; */
    margin-top: 2rem;
}
.nybanner .tex dl dd.f1{
	font-size:1.22rem;
}
.nybanner .tex dl dd.normal{
	font-family:zt3;
}
.nybanner .tex.aa1{
	justify-content: flex-start;
}
.nybanner .tex.aa1 dl{
	width:38%;
	text-align:left;
}
.nybanner .tex.aa1 dl dd{
	margin-top:1.25rem;
}

.abtit{
	width:100%;
	float:left;
	text-align:center;
	margin-top:6.25rem;
}
.abtit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */
	
}
.abtit dl dd{
	margin-top:0.62rem;
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.35; /* 3.75rem */
	
}
.ab01{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.ab01 ul{
	display: flex;
	flex-wrap: wrap;
}
.ab01 ul li{
	width:calc(33.7% - 1.25rem);
	border-radius: 1rem;
	background: var(--eaf-3-f-1, #EAF3F1);
	padding:2.5rem 2rem;
	transition: all 0.6s;
	margin-right:1.25rem;
}
.ab01 ul li:nth-child(3n){
	margin-right:0px;
}
.ab01 ul li dl dt{
	overflow:hidden;
}
.ab01 ul li dl dt img{
	max-height:5.0rem;
}
.ab01 ul li dl dd{
	margin-top:2rem;
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	height: 2.8rem;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.ab01 ul li .tex{
	margin-top:3.12rem;
	color: #2C2C2C;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	
}
.ab01 ul li .tex .jdwz{
	margin-bottom:1rem;
	height: 14rem;
	}
.ab01 ul li:hover{
	background: var(--2-f-9-e-64, #2F9E64);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
}
.ab01 ul li:hover dl dd{
	color:#FFF;
}
.ab01 ul li:hover .tex{
	color:#FFF;
}
.ab01 ul li .pic01{
	display:inline-block;
}
.ab01 ul li .pic02{
	display: none;
}
.ab01 ul li:hover .pic01{
	display:none;
}
.ab01 ul li:hover .pic02{
	display:inline-block;
}

.abtit2{
	width:100%;
	float:left;
	text-align:center;
	margin-top:6rem;
}
.abtit2 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */
	
	margin-top:0.62rem;
}
.abtit2 dl dd{
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.75rem */
	
}
.ab02{
	width:100%;
	float:left;
}
.ab02 ul{
	display: flex;
	flex-wrap: wrap;
}
.ab02 ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	border-radius: 0.75rem;
	background: var(--eaf-3-f-1, #EAF3F1);
	overflow:hidden;
	margin-top:3.75rem;
	transition: all 0.6s;
}
.ab02 ul li:nth-child(4n){
	margin-right:0px;
}
.ab02 ul li dl dt{
	overflow:hidden;
	border-radius: 0.5rem;
	transition: all 0.6s;
}
.ab02 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ab02 ul li:hover dl dt img{
	transform: scale(1.05);
}
.ab02 ul li dl dd{
	padding-bottom:2.38rem;
	padding-top:2.69rem;
	padding-left:2rem;
	padding-right:2rem;
	color: var(--Color-4, #2C2C2C);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.ab02 ul li:hover{
	border: 1px solid var(--eaf-3-f-1, #EAF3F1);
	background: var(--Color, #F5F7F8);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
}
.ab02 ul li:hover dl dt{
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
}
.ab02 ul li:hover dl dd{
	color: var(--Color-3, #1E6A00);
}
.ab03{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border-radius: 1rem;
	background: var(--eaf-3-f-1, #EAF3F1);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ab03 .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.ab03 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ab03 .pic:hover img{
	transform: scale(1.05);
}
.ab03 .tex{
	width:50%;
	padding:5.0rem 4rem;
	color: var(--Color-4, #2C2C2C);
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	
}
.ab03 .tex dl dt{
	margin-top:3.75rem;
	color: var(--Color-4, #2C2C2C);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	
}
.ab03 .tex dl dd{
	display:flex;
	margin-top:1.25rem;
	margin-bottom:3.75rem;
}
.ab03 .tex dl dd i{
	padding: 1.75rem 1.25rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	display:flex;
	align-items: center;
	overflow:hidden;
	color: var(--Color-4, #2C2C2C);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
	
	transition: all 0.6s;
	margin-right:0.62rem;
}
.ab03 .tex dl dd i:nth-child(3n){
	margin-right:0px;
}
.ab03 .tex dl dd i::before{
	content: "\2022";
	margin-right:0.81rem;
	display:inline-block;
	color:var(--48-c-774, #48C774);
}
.ab03 .tex dl dd i:hover{
	background: var(--48-c-774, #48C774);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
	color:#FFF;
}
.ab03 .tex dl dd i:hover::before{
	color:#FFF;
}
.ab03 .tex b{
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	
}

.ab04{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
	border-radius: 1rem;
	overflow:hidden;
}
.ab04 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ab04:hover img{
	transform: scale(1.05);
}
.ab04 .tex{
	width:100%;
	height:100%;
	display:flex;
	align-items: center;
	padding:0 5rem;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.ab04 .tex div{
	width:35%;
	color: #FFF;
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3rem */
	
}

.ys01{
	width:100%;
	float:left;
	margin-top:10rem;
	border-radius: 1rem;
	background: var(---white, #FFF);
	padding:3.75rem;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ys01 .pic{
	width:50%;
	overflow:hidden;
	position:relative;
	border-radius: 0.85rem;
}
.ys01 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ys01 .pic:hover img{
	transform: scale(1.05);
}
.ys01 .tex{
	width:46%;
}
.ys01 .tex h1{
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.75rem */
	
}
.ys01 .tex ul{
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ys01 .tex ul li{
	width: 100%;
    display: flex;
    padding: 0.75rem 1rem;
    align-items: center;
    height: 5rem;
    margin-top: 1rem;
    border-radius: 0.75rem;
    background: var(--Color, #F5F7F8);
    color: var(--Color-4, #2C2C2C);
    font-family: zt4;
    font-size: 1.15rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
	
}
.ys01 .tex ul li::before{
	margin-right:1.13rem;
	width: 2rem;
	height: 2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/gou2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	flex-shrink: 0;
}
.ys01 .tex ul li:hover{
	background: var(--48-c-774, #48C774);
	color:#FFF;
}
.ys01 .tex ul li:hover::before{
	background-image:url(../img/gou3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ys01 .tex .sm{
	    FONT-WEIGHT: 300;
    margin-top: 3rem;
    color: var(--Color-3, #1E6A00);
    font-family: zt3;
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
	
}
.ys01 .tex .sm p{
	margin-bottom:0.5rem;
	}
.ystit{
	width:100%;
	float:left;
	margin-top:10rem;
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.75rem */
	
}
.ys02{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.ys02 ul{
	display: flex;
	flex-wrap: wrap;
}
.ys02 ul li{
	width:calc(20.1% - 0.62rem);
	margin-right:0.62rem;
	border-radius: 0.75rem;
	background: #F2F2F7;
	overflow:hidden;
	transition: all 0.6s;
}
.ys02 ul li:nth-child(5n){
	margin-right:0px;
}
.ys02 ul li .pic{
	padding: 3.125rem 1.0rem 2.875rem 1.0rem;
	border-radius: 0.75rem;
	    height: 16vw;
	background: var(--2-f-9-e-64, #2F9E64);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
	overflow:hidden;
	text-align:center;
	transition: all 0.6s;
}
.ys02 ul li .pic dl dt{
	overflow:hidden;
}
.ys02 ul li .pic dl dt img{
	max-width:7.5rem;
}
.ys02 ul li .pic dl dd{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	
	margin-top:1.88rem;
}
.ys02 ul li .tex{
	padding: 2rem 1.35rem;
	color: var(--Color-4, #2C2C2C);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	
}
.ys02 ul li:hover{
	background: var(--eaf-3-f-1, #EAF3F1);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
}
.ys02 ul li:hover .pic{
	background-color:#FFF;
}
.ys02 ul li:hover .pic dl dd{
	color: var(--Color-3, #1E6A00);
}
.ys02 ul li .pic01{
	display:inline-block;
}
.ys02 ul li .pic02{
	display: none;
}
.ys02 ul li:hover .pic01{
	display:none;
}
.ys02 ul li:hover .pic02{
	display:inline-block;
}

.ys03{
	width:100%;
	float:left;
	margin-top:1.88rem;
	padding:3.12rem 2.5rem;
	border-radius: 1rem;
	background: var(---white, #FFF);
	overflow:hidden;
}
.ystit2{
	width:100%;
	float:left;
}
.ystit2 dl dt{
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.ystit2 dl dd{
	margin-top:0.62rem;
	color: var(--Color-4, #2C2C2C);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.ys03con{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ys03con .pic{
	width:35%;
	overflow:hidden;
	position:relative;
}
.ys03con .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ys03con .pic:hover img{
	transform: scale(1.05);
}
.ys03con .a01{
	width:31%;
	padding:2.1rem 2.0rem;
	border-radius: 0.5rem;
	background: var(--Color, #F5F7F8);
}
.ys03con .a01 h1{
	display: flex;
	padding: 0.75rem 1.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.5rem;
	background: var(--2-f-9-e-64, #2F9E64);
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.ys03con .a01 ul{
	margin-top:1.28rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ys03con .a01 ul li{
	width: 100%;
    margin-top: 0.62rem;
	    height: 4.25rem;
    border-radius: 0.75rem;
    background: var(---white, #FFF);
    box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
    padding: 0.84rem 0.8rem 0.84rem 1rem;
    display: flex;
    align-items: center;
    color: var(--Color-4, #2C2C2C);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
	
}
.ys03con .a01 ul li::before{
	content: "\2022";
	display:inline-block;
	color:var(--48-c-774, #48C774);
	margin-right:0.5rem;
}
.ys03con .a02{
	width:31%;
	padding:2.1rem 2.0rem;
	border-radius: 0.5rem;
	background: var(--Color, #F5F7F8);
}
.ys03con .a02 h1{
	display: flex;
	padding: 0.75rem 1.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.5rem;
	background: var(--2-f-9-e-64, #2F9E64);
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.ys03con .a02 ul{
	margin-top:1.28rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ys03con .a02 ul li{
	width:100%;
	margin-top:0.62rem;
	border-radius: 0.75rem;
	    height: 4.25rem;
	background: var(---white, #FFF);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
	padding: 0.84rem 0.8rem 0.84rem 1.0rem;
	display:flex;
	align-items: center;
	color: var(--Color-4, #2C2C2C);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.35; /* 1.3125rem */
	
}
.ys03con .a02 ul li::before{
	width: 1.375rem;
	height: 1.375rem;
	min-width: 1.375rem;
	content:'';
	display:inline-block;
	margin-right:0.62rem;
	background-image:url(../img/gou.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ys03tex{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(--Color-4, #2C2C2C);
	font-family:zt2;
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 2.25rem */
	
}

.kxwrap{
	width:100%;
	float: left;
	padding:8.0rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-image:url(../img/fotbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:10rem;
}
.fwkxwrap{
	background-image:url(../img/fwkxwrap.png);
	}
.kxwrap-l{
	width:40.8%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kxwrap-l dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.kxwrap-l dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	
}

.kxwrap-r{
	width:34.4%;
}
.kxwrap-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kxwrap-r ul li{
	width:100%;
	padding-bottom:1.25rem;
	margin-top:3.12rem;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.kxwrap-r.abc01 ul li{
	margin-top:1.25rem;
}
.kxwrap-r ul li:first-child{
	margin-top:0px;
}
.kxwrap-r ul li dl dt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 2.25rem */
	
}
.kxwrap-r ul li dl dt.f1{
	font-size:1.25rem;
	font-family:zt;
	font-weight: 400;
}
.kxwrap-r ul li dl dt i{
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: zt3;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	
}
.kxwrap-r ul li dl dd{
	margin-top:1.25rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	
}
.falist{
	width:100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.falist .tex{
	width:50%;
	padding:7.34rem 8.33vw;
	padding-right:5vw;
	color: var(--Color-4, #2C2C2C);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	
}
.falist:nth-child(2) .tex,
.falist:nth-child(4) .tex,
.falist:nth-child(6) .tex,
.falist:nth-child(8) .tex {
	padding:7.34rem 5.5vw;
	padding-right:8.33vw;
	} 
.falist .tex dl dt{
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 2.15rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.35; /* 3.75rem */
	
}
.falist .tex dl dd{
	margin-top:1.25rem;
	margin-bottom:3.75rem;
}
.falist .tex ul{
	margin-top:0.63rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.falist .tex ul li{
	width: 48.5%;
    padding: 0 1rem;
    height: 66px;
    border-radius: 0.75rem;
    background: var(---white, #FFF);
    box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
    color: var(--Color-4, #2C2C2C);
    /* text-align: justify; */
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.35;
    margin-top: 0.62rem;
    display: flex;
    align-items: center;
}
.falist .tex ul li::before{
	margin-right:0.3rem;
	content: "\2022";
	display:inline-block;
	color:var(--48-c-774, #48C774);
}
.falist .tex ul li:hover::before{
	color:#FFF;
}
.falist .tex ul li:hover{
	background: var(--48-c-774, #48C774);
}
.falist .tex ul li.w100{
	width:100%;
}
.falist .tex .sm{
	margin-top:3.75rem;
	display:flex;
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}

.falist .tex .sm::before{
	width:3px;
	background-color:var(--Color-3, #1E6A00);
	content:'';
	display:inline-block;
	margin-right:1.88rem;
}
.falist .pic{
	width:50%;
	position:relative;
	overflow:hidden;
}
.falist .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.falist .pic:hover img{
	transform: scale(1.05);
}
.falist .tex .tit{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.falist .tex .tit div{
	width:48.5%;
}
.falist .tex .tit ul li{
	width:100%;
}

.newtit{
	width:100%;
	float:left;
	margin-top:11.25rem;
	text-align:center;
}
.newtit dl dt{
	color: var(--Color-3, #1E6A00);
	font-family:zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 4.5rem */
	    text-transform: uppercase;
	
}
.newtit dl dd{
    margin-top: 0.62rem;
    overflow: hidden;
    color: var(---666, #666);
    text-overflow: ellipsis;
    font-family: zt2;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.newlist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	padding:2.5rem;
	border-radius: 1.5rem;
	background: var(---white, #FFF);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.25rem;
}
.newlist ul li .pic{
	width:35%;
	overflow:hidden;
	position:relative;
	border-radius: 0.75rem;
}
.newlist ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:61%;
	padding-right:5.0rem;
}
.newlist ul li .tex dl dt{
	display:flex;
}
.newlist ul li .tex dl dt i{
	padding: 0.375rem 0.625rem;
	border-radius: 0.25rem;
	background: var(--bg, #F2F2F7);
	color: var(--127161, #287D6B);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.newlist ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(--Color-3, #000000);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.newlist ul li .tex dl dd:hover{
	color: var(--Color-3, #1E6A00);
}
.newlist ul li .tex .sm{
	margin-top:2.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(--Color-4, #2C2C2C);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.newlist ul li .tex .inmore{
	margin-top:2.5rem;
}
.newlist ul li .tex .inmore a{
	background: var(--eaf-3-f-1, #EAF3F1);
	color: var(--Color-3, #1E6A00);
}
.newlist ul li .tex .inmore a::before{
	background: var(--48-c-774, #48C774);
}
.newlist ul li .tex .inmore a:hover{
	color:#FFF;
}

.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--48-c-774, #48C774);
	background: var(--48-c-774, #48C774);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--48-c-774, #48C774);
	background: var(--48-c-774, #48C774);
	color:#FFF;
}

.newwrap{
	width:100%;
	float:left;
	margin-top:11.25rem;
	border-radius: 1rem;
	background: var(---white, #FFF);
	padding:6.25rem;
	padding-right:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xtb{
	width:2.25rem;
}
.xtb ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xtb ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.xtb ul li:first-child{
	margin-top:0px;
}
.xtb ul li img{
	max-width:2.25rem;
}
.ncon{
	width:calc(100% - 12.25rem);
}
.newtit2{
	width:100%;
	float:left;
	color: var(--Color-2, #304556);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:2.62rem;
	color: var(--Gray-3, #828282);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newdate i{
	margin-right:2.38rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.44rem;
	color: var(--Color-4, #2C2C2C);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6; /* 1.925rem */
}
.newtex p{
	margin-bottom:8px;
	}
.newtex img{
	/*width:100%;
	height:auto;
	display:block;*/
	max-width:100%;
}
.newsm{
	width:100%;
	margin-top:3.75rem;
	text-align:center;
}
.newsm dl dt{
	color: var(--Color-3, #1E6A00);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
	
}
.newsm dl dd{
	color: var(--Color-3, #1E6A00);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.75rem */
	
}
.newsm img{
	margin-top:1.88rem;
	max-height:2.5rem;
	width:auto;
	display:inline-block;
}
.nexttex{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.nexttex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nexttex ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding:2.0rem 2.5rem;
	margin-top:0.62rem;
	border-radius: 1rem;
	background: var(---white, #FFF);
}
.nexttex ul li .a01{
	max-width:80%;
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.nexttex ul li .a01 i{
	margin-right:3.75rem;
}
.nexttex ul li::after{
	width: 2.375rem;
	height: 2.375rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.nexttex ul li:hover::after{
	background-image:url(../img/jt5.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.lx01{
	width:100%;
	float:left;
	margin-top:1.88rem;
}
.lx01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:100%;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
	padding: 1.875rem 2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top:0.62rem;
}
.lx01 ul li .a01{
	width:14%;
	display: flex;
	align-items: center;
	color: var(--Color-4, #2C2C2C);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01 ul li .a01 img{
	margin-right:0.62rem;
}
.lx01 ul li .a02{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	width:22%;
}
.lx01 ul li .a02 b{
	color: var(--Color-4, #2C2C2C);
	font-family:zt2;
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	margin-right:0.62rem;
}
.lx01 ul li .a03{
	width:auto;
	min-width:20%;
	display: flex;
	align-items: center;
	color: var(--Color-4, #2C2C2C);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01 ul li .a03 img{
	margin-right:0.62rem;
}
.lx02{
	width:100%;
	float:left;
	padding:5.62rem 8.33vw;
	margin-top:6.25rem;
	background-image:url(../img/lx01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-l{
	width:32.6%;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	
}
.lx02-l h1{
	margin-bottom:1.25rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.lx02-r{
	width:48.1%;
}
.lx02-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-r ul li{
	width:49.4%;
	padding: 1.3125rem 1.25rem;
	display: flex;
	align-items: center;
	border-radius: 0.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);
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	margin-top:0.62rem;
	transition: all 0.6s;
}
.lx02-r ul li img{
	margin-right:0.62rem;
}
.lx02-r ul li:hover{
	background: var(--48-c-774, #48C774);
}

  /* 1. 让视频容器覆盖整个屏幕 */
  .video-background {
    position: fixed; /* 或 absolute，取决于布局 */
    right: 0;

    z-index: -1; /* 把视频推到最底层 */
  }

  /* 2. 可选：添加一个半透明遮罩，提高文字可读性 */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }

  /* 3. 前景内容样式 */
  .content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 50px;
    font-family: Arial, sans-serif;
  }



.jubei{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.jubei ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jubei ul li{
    width: 32.5%;
    display: flex;
    padding: 1.75rem 1.5rem;
    align-items: center;
    border-radius: 0.5rem;
    background: var(---white, #FFF);
    color: var(--Color-4, #2C2C2C);
    /* text-align: justify; */
    font-family: zt4;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* text-transform: capitalize; */
    margin-top: 1.25rem;
}
.jubei ul li::before{
	content: "\2022";
	margin-right:0.81rem;
	color:#48C774;
	font-size:1.25rem;
}
.jubei h1{
	margin-top:3rem;
	color: #2C2C2C;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */ 
	text-align:center;
}












.mart6{
	margin-top:6.25rem;
}
.mart0{
	margin-top:0rem;
}
.mart3{
	margin-top:3.75rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	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){
.insp{
	height: 84vh;
	}

.ys02 ul li .pic dl dd{
	font-size: 1.05rem;
	}
.ab01 ul li{
	    padding: 3rem 2rem;
	}
.ab01 ul li dl dd {
    margin-top: 2.2rem;}

	
}

@media (min-width:1000px) and (max-width:1440px){
.innum dl {
    width: 25%;
}
.intit dl dd.f2 {
    font-size: 1.5rem;
}
.inab01 .a01{
	font-size: 1.15rem;
	}
.ab04 .tex div{
	width: 41%;
    font-size: 1.5rem;
    line-height: 1.35;
	}
}
@media (min-width:1000px) and (max-width:1360px){
.insp {
    height: 78vh;
}
.ys03con .a01 {
    padding: 2.1rem 1.5rem;}
.ys03con .a02{
    padding: 2.1rem 1.5rem;}
.ab03 .tex dl dd i {
    padding: 1.25rem 0.75rem;}
	
.ab01 ul li {
    padding: 2rem 1.5rem;
}
.ab01 ul li .tex .jdwz {
    height: 17rem;
}

.ab01 ul li .tex{
	line-height: 1.35;
	}











	
}

@media (min-width:1000px) and (max-width:1200px){
.insp {
    height: 66vh;
}

.ys03con .a01{
	padding: 2.1rem 1rem;
	}

.ys03con .a02{
	padding: 2.1rem 1rem;
	}













	
}



@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:3rem; 
	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(--Color-3, #1E6A00);
	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:2rem; 
	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.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background:var(--Color-3, #1E6A00); 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;
}

.main{
	width:100%;
	float:left;
	padding:0 3%;
}

.insp{
	width:100%;
	float:left;
}
.insp img{
	width:100%;
	height:auto;
	display:block;
}


.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.5rem 0.5rem 0.5rem 1.5rem;
	align-items: center;
	border-radius: 6.25rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	position:relative;
	color: var(---white, #FFF);
	text-align: center;
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	overflow:hidden;
}
.inmore a:hover{
	border: 1px solid var(--2-f-9-e-64, #2F9E64);
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--2-f-9-e-64, #2F9E64);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore.ny a::before{
	background: var(--Linear, linear-gradient(96deg, #5EC765 0%, #50B19B 100%));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:1.25rem;
	content:'';
	background-image: url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.inmore a.cur{
	color:#FFF;
	border: 1px solid var(--2-f-9-e-64, #2F9E64);
}
.inmore a.cur::before{
	width:100%;
}




.infw{
	width:100%;
	float:left;
	margin-top:1.75rem;
	padding-left:3%;
}

.carousel-container {
      width: 100%;
    }

    .carousel-window {
      width: 100%;
      overflow: hidden;
      cursor: grab;
    }
    .carousel-window:active {
      cursor: grabbing;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.3, 1);
      will-change: transform;
      user-select: none;
      -webkit-user-select: none;
    }

    /* 图片基础样式 - 宽度通过媒体查询控制 */
    .carousel-slide {
      flex: 0 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      border-right: 3px solid rgba(255,255,255,1);
    }

    /* 响应式布局：3.5/2.5/1.5规则 */
    /* 大屏幕：≥1024px 显示3.5张 (每张宽度 ≈ 28.57%) */
    @media screen and (min-width: 1024px) {
      .carousel-slide {
        width: 28.57% !important;  /* 100/3.5 ≈ 28.57% */
      }
    }
    
    /* 中等屏幕：768px - 1023px 显示2.5张 (每张宽度 40%) */
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .carousel-slide {
        width: 40% !important;  /* 100/2.5 = 40% */
      }
    }
    
    /* 手机：<768px 显示1.5张 (每张宽度 ≈ 66.67%) */
    @media screen and (max-width: 767px) {
      .carousel-slide {
        width: 66.67% !important;  /* 100/1.5 ≈ 66.67% */
      }
    }

    /* 控制栏 */
    .control-panel {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 3.75rem;
    }

    .nav-buttons {
      display: flex;
      gap: 0.5rem;
	  margin-right:3%;
    }

    .nav-btn{
     background: var(---white, #FFF);
	 border:1px solid #FFF;
      backdrop-filter: blur(8px);
      width: 2.25rem;
      height: 2.25rem;
      border-radius: 50%;
      font-size: 1.0rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--Color-3, #1E6A00);
      cursor: pointer;
      transition: all 0.15s;
      line-height: 1;
      user-select: none;
	  font-weight:bold;
    }
	.nav-btn:hover{
      background: var(--48-c-774, #48C774);
	  color:#FFF;
	 }
    @media (max-width: 420px) {
      .nav-btn {
        width: 2.0rem;
        height: 2.0rem;
        font-size:1rem;
      }
    }
    .nav-btn:active {
      background: var(--48-c-774, #48C774);
	  color:#FFF;
    }

    .index-indicator {
      background: rgba(0, 0, 0, 0.6);
      backdrop-filter: blur(4px);
      padding: 8px 18px;
      border-radius: 40px;
      color: white;
      font-size: 1.1rem;
      font-weight: 500;
      border: 1px solid rgba(255,215,0,0.5);
      letter-spacing: 0.5px;
    }

    .extra-hint {
      color: #b9c6d4;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      gap: 6px;
      background: rgba(0,0,0,0.3);
      padding: 6px 14px;
      border-radius: 40px;
      backdrop-filter: blur(2px);
      border: 0.5px solid #3e4a5c;
    }

    /* 自动播放控制按钮 */
    .auto-play-btn {
      background: rgba(30, 40, 55, 0.9);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.2);
      width: 40px;
      height: 40px;
      border-radius: 20px;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      cursor: pointer;
      margin-left: 10px;
    }

.infw01{
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius: 0.75rem;
}
.infw01 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.infw01:hover img{
	transform: scale(1.05);
}
.infw01 .tex{
	width: calc(100% - 1rem);
    position: absolute;
    bottom: 1.25rem;
    left: 0.5rem;
    z-index: 1;
    padding: 0.75rem;
    background: var(--10, rgba(0, 0, 0, 0.10));
    backdrop-filter: blur(12.5px);
    color: #FFF;
    font-family: zt4;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.25rem;
}
.infw01 .tex::after{
	width: 2.375rem;
	height: 2.375rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.infw01:hover .tex{
	background: var(--48-c-774, #48C774);
}


.intit{
	width:100%;
	float:left;
	margin-top:4rem;
}
.intit.jz dl dt{
      justify-content: center;
}
.intit.jz dl dd{
	text-align:center;
}
.intit dl dt{
	display: flex;
	align-items: center;
	color: var(--127161, #287D6B);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.intit dl dt i{
	display: flex;
	padding: 0.5rem 0.8125rem;
	align-items: center;
	border-radius: 0.25rem;
	background: var(--bg, #F2F2F7);
}
.intit dl dt i::before{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/inax01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.62rem;
}
.intit dl dd{
	margin-top:0.62rem;
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 4.5rem */
	
}
.intit dl dd.f2{
	font-size:1.0rem;
}

.inab{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:4rem 3%;
	display:flex;
	background-image:url(../img/ina04.png);
	background-position:center;
	background-size:contain;
	background-attachment: fixed;
}
.inab01{
	width: 100%;
    padding: 2.25rem 1rem;
    border-radius: 1rem;
    background: var(---white, #FFF);
    backdrop-filter: blur(12.5px);
    overflow: hidden;
}
.inab01 .a01{
	width:100%;
	float:left;
	margin-top:1.5rem;
	color: #2C2C2C;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.35; /* 2.25rem */
	
}
.innum{
	width:100%;
	float:left;
	padding:2.12rem 3%;
	padding-top:0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
}
.innum dl{
	width:48%;
	margin-top:2.12rem;
}
.innum dl dt{
	color: var(--2-f-9-e-64, #2F9E64);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.innum dl dd{
	display: flex;
	align-items:center;
	color: var(--Color-4, #2C2C2C);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innum dl dd::before{
	width: 1.15rem;
	height: 1.15rem;
	margin-right:0.31rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmap{
	width:100%;
	float:left;
	margin-top:1.75rem;
	position:relative;
}
.inmap img{
	width:100%;
	height:auto;
	display:block;
}
.inmap .tex{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: -37%;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}
.inmap .tex .a01{
	width:90%;
	padding: 1.0rem;
	border-radius: 1rem;
	background: var(--60, rgba(255, 255, 255, 0.60));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(--Color-4, #2C2C2C);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	
}
.inmap .tex .a01 h1{
	margin-bottom:0.62rem;
}
.inmap .tex .a01 h1 img{
	max-height:1.5rem;
	width:auto;
}

.nlx02{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx02 h1{
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3rem */
	
}
.nlx02-r{
	width:100%;
	margin-top:1.25rem;
}
.baojia{
	width:100%;
	float:left;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:49%;
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia ul li div{
	display: flex;
	align-items:center;
}
.baojia ul li div input{
	margin-right:0.62rem;
}
.baojia ul li dl{
	width:100%;
}
.baojia ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk{
	width:100%;
	border: 1px solid var(---Gray-5, #F2F2F7);
	border-radius: 0.5rem;
	background: var(--bg, #F2F2F7);
	overflow:hidden;
	padding: 0.75rem 1.25rem;
	outline:none;
}
.bgbk:hover{
	border: 1px solid var(--2-f-9-e-64, #2F9E64);
}
.baojia ul li.w100{
	width:100%;
}
.baojia ul li.w33{
	width:100%;
}
.anniu{
	display:flex;
}
.anniu a{
	display: flex;
	padding: 0.5rem 1.625rem 0.5rem 2.3125rem;
	align-items: center;
	border-radius: 0.25rem;
	background: var(--e-50012, #DC0011);
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
}
.anniu a::after{
	margin-left:2.31rem;
	width: 1.125rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

select{
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: 1px solid var(---Gray-5, #E0E0E0);
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background:var(--bg, #F2F2F7) url("../img/xjt.svg") no-repeat scroll center right 10px ;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding:5px 15px;
	padding-right:30px;
	background-size:1.0rem auto;
	width:100%;
	border: 1px solid var(---Gray-5, #F2F2F7);
	border-radius: 0.5rem;
	overflow:hidden;
	padding: 1.3125rem 1.25rem;
	outline:none;
	color: #2C2C2C;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
select:hover{
	border: 1px solid var(--2-f-9-e-64, #2F9E64);
}

.inmore2{
	display:flex;
}
.inmore2 a{
	display: flex;
	padding: 0.5rem 0.5rem 0.5rem 1.5rem;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--48-c-774, #48C774);
	position:relative;
	color: var(---white, #FFF);
	text-align: center;
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	overflow:hidden;
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
	z-index:5;
}
.inmore2 a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
	background: var(--Linear, linear-gradient(96deg, #5EC765 0%, #50B19B 100%));
	/* 绿色投影 */
}
.inmore2 a:hover::before{
	width:100%;
}
.inmore2 a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:1.25rem;
	content:'';
	background-image: url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.inmore2 a.cur{
	color:#FFF;
}
.inmore2 a.cur::before{
	width:100%;
}

.foot{
	width:100%;
	float:left;
	margin-top:3.25rem;
	padding:1.88rem 0;
	border-top:1px solid rgba(40, 125, 107, 0.3);
	color: var(--127161, #287D6B);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.fudong{
	width:3.125rem;
	position:fixed;
	right:1.25rem;
	bottom:5.0rem;
	z-index:9;
}
.fudong ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fudong ul li{
	width:100%;
	position:relative;
	margin-top:0.38rem;
}
.fudong ul li img{
	width:100%;
	height:auto;
	display:block;
}
.fudong ul li .tex{
	width:10rem;
	height:100%;
	position:absolute;
	left:-10rem;
	top:0;
	z-index:2;
	border-radius:6.25rem;
	background: var(--2-f-9-e-64, #2F9E64);
	opacity:0;
	visibility:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size:1.0rem;
	color:#FFF;
	transition: all 0.6s;
}
.fudong ul li:hover .tex{
	opacity:1;
	visibility:visible;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.nybanner .pic{
	    width: 100%;
    height: 70vw;
    overflow: hidden;
	}
.nybanner img{
	    position: relative;
    transform: scale(1.0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:8%;
	z-index:1;
	display:flex;
	align-items: center;
	justify-content: center;
	padding:0 3%;
}
.nybanner .tex dl{
	width:100%;
	text-align:center;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	
}
.nybanner .tex dl dt.f2{
	font-size: 1rem;
}
.nybanner .tex dl dd{
	color: var(---white, #FFF);
    font-family: zt3;
    font-size: 0.75rem;
    font-style: normal;
    line-height: 1.15;
    margin-top: 0.5rem;
}
.nybanner .tex dl dd.f1{
	font-size:0.75rem;
}
.nybanner .tex dl dd.normal{
	font-family:zt3;
}
.nybanner .tex.aa1{
	justify-content: flex-start;
	top:0%;
}
.nybanner .tex.aa1 dl{
	width:88.6%;
	text-align:left;
}
.nybanner .tex.aa1 dl dd{
	margin-top:1.25rem;
}

.abtit{
	width:100%;
	float:left;
	text-align:center;
	margin-top:3.25rem;
}
.abtit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */
	
}
.abtit dl dd{
	margin-top:0.62rem;
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.75rem */
	
}
.ab01{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.ab01 ul{
	display: flex;
	flex-wrap: wrap;
}
.ab01 ul li{
	width:100%;
	border-radius: 1rem;
	background: var(--eaf-3-f-1, #EAF3F1);
	padding:2rem 1.5rem;
	transition: all 0.6s;
	margin-top:1.25rem;
}
.ab01 ul li:nth-child(3n){
	margin-right:0px;
}
.ab01 ul li dl dt{
	overflow:hidden;
}
.ab01 ul li dl dt img{
	max-height:4.0rem;
}
.ab01 ul li dl dd{
	margin-top:1.6rem;
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.ab01 ul li .tex{
	margin-top:2.12rem;
	color: #2C2C2C;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	
}
.ab01 ul li .tex .jdwz {
    margin-bottom: 1rem;
}
.ab01 ul li:hover{
	background: var(--2-f-9-e-64, #2F9E64);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
}
.ab01 ul li:hover dl dd{
	color:#FFF;
}
.ab01 ul li:hover .tex{
	color:#FFF;
}
.ab01 ul li .pic01{
	display:inline-block;
}
.ab01 ul li .pic02{
	display: none;
}
.ab01 ul li:hover .pic01{
	display:none;
}
.ab01 ul li:hover .pic02{
	display:inline-block;
}

.abtit2{
	width:100%;
	float:left;
	text-align:center;
	margin-top:5.5rem;
}
.abtit2 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */
	
	margin-top:0.62rem;
}
.abtit2 dl dd{
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.75rem */
	
}
.ab02{
	width:100%;
	float:left;
}
.ab02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ab02 ul li{
	width:48%;
	border-radius: 0.75rem;
	background: var(--eaf-3-f-1, #EAF3F1);
	overflow:hidden;
	margin-top:1.25rem;
	transition: all 0.6s;
}
.ab02 ul li:nth-child(4n){
	margin-right:0px;
}
.ab02 ul li dl dt{
	overflow:hidden;
	border-radius: 0.5rem;
	transition: all 0.6s;
}
.ab02 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ab02 ul li:hover dl dt img{
	transform: scale(1.05);
}
.ab02 ul li dl dd{
	padding:0 1.0rem;
	padding-bottom:1.38rem;
	padding-top:1.69rem;
	color: var(--Color-4, #2C2C2C);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.ab02 ul li:hover{
	border: 1px solid var(--eaf-3-f-1, #EAF3F1);
	background: var(--Color, #F5F7F8);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
}
.ab02 ul li:hover dl dt{
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
}
.ab02 ul li:hover dl dd{
	color: var(--Color-3, #1E6A00);
}
.ab03{
	width:100%;
	float:left;
	margin-top:1.75rem;
	border-radius: 1rem;
	background: var(--eaf-3-f-1, #EAF3F1);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ab03 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.ab03 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ab03 .pic:hover img{
	transform: scale(1.05);
}
.ab03 .tex{
	width:100%;
	padding:2rem 1rem;
	color: var(--Color-4, #2C2C2C);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	
}
.ab03 .tex dl dt{
	margin-top:1.75rem;
	color: var(--Color-4, #2C2C2C);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	
}
.ab03 .tex dl dd{
	display:flex;
	flex-wrap: wrap;
	margin-top:1.0rem;
	margin-bottom:2.5rem;
}
.ab03 .tex dl dd i{
	width:100%;
	margin-top:0.5rem;
	padding: 1.0rem 1.125rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	display:flex;
	align-items: center;
	overflow:hidden;
	color: var(--Color-4, #2C2C2C);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
	
	transition: all 0.6s;
}
.ab03 .tex dl dd i:nth-child(3n){
	margin-right:0px;
}
.ab03 .tex dl dd i::before{
	content: "\2022";
	margin-right:0.81rem;
	display:inline-block;
	color:var(--48-c-774, #48C774);
}
.ab03 .tex dl dd i:hover{
	background: var(--48-c-774, #48C774);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
	color:#FFF;
}
.ab03 .tex dl dd i:hover::before{
	color:#FFF;
}
.ab03 .tex b{
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	
}

.ab04{
	width:100%;
	float:left;
	margin-top:1.75rem;
	position:relative;
	border-radius: 0.5rem;
	overflow:hidden;
}
.ab04 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ab04:hover img{
	transform: scale(1.05);
}
.ab04 .tex{
	width:100%;
	height:100%;
	display:flex;
	align-items: center;
	padding:0 1rem;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.ab04 .tex div{
	    color: #FFF;
    font-family: zt2;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.35;
	
}

.ys01{
	width:100%;
	float:left;
	margin-top:4rem;
	border-radius: 1rem;
	background: var(---white, #FFF);
	padding:2rem 1rem;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ys01 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
	border-radius: 0.85rem;
	margin-top:2.5rem;
}
.ys01 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ys01 .pic:hover img{
	transform: scale(1.05);
}
.ys01 .tex{
	width:100%;
}
.ys01 .tex h1{
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.75rem */
	
}
.ys01 .tex ul{
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ys01 .tex ul li{
	width: 100%;
    display: flex;
    padding: 0.5rem 0.5rem;
    align-items: center;
    margin-top: 0.75rem;
    border-radius: 0.75rem;
    background: var(--Color, #F5F7F8);
    color: var(--Color-4, #2C2C2C);
    font-family: zt4;
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
    height: 4.2rem;
	
}
.ys01 .tex ul li::before{
	margin-right:0.5rem;
	width: 1rem;
	min-width:1.0rem;
	height: 1rem;
	content:'';
	display:inline-block;
	background-image:url(../img/gou2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	flex-shrink: 0;
}
.ys01 .tex ul li:hover{
	background: var(--48-c-774, #48C774);
	color:#FFF;
}
.ys01 .tex ul li:hover::before{
	background-image:url(../img/gou3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ys01 .tex .sm{
	margin-top:2.0rem;
	color: var(--Color-3, #1E6A00);
	font-family:zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	
}
.ystit{
	width:100%;
	float:left;
	margin-top:4rem;
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.75rem */
	
}
.ys02{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.ys02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ys02 ul li{
	width:48%;
	border-radius: 0.75rem;
	background: #F2F2F7;
	overflow:hidden;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.ys02 ul li:last-child{
	width:100%;
}
.ys02 ul li:nth-child(5n){
	margin-right:0px;
}
.ys02 ul li .pic{
	padding: 2.125rem 1.0rem 1.875rem 1.0rem;
	border-radius: 0.75rem;
	background: var(--2-f-9-e-64, #2F9E64);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
	overflow:hidden;
	text-align:center;
	transition: all 0.6s;
}
.ys02 ul li .pic dl dt{
	overflow:hidden;
}
.ys02 ul li .pic dl dt img{
	max-width:3.5rem;
}
.ys02 ul li .pic dl dd{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	
	margin-top:1.88rem;
}
.ys02 ul li .tex{
	padding:1.5rem 0.8rem;
	color: var(--Color-4, #2C2C2C);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	
}
.ys02 ul li:hover{
	background: var(--eaf-3-f-1, #EAF3F1);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
}
.ys02 ul li:hover .pic{
	background-color:#FFF;
}
.ys02 ul li:hover .pic dl dd{
	color: var(--Color-3, #1E6A00);
}
.ys02 ul li .pic01{
	display:inline-block;
}
.ys02 ul li .pic02{
	display: none;
}
.ys02 ul li:hover .pic01{
	display:none;
}
.ys02 ul li:hover .pic02{
	display:inline-block;
}

.ys03{
	width:100%;
	float:left;
	margin-top:1.88rem;
	  padding:2rem 1rem;
	border-radius: 1rem;
	background: var(---white, #FFF);
	overflow:hidden;
}
.ystit2{
	width:100%;
	float:left;
}
.ystit2 dl dt{
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.ystit2 dl dd{
	margin-top:0.62rem;
	color: var(--Color-4, #2C2C2C);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.ys03con{
	width:100%;
	float:left;
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ys03con .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.ys03con .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ys03con .pic:hover img{
	transform: scale(1.05);
}
.ys03con .a01{
	width: 100%;
    padding: 1rem 0.5rem;
    border-radius: 0.5rem;
    background: var(--Color, #F5F7F8);
}
.ys03con .a01 h1{
	display: flex;
	padding: 0.75rem 1.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.5rem;
	background: var(--2-f-9-e-64, #2F9E64);
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.ys03con .a01 ul{
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ys03con .a01 ul li{
	width:100%;
	margin-top:0.62rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
	padding: 0.5rem;
	display:flex;
	align-items: center;
	color: var(--Color-4, #2C2C2C);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.35; /* 1.3125rem */
	height:4.2rem;
}
.ys03con .a01 ul li::before{
	content: "\2022";
	display:inline-block;
	color:var(--48-c-774, #48C774);
	margin-right:0.5rem;
}
.ys03con .a02{
	width:100%;
	margin-top:2.0rem;
	padding:1.0rem 0.5rem;
	border-radius: 0.5rem;
	background: var(--Color, #F5F7F8);
}
.ys03con .a02 h1{
	display: flex;
	padding: 0.75rem 1.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.5rem;
	background: var(--2-f-9-e-64, #2F9E64);
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.ys03con .a02 ul{
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ys03con .a02 ul li{
	width:100%;
	margin-top:0.62rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
	padding: 0.5rem;
	display:flex;
	align-items: center;
	color: var(--Color-4, #2C2C2C);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.35; /* 1.3125rem */
	height:4.2rem;
	
}
.ys03con .a02 ul li::before{
	width: 1.375rem;
	height: 1.375rem;
	min-width: 1.375rem;
	content:'';
	display:inline-block;
	margin-right:0.62rem;
	background-image:url(../img/gou.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ys03tex{
	width:100%;
	float:left;
	margin-top:1.5rem;
	color: var(--Color-4, #2C2C2C);
	font-family:zt2;
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 2.25rem */
	
}

.kxwrap{
	width:100%;
	float: left;
	padding:2rem 3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-image:url(../img/fotbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:4rem;
}
.kxwrap-l{
	width:100%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kxwrap-l dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.kxwrap-l dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	line-height: 150%; /* 1.875rem */
	
}
.kxwrap-l .inmore{
	margin-top:2.5rem;
}

.kxwrap-r{
	width:100%;
	margin-top:3.0rem;
}
.kxwrap-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kxwrap-r ul li{
	width:100%;
	padding-bottom:1.0rem;
	margin-top:2.12rem;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.kxwrap-r ul li:first-child{
	margin-top:0px;
}
.kxwrap-r ul li dl dt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 2.25rem */
	
}
.kxwrap-r ul li dl dt.f1{
	font-size:1.0rem;
	font-family:zt;
	font-weight: 400;
}
.kxwrap-r ul li dl dt i{
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: zt3;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	
}
.kxwrap-r ul li dl dd{
	margin-top:1.0rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	
}
.falist{
	width:100%;
	float: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.falist .tex{
	width:100%;
	padding:2rem 3%; 
	color: var(--Color-4, #2C2C2C);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	  order: 2;          /* 文字排第2位 */
    width: 100%;
	
}
.falist .tex dl dt{
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.75rem */
	
}
.falist .tex dl dd{
	margin-top:1.0rem;
	margin-bottom:1.75rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}
.falist .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.falist .tex ul li{
	width:100%;
	padding: 0.5rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
	color: var(--Color-4, #2C2C2C);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.35; /* 1.3125rem */
	display: flex;
    align-items: center;
	margin-top:0.62rem;
}
.falist .tex ul li::before{
	margin-right:0.5rem;
	content: "\2022";
	display:inline-block;
	color:var(--48-c-774, #48C774);
}
.falist .tex ul li:hover::before{
	color:#FFF;
}
.falist .tex ul li:hover{
	background: var(--48-c-774, #48C774);
}
.falist .tex ul li.w100{
	width:100%;
}
.falist .tex .sm{
	margin-top:1.75rem;
	display:flex;
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 700;
	line-height:1.5;
	
}
.falist .tex .sm::before{
	width:2px;
	background-color:var(--Color-3, #1E6A00);
	content:'';
	display:inline-block;
	margin-right:1.0rem;
}
.falist .pic{
	width:100%;
	position:relative;
	overflow:hidden;
}
.falist .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
	order: 1;          /* 图片排第1位 */
    width: 100%; 
	margin-top: 30px;
}
.falist .pic:hover img{
	transform: scale(1.05);
}
.falist .tex .tit{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.falist .tex .tit div{
	width:100%;
	margin-top:1.0rem;
}
.falist .tex .tit ul li{
	width:100%;
}

.newtit{
	width:100%;
	float:left;
	margin-top:7.25rem;
	text-align:center;
}
.newtit dl dt{
	color: var(--Color-3, #1E6A00);
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 4.5rem */
	    text-transform: uppercase;
	
}
.newtit dl dd{
	margin-top: 0.31rem;
    overflow: hidden;
    color: var(---666, #666);
    text-overflow: ellipsis;
    font-family: zt2;
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.newlist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	padding:1rem;
	border-radius: 1.5rem;
	background: var(---white, #FFF);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.25rem;
}
.newlist ul li .pic{
	width:100%;
	overflow:hidden;
	position:relative;
	border-radius: 0.75rem;
}
.newlist ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:100%;
	margin-top:2.0rem;
}
.newlist ul li .tex dl dt{
	display:flex;
}
.newlist ul li .tex dl dt i{
	padding: 0.375rem 0.625rem;
	border-radius: 0.25rem;
	background: var(--bg, #F2F2F7);
	color: var(--127161, #287D6B);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.newlist ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(--Color-3, #1E6A00);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.newlist ul li .tex .sm{
	margin-top:1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(--Color-4, #2C2C2C);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.575rem */
}
.newlist ul li .tex .inmore{
	margin-top:1.5rem;
}
.newlist ul li .tex .inmore a{
	background: var(--eaf-3-f-1, #EAF3F1);
	color: var(--Color-3, #1E6A00);
}
.newlist ul li .tex .inmore a::before{
	background: var(--48-c-774, #48C774);
}
.newlist ul li .tex .inmore a:hover{
	color:#FFF;
}

.fy{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--48-c-774, #48C774);
	background: var(--48-c-774, #48C774);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--48-c-774, #48C774);
	background: var(--48-c-774, #48C774);
	color:#FFF;
}

.newwrap{
	width:100%;
	float:left;
	margin-top:7.25rem;
	border-radius: 1rem;
	background: var(---white, #FFF);
	padding: 2rem 1rem 2rem 1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xtb{
	width:2.25rem;display: none;
}
.xtb ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xtb ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.xtb ul li:first-child{
	margin-top:0px;
}
.xtb ul li img{
	max-width:2.25rem;
}
.ncon{
	width:100%%;
}
.newtit2{
	width:100%;
	float:left;
	color: var(--Color-2, #304556);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.62rem;
	color: var(--Gray-3, #828282);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newdate i{
	margin-right:1.0rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.44rem;
	color: var(--Color-4, #2C2C2C);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newtex img{
	width:100%;
	height:auto;
	display:block;
}
.newsm{
	width:100%;
	margin-top:1.75rem;
	text-align:center;
}
.newsm dl dt{
	color: var(--Color-3, #1E6A00);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
	
}
.newsm dl dd{
	color: var(--Color-3, #1E6A00);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.75rem */
	
}
.newsm img{
	margin-top:1.88rem;
	max-height:2.5rem;
	width:auto;
	display:inline-block;
}
.nexttex{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.nexttex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nexttex ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding:1.0rem 1.5rem;
	margin-top:0.62rem;
	border-radius: 1rem;
	background: var(---white, #FFF);
}
.nexttex ul li .a01{
	max-width:80%;
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.nexttex ul li .a01 i{
	margin-right:1.0rem;
	min-width:4rem;
}
.nexttex ul li::after{
	width: 1.375rem;
	height: 1.375rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.nexttex ul li:hover::after{
	background-image:url(../img/jt5.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.lx01{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.lx01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:100%;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	/* 绿色投影 */
	box-shadow: 10px 50px 50px -20px rgba(22, 103, 88, 0.15);
	padding: 1.0rem 1.5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top:0.62rem;
}
.lx01 ul li .a01{
	width:50%;
	display: flex;
	align-items: center;
	color: var(--Color-4, #2C2C2C);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:0.5rem;
}
.lx01 ul li .a01 img{
	margin-right:0.62rem;
	max-height:1.2rem;
}
.lx01 ul li .a02{
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	width:100%;
	margin-top:0.5rem;
}
.lx01 ul li .a02 b{
	color: var(--Color-4, #2C2C2C);
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	margin-right:0.62rem;
}
.lx01 ul li .a03{
	width:auto;
	min-width:100%;
	display: flex;
	align-items: center;
	color: var(--Color-4, #2C2C2C);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top: 0.5rem;
}
.lx01 ul li .a03 img{
	margin-right:0.62rem;
	max-height:1.2rem;
}
.lx02{
	width:100%;
	float:left;
	padding:2.5rem 3%;
	margin-top:3.25rem;
	background-image:url(../img/lx01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-l{
	width:100%;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	
}
.lx02-l h1{
	margin-bottom:1.25rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.lx02-r{
	width:100%;
	margin-top:1.0rem;
}
.lx02-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-r ul li{
	width:48%;
	padding: 0.5rem 1.0rem;
	display: flex;
	align-items: center;
	border-radius: 0.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);
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	margin-top:0.62rem;
	transition: all 0.6s;
}
.lx02-r ul li img{
	margin-right:0.5rem;
	max-width:2.0rem;
}
.lx02-r ul li:hover{
	background: var(--48-c-774, #48C774);
}






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

.dingw{ /*width:100%; float:left; margin-top:-5rem;*/}

  /* 1. 让视频容器覆盖整个屏幕 */
  .video-background {
    position: fixed; /* 或 absolute，取决于布局 */
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1; /* 把视频推到最底层 */
  }

  /* 2. 可选：添加一个半透明遮罩，提高文字可读性 */
  .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5); /* 黑色半透明 */
    z-index: -1;
  }

  /* 3. 前景内容样式 */
  .content {
    position: relative;
    z-index: 1;
    color: white;
    text-align: center;
    padding: 50px;
    font-family: Arial, sans-serif;
  }

.jubei{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.jubei ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jubei ul li{
	    width: 100%;
    display: flex;
    padding: 1rem;
	height:4rem;
    align-items: center;
    border-radius: 0.5rem;
    background: var(---white, #FFF);
    color: var(--Color-4, #2C2C2C);
    /* text-align: justify; */
    font-family: zt4;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.35;
    /* text-transform: capitalize; */
    margin-top: 1.25rem;
}
.jubei ul li::before{
	content: "\2022";
	margin-right:0.81rem;
	color:#48C774;
	font-size:1.25rem;
}
.jubei h1{
	margin-top:3.75rem;
	color: #2C2C2C;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */ 
	text-align:center;
}


.sjzwqh{
	width: auto;
	height: 5rem;
	font-size:1.0rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
position: absolute;
	right:1%;
	
}
.sjzwqh img{
	width:1.1rem;
}
.sjzwqh a{
	margin-left:0.5rem;
	margin-right:0.5rem;
	line-height:2.5rem;
}
.sjzwqh .zhuan{
	width:100%;
	position:absolute;
	top:5rem;
	left:0;
	z-index:111;
	background-color:#FFF;
	font-size:1.0rem;
	line-height:2.5rem;
	opacity:0;
	visibility:hidden;
	text-align:center;
	border-radius:5px;
}
.sjzwqh .zhuan p{
	position:relative;
	display:flex;
	align-items: center;
	text-align:left;
}
.sjzwqh .zhuan p i{
	width:2px;
	height:1.0rem;
	position:absolute;
	left:0;
	z-index:1;
	opacity:0;
	background-color:#116CB0;
}
.sjzwqh .zhuan p:hover i{
	opacity:1;
}
.sjzwqh .zhuan p.cur i{
	opacity:1;
}
.sjzwqh .zhuan a{
	color:#333;
	width:100%;
	text-align:left;
	padding-left:1.0rem;
	font-size:1.0rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-left:0;
	margin-right:0;
}
.sjzwqh:hover .zhuan{
	opacity:1;
	visibility:visible;
}

}












































