@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family: "思源黑体";
	margin:auto;
	background: var(--2-b-2-b-2-b, #37393E);
	}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
*{
	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:#00B9EF;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


@media (min-width:1000px) {
	
.header.yanse{
	background-color: #242833;
	top:0;
}

.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background-color: rgba(255,255,255,0);
	width:100%;
}
.header.yanse.yanse01 a{
	color:#FFF;
}
.header.yanse a{
	color:#FFF;
}
.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 .innav ul li{
	color:#fff;
}
.main{
	width: auto;
	margin:auto;
	padding:0px 15px;
	max-width:1440px;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:999999;
	height:5.0rem;
	transition: all 0.6s;
	backdrop-filter: blur(12.5px);
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
}

.logo{
	width:16.46%;
	display: flex;
	align-items: center;
	height:5.0rem;
	max-width:11%;
	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;
	font-size:1.0rem;
	position:relative;
	height:5.0rem;
}
.innav ul li i{
	width:0;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	height:1px;
	opacity:0;
	transition: all 0.6s;
}
.innav ul li:hover i{
	opacity:1;
	width:100%;
}
.innav ul li.cur i{
	opacity:1;
	width:100%;
}
.innav ul li a:hover{
	color:#fff;
}
.header.yanse .innav ul li.cur a{
	color:#fff;
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#fff;
}
.header.yanse .innav ul li i{
	background-color:#fff;
}
.header.yanse.yanse01 .innav ul li i{
	background-color:#fff;
}
.top-r{
	width: auto;
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-weight: 500;
	font-family: DIN;
}
.top-r::before{
	width:1.25rem;
	height:1.25rem;
	content:'';
	background-image:url(../img/tel.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	margin-right:0.62rem;
}
.header.yanse .top-r{
	color:#fff;
}
.header.yanse.yanse01 .top-r{
	color:#fff;
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.banner .anniu .prev:hover{
	background: var(--Color-2, #00803D);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--Color-2, #00803D);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}

.inab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:12.5rem 0;
}

.inab-l{
	width:33.3%;
}
.inab-l h1{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "思源黑体";
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.1rem;
	text-transform: capitalize;
}
.inab-l h2{
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:6.54rem;
}
.inab-l dl dt{
	margin-top:3.12rem;
}
.inab-l dl dt.mart0{
	margin-top:0px;
}
.inab-l dl dd{
	margin-top:1.25rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "思源黑体";
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab-l dl dd i{
	color: var(--30, rgba(255, 255, 255, 0.30));
	margin-left:0.56rem;
}

.inab-r{
	width:51.2%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.inab-r h1{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.1rem;
	text-transform: capitalize;
	margin-bottom:3.78rem;
}
.inab-r .pic{
	margin-top:6.0rem;
}
.inab-r img{
	max-width:100%;
}
.inpro{
	width:100%;
	float:left;
}
.inpro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro ul li{
	width:33.3333%;
	position:relative;
}
.inpro ul li .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
	opacity:1;
	transition: all 0.6s;
}
.inpro ul li:hover .mask{
	opacity:0;
}
.inpro ul li img{
	width:100%;
	height:auto;
	display:block;
}
.inpro ul li .tex{
	width:auto;
	position:absolute;
	top:6.25rem;
	left:5.0rem;
	z-index:2;
}
.inpro ul li .tex dl dt{
	color: var(---white, #FFF);
	font-family: "Source Han Sans CN";
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:0.62rem;
}
.inpro ul li .tex dl dd{
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.inpro ul li .more{
	width: auto;
	height: 3rem;
	flex-shrink: 0;
	position:absolute;
	bottom:5.0rem;
	right:5.0rem;
	z-index:2;
}
.inpro ul li .more a{
	width:3.0rem;
	height:3.0rem;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: all 0.6s;
	border-radius: 3.125rem;
	background: var(--30, rgba(255, 255, 255, 0.30));
	color:#FFF;
	overflow:hidden;
}
.inpro ul li .more a::after{
	width:3.0rem;
	height:3.0rem;
	line-height:3.0rem;
	text-align:center;
	content:">";
	font-family:'宋体';
	font-weight:bold;
	position:absolute;
	right:0;
}
.inpro ul li .more a b{
	width: 9.625rem;
	height: 3rem;
	flex-shrink: 0;
	position:absolute;
	right:-9.625rem;
	top:0;
	line-height:3.0rem;
	text-align:center;
	color:#FFF;
	z-index:2;
	transition: all 0.6s;
}
.inpro ul li .more a:hover{
	width: 9.625rem;
	border-radius: 3.125rem;
	background: var(--Color-2, #00803D);
}

.inpro ul li .more a:hover b{
	right:0;
}

.cxjs{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:12.5rem;
}
.cxjs-l{
	width:58.3%;
}
.cxjs-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cxjs-l ul li{
	width:33.33%;
	display: flex;
	padding: 3.75rem 3.125rem 3.125rem 3.125rem;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 9rem;
	border-right:1px solid var(--2-b-2-b-2-b, #37393E);
	border-bottom:1px solid var(--2-b-2-b-2-b, #37393E);
	background: var(--30, rgba(0, 0, 0, 0.30));
	transition: all 0.6s;
}
.cxjs-l ul li:hover{
	background: var(--Color-2, #00803D);
}
.cxjs-l ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 1));
}
.cxjs-l ul li dl dt{
	overflow:hidden;
}
.cxjs-l ul li dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "Source Han Sans CN";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-top:9.0rem;
	transition: all 0.6s;
}
.cxjs-r{
	width:37.5%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "思源黑体";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.cxjs-r h3{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "思源黑体";
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.1rem;
	text-transform: capitalize;
}
.cxjs-r h4{
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:15.4rem;
}
.cxjs-r h5{
	color: var(---white, #FFF);
	font-family: "思源黑体";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 2rem */
	margin-bottom:1.88rem;
}

.intit{
	width:100%;
	float:left;
	margin-top:15rem;
}
.intit dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "思源黑体";
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.1rem;
	text-transform: capitalize;
}
.intit dl dd{
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.innew{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.innew ul li{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:2.5rem;
	padding-top:3.75rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
	position:relative;
}
.innew ul li a{
	width:100%;
	display: flex;
	flex-wrap: wrap;
}
.innew ul li .date{
	width:18%;
	color: var(---white, #FFF);
	font-family: DIN;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew ul li .tex{
	width:44%;
}
.innew ul li .tex dl dt{
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew ul li .tex dl dd{
	margin-top:2.5rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: justify;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.innew ul li .pic{
	width:20%;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}
.innew ul li .pic img{
	max-width:100%;
}
.foot{
	width:100%;
	float:left;
	margin-top:10rem;
	background: #252934;
	padding-bottom:5.0rem;
	padding-top:7.5rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:auto;
}
.foot01 .a01 dl dt{
	overflow:hidden;
}
.foot01 .a01 dl dt img{
	max-width:100%;
}
.foot01 .a01 dl dd{
	margin-top:4.0rem;
	display: flex;
	align-items: center;
}
.foot01 .a01 dl dd a{
	margin-right:1.69rem;
	display: flex;
	position:relative;
}
.foot01 .a01 dl dd a .a01{
	width:100px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:36px;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.foot01 .a01 dl dd a:hover .a01{
	opacity:1;
	visibility:visible;
}
.foot01 .a01 dl dd a .a01 img{
	max-width:100%;
}
.foot01 .a02{
	width:auto;
}
.foot01 .a02 dl dd{
	margin-bottom:1.25rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.foot01 .a02 dl dd a{
	color: var(---white, #FFF);
}
.foot01 .a03{
	width:auto;
}
.foot01 .a03 dl dd{
	margin-bottom:1.25rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .a03 dl dd.mart0{
	margin-bottom:0px;
}
.foot01 .a03 dl dt{
	margin-bottom:1.64rem;
	color: var(--Color-2, #00803D);
	font-family: DIN;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
}
.foot01 .a04{
	width:auto;
	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;
}
.foot01 .a04 img{
	max-width:100%;
}
.foot01 .a04 p{
	margin-bottom:0.5rem;
}
.foot02{
	margin-top:9.0rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	width:100%;
	float:left;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	bottom:7.5rem;
	left:0;
	z-index:1;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.1rem;
	text-transform: capitalize;
}
.nybanner .tex dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .pic{
	width:100%;
	position:absolute;
	bottom:7.5rem;
	left:0;
	z-index:2;
}
.nybanner .pic ul{
	width:46%;
	float:right;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nybanner .pic ul li{
	width:31.5%;
	position:relative;
}
.nybanner .pic ul li::after{
	width:0;
	height:4px;
	content:'';
	background-color:var(--Color-2, #00803D);
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	transition: all 0.6s;
}
.nybanner .pic ul li:hover::after{
	width:100%;
}
.nybanner .pic ul li img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .pic ul li .a01{
	width:auto;
	position:absolute;
	top:1.88rem;
	left:1.88rem;
	z-index:2;
}
.nybanner .pic ul li .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
	transition: all 0.6s;
}
.nybanner .pic ul li:hover .mask{
	opacity:0;
}
.nybanner .pic ul li.cur .mask{
	opacity:0;
}
.nybanner .pic ul li.cur::after{
	width:100%;
}
.nybanner .pic ul li .a01 dl dt{
	color: var(---white, #FFF);
	font-family: "Source Han Sans CN";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .pic ul li .a01 dl dd{
	margin-top:0.31rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: Arial;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.nybanner .tex2{
	width:100%;
	position:absolute;
	top:14%;
	left:0;
	z-index:1;
}
.nybanner .tex2 .a02{
	width:66%;
	font-size: 1rem;
	color:#FFF;
}
.nybanner .tex2 .a02 h1{
	margin-bottom:2.5rem;
	color: var(---white, #FFF);
	font-size: 5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .tex2 .a02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nybanner .tex2 .a02 ul li{
	width:49%;
	margin-top:1.84rem;
}
.nybanner .tex2 .a02 ul li.w100{
	width:100%;
}
.lybk{
	width:100%;
	line-height:4.125rem;
	border-radius: 0.5rem;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: rgba(255, 255, 255, 0.10);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	outline:none;
	
    font-family: "思源黑体";
	padding:0 1.75rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.lyanniu{
	display: flex;
	width: 9.625rem;
	height: 3rem;
	justify-content: center;
	align-items: center;
	border-radius: 3.125rem;
	background: var(--Color-2, #00803D);
	font-size: 0.875rem;
	color: var(---white, #FFF);
	cursor: pointer;
	border:0px;
}

.nybanner .tex3{
	width:100%;
	position:absolute;
	top:23%;
	left:0;
	z-index:1;
}
.nybanner .tex3 .a02{
	width:34%;
	font-size: 1rem;
	color:#FFF;
}
.nybanner .tex3 .a02 dl{
	margin-bottom:3.75rem;
	padding-bottom:1.25rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.nybanner .tex3 .a02 dl dt{
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.nybanner .tex3 .a02 dl dd{
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:0.56rem;
}

.npro{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.npro ul{
	display: flex;
	flex-wrap: wrap;
}
.npro ul li{
	width:calc(34.0% - 1.88rem);
	margin-right:1.88rem;
	margin-top:3.75rem;
	background-color: #FFF;
	padding-bottom:3.44rem;
}
.npro ul li:nth-child(3n){
	margin-right:0px;
}
.npro ul li .tex{
	width:100%;
	padding:3.75rem 3.14rem 0 3.14rem;
}
.npro ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.88rem;
}
.npro ul li .tex dl dd{
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:0.4rem;
}
.npro ul li .pic{
	overflow: hidden;
}
.npro ul li .pic img{
	max-width:100%;
}
.cpwl{
	width:100%;
	float:left;
	margin-top:12.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpwl-l{
	width:49.6%;
}
.cpwl-l ul{
	display: flex;
	flex-wrap: wrap;
}
.cpwl-l ul li{
	width:calc(25.33% - 0.62rem);
	margin-right:0.62rem;
	margin-bottom:0.62rem;
	padding: 0.6875rem 0.6875rem 1.41275rem 0.625rem;
	background: var(--30, rgba(0, 0, 0, 0.30));
	transition: all 0.6s;
}
.cpwl-l ul li:hover{
	background: var(--Color-2, #00803D);
}
.cpwl-l ul li:nth-child(4n){
	margin-right:0px;
}
.cpwl-l ul li .pic{
	overflow:hidden;
}
.cpwl-l ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.cpwl-l ul li dl dt{
	margin-top:3.15rem;
	color: var(---white, #FFF);
	font-family: "Source Han Sans CN";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.cpwl-l ul li dl dd{
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: "Source Han Sans CN";
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.cpwl-r{
	width:39.3%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.cpwl-r dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.1rem;
	text-transform: capitalize;
}
.cpwl-r dl dd{
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 4.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:11.63rem;
}
.advantages{
	width:100%;
	float:left;
	margin-top:2.87rem;
}
.advantages ul{
	display: flex;
	flex-wrap: wrap;
}
.advantages ul li{
	width:calc(20.20% - 0.88rem);
	margin-right:0.88rem;
	margin-top:0.88rem;
	background: var(--30, rgba(0, 0, 0, 0.30));
	padding:3.75rem 2.5rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	transition: all 0.6s;
}
.advantages ul li:nth-child(5n){
	margin-right:0px;
}
.advantages ul li dl dt{
	font-family: Arial;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.advantages ul li dl dd{
	margin-top:4.85rem;
	font-family: "Source Han Sans CN";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem;
	text-transform: capitalize;
}
.advantages ul li:hover{
	background: var(--Color-2, #00803D);
	color:#FFF;
}
.nab01{
	width:100%;
	float:left;
}
.nab01 img{
	max-width:100%;
	height:auto;
}
.nab01 ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top:3.75rem;
	width:100%;
}
.nab01 ul li{
	width:auto;
	max-width:23.4%;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding-top:2.5rem;
	position:relative;
}
.nab01 ul li::before{
	width:0;
	height:3px;
	content:'';
	background-color:var(--Color-2, #00803D);
	position:absolute;
	top:-2px;
	left:0;
	transition: all 0.6s;
}
.nab01 ul li:hover::before{
	width:100%;
}
.nab01 ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nab01 ul li dl dd{
	margin-top:2.5rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	text-transform: capitalize;
}
.texsm{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display:flex;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.texsm div{
	width:66%;
}
.pzbz{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.pzbz ul{
	display: flex;
	flex-wrap: wrap;
}
.pzbz ul li{
	width:calc(34.0% - 1.88rem);
	margin-right:1.88rem;
	background: var(--30, rgba(0, 0, 0, 0.30));
	padding: 4.6875rem 4.5625rem;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	transition: all 0.6s;
}
.pzbz ul li:nth-child(3n){
	margin-right:0px;
}
.pzbz ul li .pic{
	overflow: hidden;
}
.pzbz ul li dl dt{
	margin-top:9.88rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.pzbz ul li dl dd{
	margin-top:2.5rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.5rem */
	text-transform: capitalize;
}
.pzbz ul li:hover{
	background: var(--Color-2, #00803D);
}
.pzbz ul li .pic01{
	display:inline-block;
}
.pzbz ul li .pic02{
	display: none;
}
.pzbz ul li:hover .pic01{
	display:none;
}
.pzbz ul li:hover .pic02{
	display:inline-block;
}

.swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper{
	width: 100%;
	float:left;
	margin-top:2.5rem;
}

.swiper-slide{
	background-size: cover;
	background-position: center;
}
.mySwiper2{
	height: auto;
	width: 100%;
}

.mySwiper {
	height: auto;
	box-sizing: border-box;
	padding: 20px 0;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}

.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 3.125rem;
	height: 3.125rem;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:3.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(--30, rgba(255, 255, 255, 0.30));
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;

}
.fy ul li a:hover{
	background: var(--Color-2, #00803D);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--Color-2, #00803D);
}
.fy ul li .cur{
	background: var(--Color-2, #00803D);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--Color-2, #00803D);
}

.newcon{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:6.25rem;
}
.newcon-l{
	width:26%;
}
.newtit{
	width:100%;
	float:left;
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:2.5rem;
	margin-bottom:3.8rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.newlink{
	width:100%;
	display: flex;
	align-items: center;
}
.newlink a{
	margin-right:2.0rem;
	display:flex;
}
.newcon-r{
	width:60%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newcon-r img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.newnext ul li{
	width:100%;
	float:left;
	padding:2.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
	color:#FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li a{
	color:#FFF;
}

.lxwm{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background: var(--30, rgba(0, 0, 0, 0.30));
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm .pic{
	width:50%;
	overflow:hidden;
}
.lxwm .pic img{
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
}
.lxwm .tex{
	width:50%;
	padding:3.75rem;
}
.lxwm .tex h1{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.lxwm .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm .tex ul li{
	width:49%;
	margin-top:1.25rem;
}
.lxwm .tex ul li:last-child{
	margin-top:3.75rem;
}
.lxwm .tex ul li.w100{
	width:100%;
}
.lxbk{
	width:100%;
	line-height:2.625rem;
	border-radius: 0.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:0 1.25rem;
	outline:none;
	color: var(---999, #999);
	font-size: 0.75rem;
}
.lxanniu{
	display: flex;
	padding: 0.96875rem 0rem 0.95181rem 0rem;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 3.125rem;
	background: var(--Color-2, #00803D);
	border:0px;
	cursor:pointer;
}

.lybk::placeholder {
  color: #fff; /* 灰色的placeholder文本 */
}


















.mart160{
	margin-top:160px;
}


.pad10{
	padding:10rem 0;
	padding-bottom:8.75rem;
}
.mart0{
	margin-top:0px;
}
.mart23{
	margin-top:23rem;
}
.mart10{
	margin-top:10rem;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}



	
}


@media (min-width:1000px) and (max-width:1600px){




	
}

@media (min-width:1000px) and (max-width:1700px){

.innav ul li{
	margin-left:1.6vw;
}





	
}

@media (min-width:1000px) and (max-width:1360px){

.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height: 55px;
	margin-left:1.125vw;
	font-size:12px;
	position:relative;
}

.nybanner .tex2 .a02 h1{
	font-size:3.0rem;
	margin-bottom:1.5rem;
}
.nybanner .tex2 .a02{
	font-size:0.8rem;
}
.lybk{
	line-height:2.5rem;
}
.nybanner .tex2 .a02 ul li{
	margin-top:1.0rem;
}

.cpwl-r dl dd{
	font-size:2.5rem;
	margin-bottom:7.0rem;
}
.cpwl-r dl dt{
	font-size:1.0rem;
}

.cxjs-r h4{
	font-size:3.5rem;
}
.inab-l h2{
	font-size:3.0rem;
}
.inab-l h1{
	font-size:1.0rem;
}

.intit dl dt{
	font-size:1.0rem;
}
.intit dl dd{
	font-size:3.0rem;
}






	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4rem; 
	line-height:4rem;
	background-color: #242833;
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4rem; 
	height:4rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:40%; 
	max-height:1.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: 15px; 
	height: 15px; 
	background:url(../img/close2.png) no-repeat; 
	background-size:100% 100%; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4rem; 
	background: var(--Color-5, #44464B);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:2rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #00B9EF; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

.main{
	width:100%;
	float:left;
	padding:0 5%;
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.banner .anniu .prev:hover{
	background: var(--Color-2, #00803D);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--Color-2, #00803D);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}

.inab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:4.5rem 0;
}

.inab-l{
	width:100%;
}
.inab-l h1{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "思源黑体";
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.1rem;
	text-transform: capitalize;
}
.inab-l h2{
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:3.54rem;
}
.inab-l dl dt{
	margin-top:3.12rem;
}
.inab-l dl dt.mart0{
	margin-top:0px;
}
.inab-l dl dd{
	margin-top:1.25rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "思源黑体";
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab-l dl dd i{
	color: var(--30, rgba(255, 255, 255, 0.30));
	margin-left:0.56rem;
}

.inab-r{
	width:100%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "Microsoft YaHei";
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	margin-top:3.0rem;
}
.inab-r h1{
	color: var(---white, #FFF);
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.1rem;
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.inab-r .pic{
	margin-top:3.0rem;
}
.inab-r img{
	max-width:100%;
}
.inpro{
	width:100%;
	float:left;
}
.inpro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro ul li{
	width:33.3333%;
	position:relative;
}
.inpro ul li .mask{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
	opacity:1;
	transition: all 0.6s;
}
.inpro ul li:hover .mask{
	opacity:0;
}
.inpro ul li img{
	width:100%;
	height:auto;
	display:block;
}
.inpro ul li .tex{
	width:auto;
	position:absolute;
	top:1.25rem;
	left:1.0rem;
	z-index:2;
}
.inpro ul li .tex dl dt{
	color: var(---white, #FFF);
	font-family: "Source Han Sans CN";
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:0.62rem;
}
.inpro ul li .tex dl dd{
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: Arial;
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.inpro ul li .more{
	width: auto;
	height: 2rem;
	flex-shrink: 0;
	position:absolute;
	bottom:1.0rem;
	right:1.0rem;
	z-index:2;
}
.inpro ul li .more a{
	width:2.0rem;
	height:2.0rem;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	transition: all 0.6s;
	border-radius: 3.125rem;
	background: var(--30, rgba(255, 255, 255, 0.30));
	color:#FFF;
	overflow:hidden;
}
.inpro ul li .more a::after{
	width:2.0rem;
	height:2.0rem;
	line-height:2.0rem;
	text-align:center;
	content:">";
	font-family:'宋体';
	font-weight:bold;
	position:absolute;
	right:0;
}
.inpro ul li .more a b{
	width: 6.625rem;
	height: 2rem;
	flex-shrink: 0;
	position:absolute;
	right:-6.625rem;
	top:0;
	line-height:2.0rem;
	text-align:center;
	color:#FFF;
	z-index:2;
	transition: all 0.6s;
}
.inpro ul li .more a:hover{
	width: 6.625rem;
	border-radius: 3.125rem;
	background: var(--Color-2, #00803D);
}

.inpro ul li .more a:hover b{
	right:0;
}

.cxjs{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:4.5rem;
}
.cxjs-l{
	width:100%;
}
.cxjs-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cxjs-l ul li{
	width:33.33%;
	display: flex;
	padding: 1.2rem;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	gap: 9rem;
	border-right:1px solid var(--2-b-2-b-2-b, #37393E);
	border-bottom:1px solid var(--2-b-2-b-2-b, #37393E);
	background: var(--30, rgba(0, 0, 0, 0.30));
	transition: all 0.6s;
}
.cxjs-l ul li:hover{
	background: var(--Color-2, #00803D);
}
.cxjs-l ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 1));
}
.cxjs-l ul li dl dt{
	overflow:hidden;
}
.cxjs-l ul li dl dt img{
	max-height:2.0rem;
}
.cxjs-l ul li dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "Source Han Sans CN";
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-top:3.0rem;
	transition: all 0.6s;
}
.cxjs-r{
	width:100%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "Microsoft YaHei";
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	margin-top:4.0rem;
}
.cxjs-r h3{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "Microsoft YaHei";
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.1rem;
	text-transform: capitalize;
}
.cxjs-r h4{
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:3.4rem;
}
.cxjs-r h5{
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 2rem */
	margin-bottom:1.88rem;
}

.intit{
	width:100%;
	float:left;
	margin-top:5rem;
}
.intit dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "Microsoft YaHei";
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.1rem;
	text-transform: capitalize;
}
.intit dl dd{
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.innew{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.innew ul li{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:1.75rem;
	padding-top:1.75rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
	position:relative;
}
.innew ul li:nth-child(1) .tex{
	width:65%;
	}
.innew ul li a{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew ul li .date{
	width:30%;
	color: var(---white, #FFF);
	font-family: DIN;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:none;
}
.innew ul li .tex{
	width:100%;
}
.innew ul li .tex dl dt{
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew ul li .tex dl dd{
	margin-top:2.5rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: justify;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	display:none;
}
.innew ul li .pic{
	width:20%;
}
.innew ul li .pic img{
	max-width:100%;
}
.foot{
	width:100%;
	float:left;
	margin-top:5rem;
	background: #252934;
	padding-bottom:1.0rem;
	padding-top:3.5rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .a01{
	width:48%;
}
.foot01 .a01 dl dt{
	overflow:hidden;
}
.foot01 .a01 dl dt img{
	max-width:100%;
}
.foot01 .a01 dl dd{
	margin-top:4.0rem;
	display: flex;
	align-items: center;
}
.foot01 .a01 dl dd a{
	margin-right:0.69rem;
	display: flex;
	position:relative;
}
.foot01 .a01 dl dd a .a01{
	width:100px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:36px;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.foot01 .a01 dl dd a:hover .a01{
	opacity:1;
	visibility:visible;
}
.foot01 .a01 dl dd a .a01 img{
	max-width:100%;
}
.foot01 .a02{
	width:40%;
}
.foot01 .a02 dl dd{
	margin-bottom:1.25rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.foot01 .a02 dl dd a{
	color: var(---white, #FFF);
}
.foot01 .a03{
	width:100%;
	margin-top:3.0rem;
}
.foot01 .a03 dl dd{
	margin-bottom:1.25rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "Microsoft YaHei";
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .a03 dl dd.mart0{
	margin-bottom:0px;
}
.foot01 .a03 dl dt{
	margin-bottom:1.64rem;
	color: var(--Color-2, #00803D);
	font-family: DIN;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
}
.foot01 .a04{
	width:100%;
	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;
	margin-top:3.0rem;
}
.foot01 .a04 img{
	max-width:100%;
}
.foot01 .a04 p{
	margin-bottom:0.5rem;
}
.foot02{
	margin-top:2.0rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	width:100%;
	float:left;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	bottom:2.5rem;
	left:0;
	z-index:1;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.1rem;
	text-transform: capitalize;
}
.nybanner .tex dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .pic{
	width:100%;
	position:absolute;
	bottom:2.5rem;
	left:0;
	z-index:2;
}
.nybanner .pic ul{
	width:66%;
	float:right;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nybanner .pic ul li{
	width:31.5%;
	position:relative;
}
.nybanner .pic ul li::after{
	width:0;
	height:4px;
	content:'';
	background-color:var(--Color-2, #00803D);
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	transition: all 0.6s;
}
.nybanner .pic ul li:hover::after{
	width:100%;
}
.nybanner .pic ul li img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .pic ul li .a01{
	width:auto;
	position:absolute;
	top:0.88rem;
	left:0.88rem;
	z-index:2;
}
.nybanner .pic ul li .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
	transition: all 0.6s;
}
.nybanner .pic ul li:hover .mask{
	opacity:0;
}
.nybanner .pic ul li.cur .mask{
	opacity:0;
}
.nybanner .pic ul li.cur::after{
	width:100%;
}
.nybanner .pic ul li .a01 dl dt{
	color: var(---white, #FFF);
	font-family: "Source Han Sans CN";
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .pic ul li .a01 dl dd{
	margin-top:0.31rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: Arial;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.nybanner .tex2{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:1;
}
.nybanner .tex2 .a02{
	width:66%;
	font-size: 1rem;
	color:#FFF;
}
.nybanner .tex2 .a02 h1{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .tex2 .a02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	display:none;
}
.nybanner .tex2 .a02 ul li{
	width:49%;
	margin-top:1.84rem;
}
.nybanner .tex2 .a02 ul li.w100{
	width:100%;
}
.lybk{
	width:100%;
	line-height:4.125rem;
	border-radius: 0.5rem;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: rgba(255, 255, 255, 0.10);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	outline:none;
	padding:0 1.75rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.lyanniu{
	display: flex;
	width: 9.625rem;
	height: 3rem;
	justify-content: center;
	align-items: center;
	border-radius: 3.125rem;
	background: var(--Color-2, #00803D);
	font-size: 0.875rem;
	color: var(---white, #FFF);
	cursor: pointer;
	border:0px;
}

.nybanner .tex3{
	width:100%;
	position:absolute;
	top:2.0rem;
	left:0;
	z-index:1;
}
.nybanner .tex3 .a02{
	width:100%;
	font-size: 0.7rem;
	color:#FFF;
}
.nybanner .tex3 .a02 dl{
	margin-bottom:0.55rem;
	padding-bottom:0.25rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.nybanner .tex3 .a02 dl dt{
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.nybanner .tex3 .a02 dl dd{
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-top:0.56rem;
}

.npro{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.npro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.npro ul li{
	width:48%;
	margin-top:0.75rem;
	background-color: #FFF;
	padding-bottom:0.44rem;
}
.npro ul li:nth-child(3n){
	margin-right:0px;
}
.npro ul li .tex{
	width:100%;
	padding:1.75rem 1.14rem 0 1.14rem;
}
.npro ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.88rem;
}
.npro ul li .tex dl dd{
	color: var(---999, #999);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:0.4rem;
}
.npro ul li .pic{
	overflow: hidden;
}
.npro ul li .pic img{
	max-width:100%;
}
.cpwl{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpwl-l{
	width:100%;
	margin-top:2.5rem;
}
.cpwl-l ul{
	display: flex;
	flex-wrap: wrap;
}
.cpwl-l ul li{
	width:calc(33.33% - 0.62rem);
	margin-right:0.62rem;
	margin-bottom:0.62rem;
	padding: 0.6875rem 0.6875rem 1.41275rem 0.625rem;
	background: var(--30, rgba(0, 0, 0, 0.30));
	transition: all 0.6s;
}
.cpwl-l ul li:hover{
	background: var(--Color-2, #00803D);
}
.cpwl-l ul li:nth-child(3n){
	margin-right:0px;
}
.cpwl-l ul li .pic{
	overflow:hidden;
}
.cpwl-l ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.cpwl-l ul li dl dt{
	margin-top:2rem;
	color: var(---white, #FFF);
	font-family: "Source Han Sans CN";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.cpwl-l ul li dl dd{
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: "Source Han Sans CN";
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.cpwl-r{
	width:100%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	margin-top:3.0rem;
}
.cpwl-r dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.1rem;
	text-transform: capitalize;
}
.cpwl-r dl dd{
	color: var(---white, #FFF);
	font-family: Arial;
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.63rem;
}
.advantages{
	width:100%;
	float:left;
	margin-top:1.87rem;
}
.advantages ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.advantages ul li{
	width:49%;
	margin-top:0.88rem;
	background: var(--30, rgba(0, 0, 0, 0.30));
	padding: 1.0rem 1.0rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	transition: all 0.6s;
}
.advantages ul li:nth-child(5n){
	margin-right:0px;
}
.advantages ul li dl dt{
	font-family: Arial;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.advantages ul li dl dd{
	margin-top:1.0rem;
	font-family: "Source Han Sans CN";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem;
	text-transform: capitalize;
}
.advantages ul li:hover{
	background: var(--Color-2, #00803D);
	color:#FFF;
}
.nab01{
	width:100%;
	float:left;
}
.nab01 img{
	max-width:100%;
	height:auto;
}
.nab01 ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top:3.75rem;
	width:100%;
}
.nab01 ul li{
	width: auto;
    max-width: 100%;
    border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
    padding-top: 1.5rem;
    padding-bottom: 2.5rem;
    position: relative;
}
.nab01 ul li::before{
	width:0;
	height:3px;
	content:'';
	background-color:var(--Color-2, #00803D);
	position:absolute;
	top:-2px;
	left:0;
	transition: all 0.6s;
}
.nab01 ul li:hover::before{
	width:100%;
}
.nab01 ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nab01 ul li dl dd{
	margin-top:1.2rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	text-transform: capitalize;
}
.texsm{
	width:100%;
	float:left;
	margin-top:2.75rem;
	display:flex;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.texsm div{
	width:100%;
}
.pzbz{
	width:100%;
	float:left;
	margin-top:2.75rem;
}
.pzbz ul{
	display: flex;
	flex-wrap: wrap;
}
.pzbz ul li{
	width:100%;
	margin-top:1.0rem;
	background: var(--30, rgba(0, 0, 0, 0.30));
	padding: 1.6875rem 1.5625rem;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	transition: all 0.6s;
}
.pzbz ul li:nth-child(3n){
	margin-right:0px;
}
.pzbz ul li .pic{
	overflow: hidden;
}
.pzbz ul li dl dt{
	margin-top:2rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.pzbz ul li dl dd{
	margin-top:1.5rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.5rem */
	text-transform: capitalize;
}
.pzbz ul li:hover{
	background: var(--Color-2, #00803D);
}
.pzbz ul li .pic01{
	display:inline-block;
}
.pzbz ul li .pic02{
	display: none;
}
.pzbz ul li:hover .pic01{
	display:none;
}
.pzbz ul li:hover .pic02{
	display:inline-block;
}

.swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper{
	width: 100%;
	float:left;
	margin-top:2.5rem;
}

.swiper-slide{
	background-size: cover;
	background-position: center;
}
.mySwiper2{
	height: auto;
	width: 100%;
}

.mySwiper {
	height: auto;
	box-sizing: border-box;
	padding: 20px 0;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}

.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 2.125rem;
	height: 2.125rem;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	text-align:center;
	font-size: 0.8rem;
	border-radius: 50%;
	line-height:2.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(--30, rgba(255, 255, 255, 0.30));
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;

}
.fy ul li a:hover{
	background: var(--Color-2, #00803D);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--Color-2, #00803D);
}
.fy ul li .cur{
	background: var(--Color-2, #00803D);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--Color-2, #00803D);
}

.newcon{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:6.25rem;
}
.newcon-l{
	width:100%;
}
.newtit{
	width:100%;
	float:left;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:2.5rem;
	margin-bottom:3.8rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.newlink{
	width:100%;
	display: flex;
	align-items: center;
}
.newlink a{
	margin-right:1.0rem;
	display:flex;
}
.newcon-r{
	width:100%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
	margin-top:3.0rem;
}
.newcon-r img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.newnext ul li{
	width:100%;
	float:left;
	padding:2.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
	color:#FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li a{
	color:#FFF;
}

.lxwm{
	width:100%;
	float:left;
	margin-top:4.25rem;
	background: var(--30, rgba(0, 0, 0, 0.30));
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm .pic{
	width:100%;
	overflow:hidden;
}
.lxwm .pic img{
	width:100%;
	height:auto;
}
.lxwm .tex{
	width:100%;
	padding:1.75rem;
}
.lxwm .tex h1{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.lxwm .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxwm .tex ul li{
	width:48%;
	margin-top:1.25rem;
}
.lxwm .tex ul li:last-child{
	margin-top:3.75rem;
}
.lxwm .tex ul li.w100{
	width:100%;
}
.lxbk{
	width:100%;
	line-height:2.0rem;
	border-radius: 0.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:0 1.25rem;
	outline:none;
	color: var(---999, #999);
	font-size: 0.75rem;
}
.lxanniu{
	display: flex;
	padding: 0.96875rem 0rem 0.95181rem 0rem;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 3.125rem;
	background: var(--Color-2, #00803D);
	border:0px;
	cursor:pointer;
}





















.mart0{
	margin-top:0px;
}
.pad10{
	padding:3.0rem 0;
	padding-bottom:2.75rem;
}
.mart23{
	margin-top:3rem;
}
.mart10{
	margin-top:5.0rem;
}
.mart160{
	margin-top:2rem;
}


.lybk::placeholder {
  color: #fff; /* 灰色的placeholder文本 */
}













}
































