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

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

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

@font-face
{
	font-family: zt;
	src: url('../font/HarmonyOS_Sans_SC_Light.ttf'),
	url('../font/HarmonyOS_Sans_SC_Light.ttf'); /* IE9+,可以是具体的实际链接 */
	font-weight: 300; /* Light */
	
}
@font-face
{
	font-family: zt2;
	src: url('../font/HARMONYOS_SANS_SC_BOLD.TTF'),
	url('../font/HARMONYOS_SANS_SC_BOLD.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 700; /* Bold */
	
}
@font-face
{
	font-family: zt3;
	src: url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'),
	url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 400; /* Regular/Normal */
	
}
@font-face
{
	font-family: zt4;
	src: url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'),
	url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 500; /* Medium */
	
}

@font-face
{
	font-family: Regular;
	src: url('../font/Regular.ttf'),
	url('../font/Regular.ttf'); /* IE9+,可以是具体的实际链接 */
	
}


*{
	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(--68-b-82-e, #017537);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@media (min-width:1000px) {
	
.header.yanse{
	background-color:#FFF;
	border-bottom:1px solid var(---Gray-6, #F2F2F2);
	top:0;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background: url(../img/topbj.png) no-repeat center;
	background-size:cover;
	width:100%;
	border-bottom: 0px solid rgba(255,255,255,0.1);
}
.header.yanse.yanse01 a{
	color:#FFF;
}
.header.yanse a{
	color:#333;
}


.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.yanse01 .intop:hover{
	background-color:#FFF;
	border-bottom:1px solid #E0E0E0;
}
.header.yanse.yanse01 .intop:hover a{
	color:#333;
}
.header.yanse.yanse01 .intop:hover a:hover{
	color:#333;
}
.header.yanse.yanse01 .intop:hover .pic01{
	display:none;
}
.header.yanse.yanse01 .intop:hover .pic02{
	display:inline-block;
}
.main{
	width: 100%;
	float:left;
	padding:0 8.33vw;
}
.main2{
	width: auto;
	margin:auto;
	padding:0 8.33vw;
	max-width:1280px;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height: auto;
	transition: all 0.6s;
	background-color:#FFF;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:3.75rem;
	transition: all 0.6s;
	margin-top:1.88rem;
}

.logo{
	width:20.5%;
	display: flex;
	align-items: center;
	height:3.75rem;
	max-width:20.5%;
	transition: all 0.6s;
	position:relative;
}

.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: 100%;
	float:left;
	margin-top:2.2rem;
}
.innav ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	text-align: center;
	margin-left:1.94rem;
	margin-right:1.94rem;
	padding-bottom:1.12rem;
}

.innav ul li:hover a{
	color: var(--68-b-82-e, #017537);
}
.innav ul li a{
	width:100%;
	display: flex;
	align-items: center;	
	height:2.88rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innav ul li a img{
	margin-right:0.31rem;
}
.header.yanse .innav ul li.cur a{
	color: var(--68-b-82-e, #017537);
}

.header .innav ul li .xiala{
	width:100%;
	position:absolute;
	left:0;
	top:11.9rem;
	z-index:9;
	opacity:0;
	visibility: hidden;
	transition: all 0.3s;
	background-color:#FFF;
	padding:1.25rem 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.header .innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala .a01{
	width:auto;
	margin-left:7.75rem;
	margin-right:7.75rem;
	display: flex;
	align-items: center;
}
.innav ul li .xiala .a01 a{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innav ul li .xiala .a01 a:hover{
	color: var(--68-b-82-e, #017537);
}
.innav ul li .xiala .a01 a img{
	margin-right:0.94rem;
}
.header.yanse .innav ul li.cur .xiala .a01 a{
	color: var(---333, #333);
}
.header.yanse .innav ul li.cur .xiala .a01 a:hover{
	color: var(--68-b-82-e, #017537);
}

.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.top-r .zyw{
	width: auto;
	display: flex;
	align-items: center;
	justify-content:center;
	height:5.0rem;
	margin-left:1.25rem;
	position:relative;
}
.top-r .zyw .a01{
	display: flex;
	align-items: center;
	width:2.5rem;
	height:2.5rem;
	border-radius: 50%;
	background: var(--68-b-82-e, #017537);
	color: var(---white, #FFF);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	justify-content:center;
}
.top-r .zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.top-r .zyw .xl{
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	top:4.0rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	background-color:var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	border-radius:50%;
	line-height:2.5rem;
	text-align:center;
}
.header.yanse.yanse01 .top-r .zyw .xl a{
	color: var(---333, #333);
}
.header.yanse .top-r .zyw .xl a{
	color: var(---333, #333);
}
.top-r .qiu{
	display: flex;
	width:16rem;
	height: 2.5rem;
	padding: 0.75rem 1.125rem 0.75rem 1.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---Gray-6, #F2F2F2);
}

.chaxbk{
	width: calc(100% - 1.0rem);
	border: 0px;
	background-color: transparent;
	outline: none;
	padding: 0 0.5rem;
	color: var(---Gray-4, #BDBDBD);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: var(---999, #999);
}

.inmore{
	display:flex;
	align-items:center;
}
.inmore a{
	display: flex;
	align-items:center;
}
.inmore a i{
	display: flex;
	width: 12.5rem;
	height: 3.75rem;
	justify-content: center;
	align-items: center;
	background: var(--68-b-82-e, #017537);
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 1rem */
	text-transform: capitalize;
}
.inmore a::after{
	width: 3.75rem;
	height: 3.75rem;
	content:'';
	display:inline-block;
	background: var(---Gray-6, #F2F2F2);
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
}

.inab{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.inab .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.inab .a01 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:3.75rem;
}
.inab ul{
	display:flex;
	justify-content: center;
	margin-top:3.75rem;
}
.inab ul li{
	width:auto;
	margin-right:1.25rem;
	margin-left:1.25rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.inab ul li::before{
	width: 1.6rem;
	height: 3.7rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inab ul li::after{
	width: 1.6rem;
	height: 3.7rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	/*
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(-180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	*/
}
.inab ul li dl{
	margin-left:2.0rem;
	margin-right:2.0rem;
	text-align:center;
}
.inab ul li dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inab ul li dl dd{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inwrap{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background: var(--Color-4, #F6F8FB);
	padding:6.25rem 8.33vw;
}
.innew{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew .a01{
	width:auto;
	max-width:23.3%;
}
.innew .a01 dl dt{
	color: var(--68-b-82-e, #017537);
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innew .a01 dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	text-transform: capitalize;
}
.innew .a01 .more{
	margin-top:1.88rem;
	display:flex;
	justify-content: center;
}
.innew .a01 .more a{
	display: flex;
	height: 3rem;
	padding: 0 3.875rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--68-b-82-e, #017537);
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 0.875rem */
	text-transform: capitalize;
}
.innew .sx{
	width: 0.0625rem;
	background: #E0E0E0;
}

.intit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.intit .a01{
	display:flex;
	width:auto;
}
.intit .a01::before{
	width: 0.375rem;
	height: 5.375rem;
	background: #017537;
	margin-right:2.5rem;
	content:'';
	display:inline-block;
}
.intit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.intit dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.intit dl dd i{
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inal{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.inal ul{
	display: flex;
	flex-wrap: wrap;
}
.inal ul li{
	width:calc(33.4% - 1.25rem);
	margin-right:1.25rem;
}
.inal ul li:nth-child(3n){
	margin-right:0px;
}
.inal ul li .pic{
	overflow:hidden;
	position:relative;
}
.inal ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inal ul li:hover .pic img{
	transform: scale(1.05);
}
.inal ul li .pic .xpic{
	width: 4.25rem;
	height: 4.25rem;
	top:1.88rem;
	right:1.88rem;
	z-index:1;
	position:absolute;
}
.inal ul li:hover .xpic img{
	transform: scale(1.0);
}
.inal ul li .pic .xpic img{
	width:auto;
	height:auto;
	max-width:100%;
}
.inal ul li .tex{
	background: var(--Color-4, #F6F8FB);
	padding:2.5rem 1.88rem;
}
.inal ul li .tex dl dt{
	margin-top:0px;
}
.inal ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:2.5rem;
}
.inal ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.inal ul li .more{
	margin-top:2.5rem;
	display:flex;
}
.inal ul li .more a{
	color: var(--68-b-82-e, #017537);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 0.875rem */
	text-transform: capitalize;
	display:flex;
	align-items: center;
}
.inal ul li .more a::after{
	margin-left:1.31rem;
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/short_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.innew2{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.innew2 ul{
	display: flex;
	flex-wrap: wrap;
}
.innew2 ul li{
	width:calc(33.4% - 1.25rem);
	margin-right:1.25rem;
	padding-bottom:1.25rem;
	position:relative;
}
.innew2 ul li::after{
	width:0;
	height:2px;
	background-color:var(--68-b-82-e, #017537);
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.innew2 ul li:hover::after{
	width:100%;
}
.innew2 ul li:nth-child(3n){
	margin-right:0px;
}
.innew2 ul li .pic{
	overflow:hidden;
	position:relative;
}
.innew2 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew2 ul li:hover .pic img{
	transform: scale(1.05);
}
.innew2 ul li .tit{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: linear-gradient(90deg, #01A74E 0%, rgba(1, 167, 78, 0.00) 100%);
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	padding: 1.4375rem 1.875rem;
}
.innew2 ul li .tit h1{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.32294rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:0.31rem;
}
.innew2 ul li .tex{
	margin-top:2.5rem;
}
.innew2 ul li .tex h2{
	display:flex;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew2 ul li .tex h2 i{
	display: flex;
	padding: 0.5rem 1.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.25rem;
	background: var(--68-b-82-e, #017537);
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew2 ul li .tex dl dt{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew2 ul li .tex dl dd{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top:1.25rem;
}
.innew2 ul li .tex .more{
	margin-top:2.5rem;
	display:flex;
}
.innew2 ul li .tex .more a{
	color: var(--68-b-82-e, #017537);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 0.875rem */
	text-transform: capitalize;
	display:flex;
	align-items: center;
}
.innew2 ul li .tex .more a::after{
	margin-left:1.31rem;
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/short_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.lycon{
	width:100%;
	float:left;
	display:flex;
	justify-content: center;
}
.inly{
	width:50%;
	background: var(---white, #FFF);
	/* 0-30-60-0.1 */
	box-shadow: 0 30px 60px 0 rgba(57, 57, 57, 0.10);
	padding:3.75rem 3rem;
}
.inly.w100{
	width:100%;
}
.inly.w100 .a01{
	text-align:center;
}
.inly.w100 .a01 dl dd{
	margin-top:0.62rem;
	font-size: 1rem;
}
.inly.w100 .a02 ul li{
	width:32%;
	justify-content: center;
}
.inly.w100 .a02 ul li.mart3{
	margin-top:3.75rem;
}
.inly .a01{
	width:100%;
}
.inly .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.inly .a01 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inly .a02{
	width:100%;
}
.inly .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inly .a02 ul li{
	width:48%;
	margin-top:1.25rem;
	display:flex;
	align-items: center;
}
.inly .a02 ul li dl{
	width:100%;
}
.inly .a02 ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inly .a02 ul li dl dd{
	margin-top:1.25rem;
}
.inly .a02 ul li.w100{
	width:100%;
}
.inly .a02 ul li a{
	color: var(--68-b-82-e, #017537);
}

.lybk{
	width:100%;
	border:0;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	padding-bottom:0.62rem;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 350;
	line-height: normal;
}
.foot{
	width:100%;
	float:left;
	background: #171C24;
	padding:3.87rem 8.33vw;
	padding-bottom:2.5rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dbabout{
	width:30%;
}
.dbabout dl dt{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbabout dl dd{
	margin-top:1.62rem;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}

.inlx{
	width:20%;
}
.inlx dl dt{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:0.94rem;
}
.inlx dl dd{
	margin-top:0.75rem;
	display:flex;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inlx dl dd img{
	margin-right:0.81rem;
}
.inhz{
	width:27.4%;
}
.inhz h1{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.69rem;
}
.inhz ul li{
	width:6.5rem;
	float:left;
	margin-right:0.38rem;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.0rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#demo {
	overflow:hidden;
	width: 100%; 
} 
#demo img { 
} 
#indemo {
	float: left; 
	width: 1800%; 
} 
#demo1 {
	float: left; 
} 
#demo2 {
	float: left; 
} 

.nybanner{
	width:100%;
	float:left;
	margin-top:11.84rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display: block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-l{
	width:47%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.nab-l .a01{
	display:flex;
	align-items: center;
	width:auto;
}
.nab-l .a01::before{
	width: 0.375rem;
	height: 5.375rem;
	background: #017537;
	margin-right:2.5rem;
	content:'';
	display:inline-block;
}
.nab-l dl dt{
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab-l dl dd{
	color: var(--68-b-82-e, #017537);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.nab-l h1{
	margin-top:5.44rem;
	margin-bottom:3.75rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}


.nab-r{
	width:44%;
	position:relative;
	overflow:hidden;
}
.nab-r img{
	width:100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.nab-r::before{
	width: 7.4rem;
	height: 7.4rem;
	position:absolute;
	left:calc(50% - 3.7rem);
	top:calc(50% - 3.7rem);
	z-index:1;
	background-image:url(../img/sp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.num{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background: var(--Color-4, #F6F8FB);
	padding:3.12rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.num dl{
	width:auto;
}
.num dl dt{
	color: var(--68-b-82-e, #017537);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.num dl dd{
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.num .sx{
	width:0.0625rem;
	background: #E0E0E0;
}

.qywh{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.qywh ul{
	display: flex;
	flex-wrap: wrap;
}
.qywh ul li{
	width:calc(25.1% - 1.25rem);
	margin-right:1.25rem;
	background: var(--Color-4, #F6F8FB);
	padding: 4.375rem 2.5625rem 5.5625rem 2.625rem;
	position: relative;
}
.qywh ul li:nth-child(4n){
	margin-right:0px;
}
.qywh ul li::after{
	width:0;
	height:2px;
	background-color:var(--68-b-82-e, #017537);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.qywh ul li:hover::after{
	width:100%;
}
.qywh ul li .pic{
	overflow:hidden;
}
.qywh ul li .pic img{
	max-width:4.25rem;
}
.qywh ul li dl dt{
	margin-top:5.0rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.qywh ul li dl dd{
	margin-top:2.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}

.ry01{
	width:100%;
	float:left;
	margin-top:4.8rem;
	padding:3.5rem 0;
	background: var(--Color-4, #F6F8FB);
	background-image:url(../img/rybj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.ry01 ul{
	display:flex;
	justify-content: center;
}
.ry01 ul li{
	width:auto;
	margin-right:2.375rem;
	margin-left:2.375rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.ry01 ul li::before{
	width: 1.6rem;
	height: 3.7rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ry01 ul li::after{
	width: 1.6rem;
	height: 3.7rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	
}
.ry01 ul li dl{
	margin-left:2.0rem;
	margin-right:2.0rem;
	text-align:center;
}
.ry01 ul li dl dt{
	color: var(--68-b-82-e, #017537);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.ry01 ul li dl dd{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.ry02{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ry02-l{
	width:48.1%;
	overflow-y:scroll;
	height:41rem;
}

/* 自定义滚动条样式 - Webkit浏览器 */
.ry02-l::-webkit-scrollbar {
	width: 14px;
}
        
.ry02-l::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}
        
.ry02-l::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 10px;
	border: 5px solid #f1f1f1;
}
        
.ry02-l::-webkit-scrollbar-thumb:hover {
	background: #fff;
}
        
.ry02-l::-webkit-scrollbar-corner {
	background: #f1f1f1;
}

.ry02-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ry02-l ul li{
	width:100%;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding-bottom:2.31rem;
	padding-top:1.88rem;
	display:flex;
	align-items: center;
}
.ry02-l ul li b{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right:1.88rem;
}
.ry02-l ul li div{
	overflow: hidden;
	color: var(---666, #666);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ry02-r{
	width:48.1%;
	position:relative;
	overflow:hidden;
}
.ry02-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.cptex{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cptex div{
	width:69%;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.pro{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.pro ul{
	display: flex;
	flex-wrap: wrap;
}
.pro ul li{
	width:calc(25.1% - 1.25rem);
	margin-right:1.25rem;
	position:relative;
	overflow:hidden;
}
.pro ul li:nth-child(4n){
	margin-right:0px;
}
.pro ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.pro ul li:hover img{
	transform: scale(1.05);
}
.pro ul li .tex{
	width:auto;
	position:absolute;
	left:1.88rem;
	bottom:1.88rem;
	z-index:1;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ntit{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.cpcs{
	width:100%;
	float:left;
}
.cpcs ul{
	display: flex;
	flex-wrap: wrap;
}
.cpcs ul li{
	width:100%;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.25rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcs ul li div{
	width:50%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.tjcp{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.tjcp ul{
	display: flex;
	flex-wrap: wrap;
}
.tjcp ul li{
	width:calc(25.1% - 1.25rem);
	margin-right:1.25rem;
	background: var(---white, #FFF);
	padding:1.88rem 1.75rem;
	position: relative;
}
.tjcp ul li:nth-child(4n){
	margin-right:0px;
}
.tjcp ul li dl dt{
	overflow:hidden;
}
.tjcp ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	margin-top:50px;
}
.tjcp ul li dl dd{
	padding: 1.4rem 2.0rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	transition: all 0.6s;
}
.tjcp ul li:hover dl dd{
	background: var(--68-b-82-e, #017537);
	color: var(---white, #FFF);
}
.tjcp ul li .tit{
	width:auto;
	position:absolute;
	top:1.88rem;
	left:1.88rem;
	z-index:1;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.altit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newlist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.newlist ul li:hover{
	border: 1px solid var(--68-b-82-e, #017537);
}
.newlist ul li:hover .date{
	border-left: 1px solid var(--68-b-82-e, #017537);
}
.newlist ul li .pic{
	width:32.5%;
	overflow:hidden;
}
.newlist ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.newlist ul li .date{
	width:18%;
	border-left: 1px solid var(---Gray-5, #E0E0E0);
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.newlist ul li .date dl dt{
	color: var(--68-b-82-e, #017537);
	font-family: zt4;
	font-size: 6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.newlist ul li .date dl dd{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .tex{
	width:49.5%;
	padding:4.94rem 3.25rem;
}
.newlist ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .tex dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: stretch;
}
.newlist ul li .tex .more{
	margin-top:2.5rem;
	display:flex;
}
.newlist ul li .tex .more a{
	color: var(--68-b-82-e, #017537);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 0.875rem */
	text-transform: capitalize;
	display:flex;
	align-items: center;
}
.newlist ul li .tex .more a::after{
	margin-left:1.31rem;
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/short_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.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;
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--68-b-82-e, #017537);
	background: var(--68-b-82-e, #017537);
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--68-b-82-e, #017537);
	background: var(--68-b-82-e, #017537);
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	color:#FFF;
}
.newcon{
	width:66.5%;
	margin:auto;
}
.newtex{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:4.75rem;
}
.newnext ul{
	display: flex;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.5rem 0;
}
.newnext ul li a{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li:hover a{
	color: var(---333, #333);
}
.newnext ul li:hover{
	border-bottom: 2px solid var(--68-b-82-e, #017537);
}

.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:calc(33.4% - 0.62rem);
	margin-right:0.62rem;
	background: var(--Color-4, #F6F8FB);
	padding:3.75rem;
	text-align:center;
}
.lx01 ul li:nth-child(3n){
	margin-right:0px;
}
.lx01 ul li .pic{
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.lx01 ul li .pic img{
	max-height:6.25rem;
	max-width:6.25rem;
}
.lx01 ul li dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lx01 ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.map{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}



.jz{
	justify-content: center;
}
.mart18{
	margin-top:18rem;
}
.mart1{
	margin-top:1.25rem;
}
.mart8{
	margin-top:8.75rem;
}
.mart3{
	margin-top:3.75rem;
}
.mart5{
	margin-top:5.0rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart0{
	margin-top:0rem;
}

.w100{
	width:100%;
}
.fl{
	float:left;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

}


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










}

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





	
}

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

.main{
	padding:0 5.2vw;
}
.innav ul li{
	margin-left:1.0rem;
	margin-right:1.0rem;
}
.inab ul li dl dt{
	font-size:1.25rem;
}
.inab ul li dl{
	margin-left:1.0rem;
	margin-right:1.0rem;
}
.nab-l h1{
	font-size:2.0rem;
}
.ry01 ul li{
	margin-left:1.0rem;
	margin-right:1.0rem;
}
.tjcp ul li dl dd{
	padding:1.0rem;
}
.newlist ul li .date dl dt{
	font-size:4.0rem;
}
.lx01 ul li .pic img{
	max-width:4.5rem;
}
	
}





@media (max-width:999px) {


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

.header2{ 
	width:100%; 
	float:left; 
	height:5.0rem; 
	line-height:5.0rem;
	background-color:#FFF;
	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:5.0rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:50%; 
	max-height:4rem; 
	vertical-align:middle; 
}
.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:5.0rem; 
	height:5.0rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:5.0rem; 
	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:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 2.0rem; 
	height: 2.0rem; 
	background:url(../img/close.png) no-repeat; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}

.top-r{
	width:auto;
	display: flex;
	align-items: center;
	position:absolute;
	right:0.5rem;
	top:0;
	z-index:3;
	display:none;
}
.top-r .zyw{
	width:auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.top-r .zyw .a01{
	display: flex;
	align-items: center;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24rem;
	text-transform: uppercase;
}
.top-r .zyw .a01::after{
	width: 0.75rem;
	height: 0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.12rem;
	margin-top:-2px;
}
.top-r .zyw .a01::before{
	width: 1.2rem;
	height: 1.2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.32rem;
}

.top-r .zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.top-r .zyw .xl{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	background-color:#FFF;
	padding:1.0rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.top-r .zyw .xl a{
	color: var(---333, #333);
}

.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5.0rem; 
	background: url(../img/topbj.png) no-repeat center;
	background-size:cover;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:4rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
	display:flex;
}
.subNav3 a{
	width:100%;
}
.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(--68-b-82-e, #017537); color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
	width:100%;
}
.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;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

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

.inmore{
	display:flex;
	align-items:center;
}
.inmore a{
	display: flex;
	align-items:center;
}
.inmore a i{
	display: flex;
	width: 8.5rem;
	height: 2.0rem;
	justify-content: center;
	align-items: center;
	background: var(--68-b-82-e, #017537);
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 1rem */
	text-transform: capitalize;
}
.inmore a::after{
	width: 2.0rem;
	height: 2.0rem;
	content:'';
	display:inline-block;
	background: var(---Gray-6, #F2F2F2);
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
}

.inab{
	width:100%;
	float:left;
	margin-top:3.0rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.inab .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.inab .a01 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:2.0rem;
}
.inab ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top:1.75rem;
}
.inab ul li{
	width:auto;
	margin-right:0.5rem;
	margin-left:0.5rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-top:2.0rem;
}
.inab ul li::before{
	width: 1.0rem;
	height: 2.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inab ul li::after{
	width: 1.0rem;
	height: 2.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	/*
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(-180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	*/
}
.inab ul li dl{
	margin-left:0.5rem;
	margin-right:0.5rem;
	text-align:center;
}
.inab ul li dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inab ul li dl dd{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inwrap{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background: var(--Color-4, #F6F8FB);
	padding:3.0rem 8.33vw;
}
.innew{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew .a01{
	width:100%;
}
.innew .a01 dl dt{
	color: var(--68-b-82-e, #017537);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innew .a01 dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	text-transform: capitalize;
}
.innew .a01 .more{
	margin-top:1.5rem;
	display:flex;
	justify-content: center;
}
.innew .a01 .more a{
	display: flex;
	height: 2.5rem;
	padding: 0 2.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--68-b-82-e, #017537);
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 0.875rem */
	text-transform: capitalize;
}
.innew .sx{
	width: 100%;
	height:0.0625rem;
	background: #E0E0E0;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
}

.intit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.intit .a01{
	display:flex;
	width:auto;
}
.intit .a01::before{
	width: 0.375rem;
	background: #017537;
	margin-right:1.0rem;
	content:'';
	display:inline-block;
}
.intit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.intit dl dd{
	margin-top:0.5rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.intit dl dd i{
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.intit .inmore{
	margin-top:2.0rem;
}
.inal{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.inal ul{
	display: flex;
	flex-wrap: wrap;
}
.inal ul li{
	width:100%;
	margin-top:2.0rem;
}
.inal ul li:nth-child(3n){
	margin-right:0px;
}
.inal ul li .pic{
	overflow:hidden;
	position:relative;
}
.inal ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inal ul li:hover .pic img{
	transform: scale(1.05);
}
.inal ul li .pic .xpic{
	width: 2.25rem;
	height: 2.25rem;
	top:1.0rem;
	right:1.0rem;
	z-index:1;
	position:absolute;
}
.inal ul li:hover .xpic img{
	transform: scale(1.0);
}
.inal ul li .pic .xpic img{
	width:auto;
	height:auto;
	max-width:100%;
}
.inal ul li .tex{
	background: var(--Color-4, #F6F8FB);
	padding:1.5rem;
}
.inal ul li .tex dl dt{
	margin-top:0px;
}
.inal ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.5rem;
}
.inal ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.inal ul li .more{
	margin-top:1.0rem;
	display:flex;
}
.inal ul li .more a{
	color: var(--68-b-82-e, #017537);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 0.875rem */
	text-transform: capitalize;
	display:flex;
	align-items: center;
}
.inal ul li .more a::after{
	margin-left:1.31rem;
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/short_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.innew2{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.innew2 ul{
	display: flex;
	flex-wrap: wrap;
}
.innew2 ul li{
	width:100%;
	padding-bottom:1.25rem;
	position:relative;
	margin-top:2.0rem;
}
.innew2 ul li::after{
	width:0;
	height:2px;
	background-color:var(--68-b-82-e, #017537);
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.innew2 ul li:hover::after{
	width:100%;
}
.innew2 ul li:nth-child(3n){
	margin-right:0px;
}
.innew2 ul li .pic{
	overflow:hidden;
	position:relative;
}
.innew2 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew2 ul li:hover .pic img{
	transform: scale(1.05);
}
.innew2 ul li .tit{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: linear-gradient(90deg, #01A74E 0%, rgba(1, 167, 78, 0.00) 100%);
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	padding: 1.0rem 1.5rem;
}
.innew2 ul li .tit h1{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.32294rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:0.31rem;
}
.innew2 ul li .tex{
	margin-top:1.5rem;
}
.innew2 ul li .tex h2{
	display:flex;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew2 ul li .tex h2 i{
	display: flex;
	padding: 0.5rem 1.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.25rem;
	background: var(--68-b-82-e, #017537);
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew2 ul li .tex dl dt{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew2 ul li .tex dl dd{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top:1.25rem;
}
.innew2 ul li .tex .more{
	margin-top:1.5rem;
	display:flex;
}
.innew2 ul li .tex .more a{
	color: var(--68-b-82-e, #017537);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 0.875rem */
	text-transform: capitalize;
	display:flex;
	align-items: center;
}
.innew2 ul li .tex .more a::after{
	margin-left:1.31rem;
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/short_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.lycon{
	width:100%;
	float:left;
	display:flex;
	justify-content: center;
}
.inly{
	width:100%;
	background: var(---white, #FFF);
	/* 0-30-60-0.1 */
	box-shadow: 0 30px 60px 0 rgba(57, 57, 57, 0.10);
	padding:2.5rem 2rem;
}
.inly.w100{
	width:100%;
}
.inly.w100 .a01{
	text-align:center;
}
.inly.w100 .a01 dl dd{
	margin-top:0.62rem;
	font-size: 1rem;
}
.inly.w100 .a02 ul li{
	width:100%;
	justify-content: center;
}
.inly.w100 .a02 ul li.mart3{
	margin-top:3.75rem;
}
.inly .a01{
	width:100%;
}
.inly .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.inly .a01 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inly .a02{
	width:100%;
}
.inly .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inly .a02 ul li{
	width:100%;
	margin-top:1.25rem;
	display:flex;
	align-items: center;
}
.inly .a02 ul li dl{
	width:100%;
}
.inly .a02 ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inly .a02 ul li dl dd{
	margin-top:1.25rem;
}
.inly .a02 ul li.w100{
	width:100%;
}
.inly .a02 ul li a{
	color: var(--68-b-82-e, #017537);
}

.lybk{
	width:100%;
	border:0;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	padding-bottom:0.62rem;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 350;
	line-height: normal;
}
.foot{
	width:100%;
	float:left;
	background: #171C24;
	padding:3.0rem 8.33vw;
	padding-bottom:2.5rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dbabout{
	width:100%;
}
.dbabout dl dt{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbabout dl dd{
	margin-top:1.62rem;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}

.inlx{
	width:100%;
	margin-top:3.0rem;
}
.inlx dl dt{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:0.94rem;
}
.inlx dl dd{
	margin-top:0.75rem;
	display:flex;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.inlx dl dd img{
	margin-right:0.81rem;
}
.inhz{
	width:100%;
	margin-top:3.0rem;
}
.inhz h1{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.69rem;
}

.inhz ul li{
	width:6.5rem;
	float:left;
	margin-right:0.38rem;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.0rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#demo {
	overflow:hidden;
	width: 100%; 
} 
#demo img { 
} 
#indemo {
	float: left; 
	width: 1800%; 
} 
#demo1 {
	float: left; 
} 
#demo2 {
	float: left; 
} 

.nybanner{
	width:100%;
	float:left;
	margin-top:5rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display: block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-l{
	width:100%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.nab-l .a01{
	display:flex;
	align-items: center;
	width:auto;
}
.nab-l .a01::before{
	width: 0.375rem;
	height: 3.375rem;
	background: #017537;
	margin-right:1.5rem;
	content:'';
	display:inline-block;
}
.nab-l dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab-l dl dd{
	color: var(--68-b-82-e, #017537);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.nab-l h1{
	margin-top:2.44rem;
	margin-bottom:1.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}


.nab-r{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:2.0rem;
}
.nab-r img{
	width:100%;
	height:auto;
	display:block;
}
.nab-r::before{
	width: 3.4rem;
	height: 3.4rem;
	position:absolute;
	left:calc(50% - 1.7rem);
	top:calc(50% - 1.7rem);
	z-index:1;
	background-image:url(../img/sp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.num{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background: var(--Color-4, #F6F8FB);
	padding:3.0rem 8.33vw;
	padding-top:1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.num dl{
	width:50%;
	margin-top:2.0rem;
}
.num dl dt{
	color: var(--68-b-82-e, #017537);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.num dl dd{
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.num .sx{
	width:0.0625rem;
	background: #E0E0E0;
	display:none;
}

.qywh{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.qywh ul{
	display: flex;
	flex-wrap: wrap;
}
.qywh ul li{
	width:100%;
	margin-top:1.0rem;
	background: var(--Color-4, #F6F8FB);
	padding: 2.5rem 2.0rem;
	position: relative;
}
.qywh ul li:nth-child(4n){
	margin-right:0px;
}
.qywh ul li::after{
	width:0;
	height:2px;
	background-color:var(--68-b-82-e, #017537);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.qywh ul li:hover::after{
	width:100%;
}
.qywh ul li .pic{
	overflow:hidden;
}
.qywh ul li .pic img{
	max-width:3.0rem;
}
.qywh ul li dl dt{
	margin-top:2.0rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.qywh ul li dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}

.ry01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding:2.5rem 0;
	background: var(--Color-4, #F6F8FB);
	background-image:url(../img/rybj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:0.5rem;
}
.ry01 ul{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ry01 ul li{
	width:auto;
	margin-top:2.0rem;
	margin-right:0.5rem;
	margin-left:0.5rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.ry01 ul li::before{
	width: 1.0rem;
	height: 2.7rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ry01 ul li::after{
	width: 1.0rem;
	height: 2.7rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;

}
.ry01 ul li dl{
	margin-left:1.0rem;
	margin-right:1.0rem;
	text-align:center;
}
.ry01 ul li dl dt{
	color: var(--68-b-82-e, #017537);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.ry01 ul li dl dd{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.ry02{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ry02-l{
	width:100%;
	overflow-y:scroll;
	height:21rem;
}

/* 自定义滚动条样式 - Webkit浏览器 */
.ry02-l::-webkit-scrollbar {
	width: 10px;
}
        
.ry02-l::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}
        
.ry02-l::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 10px;
	border: 2px solid #f1f1f1;
}
        
.ry02-l::-webkit-scrollbar-thumb:hover {
	background: #fff;
}
        
.ry02-l::-webkit-scrollbar-corner {
	background: #f1f1f1;
}

.ry02-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ry02-l ul li{
	width:100%;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.5rem 0;
	display:flex;
	align-items: center;
}
.ry02-l ul li b{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right:1.88rem;
}
.ry02-l ul li div{
	overflow: hidden;
	color: var(---666, #666);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

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

.cptex{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cptex div{
	width:100%;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.pro{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.pro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro ul li{
	width:48%;
	margin-top:1.0rem;
	position:relative;
	overflow:hidden;
}
.pro ul li:nth-child(4n){
	margin-right:0px;
}
.pro ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.pro ul li:hover img{
	transform: scale(1.05);
}
.pro ul li .tex{
	width:auto;
	position:absolute;
	left:1.0rem;
	bottom:1.0rem;
	z-index:1;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ntit{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.cpcs{
	width:100%;
	float:left;
}
.cpcs ul{
	display: flex;
	flex-wrap: wrap;
}
.cpcs ul li{
	width:100%;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.0rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcs ul li div{
	width:50%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.tjcp{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.tjcp ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tjcp ul li{
	width:48%;
	margin-top:1.0rem;
	background: var(---white, #FFF);
	padding:1.0rem;
	position: relative;
}
.tjcp ul li:nth-child(4n){
	margin-right:0px;
}
.tjcp ul li dl dt{
	overflow:hidden;
}
.tjcp ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	margin-top:2rem;
}
.tjcp ul li dl dd{
	padding: 1.0rem 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	transition: all 0.6s;
}
.tjcp ul li:hover dl dd{
	background: var(--68-b-82-e, #017537);
	color: var(---white, #FFF);
}
.tjcp ul li .tit{
	width:auto;
	position:absolute;
	top:1.0rem;
	left:1.0rem;
	z-index:1;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.altit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newlist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.5rem;
}
.newlist ul li:hover{
	border: 1px solid var(--68-b-82-e, #017537);
}
.newlist ul li:hover .date{
	border-left: 1px solid var(--68-b-82-e, #017537);
}
.newlist ul li .pic{
	width:45%;
	overflow:hidden;
}
.newlist ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.newlist ul li .date{
	width:18%;
	border-left: 1px solid var(---Gray-5, #E0E0E0);
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	display:none;
}
.newlist ul li .date dl dt{
	color: var(--68-b-82-e, #017537);
	font-family: zt4;
	font-size: 6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.newlist ul li .date dl dd{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .tex{
	width:55%;
	padding:1.0rem;
}
.newlist ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: stretch;
	overflow: hidden;
}
.newlist ul li .tex dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: stretch;
	display:none;
}
.newlist ul li .tex .more{
	margin-top:1.0rem;
	display:flex;
}
.newlist ul li .tex .more a{
	color: var(--68-b-82-e, #017537);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 0.875rem */
	text-transform: capitalize;
	display:flex;
	align-items: center;
}
.newlist ul li .tex .more a::after{
	margin-left:1.31rem;
	width: 1.0rem;
	height: 1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/short_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.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:3px;
	margin-right:3px;
	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;
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--68-b-82-e, #017537);
	background: var(--68-b-82-e, #017537);
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--68-b-82-e, #017537);
	background: var(--68-b-82-e, #017537);
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	color:#FFF;
}
.newcon{
	width:100%;
	margin:auto;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.newnext ul{
	display: flex;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.0rem 0;
}
.newnext ul li a{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li:hover a{
	color: var(---333, #333);
}
.newnext ul li:hover{
	border-bottom: 2px solid var(--68-b-82-e, #017537);
}

.lx01{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:100%;
	margin-top:1.0rem;
	background: var(--Color-4, #F6F8FB);
	padding:2.5rem;
	text-align:center;
}
.lx01 ul li:nth-child(3n){
	margin-right:0px;
}
.lx01 ul li .pic{
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.lx01 ul li .pic img{
	max-height:3.25rem;
	max-width:3.25rem;
}
.lx01 ul li dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lx01 ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.map{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}



.jz{
	justify-content: center;
}
.mart18{
	margin-top:8rem;
}
.mart1{
	margin-top:1.25rem;
}
.mart8{
	margin-top:4.0rem;
}
.mart3{
	margin-top:2.5rem;
}
.mart5{
	margin-top:2.5rem;
}
.mart6{
	margin-top:3.0rem;
}
.mart0{
	margin-top:0rem;
}













.w100{
	width:100%;
}
.fl{
	float:left;
}





}
































