@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family: zt;
	margin:auto;
	overflow-x:hidden;
	}

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

.apple-os body {
  font-family: "PingFang SC", -apple-system, sans-serif;
}
@media not all and (min-resolution: 0.001dpcm) { 
  @supports (-webkit-appearance: none) {
    body {
      font-family: "PingFang SC", -apple-system, sans-serif;
    }
  }
}


@font-face
{
	font-family: zt;
	 src: url("https://cdn.jsdelivr.net/npm/@ayahub/webfont-harmony-sans-sc@1.0.0/fonts/HarmonyOS_Sans_SC_Light.woff2") format("woff2");
      font-weight: 300;
      font-style: normal;
      font-display: swap;
	
}
@font-face
{
	font-family: zt2;
	src: url("https://cdn.jsdelivr.net/npm/@ayahub/webfont-harmony-sans-sc@1.0.0/fonts/HarmonyOS_Sans_SC_Bold.woff2") format("woff2");
      font-weight: 700;
      font-style: normal;
      font-display: swap;
	
}
@font-face
{
	font-family: zt3;
	src: url("https://cdn.jsdelivr.net/npm/@ayahub/webfont-harmony-sans-sc@1.0.0/fonts/HarmonyOS_Sans_SC_Regular.woff2") format("woff2");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
	
}
@font-face
{
	font-family: zt4;
	 src: url("https://cdn.jsdelivr.net/npm/@ayahub/webfont-harmony-sans-sc@1.0.0/fonts/HarmonyOS_Sans_SC_Medium.woff2") format("woff2");
      font-weight: 500;
      font-style: normal;
      font-display: swap;
	
}
*{
	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:#39BEAA;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style: italic;}



@media (min-width:1000px) {
	
.header.yanse{
	background-color:#FFF;
	border-bottom:1px solid #E0E0E0;
	top:0;
}

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

.header.yanse .intop{
	padding:0 2.0vw;
}
.header.yanse.yanse01 .intop{
	padding:0 8.3vw;
}

.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}

.header.yanse.yanse01 .intop:hover{
	background-color:#FFF;
	border-bottom:1px solid #E0E0E0;
}
.header.yanse.yanse01 .intop:hover a{
	color:#333;
}
.header.yanse.yanse01 .intop:hover a:hover{
	color:#333;
}
.header.yanse.yanse01 .intop:hover .pic01{
	display:none;
}
.header.yanse.yanse01 .intop:hover .pic02{
	display:inline-block;
}
.header.yanse.yanse01 .intop:hover .zyw .a01{
	color:#333;
}
.header.yanse.yanse01 .intop:hover .zyw .a01 i{
	background-image:url(../img/arrow2.svg);
}
.header.yanse.yanse01 .intop:hover .zyw .a01::after{
	background-image:url(../img/qiu.svg);
}

.header.yanse.yanse01 .innav ul li{
	color:#fff;
}
.main{
	width:100%;
	float:left;
	padding:0px 8.3vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	position:relative;
	transition: all 0.6s;
}

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

.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:1.5625vw;
	margin-right:1.5625vw;
	height:5.0rem;
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.innav ul li a{
	width:100%;
	position:relative;
	height:5.0rem;
	display: flex;
	align-items: center;
}
.innav ul li i{
	width: 0;
	height: 0.125rem;
	transition: all 0.6s;
	position:absolute;
	left:0;
	bottom:0rem;
	z-index:1;
}
.header.yanse .innav ul li:hover i{
	width:100%;
	background-color:#39BEAA;
}
.header.yanse.yanse01 .innav ul li:hover i{
	width:100%;
	background-color:#fff;
}
.header.yanse .innav ul li a:hover{
	color:#333;
}
.header.yanse.yanse01 .innav ul li a:hover{
	color:#fff;
}
.header.yanse .innav ul li.cur a{
	color:#39BEAA;
	font-weight:bold;
}
.header.yanse .innav ul li.cur i{
	width:100%;
	background-color:#39BEAA;
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#fff;
	font-weight:bold;
}
.header.yanse.yanse01 .innav ul li.cur i{
	width:100%;
	background: #fff;
}
.header.yanse.yanse01 .intop:hover .innav ul li.cur a{
	color:#39BEAA;
}
.header.yanse.yanse01 .intop:hover .innav ul li.cur i{
	background: #39BEAA;
}
.header.yanse.yanse01 .intop:hover .innav ul li i{
	background: #39BEAA;
}

.innav ul li .xiala{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:9;
	background: var(---white, #FFF);
	padding:0 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	opacity:0;
	visibility: hidden;
	transition: all 0.2s;
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
}
.innav ul li .xiala a{
	transition: all 0.2s;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility: visible;
}
.innav ul li .xiala .a01{
	width:50%;
	padding-right:7.62rem;
	padding-top:4.94rem;
	padding-bottom:4.12rem;
	box-shadow: 64px 0px 60px -34px rgba(0, 0, 0, 0.11);
}
.innav ul li .xiala .a01.w30{
	width:30%;
}
.innav ul li .xiala .a01 h1{
	padding-bottom:2.81rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
	font-family: zt2;
	margin-bottom:0.87rem;
}
.innav ul li .xiala .a01 h1::before{
	width: 9.125rem;
	height: 0.25rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	background: var(--Color-3, #39BEAA);
}
.innav ul li .xiala .a01 dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innav ul li .xiala .a01 dl dd{
	width:100%;
	margin-top:1.69rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	font-family: zt2;
}
.innav ul li .xiala .a01 dl dd a{
	display: flex;
	align-items: center;
	width:100%;
	height:auto;
}
.innav ul li .xiala .a01 dl dd a::before{
	content:">";
	font-family:'宋体';
	margin-right:1.31rem;
	font-weight:bold;
}
.innav ul li .xiala .a02{
	width:50%;
	padding-left:6.25rem;
	padding-top:4.94rem;
	padding-bottom:4.12rem;
}
.innav ul li .xiala .a02 dl dt{
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innav ul li .xiala .a02 dl dd{
	margin-top:1.81rem;
}
.innav ul li .xiala .a02 dl dd img{
	max-width:100%;
}

.innav ul li .xiala .a03{
	width:70%;
	padding-left:2.33vw;
	padding-bottom:2.53rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.innav ul li .xiala .a03 .gdt{
	width:100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	height:390px;
	overflow-y:scroll;
}








.innav ul li .xiala .a03 h1{
	width:100%;
	padding-bottom:1.25rem;
	border-bottom:1px solid #eee;
	font-size:1.25rem;
	font-family: zt3;
	margin-top:1.8rem;
}
.innav ul li .xiala .a03 h1 a{
	height: auto;
	display: flex;
	align-items: center;
}
.innav ul li .xiala .a03 h1 a::after{
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.25rem;
	margin-top:0.25rem;
}
.innav ul li .xiala .a03 dl{
	width:calc(25.3% - 1.3rem);
	margin-right:1.3rem;
	margin-top:1.8rem;
}
.innav ul li .xiala .a03 dl:nth-child(4n){
	margin-right:0px;
}
.innav ul li .xiala .a03 dl dt{
	padding:1.0rem;
	text-align:center;
	display: flex;
	justify-content: center;
}
.innav ul li .xiala .a03 dl dt a{
	height:auto;
	display:inline-block;
}
.innav ul li .xiala .a03 dl dt img{
	max-width:100%;
	max-height:100%;
}
.innav ul li .xiala .a03 dl dd{
	color: var(---666, #666);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	display: flex;
	justify-content: center;
}
.innav ul li .xiala .a03 dl dd a{
	display: inline-block;
	height:auto;
}


.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.top-r .zyw{
	width:auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.top-r .zyw .a01{
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24rem;
	/*text-transform: uppercase;*/
}
.header.yanse.yanse01 .top-r .zyw .a01{
	color:#FFF;
}
.header.yanse .top-r .zyw .a01{
	color:#333;
}
.header.yanse.yanse01 .top-r .zyw .a01 i{
	width: 1.5rem;
	height: 0.75rem;
	display:inline-block;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.44rem;
}
.header.yanse.yanse01 .top-r .zyw .a01::after{
	width: 2rem;
	height: 2rem;
	display:inline-block;
	background-image:url(../img/qiu2.svg);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:0.62rem;
}

.header.yanse .top-r .zyw .a01 i{
	width: 1.5rem;
	height: 0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.44rem;
}
.header.yanse .top-r .zyw .a01::after{
	width: 2rem;
	height: 2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:0.62rem;
}

.top-r .zyw:hover .xl{
	opacity:1;
	visibility: visible;
}
.top-r .zyw .xl{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	background-color:#FFF;
	padding:1.0rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.header.yanse.yanse01 .top-r .zyw .xl a{
	color: var(---333, #333);
}
.header.yanse .top-r .zyw .xl a{
	color: var(---333, #333);
}
.top-r .qiu{
	display: flex;
	width: auto;
	justify-content: center;
	align-items: center;
	cursor:pointer;
}
.header.yanse .innav ul li .xiala a{
	color:#333;
}
.header.yanse .innav ul li .xiala a:hover{
	color:#39BEAA;
}
.header.yanse.yanse01 .innav ul li .xiala a{
	color:#333;
}
.header.yanse.yanse01 .innav ul li .xiala a:hover{
	color:#39BEAA;
}
.header.yanse .innav ul li.cur .xiala a:hover{
	color:#39BEAA;
}

.chax{
	right:0; 
	top:5.0rem;
	position: absolute;
	width:100%; 
	z-index:996;
	display: none;
	background-color:#FFF;
}

.search{
	width:100%;
	float:left;
	padding:5.38rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
}
.search .gb{
	width:2.0rem;
	height:2.0rem;
	position:absolute;
	top:1.0rem;
	right:1.0rem;
	z-index:11;
	background-image:url(../img/close.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.search .s01{
	width:37%;
}
.search .s01 dl dt{
	color: var(---black, #000);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.search .s01 dl dd{
	margin-top:2.0rem;
	padding-bottom:1.5rem;
	border-bottom:1px solid var(---black, #000);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ssbk{
	width:auto;
	border:0px;
	background-color:transparent;
	outline:none;
	color: var(---black, #000);
	font-family: "Microsoft YaHei";
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.search .s01 dl dd a{
	display:flex;
}
.search .s01 dl dd img{
	opacity: 0.5;
	transition: all 0.6s;
}
.search .s01 dl dd:hover img{
	opacity: 1;
}
.search .s01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.0rem;
}
.search .s01 ul li{
	width:49.5%;
	display: flex;
	align-items: center;
	margin-top:0.5rem;
}
.search .s01 ul li a{
	width:100%;
	padding:1.25rem 0;
	text-align:center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	border-radius: 6.25rem;
	border: 1px solid var(---333, #333);
}
.search .s01 ul li a:hover{
	background: var(--Color-2, #39BEAA);
	color: #fff;
	border:1px solid var(--Color-2, #39BEAA);
}
.search .s01 ul li a.cur{
	background: var(--Color-2, #39BEAA);
	color: #fff;
	border:1px solid var(--Color-2, #39BEAA);
}

.intit{
	width:100%;
	float:left;
	margin-top:8.75rem;
	text-align:center;
}
.intit dl dt{
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	font-family: zt2;
}
.intit dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.7rem */
	/*text-transform: uppercase;*/
}
.intit .more{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top:2.5rem;
}
.intit .more a{
	display:flex;
	align-items: center;
	color: #333;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit .more a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.12rem;
}
.intit .more a:hover{
	color:var(--Color-2, #39BEAA);
}
.intit .sm{
	display:flex;
	justify-content: center;
	margin-top:2.5rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
}
.intit .sm div{
	width:78%;
}

.index01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
}
.index01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 ul li{
	width:33.33%;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index01 ul li:nth-child(1){
	padding-left:5vw;
	}
.index01 ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:100%;
	padding:1.33rem 2vw;
	padding-left:2.33vw;
}
.index01 ul li:nth-child(3) a{
	padding: 1.33rem 5.15vw 1.33rem 2.15vw;
	}
.index01 ul li:nth-child(3n){
	border-right:0px;
}
.index01 ul li dl{
	max-width:60%;
}
.index01 ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.index01 ul li dl dd{
	margin-top:0.62rem;
	display: flex;
	align-items: center;
}
.index01 ul li dl dd a{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
}
.index01 ul li dl dd a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	margin-left:0.56rem;
}
.index01 ul li img{
	max-width:45%;
}
.index01 ul li:hover dl dt{
	color: var(--Color-2, #39BEAA);
}
.index01 ul li:hover dl dd a{
	color: var(--Color-2, #39BEAA);
}

.index01 ul li.cur dl dt{
	color: var(--Color-2, #39BEAA);
}
.index01 ul li.cur dl dd a{
	color: var(--Color-2, #39BEAA);
}

.inpic{
	width:100%;
	float:left;
	margin-top:5.94rem;
}
.inpic img{
	width:100%;
	height:auto;
	display:block;
}

.inys{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.inys ul{
	display: flex;
	flex-wrap: wrap;
}
.inys ul li{
	width:calc(20.1% - 0.62rem);
	background: var(---Gray-6, #F2F2F2);
	padding:3.78rem 1.87rem;
	height:25rem;
	position:relative;
	transition: all 0.6s;
	margin-right:0.62rem;
}
.inys ul li:nth-child(5n){
	margin-right:0px;
}
.inys ul li .pic{
	overflow:hidden;
}
.inys ul li dl dt{
	margin-top:3.62rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.inys ul li dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.inys ul li .num{
	width:auto;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	color: var(---white, #FFF);
	font-size: 6rem;
	font-style: normal;
	font-weight: 900;
	line-height: 4.0rem;
	/*text-transform: uppercase;*/
	transition: all 0.6s;
	font-family: zt4;
}
.inys ul li:hover{
	background: var(--Color-2, #39BEAA);
}
.inys ul li:hover dl dt{
	color:#FFF;
}
.inys ul li:hover dl dd{
	color:#FFF;
}
.inys ul li:hover .num{
	color: var(--10, rgba(255, 255, 255, 0.10));
}
.inys ul li .pic01{
	display:inline-block;
}
.inys ul li .pic02{
	display: none;
}
.inys ul li:hover .pic01{
	display:none;
}
.inys ul li:hover .pic02{
	display:inline-block;
}

.inab{
	width:100%;
	float:left;
	margin-top:8.75rem;
	position:relative;
}
.inab img{
	width:100%;
	height:auto;
	display:block;
}
.inab .tex{
	width:35%;
	position:absolute;
	top:17%;
	left:8.33vw;
	z-index:3;
}
.inab .tex dl dt{
	color: var(---white, #FFF);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	font-family: zt2;
}
.inab .tex dl dd{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
}
.inab .tex .more{
	display:flex;
	margin-top:5rem;
}
.inab .tex .more a{
	padding: 0.875rem 5.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	position:relative;
	display: flex;
	z-index:3;
}
.inab .tex .more a::after{
	margin-left:1.12rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.inab .tex .more a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background-color:#35B7A3;
	content:'';
	display:inline-block;
}
.inab .tex .more a:hover::before{
	width:100%;
}


.inab .abxlm{
	width:25%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.inab .abxlm ul{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	height:100%;
}
.inab .abxlm ul li{
	flex: 1; /* 平均分配剩余空间 */
	min-height: 0; /* 防止内容溢出 */
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}
.inab .abxlm ul li dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.inab .abxlm ul li dl dt i{
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab .abxlm ul li dl dd{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.innew{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(25.1% - 1.3rem);
	margin-right:1.3rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding-bottom:2.44rem;
	position:relative;
	height:25rem;
}
.innew ul li::before{
	width:0;
	height:4px;
	background-color:var(--Color-2, #39BEAA);
	content:'';
	display:inline-block;
	transition: all 0.6s;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.innew ul li::after{
	width:0;
	height:4px;
	background-color:var(--Color-2, #39BEAA);
	content:'';
	display:inline-block;
	transition: all 0.6s;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.innew ul li:hover::before{
	width:100%;
}
.innew ul li:hover::after{
	width:100%;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li .pic{
	height:auto;
	overflow:hidden;
	transition: all 0.6s;
}
.innew ul li:hover .pic{
	height:0;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.innew ul li dl dt{
	margin-top:2.5rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	transition: all 0.6s;
}
.innew ul li:hover dl dt{
	margin-top:3.75rem;
}
.innew ul li:hover dl dd{
	margin-top:2.94rem;
}
.innew ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow:hidden;
	
	transition: all 0.6s;
}
.innew ul li .more{
	margin-top:2.5rem;
	display:flex;
}
.innew ul li:hover .more{
	margin-top:2.94rem;
}
.innew ul li .more a{
	display: flex;
	align-items: center;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
}
.innew ul li .more a::after{
	margin-left:0.56rem;
	content:">";
	font-weight:bold;
	display:inline-block;
	font-family:'宋体';
}
.innew ul li .sm{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height:0;
	transition: all 0.6s;
}
.innew ul li:hover .sm{
	height:auto;
	margin-top:2.94rem;
}

.inmore{
	display:flex;
	justify-content: center;
	margin-top:6.25rem;
}
.inmore a{
	padding: 0.875rem 5.25rem;
	border:1px solid #39BEAA;
	color: #39BEAA;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	position:relative;
	display: flex;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a::after{
	margin-left:1.12rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}

.lx02 ul li .inmore a{
	z-index:3;
}

.inmore a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background-color:#35B7A3;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}

.foot{
	width:100%;
	float:left;
	margin-top:5rem;
	background: var(---Gray-6, #F2F2F2);
	padding:6.25rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot .a01{
	width:22%;
	max-width:25%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.foot .a01 p{
	margin-top:0.75rem;
}
.foot .a01 dl dt{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.foot .a01 dl dd{
	margin-top:0.62rem;
	color: var(---black, #000);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.75rem;
	font-family: zt2;
}
.foot .a02{
	width:13%;
}
.foot .a02 dl dt{
	color: var(---333, #333);
	font-size: 1.125rem;
	font-style: normal;
	line-height: normal;
	padding-bottom:0.81rem;
	font-family: zt3;
}
.foot .a02 dl dd{
	margin-top:0.75rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: zt3;
}
.foot .a02 dl dd a{
	color: var(---666, #666);
}
.foot .a03{
	width:auto;
	max-width:8.0rem;
}
.foot .a03 dl dt{
	overflow:hidden;
	cursor: pointer;  /* 标准手型光标 */
}
.foot .a03 dl dt img{
	max-width:100%;
	height:auto;
}
.foot .a03 dl dd{
	margin-top:0.94rem;
	color: var(---999, #999);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.foot02{
	width:100%;
	float:left;
	height:3.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(---999, #999);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.back{
	width:3.0rem;
	height:3.0rem;
	position:fixed;
	bottom:15.0rem;
	right:2.0rem;
	z-index:2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.back img{
	max-width:100%;
}


.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height: auto;
	left:0;
	z-index:1;
	top:15%;
	display: flex;
	justify-content: center;
}
.nybanner .tex .a01{
	width:60%;
	text-align: center;
}
.nybanner .tex .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.nybanner .tex .a01 dl dd{
	margin-top:1.8rem;
	color: var(---white, #FFF);
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
}
.nybanner .tex .a01 .more{
	display:flex;
	margin-top:5.0rem;
	display:none;
}
.nybanner .tex .a01 .more a{
	padding: 0.875rem 5.25rem;
	background: var(--Color-2, #39BEAA);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	position:relative;
	display: flex;
}
.nybanner .tex .a01 .more a::after{
	margin-left:1.12rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.nycon{
	width:100%;
	float:left;
	margin-top:6.25rem;
	position:relative;
}
.nycon-l{
	width:18.5%;
	float:left;
}
.zlm{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
}
.zlm h1{
	background: var(--Color-2, #39BEAA);
	padding: 1.375rem 1.25rem;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.zlm .a01{
	padding:1.25rem;
	margin-top:0.62rem;
	padding-top:0.62px;
}
.zlm .a01 dl dt{
	padding-bottom:0.69rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:0.62rem;
	margin-top:1.25rem;
}
.zlm .a01 dl dd{
	padding:0.5rem 0;
	color: var(---333, #333);
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.zlm .a02{
	padding:1.25rem;
	padding-top:0px;
}
.zlm .a02 dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:0.35rem;
	display:flex;
}
.zlm .a02 dl dt a{
	width:100%;
	padding: 0.4125rem 0.625rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zlm .a02 dl dt a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	opacity:0;
	transition: all 0.6s;
	color: var(--Color-2, #39BEAA);
}
.zlm .a02 dl dt a:hover{
	background-color:#FFF;
	color: var(--Color-2, #39BEAA);
}
.zlm .a02 dl dt a:hover::after{
	opacity:1;
}
.zlm .a02 dl dt a.cur{
	background-color:#FFF;
	color: var(--Color-2, #39BEAA);
}
.zlm .a02 dl dt a.cur::after{
	opacity:1;
}


.nycon-r{
	width:79.5%;
	float:right;
}
.ntit{
	width:100%;
	float:left;
	padding-bottom:1.88rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: zt2;
}
.ntit2{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.ntit2 dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	font-family: zt2;
}
.ntit2 dl dd{
	margin-top:0.88rem;
	display: flex;
	align-items: center;
}
.ntit2 dl dd a{
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
}
.ntit2 dl dd a::after{
	margin-left:0.56rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.sb01{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.sb01 ul{
	display: flex;
	flex-wrap: wrap;
}
.sb01 ul li{
	width:calc(33.4% - 0.62rem);
	margin-right:0.62rem;
	background: var(---Gray-6, #F2F2F2);
	padding: 3.75rem 1.8rem 3.72rem 1.8rem;
	transition: all 0.6s.
}
.sb01 ul li:nth-child(3n){
	margin-right:0px;
}
.sb01 ul li dl dt{
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	
	transition: all 0.6s;
}
.sb01 ul li dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	transition: all 0.6s;
	font-family: zt2;
}
.sb01 ul li .more{
	display:flex;
	justify-content: center;
	margin-top:1.88rem;
}
.sb01 ul li .more{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
}
.sb01 ul li .more::after{
	margin-left:0.56rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.sb01 ul li .pic{
	margin-top:2.1rem;
	text-align:center;
	position:relative;
}
.sb01 ul li .pic img{
	max-width:100%;
}
.sb01 ul li .pic .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	opacity:0;
	text-align:left;
	transition: all 0.6s;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.sb01 ul li:hover{
	background: rgba(42, 190, 168, 0.90);
}
.sb01 ul li:hover .pic img{
	opacity:0.1;
}
.sb01 ul li:hover .pic .tex{
	opacity:1;
}
.sb01 ul li:hover dl dt{
	color:#FFF;
}
.sb01 ul li:hover dl dd{
	color:#FFF;
}
.sb01 ul li:hover .more{
	color:#FFF;
}

.sb02{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.sb02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sb02 ul li{
	width:calc(50% - 0.31rem);
	margin-right:0.31rem;
	background: var(---Gray-6, #F2F2F2);
	padding: 3.75rem 3.4rem 3.72rem 3.4rem;
	transition: all 0.6s;
}
.sb02 ul li:nth-child(2n){
	margin-right:0px;
}
.sb02 ul li dl dt{
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	
	transition: all 0.6s;
}
.sb02 ul li dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	transition: all 0.6s;
	font-family: zt2;
}
.sb02 ul li .more{
	display:flex;
	justify-content: center;
	margin-top:1.88rem;
}
.sb02 ul li .more{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
}
.sb02 ul li .more::after{
	margin-left:0.56rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.sb02 ul li .pic{
	margin-top:2.1rem;
	text-align:center;
	position:relative;
}
.sb02 ul li .pic img{
	max-width:100%;
}
.sb02 ul li .pic .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	opacity:0;
	text-align:left;
	transition: all 0.6s;
}
.sb02 ul li:hover{
	background: rgba(42, 190, 168, 0.90);
}
.sb02 ul li:hover .pic img{
	opacity:0.1;
}
.sb02 ul li:hover .pic .tex{
	opacity:1;
}
.sb02 ul li:hover dl dt{
	color:#FFF;
}
.sb02 ul li:hover dl dd{
	color:#FFF;
}
.sb02 ul li:hover .more{
	color:#FFF;
}
.sb02 ul li.ab01{
	background: rgba(42, 190, 168, 0.90);
	color:#FFF;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/*text-transform: uppercase;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.sb02 ul li.ab01 a{
	color:#FFF;
}

.weiz{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:0.75rem 2.0vw;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	background-color:rgba(255,255,255,0.80);
}
.weiz a{
	color: var(---999, #999);
}
.weiz::before{
	width: 1.125rem;
	height: 1.125rem;
	margin-right:0.56rem;
	content:'';
	display:inline-block;
	background-image:url(../img/home.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.wzwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:0.75rem 2.0vw;
	margin-top:5.0rem;
	display: flex;
	align-items: center;
	color: var(---999, #999);
}
.wzwrap a{
	color: var(---999, #999);
}
.wzwrap::before{
	width: 1.125rem;
	height: 1.125rem;
	margin-right:0.56rem;
	content:'';
	display:inline-block;
	background-image:url(../img/home.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.nybanner02{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.nybanner02 .pic{
	width:50%;
	overflow: hidden;
}
.nybanner02 .pic img{
	width: 100%;
	height:auto;
	display: block;
}
.nybanner02 .tex{
	width:50%;
	padding:0 8.3vw;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
	
}
.nybanner02 .tex .a01{
	width:100%;
}
.nybanner02 .tex .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.7rem */
	/*text-transform: uppercase;*/
}
.nybanner02 .tex .a01 dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	margin-bottom:5.56rem;
}
.nybanner02 .tex .more{
	display:flex;
	margin-top:5.56rem;
}
.nybanner02 .tex .more a{
	padding: 0.875rem 5.25rem;
	background: var(--Color-2, #39BEAA);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	position:relative;
	display: flex;
}
.nybanner02 .tex .more a::after{
	margin-left:1.12rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.ntit3{
	width:100%;
	float:left;
	margin-top:8.75rem;
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	font-family: zt2;
}
.dxcl{
	width:100%;
	float:left;
	margin-top:1.88rem;
	border: 1px solid var(--Color-2, #39BEAA);
}
.dxcl h1{
	padding:1.25rem 0;
	background: var(--Color-2, #39BEAA);
	overflow: hidden;
	color: var(---white, #FFF);
	text-overflow: ellipsis;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
}
.dxcl ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid var(---Gray-5, #E0E0E0);
}
.dxcl ul li{
	width:25%;
	border-right:1px solid var(---Gray-5, #E0E0E0);
	padding:1.0rem 0;
	overflow: hidden;
	color: var(---333, #333);
	text-align: center;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dxcl ul li nth-child(4n){
	border-right:0px;
}
.dxcl ul li.blue{
	color: var(--Color-2, #39BEAA);
}
.dxcl ul:last-child{
	border-bottom:0px;
}

.nwrap{
	width:100%;
	float:left;
	margin-top:8.75rem;
	padding:8.75rem 0;
	background: var(---Gray-6, #F2F2F2);
}

.yyly{
	width:100%;
	float:left;
	margin-top:3.13rem;
}
.yyly ul{
	display: flex;
	flex-wrap: wrap;
}
.yyly ul li{
	width:calc(33.4% - 0.62rem);
	margin-right:0.62rem;
	margin-top:0.62rem;
	padding:2.5rem;
	background-color:#FFF;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.yyly ul li:nth-child(3n){
	margin-right:0px;
}
.yyly ul li::before{
	content: "\2022";
	margin-right:1.25rem;
	color:#39BEAA;
	font-size:2.5rem;
}

.nybanner03{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.nybanner03 .pic{
	width:50%;
	overflow: hidden;
	background: #F2F2F2;
	/*padding:11.58rem 0;*/
	text-align:center;
	min-height:100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position:relative;
}
.nybanner03 .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.nybanner03 .tex{
	width:50%;
	padding:5.0rem 8.3vw;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	padding-right:7.3vw;
	line-height: 180%; /* 1.8rem */
	
}
.nybanner03 .tex .a01{
	width:100%;
}
.nybanner03 .tex .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.7rem */
	/*text-transform: uppercase;*/
}
.nybanner03 .tex .a01 dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	margin-bottom:5.56rem;
	font-family: zt2;
}
.nybanner03 .tex .a02{
	width:100%;
	margin-top:5.3rem;
	display: flex;
}
.nybanner03 .tex .a02.ts{
	display: flex;
	flex-wrap: wrap;
}
.nybanner03 .tex .a02.ts dl{
	max-width:25%;
}
.nybanner03 .tex .a02 dl{
	width:auto;
	margin-top:2.0rem;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.nybanner03 .tex .a02 dl dt{
	color: var(--Color-2, #39BEAA);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	font-family: zt4;
	width:100%;
}
.nybanner03 .tex .a02 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	/*text-transform: uppercase;*/
	width:100%;
}
.nybanner03 .tex .a02 .sx{
	width:1px;
	background:#E0E0E0;
	margin-top:2.0rem;
	    margin-left: 0.6rem;
    margin-right: 0.6rem;
}

.nybanner03 .tex .more{
	display:flex;
	margin-top:5.56rem;
}
.nybanner03 .tex .more a{
	padding: 0.875rem 5.25rem;
	background: var(--Color-2, #39BEAA);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	position:relative;
	display: flex;
}
.nybanner03 .tex .more a::after{
	margin-left:1.12rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}

.sbtd{
	width:100%;
	float:left;
	margin-top:3.06rem;
}
.sbtd ul{
	display: flex;
	flex-wrap: wrap;
}
.sbtd ul li{
	width:calc(25% - 0.69rem);
	margin-right:0.69rem;
	background: var(--Color-2, #39BEAA);
	padding:3.75rem 2.5rem;
	text-align:center;
	margin-top:0.69rem;
}
.sbtd.f3{
	width:100%;
	float:left;
	margin-top:3.06rem;
}
.sbtd.f3 ul{
	display: flex;
	flex-wrap: wrap;
}
.sbtd.f3 ul li{
	width:calc(33.3% - 0.69rem);
	margin-right:0.69rem;
	background: var(--Color-2, #39BEAA);
	padding:3.75rem 2.5rem;
	text-align:center;
	margin-top:0.69rem;
}

.sbtd ul li:nth-child(30n){
	margin-right:0px;
}
.sbtd ul li .pic{
	overflow:hidden;
}
.sbtd ul li .pic img{
	max-height:3.75rem;
}
.sbtd ul li dl dt{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.sbtd ul li dl dd{
	margin-top:1.88rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	
}
.ggcs{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.ggcs ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ggcs ul li{
	width:100%;
	padding:1.25rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid #E0E0E0; 
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.ggcs ul li .a01{
	width:35%;
}
.ggcs ul li .a02{
	width:65%;
}

.liuyan{
	width:100%;
	float:left;
	margin-top:8.75rem;
	padding:6.25rem 3.75rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liuyan-l{
	width:39%;
	color: var(---333, #333);
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 300;
	line-height: 200%; /* 2.5rem */
}
.liuyan-l .a01{
	width:100%;
}
.liuyan-l .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
	/*text-transform: uppercase;*/
	margin-bottom:0.94rem;
}
.liuyan-l .a01 dl dd{
	color: var(---333, #333);
	    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
	line-height: normal;
	
	font-family: zt4;
}
.liuyan-l .a02{
	width:100%;
	margin-top:3.75rem;
}
.liuyan-l .a02 dl dt{
	color: var(---666, #666);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.liuyan-l .a02 dl dd{
	margin-top:0.62rem;
	color: var(---black, #000);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:8.75rem;
	font-family: zt4;
}

.liuyan-r{
	width:51%;
}
.lx02{
	width:100%;
	float:left;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:49%;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
}
.lx02 ul li.mart0{
	margin-top:0px;
}
.lx02 ul li:first-child{
	margin-top:0px;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li.mart60{
	margin-top:3.75rem;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li .inmore{
	margin-top:0px;
}
.lx02 ul li .a01{
	display: flex;
	align-items: center;
}
.lx02 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx02 ul li dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:3.75rem;
	height: 3.75rem;
	border:0px;
	background-color:transparent;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	outline:none;
	color: var(---999, #999);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	
}

.gybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.gybanner img{
	width:100%;
	height:auto;
}
.gybanner .tex{
	width:35%;
	position:absolute;
	height:100%;
	left:8.33vw;
	z-index:1;
	display: flex;
	align-items: center;
}
.gybanner .tex .a01{
	width: 100%;
    color: var(---white, #FFF);
    font-size: 0.9rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.75;
}
.gybanner .tex .a01.hs{
	color: var(---white, #333333);
}
.gybanner .tex .a01.hs h1{
	color: var(---white, #333333);
}
.gybanner .tex .a01.hs dl dt{
	color: var(---white, #333333);
}
.gybanner .tex .a01.hs dl dd{
	color: var(---white, #333333);
}
.gybanner .tex .a01 h1{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
	/*text-transform: uppercase;*/
}

.gybanner .tex .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:0.94rem;
}
.gybanner .tex .a01 dl dd{
	margin-top:0.94rem;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.7rem */
	/*text-transform: uppercase;*/
	margin-bottom:3.5rem;
}
.gywrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:8.75rem 8.33vw;
}
.fwcon{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fwcon ul{
	display: flex;
	flex-wrap: wrap;
}
.fwcon ul li{
	width:calc(33.4% - 1.25rem);
	margin-right:1.25rem;
	background: var(---white, #FFF);
	padding:5.0rem 2.5rem;
	position:relative;
}
.fwcon ul li:nth-child(3n){
	margin-right:0px;
}
.fwcon ul li dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fwcon ul li dl dd{
	margin-top:2.3rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	
}
.fwcon ul li::before{
	width:0;
	height:4px;
	background-color:#39BEAA;
	content:'';
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
}
.fwcon ul li:hover::before{
	width:100%;
}

.sheb{
	width:100%;
	float:left;
}

.gynl{
	width:100%;
	float:left;
	background-image:url(../img/gybj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10rem 8.33vw;
}
.gynl h1{
	color: var(---white, #FFF);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	font-family: zt2;
}
.gynl ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:3.13rem;
}
.gynl ul li{
	width:calc(16.7% - 0.62rem);
	margin-right:0.62rem;
	margin-top:0.62rem;
	height:6.25rem;
	display:flex;
}
.gynl ul li:nth-child(6n){
	margin-right:0px;
}
.gynl ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.gynl ul li a::after{
	width:0px;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.gynl ul li a:hover::after{
	margin-left:0.69rem;
	width: 1.5rem;
}
.gynl ul li a:hover{
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--Color-2, #39BEAA);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}

.kxys{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.kxys ul{
	display:flex;
	flex-wrap: wrap;
}
.kxys ul li{
	width:calc(33.45% - 1.25rem);
	margin-right:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem 2.5rem;
	padding-bottom:6.62rem;
	transition: all 0.6s;
}
.kxys ul li:hover{
	background: var(--Color-2, #39BEAA);
}
.kxys ul li:nth-child(3n){
	margin-right:0px;
}
.kxys ul li .pic{
	overflow:hidden;
}
.kxys ul li .pic img{
	max-height:3.75rem;
}
.kxys ul li dl dt{
	margin-top:4.38rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.kxys ul li dl dd{
	margin-top:2.31rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	
}
.kxys ul li:hover dl dt{
	color:#FFF;
}
.kxys ul li:hover dl dd{
	color:#FFF;
}
.kxys ul li .pic01{
	display:inline-block;
}
.kxys ul li .pic02{
	display: none;
}
.kxys ul li:hover .pic01{
	display:none;
}
.kxys ul li:hover .pic02{
	display:inline-block;
}

.jsrz{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.jsrz ul{
	display:flex;
	flex-wrap: wrap;
}
.jsrz ul li{
	width:calc(25.0% - 0.62rem);
	margin-right:0.62rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem 1.88rem;
	transition: all 0.6s;
}
.jsrz ul li:hover{
	background: var(--Color-2, #39BEAA);
}
.jsrz ul li:nth-child(4n){
	margin-right:0px;
}
.jsrz ul li .pic{
	overflow:hidden;
	text-align:center;
	padding-bottom:3.75rem;
	border-bottom:1px solid #E0E0E0;
}
.jsrz ul li .pic img{
	max-width:100%;
}
.jsrz ul li dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jsrz ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jsrz ul li:hover dl dt{
	color:#FFF;
}
.jsrz ul li:hover dl dd{
	color:#FFF;
}
.jsrz ul li:hover .pic{
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}

.allist{
	width:100%;
	float:left;
}
.allist ul{
	display: flex;
	flex-wrap: wrap;
}

.allist ul li{
	width:calc(20.1% - 0.62rem);
	margin-right:0.62rem;
	transition: all 0.6s;
	padding-bottom:2.5rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	position:relative;
	margin-top:3.75rem;
}
.allist ul li::after{
	width:0;
	height:4px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:var(--Color-2, #39BEAA);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.allist ul li:hover::after{
	width:100%;
}
.allist ul li:nth-child(5n){
	margin-right:0px;
}
.allist ul li dl dt{
	background: var(---999, #999);
	transition: all 0.6s;
	position:relative;
	overflow:hidden;
}
.allist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.allist ul li dl dt::before{
	width: 1.75rem;
	height: 1.75rem;
	position:absolute;
	top:1.25rem;
	right:1.25rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
}
.allist ul li:hover dl dt::before{
	opacity:1;
}
.allist ul li dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all 0.6s;
}
.altit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	text-align:center;
}
.altex{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.altex img{
	max-width:100%;
}

.nab{
	width:100%;
	float:left;
	margin-top:13.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-l{
	width:60.8%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
}
.nab-l dl dt{
	overflow:hidden;
}
.nab-l dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	margin-bottom:6.25rem;
}

.nab-r{
	width:28%;
}
.nab-r ul{
	display: flex;
	flex-wrap: wrap;
}
.nab-r ul li{
	width:100%;
	padding-bottom:1.88rem;
	margin-top:2.38rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.nab-r ul li dl dt{
	color: var(---333, #333);
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nab-r ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab-r ul li img{
	max-width:6.0rem;
}

.nab02{
	width:100%;
	float:left;
	margin-top:6.25rem;
	position:relative;
}
.nab02 img{
	width:100%;
	height:auto;
	display:block;
}
.nab02 .bf{
	width:100%;
	position:absolute;
	top:20.88%;
	left:0;
	z-index:1;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	text-align:center;
}
.nab02 .bf dl dt{
	overflow:hidden;
}
.nab02 .bf dl dt img{
	max-width:7.375rem;
}
.nab02 .bf dl dd{
	margin-top:1.38rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.wenh{
	width:100%;
	float:left;
	background-image:url(../img/whbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:8.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:50vw;
}
.wenh-l{
	width:28.6%;
	padding:0 8.33vw;
	padding-right:1vw;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.wenh-l dl dt{
	color: var(---white, #FFF);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.wenh-l dl dd{
	margin-top:3.75rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
}
.wenh-r{
	width:71.4%;
}
.wenh-r ul{
	display: flex;
	flex-wrap: wrap;
	height:100%;
}
.wenh-r ul li{
	width:33.333%;
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding:0 2vw;
	text-align:center;
	transition: all 0.2s;
}
.wenh-r ul li .wenb{
	width:100%;
	margin-top:-5rem;
	transition: all 0.6s;
}
.wenh-r ul li:hover{
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.wenh-r ul li .wenb .pic{
	overflow:hidden;
}
.wenh-r ul li .wenb .pic img{
	max-width:100%;
}
.wenh-r ul li .wenb .a01{
	margin-top:3.75rem;
	transition: all 0.6s;
}
.wenh-r ul li .wenb .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition: all 0.6s;
}
.wenh-r ul li .wenb .a01 dl dd{
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	line-height: 200%; /* 2rem */
	height:0;
	overflow:hidden;
	transition: all 0.6s;
}
.wenh-r ul li:hover .wenb .a01{
	margin-top:3.44rem;
}
.wenh-r ul li:hover .wenb .a01 dt{
	font-size: 2rem;
}
.wenh-r ul li:hover .wenb .a01 dd{
	margin-top:2.5rem;
	height:auto;
}
.wenh-r ul li:hover .wenb .a02{
	margin-top:2.5rem;
	height:auto;
}
.wenh-r ul li .wenb .a02{
	height:0px;
	overflow:hidden;
	transition: all 0.6s;
}
.wenh-r ul li .wenb .a02 dl dt{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	line-height: 200%; /* 2rem */
}
.wenh-r ul li .wenb .a02 dl dd{
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	line-height: 200%; /* 2rem */
}
.ryu{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    align-items: stretch;   /* 子项默认拉伸等高（可省略） */
}
.ryu-l{
	width:48.1%;
	padding-right:2.5rem;
	height:42rem;
	overflow-y: scroll; 
}
.ryu-l::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.ryu-l::-webkit-scrollbar-thumb {
  background:#fff;
  border-radius: 15px;
  border:3px solid #ddd;
}

.ryu-l::-webkit-scrollbar-track {
  background-color: #ddd;
}

.ryu-l::-webkit-scrollbar-button {
  background-color: #ddd;
}

.ryu-l::-webkit-scrollbar-button:hover {
  background-color: #999999;
}
.ryu-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ryu-l ul li{
	width:100%;
	padding:1.88rem 0;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.ryu-l ul li b{
	margin-right:0.88rem;
}
.ryu-r{
	width:48.1%;
    position: relative;     /* 为图片定位提供基准 */
    overflow: hidden;       /* 隐藏溢出部分 */
}
.ryu-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.zscq{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top:2.0rem;
}
.zscq-l{
	width:35%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
}

.zscq-r{
	width:51.6%;
}
.zscq-r ul{
	display: flex;
	flex-wrap: wrap;
}
.zscq-r ul li{
	width:calc(25.5% - 1.46rem);
	margin-right:1.46rem;
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.zscq-r ul li::before{
	width:2.0rem;
	height:4.8rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.zscq-r ul li::after{
	width:2.0rem;
	height:4.8rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.zscq-r ul li:nth-child(4n){
	margin-right:0px;
}
.zscq-r ul li dl dt{
	color: var(--Color-2, #39BEAA);
	text-align: center;
	font-size: 2.82356rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.zscq-r ul li dl dd{
	color: var(---333, #333);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
}

.honr{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.gdzc{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.gdzc ul{
	display: flex;
	flex-wrap: wrap;
}
.gdzc ul li{
	width:calc(16.77% - 0.62rem);
	border: 1px solid var(---Gray-5, #E0E0E0);
	height:7.5rem;
	display: flex;
	justify-content:center;
	align-items:center;
	margin-right:0.62rem;
	margin-top:2.5rem;
}
.gdzc ul li img{
	max-width:100%;
}
.gdzc ul li:nth-child(6n){
	margin-right:0px;
}

.gdzc2{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.gdzc2 ul{
	display: flex;
	flex-wrap: wrap;
}
.gdzc2 ul li{
	width:calc(20.1% - 0.62rem);
	border: 1px solid var(---Gray-5, #E0E0E0);
	height:7.5rem;
	display: flex;
	justify-content:center;
	align-items:center;
	margin-right:0.62rem;
	margin-top:2.5rem;
}
.gdzc2 ul li:nth-child(5n){
	margin-right:0px;
}
.gdzc2 ul li img{
	max-width:100%;
}
.newlist{
	width:100%;
	float:left;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:calc(25.2% - 1.25rem);
	margin-top:3.75rem;
	margin-right:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem 1.88rem;
	transition: all 0.6s;
}
.newlist ul li:hover{
	background: var(--Color-2, #39BEAA);
}
.newlist ul li:hover dl dt{
	color:#FFF;
}
.newlist ul li:hover dl dd{
	color:#FFF;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.newlist ul li:hover .sm{
	color:#FFF;
}
.newlist ul li:hover a{
	color:#FFF;
}
.newlist ul li:hover .more a{
	color:#FFF;
}
.newlist ul li:nth-child(4n){
	margin-right:0px;
}
.newlist ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.newlist ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
	
	padding-bottom:2.96rem;
	border-bottom:1px solid #E0E0E0;
}
.newlist ul li .sm{
	margin-top:2.5rem;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newlist ul li .more{
	display:flex;
	margin-top:5.0rem;
}
.newlist ul li .more a{
	color: var(---333, #333);
	display: flex;
	align-items:center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
}
.newlist ul li .more a::after{
	margin-left:0.56rem;
	content:">";
	display:inline-block;
	font-weight:bold;
	font-family:'宋体';
}

.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.cen{
	justify-content: center;
}
.fy ul li{
	width: 3.125rem;
	height: 3.125rem;
	display:flex;
	margin-left:5px;
	margin-right:5px;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	border-radius:50%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	display: flex;
	justify-content:center;
	align-items:center;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: var(--Color-2, #39BEAA);
	border:1px solid var(--Color-2, #39BEAA);
	color:#FFF;
}
.fy ul li .cur{
	background: var(--Color-2, #39BEAA);
	border:1px solid var(--Color-2, #39BEAA);
	color:#FFF;
}
.newshow{
	width:100%;
	float:left;
	margin-top:5.78rem;
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
}
.newshow-l{
	width:66.5%;
}
.newshow-l dl dt{
	display:flex;
	align-items:center;
}
.newshow-l dl dt .a01{
	width:15.375rem;
	height:2.375rem;
	display:flex;
	align-items:center;
	border-radius: 1.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	/*text-transform: uppercase;*/
}
.newshow-l dl dt .a01 i{
	width:7.0rem;
	height:2.375rem;
	border-radius: 1.25rem;
	background: var(--Color-2, #39BEAA);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 1.575rem */
	/*text-transform: uppercase;*/
	margin-right:1.62rem;
	display:flex;
	align-items:center;
	justify-content: center;
}
.newshow-l dl dd{
	margin-top:2.47rem;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/*text-transform: uppercase;*/
}

.newshow-r{
	width:30.8%;
	display: flex;
	justify-content: flex-end;
	align-items:center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 1.8rem */
	/*text-transform: uppercase;*/
}
.newshow-r a{
	margin-left:1.25rem;
}

.newcon{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:66.4%;
}
.newtex{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	padding:2.5rem 0;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li a{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li b{
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.newnext ul li a:hover{
	color: var(---333, #333);
}
.newnext ul li:hover{
	border-bottom: 2px solid var(--Color-2, #39BEAA);
}
.newnext ul li:hover b{
	color: var(---333, #333);
}

.newcon-r{
	width:26.2%;
}
.newcon-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-r ul li{
	width:100%;
	margin-top:3.69rem;
}
.newcon-r ul li:first-child{
	margin-top:0px;
}
.newcon-r ul li .pic{
	overflow:hidden;
	position:relative;
}
.newcon-r ul li .pic i{
	position:absolute;
	top:1.44rem;
	right:1.32rem;
	z-index:1;
	display: inline-flex;
	padding: 0.3125rem 1.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.25rem;
	background: var(---white, #FFF);
	color: var(---333, #333);
	text-align: center;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.125rem */
	
	transition: all 0.6s;
}
.newcon-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newcon-r ul li dl dt{
	margin-top:1.12rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	/*text-transform: uppercase;*/
}
.newcon-r ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
	/*text-transform: uppercase;*/
}
.newtj{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .pic{
	width:calc(67% - 0.62rem);*/
    position: relative;     /* 为图片定位提供基准 */
    overflow: hidden;       /* 隐藏溢出部分 */
}
.newtj .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.newtj .tex{
	width:33%;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem 3.12rem;
	flex: 1;
}
.newtj .tex .date{
	color: var(--Color-2, #39BEAA);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .tex .date::after{
	width: 1.75rem;
	height: 1.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.newtj .tex:hover .date::after{
	opacity:1;
}
.newtj .tex dl dt{
	color: var(--Color-2, #39BEAA);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.newtj .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/*text-transform: uppercase;*/
	padding-bottom:3.75rem;
	border-bottom:1px solid #E0E0E0;
}
.newtj .tex .sm{
	margin-top:2.81rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	/*text-transform: uppercase;*/
}
.newtj .tex .sm p{

}
.newtj .tex:hover{
	background: var(--Color-2, #39BEAA) url(../img/nbj.svg) no-repeat bottom right;
	background-size:90% auto;
}
.newtj .tex:hover .date{
	color:#FFF;
}
.newtj .tex:hover dl dt{
	color:#FFF;
}
.newtj .tex:hover dl dd{
	color:#FFF;
}
.newtj .tex:hover .sm{
	color:#FFF;
}
.newlist2{
	width:100%;
	float:left;
}
.newlist2 ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist2 ul li{
	width:calc(33.5% - 0.62rem);
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem 3.12rem;
	margin-right:0.62rem;
	margin-top:3.75rem;
}
.newlist2 ul li:nth-child(3n){
	margin-right:0px;
}
.newlist2 ul li .date{
	color: var(--Color-2, #39BEAA);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist2 ul li .date::after{
	width: 1.75rem;
	height: 1.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.newlist2 ul li:hover .date::after{
	opacity:1;
}
.newlist2 ul li dl dt{
	color: var(--Color-2, #39BEAA);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.newlist2 ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/*text-transform: uppercase;*/
	padding-bottom:3.75rem;
	border-bottom:1px solid #E0E0E0;
	transition: all 0.6s;
}
.newlist2 ul li:hover dl dd{
	padding-bottom:1.25rem;
}
.newlist2 ul li:hover .sm{
	margin-top:1.25rem;
}
.newlist2 ul li .sm{
	margin-top:2.81rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	/*text-transform: uppercase;*/
	transition: all 0.6s;
}
.newlist2 ul li .sm p{
}
.newlist2 ul li:hover{
	background: var(--Color-2, #39BEAA) url(../img/nbj.svg) no-repeat bottom right;
	background-size:90% auto;
}
.newlist2 ul li:hover .date{
	color:#FFF;
}
.newlist2 ul li:hover dl dt{
	color:#FFF;
}
.newlist2 ul li:hover dl dd{
	color:#FFF;
}
.newlist2 ul li:hover .sm{
	color:#FFF;
}

.newcon-r2{
	width:26.2%;
}
.newcon-r2 ul{
	display: flex;
	flex-wrap: wrap;
}
.newcon-r2 ul li{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	padding:2.5rem 1.88rem;
	margin-top:2.5rem;
}
.newcon-r2 ul li:first-child{
	margin-top:0px;
}
.newcon-r2 ul li .date{
	color: var(--Color-2, #39BEAA);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-r2 ul li .date::after{
	width: 1.75rem;
	height: 1.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.newcon-r2 ul li:hover .date::after{
	opacity:1;
}
.newcon-r2 ul li dl dt{
	color: var(--Color-2, #39BEAA);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.newcon-r2 ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.newcon-r2 ul li .sm{
	margin-top:1.56rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	/*text-transform: uppercase;*/
}
.newcon-r2 ul li .sm p{
	/*margin-top:0.94rem;*/
}
.newcon-r2 ul li:hover{
	background: var(--Color-2, #39BEAA) url(../img/nbj.svg) no-repeat bottom right;
	background-size:55% auto;
}
.newcon-r2 ul li:hover .date{
	color:#FFF;
}
.newcon-r2 ul li:hover dl dt{
	color:#FFF;
}
.newcon-r2 ul li:hover dl dd{
	color:#FFF;
}
.newcon-r2 ul li:hover .sm{
	color:#FFF;
}

.lxbanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.lxbanner img{
	width:100%;
	height:auto;
}
.lxbanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:flex;
	justify-content: center;
	align-items: center;
}
.lxbanner .tex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lxbanner .tex dl dd{
	display:flex;
	justify-content: center;
	margin-top:2.5rem;
}
.lxbanner .tex dl dd i{
	padding: 0rem 3.0625rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3.75rem;
	border-radius: 6.25rem;
	background: var(--Color-2, #39BEAA);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx01{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:calc(33.4% - 1.25rem);
	padding:3.0rem 3.12rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	align-items: center;
	margin-right:1.25rem;
}
.lx01 ul li:nth-child(3n){
	margin-right:0px;
}
.lx01 ul li img{
	max-width:3.625rem;
	margin-right:2.5rem;
}
.lx01 ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.25rem */
}
.lx01 ul li dl dd{
	margin-top:0.62rem;
	display:flex;
}
.lx01 ul li dl dd a{
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
	display: flex;
	align-items: center;
}
.lx01 ul li dl dd a::after{
	margin-left:0.56rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
}
.lx01 ul li:hover dl dt{
	color: var(--Color-2, #39BEAA);
}
.lx01 ul li:hover dl dd a{
	color: var(--Color-2, #39BEAA);
}

.subNavBox6{
	width:100%;
	float:left;
	margin-top:40px;
}
.subNav6{
	width:100%; 
	float:left; 
	margin-top:20px;
	padding:30px 40px;
	CURSOR: pointer;
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.subNav6 dl dt{
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.subNav6 dl dd{
	margin-top:15px;
	font-size:14px;
	line-height:24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.subNav6 dl dd i{
	margin-right:1.62rem;
}
.subNav6 .a01{
	width:215px;
	height:60px;
	line-height:60px;
	font-size:16px;
	font-weight:bold;
	background-color:#FFFFFF;
	overflow:hidden;
	text-align:center;
	border-radius:4px;
	color:#333;
	display: flex;
	align-items: center;
	justify-content: center;
}
.subNav6 .a01::after{
	width:12px;
	height:24px;
	background-image:url(../img/arrow.png);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:40px;
	content:'';
}
.subNav6:hover{
	background: var(--Color-2, #39BEAA);
	color:#FFF;
}

.subNav6 dl dt::after{
	content:"+";
	display:inline-block;
	font-size:1.25rem;
}
.currentDd6{
	background: var(--Color-2, #39BEAA);
	color:#FFF;
}
.currentDd6 dl dt::after{
	content:"-";
	display:inline-block;
}
.navContent6{
	display: none;
	float:left; 
	width:100%;
	color:#666;
	font-size:14px;
	line-height:32px;
	background: var(---Gray-6, #F2F2F2);
	padding:30px 40px;
}
.navContent6 .line{
	width:100%;
	height:1px;
	margin-bottom:40px;
	margin-top:40px;
	background-color:rgba(0,0,0,0.1);
}
.navContent6 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent6 dl dt{
	margin-right:45px;
	font-size:16px;
	line-height:21px;
	width:120px;
	font-weight:bold;
}
.navContent6 dl dd{
	font-size:16px;
	line-height:32px;
	width:calc(100% - 120px);
}
.navContent6 .ttjl{
	display:flex;
	margin-top:5.0rem;
}
.navContent6 .ttjl a{
	display: inline-flex;
	padding: 1.125rem 2.625rem 1.125rem 3.75rem;
	align-items: center;
	border-radius: 3.75rem;
	background: var(--Color-2, #39BEAA);
	color: var(---white, #FFF);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
}
.navContent6 .ttjl a::after{
	margin-left:2.3rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
}
.gwmore{
	width:100%;
	float:left;
	margin-top:3.75rem;
	height:3.75rem;
	display:flex;
}
.gwmore a{
	width:100%;
	height:3.75rem;
	text-align:center;
	line-height:3.75rem;
	background: var(--Color-2, #39BEAA);
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
}

.jlsq{
	width:100%;
	height:100%;
	display:none;
	left:0px;
	top:0;
	float:left;
	z-index:99999;
	position: fixed;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:0 8.33vw;
}
.jlsq01{
	width:100%;
	float:left;
	height:100%;
	display:flex;
	align-items: center;
}
.jlsqcon{
	width:100%;
	border: 1px solid var(--Color-2, #39BEAA);
	background: var(---white, #FFF);
}
.jlsqcon .a01{
	width:100%;
	padding:3.75rem 6.25vw;
	padding-bottom:0;
	position:relative;
}
.jlsqcon .a01 .gbi{
	width: 3rem;
	height: 3rem;
	position:absolute;
	right:2.5rem;
	top:2.5rem;
	z-index:1;
	background-image:url(../img/close-circle.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.jlsqcon .a01 h1{
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.jlsqcon .a01 ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jlsqcon .a01 ul li{
	width:49%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.75rem;
}
.jlsqcon .a01 ul li.w100{
	width:100%;
}
.jlsqcon .a01 ul li dl{
	width:100%;
}
.jlsqcon .a01 ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jlsqcon .a01 ul li dl dt i{
	color: var(--d-11-b-26, #D11B26);
}
.jlsqcon .a01 ul li dl dd{
	margin-top:0.62rem;
}
.jlsqcon .a01 ul li.mart1{
	margin-top:1.44rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jlbk{
	width:100%;
	height: 3.75rem;
	line-height:3.75rem;
	padding:0 1.25rem;
	background: var(---Gray-6, #F2F2F2);
	border:0px;
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}
.ljtj{
	width:14rem;
	background: var(--Color-2, #39BEAA);
	height:3.75rem;
	display:flex;
}
.ljtj a{
	width:100%;
	height:100%;
	position:relative;
	display:flex;
}
.ljtj a span{
	width:calc(100% - 3.75rem);
	text-align:center;
	line-height:3.75rem;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.13125rem;
}
.ljtj a::after{
	width:3.75rem;
	height:3.75rem;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	background: var(--Color-4, #00B290) url(../img/fx.svg) no-repeat center;
	content:'';
	display:inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.ljtj a:hover::after{
	width:100%;
}

.file-box{
	display: inline-block;
	position: relative;
	overflow: hidden;
	display: flex;
	padding: 1.0625rem 2.625rem 1.0625rem 3.75rem;
	align-items: center;
	border: 1px solid var(--Color-2, #39BEAA);
	color: var(--Color-2, #39BEAA);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	cursor:pointer;
}
.file-box::after{
	content:"+";
	margin-left:2.3rem;
	font-size:1.2rem;
}
.file-btn{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	outline: none;
	background-color: transparent;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	cursor:pointer;
}

.gylist{
	width:100%;
	float:left;
	border-top:1px solid #E0E0E0;
}
.gylist ul{
	display: flex;
	flex-wrap: wrap;
}
.gylist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid #E0E0E0;
}
.gylist ul li .a01{
	width:20%;
	padding-left:2.5rem;
	display:flex;
	margin-top:2.5rem;
}
.gylist ul li .a01 dl{
	width:auto;
	text-align:center;
	min-width:8rem;
	max-width:8rem;
}
.gylist ul li .a01 dl dt{
	overflow:hidden;
}
.gylist ul li .a01 dl dt img{
	max-width:100%;
	min-width:100%;
}
.gylist ul li .a01 dl dd{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: zt4;
}
.gylist ul li .nltex{
	width:70%;
}
.gylist ul li .nltex .a02:last-child{
	border-bottom:0px;
}
.gylist ul li .nltex .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:2.5rem;
	border-bottom:1px solid #E0E0E0;
	margin-top:2.5rem;
}
.gylist ul li .nltex .a02 .b01{
	width:45%;
}
.gylist ul li .nltex .a02 .b01 dl dt{
	padding-bottom:0.62rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: zt4;
}
.gylist ul li .nltex .a02 .b01 dl dd{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.gylist ul li .nltex .a02 .sx{
	width:1px;
	background-color:#E0E0E0;
}


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


.hidden{ display: none;}
.moreload3{width: 100%;height: auto;margin:0 auto;overflow: hidden;}
.moreload3 ul.list{overflow: hidden;}
.moreload3 ul.list li{width: 100%;height: auto;float: left;overflow: hidden;}



.moreload3 .more{
	width:100%;
	float:left;
	margin-top:3.75rem;
	height:3.75rem;
	display:flex;
}
.moreload3 .more a{
	width:100%;
	height:3.75rem;
	text-align:center;
	line-height:3.75rem;
	background: var(--Color-2, #39BEAA);
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
}
.nycon-l.stuck {
    position: absolute;
    bottom: 0;
	left:0;
    top: auto !important;
	width:18.5%;
}

.cansu{
	width:100%;
	float:left;
	border: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cansu ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.cansu ul li{
	width:50%;
	padding:1.0rem 3.8rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/*text-transform: capitalize;*/
	font-family: zt3;
}
.cansu ul:first-child{
	background: var(--Color-4, #00B290);
}
.cansu ul:first-child li{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.cansu ul:last-child{
	border-bottom:0px;
}

.genduo{
	margin-top:3.25rem;
	width:100%;
	float:left;
	border-top:1px solid #eee;
	padding-top:3.75rem;
}
.genduo ul{
	display:flex;
	justify-content: center;
}
.genduo ul li{
	width:47%;
	margin-left:1.0rem;
	margin-right:1.0rem;
}
.genduo ul li a{
	width:100%;
	padding: 0.75rem 0;
	border:1px solid #39BEAA;
	color: #39BEAA;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	position:relative;
	display: flex;
	justify-content: center;
}
.genduo ul li a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background-color:#35B7A3;
	content:'';
	display:inline-block;
}
.genduo ul li a:hover::before{
	width:100%;
}
.genduo ul li a:hover{
	color:#FFF;
}









.mart5{
	margin-top:5rem;
}
.mart11{
	margin-top:11.25rem;
}
.mart3{
	margin-top:3.75rem;
}
.mart17{
	margin-top:17rem;
}
.black{
	color: var(---333, #333);
}
.mart0{
	margin-top:0rem;
}
.mart6{
	margin-top:6.25rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

.dingw{ width:100%; float:left; margin-top:-120px;}
.pos3{ position:fixed; top:110px; left:8.33vw; width:15.4%; z-index:33;}
}


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

.liuyan-l .a01 dl dd{
	font-size:1.6rem;
}
.nybanner03 .tex .a02 dl dt{
	font-size:1.5rem;
}
.sbtd ul li dl dt{
	font-size:1.0rem;
}
.sbtd ul li .pic img{
	max-height:3.0rem;
}
.inab .tex{
	width:50%;
}
.innav ul li .xiala .a02 dl dt{
	font-size:1.5rem;
}








}

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

.nybanner03 .tex .a02 dl dt{
	font-size:1.3rem;
}
.sbtd ul li{
	padding:3.75rem 1.5rem;
}

.zlm .a01 dl dd{
	font-size:0.8rem;
}

.newtj .tex .date{
	font-size:3.0rem;
}
.newtj .tex dl dd{
	font-size:1.25rem;
}
.newtj .tex dl dt{
	font-size:1.0rem;
}
.newtj .tex .sm{
	font-size:0.875rem;
}

.ryu-l{
	height:30rem;
}
.nybanner03 .tex .a01 dl dd{
	margin-bottom:2.0rem;
}

.nybanner03 .tex .a02{
	margin-top:1.0rem;
}
.gybanner .tex {
    width: 50%;}
.gybanner .tex .a01 dl dt{
	    font-size: 1.75rem;
	}
.gybanner .tex .a01 dl dd{
	margin-bottom: 3rem;
	font-size: 1.25rem;
	}

.gybanner .tex .a01{
	font-size: 0.8rem;
	line-height: 1.7;
	}


	
}
@media (min-width:1000px) and (max-width:1440px){
	.nybanner .tex{
		    top: 8%;
		}
	.nybanner .tex .a01 {
    width: 65%;}
	.nybanner .tex .a01 dl dd {
    margin-top: 1.25rem;
    font-size: 0.7rem;
}
	}
@media (min-width:1000px) and (max-width:1360px){

.main{
	padding:0 5.2vw;
}
.innav ul li{
	font-size:14px;
	margin-left:0.9vw;
	margin-right:0.9vw;
}
.innav ul li .xiala .a01 h1{
	font-size:1.25rem;
	padding-bottom:1.5rem;
}
.innav ul li .xiala .a01{
	padding-bottom:1.5rem;
	padding-top:1.5rem;
}
.innav ul li .xiala .a03{
	padding-bottom:1.5rem;
}
.innav ul li .xiala .a01 dl dd{
	margin-top:1.0rem;
	font-size:0.75rem;
}
.innav ul li .xiala .a03 dl{
	margin-top:1.5rem;
}
.innav ul li .xiala .a03 dl dd{
	font-size:0.65rem;
}
.innav ul li .xiala .a03 dl dt{
	padding:0;
}
.innav ul li .xiala .a02{
	padding-bottom:1.5rem;
	padding-top:1.5rem;
}
.innav ul li .xiala .a02 dl dt{
	font-size:1.0rem;
}
.innav ul li .xiala .a02 dl dd{
	margin-top:1.0rem;
}
.innav ul li .xiala .a03 dl dd a{
	height:auto;
}
.intit dl dt{
	font-size:2.0rem;
}
.intit .sm{
	font-size:0.875rem;
}
.index01 ul li dl dt{
	font-size:16px;
}
.inys ul li .num{
	font-size:4.0rem;
	line-height:3.0rem;
}
.inab .tex dl dt{
	font-size:2.0rem;
}
.inab .tex dl dd{
	font-size:0.75rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.inab .tex .more{
	margin-top:3.0rem;}
.inab .tex .more a{
	padding:0.5rem 2.25rem;
	font-size:0.75rem;
}
.inab .abxlm ul li dl dt{
	font-size:3.0rem;
}
.inmore a{
	padding:0.5rem 2.25rem;
	font-size:0.75rem;
}
.foot .a01 dl dd{
	font-size:1.8rem;
}
.foot .a03{
	max-width:7.0rem;
}
.foot .a03 dl dd{
	font-size:0.65rem;
}
.search{
	padding:1.75rem 0;
}
.search .s01{
	width:47%;
}
.ssbk{
	font-size:1.0rem;
}
.search .s01 dl dd{
	padding-bottom:1.0rem;
}
.search .s01 ul{
	margin-top:2.0rem;
}
.search .s01 ul li a{
	padding:0.5rem 0;
	font-size:0.75rem;
}
.nybanner .tex .a01 dl dt{
	font-size:1.5rem;
}
.nybanner .tex .a01 dl dd{
	margin-top: 1.5rem;
    font-size: 0.7rem;
}
.nybanner .tex .a01 .more{
	margin-top:2.0rem;
}
.nybanner .tex .a01 .more a{
	padding:0.5rem 2.25rem;
	font-size:0.75rem;
}
.zlm h1{
	font-size:1.2rem;
	padding:1.0rem 1.25rem;
}
.sb01 ul li{
	padding:2.5rem 1.0rem;
}
.sb01 ul li dl dt{
	font-size:0.75rem;
}
.sb01 ul li dl dd{
	font-size:1.0rem;
}
.sb01 ul li .pic .tex{
	font-size:0.75rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.sb02 ul li .pic .tex{
	font-size:0.75rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.nybanner02 .tex .a01 dl dt{
	font-size:0.875rem;
}
.nybanner02 .tex .a01 dl dd{
	font-size:1.5rem;
	margin-bottom:2.0rem;
}
.nybanner02 .tex{
	font-size:0.875rem;
}
.nybanner02 .tex .more{
	margin-top:2.56rem;
}
.nybanner02 .tex .more a{
	padding:0.5rem 2.25rem;
	font-size:0.75rem;
}
.ntit3{
	font-size:2.0rem;
	margin-top:4.75rem;
}
.yyly ul li{
	padding:1.5rem;
}
.yyly ul li::before{
	margin-right:0rem;
}
.nybanner03 .tex .a01 dl dt{
	font-size:0.875rem;
}
.nybanner03 .tex .a01 dl dd{
	font-size:1.5rem;
	margin-bottom:2.0rem;
	margin-top:0.4rem;
}
.nybanner03 .tex .a02 .sx{
	margin-left:0.35rem;
	margin-right:0.35rem;
}
.nybanner03 .tex{
	font-size:0.75rem;
}
.nybanner03 .tex .a02{
	margin-top:1.0rem;
}
.nybanner03 .tex .a02 dl dt{
	font-size:1.0rem;
}
.nybanner03 .tex .a02 dl dd{
	font-size:0.75rem;
	margin-top:0.5rem;
}
.sbtd ul li{
	padding:2.5rem 1.0rem;
}
.sbtd ul li dl dt{
	font-size:1.0rem;
}
.sbtd ul li dl dd{
	font-size:0.65rem;
}
.sbtd ul li .pic img{
	max-height:2.5rem;
}
.liuyan-l .a01 dl dt{
	font-size:0.875rem;
}
.liuyan-l .a01 dl dd{
	font-size:1.35rem;
}
.liuyan-l .a02 dl dt{
	font-size:1.0rem;
}
.liuyan-l .a02 dl dd{
	font-size:2.0rem;
	margin-bottom:6.0rem;
}
.lx02 ul li.mart60{
	margin-top:2.5rem;
}
.liuyan-l{
	font-size:0.65rem;
}
.gybanner .tex{
	width:50%;
}
.gybanner .tex .a01 h1{
	font-size:0.875rem;
}
.gybanner .tex .a01 dl dt{
	font-size:1.25rem;
}
.gybanner .tex .a01 dl dd{
	font-size:1.0rem;
	margin-bottom:2.0rem;
}
.gybanner .tex .a01{
	font-size:0.75rem;
}
.fwcon ul li{
	padding:3.0rem 1.5rem;
}
.fwcon ul li dl dt{
	font-size:1.25rem;
}
.fwcon ul li dl dd{
	margin-top:1.5rem;
	font-size:0.75rem;
}
.gynl ul li a{
	padding:0 0.5rem;
	font-size:0.75rem;
}
.gynl ul li{
	height:3.75rem;
}
.gynl h1{
	font-size:2.0rem;
}
.gynl{
	padding:5.0rem 8.33vw;
}
.gywrap{
	padding:4.75rem 8.33vw;
}
.liuyan{
	margin-top:4.75rem;
	padding:3.25rem 1.75rem
}
.kxys ul li dl dt{
	font-size:1.25rem;
}
.kxys ul li dl dd{
	font-size:0.75rem;
}
.kxys ul li .pic img{
	max-height:2.5rem;
}

.nybanner03 .tex .more a{
	padding:0.5rem 2.25rem;
	font-size:0.75rem;
}
.nab-l dl dd{
	font-size:1.5rem;
	margin-bottom:3.0rem;
}
.nab-l{
	font-size:0.875rem;
}
.nab-r ul li dl dt{
	font-size:2.5rem;
}
.nab-r ul li img{
	max-width:3.0rem;
}
.nab02 .bf dl dt img{
	max-width:5.0rem;
	display:inline-block;
}
.inys ul li{
	padding:2.5rem 1.5rem;
}
.inys ul li .pic img{
	max-height:3.0rem;
}
.wenh-l dl dt{
	font-size:1.5rem;
}
.wenh-l dl dd{
	margin-top:2.0rem;
	font-size:0.75rem;
}
.wenh-r ul li{
	padding:0 2vw;
}
.wenh-r ul li .wenb .pic img{
	max-height:3.5rem;
}
.wenh-r ul li .wenb .a01{
	margin-top:1.25rem;
}
.wenh-r ul li .wenb .a01 dl dt{
	font-size:0.875rem;
}
.wenh-r ul li .wenb .a01 dl dd{
	font-size:0.65rem;
}
.wenh-r ul li:hover .wenb .a01{
	margin-top:1.25rem;
}
.wenh-r ul li:hover .wenb .a01 dt{
	font-size: 1rem;
}
.wenh-r ul li:hover .wenb .a01 dd{
	margin-top:1.0rem;
	height:auto;
}
.wenh-r ul li:hover .wenb .a02{
	margin-top:1.0rem;
	height:auto;
}
.wenh-r ul li .wenb .a02 dl dt{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	line-height: 200%; /* 2rem */
}
.wenh-r ul li .wenb .a02 dl dd{
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.ryu-l ul li{
	padding:1.0rem 0;
	font-size:0.75rem;
}

.ryu-l::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.ryu-l::-webkit-scrollbar-thumb {
  background:#fff;
  border-radius: 15px;
  border:1px solid #ddd;
}
.zscq-l{
	font-size:0.75rem;
}
.zscq-r ul li dl dt{
	font-size:1.5rem;
}
.newshow-l dl dd{
	font-size:1.5rem;
}
.newshow-r{
	width:35%;
}
.newtj .tex{
	padding:2.05rem 1.5rem;
}
.newtj .tex .date{
	font-size:2.5rem;
}
.newtj .tex dl dt{
	font-size:1.0rem;
}
.newtj .tex dl dd{
	font-size:1.25rem;
	padding-bottom:1.5rem;
}
.newtj .tex .sm{
	margin-top:1.5rem;
	font-size:0.75rem;
}
.newtj .tex .sm p{
	
}
.newlist2 ul li{
	padding:2.05rem 1.5rem;
}
.newlist2 ul li .date{
	font-size:2.5rem;
}
.newlist2 ul li dl dt{
	font-size:1.0rem;
}
.newlist2 ul li dl dd{
	font-size:1.25rem;
	padding-bottom:1.5rem;
}
.newlist2 ul li .sm{
	margin-top:1.5rem;
	font-size:0.75rem;
}
.newlist2 ul li .sm p{
	
}
.lx01 ul li{
	padding:1.5rem;
}
.lx01 ul li img{
	margin-right:1.5rem;
}
.jlsqcon .a01 ul li{
	margin-top:1.75rem;
}
.jlbk{
	height:2.0rem;
	line-height:2.0rem;
}
.jlsqcon .a01 h1{
	font-size:1.25rem;
}
.file-box{
	padding:0.5rem 1.625rem 0.5rem 2.5rem;
}
.ljtj{
	height:2.0rem;
}
.ljtj a span{
	line-height:2.0rem;
	width:calc(100% - 2.0rem);
}
.ljtj a::after{
	width:2.0rem;
	height:2.0rem;
}
.gwmore{
	margin-top:1.5rem;
}

.intit .sm div{
	width:90%;
}
.bk2{
	height:2.75rem;
	line-height:2.75rem;
	font-size:0.65rem;
}
.lx02 ul li{
	margin-top:1.5rem;
}
.lx02 ul li dl dd{
	margin-top:5px;
}
.nycon-l{
	width:25%;
}

.nycon-r{
	width:73%;
}

.pos3{
	left:5.2vw;
	width:21.9%
}
.zlm .a01 dl dd{
	font-size:0.8rem;
}
.zlm .a01 dl dt{
	font-size:0.875rem;
}

.nycon-l.stuck{
	width:24.5%;
}

.innav ul li .xiala .a03 .gdt{
	height:190px;
	overflow-y:scroll;
}


.ryu-l{
	height:28.5rem;
}




	
}





@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:#FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:50%; 
	max-height:4rem; 
	vertical-align:middle; 
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:5rem; 
	height:5rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:5rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 2.0rem; 
	height: 2.0rem; 
	background:url(../img/close.png) no-repeat; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}

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

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

.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background: url(../img/topbj.png) no-repeat center;
	background-size:cover;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:4rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
	display:flex;
}
.subNav3 a{
	width:100%;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #39BEAA; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
	width:100%;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

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

.intit{
	width:100%;
	float:left;
	margin-top:3.75rem;
	text-align:center;
}
.intit dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.intit dl dd{
	margin-top:0.44rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.7rem */
	/*text-transform: uppercase;*/
}
.intit .more{
	display:flex;
	justify-content: center;
	align-items: center;
	margin-top:1.5rem;
}
.intit .more a{
	display:flex;
	align-items: center;
	color: #333;
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit .more a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.12rem;
}
.intit .sm{
	display:flex;
	justify-content: center;
	margin-top:1.5rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
}
.intit .sm div{
	width:85%;
}

.index01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
}
.index01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 ul li{
	width:33.33%;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.33rem 5.15vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.index01 ul li:nth-child(3n){
	border-right:0px;
}
.index01 ul li dl{
	max-width:100%;
}
.index01 ul li dl dt{
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.index01 ul li dl dd{
	margin-top:0.32rem;
	display: flex;
	align-items: center;
}
.index01 ul li dl dd a{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
}
.index01 ul li dl dd a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	margin-left:0.26rem;
}
.index01 ul li img{
	max-width:100%;
	margin-top:2.0rem;
}
.index01 ul li:hover dl dt{
	color: var(--Color-2, #39BEAA);
}
.index01 ul li:hover dl dd a{
	color: var(--Color-2, #39BEAA);
}
.index01 ul li.cur dl dt{
	color: var(--Color-2, #39BEAA);
}
.index01 ul li.cur dl dd a{
	color: var(--Color-2, #39BEAA);
}

.inpic{
	width:100%;
	float:left;
	margin-top:2.94rem;
}
.inpic img{
	width:100%;
	height:auto;
	display:block;
}

.inys{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.inys ul{
	display: flex;
	flex-wrap: wrap;
}
.inys ul li{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	padding:1.6rem 1.87rem;
	height:16rem;
	position:relative;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.inys ul li:nth-child(5n){
	margin-right:0px;
}
.inys ul li .pic{
	overflow:hidden;
}
.inys ul li dl dt{
	margin-top:1.62rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.inys ul li dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.inys ul li .num{
	width:auto;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	color: var(---white, #FFF);
	font-size: 4rem;
	font-style: normal;
	font-weight: 900;
	line-height: 3.0rem;
	/*text-transform: uppercase;*/
	transition: all 0.6s;
}
.inys ul li:hover{
	background: var(--Color-2, #39BEAA);
}
.inys ul li:hover dl dt{
	color:#FFF;
}
.inys ul li:hover dl dd{
	color:#FFF;
}
.inys ul li:hover .num{
	color: var(--10, rgba(255, 255, 255, 0.10));
}
.inys ul li .pic01{
	display:inline-block;
}
.inys ul li .pic02{
	display: none;
}
.inys ul li:hover .pic01{
	display:none;
}
.inys ul li:hover .pic02{
	display:inline-block;
}

.inab{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
}
.inab img{
	width:100%;
	height:auto;
	display:block;
}
.inab .tex{
	width:100%;
	position:absolute;
	top:10.75%;
	left:0;
	z-index:1;
	padding:0 8.33vw;
}
.inab .tex dl dt{
	color: var(---white, #FFF);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.inab .tex dl dd{
	margin-top:1.5rem;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
}
.inab .tex .more{
	display:flex;
	margin-top:3rem;
}
.inab .tex .more a{
	padding: 0.5rem 2.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	position:relative;
	display: flex;
}
.inab .tex .more a::after{
	margin-left:1.12rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.inab .abxlm{
	width:100%;
	height: auto;
	position:absolute;
	right:0;
	bottom:0;
	z-index:2;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.inab .abxlm ul{
	display: flex;
	flex-wrap: wrap;
	height:100%;
}
.inab .abxlm ul li{
	width:50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	border-right: 1px solid rgba(255, 255, 255, 0.30);
	border-bottom: 1px solid rgba(255, 255, 255, 0.30);
	padding:0.5rem 0;
}
.inab .abxlm ul li:nth-child(2n){
	border-right:0px;
}
.inab .abxlm ul li dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.inab .abxlm ul li dl dt i{
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab .abxlm ul li dl dd{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.innew{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:100%;
	margin-top:1.3rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding-bottom:1.44rem;
	position:relative;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.innew ul li::before{
	width:0;
	height:4px;
	background-color:var(--Color-2, #39BEAA);
	content:'';
	display:inline-block;
	transition: all 0.6s;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.innew ul li::after{
	width:0;
	height:4px;
	background-color:var(--Color-2, #39BEAA);
	content:'';
	display:inline-block;
	transition: all 0.6s;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.innew ul li:hover::before{
	width:100%;
}
.innew ul li:hover::after{
	width:100%;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li .pic{
	width:35%;
	height:auto;
	overflow:hidden;
	transition: all 0.6s;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.innew ul li .tex{
	width:60%;
}
.innew ul li dl dt{
	margin-top:2.5rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	transition: all 0.6s;
	display:none;
}
.innew ul li dl dd{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
	
	transition: all 0.6s;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.innew ul li .more{
	margin-top:0.5rem;
	display:none;
}
.innew ul li .more a{
	display: flex;
	align-items: center;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
}
.innew ul li .more a::after{
	margin-left:0.56rem;
	content:">";
	font-weight:bold;
	display:inline-block;
	font-family:'宋体';
}
.innew ul li .sm{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height:0;
	transition: all 0.6s;
}

.inmore{
	display:flex;
	justify-content: center;
	margin-top:3.25rem;
}
.inmore a{
	padding: 0.5rem 2.25rem;
	background: var(--Color-2, #39BEAA);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	position:relative;
	display: flex;
}
.inmore a::after{
	margin-left:1.12rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.inmore a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background-color:#35B7A3;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}

.foot{
	width:100%;
	float:left;
	margin-top:4rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.25rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot .a01{
	width:100%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
}
.foot .a01 p{
	margin-top:0.75rem;
}
.foot .a01 dl dt{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.foot .a01 dl dd{
	margin-top:0.62rem;
	color: var(---black, #000);
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.75rem;
}
.foot .a02{
	width:auto;
	display:none;
}
.foot .a02 dl dt{
	color: var(---333, #333);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:0.81rem;
}
.foot .a02 dl dd{
	margin-top:0.75rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot .a02 dl dd a{
	color: var(---666, #666);
}
.foot .a03{
	width:100%;
	margin-top:3.0rem;
}
.foot .a03 dl dt{
	overflow:hidden;
	text-align:center;
}
.foot .a03 dl dt img{
	max-width:100%;
	height:auto;
}
.foot .a03 dl dd{
	margin-top:0.94rem;
	color: var(---999, #999);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.foot02{
	width:100%;
	float:left;
	height: auto;
	padding:1.0rem 8.33vw;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	color: var(---999, #999);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.back{
	width:2.0rem;
	height:2.0rem;
	position:fixed;
	bottom:5.0rem;
	right:1.0rem;
	z-index:2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.back img{
	max-width:100%;
}



.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
}
.nybanner .tex{
	width:80%;
	position:absolute;
	height: auto;
	left:8.33vw;
	top:15%;
	z-index:1;
	display: flex;
	align-items: center;
}
.nybanner .tex .a01{
	width:100%;
}
.nybanner .tex .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.nybanner .tex .a01 dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.8rem */
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.nybanner .tex .a01 .more{
	display:flex;
	margin-top:2.0rem;
	display:none;
}
.nybanner .tex .a01 .more a{
	padding: 0.3rem 1.25rem;
	background: var(--Color-2, #39BEAA);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	position:relative;
	display: flex;
}
.nybanner .tex .a01 .more a::after{
	margin-left:1.12rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.nycon{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nycon-l{
	width:18.5%;
	display:none;
}
.zlm{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
}
.zlm h1{
	background: var(--Color-2, #39BEAA);
	padding: 1.375rem 1.25rem;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.zlm .a01{
	padding:1.25rem;
	margin-top:0.62rem;
	padding-top:0.62px;
}
.zlm .a01 dl dt{
	padding-bottom:0.69rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:0.62rem;
	margin-top:1.25rem;
}
.zlm .a01 dl dd{
	padding:1.06rem 0;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.zlm .a02{
	padding:1.25rem;
	padding-top:0px;
}
.zlm .a02 dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:0.75rem;
	display:flex;
}
.zlm .a02 dl dt a{
	width:100%;
	padding: 0.8125rem 0.625rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.zlm .a02 dl dt a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	opacity:0;
	transition: all 0.6s;
	color: var(--Color-2, #39BEAA);
}
.zlm .a02 dl dt a:hover{
	background-color:#FFF;
	color: var(--Color-2, #39BEAA);
}
.zlm .a02 dl dt a:hover::after{
	opacity:1;
}
.zlm .a02 dl dt a.cur{
	background-color:#FFF;
	color: var(--Color-2, #39BEAA);
}
.zlm .a02 dl dt a.cur::after{
	opacity:1;
}


.nycon-r{
	width:100%;
}
.ntit{
	width:100%;
	float:left;
	padding-bottom:1.0rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ntit2{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.ntit2 dl dt{
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.ntit2 dl dd{
	margin-top:0.5rem;
	display: flex;
	align-items: center;
}
.ntit2 dl dd a{
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
}
.ntit2 dl dd a::after{
	margin-left:0.56rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.sb01{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.sb01 ul{
	display: flex;
	flex-wrap: wrap;
}
.sb01 ul li{
	width:100%;
	margin-top:1.0rem;
	background: var(---Gray-6, #F2F2F2);
	padding: 3.75rem 3.4rem 3.72rem 3.4rem;
	transition: all 0.6s;
}
.sb01 ul li:nth-child(3n){
	margin-right:0px;
}
.sb01 ul li dl dt{
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	
	transition: all 0.6s;
}
.sb01 ul li dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	transition: all 0.6s;
}
.sb01 ul li .more{
	display:flex;
	justify-content: center;
	margin-top:1.88rem;
}
.sb01 ul li .more{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
}
.sb01 ul li .more::after{
	margin-left:0.56rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.sb01 ul li .pic{
	margin-top:2.1rem;
	text-align:center;
	position:relative;
}
.sb01 ul li .pic img{
	max-width:100%;
}
.sb01 ul li .pic .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	opacity:0;
	text-align:left;
	transition: all 0.6s;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.sb01 ul li:hover{
	background: rgba(42, 190, 168, 0.90);
}
.sb01 ul li:hover .pic img{
	opacity:0.1;
}
.sb01 ul li:hover .pic .tex{
	opacity:1;
}
.sb01 ul li:hover dl dt{
	color:#FFF;
}
.sb01 ul li:hover dl dd{
	color:#FFF;
}
.sb01 ul li:hover .more{
	color:#FFF;
}

.sb02{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.sb02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sb02 ul li{
	width:100%;
	margin-top:1.0rem;
	background: var(---Gray-6, #F2F2F2);
	padding: 3.75rem 3.4rem 3.72rem 3.4rem;
	transition: all 0.6s;
}
.sb02 ul li:nth-child(2n){
	margin-right:0px;
}
.sb02 ul li dl dt{
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	
	transition: all 0.6s;
}
.sb02 ul li dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	transition: all 0.6s;
}
.sb02 ul li .more{
	display:flex;
	justify-content: center;
	margin-top:1.88rem;
}
.sb02 ul li .more{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
}
.sb02 ul li .more::after{
	margin-left:0.56rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.sb02 ul li .pic{
	margin-top:2.1rem;
	text-align:center;
	position:relative;
}
.sb02 ul li .pic img{
	max-width:100%;
}
.sb02 ul li .pic .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	opacity:0;
	text-align:left;
	transition: all 0.6s;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.sb02 ul li:hover{
	background: rgba(42, 190, 168, 0.90);
}
.sb02 ul li:hover .pic img{
	opacity:0.1;
}
.sb02 ul li:hover .pic .tex{
	opacity:1;
}
.sb02 ul li:hover dl dt{
	color:#FFF;
}
.sb02 ul li:hover dl dd{
	color:#FFF;
}
.sb02 ul li:hover .more{
	color:#FFF;
}
.sb02 ul li.ab01{
	background: rgba(42, 190, 168, 0.90);
	color:#FFF;
	color: var(---white, #FFF);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/*text-transform: uppercase;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.sb02 ul li.ab01 a{
	color:#FFF;
}

.weiz{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:0.75rem 2.0vw;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.weiz a{
	color: var(---999, #999);
}
.weiz::before{
	width: 1.125rem;
	height: 1.125rem;
	margin-right:0.56rem;
	content:'';
	display:inline-block;
	background-image:url(../img/home.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.wzwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:0.75rem 2.0vw;
	margin-top:5.0rem;
	display: flex;
	align-items: center;
	color: var(---999, #999);
}
.wzwrap a{
	color: var(---999, #999);
}
.wzwrap::before{
	width: 1.125rem;
	height: 1.125rem;
	margin-right:0.56rem;
	content:'';
	display:inline-block;
	background-image:url(../img/home.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.nybanner02{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.nybanner02 .pic{
	width:100%;
	overflow: hidden;
}
.nybanner02 .pic img{
	width: 100%;
	height:auto;
	display: block;
}
.nybanner02 .tex{
	width:100%;
	padding:3.75rem 8.3vw;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
	
}
.nybanner02 .tex .a01{
	width:100%;
}
.nybanner02 .tex .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.7rem */
	/*text-transform: uppercase;*/
}
.nybanner02 .tex .a01 dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	margin-bottom:2.56rem;
}
.nybanner02 .tex .more{
	display:flex;
	margin-top:2.56rem;
}
.nybanner02 .tex .more a{
	padding: 0.5rem 1.25rem;
	background: var(--Color-2, #39BEAA);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	position:relative;
	display: flex;
}
.nybanner02 .tex .more a::after{
	margin-left:1.12rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.ntit3{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.dxcl{
	width:100%;
	float:left;
	margin-top:1.88rem;
	border: 1px solid var(--Color-2, #39BEAA);
}
.dxcl h1{
	padding:1.0rem 0;
	background: var(--Color-2, #39BEAA);
	overflow: hidden;
	color: var(---white, #FFF);
	text-overflow: ellipsis;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
}
.dxcl ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid var(---Gray-5, #E0E0E0);
}
.dxcl ul li{
	width:25%;
	border-right:1px solid var(---Gray-5, #E0E0E0);
	padding:1.0rem 0.5rem;
	overflow: hidden;
	color: var(---333, #333);
	text-align: center;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dxcl ul li nth-child(4n){
	border-right:0px;
}
.dxcl ul li.blue{
	color: var(--Color-2, #39BEAA);
}
.dxcl ul:last-child{
	border-bottom:0px;
}

.nwrap{
	width:100%;
	float:left;
	margin-top:3.75rem;
	padding:3.75rem 0;
	background: var(---Gray-6, #F2F2F2);
}

.yyly{
	width:100%;
	float:left;
	margin-top:3.13rem;
}
.yyly ul{
	display: flex;
	flex-wrap: wrap;
}
.yyly ul li{
	width:100%;
	margin-top:0.62rem;
	padding:1.5rem;
	background-color:#FFF;
	display: flex;
	align-items: center;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.yyly ul li:nth-child(3n){
	margin-right:0px;
}
.yyly ul li::before{
	content: "\2022";
	margin-right:0.62rem;
	color:#39BEAA;
	font-size:2.5rem;
}

.nybanner03{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.nybanner03 .pic{
	width:100%;
	overflow: hidden;
	background: #F2F2F2;
	padding:1.75rem 0;
	text-align:center;
}
.nybanner03 .pic img{
	max-width: 100%;
	height:auto;
}
.nybanner03 .tex{
	width:100%;
	padding:3.75rem 8.3vw;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
	
}
.nybanner03 .tex .a01{
	width:100%;
}
.nybanner03 .tex .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.7rem */
	/*text-transform: uppercase;*/
}
.nybanner03 .tex .a01 dl dd{
	margin-top:0.54rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	margin-bottom:2.56rem;
}
.nybanner03 .tex .a02{
	width:100%;
	margin-top:2.3rem;
	display: flex;
	flex-wrap: wrap;
}
.nybanner03 .tex .a02 dl{
	width:50%;
	margin-top:2.0rem;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
	position:relative;
}
.nybanner03 .tex .a02 dl dt{
	color: var(--Color-2, #39BEAA);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.nybanner03 .tex .a02 dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.nybanner03 .tex .a02 .sx{
	width:1px;
	background:#E0E0E0;
	margin-left:0.35rem;
	margin-right:0.35rem;
	margin-top:2.0rem;
	display:none;
}

.nybanner03 .tex .more{
	display:flex;
	margin-top:2.56rem;
}
.nybanner03 .tex .more a{
	padding: 0.5rem 1.25rem;
	background: var(--Color-2, #39BEAA);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	position:relative;
	display: flex;
}
.nybanner03 .tex .more a::after{
	margin-left:1.12rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}

.sbtd{
	width:100%;
	float:left;
	margin-top:0.75rem;
}
.sbtd ul{
	display: flex;
	flex-wrap: wrap;
}
.sbtd ul li{
	width:100%;
	background: var(--Color-2, #39BEAA);
	padding:3.75rem 2.5rem;
	text-align:center;
	margin-top:1.0rem;
}
.sbtd ul li:nth-child(5n){
	margin-right:0px;
}
.sbtd ul li .pic{
	overflow:hidden;
}
.sbtd ul li .pic img{
	max-height:3.75rem;
}
.sbtd ul li dl dt{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.sbtd ul li dl dd{
	margin-top:1.88rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	
}
.ggcs{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.ggcs ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ggcs ul li{
	width:100%;
	padding:1.25rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid #E0E0E0; 
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.ggcs ul li .a01{
	width:35%;
}
.ggcs ul li .a02{
	width:65%;
}

.liuyan{
	width:100%;
	float:left;
	margin-top:2.75rem;
	padding:3.75rem 2.5rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liuyan-l{
	width:100%;
	color: var(---333, #333);
	font-size: 1,95rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.5rem */
}
.liuyan-l .a01{
	width:100%;
}
.liuyan-l .a01 dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
	/*text-transform: uppercase;*/
	margin-bottom:0.94rem;
}
.liuyan-l .a01 dl dd{
	color: var(---333, #333);
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.liuyan-l .a02{
	width:100%;
	margin-top:3.75rem;
}
.liuyan-l .a02 dl dt{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.liuyan-l .a02 dl dd{
	margin-top:0.62rem;
	color: var(---black, #000);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:3.75rem;
}

.liuyan-r{
	width:100%;
}
.lx02{
	width:100%;
	float:left;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:100%;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li.mart60{
	margin-top:3.75rem;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li .inmore{
	margin-top:0px;
}
.lx02 ul li .a01{
	display: flex;
	align-items: center;
}
.lx02 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx02 ul li dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:3.75rem;
	height: 3.75rem;
	border:0px;
	background-color:transparent;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	outline:none;
	color: var(---999, #999);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	
}

.gybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.gybanner img{
	width:100%;
	height:auto;
}
.gybanner .tex{
	width:90%;
	position:absolute;
	height: auto;
	top:10%;
	left:4.33vw;
	z-index:1;
}
.gybanner .tex .a01{
	width:100%;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 2rem */
}
.gybanner .tex .a01 h1{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
	/*text-transform: uppercase;*/
}
.gybanner .tex .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	margin-top:0.94rem;
}
.gybanner .tex .a01 dl dd{
	margin-top:0.94rem;
	color: var(---white, #FFF);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 300;
	line-height: 160%; /* 2.7rem */
	/*text-transform: uppercase;*/
	margin-bottom:0.94rem;
}
.gybanner .tex .a01.hs{
	color: var(---white, #333333);
}
.gybanner .tex .a01.hs h1{
	color: var(---white, #333333);
}
.gybanner .tex .a01.hs dl dt{
	color: var(---white, #333333);
}
.gybanner .tex .a01.hs dl dd{
	color: var(---white, #333333);
}
.gywrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem 8.33vw;
}
.fwcon{
	width:100%;
	float:left;
	margin-top:0.75rem;
}
.fwcon ul{
	display: flex;
	flex-wrap: wrap;
}
.fwcon ul li{
	width:100%;
	margin-top:1.0rem;
	background: var(---white, #FFF);
	padding:3.0rem 1.5rem;
	position:relative;
}
.fwcon ul li:nth-child(3n){
	margin-right:0px;
}
.fwcon ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fwcon ul li dl dd{
	margin-top:1.3rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	
}
.fwcon ul li::before{
	width:0;
	height:4px;
	background-color:#39BEAA;
	content:'';
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
}
.fwcon ul li:hover::before{
	width:100%;
}

.sheb{
	width:100%;
	float:left;
}

.gynl{
	width:100%;
	float:left;
	background-image:url(../img/gybj2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:4rem 8.33vw;
}
.gynl h1{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.gynl ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.13rem;
}
.gynl ul li{
	width:calc(33.33% - 0.22rem);
	margin-top:0.42rem;
	height:3.0rem;
	display:flex;
}
.gynl ul li:nth-child(3n){
	margin-right:0px;
}
.gynl ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:0 0.5rem;
}
.gynl ul li a::after{
	width:0px;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.gynl ul li a:hover::after{
	margin-left:0.69rem;
	width: 1.5rem;
}
.gynl ul li a:hover{
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--Color-2, #39BEAA);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}

.kxys{
	width:100%;
	float:left;
	margin-top:0.75rem;
}
.kxys ul{
	display:flex;
	flex-wrap: wrap;
}
.kxys ul li{
	width:100%;
	margin-top:1.0rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem 2.5rem;
	transition: all 0.6s;
}
.kxys ul li:hover{
	background: var(--Color-2, #39BEAA);
}
.kxys ul li:nth-child(3n){
	margin-right:0px;
}
.kxys ul li .pic{
	overflow:hidden;
}
.kxys ul li .pic img{
	max-height:3.75rem;
}
.kxys ul li dl dt{
	margin-top:4.38rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.kxys ul li dl dd{
	margin-top:2.31rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	
}
.kxys ul li:hover dl dt{
	color:#FFF;
}
.kxys ul li:hover dl dd{
	color:#FFF;
}
.kxys ul li .pic01{
	display:inline-block;
}
.kxys ul li .pic02{
	display: none;
}
.kxys ul li:hover .pic01{
	display:none;
}
.kxys ul li:hover .pic02{
	display:inline-block;
}

.jsrz{
	width:100%;
	float:left;
	margin-top:0.75rem;
}
.jsrz ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jsrz ul li{
	width:48%;
	background: var(---Gray-6, #F2F2F2);
	padding:1.75rem 1.88rem;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.jsrz ul li:hover{
	background: var(--Color-2, #39BEAA);
}
.jsrz ul li:nth-child(4n){
	margin-right:0px;
}
.jsrz ul li .pic{
	overflow:hidden;
	text-align:center;
	padding-bottom:1.75rem;
	border-bottom:1px solid #E0E0E0;
}
.jsrz ul li .pic img{
	max-width:100%;
}
.jsrz ul li dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jsrz ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jsrz ul li:hover dl dt{
	color:#FFF;
}
.jsrz ul li:hover dl dd{
	color:#FFF;
}
.jsrz ul li:hover .pic{
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}

.allist{
	width:100%;
	float:left;
	margin-top:0.75rem;
}
.allist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.allist ul li{
	width:48%;
	margin-top:1.0rem;
	transition: all 0.6s;
	padding-bottom:1.0rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	position:relative;
}
.allist ul li::after{
	width:0;
	height:4px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background-color:var(--Color-2, #39BEAA);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.allist ul li:hover::after{
	width:100%;
}
.allist ul li:nth-child(5n){
	margin-right:0px;
}
.allist ul li dl dt{
	background: var(---999, #999);
	transition: all 0.6s;
	position:relative;
	overflow:hidden;
}
.allist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.allist ul li dl dt::before{
	width: 1.75rem;
	height: 1.75rem;
	position:absolute;
	top:1.25rem;
	right:1.25rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
}
.allist ul li:hover dl dt::before{
	opacity:1;
}
.allist ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all 0.6s;
}
.altit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	text-align:center;
}
.altex{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.altex img{
	max-width:100%;
}

.nab{
	width:100%;
	float:left;
	margin-top:6.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-l{
	width:100%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
}
.nab-l dl dt{
	overflow:hidden;
}
.nab-l dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	margin-bottom:3.25rem;
}

.nab-r{
	width:100%;
}
.nab-r ul{
	display: flex;
	flex-wrap: wrap;
}
.nab-r ul li{
	width:100%;
	padding-bottom:1.88rem;
	margin-top:2.38rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.nab-r ul li dl dt{
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab-r ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab-r ul li img{
	max-width:4.0rem;
}

.nab02{
	width:100%;
	float:left;
	margin-top:3.25rem;
	position:relative;
}
.nab02 img{
	width:100%;
	height:auto;
	display:block;
}
.nab02 .bf{
	width:100%;
	position:absolute;
	top:10.88%;
	left:0;
	z-index:1;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	text-align:center;
}
.nab02 .bf dl dt{
	overflow:hidden;
}
.nab02 .bf dl dt img{
	max-width:2.375rem;
	display:inline-block;
}
.nab02 .bf dl dd{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.wenh{
	width:100%;
	float:left;
	background-image:url(../img/whbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	margin-top:3.75rem;
	height: auto;
}
.wenh-l{
	width:100%;
	float:left;
	padding:0 8.33vw;
	padding-right:3.4vw;
	height: auto;
	margin-top:3.75rem;
}
.wenh-l dl dt{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.wenh-l dl dd{
	margin-top:1.75rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
}
.wenh-r{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.wenh-r ul{
	display: flex;
	flex-wrap: wrap;
	height:100%;
}
.wenh-r ul li{
	width:100%;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding:0 2vw;
	text-align:center;
	transition: all 0.2s;
}
.wenh-r ul li .wenb{
	width:100%;
	margin-top:2rem;
	transition: all 0.6s;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom:2.0rem;
}
.wenh-r ul li:hover{
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.wenh-r ul li .wenb .pic{
	overflow:hidden;
}
.wenh-r ul li .wenb .pic img{
	max-width:3.0rem;
}
.wenh-r ul li .wenb .a01{
	transition: all 0.6s;
	width:33%;
}
.wenh-r ul li .wenb .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition: all 0.6s;
}
.wenh-r ul li .wenb .a01 dl dd{
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	height: auto;
	overflow:hidden;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.wenh-r ul li .wenb .a02{
	height: auto;
	overflow:hidden;
	transition: all 0.6s;
	width:33%;
}
.wenh-r ul li .wenb .a02 dl dt{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 2rem */
}
.wenh-r ul li .wenb .a02 dl dd{
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.ryu{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ryu-l{
	width:100%;
	height:20rem;
	overflow-y: scroll;
	padding-right:1.5rem;
}
.ryu-l::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.ryu-l::-webkit-scrollbar-thumb {
  background:#39BEAA;
  border-radius: 15px;
}

.ryu-l::-webkit-scrollbar-track {
  background-color: #ddd;
}

.ryu-l::-webkit-scrollbar-button {
  background-color: #ddd;
}

.ryu-l::-webkit-scrollbar-button:hover {
  background-color: #999999;
}
.ryu-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ryu-l ul li{
	width:100%;
	padding:1.0rem 0;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	align-items: center;
	overflow: hidden;
	color: var(---666, #666);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ryu-l ul li b{
	min-width:4.0rem;
}
.ryu-r{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.ryu-r img{
	width:100%;
	height:auto;
	display:block;
}

.zscq{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top:2.0rem;
}
.zscq-l{
	width:100%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
}

.zscq-r{
	width:100%;
}
.zscq-r ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zscq-r ul li{
	width:48%;
	display: flex;
	justify-content: space-between;
	align-items:center;
	margin-top:2.0rem;
}
.zscq-r ul li::before{
	width:2.0rem;
	height:4.8rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.zscq-r ul li::after{
	width:2.0rem;
	height:4.8rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.zscq-r ul li:nth-child(4n){
	margin-right:0px;
}
.zscq-r ul li dl dt{
	color: var(--Color-2, #39BEAA);
	text-align: center;
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.zscq-r ul li dl dd{
	color: var(---333, #333);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
}

.honr{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.gdzc{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.gdzc ul{
	display: flex;
	flex-wrap: wrap;
}
.gdzc ul li{
	width:calc(33.33% - 0.32rem);
	border: 1px solid var(---Gray-5, #E0E0E0);
	height:3.5rem;
	display: flex;
	justify-content:center;
	align-items:center;
	margin-right:0.32rem;
	margin-top:1.0rem;
}
.gdzc ul li img{
	max-width:100%;
}
.gdzc ul li:nth-child(3n){
	margin-right:0px;
}

.gdzc2{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.gdzc2 ul{
	display: flex;
	flex-wrap: wrap;
}
.gdzc2 ul li{
	width:calc(33.33% - 0.32rem);
	border: 1px solid var(---Gray-5, #E0E0E0);
	height:3.5rem;
	display: flex;
	justify-content:center;
	align-items:center;
	margin-right:0.32rem;
	margin-top:1.0rem;
}
.gdzc2 ul li:nth-child(3n){
	margin-right:0px;
}
.gdzc2 ul li img{
	max-width:100%;
}
.newlist{
	width:100%;
	float:left;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newlist ul li{
	width:100%;
	margin-top:1.0rem;
	background: var(---Gray-6, #F2F2F2);
	padding:1.75rem 1.0rem;
	transition: all 0.6s;
}
.newlist ul li:hover{
	background: var(--Color-2, #39BEAA);
}
.newlist ul li:hover dl dt{
	color:#FFF;
}
.newlist ul li:hover dl dd{
	color:#FFF;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.newlist ul li:hover .sm{
	color:#FFF;
}
.newlist ul li:hover a{
	color:#FFF;
}
.newlist ul li:hover .more a{
	color:#FFF;
}
.newlist ul li:nth-child(4n){
	margin-right:0px;
}
.newlist ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.newlist ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.5rem */
	
	padding-bottom:1.5rem;
	border-bottom:1px solid #E0E0E0;
}
.newlist ul li .sm{
	margin-top:1.5rem;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newlist ul li .more{
	display:flex;
	margin-top:2.0rem;
}
.newlist ul li .more a{
	color: var(---333, #333);
	display: flex;
	align-items:center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
}
.newlist ul li .more a::after{
	margin-left:0.56rem;
	content:">";
	display:inline-block;
	font-weight:bold;
	font-family:'宋体';
}

.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.cen{
	justify-content: center;
}
.fy ul li{
	width: 2.125rem;
	height: 2.125rem;
	display:flex;
	margin-left:2px;
	margin-right:2px;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	text-align:center;
	font-size: 0.875rem;
	line-height:2.125rem;
	transition: all 0.6s;
	border-radius:50%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	background: var(--Color-2, #39BEAA);
	border:1px solid var(--Color-2, #39BEAA);
	color:#FFF;
}
.fy ul li .cur{
	background: var(--Color-2, #39BEAA);
	border:1px solid var(--Color-2, #39BEAA);
	color:#FFF;
}
.newshow{
	width:100%;
	float:left;
	margin-top:2.78rem;
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
	flex-wrap: wrap;
}
.newshow-l{
	width:100%;
}
.newshow-l dl dt{
	display:flex;
	align-items:center;
}
.newshow-l dl dt .a01{
	width:15.375rem;
	height:2.375rem;
	display:flex;
	align-items:center;
	border-radius: 1.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(---Gray-6, #F2F2F2);

	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	/*text-transform: uppercase;*/
}
.newshow-l dl dt .a01 i{
	width:7.0rem;
	height:2.375rem;
	border-radius: 1.25rem;
	background: var(--Color-2, #39BEAA);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 1.575rem */
	/*text-transform: uppercase;*/
	margin-right:1.62rem;
	display:flex;
	align-items:center;
	justify-content: center;
}
.newshow-l dl dd{
	margin-top:2.47rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/*text-transform: uppercase;*/
}

.newshow-r{
	width:100%;
	display: flex;
	align-items:center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 1.8rem */
	/*text-transform: uppercase;*/
	margin-top:1.5rem;
}
.newshow-r a{
	margin-left:1.0rem;
}
.newshow-r a img{
	max-width:2.5rem;
}

.newcon{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
}
.newtex{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	padding:1.5rem 0;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
}
.newnext ul li a{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li b{
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	width:6.0rem;
}
.newnext ul li a:hover{
	color: var(---333, #333);
}
.newnext ul li:hover{
	border-bottom: 2px solid var(--Color-2, #39BEAA);
}
.newnext ul li:hover b{
	color: var(---333, #333);
}

.newcon-r{
	width:26.2%;
	display:none;
}
.newcon-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-r ul li{
	width:100%;
	margin-top:3.69rem;
}
.newcon-r ul li:first-child{
	margin-top:0px;
}
.newcon-r ul li .pic{
	overflow:hidden;
	position:relative;
}
.newcon-r ul li .pic i{
	position:absolute;
	top:1.44rem;
	right:1.32rem;
	z-index:1;
	display: inline-flex;
	padding: 0.3125rem 1.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.25rem;
	background: var(---white, #FFF);
	color: var(---333, #333);
	text-align: center;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.125rem */
	
	transition: all 0.6s;
}
.newcon-r ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.newcon-r ul li dl dt{
	margin-top:1.12rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	/*text-transform: uppercase;*/
}
.newcon-r ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
	/*text-transform: uppercase;*/
}
.newtj{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .pic{
	width:100%;
	overflow:hidden;
}
.newtj .pic img{
	width:100%;
	height:auto;
	display:block;
}

.newtj .tex{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	padding:2.75rem 2.0rem;
}
.newtj .tex .date{
	color: var(--Color-2, #39BEAA);
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .tex .date::after{
	width: 1.75rem;
	height: 1.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.newtj .tex:hover .date::after{
	opacity:1;
}
.newtj .tex dl dt{
	color: var(--Color-2, #39BEAA);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.newtj .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/*text-transform: uppercase;*/
	padding-bottom:1.75rem;
	border-bottom:1px solid #E0E0E0;
}
.newtj .tex .sm{
	margin-top:1.81rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/*text-transform: uppercase;*/
}
.newtj .tex .sm p{
	
}
.newtj .tex:hover{
	background: var(--Color-2, #39BEAA) url(../img/nbj.svg) no-repeat bottom right;
	background-size:90% auto;
}
.newtj .tex:hover .date{
	color:#FFF;
}
.newtj .tex:hover dl dt{
	color:#FFF;
}
.newtj .tex:hover dl dd{
	color:#FFF;
}
.newtj .tex:hover .sm{
	color:#FFF;
}
.newlist2{
	width:100%;
	float:left;
}
.newlist2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newlist2 ul li{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	padding:2.75rem 2.0rem;
	margin-top:1.0rem;
}
.newlist2 ul li:nth-child(3n){
	margin-right:0px;
}
.newlist2 ul li .date{
	color: var(--Color-2, #39BEAA);
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist2 ul li .date::after{
	width: 1.75rem;
	height: 1.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.newlist2 ul li:hover .date::after{
	opacity:1;
}
.newlist2 ul li dl dt{
	color: var(--Color-2, #39BEAA);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.newlist2 ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/*text-transform: uppercase;*/
	padding-bottom:1.75rem;
	border-bottom:1px solid #E0E0E0;
}
.newlist2 ul li .sm{
	margin-top:1.81rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.newlist2 ul li .sm p{
	margin-top:0.94rem;
}
.newlist2 ul li:hover{
	background: var(--Color-2, #39BEAA) url(../img/nbj.svg) no-repeat bottom right;
	background-size:90% auto;
}
.newlist2 ul li:hover .date{
	color:#FFF;
}
.newlist2 ul li:hover dl dt{
	color:#FFF;
}
.newlist2 ul li:hover dl dd{
	color:#FFF;
}
.newlist2 ul li:hover .sm{
	color:#FFF;
}

.newcon-r2{
	width:26.2%;
	display:none;
}
.newcon-r2 ul{
	display: flex;
	flex-wrap: wrap;
}
.newcon-r2 ul li{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	padding:2.5rem 1.88rem;
	margin-top:2.5rem;
}
.newcon-r2 ul li:first-child{
	margin-top:0px;
}
.newcon-r2 ul li .date{
	color: var(--Color-2, #39BEAA);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-r2 ul li .date::after{
	width: 1.75rem;
	height: 1.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.newcon-r2 ul li:hover .date::after{
	opacity:1;
}
.newcon-r2 ul li dl dt{
	color: var(--Color-2, #39BEAA);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.newcon-r2 ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	/*text-transform: uppercase;*/
}
.newcon-r2 ul li .sm{
	margin-top:1.56rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	/*text-transform: uppercase;*/
}
.newcon-r2 ul li .sm p{
	/*margin-top:0.94rem;*/
}
.newcon-r2 ul li:hover{
	background: var(--Color-2, #39BEAA) url(../img/nbj.svg) no-repeat bottom right;
	background-size:55% auto;
}
.newcon-r2 ul li:hover .date{
	color:#FFF;
}
.newcon-r2 ul li:hover dl dt{
	color:#FFF;
}
.newcon-r2 ul li:hover dl dd{
	color:#FFF;
}
.newcon-r2 ul li:hover .sm{
	color:#FFF;
}

.lxbanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.lxbanner img{
	width:100%;
	height:auto;
}
.lxbanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:flex;
	justify-content: center;
	align-items: center;
}
.lxbanner .tex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lxbanner .tex dl dd{
	display:flex;
	justify-content: center;
	margin-top:1.5rem;
}
.lxbanner .tex dl dd i{
	padding: 0.5rem 1.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Color-2, #39BEAA);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx01{
	width:100%;
	float:left;
	margin-top:0.75rem;
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:100%;
	margin-top:1.0rem;
	padding:2.0rem 2.12rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	align-items: center;
}
.lx01 ul li:nth-child(3n){
	margin-right:0px;
}
.lx01 ul li img{
	max-width:3.625rem;
	margin-right:1.5rem;
}
.lx01 ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.25rem */
}
.lx01 ul li dl dd{
	margin-top:0.62rem;
	display:flex;
}
.lx01 ul li dl dd a{
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
	display: flex;
	align-items: center;
}
.lx01 ul li dl dd a::after{
	margin-left:0.56rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
}
.lx01 ul li:hover dl dt{
	color: var(--Color-2, #39BEAA);
}
.lx01 ul li:hover dl dd a{
	color: var(--Color-2, #39BEAA);
}

.subNavBox6{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.subNav6{
	width:100%; 
	float:left; 
	margin-top:1.0rem;
	padding:1.5rem;
	CURSOR: pointer;
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.subNav6 dl dt{
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.subNav6 dl dd{
	margin-top:15px;
	font-size:14px;
	line-height:24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.subNav6 dl dd i{
	margin-right:1.62rem;
}

.subNav6:hover{
	background: var(--Color-2, #39BEAA);
	color:#FFF;
}
.currentDd6{
	background: var(--Color-2, #39BEAA);
	color:#FFF;
}

.subNav6 dl dt::after{
	content:"+";
	display:inline-block;
	font-size:1.25rem;
}
.currentDd6 dl dt::after{
	content:"-";
	display:inline-block;
}
.navContent6{
	display: none;
	float:left; 
	width:100%;
	color:#666;
	font-size:0.875rem;
	line-height:150%;
	background: var(---Gray-6, #F2F2F2);
	padding:1.5rem;
}
.navContent6 .line{
	width:100%;
	height:1px;
	margin-bottom:1.5rem;
	margin-top:1.5rem;
	background-color:rgba(0,0,0,0.1);
}
.navContent6 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent6 dl dt{
	font-size:1.0rem;
	line-height:150%;
	width:6.0rem;
	font-weight:bold;
}
.navContent6 dl dd{
	font-size:0.875rem;
	line-height:150%;
	width:calc(100% - 6.0rem);
}
.navContent6 .ttjl{
	display:flex;
	margin-top:3.0rem;
}
.navContent6 .ttjl a{
	display: inline-flex;
	padding: 0.5rem 1.25rem;
	align-items: center;
	border-radius: 3.75rem;
	background: var(--Color-2, #39BEAA);
	color: var(---white, #FFF);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
}
.navContent6 .ttjl a::after{
	margin-left:1.3rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
}
.gwmore{
	width:100%;
	float:left;
	margin-top:1.75rem;
	height:2.75rem;
	display:flex;
}
.gwmore a{
	width:100%;
	height:2.75rem;
	text-align:center;
	line-height:2.75rem;
	background: var(--Color-2, #39BEAA);
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
}

.jlsq{
	width:100%;
	height:100%;
	display:none;
	left:0px;
	top:0;
	float:left;
	z-index:99999;
	position: fixed;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:0 8.33vw;
}
.jlsq01{
	width:100%;
	float:left;
	height:100%;
	display:flex;
	align-items: center;
}
.jlsqcon{
	width:100%;
	border: 1px solid var(--Color-2, #39BEAA);
	background: var(---white, #FFF);
}
.jlsqcon .a01{
	width:100%;
	padding:1.75rem 6.25vw;
	padding-bottom:0;
	position:relative;
}
.jlsqcon .a01 .gbi{
	width: 2rem;
	height: 2rem;
	position:absolute;
	right:1.5rem;
	top:1.5rem;
	z-index:1;
	background-image:url(../img/close-circle.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.jlsqcon .a01 h1{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.jlsqcon .a01 ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jlsqcon .a01 ul li{
	width:49%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.jlsqcon .a01 ul li.w100{
	width:100%;
}
.jlsqcon .a01 ul li dl{
	width:100%;
}
.jlsqcon .a01 ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jlsqcon .a01 ul li dl dt i{
	color: var(--d-11-b-26, #D11B26);
}
.jlsqcon .a01 ul li dl dd{
	margin-top:0.62rem;
}
.jlsqcon .a01 ul li.mart1{
	margin-top:1.44rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jlbk{
	width:100%;
	height: 2.5rem;
	line-height:2.5rem;
	padding:0 1.0rem;
	background: var(---Gray-6, #F2F2F2);
	border:0px;
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}
.ljtj{
	width:100%;
	background: var(--Color-2, #39BEAA);
	height:2.5rem;
	display:flex;
	margin-top:1.0rem;
}
.ljtj a{
	width:100%;
	height:100%;
	position:relative;
	display:flex;
}
.ljtj a span{
	width:calc(100% - 2.5rem);
	text-align:center;
	line-height:2.5rem;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.13125rem;
}
.ljtj a::after{
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	background: var(--Color-4, #00B290) url(../img/fx.svg) no-repeat center;
	content:'';
	display:inline-block;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.ljtj a:hover::after{
	width:100%;
}

.file-box{
	display: inline-block;
	position: relative;
	overflow: hidden;
	display: flex;
	padding: 0.5rem 1.625rem;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--Color-2, #39BEAA);
	color: var(--Color-2, #39BEAA);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	cursor:pointer;
	width:100%
}
.file-box::after{
	content:"+";
	margin-left:2.3rem;
	font-size:1.2rem;
}
.file-btn{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	outline: none;
	background-color: transparent;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	cursor:pointer;
}

.gylist{
	width:100%;
	float:left;
	border-top:1px solid #E0E0E0;
}
.gylist ul{
	display: flex;
	flex-wrap: wrap;
}
.gylist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid #E0E0E0;
}
.gylist ul li .a01{
	width:20%;
	display:flex;
	margin-top:2.5rem;
}
.gylist ul li .a01 dl{
	width:auto;
	text-align:center;
	max-width:100%;
}
.gylist ul li .a01 dl dt{
	overflow:hidden;
}
.gylist ul li .a01 dl dt img{
	max-width:3.0rem;
}
.gylist ul li .a01 dl dd{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:1.0rem;
}
.gylist ul li .nltex{
	width:70%;
}
.gylist ul li .nltex .a02:last-child{
	border-bottom:0px;
}
.gylist ul li .nltex .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:2.5rem;
	border-bottom:1px solid #E0E0E0;
	margin-top:2.5rem;
}
.gylist ul li .nltex .a02 .b01{
	width:100%;
}
.gylist ul li .nltex .a02 .b01 dl dt{
	padding-bottom:0.62rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.gylist ul li .nltex .a02 .b01 dl dd{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.gylist ul li .nltex .a02 .sx{
	width:100%;
	height:1px;
	background-color:#E0E0E0;
	margin-top:1.0rem;
}

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


.genduo{
	margin-top:3.25rem;
	width:100%;
	float:left;
	border-top:1px solid #eee;
	padding-top:3.75rem;
}
.genduo ul{
	display:flex;
	justify-content: center;
}
.genduo ul li{
	width:47%;
	margin-left:1.0rem;
	margin-right:1.0rem;
}
.genduo ul li a{
	width:100%;
	padding: 0.5rem 0;
	border:1px solid #39BEAA;
	color: #39BEAA;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
	position:relative;
	display: flex;
	justify-content: center;
}
.genduo ul li a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background-color:#35B7A3;
	content:'';
	display:inline-block;
}
.genduo ul li a:hover::before{
	width:100%;
}
.genduo ul li a:hover{
	color:#FFF;
}


.mart8{
	margin-top:8.0rem;
}
.mart5{
	margin-top:3rem;
}
.mart11{
	margin-top:7.25rem;
}
.mart3{
	margin-top:1.75rem;
}
.mart17{
	margin-top:5rem;
}
.black{
	color: var(---333, #333);
}
.mart0{
	margin-top:0rem;
}
.mart6{
	margin-top:3.25rem;
}

/*/手机*/



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


.cansu{
	width:100%;
	float:left;
	border: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cansu ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.cansu ul li{
	width:50%;
	padding:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/*text-transform: capitalize;*/
	font-family: zt3;
}
.cansu ul:first-child{
	background: var(--Color-4, #00B290);
}
.cansu ul:first-child li{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.cansu ul:last-child{
	border-bottom:0px;
}




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


}

.error-input::placeholder{color:#F00}

























