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

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

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

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

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:var(--09275-a, #1B3B32);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}

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

@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
	top:0;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background: rgba(0,0,0,0);
	width:100%;
	border-bottom: 0px solid rgba(255,255,255,0.1);
}
.header.yanse.yanse01 .intop{
	padding:0 8.33vw;
}
.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}
.header.yanse .intop{
	padding:0 8.33vw;
}
.header.yanse.yanse01 .innav ul li a{
	color:#fff;
}
.main{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	position:relative;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:9.25rem;
	display: flex;
	align-items: center;
	height:5.0rem;
	min-width:9.25rem;
	transition: all 0.6s;
	position:relative;
	margin-right:3.0rem;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	margin-left:1.3vw;
	margin-right:1.3vw;
	font-size: var(--font-size-sm, 1rem);
	font-style: normal;
	font-weight: 800;
	line-height: var(--font-size-sm, 1rem); /* 100% */
	letter-spacing: 0.01rem;
	height:5.0rem;
}
.innav ul li a{
	position:relative;
	width:auto;
	height:5.0rem;
	display:flex;
	align-items: center;
}
.innav ul li a i{
	width:0px;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.innav ul li a:hover i{
	width:100%;
}
.innav ul li.cur i{
	opacity:1;
	width:100%;
}
.innav ul li a:hover{
	color: var(--Color-2, #219E45);
}
.header.yanse .innav ul li.cur a{
	color: var(--Color-2, #219E45);
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#fff;
}
.header.yanse .innav ul li i{
	background-color:var(--Color-2, #219E45);
}
.header.yanse.yanse01 .innav ul li i{
	background-color:#fff;
}
.innav ul li:hover i{
	width:100%;
}

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

.search{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:40px;
	cursor:pointer;
}
.search img{
	max-width:100%;
	height:auto;
}
.chax{
	right:7.8vw; 
	top:80px;
	position: absolute;
	width:300px; 
	z-index:99999;
	display: none;
}
.chax.marg{
	top:80px;
}
.chax　div{
	display: flex;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 220px;
	height: 48px;
	line-height: 48px;
	border: 0px;
	background-color: #f5f5f5;
	outline: none;
	padding-left: 10px;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
}
.chaxanniu{
	width: 80px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background-color: #39b24a;
	color: #FFFFFF;
	border: 0px;
	outline:none;
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.banner .anniu .prev:hover{
	background: var(--Color-2, #219E45);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--Color-2, #219E45);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}

.inabout{
	width:100%;
	float:left;
	margin-top:8.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inabout .tex{
	width:50%;
	padding-left:8.33vw;
	padding-right:5.6vw;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}
.inabout .tex dl dt{
	color: var(---999, #999);
	font-family: DIN;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.inabout .tex dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:3.75rem;
}

.inabout .pic{
	width:50%;
	overflow:hidden;
}
.inabout .pic img{
	width:100%;
	height:auto;
	display:block;
}

.inmore{
	display:flex;
	position:relative;
	z-index:3;
}
.inmore a{
	display: inline-flex;
	height: 3.75rem;
	padding: 0.4375rem 0.875rem 0.4375rem 4rem;
	justify-content:center;
	align-items: center;
	border: 1px solid var(---999, #999);
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.inmore a::after{
	width: 2.8125rem;
	height: 2.875rem;
	content:'';
	display: inline-block;
	background-image:url(../img/caret_right2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:2.25rem;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--Color-2, #219E45);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a:hover::after{
	background-image:url(../img/caret_right.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
}

.inmore a.cur::before{
	width:100%;
}
.inmore a.cur::after{
	background-image:url(../img/caret_right.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}

.innum{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:auto;
	display:flex;
}
.innum ul li .pic{
	overflow:hidden;
}
.innum ul li .pic img{
	max-width:100%;
}
.innum ul li dl dt{
	align-items: flex-end;
	display: flex;
	color: var(---333, #333);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 250%;
	margin-top:0.62rem;
}
.innum ul li dl dt i{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 4.375rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}
.innum ul li dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innum ul li .sx{
	width:1px;
	background: rgba(0, 0, 0, 0.10);
}

.index01{
	width:100%;
	float:left;
	margin-top:8.75rem;
	position:relative;
}
.index01 .pic{
	width:100%;
	height:auto;
}
.index01 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.index01 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.index01 .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.index01 .tex ul li{
	width:16.6666%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	height:100%;
	padding:0 2.24rem;
	padding-top:7.5rem;
	transition: all 0.6s;
}
.index01 .tex ul li:hover{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.index01 .tex ul li .xpic{
	overflow:hidden;
	display:flex;
	justify-content:center;
}
.index01 .tex ul li .xpic img{
	max-width:80%;
}
.index01 .tex ul li .tit{
	margin-top:3.13rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
}
.index01 .tex ul li .subtex{
	margin-top:1.88rem;
	opacity:0;
	transition: all 0.6s;
}
.index01 .tex ul li:hover .subtex{
	opacity:1;
}
.index01 .tex ul li .subtex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}
.index01 .tex ul li .subtex dl dd{
	margin-top:1.88rem;
	display:flex;
	justify-content:center;
	align-items: center;
}
.index01 .tex ul li .subtex dl dd a{
	display:flex;
	align-items: center;
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index01 .tex ul li .subtex dl dd a::after{
	margin-left:1.25rem;
	width: 1.5rem;
	height: 1.5rem;
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.inwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:6.25rem 8.3vw;
}
.intit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.intit .a01{
	width:auto;
	display: flex;
	align-items: flex-end;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
}
.intit .a01 i{
	color: var(---999, #999);
	font-family: Roboto;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
	margin-left:0.5rem;
}
.inpro{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
}
.inpro ul li{
	width:calc(25.1% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	border: 3px solid var(---Gray-6, #F2F2F2);
	padding:3.75rem 0;
	transition: all 0.6s;
	position:relative;
}
.inpro ul li:nth-child(4n){
	margin-right:0px;
}
.inpro ul li::before{
	width: 2.25rem;
	height: 2.25rem;
	position:absolute;
	right:2.5rem;
	top:2.5rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/fdj.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	opacity:0;
}
.inpro ul li:hover::before{
	opacity:1;
}
.inpro ul li:hover{
	border: 3px solid var(--Color-2, #219E45);
	/* 扩展投影 */
	box-shadow: 0px 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.inpro ul li .pic{
	overflow:hidden;
}
.inpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inpro ul li dl dt{
	margin-top:2.27rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inpro ul li dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.inwrap2{
	width:100%;
	float:left;
	margin-top:8.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding:8.75rem 8.33vw;
}
.innew{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew01{
	width:29.1%;
	background: #FFF;
}
.innew01 .pic{
	overflow:hidden;
}
.innew01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew01 .pic:hover img{
	transform: scale(1.05);
}
.innew01 .tex{
	padding:3.12rem 2.5rem;
}
.innew01 .tex dl dt{
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.025rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.innew01 .tex dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---666, #666);
	text-align: justify;
	text-overflow: ellipsis;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	margin-bottom:2.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.innew01 .tex p{
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew02{
	width:39.3%;
	background: #FFF;
}
.innew02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew02 ul li{
	width:100%;
	padding:0rem 2.5rem;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	transition: all 0.6s;
}
.innew02 ul li a{
	width:100%;
	padding:2.0rem 0;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.innew02 ul li:last-child a{
	border-bottom:0px;
}
.innew02 ul li:hover{
	background: var(--Color-2, #219E45);
}
.innew02 ul li .num{
	display: inline-flex;
	padding: 0.5625rem 0.9375rem 0.75rem 0.9375rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.25rem;
	background: var(---Gray-6, #F2F2F2);
	margin-right:1.88rem;
}
.innew02 ul li .num dl dt{
	color: var(---333, #333);
	text-align: center;
	font-family: Roboto;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew02 ul li .num dl dd{
	color: var(---333, #333);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space:nowrap;
}
.innew02 ul li .tex{
	width:auto;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 1.8rem */
}
.innew02 ul li a::after{
	min-width:2.8125rem;
	width: 2.8125rem;
	height: 2.875rem;
	content:'';
	display:inline-block;
	background-image:url(../img/caret_right2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:2.44rem;
}
.innew02 ul li:hover .tex{
	color:#FFF;
}
.innew02 ul li:hover a::after{
	background-image:url(../img/caret_right.svg);
}
.innew02 ul li:hover .num{
	background: var(---white, #FFF);
}
.innew02 ul li:hover .num dl dt{
	color: var(--Color-2, #219E45);
}
.innew02 ul li:hover .num dl dd{
	color: var(--Color-2, #219E45);
}

.foot{
	width:100%;
	float:left;
	background: #FAFAFA;
	padding:6.25rem 8.33vw;
	padding-bottom:0;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .dblx{
	width:40%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .dblx .a01{
	width:100%;
	display: flex;
}
.foot01 .dblx .a01 .ewm{
	width:8.0rem;
	min-width:8.0rem;
	margin-right:4.18rem;
}
.foot01 .dblx .a01 .ewm dl dt{
	overflow:hidden;
}
.foot01 .dblx .a01 .ewm dl dt img{
	max-width:100%;
}
.foot01 .dblx .a01 .ewm dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot01 .dblx .a01 .lx{
	width:auto;
}
.foot01 .dblx .a01 .lx dl dt{
	display:flex;
	align-items: center;
	color: var(--Color, #22B14C);
	font-family: DIN;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
	padding-bottom:0.62rem;
}
.foot01 .dblx .a01 .lx dl dt img{
	margin-right:0.8rem;
	margin-top:0.4rem;
}
.foot01 .dblx .a01 .lx dl dd{
	margin-top:1.25rem;
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .dblx .a01 .lx dl dd img{
	margin-right:0.62rem;
}
.foot01 .dblx .a02{
	width:100%;
	margin-top:5.75rem;
	display:flex;
	align-items: center;
}
.foot01 .dblx .a02 a{
	margin-right:1.25rem;
}
.foot01 .dbdh{
	width:56.3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .dbdh dl dt{
	padding-bottom:0.82rem;
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .dbdh dl dd{
	margin-top:1.06rem;
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .dbdh dl dd a{
	color: var(---666, #666);
}
.foot01 .dbdh dl dd a:hover{
	color:var(--Color-2, #219E45);
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.56rem;
	border-top: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	padding:2.5rem 0;
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	padding:0 8.33vw;
	display: flex;
	align-items: center;
}
.nybanner .tex dl{
	position:relative;
}
.nybanner .tex dl::before{
	position:absolute;
	left:0;
	top:0;
	width: 0.375rem;
	height: 100%;
	content:'';
	display:inline-block;
	background: var(---white, #FFF);
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	padding-left:2.54rem;
}
.nybanner .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	padding-left:2.54rem;
}
.weiz{
	width:100%;
	float:left;
	padding:0.78rem 8.33vw;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	align-items: center;
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.weiz::before{
	width: 1.4375rem;
	height: 1.4375rem;
	content:'';
	display:inline-block;
	background-image:url(../img/home.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.62rem;
}
.weiz a{
	color: var(---999, #999);
}

.nab{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-l{
	width:52.3%;
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.nab-l dl dt{
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab-l dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:4.69rem;
}
.nab-l dl dd i{
	color: var(--Color-2, #219E45);
}
.nab-r{
	width:26.9%;
}
.nab-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-r ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:1.56rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:2.5rem;
}
.nab-r ul li:first-child{
	margin-top:0px;
}
.nab-r ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	line-height: 100%;
	display: flex;
	align-items: flex-end;
}
.nab-r ul li dl dt i{
	color: var(---333, #333);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
}
.nab-r ul li dl dd{
	color: var(---666, #666);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab-r ul li img{
	max-width:4.25rem;
}
.abpic{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.abpic img{
	width:100%;
	height:auto;
	display:block;
}
.wenh{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.wenh ul{
	display: flex;
	flex-wrap: wrap;
}
.wenh ul li{
	width:calc(25.1% - 1.25rem);
	margin-right:1.25rem;
	background: var(--f-1-f-1-f-1, #F1F1F1);
	padding: 6.1875rem 1.8125rem 5.875rem 1.875rem;
	position:relative;
}
.wenh ul li::after{
	width:0;
	height:6px;
	background-color:var(--Color-2, #219E45);
	content:'';
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
}
.wenh ul li:hover::after{
	width:100%;
}
.wenh ul li:nth-child(4n){
	margin-right:0px;
}
.wenh ul li .pic{
	overflow:hidden;
	text-align:center;
}
.wenh ul li .pic img{
	max-width:100%;
	    width: 4rem;
}
.wenh ul li dl dt{
	margin-top:5.44rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.wenh ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.gcal{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.gcal ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gcal ul li{
	width:49%;
	height:27.2rem;
	background: var(---white, #FFF);
	padding:5.0rem 3.75rem;
	position:relative;
	transition: all 0.6s;
}
.gcal ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.gcal ul li dl dd{
	margin-top:3.23rem;
	color: var(---666, #666);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.gcal ul li .sz{
	width:auto;
	position:absolute;
	right:3.75rem;
	bottom:0;
	z-index:1;
	color: var(--10, rgba(0, 0, 0, 0.10));
	font-family: zt2;
	font-size: 8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 67%;
	text-transform: uppercase;
}
.gcal ul li:hover{
	background: var(--Color-2, #219E45);
}
.gcal ul li:hover dl dt{
	color: var(---white, #FFF);
}
.gcal ul li:hover dl dd{
	color: var(---white, #FFF);
}
.gcal ul li:hover .sz{
	color: var(--30, rgba(255, 255, 255, 0.30));
}

.honr{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.honr-l{
	width:49.1%;
}
.honr-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.honr-l ul li{
	width:100%;
	padding: 2.96rem 2.5rem;
	background: var(---Gray-6, #F2F2F2);
	position:relative;
	margin-top:0.75rem;
}
.honr-l ul li:first-child{
	margin-top:0px;
}
.honr-l ul li::after{
	width:0;
	height:4px;
	background-color:var(--Color-2, #219E45);
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.honr-l ul li:hover::after{
	width:100%;
}
.honr-l ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.honr-l ul li dl dd{
	margin-top:0.69rem;
	overflow: hidden;
	color: var(---666, #666);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.honr-r{
	width:49.1%;
	overflow:hidden;
}
.honr-r img{
	width:100%;
	height:auto;
	display:block;
}

.fwlist{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.fwlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlist ul li{
	width:100%;
	margin-top:1.25rem;
	background: var(--f-1-f-1-f-1, #F1F1F1);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.fwlist ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlist ul li::after{
	width:0px;
	height:4px;
	background-color:var(--Color-2, #219E45);
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.fwlist ul li:hover::after{
	width:100%;
}
.fwlist ul li .tex{
	width:50%;
	padding:3.5rem 5.0rem 3.5rem 3.94rem;
}
.fwlist ul li .tex h1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fwlist ul li .tex h1 img{
	max-width:4.25rem;
}
.fwlist ul li .tex h1::after{
	width: 3rem;
	height: 3rem;
	border-radius: 1.5rem;
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.fwlist ul li:hover .tex h1::after{
	background-image:url(../img/hov2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
}
.fwlist ul li .tex dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 2.28725rem */
}
.fwlist ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.fwlist ul li .pic{
	width:50%;
	overflow:hidden;
}
.fwlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.fwlist ul li:hover .pic img{
	transform: scale(1.05);
}
.smtex{
	width:100%;
	float:left;
	margin-top:1.25rem;
	display:flex;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.smtex div{
	width:100%;
}
.smtex img{
	width:100%;
}
.cpzs{
	width:100%;
	float:left;
}
.cpzs ul{
	display: flex;
	flex-wrap: wrap;
}
.cpzs ul li{
	width:calc(25.1% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
}
.cpzs ul li:nth-child(4n){
	margin-right:0px;
}
.cpzs ul li dl dt{
	overflow:hidden;
	position:relative;
}
.cpzs ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cpzs ul li:hover dl dt img{
	transform: scale(1.05);
}
.cpzs ul li dl dt .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	opacity:0;
	transition: all 0.6s;
}
.cpzs ul li dl dt .mask::before{
	width: 2.25rem;
	height: 2.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fdj.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cpzs ul li:hover dl dt .mask{
	opacity:1;
}
.cpzs ul li dl dd{
	margin-top:1.94rem;
	color: var(---333, #333);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 1rem;
}
.allm{
	width:100%;
	float:left;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	border-left: 1px solid var(---Gray-5, #E0E0E0);
}
.allm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allm.w20 ul li{
	width:20%;
}
.allm ul li{
	width:25%;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	height:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allm ul li a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(---333, #333);
	text-align: center;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.allm ul li a:hover{
	background: var(--Color-2, #219E45);
	color:#FFF;
}
.allm ul li a.cur{
	background: var(--Color-2, #219E45);
	color:#FFF;
}
.caselist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.caselist ul{
	display: flex;
	flex-wrap: wrap;
}
.caselist ul li{
	width:calc(33.4% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
	padding-bottom:2.5rem;
	position:relative;
}
.caselist ul li:nth-child(3n){
	margin-right:0px;
}
.caselist ul li::after{
	width:0;
	height:4px;
	background-color:var(--Color-2, #219E45);
	content:'';
	display:inline-block;
	transition: all 0.6s;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.caselist ul li:hover::after{
	width:100%;
}
.caselist ul li:nth-child(3n){
	margin-right:0px;
}
.caselist ul li .pic{
	overflow:hidden;
	position:relative;
}
.caselist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.caselist ul li:hover .pic img{
	transform: scale(1.05);
}
.caselist ul li .pic .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	transition: all 0.6s;
	opacity:0;
}
.caselist ul li:hover .pic .mask{
	opacity:1;
}
.caselist ul li .pic .mask dl dt{
	display: flex;
	justify-content: center;
}
.caselist ul li .pic .mask dl dt i{
	width: 3.25rem;
	height: 3.25rem;
	background-image:url(../img/link.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.caselist ul li .pic .mask dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.caselist ul li .tex{
	width:100%;
}
.caselist ul li .tex dl dt{
	margin-top:2.56rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.caselist ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 3.125rem;
	height: 3.125rem;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:3.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);

}
.fy ul li a:hover{
	background: var(--Color-2, #219E45);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border: 1px solid var(--Color-2, #219E45);
}
.fy ul li .cur{
	background: var(--Color-2, #219E45);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border: 1px solid var(--Color-2, #219E45);
}

.alshow{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.alshow .tex{
	width:50%;
	padding:3.75rem;
	padding-right:5.7rem;
}
.alshow .tex h1{
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	padding-bottom:2.81rem;
	line-height: normal;
}
.alshow .tex dl{
	display: flex;
	margin-top:0.94rem;
}
.alshow .tex dl dt{
	min-width:4.4rem;
	width:4.4rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
}
.alshow .tex dl dd{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}
.alshow .pic{
	width:50%;
	overflow:hidden;
}
.alshow .pic img{
	min-width:100%;
	min-height:100%;
	display:block;
}

.newlist{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:1.25rem;
	background: #F1F1F1;
	padding:2.13rem 2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.newlist ul li .date{
	width:8.375rem;
	min-width:8.375rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background: var(---white, #FFF);
	text-align:center;
	transition: all 0.6s;
}
.newlist ul li .date dl dt{
	color: var(---Gray-4, #BDBDBD);
	text-align: center;
	font-family: zt2;
	font-size: 3.8125rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newlist ul li .date dl dd{
	color: var(---Gray-4, #BDBDBD);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .tex{
	width:calc(100% - 10.875rem);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newlist ul li .tex a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
}
.newlist ul li .tex .pic{
	width:25%;
	overflow:hidden;
}
.newlist ul li .tex .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .tex .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex .subtex{
	width:calc(75% - 2.5rem);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newlist ul li .tex .subtex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
	overflow: hidden;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex .subtex dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---666, #666);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newlist ul li .tex .subtex::after{
	margin-left:8.1rem;
	width: 3rem;
	height: 3rem;
	min-width:3rem;
	min-height:3rem;
	content:'';
	display:inline-block;
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.newlist ul li:hover{
	background: var(--Color-2, #219E45);
}
.newlist ul li:hover .tex .subtex dl dt{
	color:#fff;
}
.newlist ul li:hover .tex .subtex dl dd{
	color:#fff;
}

.nywrap{
	width:100%;
	float:left;
	background: #F1F1F1;
	padding:3.75rem 8.33vw;
	padding-bottom:6.25rem;
}
.nycon{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nycon-l{
	width:65.6%;
	background-color:#FFF;
	padding:4.5rem 5.0rem;
}
.newtit{
	width:100%;
	float:left;
	color: var(--Gray1, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:2.75rem;
	color: var(--Gray-3, #828282);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.newdate div{
	display:flex;
}
.newdate a{
	margin-left:1.5rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.12rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newtex img{
	max-width:100%;
	height:auto;
}
.nycon-r{
	width:29.1875%;
}
.tjnew{
	width:100%;
	float:left;
}
.tjnew ul{
	display:flex;
	flex-wrap: wrap;
}
.tjnew ul li{
	width:100%;
	background-color:#FFF;
	padding:2.25rem 2.47rem;
	transition: all 0.6s;
	margin-top:1.88rem;
}
.tjnew ul li:first-child{
	margin-top:0px;
}
.tjnew ul li:hover{
	background: var(--Color-2, #219E45);
}
.tjnew ul li:hover dl dt{
	color:#fff;
}
.tjnew ul li:hover dl dd{
	color:#fff;
}
.tjnew ul li:hover dl dd a{
	color:#fff;
}
.tjnew ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:1.19rem;
	margin-top:1.19rem;
}
.tjnew ul li dl dd{
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
}
.tjnew ul li dl dd a{
	color:#999;
	display:flex;
	align-items: center;
	width:100%;
}
.tjnew ul li dl dd a::after{
	content: "\2192";
	margin-left:1.06rem;
}

.subNavBox4{
	width:100%;
	float:left;
	margin-top:5.63rem;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	display: flex;
	justify-content: space-between;
	align-items:center;
	CURSOR: pointer; 
	text-align:left;
	background: var(---Gray-6, #F2F2F2);
	font-size:1.5rem;
	padding:2.5rem 3.75rem;
	margin-top:0.62rem;
}
.subNav4 dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items:center;
}
.subNav4 dl dt::before{
	margin-right:1.87rem;
	width: 2.125rem;
	height: 2.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/s01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.subNav4 dl dd{
	margin-top:1.87rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items:center;
}
.subNav4 dl dd div{
	margin-right:5.8rem;
}
.subNav4::after{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	min-width:1.9375;
}
.subNav4:hover{float:left; }
.currentDd4{
	background: #219E45;
	color:#FFF;
}
.currentDd4 dl dt{
	color:#FFF;
}
.currentDd4 dl dt::before{
	background-image:url(../img/s01a.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd4 dl dd{
	color:#FFF;
}
.currentDd4 dl dd i{
	background-color:#FFF;
}
.currentDd4::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:3.75rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	background: #FFF;
	padding-top:2.3rem;
	background: var(---Gray-6, #F2F2F2);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
	margin-top:2.5rem;
}
.navContent4 dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-family: zt4;
	line-height: normal;
	width:8.0rem;
	margin-top:0.3rem;
}
.navContent4 dl dd{
	width:calc(100% - 8.0rem);
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.red{
	color: var(--04946-a, var(--Color-2, #219E45));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.line{
	margin-top:3.0rem;
	margin-bottom:1.0rem;
	background: rgba(0, 0, 0, 0.10);
	height:1px;
	width:100%;
	display:flex;
}

.lx01{
	width:100%;
	float:left;
	margin-top:8.75rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01 .pic{
	width:66.3%;
	overflow:hidden;
}
.lx01 .pic img{
	min-width:100%;
	min-height: 100%;
	display:block;
}
.lx01 .tex{
	width:33.7%;
	background: var(--Color-2, #219E45);
	padding:5.0rem 3.75rem;
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01 .tex h1{
	margin-bottom:3.13rem;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-family: zt2;
	line-height: normal;
	text-transform: capitalize;
}
.lx01 .tex .a01{
	width:100%;
}
.lx01 .tex .ewm{
	display:flex;
	margin-top:5.8rem;
}
.lx01 .tex .ewm dl dt{
	overflow:hidden;
}
.lx01 .tex .ewm dl dt img{
	max-width:100%;
}
.lx01 .tex .ewm dl dd{
	margin-top:0.94rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.lx02{
	width:100%;
	float:left;
}
.lx02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx02 ul li{
	width:calc(25.0% - 0.62rem);
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.19rem;
	margin-right:0.62rem;
	padding:2.75rem 2.5rem;
	transition: all 0.6s;
}
.lx02 ul li:nth-child(4n){
	margin-right:0px;
}
.lx02 ul li:hover{
	background: var(--Color-2, #219E45);
}
.lx02 ul li:hover dl dt{
	color:#FFF;
}
.lx02 ul li:hover dl dd{
	color:#FFF;
}
.lx02 ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.25rem;
}
.lx02 ul li dl dd{
	color: var(---999, #999);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02 ul li:last-child dl dd{
	font-size:1.25rem;
}
.lxtit{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.lxtit dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.lxtit dl dd{
	margin-top:2.5rem;
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items:center;
}
.lxtit dl dd b{
	color: var(--Color-2, #219E45);
	font-family: Roboto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.lx03{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.lx03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx03 ul li{
	width:49.5%;
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
}
.lx03 ul li.w100{
	width:100%;
}
.lx03 ul li.mart60{
	margin-top:3.75rem;
}
.lx03 ul li dl{
	width:100%;
}
.lx03 ul li .inmore{
	margin-top:0px;
}
.lx03 ul li .a01{
	display: flex;
	align-items: center;
}
.lx03 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx03 ul li dl dt{
	font-size: 1rem;
	line-height:22px;
}
.lx03 ul li dl dt i{
	color:#DA2122;
}
.lx03 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:3.75rem;
	height: 3.75rem;
	border:0px;
	outline:none;
	padding:0 1.25rem;
	font-size: 0.875rem;
	font-family: zt;
	color:#999;
	background: var(---Gray-6, #F2F2F2);
}


.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;}















.w100{
	width:100%;
}
.fl{
	float:left;
}
.mart3{
	margin-top:3.75rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart8{
	margin-top:8.75rem;
}
.mart5{
	margin-top:5rem;
}
.mart1{
	margin-top:1.25rem;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.dingw{ width:100%; float:left; margin-top:-120px;}
.dingw2{ width:100%; float:left; margin-top:-160px;}
}


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




	
}

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

.innav ul li{
	margin-left:1.3rem;
	margin-right:1.3rem;
	font-size:0.9rem;
}

.subNav4 dl dd div{
	margin-right:3.8rem;
}

.fwlist ul li .tex h1 img{
	max-width:4.0rem;
}
.fwlist ul li .tex h1::after{
	width:2.5rem;
	height:2.5rem;
}
.fwlist ul li .tex{
	padding:2.5rem 3.5rem;
}

.fwlist ul li .tex dl dd{
	font-size:0.875rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow:hidden;
}













	
}

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


.innav ul li{
	margin-left:0.8rem;
	margin-right:0.8rem;
	font-size:0.7rem;
}

.search{
	padding:0.325rem;
	margin-left:1.65rem;
	margin-right:0.5rem;
}

.inmore a{
	height:2.5rem;
	padding:0.2375rem 0.875rem 0.2375rem 2rem;
	font-size:0.65rem;
}
.inmore a::after{
	margin-left:1.25rem;
}

.lx02 ul li dl dt{
	font-size:1.0rem;
}
.lx02 ul li dl dd{
	font-size:1.0rem;
}
.lx02 ul li{
	padding:1.5rem;
}
.lx02 ul li:last-child dl dd{
	font-size:0.875rem;
}
.lx01 .tex{
	padding:2.5rem;
	font-size:0.875rem;
}
.lx01 .tex h1{
	font-size:1.2rem;
}
.lx01 .tex .ewm{
	margin-top:3.8rem;
}
.subNav4 dl dd div{
	margin-right:1.0rem;
}
.subNav4 dl dd{
	font-size:1.0rem;
}

.newlist ul li .tex .subtex dl dd{
	margin-top:0.5rem;
	line-height:150%;
}
.alshow .tex h1{
	font-size:1.2rem;
}
.alshow .tex{
	padding:2.5rem;
}
.fwlist ul li .tex h1 img{
	max-width:2.0rem;
}
.fwlist ul li .tex h1::after{
	width:1.5rem;
	height:1.5rem;
}
.fwlist ul li .tex{
	padding:1.5rem 2.5rem;
}
.fwlist ul li .tex dl dt{
	margin-top:1.0rem;
}
.fwlist ul li .tex dl dd{
	font-size:0.875rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow:hidden;
	margin-top:0.5rem;
}
.nab-l dl dt{
	font-size:0.75rem;
}
.nab-l dl dd{
	font-size:1.4rem;
}
.nab-l{
	font-size:0.75rem;
	line-height:150%;
}
.nab-r ul li dl dt{
	font-size:2.0rem;
}
.nab-r ul li img{
	max-width:2.5rem;
}
.intit .a01{
	font-size:1.5rem;
}
.intit .a01 i{
	font-size:0.875rem;
}
.wenh ul li{
	padding:3.1875rem 1.5rem 2.875rem 1.5rem;
}
.wenh ul li .pic img{
	max-width:2.0rem;
}
.wenh ul li dl dt{
	margin-top:3.0rem;
	font-size:1.0rem;
}
.wenh ul li dl dd{
	margin-top:0.94rem;
	font-size:0.75rem;
	line-height:150%;
}
.gcal ul li{
	padding:3.0rem 1.75rem;
}
.gcal ul li dl dt{
	font-size:1.25rem;
}
.gcal ul li dl dd{
	margin-top:2.0rem;
	font-size:0.75rem;
}
.gcal ul li .sz{
	font-size:6.0rem;
}
.honr-l ul li{
	padding:2.55rem 2.0rem;
}
.honr-l ul li dl dd{
	font-size:0.75rem;
}
.inabout .tex dl dd{
	font-size:1.5rem;
	margin-bottom:1.75rem;
	margin-top:0.62rem;
}
.inabout .tex{
	font-size:0.75rem;
}
.inabout .tex dl dt{
	font-size:1.0rem;
}

.innum ul li dl dt i{
	font-size:2.5rem;
}
.innum ul li .pic img{
	max-width:3.0rem;
}
.innum ul li dl dd{
	font-size:0.875rem;
}
.index01 .tex ul li .xpic img{
	max-width:3.0rem;
}
.index01 .tex ul li{
	padding:0 1.5rem;
	padding-top:3.5rem;
}
.index01 .tex ul li .tit{
	margin-top:2.0rem;
	font-size:0.875rem;
}
.index01 .tex ul li .subtex dl dt{
	font-size:0.65rem;
}
.index01 .tex ul li .subtex dl dd a{
	font-size:0.65rem;
}
.index01 .tex ul li .subtex dl dd a::after{
	width:1.0rem;
	height:1.0rem;
}
.inpro ul li dl dd{
	font-size:1.0rem;
	padding:0 0.5rem;
}
.innew01 .tex{
	padding:2.0rem;
}
.innew01 .tex dl dt{
	font-size:1.0rem;
}
.innew01 .tex dl dd{
	font-size:0.75rem;
}
.innew02 ul li a::after{
	width:1.5rem;
	height:1.5rem;
	margin-left:1.0rem;
}
.innew02 ul li{
	padding:0 1.5rem;
}
.innew02 ul li .num{
	padding:0.5625rem 0.6375rem;
	margin-right:1.0rem;
}
.innew02 ul li .num dl dt{
	font-size:1.5rem;
}
.innew02 ul li .num dl dd{
	font-size:0.65rem;
}
.innew02 ul li .tex{
	font-size:0.875rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow:hidden;
}
.innew02 ul li a{
	padding:1.0rem 0;
}
.inpro ul li{
	padding:2.0rem 0;
}
.foot01 .dblx .a01 .ewm{
	width:6.0rem;
	margin-right:1.0rem;
	min-width:6.0rem;
}
.foot01 .dblx .a01 .ewm dl dd{
	font-size:0.65rem;
	margin-top:0.5rem;
}
.foot01 .dblx .a01 .lx dl dd{
	font-size:0.75rem;
}
.foot01 .dblx .a01 .lx dl dt{
	font-size:1.25rem;
}

.foot01 .dbdh dl dd{
	font-size:0.75rem;
}







.mart5{
	margin-top:3.0rem;
}



	
}





@media (max-width:999px) {


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

.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color:var(--10, rgba(255, 255, 255, 1));
	/* 0.4背景模糊 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:5rem; 
	height:5rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:4rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:990;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 1.5rem; 
	height: 1.5rem; 
	background:url(../img/close.png) no-repeat center; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.zym{
	width:100%;
	float:left;
	text-align:center;
	background-color:var(--09275-a, #1B3B32);
	color:#FFF;
	line-height:3.0rem;
}
.zym a{
	color:#FFF;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	/* 0.4背景模糊 */
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:2rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: var(--09275-a, #1B4E98); color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

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


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.banner .anniu .prev:hover{
	background: var(--Color, #1B3B32);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--Color, #1B3B32);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}

.inabout{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inabout .tex{
	width:100%;
	padding:0 8.33vw;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}
.inabout .tex dl dt{
	color: var(---999, #999);
	font-family: DIN;
	font-size: 1.0rem;
	font-style: normal;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.inabout .tex dl dd{
	margin-top:0.54rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.75rem;
}

.inabout .pic{
	width:100%;
	overflow:hidden;
	margin-top:3.75rem;
}
.inabout .pic img{
	width:100%;
	height:auto;
	display:block;
}

.inmore{
	display:flex;
	position:relative;
	z-index:3;
}
.inmore a{
	display: inline-flex;
	padding: 0.2375rem 0.475rem 0.2375rem 2rem;
	justify-content:center;
	align-items: center;
	border: 1px solid var(---999, #999);
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.inmore a::after{
	width: 1.8125rem;
	height: 1.875rem;
	content:'';
	display: inline-block;
	background-image:url(../img/caret_right2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.25rem;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--Color-2, #219E45);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a:hover::after{
	background-image:url(../img/caret_right.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
}

.inmore a.cur::before{
	width:100%;
}
.inmore a.cur::after{
	background-image:url(../img/caret_right.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}

.innum{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:auto;
	display:flex;
	margin-top:2.0rem;
}
.innum ul li:nth-child(2n){
	display:none;
}
.innum ul li .pic{
	overflow:hidden;
}
.innum ul li .pic img{
	max-width:3.5rem;
}
.innum ul li dl dt{
	align-items: flex-end;
	display: flex;
	color: var(---333, #333);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top:0.62rem;
}
.innum ul li dl dt i{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}
.innum ul li dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innum ul li .sx{
	width:1px;
	background: rgba(0, 0, 0, 0.10);
}

.index01{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
}
.index01 .pic{
	width:100%;
	height:auto;
}
.index01 .pic img{
	width:100%;
	height:auto;
	display:block;
	min-height:15rem;
}
.index01 .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:rgba(0,0,0,0.20);
	display: flex;
	align-items: center;
}
.index01 .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 .tex ul li{
	width:33.33%;
	height:auto;
	padding:1.0rem 0.5rem;
	transition: all 0.6s;
}
.index01 .tex ul li:hover{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.index01 .tex ul li .xpic{
	overflow:hidden;
	display:flex;
	justify-content:center;
}
.index01 .tex ul li .xpic img{
	max-width:2.0rem;
}
.index01 .tex ul li .tit{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 0.75rem;
	font-style: normal;
	line-height: 150%;
	text-transform: capitalize;
}
.index01 .tex ul li .subtex{
	margin-top:1.88rem;
	opacity:0;
	transition: all 0.6s;
	display:none;
}
.index01 .tex ul li:hover .subtex{
	opacity:1;
}
.index01 .tex ul li .subtex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}
.index01 .tex ul li .subtex dl dd{
	margin-top:1.88rem;
	display:flex;
	justify-content:center;
	align-items: center;
}
.index01 .tex ul li .subtex dl dd a{
	display:flex;
	align-items: center;
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.index01 .tex ul li .subtex dl dd a::after{
	margin-left:1.25rem;
	width: 1.5rem;
	height: 1.5rem;
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.inwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:3.25rem 8.3vw;
}
.intit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.intit .a01{
	width:auto;
	display: flex;
	align-items: flex-end;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
	white-space: nowrap;
}
.intit .a01 i{
	color: var(---999, #999);
	font-family: Roboto;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 130%;
	text-transform: uppercase;
	margin-left:0.5rem;
}
.intit .inmore{
	margin-top:1.5rem;
}
.inpro{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inpro ul li{
	width:48%;
	margin-top:1.0rem;
	background: var(---Gray-6, #F2F2F2);
	border: 3px solid var(---Gray-6, #F2F2F2);
	padding:1.75rem 0;
	transition: all 0.6s;
	position:relative;
}
.inpro ul li:nth-child(4n){
	margin-right:0px;
}
.inpro ul li::before{
	width: 1.25rem;
	height: 1.25rem;
	position:absolute;
	right:1.5rem;
	top:1.5rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/fdj.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	opacity:0;
}
.inpro ul li:hover::before{
	opacity:1;
}
.inpro ul li:hover{
	border: 3px solid var(--Color-2, #219E45);
	/* 扩展投影 */
	box-shadow: 0px 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.inpro ul li .pic{
	overflow:hidden;
}
.inpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inpro ul li dl dt{
	margin-top:1.27rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inpro ul li dl dd{
	margin-top:0.54rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	padding:0 0.5rem;
}
.inwrap2{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem 8.33vw;
}
.innew{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew01{
	width:100%;
	background: #FFF;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.innew01 a{
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
	display:flex;
}
.innew01 .pic{
	overflow:hidden;
	width:40%;
}
.innew01 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew01 .pic:hover img{
	transform: scale(1.05);
}
.innew01 .tex{
	padding:1.0rem;
	width:60%;
}
.innew01 .tex dl dt{
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.025rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.innew01 .tex dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---666, #666);
	text-align: justify;
	text-overflow: ellipsis;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	margin-bottom:2.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display:none;
}
.innew01 .tex p{
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:none;
}
.innew02{
	width:100%;
	background: #FFF;
	margin-top:1.0rem;
}
.innew02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew02 ul li{
	width:100%;
	padding:0rem 1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.innew02 ul li a{
	width:100%;
	padding:1.0rem 0;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.innew02 ul li:last-child a{
	border-bottom:0px;
}
.innew02 ul li:hover{
	background: var(--Color-2, #219E45);
}
.innew02 ul li .num{
	display: inline-flex;
	padding: 0.5625rem 0.9375rem 0.75rem 0.9375rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.25rem;
	background: var(---Gray-6, #F2F2F2);
	margin-right:1.88rem;
	display:none;
}
.innew02 ul li .num dl dt{
	color: var(---333, #333);
	text-align: center;
	font-family: Roboto;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew02 ul li .num dl dd{
	color: var(---333, #333);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space:nowrap;
}
.innew02 ul li .tex{
	width:100%;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 1.8rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow:hidden;
}
.innew02 ul li a::after{
	min-width:1.8125rem;
	width: 1.8125rem;
	height: 1.875rem;
	content:'';
	display:inline-block;
	background-image:url(../img/caret_right2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.44rem;
}
.innew02 ul li:hover .tex{
	color:#FFF;
}
.innew02 ul li:hover a::after{
	background-image:url(../img/caret_right.svg);
}
.innew02 ul li:hover .num{
	background: var(---white, #FFF);
}
.innew02 ul li:hover .num dl dt{
	color: var(--Color-2, #219E45);
}
.innew02 ul li:hover .num dl dd{
	color: var(--Color-2, #219E45);
}

.foot{
	width:100%;
	float:left;
	background: #FAFAFA;
	padding:3.25rem 8.33vw;
	padding-bottom:0;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .dblx{
	width:100%;
}
.foot01 .dblx .a01{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.foot01 .dblx .a01 .ewm{
	width:100%;
	text-align:center;
}
.foot01 .dblx .a01 .ewm dl dt{
	overflow:hidden;
}
.foot01 .dblx .a01 .ewm dl dt img{
	max-width:100%;
}
.foot01 .dblx .a01 .ewm dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot01 .dblx .a01 .lx{
	width:100%;
	margin-top:2.0rem;
}
.foot01 .dblx .a01 .lx dl dt{
	display:flex;
	align-items: center;
	color: var(--Color, #22B14C);
	font-family: DIN;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
	padding-bottom:0.62rem;
}
.foot01 .dblx .a01 .lx dl dt img{
	margin-right:0.8rem;
	margin-top:0.4rem;
}
.foot01 .dblx .a01 .lx dl dd{
	margin-top:1.25rem;
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .dblx .a01 .lx dl dd img{
	margin-right:0.62rem;
}
.foot01 .dblx .a02{
	width:100%;
	margin-top:3.75rem;
	display:flex;
	align-items: center;
}
.foot01 .dblx .a02 a{
	margin-right:1.0rem;
}
.foot01 .dbdh{
	width:56.3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot01 .dbdh dl dt{
	padding-bottom:0.82rem;
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .dbdh dl dd{
	margin-top:1.06rem;
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .dbdh dl dd a{
	color: var(---666, #666);
}
.foot01 .dbdh dl dd a:hover{
	color:var(--Color-2, #219E45);
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.56rem;
	border-top: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	padding:1.5rem 0;
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	padding:0 8.33vw;
	display: flex;
	align-items: center;
}
.nybanner .tex dl{
	position:relative;
}
.nybanner .tex dl::before{
	position:absolute;
	left:0;
	top:0;
	width: 0.175rem;
	height: 100%;
	content:'';
	display:inline-block;
	background: var(---white, #FFF);
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	padding-left:1.54rem;
}
.nybanner .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	line-height: normal;
	text-transform: capitalize;
	padding-left:1.54rem;
}
.weiz{
	width:100%;
	float:left;
	padding:0.78rem 8.33vw;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	align-items: center;
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.weiz::before{
	width: 1.4375rem;
	height: 1.4375rem;
	content:'';
	display:inline-block;
	background-image:url(../img/home.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.62rem;
}
.weiz a{
	color: var(---999, #999);
}

.nab{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-l{
	width:100%;
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.nab-l dl dt{
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.nab-l dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:2.69rem;
}
.nab-l dl dd i{
	color: var(--Color-2, #219E45);
}
.nab-r{
	width:100%;
	margin-top:3.0rem;
}
.nab-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-r ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:1.56rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:2.5rem;
}
.nab-r ul li:first-child{
	margin-top:0px;
}
.nab-r ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	line-height: 100%;
	display: flex;
	align-items: flex-end;
}
.nab-r ul li dl dt i{
	color: var(---333, #333);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
}
.nab-r ul li dl dd{
	color: var(---666, #666);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab-r ul li img{
	max-width:3.25rem;
}
.abpic{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.abpic img{
	width:100%;
	height:auto;
	display:block;
}
.wenh{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.wenh ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wenh ul li{
	width:48%;
	background: var(--f-1-f-1-f-1, #F1F1F1);
	padding: 3.1875rem 1.0rem 2.875rem 1.0rem;
	position:relative;
	margin-top:1.0rem;
}
.wenh ul li::after{
	width:0;
	height:6px;
	background-color:var(--Color-2, #219E45);
	content:'';
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
}
.wenh ul li:hover::after{
	width:100%;
}
.wenh ul li:nth-child(4n){
	margin-right:0px;
}
.wenh ul li .pic{
	overflow:hidden;
	text-align:center;
}
.wenh ul li .pic img{
	max-width:2.5rem;
}
.wenh ul li dl dt{
	margin-top:2.44rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.wenh ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.75rem */
}
.gcal{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.gcal ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gcal ul li{
	width:100%;
	height: auto;
	background: var(---white, #FFF);
	padding:2.0rem;
	padding-bottom:5.0rem;
	position:relative;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.gcal ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.gcal ul li dl dd{
	margin-top:2.23rem;
	color: var(---666, #666);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.gcal ul li .sz{
	width:auto;
	position:absolute;
	right:2.0rem;
	bottom:0;
	z-index:1;
	color: var(--10, rgba(0, 0, 0, 0.10));
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 67%;
	text-transform: uppercase;
}
.gcal ul li:hover{
	background: var(--Color-2, #219E45);
}
.gcal ul li:hover dl dt{
	color: var(---white, #FFF);
}
.gcal ul li:hover dl dd{
	color: var(---white, #FFF);
}
.gcal ul li:hover .sz{
	color: var(--30, rgba(255, 255, 255, 0.30));
}

.honr{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.honr-l{
	width:100%;
}
.honr-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.honr-l ul li{
	width:100%;
	padding:2.0rem;
	background: var(---Gray-6, #F2F2F2);
	position:relative;
	margin-top:0.75rem;
}
.honr-l ul li:first-child{
	margin-top:0px;
}
.honr-l ul li::after{
	width:0;
	height:4px;
	background-color:var(--Color-2, #219E45);
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.honr-l ul li:hover::after{
	width:100%;
}
.honr-l ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.honr-l ul li dl dd{
	margin-top:0.69rem;
	overflow: hidden;
	color: var(---666, #666);
	text-align: justify;
	text-overflow: ellipsis;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.honr-r{
	width:100%;
	margin-top:2.0rem;
	overflow:hidden;
}
.honr-r img{
	width:100%;
	height:auto;
	display:block;
}

.fwlist{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.fwlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlist ul li{
	width:100%;
	margin-top:1.25rem;
	background: var(--f-1-f-1-f-1, #F1F1F1);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.fwlist ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlist ul li::after{
	width:0px;
	height:4px;
	background-color:var(--Color-2, #219E45);
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.fwlist ul li:hover::after{
	width:100%;
}
.fwlist ul li .tex{
	width:100%;
	padding:2.0rem 2.5rem;
}
.fwlist ul li .tex h1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fwlist ul li .tex h1 img{
	max-width:3.25rem;
}
.fwlist ul li .tex h1::after{
	width: 2rem;
	height: 2rem;
	border-radius: 1.5rem;
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.fwlist ul li:hover .tex h1::after{
	background-image:url(../img/hov2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
}
.fwlist ul li .tex dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 2.28725rem */
}
.fwlist ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.fwlist ul li .pic{
	width:100%;
	overflow:hidden;
}
.fwlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.fwlist ul li:hover .pic img{
	transform: scale(1.05);
}
.smtex{
	width:100%;
	float:left;
	margin-top:1.25rem;
	display:flex;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.smtex img{
	width:100%;
}
.smtex div{
	width:100%;
}
.cpzs{
	width:100%;
	float:left;
}
.cpzs ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpzs ul li{
	width:48%;
	margin-top:1.75rem;
}
.cpzs ul li:nth-child(4n){
	margin-right:0px;
}
.cpzs ul li dl dt{
	overflow:hidden;
	position:relative;
}
.cpzs ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cpzs ul li:hover dl dt img{
	transform: scale(1.05);
}
.cpzs ul li dl dt .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	opacity:0;
	transition: all 0.6s;
}
.cpzs ul li dl dt .mask::before{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fdj.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cpzs ul li:hover dl dt .mask{
	opacity:1;
}
.cpzs ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-size: 0.875rem;
}
.allm{
	width:100%;
	float:left;
	border-left: 1px solid var(---Gray-5, #E0E0E0);
}
.allm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allm.w20 ul li{
	width:48%;
}
.allm ul li{
	width:48%;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	height:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allm ul li a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(---333, #333);
	text-align: center;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.allm ul li a:hover{
	background: var(--Color-2, #219E45);
	color:#FFF;
}
.allm ul li a.cur{
	background: var(--Color-2, #219E45);
	color:#FFF;
}
.caselist{
	width:100%;
	float:left;
}
.caselist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.caselist ul li{
	width:48%;
	margin-top:2.5rem;
	padding-bottom:1.5rem;
	position:relative;
}
.caselist ul li:nth-child(3n){
	margin-right:0px;
}
.caselist ul li::after{
	width:0;
	height:4px;
	background-color:var(--Color-2, #219E45);
	content:'';
	display:inline-block;
	transition: all 0.6s;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.caselist ul li:hover::after{
	width:100%;
}
.caselist ul li:nth-child(3n){
	margin-right:0px;
}
.caselist ul li .pic{
	overflow:hidden;
	position:relative;
}
.caselist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.caselist ul li:hover .pic img{
	transform: scale(1.05);
}
.caselist ul li .pic .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	transition: all 0.6s;
	opacity:0;
}
.caselist ul li:hover .pic .mask{
	opacity:1;
}
.caselist ul li .pic .mask dl dt{
	display: flex;
	justify-content: center;
}
.caselist ul li .pic .mask dl dt i{
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/link.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.caselist ul li .pic .mask dl dd{
	margin-top:0.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.caselist ul li .tex{
	width:100%;
}
.caselist ul li .tex dl dt{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.caselist ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 2.125rem;
	height: 2.125rem;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:2.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);

}
.fy ul li a:hover{
	background: var(--Color-2, #219E45);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border: 1px solid var(--Color-2, #219E45);
}
.fy ul li .cur{
	background: var(--Color-2, #219E45);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border: 1px solid var(--Color-2, #219E45);
}

.alshow{
	width:100%;
	float:left;
	margin-top:3.25rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.alshow .tex{
	width:100%;
	padding:2.0rem;
}
.alshow .tex h1{
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	padding-bottom:1.81rem;
	line-height: normal;
}
.alshow .tex dl{
	display: flex;
	margin-top:0.94rem;
}
.alshow .tex dl dt{
	min-width:4.4rem;
	width:4.4rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%;
}
.alshow .tex dl dd{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}
.alshow .pic{
	width:100%;
	overflow:hidden;
}
.alshow .pic img{
	width:100%;
	height:auto;
	display:block;
}

.newlist{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.newlist ul li{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background: #F1F1F1;
	padding:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.newlist ul li .date{
	width:8.375rem;
	min-width:8.375rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background: var(---white, #FFF);
	text-align:center;
	transition: all 0.6s;
	display:none;
}
.newlist ul li .date dl dt{
	color: var(---Gray-4, #BDBDBD);
	text-align: center;
	font-family: zt2;
	font-size: 3.8125rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newlist ul li .date dl dd{
	color: var(---Gray-4, #BDBDBD);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .tex{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newlist ul li .tex a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
}
.newlist ul li .tex .pic{
	width:25%;
	overflow:hidden;
}
.newlist ul li .tex .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .tex .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex .subtex{
	width:70%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newlist ul li .tex .subtex dl{
	width:calc(100% - 3.0rem);
}
.newlist ul li .tex .subtex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow: hidden;
}
.newlist ul li .tex .subtex dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---666, #666);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	display:none;
}
.newlist ul li .tex .subtex::after{
	width: 2rem;
	height: 2rem;
	min-width:2rem;
	min-height:2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.newlist ul li:hover{
	background: var(--Color-2, #219E45);
}
.newlist ul li:hover .tex .subtex dl dt{
	color:#fff;
}
.newlist ul li:hover .tex .subtex dl dd{
	color:#fff;
}

.nywrap{
	width:100%;
	float:left;
	background: #F1F1F1;
	padding:3.75rem 8.33vw;
}
.nycon{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nycon-l{
	width:100%;
	background-color:#FFF;
	padding:2.0rem;
}
.newtit{
	width:100%;
	float:left;
	color: var(--Gray1, #333);
	font-family: zt4;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.75rem;
	color: var(--Gray-3, #828282);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.newdate div{
	display:flex;
}
.newdate a{
	margin-right:1.0rem;
	margin-top:1.0rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.12rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newtex img{
	max-width:100%;
	height:auto;
}
.nycon-r{
	width:29.1875%;
	display:none;
}
.tjnew{
	width:100%;
	float:left;
}
.tjnew ul{
	display:flex;
	flex-wrap: wrap;
}
.tjnew ul li{
	width:100%;
	background-color:#FFF;
	padding:2.25rem 2.47rem;
	transition: all 0.6s;
	margin-top:1.88rem;
}
.tjnew ul li:first-child{
	margin-top:0px;
}
.tjnew ul li:hover{
	background: var(--Color-2, #219E45);
}
.tjnew ul li:hover dl dt{
	color:#fff;
}
.tjnew ul li:hover dl dd{
	color:#fff;
}
.tjnew ul li:hover dl dd a{
	color:#fff;
}
.tjnew ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:1.19rem;
	margin-top:1.19rem;
}
.tjnew ul li dl dd{
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
}
.tjnew ul li dl dd a{
	color:#999;
	display:flex;
	align-items: center;
	width:100%;
}
.tjnew ul li dl dd a::after{
	content: "\2192";
	margin-left:1.06rem;
}

.subNavBox4{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	display: flex;
	justify-content: space-between;
	align-items:center;
	CURSOR: pointer; 
	text-align:left;
	background: var(---Gray-6, #F2F2F2);
	font-size:1.0rem;
	padding:1.5rem;
	margin-top:0.62rem;
}
.subNav4 dl dt{
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items:center;
}
.subNav4 dl dt::before{
	margin-right:1.0rem;
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/s01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.subNav4 dl dd{
	margin-top:1.87rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	display: flex;
	align-items:center;
	flex-wrap: wrap;
}
.subNav4 dl dd div{
	margin-right:0.5rem;
}
.subNav4::after{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	min-width:1.9375;
}
.subNav4:hover{float:left; }
.currentDd4{
	background: #219E45;
	color:#FFF;
}
.currentDd4 dl dt{
	color:#FFF;
}
.currentDd4 dl dt::before{
	background-image:url(../img/s01a.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd4 dl dd{
	color:#FFF;
}
.currentDd4 dl dd i{
	background-color:#FFF;
}
.currentDd4::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:1.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	background: #FFF;
	background: var(---Gray-6, #F2F2F2);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
	margin-top:1.5rem;
}
.navContent4 dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-family: zt4;
	line-height: normal;
	width:5.0rem;
	margin-top:0.3rem;
}
.navContent4 dl dd{
	width:calc(100% - 5.0rem);
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.red{
	color: var(--04946-a, var(--Color-2, #219E45));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.line{
	margin-top:3.0rem;
	margin-bottom:1.0rem;
	background: rgba(0, 0, 0, 0.10);
	height:1px;
	width:100%;
	display:flex;
}

.lx01{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01 .pic{
	width:100%;
	overflow:hidden;
}
.lx01 .pic img{
	width:100%;
	height: auto;
	display:block;
}
.lx01 .tex{
	width:100%;
	background: var(--Color-2, #219E45);
	padding:2.5rem;
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01 .tex h1{
	margin-bottom:2.13rem;
	color: var(---white, #FFF);
	font-size: 1.2rem;
	font-style: normal;
	font-family: zt2;
	line-height: normal;
	text-transform: capitalize;
}
.lx01 .tex .a01{
	width:100%;
}
.lx01 .tex .ewm{
	display:flex;
	margin-top:3.8rem;
}
.lx01 .tex .ewm dl dt{
	overflow:hidden;
}
.lx01 .tex .ewm dl dt img{
	max-width:100%;
}
.lx01 .tex .ewm dl dd{
	margin-top:0.94rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.lx02{
	width:100%;
	float:left;
}
.lx02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx02 ul li{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.0rem;
	padding:2.5rem;
	transition: all 0.6s;
}
.lx02 ul li:nth-child(4n){
	margin-right:0px;
}
.lx02 ul li:hover{
	background: var(--Color-2, #219E45);
}
.lx02 ul li:hover dl dt{
	color:#FFF;
}
.lx02 ul li:hover dl dd{
	color:#FFF;
}
.lx02 ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.25rem;
}
.lx02 ul li dl dd{
	color: var(---999, #999);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02 ul li:last-child dl dd{
	font-size:1.25rem;
}
.lxtit{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.lxtit dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.lxtit dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: flex;
	align-items:center;
	flex-wrap: wrap;
}
.lxtit dl dd b{
	color: var(--Color-2, #219E45);
	font-family: Roboto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	margin-top:1.0rem;
}

.lx03{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.lx03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx03 ul li{
	width:100%;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
}
.lx03 ul li.w100{
	width:100%;
}
.lx03 ul li.mart60{
	margin-top:2.75rem;
}
.lx03 ul li dl{
	width:100%;
}
.lx03 ul li .inmore{
	margin-top:0px;
}
.lx03 ul li .a01{
	display: flex;
	align-items: center;
}
.lx03 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx03 ul li dl dt{
	font-size: 1rem;
	line-height:22px;
}
.lx03 ul li dl dt i{
	color:#DA2122;
}
.lx03 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:3.75rem;
	height: 3.75rem;
	border:0px;
	outline:none;
	padding:0 1.25rem;
	font-size: 1.0rem;
	font-family: zt3;
	color:#999;
	background: var(---Gray-6, #F2F2F2);
}



.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;}














.w100{
	width:100%;
}
.fl{
	float:left;
}
.mart3{
	margin-top:3.75rem;
}
.mart6{
	margin-top:3.25rem;
}
.mart8{
	margin-top:3.75rem;
}
.mart5{
	margin-top:2rem;
}
.mart1{
	margin-top:1.25rem;
}

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
























}












































