body{
	font-size:12px;
	font-weight:normal;
	color: #2F302D;
	line-height:1.5;
	font-family: "Microsoft YaHei";
	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: 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 */
	
}


*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
	html {
    scroll-behavior: smooth;
}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color: #2F302D;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#B8892F;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@media (min-width:1000px) {
	
.header.yanse{
	background: #FFF;
	/* 23-4-0.1 */
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.01);
}
.header.yanse.yanse01{
	width:100%;
	background: #FFF;
	/* 0.4背景模糊 */
}
.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{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5rem;
	position:relative;
}
.logo{
	width:14%;
	display: flex;
	align-items: center;
	height:5rem;
	transition: all 0.6s;
	position:relative;
}
.logo img{
	max-width:100%;
	height:auto;
	max-height:3.38rem;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul>li{
	width:auto;
	height:5rem;
	display:flex;
	align-items: center;
	margin-left:0.94rem;
	margin-right:0.94rem;
	text-align:center;
	position:relative;
	
	color: #2F302D;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innav ul>li>a{
	width:auto;
	display:flex;
	align-items: center;
	position:relative;
}
.innav ul>li>a.cur{
	color: #B8892F;
}
.innav ul>li>ol {
    width: 28.5rem;
	padding: 0.5rem;
	border-radius: 0.1875rem;
	border: 1px solid rgba(20, 92, 65, 0.13);
	background: #FFF;
	box-shadow: 0 20px 48px 0 rgba(20, 67, 49, 0.18);
    transform: scaleY(0);
    transition: all 0.6s;
    transform-origin: 50% 0;
	position: absolute;
	left: -12.25rem;
	top:5rem;
	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innav ul>li>ol .pic{
	width:40%;
	overflow:hidden;
}
.innav ul>li>ol .pic img{
	width:100%;
	height:auto;
	display:block;
}
.innav ul>li>ol .tex{
	width:55.3%;
}
.innav ul>li>ol .tex dl dd{
	display: flex;
	padding: 0.625rem 0.875rem;
	align-items: center;
	color: #4E5D55;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 135% */
	border-bottom: 1px solid #EDF1ED;
}
.innav ul>li>ol .tex dl dd a{
	color: #4E5D55;
}
.innav ul>li>ol .tex dl dd i{
	width:1.75rem;
	height:1.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid var(--efd-69-f, #EFD69F);
	color: var(--c-79852, #C79852);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 146%; /* 146.25% */
	margin-right:1.75rem;
}
.innav ul li:hover a{
	color: var(--c-79852, #C79852);
}
.innav ul li:hover ol {
    transform: scaleY(1);
}


.top-r{
	width: auto;
	display: flex;
	align-items: center;
}

.hzzx{
	display: flex;
	align-items: center;
}
.hzzx::before{
	margin-right:0.62rem;
	width: 2.625rem;
	height: 2.625rem;
	background-image:url(../img/tel.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.hzzx dl dt{
	color: #6E5A32;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hzzx dl dd{
	margin-top:0.19rem;
	color: #B8892F;
	font-family: zt3;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
}

.container{
	width: auto;
	margin:auto;
	max-width:1200px;
}

.inwrap{
	width:100%;
	float:left;
	background: #FAFAFA;
	padding-bottom:4.0rem;
}
.tsfw{
	width:100%;
	float:left;
	margin-top:2.62rem;
}
.tsfw h1{
	color: #2F302D;
	text-align: center;
	font-size: 1.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tsfw ul{
	display: flex;
	flex-wrap: wrap;
}
.tsfw ul li{
	width:calc(25.22% - 0.88rem);
	margin-right:0.88rem;
	margin-top:2.12rem;
	border-radius: 0.3125rem;
	background: var(--Linear, linear-gradient(135deg, #BD6F2D 0%, #CF8B46 100%));
	box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.08);
	
	display: flex;
	height: 5.5rem;
	padding: 0 1.125rem;
	justify-content: space-between;
	align-items: center;
	align-self: start;
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
	justify-self: stretch;
}
.tsfw ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tsfw ul li img{
	max-height:1.875rem;
}
.tsfw ul li dl dt{
	color: #FFF;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tsfw ul li dl dd{
	margin-top:0.37rem;
	color: #FFF;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tsfw ul li:nth-child(2n){
	background: var(--Linear, linear-gradient(135deg, #179465 0%, #38BD7F 100%));
}
.tsfw ul li:nth-child(4n){
	margin-right:0px;
}
.intit{
	width:100%;
	float:left;
	margin-top:3.5rem;
}
.intit dl dt{
	display:flex;
	justify-content: center;
	align-items: center;
	color: #2F302D;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.intit dl dt::before{
	width: 9.375rem;
	height: 0.0625rem;
	flex-shrink: 0;
	margin-right:1.56rem;
	background: #D4D0C8;
	content:'';
	display:inline-block;
}
.intit dl dt::after{
	width: 9.375rem;
	height: 0.0625rem;
	flex-shrink: 0;
	margin-left:1.56rem;
	background: #D4D0C8;
	content:'';
	display:inline-block;
}
.intit dl dd{
	margin-top:0.44rem;
	color: #AAA;
	text-align: center;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.mxxlm{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.mxxlm ul{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.mxxlm ul li{
	width:auto;
	display:flex;
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.mxxlm ul li a{
	padding: 0.5625rem 1.75rem;
	background: #EEE;
	color: #666;
	text-align: center;
	font-family: Arial;
	font-size: 0.83331rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.mxxlm ul li a:hover{
	background: #B8892F;
	color: #FFF;
}
.mxxlm ul li a.cur{
	background: #B8892F;
	color: #FFF;
}
.inpro{
	width:100%;
	float:left;
	margin-top:1.13rem;
}
.inpro ul{
	display:flex;
	flex-wrap: wrap;
}
.inpro ul li{
	width:calc(33.8% - 1.5rem);
	margin-right:1.5rem;
	margin-top:0.75rem;
	border: 1px solid #EEE;
	background: #FFF;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li .pic{
	overflow:hidden;
}
.inpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li .tex{
	padding: 1.06rem 1.125rem 1.19rem 1.125rem;
}
.inpro ul li .tex dl dt{
	color: #2F302D;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li .tex dl dd{
	margin-top:0.5rem;
	color: #999;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li .tex .sm{
	margin-top:0.81rem;
	color: #777;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li .tex .sm i{
	color: #C15C34;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.inmore{
	display:flex;
}
.inmore a{
	position:relative;
	transition: all 0.6s;
	display: flex;
	width: auto;
	height: 2.375rem;
	padding:0 1.25rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	border: 1px solid var(--c-79852, #C79852);
	z-index:3;
	overflow:hidden;
	
	color: var(--c-79852, #C79852);
	font-family:zt3;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	content:'';
	display:inline-block;
	left:0;
	top:0;
	z-index:-1;
	background: var(--c-79852, #C79852);
	transition: all 0.6s;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a.cur::before{
	width:100%;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a::after{
	content: "\2192";
}
.inab{
	width:100%;
	float:left;
	margin-top:4.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .pic{
	width:50%;
	position:relative;
}
.inab .pic img{
    width: 100%;
	height:auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inab .pic:hover img{
	transform: scale(1.01);
}
.inab .pic .subtex{
	width:9.4rem;
	position: absolute;
	right: -1.5rem;
	bottom: 2.4rem;
	z-index:3;
	padding: 1.38rem 1.5rem;
	background: #13865F;
}
.inab .pic .subtex dl dt{
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; /* 170% */
}
.inab .pic .subtex dl dd{
	color: #FFF;
	font-size: 1.375rem;
	font-style: normal;
	line-height: 150%;
	letter-spacing: 0.1875rem;
	font-family:zt2;
}
.inab .tex{
	width:45%;
	color: #777;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.inab .tex .a01 dl dt{
	color: #B8892F;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
	letter-spacing: 0.1875rem;
}
.inab .tex .a01 dl dd{
	margin-top:1.75rem;
	color: #2F302D;
	font-size: 2.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:0.75rem;
	position:relative;
	margin-bottom:1.5rem;
}
.inab .tex .a01 dl dd::before{
	width: 2.75rem;
	height: 0.1875rem;
	background: #B8892F;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.inab .tex ul{
	margin-top:1.38rem;
	border-top: 1px solid #E8E5DD;
	border-bottom: 1px solid #E8E5DD;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex ul li{
	width:33.33%;
	border-right: 1px solid #E8E5DD;
	padding:0.94rem 0;
	text-align: center;
}
.inab .tex ul li dl dt{
	color: #13865F;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab .tex ul li dl dd{
	margin-top:0.31rem;
	color: #999;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab .tex ul li:nth-child(3n){
	border-right:0px;
}
.inab .tex .more{
	margin-top:1.56rem;
	display:flex;
}
.inab .tex .more a{
	padding: 0.75rem 1.44rem;
	border-radius: 0.125rem;
	background: #13865F;
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lyhj{
	width:100%;
	float:left;
}
.lyhj ul{
	display: flex;
	flex-wrap: wrap;
}
.lyhj ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.88rem;
}
.lyhj ul li:nth-child(4n){
	margin-right:0px;
}
.lyhj ul li dl dt{
	overflow:hidden;
}
.lyhj ul li dl dt img{
    width: 100%;
	height:auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.lyhj ul li:hover dl dt img{
	transform: scale(1.05);
}
.lyhj ul li dl dd{
	margin-top:0.75rem;
	color: var(---666, #666);
	text-align: center;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inlc{
	width:100%;
	float:left;
}
.inlc ul{
	display: flex;
	flex-wrap: wrap;
}
.inlc ul li{
	width:calc(12.5% - 0.5rem);
	margin-right:0.5rem;
	padding: 3.125rem 0rem 1.875rem 0rem;
	border: 1px solid #E3EBE5;
	background: #F7FAF7;
	margin-top:4.31rem;
	color: #315443;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.inlc ul li:nth-child(8n){
	margin-right:0px;
}
.inlc ul li .num{
	width: 3.88rem;
	height: 3.88rem;
	border-radius: 50%;
	border: 6px solid #FFF;
	background: #13865F;
	box-shadow: 0 0 0 0px #CFE1D5;
	position:absolute;
	left:calc(50% - 1.94rem);
	top:-1.94rem;
	z-index:2;
	display:flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.5rem;
}
.innew-l{
	width:48.5%;
	background: #FFF;
}
.innew-l .pic{
	overflow:hidden;
	position:relative;
}
.innew-l .pic img{
    width: 100%;
	height:auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.innew-l .pic:hover img{
	transform: scale(1.05);
}
.innew-l .tex{
	padding:1.38rem;
	color: #888;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 180% */
}
.innew-l .tex dl dt{
	color: #B8892F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew-l .tex dl dd{
	margin-top:0.56rem;
	color: #2F302D;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0.81rem;
}
.innew-l .tex .more{
	margin-top:1.0rem;
	display:flex;
}
.innew-l .tex .more a{
	display:flex;
	align-items: center;
	color: #13865F;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.innew-r{
	width:48.5%;
}
.innew-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew-r ul li{
	width:100%;
	margin-top:0.81rem;
	padding:1.19rem 0;
	display: flex;
	border-bottom: 1px solid #E5E5E5;
}
.innew-r ul li a{
	width:100%;
	display: flex;
}
.innew-r ul li .date{
	width:4rem;
}
.innew-r ul li .date dl dt{
	color: #B8892F;
	font-family: zt3;
	font-size: 1.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew-r ul li .date dl dd{
	color: #AAA;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew-r ul li .sx{
	width:1px;
	background-color:#DDD;
	margin-left:1.25rem;
	margin-right:1.25rem;
}
.innew-r ul li .tex{
	width:auto;
}
.innew-r ul li .tex dl dt{
	color: #2F302D;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew-r ul li .tex dl dd{
	margin-top:0.5rem;
	color: #999;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; /* 170% */
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.innew-r ul li:first-child{
	margin-top:0px;
}
.honr{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.honr ul li{
	width:16.3rem;
	float:left;
	margin-right:3.2rem;
}
.honr ul li dl dt{
	overflow:hidden;
}
.honr ul li dl dt img{
	width:100%;
	height: auto;
	display:block;
}
.honr ul li dl dd{
	margin-top:0.88rem;
	color: #AAA;
	text-align: center;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#demo{
	overflow:hidden;
	width: 100%; 
}
#indemo{
	float: left;
	width: 800%; 
} 
#demo1{
	float: left; 
} 
#demo2{
	float: left; 
} 

.link{
	width:100%;
	float:left;
	margin-bottom:2.0rem;
	margin-top:2.0rem;
	display:flex;
	align-items: center;
}
.link .a01{
	width:7.0rem;
	display:flex;
	align-items: center;
	font-size:1.0rem;
	margin-top:0.5rem;
	font-weight:bold;
	color:#13865F;
}
.link .a01 img{
	max-height:1.5rem;
	margin-right:0.5rem;
}
.link .a02{
	width:calc(100% - 7.0rem);
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}
.link .a02 a{
	margin-right:1.0rem;
	margin-top:0.5rem;
}

.foot{
	width:100%;
	float:left;
	background: #EEE;
	padding:2.91rem 0;
}
.foot01{
	width:100%;
	float:left;
	display:flex;
	justify-content: center;
	align-items: center;
}
.foot01 .dbtel{
	width:auto;
	display:flex;
	align-items: center;
}
.foot01 .dbtel::before{
	width: 2.625rem;
	height: 2.625rem;
	margin-right:1.17rem;
	background-image:url(../img/tel.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.foot01 .dbtel dl dt{
	color: #7C7B7B;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 186%; /* 185.714% */
}
.foot01 .dbtel dl dd{
	color: #AF8A33;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 110%; /* 108.333% */
}
.foot01 .ewm{
	width:auto;
	margin-left:2.94rem;
}
.foot01 .ewm img{
	max-width:6.7rem;
}
.foot02{
	width:100%;
	margin-top:0.83rem;
	float:left;
	color: #7C7B7B;
	text-align: center;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 186%; /* 185.714% */
}
.kjfw{
	width:5.75rem;
	position: fixed;
	right: 1.25rem;
	bottom: 3.71875rem;
	z-index:9;
	border-radius: 1rem;
	border: 1px solid #DFE3E0;
	background: #FFF;
	box-shadow: 0 10px 28px 0 rgba(23, 62, 54, 0.16);
}
.kjfw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kjfw ul li{
	width:100%;
	height:5.5rem;
	border-bottom: 1px solid #E3E5E2;
	display:flex;
	justify-content: center;
	align-items: center;
	position:relative;
}
.kjfw ul li .ewm{
	width:8.0rem;
	position:absolute;
	left:-8.0rem;
	top:0;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.kjfw ul li .ewm img{
	max-width:100%;
}
.kjfw ul li:hover .ewm{
	opacity:1;
	visibility:visible;
}
.kjfw ul li dl dt{
	display:flex;
	justify-content: center;
}
.kjfw ul li dl dt img{
	max-height:2.5rem;
}
.kjfw ul li dl dd{
	margin-top:0.5rem;
	color: #52605C;
	font-family:zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.kjfw ul li:last-child{
	border-radius: 0 0 0.9375rem 0.9375rem;
	background: var(--Linear, linear-gradient(135deg, #BD6F2D 0%, #CF8B46 100%));
}
.kjfw ul li:last-child dl dd{
	color: #FFF;
}
.kjfw ul li .dh{
	width:15.0rem;
	height:5.5rem;
	position:absolute;
	left:-15.0rem;
	top:0;
	z-index:1;
	opacity:0;
	visibility:hidden;
	display:flex;
	justify-content: center;
	align-items: center;
	color: #AF8A33;
	text-align: center;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	background-color:#FFF;
	border-radius: 1rem;
}
.kjfw ul li:hover .dh{
	opacity:1;
	visibility:visible;
}
.weizi{
	width:100%;
	float:left;
	margin-top:1.0rem;
	color: #8A9A94;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family:zt3;
}
.weizi a{
	color: #8A9A94;
}
.weizi i{
	margin-left:0.62rem;
	margin-right:0.62rem;
}
.nybanner{
	width:100%;
	float:left;
	margin-top:1.0rem;
	border-radius: 1rem;
	background-image:url(../img/nybanner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
	padding:6.5rem 0;
	color: #FFF;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner dl dt{
	color: var(--efd-69-f, #EFD69F);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.nybanner dl dd{
	margin-top:0.62rem;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.1875rem;
	margin-bottom:0.56rem;
	
	
	background: var(--Linear, linear-gradient(90deg, #F9F9F3 9.52%, #F8D59F 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sxtj{
	width:100%;
	float:left;
	margin-top:4.0rem;
	border-radius: 1rem;
	background: #FFF;
	padding: 1.25rem 1.75rem;
}
.sxtj dl{
	display:flex;
	align-items: center;
	margin-top:0.5rem;
	padding-bottom:0.5rem;
}
.sxtj dl dt{
	min-width:6.75rem;
	max-width:6.75rem;
	color: #343B37;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sxtj dl dd{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	width:calc(100% - 6.75rem);
}
.sxtj dl dd a{
	margin-right:0.62rem;
	padding: 0.69rem 1.12rem;
	border-radius: 0.25rem;
	overflow:hidden;
	color: #6C746F;
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
}
.sxtj dl dd a:hover{
	background: var(--009-c-66, #009C66);
	color: #FFF;
}
.sxtj dl dd a.cur{
	background: var(--009-c-66, #009C66);
	color: #FFF;
}
.telzx{
	width:100%;
	float:left;
	margin-top:3.0rem;
	margin-bottom:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.telzx dl dt{
	color: #2F302D;
	font-size: 1.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.telzx dl dd{
	margin-top:0.44rem;
	color: #888;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.telzx a{
	padding: 1rem 1.4375rem;
	border-radius: 0.125rem;
	background: var(--c-79852, #C79852);
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sxcon{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.sxcon dl dt{
	color: #2F302D;
	text-align: center;
	font-size: 1.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sxcon dl dd{
	margin-top:2.63rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.sxcon dl dd a{
	padding: 0.75rem 1.44rem;
	border-radius: 0.125rem;
	background: var(--c-79852, #C79852);
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.sxcon dl dd a:hover{
	background: var(--009-c-66, #009C66);
}
.sxcon dl dd a.cur{
	background: var(--009-c-66, #009C66);
}
.nwz{
	width:100%;
	float:left;
	background: #FAFAFA;
	padding-bottom:1.0rem;
}
.show01{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show01-l{
	width:48.4%;
	position:relative;
}

.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	width:100%;
	height: auto;
}
.swiper-slide .b01{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	overflow:hidden;
}
.swiper-slide-thumb-active .b01 dl dt{
	border: 1px solid #B8892F;
}
.swiper-slide-thumb-active .b01 dl dd{
	color: #0C684A;
}
.swiper-slide .b01 dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.swiper-slide .b01 dl dd{
	margin-top:0.69rem;
	color: #606B63;
	font-family: Arial;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.swiper-slide .a01{
	width:100%;
	position:relative;
}
.swiper-slide .a01 .tex2{
	position:absolute;
	padding: 0.4375rem 0.8125rem;
	left: 1.1875rem;
	top: 1.1875rem;
	z-index:2;
	background: #13865F;
	color: #FFF;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.swiper-slide .a01 .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:2.0rem;
	z-index:2;
	padding:0 2.87rem;
}
.swiper-slide .a01 .tex h1{
	color: #E4C681;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.swiper-slide .a01 .tex dl dt{
	color: #FFF;
	font-size: 1.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.125rem;
}
.swiper-slide .a01 .tex dl dd{
	margin-top:0.44rem;
	color: #E4EEE9;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 180% */
}
.swiper-slide .a01 .pic{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	overflow:hidden;
	position:relative;
}
.swiper-slide .a01 .pic.ny::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: linear-gradient(180deg, rgba(7, 38, 25, 0.04) 35%, rgba(7, 38, 25, 0.78) 100%);
	content:'';
	display:inline-block;
}
.swiper-slide .a01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.swiper.aa01{
	margin-top:1.25rem;
	width:100%;
	float:left;
}
.swiper-button-prev:after{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-button-next:after{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.show01-r{
	width:48.4%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.show01-r01{
	width:100%;
}
.show01-r01 .a01 dl dt{
	color: var(--2-f-302-d, #2F302D);
	font-size: 2.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show01-r01 .a01 dl dd{
	margin-top:0.44rem;
	padding-bottom:1.56rem;
	color: #888;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom: 1px solid #E9E6DF;
}
.show01-r01 .a02{
	margin-top:1.25rem;
	border-bottom: 1px solid #E9E6DF;
	padding-bottom:1.19rem;
	color: #777;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show01-r01 .a02 dl dt{
	color: #BD632F;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show01-r01 .a02 dl dt i{
	font-size: 2.1875rem;
}
.show01-r01 .a02 dl dd{
	color: #AAA;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show01-r01 .a03{
	margin-top:1.37rem;
}
.show01-r01 .a03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show01-r01 .a03 ul li{
	width:47.7%;
	padding:0.69rem 0;
	border-bottom: 1px solid #F0EEE9;
	color: #4D5A53;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
}
.show01-r01 .a03 ul li i{
	width:5.2rem;
	color: #999;
}
.show01-r01 .a04{
	margin-top:2.0rem;
	display: flex;
	align-items: center;
}
.show01-r01 .a04 a{
	padding: 0.75rem 2.88rem;
	border-radius: 0.125rem;
	border: 1px solid var(--c-79852, #C79852);
	background: #FFF;
	color: var(--c-79852, #C79852);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:0.75rem;
}
.show01-r01 .a04 a:hover{
	background: var(--009-c-66, #009C66);
	color: var(---white, #FFF);
	border: 1px solid var(--009-c-66, #009C66);
}
.show01-r01 .a04 a.cur{
	background: var(--009-c-66, #009C66);
	color: var(---white, #FFF);
	border: 1px solid var(--009-c-66, #009C66);
}
.show01-r02{
	width:100%;
	padding: 0.875rem 1rem;
	background: #F6F1E7;
	color: var(--Linear, #827A68);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top:2.6rem;
}
.show01-r02 b{
	background: var(--Linear, linear-gradient(135deg, #BD6F2D 0%, #CF8B46 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cptit{
	width:100%;
	float:left;
	color: #999;
	text-align: center;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:4.25rem;
}
.cptit dl dt{
	color: #B8892F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.cptit dl dd{
	margin-top:0.63rem;
	margin-bottom:0.56rem;
	color: #2F302D;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.zsdp{
	width:100%;
	float:left;
	margin-top:2.38rem;
	border: 1px solid #E4EAE5;
	background: #FFF;
}
.zsdp ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zsdp ul li{
	width:100%;
	padding:1.69rem 2.0rem;
	border-bottom: 1px dashed #DFE7E1;
}
.zsdp ul li:last-child{
	border-bottom:0px;
}
.zsdp ul li dl dt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #A0AAA3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zsdp ul li dl dt div{
	display: flex;
	align-items: center;
	color: #35433A;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zsdp ul li dl dt div i{
	margin-left:0.69rem;
	padding: 0.25rem 0.5625rem;
	border-radius: 0.8125rem;
	background: #F8E4D0;
	color: #BD6B2D;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zsdp ul li dl dt div em{
	margin-left:0.69rem;
	padding: 0.25rem 0.5625rem;
	border-radius: 0.8125rem;
	background: #E1EEE5;
	color: #43835A;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zsdp ul li dl dd{
	margin-top:0.88rem;
	color: #626E67;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.show02{
	width:100%;
	float:left;
	margin-top:4.25rem;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show02-l{
	width:39%;
	padding: 3rem;
	background: linear-gradient(150deg, #0D6D4E 7.74%, #1A9669 92.26%);
	color: #D8EDE1;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.show02-l dl dt{
	color: #D2EBDC;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.16875rem;
}
.show02-l dl dd{
	margin-top:0.81rem;
	color: #FFF;
	font-size: 2.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 140% */
	margin-bottom:1.19rem;
}
.show02-l ul{
	margin-top:3.25rem;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	padding-top:0.69rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show02-l ul li{
	width:100%;
	display: flex;
	align-items: center;
	margin-top:0.81rem;
	color: #E0F0E6;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; /* 170% */
}
.show02-l ul li::before{
	content: "\2022";
	color:var(--efd-69-f, #EFD69F);
	margin-right:0.62rem;
	font-size:1.0rem;
}
.show02-r{
	width:61%;
	padding:2.5rem 3rem;
}
.show02-r h1{
	color: #0C684A;
	font-size: 1.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show02-r ul{
	margin-top:0.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show02-r ul li{
	width:48.5%;
	margin-top:1.25rem;
}
.show02-r ul li.w100{
	width:100%;
}
.show02-r ul li dl dt{
	color: #666;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show02-r ul li dl dd{
	margin-top:0.5rem;
}
.bk{
	width:100%;
	padding: 0.75rem 0.81rem;
	border: 1px solid #E4E2DC;
	background: #FCFCFB;
	color: #757575;
	font-family: zt3;
	font-size: 0.83331rem;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; /* 170.001% */
	outline:none;
}
.show02-r ul li .a01{
	display: flex;
	align-items: center;
}
.show02-r ul li .a01 img{
	height:2.75rem;
	width:auto;
	margin-right:0.62rem;
}
.show02-r ul li:last-child{
	margin-top:2.16rem;
}
.bk2{
	display: flex;
	width:15.25rem;
	text-align:center;
	height: 2.75rem;
	padding: 0.91rem 0rem;
	border-radius: 0.125rem;
	border: 1px solid var(--adc-2-b-3, #ADC2B3);
	color: var(---Gray-4, #BDBDBD);
	font-family: Arial;
	font-size: 0.83331rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}
.anniu{
	padding: 0.75rem 2.88rem;
	border-radius: 0.125rem;
	background: #13865F;
	border:0px;
	cursor:pointer;
	color: #FFF;
	text-align: center;
	font-family: Arial;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.gmlc{
	width:100%;
	float:left;
}
.gmlc ul{
	display: flex;
	flex-wrap: wrap;
}
.gmlc ul li{
	width:calc(14.3% - 0.63rem);
	margin-right:0.63rem;
	padding: 3.12rem 0.94rem 1.88rem 0.94rem;
	border: 1px solid #E3EBE5;
	background: #F7FAF7;
	margin-top:4.31rem;
	position:relative;
}
.gmlc ul li dl dt{
	color: #315443;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.gmlc ul li dl dd{
	margin-top:0.63rem;
	color: #718078;
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 180% */
}
.gmlc ul li:nth-child(7n){
	margin-right:0px;
}
.gmlc ul li .num{
	width: 3.88rem;
	height: 3.88rem;
	border-radius: 50%;
	border: 6px solid #FFF;
	background: #13865F;
	box-shadow: 0 0 0 0px #CFE1D5;
	position:absolute;
	left:calc(50% - 1.94rem);
	top:-1.94rem;
	z-index:2;
	display:flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.gmxz{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.gmxz ul{
	display: flex;
	flex-wrap: wrap;
}
.gmxz ul li{
	width:calc(33.6% - 0.88rem);
	margin-right:0.88rem;
	margin-top:0.88rem;
	padding: 1.56rem 1.375rem;
	border: 1px solid #E2E9E3;
	background: #FFF;
	color: #717E76;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 190%; /* 190% */
}
.gmxz ul li:nth-child(3n){
	margin-right:0px;
}
.gmxz ul li dl dt{
	color: #2F302D;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.gmxz ul li dl dd{
	margin-bottom:0.69rem;
	margin-top:0.69rem;
	color: #355642;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nymore{
	display:flex;
	justify-content: center;
	margin-top:1.38rem;
	width:100%;
	float:left;
}
.nymore a{
	padding:0.75rem 2.88rem;
	border-radius: 0.125rem;
	background: var(--009-c-66, #009C66);
	color: #FFF;
	text-align: center;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.nymore a:first-child{
	background: var(--c-79852, #C79852);
}
.mcys{
	width:100%;
	float:left;
	margin-top:2.25rem;
	border-radius: 0.3125rem;
	background: #FFF;
	box-shadow: 0 8px 30px 0 rgba(37, 70, 53, 0.09);
}
.mcys ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mcys ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #E1E8E3;
}
.mcys ul li .a01{
	width:15%;
	background: var(--c-79852, #C79852);
	text-align:center;
	color: var(---white, #FFF);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 175%; /* 175% */
	padding: 1.125rem 1.75rem;
}
.mcys ul li .a02{
	width:42.5%;
	padding: 1.125rem 1.75rem;
	color: #69766E;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 175%; /* 175% */
}
.mcys ul li .a03{
	width:42.5%;
	padding: 1.125rem 1.75rem;
	border-left: 3px solid #13865F;
	background: #EDF7F0;
	color: #3F6B55;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 175%; /* 175% */
	position:relative;
}
.mcys ul li:first-child .a02{
	color: #394A40;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	text-align:center;
}
.mcys ul li:first-child .a03{
	background: #13865F;
	color: #FFF;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	text-align:center;
}
.mcys ul li .a03 i{
	padding: 0.25rem 0.625rem;
	position:absolute;
	left:3px;
	top:0;
	z-index:1;
	background: #B8892F;
	color: #FFF;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 175%; /* 175% */
}
.yyky{
	width:100%;
	float:left;
	margin-top:1.38rem;
	border-left: 4px solid #B8892F;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #77827B;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 1.25rem 1.5625rem;
}
.yyky b{
	font-size: 0.9375rem;
	font-weight: 700;
}
.yyky a{
	padding: 0.75rem 1.4375rem;
	border-radius: 0.125rem;
	background: #13865F;
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.team{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.19rem;
}
.team01{
	width:23%;
	background: #FAFAFA;
}
.team01 .pic{
	overflow:hidden;
	position:relative;
}
.team01 .pic i{
	padding: 0.5rem 0.8125rem;
	position: absolute;
	right: 0rem;
	bottom: 0rem;
	z-index:1;
	background: #13865F;
	color: #FFF;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.team01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.team01:hover .pic img{
	transform: scale(1.01);
}
.team01 .tex{
	padding:1.25rem 1.19rem;
}
.team01 .tex dl dt{
	color: #3B5547;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.team01 .tex dl dd{
	margin-top:0.5rem;
	color: #7D8981;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 180% */
}
.yyzc{
	width:27%;
	border-top: 3px solid #B8892F;
	background: #FAFAFA;
	padding:2.34rem 1.69rem;
}
.yyzc h1{
	color: #B8892F;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.0625rem;
}
.yyzc h2{
	margin-top:0.78rem;
	color: #315443;
	font-size: 1.4375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 155%; /* 155% */
}
.yyzc ul{
	margin-top:1.14rem;
	border-top: 1px solid #E5EBE7;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yyzc ul li{
	width:100%;
	padding:0.69rem 1.12rem;
	border-bottom: 1px solid #E5EBE7;
	color: #6D7971;
	font-size: 0.75rem;
	font-style: normal;
	-weight: 400;
	line-height: normal;
}
.yyzc .more{
	margin-top:1.17rem;
	display:flex;
}
.yyzc .more a{
	width:100%;
	text-align:center;
	padding: 0.75rem 1.4375rem;
	border-radius: 0.125rem;
	background: #13865F;
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwlc{
	width:100%;
	float:left;
	margin-top:2.25rem;
	background: #FFF;
	box-shadow: 0 10px 28px 0 rgba(40, 55, 46, 0.08);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlc .pic{
	position:relative;
	overflow:hidden;
	width:36%;
}
.fwlc .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.fwlc .pic:hover img{
	transform: scale(1.01);
}
.fwlc .tex{
	width:64%;
	padding:1.25rem 2.12rem;
}
.fwlc .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlc .tex ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:1.31rem 0;
	border-bottom: 1px solid #E5E8E5;
}
.fwlc .tex ul li .a01{
	width:19.2%;
	color: #344E40;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.fwlc .tex ul li .a01 i{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 50%;
	background: #E3F1E7;
	margin-right:0.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #13865F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwlc .tex ul li .a02{
	width:78%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.fwlc .tex ul li .a02 a{
	padding: 0.44rem 0.625rem;
	background: #F4F7F5;
	margin-right:0.41rem;
	margin-top:0.41rem;
	color: #69766E;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwlc .tex .djzx{
	display:flex;
	margin-top:1.19rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #9A9F9B;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwlc .tex .djzx a{
	padding: 0.625rem 1.1875rem;
	border-radius: 0.125rem;
	background: #13865F;
	color: #FFF;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.kmys{
	width:100%;
	float:left;
}
.kmys ul{
	display: flex;
	flex-wrap: wrap;
}
.kmys ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	margin-top:2.38rem;
	border-radius: 0.3125rem;
	background: #F2F3F2;
	overflow:hidden;
}
.kmys ul li:nth-child(4n){
	margin-right:0px;
}
.kmys ul li .pic{
	position:relative;
	overflow:hidden;
}
.kmys ul li .pic i{
	width:100%;
	padding:0.94rem 0.625rem;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	background: rgba(39, 39, 35, 0.68);
	color: #FFF;
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.kmys ul li .pic img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.kmys ul li:hover .pic img{
	transform: scale(1.01);
}
.kmys ul li .tex{
	padding:1.06rem;
	color: #666F69;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 190%; /* 190% */
}
.ljcs{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
}
.ljcs dl dt{
	color: #4D5751;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ljcs dl dd{
	margin-top:0.56rem;
	color: #CF4438;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ljcs dl dd i{
	font-size: 2.5rem;
}
.tsfw02{
	width:100%;
	float:left;
}
.tsfw02 ul{
	display: flex;
	flex-wrap: wrap;
}
.tsfw02 ul li{
	width:calc(20.1% - 0.88rem);
	margin-right:0.88rem;
	margin-top:2.38rem;
	border: 1px solid #E1E9E3;
	background: #FFF;
	padding: 1.69rem 1.31rem 1.56rem 1.31rem;
	color: #718079;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 185%; /* 185% */
}
.tsfw02 ul li:nth-child(5n){
	margin-right:0px;
}
.tsfw02 ul li h1{
	color: #C7A256;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tsfw02 ul li .a01 dl dt{
	margin-top:1.12rem;
	color: #A7B2AB;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.075rem;
}
.tsfw02 ul li .a01 dl dd{
	margin-top:0.56rem;
	margin-bottom:0.69rem;
	color: #315442;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tsfw02 ul li .a02{
	margin-top:1.5rem;
	border-top: 1px solid #EDF1ED;
	padding-top:0.81rem;
}
.tsfw02 ul li .a02 dl dd{
	padding:0rem 0.81rem;
	margin-top:0.44rem;
	color: #839088;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 155%; /* 155% */
}
.fwap{
	width:100%;
	float:left;
	margin-top:4.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fwap-l{
	width:27%;
	color: #68766E;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.fwap-l dl dt{
	color: #3D5146;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 160% */
	letter-spacing: 0.1875rem;
}
.fwap-l dl dd{
	margin-bottom:0.75rem;
	color: var(--c-79852, #C79852);
	font-size: 2.0625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 142%; /* 142% */
}
.fwap-r{
	width:52%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwap-r dl dt{
	color: #B8892F;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwap-r dl dd{
	color: #3D5146;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 160% */
	margin-top:0.75rem;
}
.fwap-r .sx{
	margin-left:3.13rem;
	margin-right:1.06rem;
	width:1px;
	background-color:#C9DBCD;
}
.newcon{
	width:100%;
	float:left;
	margin-top:3.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:73%;
}
.newlist{
	width:100%;
	float:left;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	display: flex;
	border-right: 4px solid var(--Linear, #BD6F2D);
	background: var(---white, #FFF);
	padding: 1.56rem 1.62rem;
	margin-top:0.62rem;
	transition: all 0.6s;
}
.newlist ul li:first-child{
	margin-top:0px;
}
.newlist ul li .date{
	width:auto;
	border-right: 1px solid #E2DFD7;
	padding-right:1.12rem;
}
.newlist ul li .date dl dt{
	color: #B8892F;
	font-size: 2.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
}
.newlist ul li .date dl dd{
	margin-top:0.44rem;
	color: #AAA;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .pic{
	width:auto;
	max-width:23%;
	overflow:hidden;
	margin-left:1.44rem;
	margin-right:1.44rem;
}
.newlist ul li .pic img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.01);
}
.newlist ul li .tex{
	width:auto;
	color: var(--585858, #585858);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .tex dl dt{
	margin-top:0.53rem;
	color: #3D4943;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .tex dl dd{
	margin-top:0.5rem;
	color: #999;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 180% */
}
.newlist ul li .tex .more{
	margin-top:0.67rem;
	display:flex;
}
.newlist ul li .tex .more a{
	color: #13865F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li:hover{
	background: var(--Linear, linear-gradient(135deg, #BD6F2D 0%, #CF8B46 100%));
}
.newlist ul li:hover .date dl dt{
	color: var(---white, #FFF);
}
.newlist ul li:hover .date dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.newlist ul li:hover .tex{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.newlist ul li:hover .tex dl dt{
	color: var(---white, #FFF);
}
.newlist ul li:hover .tex dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.newlist ul li:hover .tex .more a{
	color: var(---white, #FFF);
}

.fy{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.88rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(--Stroke-light, #DEE2E6);
	background: var(--White, #FFF);
	border-radius: 0.25rem;
	overflow:hidden;
}
.fy ul li{
	
	width:auto;
	display: flex;
}
.fy ul li a{
	width: 2.375rem;
	height: 2.375rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--c-79852, #C79852);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
	border-right: 1px solid var(--Stroke-light, #DEE2E6);
}
.fy ul li a:hover{
	border: 1px solid var(--c-79852, #C79852);
	background: var(--c-79852, #C79852);
	color: #FFF;
}
.fy ul li:last-child a{
	border-right:0px;
}
.fy ul li:first-child a{
}

.newcon-r{
	width:24%;
}
.ywzx{
	width:100%;
	padding: 1.69rem 1.5rem;
	background: var(--Linear, linear-gradient(135deg, #BD6F2D 0%, #CF8B46 100%));
	color: var(---white, #FFF);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 180% */
}
.ywzx h1{
	color: #FFF;
	font-size: 0.83331rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.125rem;
}
.ywzx h2{
	margin-top:0.75rem;
	margin-bottom:0.81rem;
	color: #FFF;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ywzx dl dt{
	margin-top:1.25rem;
	color: #F3CF88;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ywzx dl dd{
	margin-top:1.0rem;
	display:flex;
}
.ywzx dl dd a{
	width:100%;
	padding: 0.75rem 1.4375rem;
	border-radius: 0.125rem;
	background: #FFF;
	color: var(--c-79852, #C79852);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
.hot{
	width:100%;
	float:left;
	margin-top:1.12rem;
	padding: 1.25rem;
	background: #FFF;
}
.hot h1{
	color: #2F302D;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0.5rem;
}
.hot dl dd{
	padding:0.81rem 0;
	border-bottom: 1px solid #EEE;
	color: #666;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 160% */
}
.hot dl dd a{
	color: #666;
}
.hot dl dd:last-child{
	border-bottom:0px;
}
.zxly{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.zxly dl dt{
	color: #2F302D;
	font-size: 1.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zxly dl dd{
	margin-top:0.44rem;
	color: #888;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zxly a{
	padding: 0.75rem 1.4375rem;
	border-radius: 0.125rem;
	background: #13865F;
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newshow{
	width:100%;
	float:left;
	padding: 2.625rem 3.25rem;
	background: #FFF;
}
.newtit{
	width:100%;
	float:left;
	color: #353834;
	text-align: center;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 145% */
	letter-spacing: 0.0625rem;
}
.newdate{
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #AAA;
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.0rem;
	padding-bottom:1.56rem;
	border-bottom: 1px solid #ECE9E2;
}
.newdate i{
	width:1px;
	height:1rem;
	background-color:#AAA;
	margin-left:0.64rem;
	margin-right:0.64rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.94rem;
	color: #666;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 215% */
}
.newtex h1{
	color: var(--585858, #585858);
	font-size: 1.375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 215%; /* 215% */
	border-left: 3px solid #B8892F;
	padding-left:0.81rem;
	margin-top:2.19rem;
	margin-bottom:0.94rem;
}
.newtex img{
	max-width:100%;
	height:auto; 
}
.newnext{
	width:100%;
	float:left;
	margin-top:2.19rem;
	border-top: 1px solid #ECE9E2;
	padding-top:0.75rem;
}
.newnext dl dd{
	margin-top:0.75rem;
	color: #777;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext dl dd a{
	color: #777;
}
.xgyd{
	width:100%;
	float:left;
	margin-top:1.88rem;
	padding-top:1.56rem;
	border-top: 1px solid #ECE9E2;
}
.xgyd h1{
	color: #2F302D;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xgyd ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.88rem;
}
.xgyd ul li{
	width:100%;
	padding:0.69rem 0;
	border-bottom: 1px dashed #E8E5DD;
	color: #666;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xgyd ul li a{
	color: #666;
}

.nyab{
	width:100%;
	float:left;
	margin-top:4.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyab .pic{
	width:48%;
	position:relative;
	overflow:hidden;
}
.nyab .pic img{
    width: 100%;
	height:auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nyab .pic:hover img{
	transform: scale(1.06);
}
.nyab .tex{
	width:48%;
	color: #777;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.nyab .tex .a01 dl dt{
	color: #B8892F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.nyab .tex .a01 dl dd{
	margin-top:0.75rem;
	color: #343733;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 145% */
	margin-bottom:1.0rem;
}
.nyab .tex ul{
	margin-top:1.75rem;
	border-top: 1px solid #E8E5DD;
	border-bottom: 1px solid #E8E5DD;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyab .tex ul li{
	width:33.33%;
	border-right: 1px solid #E8E5DD;
	padding:1.06rem 0;
	text-align: center;
}
.nyab .tex ul li dl dt{
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	background: var(--Linear, linear-gradient(135deg, #BD6F2D 0%, #CF8B46 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.nyab .tex ul li dl dd{
	margin-top:0.31rem;
	color: #999;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nyab .tex ul li:nth-child(3n){
	border-right:0px;
}
.abtit{
	width:100%;
	float:left;
	margin-top:9.12rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.abtit dl dt{
	color: #B8892F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.abtit dl dd{
	margin-top:0.69rem;
	color: #2F302D;
	font-size: 1.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.125rem;
}
.abtit div{
	color: #8B8E87;
	text-align: right;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 190%; /* 190% */
}
.wenh{
	width:100%;
	float:left;
	margin-top:2.38rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wenh-l{
	width:66%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #E7E4DC;
	background: #FFF;
}
.wenh-l .pic{
	width:50%;
	position:relative;
	overflow:hidden;
}
.wenh-l .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.wenh-l .pic:hover img{
	transform: scale(1.01);
}
.wenh-l .tex{
	width:50%;
	padding: 2.625rem;
	color: #7C817B;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.wenh-l .tex dl dt{
	color: #B8892F;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.125rem;
}
.wenh-l .tex dl dd{
	margin-top:0.81rem;
	margin-bottom:0.94rem;
	color: #264236;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 155%; /* 155% */
}
.wenh-r{
	width:32%;
}
.wenh-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.wenh-r ul li{
	width:100%;
	border: 1px solid #E7E4DC;
	background: #FFF;
	padding: 2.125rem;
	position:relative;
}
.wenh-r ul li .num{
	position: absolute;
	right: 1.4rem;
	top: 0.94rem;
	color: #D9E3DD;
	font-size: 2.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.wenh-r ul li dl dt{
	color: #264236;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 155%; /* 155% */
}
.wenh-r ul li dl dd{
	margin-top:0.94rem;
	color: #7C817B;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.wenh-r ul li .more{
	margin-top:1.31rem;
	display:flex;
}
.wenh-r ul li .more a{
	color: #13865F;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.wenh-r ul li:last-child{
	border: 1px solid #0C684A;
	background: #0C684A;
	margin-top:1.38rem;
}
.wenh-r ul li:last-child dl dt{
	color: #FFF;
}
.wenh-r ul li:last-child dl dd{
	color: #C7DCD2;
}
.wenh-r ul li:last-child .more a{
	color: #EFD398;
}
.wenh-r ul li:last-child .num{
	color: rgba(255, 255, 255, 0.14);
}
.abtd{
	width:100%;
	float:left;
	margin-top:2.38rem;
	border-top: 1px solid #E7E4DC;
	border-left: 1px solid #E7E4DC;
}
.abtd ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abtd ul li{
	width:25%;
	border-right: 1px solid #E7E4DC;
	border-bottom: 1px solid #E7E4DC;
	padding:2.12rem 1.625rem;
	position:relative;
}
.abtd ul li .pic{
	display: flex;
	justify-content: center;
}
.abtd ul li .pic img{
	max-height:4.0rem;
}
.abtd ul li dl dt{
	margin-top:1.25rem;
	color: #32483D;
	text-align: center;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abtd ul li dl dd{
	margin-top:0.69rem;
	color: #898D87;
	text-align: center;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 185%; /* 185% */
}
.abtd ul li .num{
	position: absolute;
	left: 1.125rem;
	top: 0.875rem;
	color: #C8C7BF;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abyz{
	width:100%;
	float:left;
}
.abyz ul{
	display: flex;
	flex-wrap: wrap;
}
.abyz ul li{
	width:calc(25.2% - 1.12rem);
	margin-right:1.12rem;
	margin-top:2.38rem;
	padding: 2.5rem 1.375rem;
	border: 1px solid #E6E4DD;
	background: #FFF;
}
.abyz ul li .num{
	display:flex;
}
.abyz ul li .num i{
	width: 2.625rem;
	height: 2.625rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: var(--Linear, linear-gradient(135deg, #BD6F2D 0%, #CF8B46 100%));
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abyz ul li dl dt{
	margin-top:1.31rem;
	background: var(--Linear, linear-gradient(135deg, #BD6F2D 0%, #CF8B46 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.abyz ul li dl dd{
	margin-top:0.62rem;
	color: #888;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 190%; /* 190% */
}
.abyz ul li:nth-child(4n){
	margin-right:0px;
}
.lyjg{
	width:100%;
	float:left;
	margin-top:5.12rem;
	display: flex;
	justify-content: center;
}
.lyjg .a01{
	width:73%;
	color: #747B75;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 215%; /* 215% */
}
.lyjg .a01 dl dt{
	color: #B8892F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.lyjg .a01 dl dd{
	margin-top:0.75rem;
	margin-bottom:1.19rem;
	color: #2D4137;
	font-size: 2.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.25rem;
}
.lyjg .a01 .sm{
	margin-top:1.69rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #AA8A45;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.lyjg .a01 .sm::before{
	margin-right:1.0rem;
	width: 4.5rem;
	height: 0.0625rem;
	background: #D8C18A;
	content:'';
	display:inline-block;
}
.lyjg .a01 .sm::after{
	margin-left:1.0rem;
	width: 4.5rem;
	height: 0.0625rem;
	background: #D8C18A;
	content:'';
	display:inline-block;
}
.sjlist{
	width:100%;
	float:left;
}
.sjlist ul{
	display: flex;
	flex-wrap: wrap;
}
.sjlist ul li{
	width:calc(25% - 1.25rem);
	margin-right:1.25rem;
	margin-top:2.38rem;
	border: 1px solid #E7E4DC;
	background: #FFF;
}
.sjlist ul li .pic{
	overflow:hidden;
	position:relative;
}
.sjlist ul li .pic img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.sjlist ul li:hover .pic img{
	transform: scale(1.06);
}
.sjlist ul li .tex{
	padding:1.56rem 1.44rem;
	color: #888E88;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 190%; /* 190% */
}
.sjlist ul li .tex dl dt{
	color: #B8892F;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.125rem;
}
.sjlist ul li .tex dl dd{
	margin-top:0.66rem;
	margin-bottom:0.75rem;
	color: #2E483B;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sjlist ul li:nth-child(4n){
	margin-right:0px;
}
.lyjg02{
	width:100%;
	float:left;
	margin-top:2.25rem;
}
.lx01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:5.0rem;
}
.lx01-l{
	width:51.2%;
}
.lx01-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l ul li{
	width:32%;
	background: #F5F5F1;
}
.lx01-l ul li .pic{
	overflow:hidden;
	position:relative;
}
.lx01-l ul li .pic img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.lx01-l ul li:hover .pic img{
	transform: scale(1.06);
}
.lx01-l ul li .tex{
	padding:1.41rem 1.22rem;
}
.lx01-l ul li .tex dl dt{
	color: #79827D;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-l ul li .tex dl dd{
	margin-top:0.69rem;
	color: #354B40;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
}
.lx01-l ul li .tex dl dd b{
	color: #B86B24;
	font-size: 1.3125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
}

.lx01-r{
	width:43.6%;
	color: #77837C;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.lx01-r dl dt{
	color: #E3BD68;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.lx01-r dl dd{
	margin-top:0.75rem;
	color: #315443;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0.88rem;
}
.lx01-r ul{
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #E5E8E5;
}
.lx01-r ul li{
	width:100%;
	padding:0.88rem 0;
	border-bottom: 1px solid #E5E8E5;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-r ul li .a01{
	width:24.5%;
	color: #3B5B4A;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-r ul li .a02{
	width:73.7%;
	color: #869088;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-r .ljzx{
	margin-top:1.62rem;
	display: flex;
	align-items: center;
	color: #13865F;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-r .ljzx a{
	padding: 0.75rem 1.4375rem;
	margin-right:1.12rem;
	border-radius: 0.125rem;
	background: #B8892F;
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02{
	width:100%;
	float:left;
	margin-top:5.0rem;
	border-radius: 1rem;
	background: #E7E7E0;
	position:relative;
	overflow:hidden;
}
.lx02 img{
	width:100%;
	height:auto;
	display:block;
}
.lx02::before{
	width:54%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: linear-gradient(90deg, #CA8F1D 0%, rgba(226, 168, 56, 0.88) 50%, rgba(184, 137, 47, 0.00) 100%);
	content:'';
	display:inline-block;
}
.lx02 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
}
.lx02 .tex .a01{
	width:26.8%;
	margin-left:2.62rem;
	color: var(---white, #FFF);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.lx02 .tex .a01 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.125rem;
}
.lx02 .tex .a01 dl dd{
	margin-bottom:0.84rem;
	margin-top:0.84rem;
	color: var(---white, #FFF);
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx02 .tex .a01 .more{
	display:flex;
	margin-top:2.28rem;
}
.lx02 .tex .a01 .more a{
	padding: 0.75rem 1.4375rem;
	border-radius: 0.125rem;
	background: #FFF;
	color: var(--c-79852, #C79852);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx03{
	width:100%;
	float:left;
	margin-top:0.74rem;
	color: #5F685F;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 180% */
}
.tanc{
	width:100%;
	height:100%;
	display:none;
	right:0px; 
	z-index:999;
	position: fixed;
	background: #FAFAFA;
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.tanc01 .txinfo{
	width:45%;
	position:absolute;
	left:27.5%;
	top:8.0rem;
	z-index:2;
	padding:2.44rem 2.69rem;
	border-top: 3px solid #13865F;
	background: #FFF;
	color: #999;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 180% */
}
.tanc01 .txinfo .a01 dl dt{
	color: #B8892F;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.15625rem;
}
.tanc01 .txinfo .a01 dl dd{
	margin-top:0.75rem;
	margin-bottom:0.56rem;
	color: var(--2-f-302-d, #2F302D);
	font-size: 1.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tanc01 .txinfo ul{
	margin-top:0.56rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tanc01 .txinfo ul li{
	width:48%;
	margin-top:1.25rem;
	color: #AAA;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; /* 170% */
}
.tanc01 .txinfo ul li dl dt{
	color: #5F6C64;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tanc01 .txinfo ul li dl dt i{
	color: #C15C34;
}
.tanc01 .txinfo ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.56rem;
}
.tanc01 .txinfo ul li dl dd div{
	height: 2.75rem;
	display:flex;
	align-items: center;
	border: 1px solid #E4E2DC;
	background: #FCFCFB;
}
.yybk{
	width:100%;
	border:0;
	outline:none;
	padding:0 0.87rem;
	color: #757575;
	font-family: zt3;
	font-size: 0.83331rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-color:transparent;
}
.tanc01 .txinfo ul li.w100{
	width:100%;
	display:flex;
	align-items: center;
}
.tanc01 .txinfo ul li.w100 img{
	height:2.75rem;
	width:auto;
	margin-right:0.62rem;
}


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



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

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



.mobzx{
	display:none;
}

.w48{
	width:48%;
}
.w32{
	width:32%;
}
.padb0{
	padding-bottom:0px;
}
.mart3{
	margin-top:3rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart8{
	margin-top:8.5rem;
}
.mart5{
	margin-top:5rem;
}
.mart4{
	margin-top:4.5rem;
}
.mart2{
	margin-top:2rem;
}
.mart1{
	margin-top:1rem;
}
.mart0{
	margin-top:0px;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}

.header2{ display:none;}

}


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




	
}

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






	
}

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

.container{
	width: auto;
	margin:auto;
	max-width:1200px;
	padding:0 8.33vw;
}
















	
}





@media (max-width:999px) {


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

.header2{
	display:block;
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color:var(--10, rgba(255, 255, 255, 1));
	/* 0.4背景模糊 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:4rem; 
	vertical-align:middle; 
	margin-left:0%;
}
.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; 
	right: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:#B8892F;
	color:#FFF;
	line-height:3.0rem;
}

.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	/* 0.4背景模糊 */
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 a{
	width:70%;
}
.subNav3 i{ 
	padding:0.5rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background:#B8892F; 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:1.0rem; 
	padding-bottom:0px;
}


.container{
	width: 100%;
	float:left;
	padding:0px 5.2vw;
}
.inwrap{
	width:100%;
	float:left;
	background: #FAFAFA;
	padding-bottom:4.0rem;
}
.tsfw{
	width:100%;
	float:left;
	margin-top:2.62rem;
}
.tsfw h1{
	color: #2F302D;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tsfw ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tsfw ul li{
	width:48%;
	margin-top:1.12rem;
	border-radius: 0.3125rem;
	background: var(--Linear, linear-gradient(135deg, #BD6F2D 0%, #CF8B46 100%));
	box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.08);
	
	display: flex;
	height: 5.5rem;
	padding: 0 1.125rem;
	justify-content: space-between;
	align-items: center;
	align-self: start;
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
	justify-self: stretch;
}
.tsfw ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tsfw ul li img{
	max-height:1.5rem;
}
.tsfw ul li dl dt{
	color: #FFF;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tsfw ul li dl dd{
	margin-top:0.37rem;
	color: #FFF;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tsfw ul li:nth-child(2n){
	background: var(--Linear, linear-gradient(135deg, #179465 0%, #38BD7F 100%));
}
.tsfw ul li:nth-child(4n){
	margin-right:0px;
}
.intit{
	width:100%;
	float:left;
	margin-top:3.5rem;
}
.intit dl dt{
	display:flex;
	justify-content: center;
	align-items: center;
	color: #2F302D;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.intit dl dt::before{
	width: 5rem;
	height: 0.0625rem;
	flex-shrink: 0;
	margin-right:1.56rem;
	background: #D4D0C8;
	content:'';
	display:inline-block;
}
.intit dl dt::after{
	width: 5rem;
	height: 0.0625rem;
	flex-shrink: 0;
	margin-left:1.56rem;
	background: #D4D0C8;
	content:'';
	display:inline-block;
}
.intit dl dd{
	margin-top:0.24rem;
	color: #AAA;
	text-align: center;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.mxxlm{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.mxxlm ul{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
}
.mxxlm ul li{
	width:auto;
	display:flex;
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.mxxlm ul li a{
	padding: 0.5625rem 1.75rem;
	background: #EEE;
	color: #666;
	text-align: center;
	font-family: Arial;
	font-size: 0.83331rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.mxxlm ul li a:hover{
	background: #B8892F;
	color: #FFF;
}
.mxxlm ul li a.cur{
	background: #B8892F;
	color: #FFF;
}
.inpro{
	width:100%;
	float:left;
	margin-top:1.13rem;
}
.inpro ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inpro ul li{
	width:48.5%;
	margin-top:0.75rem;
	border: 1px solid #EEE;
	background: #FFF;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li .pic{
	overflow:hidden;
}
.inpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li .tex{
	padding: 1.06rem 1.125rem 1.19rem 1.125rem;
}
.inpro ul li .tex dl dt{
	color: #2F302D;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li .tex dl dd{
	margin-top:0.5rem;
	color: #999;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li .tex .sm{
	margin-top:0.81rem;
	color: #777;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li .tex .sm i{
	color: #C15C34;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.inmore{
	display:flex;
}
.inmore a{
	position:relative;
	transition: all 0.6s;
	display: flex;
	width: auto;
	height: 2.375rem;
	padding:0 1.25rem;
	justify-content: center;
	align-items: center;
	gap: 0.625rem;
	border: 1px solid var(--c-79852, #C79852);
	z-index:3;
	overflow:hidden;
	
	color: var(--c-79852, #C79852);
	font-family:zt3;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	content:'';
	display:inline-block;
	left:0;
	top:0;
	z-index:-1;
	background: var(--c-79852, #C79852);
	transition: all 0.6s;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a.cur::before{
	width:100%;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a::after{
	content: "\2192";
}
.inab{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .pic{
	width:100%;
	position:relative;
}
.inab .pic img{
    width: 100%;
	height:auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inab .pic:hover img{
	transform: scale(1.01);
}
.inab .pic .subtex{
	width:9.4rem;
	position: absolute;
	right: -0.5rem;
	bottom: 1.4rem;
	z-index:3;
	padding: 1.38rem 1.5rem;
	background: #13865F;
}
.inab .pic .subtex dl dt{
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; /* 170% */
}
.inab .pic .subtex dl dd{
	color: #FFF;
	font-size: 1.25rem;
	font-style: normal;
	line-height: 150%;
	letter-spacing: 0.1875rem;
	font-family:zt2;
}
.inab .tex{
	width:100%;
	margin-top:2.0rem;
	color: #777;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.inab .tex .a01 dl dt{
	color: #B8892F;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
	letter-spacing: 0.1875rem;
}
.inab .tex .a01 dl dd{
	margin-top:1.0rem;
	color: #2F302D;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:0.75rem;
	position:relative;
	margin-bottom:1.5rem;
}
.inab .tex .a01 dl dd::before{
	width: 2.75rem;
	height: 0.1875rem;
	background: #B8892F;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.inab .tex ul{
	margin-top:1.38rem;
	border-top: 1px solid #E8E5DD;
	border-bottom: 1px solid #E8E5DD;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex ul li{
	width:33.33%;
	border-right: 1px solid #E8E5DD;
	padding:0.94rem 0;
	text-align: center;
}
.inab .tex ul li dl dt{
	color: #13865F;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab .tex ul li dl dd{
	margin-top:0.31rem;
	color: #999;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab .tex ul li:nth-child(3n){
	border-right:0px;
}
.inab .tex .more{
	margin-top:1.56rem;
	display:flex;
}
.inab .tex .more a{
	padding: 0.75rem 1.44rem;
	border-radius: 0.125rem;
	background: #13865F;
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lyhj{
	width:100%;
	float:left;
}
.lyhj ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lyhj ul li{
	width:48%;
	margin-top:1.88rem;
}
.lyhj ul li:nth-child(4n){
	margin-right:0px;
}
.lyhj ul li dl dt{
	overflow:hidden;
}
.lyhj ul li dl dt img{
    width: 100%;
	height:auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.lyhj ul li:hover dl dt img{
	transform: scale(1.05);
}
.lyhj ul li dl dd{
	margin-top:0.75rem;
	color: var(---666, #666);
	text-align: center;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inlc{
	width:100%;
	float:left;
}
.inlc ul{
	display: flex;
	flex-wrap: wrap;
}
.inlc ul li{
	width:calc(25% - 0.5rem);
	margin-right:0.5rem;
	padding: 3.125rem 0rem 1.875rem 0rem;
	border: 1px solid #E3EBE5;
	background: #F7FAF7;
	margin-top:4.0rem;
	color: #315443;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.inlc ul li:nth-child(4n){
	margin-right:0px;
}
.inlc ul li .num{
	width: 3.88rem;
	height: 3.88rem;
	border-radius: 50%;
	border: 6px solid #FFF;
	background: #13865F;
	box-shadow: 0 0 0 0px #CFE1D5;
	position:absolute;
	left:calc(50% - 1.94rem);
	top:-1.94rem;
	z-index:2;
	display:flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.5rem;
}
.innew-l{
	width:100%;
	background: #FFF;
}
.innew-l .pic{
	overflow:hidden;
	position:relative;
}
.innew-l .pic img{
    width: 100%;
	height:auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.innew-l .pic:hover img{
	transform: scale(1.05);
}
.innew-l .tex{
	padding:1.38rem;
	color: #888;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 180% */
}
.innew-l .tex dl dt{
	color: #B8892F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew-l .tex dl dd{
	margin-top:0.56rem;
	color: #2F302D;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0.81rem;
}
.innew-l .tex .more{
	margin-top:1.0rem;
	display:flex;
}
.innew-l .tex .more a{
	display:flex;
	align-items: center;
	color: #13865F;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.innew-r{
	width:100%;
	margin-top:2.0rem;
}
.innew-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew-r ul li{
	width:100%;
	margin-top:0.81rem;
	padding:1.19rem 0;
	display: flex;
	border-bottom: 1px solid #E5E5E5;
}
.innew-r ul li a{
	width:100%;
	display: flex;
}
.innew-r ul li .date{
	width:auto;
	min-width:3.0rem;
}
.innew-r ul li .date dl dt{
	color: #B8892F;
	font-family: zt3;
	font-size: 1.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew-r ul li .date dl dd{
	color: #AAA;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew-r ul li .sx{
	width:1px;
	background-color:#DDD;
	margin-left:1.25rem;
	margin-right:1.25rem;
}
.innew-r ul li .tex{
	width:auto;
}
.innew-r ul li .tex dl dt{
	color: #2F302D;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew-r ul li .tex dl dd{
	margin-top:0.5rem;
	color: #999;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; /* 170% */
}
.innew-r ul li:first-child{
	margin-top:0px;
}
.honr{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.honr ul li{
	width:10.3rem;
	float:left;
	margin-right:1.2rem;
}
.honr ul li dl dt{
	overflow:hidden;
}
.honr ul li dl dt img{
	width:100%;
	height: auto;
	display:block;
}
.honr ul li dl dd{
	margin-top:0.88rem;
	color: #AAA;
	text-align: center;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#demo{
	overflow:hidden;
	width: 100%; 
}
#indemo{
	float: left;
	width: 800%; 
} 
#demo1{
	float: left; 
} 
#demo2{
	float: left; 
} 

.foot{
	width:100%;
	float:left;
	background: #EEE;
	padding:2.91rem 0;
}
.foot01{
	width:100%;
	float:left;
	display:flex;
	justify-content: center;
	align-items: center;
}
.foot01 .dbtel{
	width:auto;
	display:flex;
	align-items: center;
}
.foot01 .dbtel::before{
	width: 2.625rem;
	height: 2.625rem;
	margin-right:1.17rem;
	background-image:url(../img/tel.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.foot01 .dbtel dl dt{
	color: #7C7B7B;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 186%; /* 185.714% */
}
.foot01 .dbtel dl dd{
	color: #AF8A33;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 110%; /* 108.333% */
}
.foot01 .ewm{
	width:auto;
	margin-left:2.94rem;
}
.foot01 .ewm img{
	max-width:6.7rem;
}
.foot02{
	width:100%;
	margin-top:0.83rem;
	float:left;
	color: #7C7B7B;
	text-align: center;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 186%; /* 185.714% */
}
.kjfw{
	width:5.75rem;
	position: fixed;
	right: 1.25rem;
	top: 7.71875rem;
	z-index:9;
	border-radius: 1rem;
	border: 1px solid #DFE3E0;
	background: #FFF;
	box-shadow: 0 10px 28px 0 rgba(23, 62, 54, 0.16);
	display:none;
}
.kjfw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kjfw ul li{
	width:100%;
	height:5.5rem;
	border-bottom: 1px solid #E3E5E2;
	display:flex;
	justify-content: center;
	align-items: center;
	position:relative;
}
.kjfw ul li .ewm{
	width:8.0rem;
	position:absolute;
	left:-8.0rem;
	top:0;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.kjfw ul li .ewm img{
	max-width:100%;
}
.kjfw ul li:hover .ewm{
	opacity:1;
	visibility:visible;
}
.kjfw ul li dl dt{
	display:flex;
	justify-content: center;
}
.kjfw ul li dl dt img{
	max-height:2.5rem;
}
.kjfw ul li dl dd{
	margin-top:0.5rem;
	color: #52605C;
	font-family:zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.kjfw ul li:last-child{
	border-radius: 0 0 0.9375rem 0.9375rem;
	background: var(--Linear, linear-gradient(135deg, #BD6F2D 0%, #CF8B46 100%));
}
.kjfw ul li:last-child dl dd{
	color: #FFF;
}
.kjfw ul li .dh{
	width:15.0rem;
	height:5.5rem;
	position:absolute;
	left:-15.0rem;
	top:0;
	z-index:1;
	opacity:0;
	visibility:hidden;
	display:flex;
	justify-content: center;
	align-items: center;
	color: #AF8A33;
	text-align: center;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	background-color:#FFF;
	border-radius: 1rem;
}
.kjfw ul li:hover .dh{
	opacity:1;
	visibility:visible;
}
.weizi{
	width:100%;
	float:left;
	margin-top:1.0rem;
	color: #8A9A94;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family:zt3;
}
.weizi a{
	color: #8A9A94;
}
.weizi i{
	margin-left:0.62rem;
	margin-right:0.62rem;
}
.nybanner{
	width:100%;
	float:left;
	margin-top:1.0rem;
	border-radius: 1rem;
	background-image:url(../img/nybanner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
	padding:3.5rem 2.0rem;
	color: #FFF;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner dl dt{
	color: var(--efd-69-f, #EFD69F);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.nybanner dl dd{
	margin-top:0.62rem;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.1875rem;
	margin-bottom:0.56rem;
	
	
	background: var(--Linear, linear-gradient(90deg, #F9F9F3 9.52%, #F8D59F 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sxtj{
	width:100%;
	float:left;
	margin-top:2.0rem;
	border-radius: 1rem;
	background: #FFF;
	padding: 1.0rem 1.5rem;
}
.sxtj dl{
	display:flex;
	align-items: center;
	margin-top:0.5rem;
	padding-bottom:0.5rem;
}
.sxtj dl dt{
	min-width:5rem;
	max-width:5rem;
	color: #343B37;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sxtj dl dd{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	width:calc(100% - 5rem);
}
.sxtj dl dd a{
	margin-right:0.31rem;
	padding: 0.34rem 0.8rem;
	border-radius: 0.25rem;
	overflow:hidden;
	color: #6C746F;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
	margin-top:0.5rem;
}
.sxtj dl dd a:hover{
	background: var(--009-c-66, #009C66);
	color: #FFF;
}
.sxtj dl dd a.cur{
	background: var(--009-c-66, #009C66);
	color: #FFF;
}
.telzx{
	width:100%;
	float:left;
	margin-top:3.0rem;
	margin-bottom:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.telzx dl dt{
	color: #2F302D;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.telzx dl dd{
	margin-top:0rem;
	color: #888;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.telzx a{
	margin-top:1.5rem;
	padding: 0.5rem 1.4375rem;
	border-radius: 0.125rem;
	background: var(--c-79852, #C79852);
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sxcon{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.sxcon dl dt{
	color: #2F302D;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sxcon dl dd{
	margin-top:1.63rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.sxcon dl dd a{
	padding: 0.75rem 1.44rem;
	border-radius: 0.125rem;
	background: var(--c-79852, #C79852);
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.sxcon dl dd a:hover{
	background: var(--009-c-66, #009C66);
}
.sxcon dl dd a.cur{
	background: var(--009-c-66, #009C66);
}
.nwz{
	width:100%;
	float:left;
	background: #FAFAFA;
	padding-bottom:1.0rem;
}
.show01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show01-l{
	width:100%;
	position:relative;
}

.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	width:100%;
	height: auto;
}
.swiper-slide .b01{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	overflow:hidden;
}
.swiper-slide-thumb-active .b01 dl dt{
	border: 1px solid #B8892F;
}
.swiper-slide-thumb-active .b01 dl dd{
	color: #0C684A;
}
.swiper-slide .b01 dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.swiper-slide .b01 dl dd{
	margin-top:0.69rem;
	color: #606B63;
	font-family: Arial;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.swiper-slide .a01{
	width:100%;
	position:relative;
}
.swiper-slide .a01 .tex2{
	position:absolute;
	padding: 0.4375rem 0.8125rem;
	left: 1.1875rem;
	top: 1.1875rem;
	z-index:2;
	background: #13865F;
	color: #FFF;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.swiper-slide .a01 .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:2.0rem;
	z-index:2;
	padding:0 1.87rem;
}
.swiper-slide .a01 .tex h1{
	color: #E4C681;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.swiper-slide .a01 .tex dl dt{
	color: #FFF;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.125rem;
}
.swiper-slide .a01 .tex dl dd{
	margin-top:0.44rem;
	color: #E4EEE9;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 180% */
}
.swiper-slide .a01 .pic{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	overflow:hidden;
	position:relative;
}
.swiper-slide .a01 .pic.ny::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: linear-gradient(180deg, rgba(7, 38, 25, 0.04) 35%, rgba(7, 38, 25, 0.78) 100%);
	content:'';
	display:inline-block;
}
.swiper-slide .a01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.swiper.aa01{
	margin-top:1.25rem;
	width:100%;
	float:left;
}
.swiper-button-prev:after{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-button-next:after{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.show01-r{
	width:100%;
	margin-top:2.0rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}
.show01-r01{
	width:100%;
}
.show01-r01 .a01 dl dt{
	color: var(--2-f-302-d, #2F302D);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show01-r01 .a01 dl dd{
	margin-top:0.44rem;
	padding-bottom:1.0rem;
	color: #888;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom: 1px solid #E9E6DF;
}
.show01-r01 .a02{
	margin-top:1.25rem;
	border-bottom: 1px solid #E9E6DF;
	padding-bottom:1.19rem;
	color: #777;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show01-r01 .a02 dl dt{
	color: #BD632F;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show01-r01 .a02 dl dt i{
	font-size: 2.0rem;
}
.show01-r01 .a02 dl dd{
	color: #AAA;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show01-r01 .a03{
	margin-top:1.37rem;
}
.show01-r01 .a03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show01-r01 .a03 ul li{
	width:47.7%;
	padding:0.69rem 0;
	border-bottom: 1px solid #F0EEE9;
	color: #4D5A53;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
}
.show01-r01 .a03 ul li i{
	width:5.2rem;
	color: #999;
}
.show01-r01 .a04{
	margin-top:2.0rem;
	display: flex;
	align-items: center;
}
.show01-r01 .a04 a{
	padding: 0.75rem 2.88rem;
	border-radius: 0.125rem;
	border: 1px solid var(--c-79852, #C79852);
	background: #FFF;
	color: var(--c-79852, #C79852);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:0.75rem;
}
.show01-r01 .a04 a:hover{
	background: var(--009-c-66, #009C66);
	color: var(---white, #FFF);
	border: 1px solid var(--009-c-66, #009C66);
}
.show01-r01 .a04 a.cur{
	background: var(--009-c-66, #009C66);
	color: var(---white, #FFF);
	border: 1px solid var(--009-c-66, #009C66);
}
.show01-r02{
	width:100%;
	padding: 0.875rem 1rem;
	background: #F6F1E7;
	color: var(--Linear, #827A68);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top:2.6rem;
}
.show01-r02 b{
	background: var(--Linear, linear-gradient(135deg, #BD6F2D 0%, #CF8B46 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cptit{
	width:100%;
	float:left;
	color: #999;
	text-align: center;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:4.25rem;
}
.cptit dl dt{
	color: #B8892F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.cptit dl dd{
	margin-top:0.63rem;
	margin-bottom:0.56rem;
	color: #2F302D;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.15rem;
}
.zsdp{
	width:100%;
	float:left;
	margin-top:2.38rem;
	border: 1px solid #E4EAE5;
	background: #FFF;
}
.zsdp ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zsdp ul li{
	width:100%;
	padding:1.69rem 2.0rem;
	border-bottom: 1px dashed #DFE7E1;
}
.zsdp ul li:last-child{
	border-bottom:0px;
}
.zsdp ul li dl dt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #A0AAA3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zsdp ul li dl dt div{
	display: flex;
	align-items: center;
	color: #35433A;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.zsdp ul li dl dt div i{
	margin-left:0.69rem;
	padding: 0.25rem 0.5625rem;
	border-radius: 0.8125rem;
	background: #F8E4D0;
	color: #BD6B2D;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zsdp ul li dl dt div em{
	margin-left:0.69rem;
	padding: 0.25rem 0.5625rem;
	border-radius: 0.8125rem;
	background: #E1EEE5;
	color: #43835A;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zsdp ul li dl dd{
	margin-top:0.88rem;
	color: #626E67;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.show02{
	width:100%;
	float:left;
	margin-top:2.25rem;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show02-l{
	width:100%;
	padding: 3rem;
	background: linear-gradient(150deg, #0D6D4E 7.74%, #1A9669 92.26%);
	color: #D8EDE1;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.show02-l dl dt{
	color: #D2EBDC;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.16875rem;
}
.show02-l dl dd{
	margin-top:0.81rem;
	color: #FFF;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 140% */
	margin-bottom:1.19rem;
}
.show02-l ul{
	margin-top:2.0rem;
	border-top: 1px solid rgba(255, 255, 255, 0.22);
	padding-top:0.69rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show02-l ul li{
	width:100%;
	display: flex;
	align-items: center;
	margin-top:0.81rem;
	color: #E0F0E6;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; /* 170% */
}
.show02-l ul li::before{
	content: "\2022";
	color:var(--efd-69-f, #EFD69F);
	margin-right:0.62rem;
	font-size:1.0rem;
}
.show02-r{
	width:100%;
	padding:2.5rem 3rem;
}
.show02-r h1{
	color: #0C684A;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show02-r ul{
	margin-top:0.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show02-r ul li{
	width:48.5%;
	margin-top:1.25rem;
}
.show02-r ul li.w100{
	width:100%;
}
.show02-r ul li dl dt{
	color: #666;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show02-r ul li dl dd{
	margin-top:0.5rem;
}
.bk{
	width:100%;
	padding: 0.75rem 0.81rem;
	border: 1px solid #E4E2DC;
	background: #FCFCFB;
	color: #757575;
	font-family: zt3;
	font-size: 0.83331rem;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; /* 170.001% */
	outline:none;
}
.show02-r ul li .a01{
	display: flex;
	align-items: center;
}
.show02-r ul li .a01 img{
	height:2.75rem;
	width:auto;
	margin-right:0.62rem;
}
.show02-r ul li:last-child{
	margin-top:2.16rem;
}
.bk2{
	display: flex;
	width:15.25rem;
	text-align:center;
	height: 2.75rem;
	padding: 0.91rem 0rem;
	border-radius: 0.125rem;
	border: 1px solid var(--adc-2-b-3, #ADC2B3);
	color: var(---Gray-4, #BDBDBD);
	font-family: Arial;
	font-size: 0.83331rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}
.anniu{
	padding: 0.75rem 2.88rem;
	border-radius: 0.125rem;
	background: #13865F;
	border:0px;
	cursor:pointer;
	color: #FFF;
	text-align: center;
	font-family: Arial;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.gmlc{
	width:100%;
	float:left;
}
.gmlc ul{
	display: flex;
	flex-wrap: wrap;
}
.gmlc ul li{
	width:calc(34% - 0.63rem);
	margin-right:0.63rem;
	padding: 3.12rem 0.94rem 1.88rem 0.94rem;
	border: 1px solid #E3EBE5;
	background: #F7FAF7;
	margin-top:3.31rem;
	position:relative;
}
.gmlc ul li dl dt{
	color: #315443;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.gmlc ul li dl dd{
	margin-top:0.63rem;
	color: #718078;
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 180% */
}
.gmlc ul li:nth-child(3n){
	margin-right:0px;
}
.gmlc ul li .num{
	width: 3.88rem;
	height: 3.88rem;
	border-radius: 50%;
	border: 3px solid #FFF;
	background: #13865F;
	box-shadow: 0 0 0 0px #CFE1D5;
	position:absolute;
	left:calc(50% - 1.94rem);
	top:-1.94rem;
	z-index:2;
	display:flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.gmlc ul li:last-child{
	width:100%;
}
.gmxz{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.gmxz ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gmxz ul li{
	width:48.5%;
	margin-top:0.88rem;
	padding: 1.56rem 1.375rem;
	border: 1px solid #E2E9E3;
	background: #FFF;
	color: #717E76;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 190%; /* 190% */
}
.gmxz ul li:last-child{
	width:100%;
}
.gmxz ul li dl dt{
	color: #2F302D;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.gmxz ul li dl dd{
	margin-bottom:0.69rem;
	margin-top:0.69rem;
	color: #355642;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nymore{
	display:flex;
	justify-content: center;
	margin-top:1.38rem;
	width:100%;
	float:left;
}
.nymore a{
	padding:0.75rem 2.88rem;
	border-radius: 0.125rem;
	background: var(--009-c-66, #009C66);
	color: #FFF;
	text-align: center;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.nymore a:first-child{
	background: var(--c-79852, #C79852);
}
.mcys{
	width:100%;
	float:left;
	margin-top:2.25rem;
	border-radius: 0.3125rem;
	background: #FFF;
	box-shadow: 0 8px 30px 0 rgba(37, 70, 53, 0.09);
}
.mcys ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mcys ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid #E1E8E3;
}
.mcys ul li .a01{
	width:25%;
	background: var(--c-79852, #C79852);
	text-align:center;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 175%; /* 175% */
	padding: 1.125rem;
}
.mcys ul li .a02{
	width:37.5%;
	padding: 1.125rem 1.75rem;
	color: #69766E;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 175%; /* 175% */
}
.mcys ul li .a03{
	width:37.5%;
	padding: 1.125rem 1.75rem;
	border-left: 3px solid #13865F;
	background: #EDF7F0;
	color: #3F6B55;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 175%; /* 175% */
	position:relative;
}
.mcys ul li:first-child .a02{
	color: #394A40;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	text-align:center;
}
.mcys ul li:first-child .a03{
	background: #13865F;
	color: #FFF;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	text-align:center;
}
.mcys ul li .a03 i{
	padding: 0.25rem 0.625rem;
	position:absolute;
	left:3px;
	top:0;
	z-index:1;
	background: #B8892F;
	color: #FFF;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 175%; /* 175% */
}
.yyky{
	width:100%;
	float:left;
	margin-top:1.38rem;
	border-left: 2px solid #B8892F;
	background: #FFF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #77827B;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 1.25rem 1.5625rem;
}
.yyky b{
	font-size: 0.9375rem;
	font-weight: 700;
}
.yyky a{
	padding: 0.5rem 1.4375rem;
	border-radius: 0.125rem;
	background: #13865F;
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.0rem;
}
.team{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.team01{
	width:48%;
	background: #FAFAFA;
	margin-top:1.5rem;
}
.team01 .pic{
	overflow:hidden;
	position:relative;
}
.team01 .pic i{
	padding: 0.5rem 0.8125rem;
	position: absolute;
	right: 0rem;
	bottom: 0rem;
	z-index:1;
	background: #13865F;
	color: #FFF;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.team01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.team01:hover .pic img{
	transform: scale(1.01);
}
.team01 .tex{
	padding:1.25rem 1.19rem;
}
.team01 .tex dl dt{
	color: #3B5547;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.team01 .tex dl dd{
	margin-top:0.5rem;
	color: #7D8981;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 180% */
}
.yyzc{
	width:48%;
	border-top: 3px solid #B8892F;
	background: #FAFAFA;
	padding:2.0rem 1.5rem;
	margin-top:1.5rem;
}
.yyzc h1{
	color: #B8892F;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.0625rem;
}
.yyzc h2{
	margin-top:0.78rem;
	color: #315443;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: 155%; /* 155% */
}
.yyzc ul{
	margin-top:1.14rem;
	border-top: 1px solid #E5EBE7;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yyzc ul li{
	width:100%;
	padding:0.69rem 1.12rem;
	border-bottom: 1px solid #E5EBE7;
	color: #6D7971;
	font-size: 0.75rem;
	font-style: normal;
	-weight: 400;
	line-height: normal;
}
.yyzc .more{
	margin-top:1.17rem;
	display:flex;
}
.yyzc .more a{
	width:100%;
	text-align:center;
	padding: 0.75rem 1.4375rem;
	border-radius: 0.125rem;
	background: #13865F;
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwlc{
	width:100%;
	float:left;
	margin-top:2.0rem;
	background: #FFF;
	box-shadow: 0 10px 28px 0 rgba(40, 55, 46, 0.08);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlc .pic{
	position:relative;
	overflow:hidden;
	width:100%;
}
.fwlc .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.fwlc .pic:hover img{
	transform: scale(1.01);
}
.fwlc .tex{
	width:100%;
	padding:1.25rem 2.12rem;
}
.fwlc .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlc .tex ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:1.31rem 0;
	border-bottom: 1px solid #E5E8E5;
}
.fwlc .tex ul li .a01{
	width:29.2%;
	color: #344E40;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.fwlc .tex ul li .a01 i{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 50%;
	background: #E3F1E7;
	margin-right:0.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #13865F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwlc .tex ul li .a02{
	width:68%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.fwlc .tex ul li .a02 a{
	padding: 0.44rem 0.625rem;
	background: #F4F7F5;
	margin-right:0.41rem;
	margin-top:0.41rem;
	color: #69766E;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwlc .tex .djzx{
	display:flex;
	margin-top:1.19rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #9A9F9B;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwlc .tex .djzx a{
	margin-top:1.0rem;
	padding: 0.5rem 1.1875rem;
	border-radius: 0.125rem;
	background: #13865F;
	color: #FFF;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.kmys{
	width:100%;
	float:left;
}
.kmys ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kmys ul li{
	width:48%;
	margin-top:1.38rem;
	border-radius: 0.3125rem;
	background: #F2F3F2;
	overflow:hidden;
}
.kmys ul li:nth-child(4n){
	margin-right:0px;
}
.kmys ul li .pic{
	position:relative;
	overflow:hidden;
}
.kmys ul li .pic i{
	width:100%;
	padding:0.64rem 0.625rem;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	background: rgba(39, 39, 35, 0.68);
	color: #FFF;
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.kmys ul li .pic img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.kmys ul li:hover .pic img{
	transform: scale(1.01);
}
.kmys ul li .tex{
	padding:1.06rem;
	color: #666F69;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 190% */
}
.ljcs{
	width:100%;
	float:left;
	margin-top:2.0rem;
	text-align:center;
}
.ljcs dl dt{
	color: #4D5751;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ljcs dl dd{
	margin-top:0.56rem;
	color: #CF4438;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ljcs dl dd i{
	font-size: 2.0rem;
}
.tsfw02{
	width:100%;
	float:left;
}
.tsfw02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tsfw02 ul li{
	width:48%;
	margin-top:1.38rem;
	border: 1px solid #E1E9E3;
	background: #FFF;
	padding: 1.69rem 1.31rem 1.56rem 1.31rem;
	color: #718079;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 185%; /* 185% */
}
.tsfw02 ul li:last-child{
	width:100%;
}
.tsfw02 ul li h1{
	color: #C7A256;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tsfw02 ul li .a01 dl dt{
	margin-top:1.0rem;
	color: #A7B2AB;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.075rem;
}
.tsfw02 ul li .a01 dl dd{
	margin-top:0.56rem;
	margin-bottom:0.69rem;
	color: #315442;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tsfw02 ul li .a02{
	margin-top:1.5rem;
	border-top: 1px solid #EDF1ED;
	padding-top:0.81rem;
}
.tsfw02 ul li .a02 dl dd{
	padding:0rem 0.81rem;
	margin-top:0.44rem;
	color: #839088;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 155%; /* 155% */
}
.fwap{
	width:100%;
	float:left;
	margin-top:4.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fwap-l{
	width:100%;
	color: #68766E;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.fwap-l dl dt{
	color: #3D5146;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 160% */
	letter-spacing: 0.1875rem;
}
.fwap-l dl dd{
	margin-bottom:0.75rem;
	color: var(--c-79852, #C79852);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 142%; /* 142% */
}
.fwap-r{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwap-r dl{
	width:48%;
	margin-top:2.0rem;
	border-right:1px solid #C9DBCD;
}
.fwap-r dl:nth-child(3){
	border-right:0px;
}
.fwap-r dl:last-child{
	border-right:0px;
}
.fwap-r dl dt{
	color: #B8892F;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwap-r dl dd{
	color: #3D5146;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 160% */
	margin-top:0.75rem;
}
.fwap-r .sx{
	margin-left:3.13rem;
	margin-right:1.06rem;
	width:1px;
	background-color:#C9DBCD;
	display:none;
}
.newcon{
	width:100%;
	float:left;
	margin-top:1.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
}
.newlist{
	width:100%;
	float:left;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	display: flex;
	border-right: 2px solid var(--Linear, #BD6F2D);
	background: var(---white, #FFF);
	padding: 1.56rem 1.62rem;
	margin-top:0.62rem;
	transition: all 0.6s;
}
.newlist ul li:first-child{
	margin-top:0px;
}
.newlist ul li .date{
	width:auto;
	border-right: 1px solid #E2DFD7;
	padding-right:1.12rem;
	display:none;
}
.newlist ul li .date dl dt{
	color: #B8892F;
	font-size: 2.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
}
.newlist ul li .date dl dd{
	margin-top:0.44rem;
	color: #AAA;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .pic{
	width:auto;
	max-width:35%;
	overflow:hidden;
	margin-right:1.0rem;
}
.newlist ul li .pic img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.01);
}
.newlist ul li .tex{
	width:auto;
	color: var(--585858, #585858);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .tex dl dt{
	margin-top:0.53rem;
	color: #3D4943;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .tex dl dd{
	margin-top:0.5rem;
	color: #999;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 180% */
	display:none;
}
.newlist ul li .tex .more{
	margin-top:0.37rem;
	display:flex;
}
.newlist ul li .tex .more a{
	color: #13865F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li:hover{
	background: var(--Linear, linear-gradient(135deg, #BD6F2D 0%, #CF8B46 100%));
}
.newlist ul li:hover .date dl dt{
	color: var(---white, #FFF);
}
.newlist ul li:hover .date dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.newlist ul li:hover .tex{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.newlist ul li:hover .tex dl dt{
	color: var(---white, #FFF);
}
.newlist ul li:hover .tex dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.newlist ul li:hover .tex .more a{
	color: var(---white, #FFF);
}

.fy{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.88rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(--Stroke-light, #DEE2E6);
	background: var(--White, #FFF);
	border-radius: 0.25rem;
	overflow:hidden;
}
.fy ul li{
	width:auto;
	display: flex;
}
.fy ul li a{
	width: 2.375rem;
	height: 2.375rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--c-79852, #C79852);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 100% */
	border-right: 1px solid var(--Stroke-light, #DEE2E6);
}
.fy ul li a:hover{
	border: 1px solid var(--c-79852, #C79852);
	background: var(--c-79852, #C79852);
	color: #FFF;
}
.fy ul li:last-child a{
	border-right:0px;
}
.fy ul li:first-child a{
}

.newcon-r{
	width:100%;
	margin-top:2.0rem;
}
.ywzx{
	width:100%;
	padding: 1.69rem 1.5rem;
	background: var(--Linear, linear-gradient(135deg, #BD6F2D 0%, #CF8B46 100%));
	color: var(---white, #FFF);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 180% */
}
.ywzx h1{
	color: #FFF;
	font-size: 0.83331rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.125rem;
}
.ywzx h2{
	margin-top:0.75rem;
	margin-bottom:0.81rem;
	color: #FFF;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ywzx dl dt{
	margin-top:1.25rem;
	color: #F3CF88;
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ywzx dl dd{
	margin-top:1.0rem;
	display:flex;
}
.ywzx dl dd a{
	width:100%;
	padding: 0.75rem 1.4375rem;
	border-radius: 0.125rem;
	background: #FFF;
	color: var(--c-79852, #C79852);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
.hot{
	width:100%;
	float:left;
	margin-top:1.12rem;
	padding: 1.25rem;
	background: #FFF;
}
.hot h1{
	color: #2F302D;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0.5rem;
}
.hot dl dd{
	padding:0.81rem 0;
	border-bottom: 1px solid #EEE;
	color: #666;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 160% */
}
.hot dl dd a{
	color: #666;
}
.hot dl dd:last-child{
	border-bottom:0px;
}
.zxly{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.zxly dl dt{
	color: #2F302D;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zxly dl dd{
	margin-top:0.44rem;
	color: #888;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zxly a{
	padding: 0.5rem 1.25rem;
	border-radius: 0.125rem;
	background: #13865F;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newshow{
	width:100%;
	float:left;
	padding: 1.625rem 2.25rem;
	background: #FFF;
}
.newtit{
	width:100%;
	float:left;
	color: #353834;
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 145% */
	letter-spacing: 0.0625rem;
}
.newdate{
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #AAA;
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.0rem;
	padding-bottom:1.56rem;
	border-bottom: 1px solid #ECE9E2;
}
.newdate i{
	width:1px;
	height:1rem;
	background-color:#AAA;
	margin-left:0.64rem;
	margin-right:0.64rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:1.94rem;
	color: #666;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 215% */
}
.newtex h1{
	color: var(--585858, #585858);
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: 215%; /* 215% */
	border-left: 2px solid #B8892F;
	padding-left:0.81rem;
	margin-top:2.19rem;
	margin-bottom:0.94rem;
}
.newtex img{
	max-width:100%;
	height:auto; 
}
.newnext{
	width:100%;
	float:left;
	margin-top:2.19rem;
	border-top: 1px solid #ECE9E2;
	padding-top:0.75rem;
}
.newnext dl dd{
	margin-top:0.75rem;
	color: #777;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext dl dd a{
	color: #777;
}
.xgyd{
	width:100%;
	float:left;
	margin-top:1.88rem;
	padding-top:1.56rem;
	border-top: 1px solid #ECE9E2;
}
.xgyd h1{
	color: #2F302D;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xgyd ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.88rem;
}
.xgyd ul li{
	width:100%;
	padding:0.69rem 0;
	border-bottom: 1px dashed #E8E5DD;
	color: #666;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.xgyd ul li a{
	color: #666;
}

.nyab{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyab .pic{
	width:100%;
	position:relative;
	overflow:hidden;
}
.nyab .pic img{
    width: 100%;
	height:auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nyab .pic:hover img{
	transform: scale(1.06);
}
.nyab .tex{
	width:100%;
	color: #777;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
	margin-top:2.0rem;
}
.nyab .tex .a01 dl dt{
	color: #B8892F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.nyab .tex .a01 dl dd{
	margin-top:0.75rem;
	color: #343733;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 145%; /* 145% */
	margin-bottom:1.0rem;
}
.nyab .tex ul{
	margin-top:1.75rem;
	border-top: 1px solid #E8E5DD;
	border-bottom: 1px solid #E8E5DD;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nyab .tex ul li{
	width:33.33%;
	border-right: 1px solid #E8E5DD;
	padding:1.06rem 0;
	text-align: center;
}
.nyab .tex ul li dl dt{
	font-size: 1.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	background: var(--Linear, linear-gradient(135deg, #BD6F2D 0%, #CF8B46 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.nyab .tex ul li dl dd{
	margin-top:0.31rem;
	color: #999;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nyab .tex ul li:nth-child(3n){
	border-right:0px;
}
.abtit{
	width:100%;
	float:left;
	margin-top:4.12rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.abtit dl dt{
	color: #B8892F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.abtit dl dd{
	margin-top:0.39rem;
	color: #2F302D;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.125rem;
}
.abtit div{
	color: #8B8E87;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 190%; /* 190% */
}
.wenh{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wenh-l{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #E7E4DC;
	background: #FFF;
}
.wenh-l .pic{
	width:100%;
	position:relative;
	overflow:hidden;
}
.wenh-l .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.wenh-l .pic:hover img{
	transform: scale(1.01);
}
.wenh-l .tex{
	width:100%;
	padding: 2.625rem;
	color: #7C817B;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.wenh-l .tex dl dt{
	color: #B8892F;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.125rem;
}
.wenh-l .tex dl dd{
	margin-top:0.81rem;
	margin-bottom:0.94rem;
	color: #264236;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 155%; /* 155% */
}
.wenh-r{
	width:100%;
	margin-top:1.5rem;
}
.wenh-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.wenh-r ul li{
	width:48%;
	border: 1px solid #E7E4DC;
	background: #FFF;
	padding: 2.125rem;
	position:relative;
}
.wenh-r ul li .num{
	position: absolute;
	right: 1.0rem;
	top: 0.54rem;
	color: #D9E3DD;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.wenh-r ul li dl dt{
	color: #264236;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 155%; /* 155% */
}
.wenh-r ul li dl dd{
	margin-top:0.94rem;
	color: #7C817B;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.wenh-r ul li .more{
	margin-top:1.31rem;
	display:flex;
}
.wenh-r ul li .more a{
	color: #13865F;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.wenh-r ul li:last-child{
	border: 1px solid #0C684A;
	background: #0C684A;
}
.wenh-r ul li:last-child dl dt{
	color: #FFF;
}
.wenh-r ul li:last-child dl dd{
	color: #C7DCD2;
}
.wenh-r ul li:last-child .more a{
	color: #EFD398;
}
.wenh-r ul li:last-child .num{
	color: rgba(255, 255, 255, 0.14);
}
.abtd{
	width:100%;
	float:left;
	margin-top:2.38rem;
	border-top: 1px solid #E7E4DC;
	border-left: 1px solid #E7E4DC;
}
.abtd ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abtd ul li{
	width:50%;
	border-right: 1px solid #E7E4DC;
	border-bottom: 1px solid #E7E4DC;
	padding:2.12rem 1.625rem;
	position:relative;
}
.abtd ul li .pic{
	display: flex;
	justify-content: center;
}
.abtd ul li .pic img{
	max-height:3.0rem;
}
.abtd ul li dl dt{
	margin-top:1.25rem;
	color: #32483D;
	text-align: center;
	font-size: 1.1875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abtd ul li dl dd{
	margin-top:0.69rem;
	color: #898D87;
	text-align: center;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 185%; /* 185% */
}
.abtd ul li .num{
	position: absolute;
	left: 1.125rem;
	top: 0.875rem;
	color: #C8C7BF;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abyz{
	width:100%;
	float:left;
}
.abyz ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.abyz ul li{
	width:48%;
	margin-top:1.38rem;
	padding: 2.5rem 1.375rem;
	border: 1px solid #E6E4DD;
	background: #FFF;
}
.abyz ul li .num{
	display:flex;
}
.abyz ul li .num i{
	width: 2.625rem;
	height: 2.625rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: var(--Linear, linear-gradient(135deg, #BD6F2D 0%, #CF8B46 100%));
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abyz ul li dl dt{
	margin-top:1.31rem;
	background: var(--Linear, linear-gradient(135deg, #BD6F2D 0%, #CF8B46 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.abyz ul li dl dd{
	margin-top:0.62rem;
	color: #888;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 190%; /* 190% */
}
.abyz ul li:nth-child(4n){
	margin-right:0px;
}
.lyjg{
	width:100%;
	float:left;
	margin-top:2.12rem;
	display: flex;
	justify-content: center;
}
.lyjg .a01{
	width:73%;
	color: #747B75;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 215%; /* 215% */
}
.lyjg .a01 dl dt{
	color: #B8892F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.lyjg .a01 dl dd{
	margin-top:0.75rem;
	margin-bottom:1.19rem;
	color: #2D4137;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.25rem;
}
.lyjg .a01 .sm{
	margin-top:1.69rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #AA8A45;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.lyjg .a01 .sm::before{
	margin-right:1.0rem;
	width: 4.5rem;
	height: 0.0625rem;
	background: #D8C18A;
	content:'';
	display:inline-block;
}
.lyjg .a01 .sm::after{
	margin-left:1.0rem;
	width: 4.5rem;
	height: 0.0625rem;
	background: #D8C18A;
	content:'';
	display:inline-block;
}
.sjlist{
	width:100%;
	float:left;
}
.sjlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sjlist ul li{
	width:48%;
	margin-top:1.38rem;
	border: 1px solid #E7E4DC;
	background: #FFF;
}
.sjlist ul li .pic{
	overflow:hidden;
	position:relative;
}
.sjlist ul li .pic img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.sjlist ul li:hover .pic img{
	transform: scale(1.06);
}
.sjlist ul li .tex{
	padding:1.56rem 1.44rem;
	color: #888E88;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 190%; /* 190% */
}
.sjlist ul li .tex dl dt{
	color: #B8892F;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.125rem;
}
.sjlist ul li .tex dl dd{
	margin-top:0.66rem;
	margin-bottom:0.75rem;
	color: #2E483B;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sjlist ul li:nth-child(4n){
	margin-right:0px;
}
.lyjg02{
	width:100%;
	float:left;
	margin-top:2.25rem;
}
.lx01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.lx01-l{
	width:100%;
}
.lx01-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l ul li{
	width:32%;
	background: #F5F5F1;
}
.lx01-l ul li .pic{
	overflow:hidden;
	position:relative;
}
.lx01-l ul li .pic img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.lx01-l ul li:hover .pic img{
	transform: scale(1.06);
}
.lx01-l ul li .tex{
	padding:1.0rem;
}
.lx01-l ul li .tex dl dt{
	color: #79827D;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-l ul li .tex dl dd{
	margin-top:0.69rem;
	color: #354B40;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
}
.lx01-l ul li .tex dl dd b{
	color: #B86B24;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
}

.lx01-r{
	width:100%;
	margin-top:2.0rem;
	color: #77837C;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 200% */
}
.lx01-r dl dt{
	color: #E3BD68;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.1875rem;
}
.lx01-r dl dd{
	margin-top:0.75rem;
	color: #315443;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0.88rem;
}
.lx01-r ul{
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1px solid #E5E8E5;
}
.lx01-r ul li{
	width:100%;
	padding:0.88rem 0;
	border-bottom: 1px solid #E5E8E5;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-r ul li .a01{
	width:24.5%;
	color: #3B5B4A;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-r ul li .a02{
	width:73.7%;
	color: #869088;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-r .ljzx{
	margin-top:1.62rem;
	display: flex;
	align-items: center;
	color: #13865F;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-r .ljzx a{
	padding: 0.75rem 1.4375rem;
	margin-right:1.12rem;
	border-radius: 0.125rem;
	background: #B8892F;
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	border-radius: 1rem;
	background: #E7E7E0;
	position:relative;
	overflow:hidden;
}
.lx02 img{
	width:100%;
	height:auto;
	display:block;
}
.lx02::before{
	width:54%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: linear-gradient(90deg, #CA8F1D 0%, rgba(226, 168, 56, 0.88) 50%, rgba(184, 137, 47, 0.00) 100%);
	content:'';
	display:inline-block;
}
.lx02 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
}
.lx02 .tex .a01{
	width:76.8%;
	margin-left:1.62rem;
	color: var(---white, #FFF);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 200% */
}
.lx02 .tex .a01 p{
	display: none;
}
.lx02 .tex .a01 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.125rem;
}
.lx02 .tex .a01 dl dd{
	margin-bottom:0.24rem;
	margin-top:0.24rem;
	color: var(---white, #FFF);
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx02 .tex .a01 .more{
	display:flex;
	margin-top:1.28rem;
}
.lx02 .tex .a01 .more a{
	padding: 0.5rem 1.4375rem;
	border-radius: 0.125rem;
	background: #FFF;
	color: var(--c-79852, #C79852);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx03{
	width:100%;
	float:left;
	margin-top:0.74rem;
	color: #5F685F;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 180% */
}
.tanc{
	width:100%;
	height:100%;
	display:none;
	right:0px; 
	z-index:999;
	position: fixed;
	background: #FAFAFA;
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.tanc01 .txinfo{
	width:80%;
	position:absolute;
	left:10%;
	top:3.0rem;
	z-index:2;
	padding:1.44rem 1.69rem;
	border-top: 2px solid #13865F;
	background: #FFF;
	color: #999;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 180% */
}
.tanc01 .txinfo .a01 dl dt{
	color: #B8892F;
	font-size: 0.6875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.15625rem;
}
.tanc01 .txinfo .a01 dl dd{
	margin-top:0.75rem;
	margin-bottom:0.56rem;
	color: var(--2-f-302-d, #2F302D);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tanc01 .txinfo ul{
	margin-top:0.56rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tanc01 .txinfo ul li{
	width:100%;
	margin-top:1.0rem;
	color: #AAA;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; /* 170% */
}
.tanc01 .txinfo ul li dl dt{
	color: #5F6C64;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.tanc01 .txinfo ul li dl dt i{
	color: #C15C34;
}
.tanc01 .txinfo ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.56rem;
}
.tanc01 .txinfo ul li dl dd div{
	height: 2.75rem;
	display:flex;
	align-items: center;
	border: 1px solid #E4E2DC;
	background: #FCFCFB;
}
.yybk{
	width:100%;
	border:0;
	outline:none;
	padding:0 0.87rem;
	color: #757575;
	font-family: zt3;
	font-size: 0.83331rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-color:transparent;
}
.tanc01 .txinfo ul li.w100{
	width:100%;
	display:flex;
	align-items: center;
}
.tanc01 .txinfo ul li.w100 img{
	height:2.75rem;
	width:auto;
	margin-right:0.62rem;
}


.link{
	width:100%;
	float:left;
	margin-bottom:2.0rem;
	margin-top:2.0rem;
	display:flex;
	align-items: center;
}
.link .a01{
	width:7.0rem;
	display:flex;
	align-items: center;
	font-size:1.0rem;
	font-weight:bold;
	color:#13865F;
	margin-top:0.5rem;
}
.link .a01 img{
	max-height:1.0rem;
	margin-right:0.5rem;
}
.link .a02{
	width:calc(100% - 7.0rem);
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}
.link .a02 a{
	margin-right:0.5rem;
	margin-top:0.5rem;
}


.mobzx{
	width:100%;
	position:fixed;
	left:0;
	bottom:0rem;
	z-index:9;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#FFF;
	padding:1.0rem 0;
}
.mobzx dl{
	background-image:url(../img/ren.png);
	background-position:center left;
	background-repeat:no-repeat;
	background-size:2.25rem auto;
	padding-left:2.5rem;
}
.mobzx dl dt{
	font-size:0.875rem;
	font-family:zt2;
}
.mobzx dl dd{
	font-size:0.75rem;
}
.mobzx a{
	padding:0.55rem 1.0rem;
	border-radius:6.25rem;
	background-color:#C00005;
	display: flex;
	align-items: center;
	font-size:1.0rem;
	color:#FFF;
	margin-left:0.25rem;
	margin-right:0.25rem;
	position:relative;
}
.mobzx a i{
	padding:0.25rem 0.55rem;
	background-color:#ED6043;
	color:#FFF;
	font-size:0.6rem;
	position:absolute;
	right:-0.5rem;
	top:-0.6rem;
	z-index:2;
	border-radius:50%;
}
.mobzx a img{
	max-height:1.5rem;
	margin-right:0.62rem;
}
.mobzx a.cur{
	background-color:#13865F;
}


.w48{
	width:48%;
}
.w32{
	width:32%;
}
.padb0{
	padding-bottom:0px;
}
.mart3{
	margin-top:3rem;
}
.mart6{
	margin-top:3.25rem;
}
.mart8{
	margin-top:4.5rem;
}
.mart5{
	margin-top:5rem;
}
.mart4{
	margin-top:4.5rem;
}
.mart2{
	margin-top:2rem;
}
.mart1{
	margin-top:1rem;
}
.mart0{
	margin-top:0px;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}



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



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

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







}












































