body{
	font-size:12px;
	font-weight:normal;
	color:#fff;
	line-height:1.5;
	font-family: zt4;
	margin:auto;
	overflow-x:hidden;
	background: var(---black, #000);
	}

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

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

@font-face
{
	font-family: zt;
	src: url('../font/HarmonyOS_Sans_SC_Light.ttf'),
	url('../font/HarmonyOS_Sans_SC_Light.ttf'); /* IE9+,可以是具体的实际链接 */
	font-weight: 300; /* Light */
	
}
@font-face
{
	font-family: zt2;
	src: url('../font/HARMONYOS_SANS_SC_BOLD.TTF'),
	url('../font/HARMONYOS_SANS_SC_BOLD.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 700; /* Bold */
	
}
@font-face
{
	font-family: zt3;
	src: url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'),
	url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 400; /* Regular/Normal */
	
}
@font-face
{
	font-family: zt4;
	src: url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'),
	url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 500; /* Medium */
	
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#fff;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#B51D34;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@media (min-width:1000px) {

.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 .pic01{
	display:none;
}
.header.yanse.yanse01 .intop:hover .pic02{
	display:inline-block;
}
.main{
	width:100%;
	float:left;
	padding:0px 2.0vw;
}
.header{
	width:100%;
	float:left;
	/*position: fixed;*/
	position: absolute;
	left:0;
	z-index:996;
	height:3.75rem;
	transition: all 0.6s;
	top:1.25rem;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:3.75rem;
	transition: all 0.6s;
	padding:0 2.0vw;
}

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

.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
	border-radius: 6.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:0.25rem;
	position:relative;
}
.right{display: flex;
    flex-wrap: wrap;
    align-items: center;}
.innav::before{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	content:'';
	display:inline-block;
	border-radius: 6.25rem;
}
.innav ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	text-align: center;
	position:relative;
	transition: all 0.6s;
	border-radius: 6.25rem;
}

.innav ul li a{
	width: auto;
	padding:1.0rem 2.0rem;
	display: flex;
	align-items: center;
	color:#A5A5A9;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	position:relative;
}
.innav ul li a::after{
	width: 0.375rem;
	height: 0.375rem;
	position:absolute;
	right:0.97rem;
	top:0.5rem;
	z-index:1;
	opacity:0;
	content:'';
	background-image:url(../img/yuan.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innav ul li.cur{
	background: linear-gradient(to right, rgba(181, 178, 178, 0.30), rgba(96, 94, 94, 0.30));
}
.innav ul li.cur a{
	background: var(--Linear, linear-gradient(90deg, #9375D1 0%, #CD789B 51.03%, #D5AB91 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.innav ul li.cur a::after{
	opacity:1;
}
.innav ul li:hover{
	background: linear-gradient(to right, rgba(181, 178, 178, 0.30), rgba(96, 94, 94, 0.30));
	border-radius: 6.25rem;
}
.innav ul li:hover a{
	background: var(--Linear, linear-gradient(90deg, #9375D1 0%, #CD789B 51.03%, #D5AB91 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.innav ul li:hover a::after{
	opacity:1;
}

.innav ul li .xiala{
	width:20rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	opacity:0;
	visibility: hidden;
	position:absolute;
	left:-1rem;
	top:3.75rem;
	z-index:1;
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	border-radius:0.5rem;
}

.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala .lmmc{
	width:8rem;
}
.innav ul li .xiala .lmmc dl dd{
	line-height:2.5rem;
	color: var(---A5A5A9, #A5A5A9);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	text-align:center;
	position:relative;
}
.innav ul li .xiala .lmmc dl dd:hover a{
	color:#0778A7;
}
.innav ul li .xiala .lmmc dl dd a{
	background: var(--Linear, linear-gradient(90deg, #A5A5A9 0%, #A5A5A9 51.03%, #D5AB91 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding:0;
	justify-content:center;
	line-height:2.5rem;
}
.innav ul li .xiala .lmmc dl dd a::after{
	width:0;
	height:0;
}
.innav ul li .xiala .lmmc dl dd .a01{
	position:absolute;
	opacity:0;
	visibility:hidden;
	left:8rem;
	z-index:2;
	width:10rem;
	top:0;
}
.innav ul li .xiala .lmmc dl dd .a01 dl dd{
	color: var(---fff, #fff);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem; /* 1.925rem */
}
.innav ul li .xiala .lmmc dl dd .a01 dl dd a{
	color: var(---fff, #fff);
}
.innav ul li .xiala .lmmc dl dd .a01 dl dd a:hover{
	color:#0778A7;
}
.innav ul li .xiala .lmmc dl dd:hover .a01{
	opacity:1;
	visibility:visible;
}





.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.intop .zyw{
	width: auto;
	display: flex;
	align-items: center;
	justify-content:center;
	height:3.75rem;
	margin-left:0.62rem;
	position:relative;
}
.intop .zyw .a01{
	display: flex;
	align-items: center;
	justify-content:center;
	width:2.5rem;
	height:2.5rem;
	border-radius: 50%;
	line-height:2.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.intop .zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.intop .zyw .xl{
	width:2.5rem;
	height:2.5rem;
	line-height:2.5rem;
	position:absolute;
	top:3.75rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color:#A5A5A9;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	border-radius:2.0rem;
	font-size:0.75rem;
}
.intop .zyw .xl a{
	color:#A5A5A9;
	line-height:2.5rem;
}
.intop .qiu{
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	justify-content: center;
	align-items: center;
	cursor:pointer;
	border-radius: 1.25rem;
}

.chaxbk{
	width: calc(100% - 1.5rem);
	height:auto;
	border: 0px;
	background-color: transparent;
	outline: none;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 0.875rem;
}


.indh{
	width:100%;
	height:100vh;
	float:left;
	background: var(---black, #000);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.indh video{
	max-height:10rem;
	width:auto;
}

.search{
	display: flex;
	width: 12rem;
	height: 2.5rem;
	justify-content: space-between;
	align-items: center;
	border-radius: 1.375rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:0.5rem 0.62rem;
	margin-right:0.62rem;
	margin-left:2vw;
}


.inban{
	width:100%;
	float:left;
	position:relative;
}
.inban video{
	width:100%;
	height:auto;
	display:block;
}
.inban img{
	width:100%;
	height:auto;
	display:block;
}
.inban .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:flex;
	justify-content: center;
	align-items: center;
	background-image:url(../img/banbj.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.inban .tex .a01{
	width:100%;
}
.inban .tex dl dt{
	color: #A5A5A9;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inban .tex dl dd{
	margin-top:1.38rem;
	text-align: center;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.inban .tex .pic{
	margin-top:3.75rem;
	text-align:center;
	display:flex;
	justify-content: center;
}
.inban .tex .pic img{
	max-height:3.875rem;
	width:auto;
}
.incptit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	justify-content: center;
}
.incp{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.incp ul{
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
.incp ul li{
	width:25%;
	padding:1.875rem 3.75rem;
	padding-top:1.25rem;
	text-align:center;
}
.incp ul li:hover{
	border: 1px solid var(--dc-5422, #DC5422);
	background-image:url(../img/abj.svg);
	background-position:center top;
	background-repeat:no-repeat;
}
.incp ul li dl dt{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.incp ul li dl dd{
	margin-top:1.25rem;
}
.incp ul li dl dd img{
	max-width:100%;
}
.incp ul li .xpic{
	margin-top:1.875rem;
	display: flex;
	justify-content:center;
}
.incp ul li .xpic a{
	margin-left:0.44rem;
	margin-right:0.44rem;
}
.incp ul li .xpic a .pic01{
	display:block;
}
.incp ul li .xpic a .pic02{
	display:none;
}

.incp ul li .xpic a:hover .pic01{
	display:none;
}
.incp ul li .xpic a:hover .pic02{
	display:block;
}
.incp ul li .more{
	display:flex;
	justify-content:center;
	margin-top:1.875rem;
}
.incp ul li .more a{
	width:100%;
	padding:1.12rem 2.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.incp ul li .more a::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_left.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.xldb{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	height: 5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xldb a{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.xldb a::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_left.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.25rem;
}

.chax{
	right:0; 
	top:0;
	position: fixed;
	width:100%;
	height:100%;
	z-index:3;
	display: none;
}
.chax　div{
	display: flex;
}
.chax img{
	width:100%;
	height:auto;
	display:block;
}
.chax  .a01{
	width:100%;
	height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
}
.chax  .a01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	background-color:rgba(0, 0, 0, 0.80);
	top:0;
	left:0;
}
.chax  .a01 .pic{
	width:30%;
	height:100%;
	position:absolute;
	left:35%;
	top:0;
	z-index:2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.chax .a01 .pic img{
	max-width:100%;
	max-height:80vh;
}
.yslm{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yslm a{
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.yslm a.cur{
	background: var(--Linear, linear-gradient(90deg, #9375D1 0%, #CD789B 51.03%, #D5AB91 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.yslm .sx{
	width:1px;
	background: rgba(255, 255, 255, 0.30);
	margin-left:2.5rem;
	margin-right:2.5rem;
	height:1rem;
}

.ystex{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.ystex ul li{
	width:20.2rem;
	float:left;
	margin-right:1.25rem;
	margin-top:1.25rem;
	position:relative;
	overflow:hidden;
}

.ystex ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ystex ul li:hover img{
	transform: scale(1.05);
}
.ystex ul li .tex{
	width:calc(100% - 2.5rem);
	position:absolute;
	left:1.25rem;
	bottom:1.25rem;
	z-index:1;
	background: var(---black, #000);
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0px rgba(66, 0, 255, 0.08), -20px 40px 100px 0px rgba(88, 92, 98, 0.04);
	padding:0.75rem 1.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	opacity:0;
	transition: all 0.6s;
}
.ystex ul li:hover .tex{
	opacity:1;
}
.ystex ul li .tex::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_left.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ystex ul li a .tex{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: auto;
	height: auto;
	display:flex;
	margin-left:0.25rem;
	margin-right:0.25rem;
	transition: all 0.6s;
}
.fy ul li a{
	width: auto;
	padding: 0.3125rem 0.9375rem;
	text-align:center;
	color: var(--Neutral-Color-Font-Regular, #606266);
	text-align: center;
	font-variant-numeric: lining-nums tabular-nums;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.125rem; /* 150% */
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));

}
.fy ul li a:hover{
	color: var(--dc-5422, #DC5422);
}
.fy ul li .cur{
	color: var(--dc-5422, #DC5422);
}
.fy ul li b{
	font-family:'宋体';
}

.inxz{
	width:100%;
	float:left;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	margin-top:6.25rem;
}
.inxz ul{
	display: flex;
	flex-wrap: wrap;
}
.inxz ul li{
	width:25%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:2.5rem 1.88rem;
	position:relative;
}
.inxz ul li::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	content:'';
	display:inline-block;
	background-image:url(../img/Subtract.png);
	background-position: right top;
	background-repeat:no-repeat;
	background-size:100% 100%;
	opacity:0;
}
.inxz ul li:hover::before{
	opacity:1;
}
.inxz ul li:hover{
	background-image:url(../img/xzbj.svg);
	background-position:right top;
	background-repeat:no-repeat;
}
.inxz ul li.cur::before{
	opacity:1;
}
.inxz ul li.cur{
	background-image:url(../img/xzbj.svg);
	background-position:right top;
	background-repeat:no-repeat;
}
.inxz ul li dl dt{
	overflow:hidden;
	display:none;
}
.inxz ul li .pic01{
	display:inline-block;
}
.inxz ul li .pic02{
	display: none;
}
.inxz ul li:hover .pic01{
	display:none;
}
.inxz ul li:hover .pic02{
	display:inline-block;
}
.inxz ul li dl dd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top:3.34rem;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.inxz ul li dl dd::after{
	width:3.75rem;
	height:3.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xz.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.inxz ul li:hover dl dd::after{
	opacity:1;
}
.inyf{
	width:100%;
	float:left;
	margin-top:5.38rem;
	padding:7rem 2.0vw;
	background-image:url(../img/tbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.inyf-l{
	width:5.0rem;
	float:left;
	padding:0.31rem 0.25rem;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.inyf-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inyf-l ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inyf-l ul li a{
	width:100%;
	padding:1.31rem 0;
	border-radius: 6.25rem;
}
.inyf-l ul li dl dt{
	overflow:hidden;
	text-align:center;
}
.inyf-l ul li dl dd{
	margin-top:0.69rem;
	color:#A5A5A9;
	text-align: center;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.inyf-l ul li a:hover{
	background: linear-gradient(to right, rgba(181, 178, 178, 0.30), rgba(96, 94, 94, 0.30));
}
.inyf-l ul li a.cur{
	background: linear-gradient(to right, rgba(181, 178, 178, 0.30), rgba(96, 94, 94, 0.30));
}

.inyf-r{
	width:calc(100% - 12rem);
	float:right;
}

.fwlm{
	width:100%;
	float:left;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fwlm .a01{
	width:13.56%;
	padding:1.88rem;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.fwlm .a01 dl dt{
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fwlm .a01 dl dt img{
	margin-right:1.25rem;
}
.fwlm .a01 dl dd{
	margin-top:3.17rem;
	display: flex;
	justify-content:flex-end;
	flex-wrap: wrap;
}
.fwlm .a01 .pic01{
	display:inline-block;
}
.fwlm .a01 .pic02{
	display:none;
}
.fwlm .a01:hover .pic01{
	display:none;
}
.fwlm .a01:hover .pic02{
	display:inline-block;
}
.fwlm .a01:hover{
	background: linear-gradient(to right, rgba(181, 178, 178, 0.30), rgba(96, 94, 94, 0.30));
}

.fwlm .a01.cur .pic01{
	display:none;
}
.fwlm .a01.cur .pic02{
	display:inline-block;
}
.fwlm .a01.cur{
	background: linear-gradient(to right, rgba(181, 178, 178, 0.30), rgba(96, 94, 94, 0.30));
}

.fwlm .a02{
	width:72.88%;
}
.fwlm .a02 dl dt{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fwlm .a02 dl dd{
	margin-top:0.62rem;
	color: #A5A5A9;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.fwlm .a03{
	width:13.56%;
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:1.88rem;
}
.fwlm .a03 dl dt{
	display: flex;
	align-items: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fwlm .a03 dl dt img{
	margin-right:1.25rem;
}
.fwlm .a03 dl dd{
	margin-top:3.17rem;
	display: flex;
	justify-content:flex-end;
	flex-wrap: wrap;
}
.fwlm .a03 .pic01{
	display:inline-block;
}
.fwlm .a03 .pic02{
	display:none;
}
.fwlm .a03:hover .pic01{
	display:none;
}
.fwlm .a03:hover .pic02{
	display:inline-block;
}
.fwlm .a03:hover{
	background: linear-gradient(to right, rgba(181, 178, 178, 0.30), rgba(96, 94, 94, 0.30));
}

.fwlm .a03.cur .pic01{
	display:none;
}
.fwlm .a03.cur .pic02{
	display:inline-block;
}
.fwlm .a03.cur{
	background: linear-gradient(to right, rgba(181, 178, 178, 0.30), rgba(96, 94, 94, 0.30));
}

.fwtit{
	width:100%;
	float:left;
	margin-top:5rem;
}
.fwtit dl dt{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: zt2;
}
.fwtit dl dd{
	margin-top:1.25rem;
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fwlm2{
	width:100%;
	float:left;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-right:0px;
	margin-top:2.5rem;
}
.fwlm2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlm2 ul li{
	width:33.33%;
	padding: 2.625rem 2.53125rem 2.6875rem 2.46875rem;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fwlm2 ul li dl dt{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.fwlm2 ul li dl dd{
	margin-top:0.38rem;
	color: #A5A5A9;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.fwlm2 ul li b{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.fwlm3{
	width:100%;
	float:left;
	margin-top:2.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-right: 0px solid var(--30, rgba(255, 255, 255, 0.30));
}
.fwlm3 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlm3 ul li{
	width:50%;
	padding:3.56rem 6.25rem;
	padding-right:9.5rem;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background-image:url(../img/fwbj.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:60% auto;
	position:relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fwlm3 ul li::after{
	width:1.33rem;
	height:1.33rem;
	position:absolute;
	right:2.5rem;
	top:2.5rem;
	z-index:1;
	background-image:url(../img/xbf.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	content:'';
	display:inline-block;
}
.fwlm3 ul li .a01{
	width:auto;
}
.fwlm3 ul li .a01 dl dt{
	padding-bottom:1.25rem;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.fwlm3 ul li .a01 dl dd{
	margin-top:1.25rem;
	color: #A5A5A9;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.fwlm3 ul li .a02{
	width:auto;
}
.fwlm3 ul li .a02 dl dt{
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.fwlm3 ul li .a02 dl dd{
	margin-top:1.25rem;
	color: #A5A5A9;
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}








.fwtex{
	width:100%;
	float:left;
}
.fwtex ul{
	display: flex;
	flex-wrap: wrap;
}
.fwtex ul li{
	width:calc(25.0% - 1.25rem);
	margin-right:1.25rem;
	border:1px solid var(--30, rgba(255, 255, 255, 0.30));
	margin-top:6.25rem;
}
.fwtex ul li:nth-child(4n){
	margin-right:0px;
}
.fwtex ul li:hover{
	border: 1px solid var(--dc-5422, #DC5422);
}
.fwtex ul li .pic{
	overflow:hidden;
	position:relative;
	height: auto;
	text-align:center;
}
.fwtex ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.fwtex ul li .pic .tit{
	width:auto;
	position:absolute;
	left:1.25rem;
	top:1.25rem;
	z-index:1;
	color: #A5A5A9;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}
.fwtex ul li .pic .tit::before{
	width: 0.375rem;
	height: 0.375rem;
	content:'';
	display:inline-block;
	border-radius:50%;
	background-color:rgba(255, 255, 255, 0.60);
	margin-right:0.38rem;
}
.fwtex ul li .pic .ewm{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	text-align:center;
	display: flex;
	justify-content:center;
	align-items: center;
	background: var(--50, rgba(0, 0, 0, 0.50));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fwtex ul li .pic .ewm dl dt{
	overflow:hidden;
	display: flex;
	justify-content:center;
}
.fwtex ul li .pic .ewm dl dd{
	margin-top:1.25rem;
	color: #A5A5A9;
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.scanner-container {
	position: relative;
	width: 10rem;
	height: 10rem;
	background: #111;
	overflow: hidden;
	border: 1px solid #222;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.8);
}
.scanner-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 15px;
	filter: grayscale(100%) contrast(120%);
}
.scanner-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: border-pulse 3s infinite;
	outline: 1px solid #DC5422;
	outline-offset: -1px;
	pointer-events: none;
}
.scan-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(to bottom, transparent, #DC5422, transparent);
    z-index: 10;
	animation: scan 3s linear infinite;
	box-shadow: 0 0 15px #ff6b3d;
}
.corner {
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 5;
}
.corner::before, .corner::after {
	content: '';
	position: absolute;
	background: #DC5422;
	box-shadow: 0 0 10px #ff6b3d;
}
.corner-tl::before {
	top: 0;
	left: 0;
	width: 20px;
	height: 3px;
}
.corner-tl::after {
	top: 0;
	left: 0;
	width: 3px;
	height: 20px;
}
.corner-tr::before {
	top: 0;
	right: 0;
	width: 20px;
	height: 3px;
}
.corner-tr::after {
	top: 0;
	right: 0;
	width: 3px;
	height: 20px;
}
.corner-bl::before {
	bottom: 0;
	left: 0;
	width: 20px;
	height: 3px;
}
.corner-bl::after {
	bottom: 0;
	left: 0;
	width: 3px;
	height: 20px;
}
.corner-br::before {
	bottom: 0;
	right: 0;
	width: 20px;
	height: 3px;
}
.corner-br::after {
	bottom: 0;
	right: 0;
	width: 3px;
	height: 20px;
}
.grid-lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: 
        linear-gradient(90deg, rgba(220, 84, 34, 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(220, 84, 34, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
}
.status-indicator {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 5;
}
.status-dot {
	width: 10px;
	height: 10px;
	background: #DC5422;
	border-radius: 50%;
	box-shadow: 0 0 8px #ff6b3d;
	animation: pulse 1.5s infinite;
}
.status-text {
	color: #aaa;
	font-size: 14px;
	letter-spacing: 1px;
}
    
    /* 动画效果 */
@keyframes scan {
      0% { 
        top: 0;
        opacity: 0.8;
      }
      50% {
        opacity: 1;
      }
      100% { 
        top: calc(100% - 4px);
        opacity: 0.8;
      }
}
    
@keyframes border-pulse {
	0%, 100% {
        outline-color: rgba(220, 84, 34, 0.5);
      }
      50% {
        outline-color: rgba(220, 84, 34, 1);
        outline-width: 2px;
      }
}
    
@keyframes pulse {
      0%, 100% {
        transform: scale(1);
        opacity: 1;
      }
      50% {
        transform: scale(1.3);
        opacity: 0.7;
      }
}
    
@keyframes corner-glow {
      0%, 100% {
        box-shadow: 0 0 8px #ff6b3d;
      }
      50% {
        box-shadow: 0 0 15px #ff6b3d;
      }
}
    
    /* 响应式设计 */
@media (max-width: 600px) {
      .scanner-container {
        width: 240px;
        height: 240px;
      }
}


.fwtex ul li .tex{
	padding:2.5rem 1.25rem;
}
.fwtex ul li .tex dl dt{
	color: #A5A5A9;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.fwtex ul li .tex dl dd{
	margin-top:2.5rem;
}
.fwtex ul li .tex dl dd a{
	padding:1.12rem 2.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.fwtex ul li .tex dl dd a::after{
	background-image:url(../img/long_left.svg);
	background-position:center;
	background-repeat:no-repeat;
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
}
.fwtex ul li:hover .tex dl dd a{
	background: var(--dc-5422, #DC5422);
	border:1px solid var(--dc-5422, #DC5422);
	color: var(---white, #FFF);
}
.fwtex ul li:hover .tex dl dd a::after{
	background-image:url(../img/long_left2.svg);
}

.intit{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width:100%;
	float:left;
}
.hz{
	width:100%;
	float:left;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	margin-top:6.25rem;
}
.hz h1{
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding:1.62rem 0;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.hz ul{
	display: flex;
	flex-wrap: wrap;
}
.hz ul li{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.hz ul li .a01{
	width:25%;
	padding:0.38rem 0;
	text-align:center;
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	line-height:40px;
	text-transform: capitalize;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.hz ul li .a02{
	width:75%;
	padding:0.38rem 0;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.hzbk{
	width:100%;
	padding:0 2.5rem;
	height:40px;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.875rem;
	font-style: normal;
	font-family: zt4;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	border:0;
	background-color:transparent;
	outline:none;
}
.hzanniu{
	width:100%;
	background: var(--10, rgba(255, 255, 255, 0.10));
	border:0;
	cursor:pointer;
	color: var(---white, #FFF);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	float:left;
	margin-top:3.75rem;
	text-align:center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.hzanniu a{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
	padding:1.0rem 0;
}
.hzanniu a:hover{
	background: var(--dc-5422, #DC5422);
	color:#FFF;
}

.innew{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(25.0% - 1.25rem);
	margin-right:1.25rem;
	padding-bottom:3.75rem;
	position:relative;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li dl dt{
	color: var(---666, #666);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-top:2.5rem;
}
.innew ul li dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-family: zt3;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.innew ul li:hover dl dt{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.innew ul li:hover::after{
	width:100%;
}
.innew ul li::after{
	width:0;
	height:1px;
	content:'';
	display:inline-block;
	background-color:#DC5422;
	transition: all 0.6s;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.foot{
	width:100%;
	float:left;
	position:relative;
	height:580px;
	display:flex;
	align-items: flex-end;
}
.foot video{
	width:100%;
}
.bottom{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.foot01{
	width:100%;
	float:left;
	padding:0 2.0vw;
	border-top:1px solid rgba(255, 255, 255, 0.30);
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-l{
	width:50%;
	padding:3.75rem 5.0rem;
	padding-left:0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-right:1px solid rgba(255, 255, 255, 0.30);
}
.foot-l .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-l .a01 .dblogo{
	width:auto;
	max-width:11.4rem;
}
.foot-l .a01 .dblogo img{
	max-width:100%;
}
.foot-l .a01 .tex{
	width:auto;
	max-width:65%;
}
.foot-l .a01 .tex dl dt{
	color: #A5A5A9;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.foot-l .a01 .tex dl dd{
	display: flex;
	flex-wrap: wrap;
	margin-top:3.25rem;
}
.foot-l .a01 .tex dl dd img{
	margin-right:0.94rem;
}
.foot-l .a02{
	width:100%;
	margin-top:11.3rem;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.foot-l .a02 div{
	width:100%;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}

.foot-r{
	width:50%;
	padding:3.75rem 5.0rem;
	padding-right:4.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-r dl dt{
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom:0.56rem;
}
.foot-r dl dd{
	margin-top:1.0rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: zt3;
}
.foot-r dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}

.foot02{
	width:100%;
	float:left;
	padding:2.5rem 0;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
	position: fixed;
	left:0px;
	top:1.0rem;
	z-index:9999999;
}

.cpxxcs{
	width:100%;
	float:left;
	padding:2.5rem 0;
	justify-content:center;
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	left:0px;
	top:5.0rem;
	z-index:99999;
}
.pdcs{ display:none;}
.pdcs.cur{
	display:block
}

.nycp{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.nycp ul{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: none;
}
.nycp ul li{
	width:25%;
	padding-top:2.5rem;
	text-align:center;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.nycp ul li:nth-child(4n){
	border-right: 0px solid var(--30, rgba(255, 255, 255, 0.30));
}
.nycp ul li:hover{
	border: 1px solid var(--dc-5422, #DC5422);
	background-image:url(../img/abj.svg);
	background-position:center top;
	background-repeat:no-repeat;
}
.nycp ul li dl dt{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nycp ul li dl dd{
	margin-top:2.5rem;
}
.nycp ul li dl dd img{
	max-width:100%;
	height:200px;
}
.nycp ul li .xpic{
	margin-top:3.75rem;
	display: flex;
	justify-content:center;
}
.nycp ul li .xpic a{
	margin-left:0.44rem;
	margin-right:0.44rem;
}
.nycp ul li .xpic a .pic01{
	display:block;
}
.nycp ul li .xpic a .pic02{
	display:none;
}

.nycp ul li .xpic a:hover .pic01{
	display:none;
}
.nycp ul li .xpic a:hover .pic02{
	display:block;
}

.nycp ul li .price{
	margin-top:2.75rem;
	display: flex;
	padding: 0.6875rem 0rem;
	justify-content: center;
	align-items: center;
	color: var(--30, rgba(255, 255, 255, 0.30));
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: zt3;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.nycp ul li .price b{
	text-align: center;
	font-family: zt3;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nc01{
	width:100%;
	float:left;
}
.nc01 img{
	width:100%;
	height:auto;
	display: block;
}

.ncp01{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.ncp01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ncp01 ul li{
	width:100%;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ncp01 ul li .pic{
	width:50%;
	overflow:hidden;
}
.ncp01 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.ncp01 ul li .tex{
	width:45%;
	position:relative;
}
.ncp01 ul li .tex .a01{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	font-size: 18.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: capitalize;
	display:flex;
	align-items: flex-end;
	color: var(--dc-5422, #DC5422);
}
.ncp01 ul li .tex .a01 img{
	max-width:100%;
	height:auto;
}
.ncp01 ul li .tex .a01 b{
	font-style: normal;
	font-weight: 500;
	line-height: 135%;
	text-transform: capitalize;
	font-size: 8rem;
	color: #000;
	text-shadow:-1px -1px 0 rgba(220, 84, 34, 0.30), -1px 0 0 rgba(220, 84, 34, 0.30), -1px 1px 0 rgba(220, 84, 34, 0.30),
    0 -1px 0 rgba(220, 84, 34, 0.30), 0 1px 0 rgba(220, 84, 34, 0.30),
    1px -1px 0 rgba(220, 84, 34, 0.30), 1px 0 0 rgba(220, 84, 34, 0.30), 1px 1px 0 rgba(220, 84, 34, 0.30);
	margin-left:1.2rem;
}

.ncp01 ul li .tex .a02{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	color: #A5A5A9;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	font-family: zt3;
}
.ncp01 ul li .tex .a02 h1{
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top:3.75rem;
	margin-bottom:1.25rem;
}


.ncp01 ul li .tex dl dt{
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ncp01 ul li .tex dl dd{
	margin-top:3.75rem;
	color: #A5A5A9;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	display:flex;
}
.ncp01 ul li .tex dl dd div{
	width:75%;
}

.jscs{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jscs-l{
	width:100%;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.jscs-l i{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.jscs-r{
	width:100%;
	margin-top:3.75rem;
}
.jscs-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jscs-r ul li{
	width:100%;
	padding:1.25rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.jscs-r ul li .a01{
	width:40%;
	color: #A5A5A9;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.jscs-r ul li .a02{
	width:60%;
	color: #A5A5A9;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	display:flex;
}
.jscs-r ul li .a02 div{
	width:60%;
}

.ncp02{
	width:100%;
	float:left;
	margin-top:10rem;
}
.ncp02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ncp02 ul li{
	width:48.4%;
}
.ncp02 ul li dl dt{
	overflow:hidden;
}
.ncp02 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.ncp02 ul li dl dd{
	margin-top:2.5rem;
	color: #A5A5A9;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.gjsj{
	width:100%;
	float:left;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	margin-top:6.25rem;
	border-bottom: 0px solid var(--30, rgba(255, 255, 255, 0.30));
}
.gjsj h1{
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding:1.62rem 0;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.gjsj ul{
	display: flex;
	flex-wrap: wrap;
}
.gjsj ul li{
	width:50%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.gjsj ul li .a01{
	width:100%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display:flex;
}
.gjsj ul li .a01 a{
	width:100%;
	padding:1.2rem 2.5rem;
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gjsj ul li .a01 a:hover{
	background: var(--dc-5422, #DC5422);
	color: var(---white, #FFF);
}
.gjsj ul li .a01 a::after{
	min-width: 1.375rem;
	min-height: 1.375rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Download.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.gjsj ul li .a01 a:hover::after{
	background-image:url(../img/Download2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ystit{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width:100%;
	float:left;
	text-transform: capitalize;
}
.ysshow{
	width:100%;
	float:left;
	margin-top:4.7rem;
	background-image:url(../img/t01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	text-align:center;
}
.ysshow img{
	max-width:100%;
}
.ysshow2{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.ysshow2 ul li{
	width:auto;
	float:left;
	margin-right:0.62rem;
}
.ysshow2 ul li img{
	width:100%;
	height:auto;
	display:block;
}
#demo {
	width: 100%; 
} 
#indemo {
	float: left;
	width: 1800%; 
} 
#demo1 {
	float: left; 
} 
#demo2 {
	float: left; 
}

.sp{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.sp ul{
	display: flex;
	flex-wrap: wrap;
}
.sp ul li{
	width:calc(25.0% - 1.25rem);
	margin-top:3.75rem;
	margin-right:1.25rem;
}
.sp ul li:nth-child(4n){
	margin-right:0px;
}
.sp ul li dl dt{
	overflow:hidden;
	position:relative;
}
.sp ul li dl dt .aj{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background: var(--30, rgba(0, 0, 0, 0.30));
}
.sp ul li dl dt .aj i{
	width: 3.875rem;
	height: 3.875rem;
	background-image:url(../img/bf.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.sp ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.sp ul li:hover dl dt img{
	transform: scale(1.05);
}
.sp ul li dl dd{
	margin-top:2.5rem;
	color: #A5A5A9;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.nteam{
	width:100%;
	float:left;
}
.nteam ul{
	display: flex;
	flex-wrap: wrap;
}
.nteam ul li{
	width:calc(25.0% - 1.25rem);
	margin-right:1.25rem;
	margin-top:6.25rem;
}
.nteam ul li:nth-child(4n){
	margin-right:0px;
}
.nteam ul li .pic{
	overflow:hidden;
	position:relative;
	height: auto;
	background-image:url(../img/yfbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	text-align:center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.nteam ul li:hover .pic{
	border: 1px solid var(--dc-5422, #DC5422);
}
.nteam ul li .pic::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	content:'';
	display:inline-block;
	background:rgba(255, 255, 255, 0.10);
}
.nteam ul li .pic img{
	max-width:100%;
	max-height:100%;
}
.nteam ul li .pic .tit{
	width:auto;
	position:absolute;
	left:1.25rem;
	top:1.25rem;
	z-index:1;
	color: #A5A5A9;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}
.nteam ul li .pic .tit::before{
	width: 0.375rem;
	height: 0.375rem;
	content:'';
	display:inline-block;
	border-radius:50%;
	background-color:rgba(255, 255, 255, 0.60);
	margin-right:0.38rem;
}
.nteam ul li:hover .pic .tit::before{
	background-color:#DC5422;
}
.nteam ul li dl dt{
	margin-top:2.5rem;
	color: #A5A5A9;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.nteam ul li dl dd{
	margin-top:0.62rem;
	color: #A5A5A9;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	display:flex;
}
.nteam ul li dl dd i{
	width:80%;
}

.teamshow{
	width:100%;
	float:left;
	margin-top:13.75rem;
}
.teamshow-l{
	width:30%;
	float:left;
}
.teamshow-l .pic{
	overflow:hidden;
	position:relative;
	height: auto;
	background-image:url(../img/yfbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	text-align:center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.teamshow-l .pic::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	content:'';
	display:inline-block;
	background:rgba(255, 255, 255, 0.10);
}
.teamshow-l .pic img{
	max-width:100%;
	max-height:100%;
}
.teamshow-l .pic .tit{
	width:auto;
	position:absolute;
	left:1.25rem;
	top:1.25rem;
	z-index:1;
	color: #A5A5A9;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}
.teamshow-l .pic .tit::before{
	width: 0.375rem;
	height: 0.375rem;
	content:'';
	display:inline-block;
	border-radius:50%;
	background-color:rgba(255, 255, 255, 0.60);
	margin-right:0.38rem;
}

.teamshow-r{
	width:66%;
	float:right;
}
.teamshow-r dl dt{
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.teamshow-r dl dd{
	margin-top:0.37rem;
	color: #A5A5A9;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:2.54rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.tdsm{
	display:flex;
	margin-top:6.25rem;
	color: #A5A5A9;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.tdsm div{
	width:76%;
}
.tdyear{
	display:flex;
	justify-content: flex-end;
	align-items: flex-end;
	color: var(--dc-5422, #DC5422);
	font-size: 18.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -2.0625rem;
	text-transform: capitalize;
	margin-top:1.0rem;
}
.tdyear img{
	max-width:16.2rem;
	margin-left:1.62rem;
	margin-bottom:0.52rem;
}

.cpyf{
	width:100%;
	float:left;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	margin-top:6.25rem;
}
.cpyf h1{
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding:1.62rem 0;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.cpyf ul{
	display: flex;
	flex-wrap: wrap;
}
.cpyf ul li{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.cpyf ul li.wz{
	padding:1.66rem 11.0rem;
	color: #A5A5A9;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
	display: inline-block;
}
.cpyf ul li .a01{
	width:25%;
	padding:1.38rem 0;
	text-align:center;
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.cpyf ul li .a02{
	width:37.5%;
	padding:1.38rem 0;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display:flex;
	justify-content:center;
}
/* 隐藏原生单选框 */
.custom-radio{
	display: flex;
	align-items: center;
	font-size: 0.875rem;
}
.custom-radio input[type="radio"] {
  display: none;
}
 
/* 自定义单选框样式 */
.custom-radio .radio-btn {
  height: 12px;
  width: 12px;
  border: 0px solid #9c9c9c;
  background-color:rgba(255, 255, 255, 0.30);
  display: inline-block;
  border-radius: 50%;
  margin-left: 2.5rem;
  vertical-align: middle;
  position: relative;
}
 
/* 当单选框处于选中状态时的样式 */
.custom-radio input[type="radio"]:checked + .radio-btn {
  background-color: #DC5422;
}
 
/* 创建一个内在的圆圈，表示选中 */
.custom-radio input[type="radio"]:checked + .radio-btn::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color:#DC5422;
}

.newlist{
	width:100%;
	float:left;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	margin-top:6.25rem;
	border-bottom: 0px solid var(--30, rgba(255, 255, 255, 0.30));
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:25%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:3.75rem 1.88rem;
	position:relative;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.newlist ul li::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	content:'';
	display:inline-block;
	background-image:url(../img/Subtract.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	opacity:0;
}
.newlist ul li:hover::before{
	opacity:1;
}
.newlist ul li:hover{
	background-image:url(../img/xwbj.svg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.newlist ul li dl dt{
	overflow:hidden;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	font-family: zt3;
}
.newlist ul li:hover dl dt{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.newlist ul li:hover dl dd{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.newlist ul li dl dd{
	color: var(---666, #666);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	margin-top:1.25rem;
}
.newlist ul li .more{
	display:flex;
	margin-top:13rem;
}
.newlist ul li .more a{
	color: #A5A5A9;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	text-transform: capitalize;
	font-family: zt3;
	display:flex;
	align-items: center;
}
.newlist ul li .more a::after{
	content:">";
	display:inline-block;
	font-weight:bold;
	margin-left:0.56rem;
	font-family:'宋体';
}

.newrap{
	width:100%;
	float:left;
	margin-top:12.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.nbq{
	width:100%;
	float:left;
	height:3.75rem;
	padding:0 1.25rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.nbq::before{
	width: 0.625rem;
	height: 0.625rem;
	border-radius:50%;
	background-color:var(--60, rgba(255, 255, 255, 0.60));
	content:'';
	display:inline-block;
}
.nbq::after{
	width: 0.625rem;
	height: 0.625rem;
	border-radius:50%;
	background-color:var(--60, rgba(255, 255, 255, 0.60));
	content:'';
	display:inline-block;
}
.newtit{
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align:center;
}
.newtit div{
	width:54%;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.25rem;
	color: var(---666, #666);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.ncon{
	width:100%;
	float:left;
	padding:6.25rem 0;
	display: flex;
	justify-content: center;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.ncon01{
	width:54%;
}
.newtex{
	width:100%;
	float:left;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.nextex{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.nextex ul{
	display: flex;
	flex-wrap: wrap;
}
.nextex ul li{
	width:100%;
	padding:1.25rem 0;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nextex ul li i{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nextex ul li a{
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.logwrap{
	width:100%;
	min-height:100vh;
	float:left;
	display:flex;
	justify-content: center;
	align-items: center;
	background-image:url(../img/dlbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:14.7rem;
	padding-bottom:10.44rem;
}

.login01{
	width:34.4rem;
	background: var(---black, #000);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:3.75rem 1.88rem;
}
.login01 h1{
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom:0.5rem;
}
.login01 ul{
	display: flex;
	flex-wrap: wrap;
}
.login01 ul li{
	width:100%;
	margin-top:1.25rem;
	position:relative;
	display:flex;
	align-items: center;
}
.login01 ul li.mart2{
	margin-top:2.56rem;
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.login01 ul li.mart2 input{
	margin-right:0.94rem;
}
.blue{
	color: var(---666, var(--Color, #F05D08));
}
.dlbk{
	width:100%;
	border:1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:1.0rem 1.25rem;
	outline:none;
	display: flex;
	align-items: center;
	background-color:transparent;
	
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.dlanniu{
	width:100%;
	height:3.75rem;
	line-height:3.75rem;
	background: var(--Color, #F05D08);
	text-align:center;
	border:0px;
	cursor:pointer;
	font-size: 0.875rem;
	font-weight:bold;
	color:#FFF;
}
.dlanniu2{
	width:100%;
	height:3.75rem;
	line-height:3.75rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	text-align:center;
	border:0px;
	cursor:pointer;
	font-size: 0.875rem;
	font-weight:bold;
	color:#A5A5A9;
}
.yzm{
	width:8.0rem;
	height:3.75rem;
	line-height:3.75rem;
	background: var(--Color, #F05D08);
	text-align:center;
	border:0px;
	cursor:pointer;
	font-size: 0.875rem;
	font-weight:bold;
	position:absolute;
	right:0;
	top:2px;
	z-index:1;
	color:#FFF;
}
.yzm:hover{
	color:#FFF;
}

.xzzx{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	margin-top:3.75rem;
}
.xzzx-l{
	width:25%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.xzzx-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzzx-l ul li{
	width:100%;
	padding:3.5rem 7.2rem;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	position:relative;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.xzzx-l ul li:last-child{
	border-bottom:0px;
}
.xzzx-l ul li i{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.xzzx-l ul li::before{
	width:1.2rem;
	height:1.2rem;
	position:absolute;
	top:2.6rem;
	left:1.87rem;
	z-index:1;
	background-image:url(../img/xbf.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0.5;
	content:'';
	display:inline-block;
}
.xzzx-l ul li.cur::before{
	opacity:1;
}

.xzzx-r{
	width:75%;
}
.xzzx-r01{
	width:100%;
	height:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzzx-r01 .a01{
	width:33.33%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #A5A5A9;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	font-family: zt3;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.xzzx-r01 .a01 a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #A5A5A9;
}
.xzzx-r01 .a01 div{
	width:auto;
}
.xzzx-r01 .a01 dl dt{
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.xzzx-r01 .a01 dl dd{
	margin-top:1.5rem;
	margin-bottom:1.5rem;
	overflow:hidden;
}
.xzzx-r01 .a02{
	width:66.67%;
	color: #A5A5A9;
	text-align: center;
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	overflow-y:scroll;
	height:35rem;
}

.xzzx-r01 .a02::-webkit-scrollbar {
    width: 12px;
}

.xzzx-r01 .a02::-webkit-scrollbar-track {
    background: #000;
    border-radius: 10px;
}

.xzzx-r01 .a02::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.xzzx-r01 .a02::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.xzzx-r01 .a02 table tr td{
	padding:1.3rem;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.xzzx-r01 .a02 table tr:first-child td{
	padding:1.62rem;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: zt2;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.xzzx-r01 .a02 table tr:first-child td i{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.xzzx-r02{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.xzzx-r02 a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #A5A5A9;
	text-align:center;
}
.xzzx-r02 div{
	width:auto;
}
.xzzx-r02 dl dt{
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.xzzx-r02 dl dd{
	margin-top:1.5rem;
	margin-bottom:1.5rem;
	overflow:hidden;
}

.xzzx-r03{
	width:100%;
	height:100%;
}
.xzzx-r03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.xzzx-r03 ul li{
	width:50%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xzzx-r03 ul li:last-child{
	border-right:0px;
}
.xzzx-r03 ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #A5A5A9;
	text-align:center;
}
.xzzx-r03 ul li div{
}
.xzzx-r03 ul li dl dt{
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.xzzx-r03 ul li dl dd{
	margin-top:1.5rem;
	margin-bottom:1.5rem;
	overflow:hidden;
}
.hzlist{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.hzlist h1{
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hzlist ul{
	margin-top:2.5rem;
	display: flex;
	flex-wrap: wrap;
}
.hzlist ul li{
	width:calc(16.7% - 1.25rem);
	margin-right:1.25rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	height:10rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hzlist ul li:nth-child(6n){
	margin-right:0px;
}
.hzlist ul li img{
	max-width:70%;
	max-height:80%;
}























.mart0{
	margin-top:0rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart3{
	margin-top:2.5rem;
}

.mart10{
	margin-top:11rem;
}


.mart15{
	margin-top:9rem;
}

.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.dingw{ width:100%; float:left; margin-top:-120px;}

}


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










}

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

.search{
	margin-left:2vw;
}
.cpyf ul li.wz{
	padding:1.66rem 7.0rem;
}






	
}

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

.main{
	padding:0 5.2vw;
}
.header.yanse .intop{
	padding:0 5.2vw;
}

.search{
	margin-left:2vw;
}
.innav ul li a{
	padding:0.5rem 1.0rem;
}
.foot-l .a01 .tex dl dd img{
	max-height:2.0rem;
}
.newtit{
	font-size:2.0rem;
}
.ystit{
	font-size:3.0rem;
}

.scanner-container {
	position: relative;
	width: 8rem;
	height: 8rem;
	background: #111;
	overflow: hidden;
	border: 1px solid #222;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.8);
}

.teamshow-r dl dt{
	font-size:3.0rem;
}
.teamshow-r dl dd{
	padding-bottom:1.5rem;
}
.tdsm{
	margin-top:3.0rem;
	font-size:0.875rem;
}
.tdyear{
	font-size:10.75rem;
}
.tdyear img{
	max-width:8.0rem;
}
.inxz ul li{
	padding:1.5rem 1.0rem;
}
.inxz ul li dl dd{
	font-size:1.25rem;
}
.inxz ul li dl dd::after{
	width:2.0rem;
	height:2.0rem;
}
.sp ul li dl dt .aj i{
	width:2.0rem;
	height:2.0rem;
}
.foot-l .a01 .tex{
	max-width:100%;
}
.nycp ul li .xpic img{
	max-height:1.0rem;
}
.nycp ul li dl dd img{
	max-width:80%;
}
.nycp ul li dl dt{
	font-size:2.0rem;
}
.ncp01 ul li .tex .a01{
	font-size:8.75rem;
}
.ncp01 ul li .tex .a01 b{
	font-size:4.0rem;
}
.ncp01 ul li .tex dl dt{
	font-size:3.0rem;
}
.ncp01 ul li .tex dl dd{
	font-size:1.0rem;
}
.jscs-l{
	font-size:2.5rem;
}
.incp ul li dl dt{
	font-size:1.5rem;
}
.incp ul li .xpic img{
	max-height:1.0rem;
}
.incp ul li{
	padding:2.0rem;
}
.incp ul li .more a{
	padding:0.5rem 1.0rem;
}
.fwlm .a01{
	width:25%;
}
.fwlm .a03{
	width:25%;
}
.fwlm .a02{
	width:50%;
}
.fwtex ul li .tex dl dd a{
	padding:0.5rem 1.0rem;
}

.fwlm3 ul li{
	padding:3.56rem;
	padding-right:4.5rem;
}
.fwlm3 ul li .a01 dl dt{
	font-size:1.5rem;
}
.fwlm3 ul li .a01 dl dd{
	font-size:0.75rem;
}

.xzzx-l ul li{
	padding:2.0rem;
	font-size:1.25rem;
}
.xzzx-l ul li::before{
	left:1.0rem;
	top:1.0rem;
}
.xzzx-r03 ul li dl dd img{
	max-width:5.0rem;
}
.xzzx-r03 ul li dl dt{
	font-size:1.25rem;
}
.xzzx-r01 .a01 dl dd img{
	max-width:5.0rem;
}
.xzzx-r01 .a01 dl dt{
	font-size:1.25rem;
}

.ncp01 ul li .tex .a02{
	position:static;
	margin-top:2.0rem;
}




	
}





@media (max-width:999px) {


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

.header2{ 
	width:100%; 
	float:left; 
	height:3.75rem; 
	line-height:3.75rem;
	background-color:#000;
	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:3.75rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:50%; 
	max-height:3rem; 
	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:3.75rem; 
	height:3.75rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:3.75rem; 
	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: 2%; 
	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:3.75rem;
	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:4.875rem;
	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:#000;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:3.75rem; 
	background:#000;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid rgba(255,255,255,0.30); 
	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{color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
	width:100%;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

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

.inban{
	width:100%;
	float:left;
	position:relative;
	margin-top:3.75rem;
}
.inban video{
	width:100%;
	height:auto;
	display:block;
}
.inban img{
	width:100%;
	height:auto;
	display:block;
}
.inban .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:flex;
	justify-content: center;
	align-items: center;
	background-image:url(../img/banbj.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}
.inban .tex .a01{
	width:100%;
}
.inban .tex dl dt{
	color: #A5A5A9;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inban .tex dl dd{
	margin-top:0.5rem;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.inban .tex .pic{
	margin-top:2.0rem;
	text-align:center;
	display:flex;
	justify-content: center;
}
.inban .tex .pic img{
	max-height:2.5rem;
	width:auto;
}
.incptit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	justify-content: center;
}

.innav{
	width: auto;
	border-radius: 0.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:0.25rem;
}
.innav ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	text-align: center;
	position:relative;
	transition: all 0.6s;
	border-radius: 6.25rem;
	overflow:hidden;
}

.innav ul li a{
	width: auto;
	padding:0.5rem 1.0rem;
	position:relative;
	display: flex;
	align-items: center;
	color:#A5A5A9;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	position:relative;
}
.innav ul li a::after{
	width: 0.375rem;
	height: 0.375rem;
	position:absolute;
	right:0.97rem;
	top:0.5rem;
	z-index:1;
	opacity:0;
	content:'';
	background-image:url(../img/yuan.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innav ul li.cur{
	background: linear-gradient(to right, rgba(181, 178, 178, 0.30), rgba(96, 94, 94, 0.30));
}
.innav ul li.cur a{
	background: var(--Linear, linear-gradient(90deg, #9375D1 0%, #CD789B 51.03%, #D5AB91 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.innav ul li.cur a::after{
	opacity:1;
}
.innav ul li:hover{
	background: linear-gradient(to right, rgba(181, 178, 178, 0.30), rgba(96, 94, 94, 0.30));
	border-radius: 6.25rem;
}
.innav ul li:hover a{
	background: var(--Linear, linear-gradient(90deg, #9375D1 0%, #CD789B 51.03%, #D5AB91 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.innav ul li:hover a::after{
	opacity:1;
}

.incp{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.incp ul{
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}
.incp ul li{
	width:50%;
	padding:1.5rem;
	text-align:center;
}
.incp ul li:hover{
	border: 1px solid var(--dc-5422, #DC5422);
	background-image:url(../img/abj.svg);
	background-position:center top;
	background-repeat:no-repeat;
}
.incp ul li dl dt{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.incp ul li dl dd{
	margin-top:2.5rem;
}
.incp ul li dl dd img{
	max-width:100%;
}
.incp ul li .xpic{
	margin-top:1.5rem;
	display: flex;
	justify-content:center;
}
.incp ul li .xpic img{
	max-height:0.5rem;
}
.incp ul li .xpic a{
	margin-left:0.24rem;
	margin-right:0.24rem;
}
.incp ul li .xpic a .pic01{
	display:block;
}
.incp ul li .xpic a .pic02{
	display:none;
}

.incp ul li .xpic a:hover .pic01{
	display:none;
}
.incp ul li .xpic a:hover .pic02{
	display:block;
}
.incp ul li .more{
	display:flex;
	justify-content:center;
	margin-top:1.5rem;
}
.incp ul li .more a{
	width:100%;
	padding:0.5rem 1.0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #A5A5A9;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.incp ul li .more a::after{
	width: 1.0rem;
	height: 1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_left.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.xldb{
	width:100%;
	float:left;
	margin-top:2.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	height: 3.75rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.xldb a{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.xldb a::after{
	width: 1.0rem;
	height: 1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_left.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.0rem;
}

.chax{
	right:0; 
	top:0;
	position: absolute;
	width:100%;
	height:100%;
	z-index:3;
	display: none;
}
.chax　div{
	display: flex;
}
.chax img{
	width:100%;
	height:auto;
	display:block;
}
.chax  .a01{
	width:100%;
	height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
}
.chax  .a01 .mask{
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	background-color:rgba(0, 0, 0, 0.80);
	top:0;
	left:0;
}
.chax  .a01 .pic{
	width:60%;
	height:100%;
	position:absolute;
	left:20%;
	top:0;
	z-index:2;
}
.chax .a01 .pic img{
	max-width:100%;
	max-height:100%;
}
.yslm{
	width:100%;
	float:left;
	margin-top:1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.yslm a{
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.yslm a.cur{
	background: var(--Linear, linear-gradient(90deg, #9375D1 0%, #CD789B 51.03%, #D5AB91 100%));
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.yslm .sx{
	width:1px;
	background: rgba(255, 255, 255, 0.30);
	margin-left:0.75rem;
	margin-right:0.75rem;
	height:1rem;
}

.ystex{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.ystex ul li{
	width:7.8rem;
	margin-right:1rem;
	margin-top:1.0rem;
	position:relative;
	overflow:hidden;
	float:left;
}
.ystex ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.ystex ul li:hover img{
	transform: scale(1.05);
}
.ystex ul li .tex{
	width:calc(100% - 1.0rem);
	position:absolute;
	left:0.5rem;
	bottom:0.5rem;
	z-index:1;
	background: var(---black, #000);
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0px rgba(66, 0, 255, 0.08), -20px 40px 100px 0px rgba(88, 92, 98, 0.04);
	padding:0.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	opacity:0;
	transition: all 0.6s;
	font-size:0.75rem;
}
.ystex ul li:hover .tex{
	opacity:1;
}
.ystex ul li .tex::after{
	width: 1.0rem;
	height: 1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_left.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ystex ul li a .tex{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: auto;
	height: auto;
	display:flex;
	margin-left:0.15rem;
	margin-right:0.15rem;
	transition: all 0.6s;
}
.fy ul li a{
	width: auto;
	padding: 0.3rem 0.75rem;
	text-align:center;
	color: var(--Neutral-Color-Font-Regular, #606266);
	text-align: center;
	font-variant-numeric: lining-nums tabular-nums;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.125rem; /* 150% */
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));

}
.fy ul li a:hover{
	color: var(--dc-5422, #DC5422);
}
.fy ul li .cur{
	color: var(--dc-5422, #DC5422);
}
.fy ul li b{
	font-family:'宋体';
}

.inxz{
	width:100%;
	float:left;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 0px solid var(--30, rgba(255, 255, 255, 0.30));
	margin-top:6.25rem;
}
.inxz ul{
	display: flex;
	flex-wrap: wrap;
}
.inxz ul li{
	width:50%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:1.5rem 1.0rem;
	position:relative;
}
.inxz ul li:nth-child(2n){
	border-right: 0px solid var(--30, rgba(255, 255, 255, 0.30));
}
.inxz ul li::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	content:'';
	display:inline-block;
	background-image:url(../img/Subtract.png);
	background-position: right top;
	background-repeat:no-repeat;
	background-size:100% 100%;
	opacity:0;
}
.inxz ul li:hover::before{
	opacity:1;
}
.inxz ul li:hover{
	background-image:url(../img/xzbj.svg);
	background-position:right top;
	background-repeat:no-repeat;
	background-size:80% auto;
}
.inxz ul li dl dt{
	overflow:hidden;
	display:none;
}
.inxz ul li .pic01{
	display:inline-block;
}
.inxz ul li .pic02{
	display: none;
}
.inxz ul li:hover .pic01{
	display:none;
}
.inxz ul li:hover .pic02{
	display:inline-block;
}
.inxz ul li dl dd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top:2.34rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.inxz ul li dl dd::after{
	width:1.5rem;
	height:1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xz.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.inxz ul li:hover dl dd::after{
	opacity:1;
}
.inyf{
	width:100%;
	float:left;
	margin-top:3.38rem;
	padding:7rem 2.0vw;
	background-image:url(../img/tbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.inyf-l{
	width:4.0rem;
	float:left;
	padding:0.31rem 0.25rem;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.inyf-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inyf-l ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inyf-l ul li a{
	width:100%;
	padding:1.31rem 0;
	border-radius: 6.25rem;
}
.inyf-l ul li dl dt{
	overflow:hidden;
	text-align:center;
}
.inyf-l ul li dl dt img{
	max-height:1.5rem;
}
.inyf-l ul li dl dd{
	margin-top:0.32rem;
	color:#A5A5A9;
	text-align: center;
	font-family: "HarmonyOS Sans SC";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.inyf-l ul li a:hover{
	background: linear-gradient(to right, rgba(181, 178, 178, 0.30), rgba(96, 94, 94, 0.30));
}
.inyf-l ul li a.cur{
	background: linear-gradient(to right, rgba(181, 178, 178, 0.30), rgba(96, 94, 94, 0.30));
}

.inyf-r{
	width:calc(100% - 6rem);
	float:right;
}

.fwlm{
	width:100%;
	float:left;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fwlm .a01{
	width:25%;
	padding:0.5rem;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.fwlm .a01 dl dt{
	display: flex;
	align-items: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fwlm .a01 dl dt img{
	margin-right:0.5rem;
	max-height:1.0rem;
}
.fwlm .a01 dl dd{
	margin-top:3.17rem;
	display: flex;
	justify-content:flex-end;
	flex-wrap: wrap;
}
.fwlm .a01 .pic01{
	display:inline-block;
}
.fwlm .a01 .pic02{
	display:none;
}
.fwlm .a01:hover .pic01{
	display:none;
}
.fwlm .a01:hover .pic02{
	display:inline-block;
}
.fwlm .a01:hover{
	background: linear-gradient(to right, rgba(181, 178, 178, 0.30), rgba(96, 94, 94, 0.30));
}

.fwlm .a01.cur .pic01{
	display:none;
}
.fwlm .a01.cur .pic02{
	display:inline-block;
}
.fwlm .a01.cur{
	background: linear-gradient(to right, rgba(181, 178, 178, 0.30), rgba(96, 94, 94, 0.30));
}

.fwlm .a02{
	width:50%;
	padding:0 1.0rem;
}
.fwlm .a02 dl dt{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fwlm .a02 dl dd{
	margin-top:0.32rem;
	color: #A5A5A9;
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.fwlm .a03{
	width:25%;
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:0.5rem;
}
.fwlm .a03 dl dt{
	display: flex;
	align-items: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fwlm .a03 dl dt img{
	margin-right:0.5rem;
	max-height:1.0rem;
}
.fwlm .a03 dl dd{
	margin-top:3.17rem;
	display: flex;
	justify-content:flex-end;
	flex-wrap: wrap;
}
.fwlm .a03 .pic01{
	display:inline-block;
}
.fwlm .a03 .pic02{
	display:none;
}
.fwlm .a03:hover .pic01{
	display:none;
}
.fwlm .a03:hover .pic02{
	display:inline-block;
}
.fwlm .a03:hover{
	background: linear-gradient(to right, rgba(181, 178, 178, 0.30), rgba(96, 94, 94, 0.30));
}

.fwlm .a03.cur .pic01{
	display:none;
}
.fwlm .a03.cur .pic02{
	display:inline-block;
}
.fwlm .a03.cur{
	background: linear-gradient(to right, rgba(181, 178, 178, 0.30), rgba(96, 94, 94, 0.30));
}

.fwtex{
	width:100%;
	float:left;
}
.fwtex ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fwtex ul li{
	width:48%;
	border:1px solid var(--30, rgba(255, 255, 255, 0.30));
	margin-top:2.0rem;
}
.fwtex ul li:nth-child(4n){
	margin-right:0px;
}
.fwtex ul li:hover{
	border: 1px solid var(--dc-5422, #DC5422);
}
.fwtex ul li .pic{
	overflow:hidden;
	position:relative;
	height: auto;
	text-align:center;
}
.fwtex ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.fwtex ul li .pic .tit{
	width:auto;
	position:absolute;
	left:1.25rem;
	top:1.25rem;
	z-index:1;
	color: #A5A5A9;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}
.fwtex ul li .pic .tit::before{
	width: 0.375rem;
	height: 0.375rem;
	content:'';
	display:inline-block;
	border-radius:50%;
	background-color:rgba(255, 255, 255, 0.60);
	margin-right:0.38rem;
}
.fwtex ul li .pic .ewm{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	text-align:center;
	display: flex;
	justify-content:center;
	align-items: center;
	background: var(--50, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fwtex ul li .pic .ewm dl dt{
	overflow:hidden;
	display: flex;
	justify-content:center;
}
.fwtex ul li .pic .ewm dl dd{
	margin-top:1.0rem;
	color: #A5A5A9;
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding:0 0.5rem;
}
.scanner-container {
	position: relative;
	width: 8.0rem;
	height: 8.0rem;
	background: #111;
	overflow: hidden;
	border: 1px solid #222;
	box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.8);
}
.scanner-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	padding: 0.5rem;
	filter: grayscale(100%) contrast(120%);
}
.scanner-border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation: border-pulse 3s infinite;
	outline: 1px solid #DC5422;
	outline-offset: -1px;
	pointer-events: none;
}
.scan-line {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(to bottom, transparent, #DC5422, transparent);
    z-index: 10;
	animation: scan 3s linear infinite;
	box-shadow: 0 0 15px #ff6b3d;
}
.corner {
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 5;
}
.corner::before, .corner::after {
	content: '';
	position: absolute;
	background: #DC5422;
	box-shadow: 0 0 10px #ff6b3d;
}
.corner-tl::before {
	top: 0;
	left: 0;
	width: 20px;
	height: 3px;
}
.corner-tl::after {
	top: 0;
	left: 0;
	width: 3px;
	height: 20px;
}
.corner-tr::before {
	top: 0;
	right: 0;
	width: 20px;
	height: 3px;
}
.corner-tr::after {
	top: 0;
	right: 0;
	width: 3px;
	height: 20px;
}
.corner-bl::before {
	bottom: 0;
	left: 0;
	width: 20px;
	height: 3px;
}
.corner-bl::after {
	bottom: 0;
	left: 0;
	width: 3px;
	height: 20px;
}
.corner-br::before {
	bottom: 0;
	right: 0;
	width: 20px;
	height: 3px;
}
.corner-br::after {
	bottom: 0;
	right: 0;
	width: 3px;
	height: 20px;
}
.grid-lines {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	background: 
        linear-gradient(90deg, rgba(220, 84, 34, 0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(220, 84, 34, 0.05) 1px, transparent 1px);
    background-size: 20px 20px;
}
.status-indicator {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;    
    z-index: 5;
}
.status-dot {
	width: 10px;
	height: 10px;
	background: #DC5422;
	border-radius: 50%;
	box-shadow: 0 0 8px #ff6b3d;
	animation: pulse 1.5s infinite;
}
.status-text {
	color: #aaa;
	font-size: 14px;
	letter-spacing: 1px;
}
    
    /* 动画效果 */
@keyframes scan {
      0% { 
        top: 0;
        opacity: 0.8;
      }
      50% {
        opacity: 1;
      }
      100% { 
        top: calc(100% - 4px);
        opacity: 0.8;
      }
}
    
@keyframes border-pulse {
	0%, 100% {
        outline-color: rgba(220, 84, 34, 0.5);
      }
      50% {
        outline-color: rgba(220, 84, 34, 1);
        outline-width: 2px;
      }
}
    
@keyframes pulse {
      0%, 100% {
        transform: scale(1);
        opacity: 1;
      }
      50% {
        transform: scale(1.3);
        opacity: 0.7;
      }
}
    
@keyframes corner-glow {
      0%, 100% {
        box-shadow: 0 0 8px #ff6b3d;
      }
      50% {
        box-shadow: 0 0 15px #ff6b3d;
      }
}
    
    /* 响应式设计 */
@media (max-width: 600px) {
      .scanner-container {
        width: 4.0rem;
        height: 4.0rem;
      }
}


.fwtex ul li .tex{
	padding:1.0rem 0.75rem;
}
.fwtex ul li .tex dl dt{
	color: #A5A5A9;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.fwtex ul li .tex dl dd{
	margin-top:1.5rem;
}
.fwtex ul li .tex dl dd a{
	padding:0.5rem 1.0rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #A5A5A9;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.fwtex ul li .tex dl dd a::after{
	background-image:url(../img/long_left.svg);
	background-position:center;
	background-repeat:no-repeat;
	width: 1.0rem;
	height: 1.0rem;
	content:'';
	display:inline-block;
}
.fwtex ul li:hover .tex dl dd a{
	background: var(--dc-5422, #DC5422);
	border:1px solid var(--dc-5422, #DC5422);
	color: var(---white, #FFF);
}
.fwtex ul li:hover .tex dl dd a::after{
	background-image:url(../img/long_left2.svg);
}

.intit{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width:100%;
	float:left;
}
.hz{
	width:100%;
	float:left;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	margin-top:3.25rem;
}
.hz h1{
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding:1.0rem 0;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.hz ul{
	display: flex;
	flex-wrap: wrap;
}
.hz ul li{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.hz ul li .a01{
	width:25%;
	padding:0.75rem 0;
	text-align:center;
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.hz ul li .a02{
	width:75%;
	padding:0.75rem 0;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.hzbk{
	width:100%;
	padding:0 1.5rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.875rem;
	font-style: normal;
	font-family: zt4;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	border:0;
	background-color:transparent;
	outline:none;
}
.hzanniu{
	width:100%;
	background: var(--10, rgba(255, 255, 255, 0.10));
	border:0;
	cursor:pointer;
	color: var(---white, #FFF);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	float:left;
	margin-top:1.5rem;
	text-align:center;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.hzanniu a{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
	padding:0.5rem 0;
}
.hzanniu a:hover{
	background: var(--dc-5422, #DC5422);
	color:#FFF;
}

.innew{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew ul li{
	width:48%;
	padding-bottom:2.5rem;
	position:relative;
}
.innew ul li:nth-child(4n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li dl dt{
	color: var(---666, #666);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-top:1.5rem;
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.innew ul li dl dd{
	margin-top:1.0rem;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-family: zt3;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.innew ul li:hover dl dt{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.innew ul li:hover::after{
	width:100%;
}
.innew ul li::after{
	width:0;
	height:1px;
	content:'';
	display:inline-block;
	background-color:#DC5422;
	transition: all 0.6s;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.foot{
	width:100%;
	float:left;
	height:500px;
	position:relative;
	display:flex;
	align-items: flex-end;
}
.foot video{
	width:100%;
}
.bottom{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.foot01{
	width:100%;
	float:left;
	padding:0 8.33vw;
	border-top:1px solid rgba(255, 255, 255, 0.30);
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-l{
	width:100%;
	padding:2.5rem 0rem;
	padding-left:0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-l .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-l .a01 .dblogo{
	width:auto;
	max-width:11.4rem;
}
.foot-l .a01 .dblogo img{
	max-width:100%;
}
.foot-l .a01 .tex{
	width:auto;
	max-width:100%;
}
.foot-l .a01 .tex dl dt{
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.foot-l .a01 .tex dl dd{
	display: flex;
	flex-wrap: wrap;
	margin-top:3.25rem;
}
.foot-l .a01 .tex dl dd img{
	margin-right:0.44rem;
	max-height:3.0rem;
}
.foot-l .a02{
	width:100%;
	margin-top:5.0rem;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.foot-l .a02 div{
	width:100%;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}

.foot-r{
	width:50%;
	padding:3.75rem 5.0rem;
	padding-right:4.0rem;
	display:none;
}
.foot-r dl dt{
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom:0.56rem;
}
.foot-r dl dd{
	margin-top:1.0rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: zt3;
}
.foot-r dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}

.foot02{
	width:100%;
	float:left;
	padding:2.5rem 0;
	display:none;
}

.nycp{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 0px solid var(--30, rgba(255, 255, 255, 0.30));
}
.nycp ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nycp ul li{
	width:50%;
	padding-top:1.5rem;
	text-align:center;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.nycp ul li:nth-child(4n){
	border-right: 0px solid var(--30, rgba(255, 255, 255, 0.30));
}
.nycp ul li:hover{
	border: 1px solid var(--dc-5422, #DC5422);
	background-image:url(../img/abj.svg);
	background-position:center top;
	background-repeat:no-repeat;
}
.nycp ul li dl dt{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nycp ul li dl dd{
	margin-top:1.0rem;
}
.nycp ul li dl dd img{
	max-width:80%;
	height:150px;
}
.nycp ul li .xpic{
	margin-top:1.0rem;
	display: flex;
	justify-content:center;
}
.nycp ul li .xpic img{
	max-height:0.5rem;
}
.nycp ul li .xpic a{
	margin-left:0.24rem;
	margin-right:0.24rem;
}
.nycp ul li .xpic a .pic01{
	display:block;
}
.nycp ul li .xpic a .pic02{
	display:none;
}

.nycp ul li .xpic a:hover .pic01{
	display:none;
}
.nycp ul li .price{
	margin-top:1.0rem;
	display: flex;
	padding: 0.5rem 0rem;
	justify-content: center;
	align-items: center;
	color: var(--30, rgba(255, 255, 255, 0.30));
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: zt3;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.nycp ul li .price b{
	text-align: center;
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.nc01{
	width:100%;
	float:left;
}
.nc01 img{
	width:100%;
	height:auto;
	display: block;
}

.ncp01{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.ncp01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ncp01 ul li{
	width:100%;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ncp01 ul li .pic{
	width:100%;
	overflow:hidden;
}
.ncp01 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.ncp01 ul li .tex{
	width:100%;
	position:relative;
	padding-bottom:2.0rem;
}
.ncp01 ul li .tex.m2{
	margin-top:2.0rem;
}
.ncp01 ul li .tex .a01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	text-transform: capitalize;
	display:flex;
	align-items: flex-end;
	color: var(--dc-5422, #DC5422);
}
.ncp01 ul li .tex .a01 img{
	max-width:100%;
	height:auto;
}
.ncp01 ul li .tex .a01 b{
	font-style: normal;
	font-weight: 500;
	line-height: 135%;
	text-transform: capitalize;
	font-size: 1.0rem;
	color: #000;
	text-shadow:-1px -1px 0 rgba(220, 84, 34, 0.30), -1px 0 0 rgba(220, 84, 34, 0.30), -1px 1px 0 rgba(220, 84, 34, 0.30),
    0 -1px 0 rgba(220, 84, 34, 0.30), 0 1px 0 rgba(220, 84, 34, 0.30),
    1px -1px 0 rgba(220, 84, 34, 0.30), 1px 0 0 rgba(220, 84, 34, 0.30), 1px 1px 0 rgba(220, 84, 34, 0.30);
	margin-left:0.5rem;
}

.ncp01 ul li .tex .a02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	text-transform: capitalize;
	font-family: zt3;
}
.ncp01 ul li .tex .a02 h1{
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-top:2.5rem;
	margin-bottom:1.25rem;
}


.ncp01 ul li .tex dl dt{
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ncp01 ul li .tex dl dd{
	margin-top:1.0rem;
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: capitalize;
	display:flex;
}
.ncp01 ul li .tex dl dd div{
	width:100%;
}

.jscs{
	width:100%;
	float:left;
	margin-top:5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jscs-l{
	width:100%;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.jscs-l i{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.jscs-r{
	width:100%;
	margin-top:2.0rem;
}
.jscs-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jscs-r ul li{
	width:100%;
	padding:1.0rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.jscs-r ul li .a01{
	width:40%;
	color: #A5A5A9;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.jscs-r ul li .a02{
	width:60%;
	color: #A5A5A9;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.ncp02{
	width:100%;
	float:left;
	margin-top:5rem;
}
.ncp02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ncp02 ul li{
	width:48.4%;
}
.ncp02 ul li dl dt{
	overflow:hidden;
}
.ncp02 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.ncp02 ul li dl dd{
	margin-top:1.5rem;
	color: #A5A5A9;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.gjsj{
	width:100%;
	float:left;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	margin-top:3.25rem;
	border-bottom: 0px solid var(--30, rgba(255, 255, 255, 0.30));
}
.gjsj h1{
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding:1.0rem 0;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.gjsj ul{
	display: flex;
	flex-wrap: wrap;
}
.gjsj ul li{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.gjsj ul li .a01{
	width:100%;
	display:flex;
}
.gjsj ul li .a01 a{
	width:100%;
	padding:1.0rem 1.5rem;
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.gjsj ul li .a01 a:hover{
	background: var(--dc-5422, #DC5422);
	color: var(---white, #FFF);
}
.gjsj ul li .a01 a::after{
	min-width: 1.375rem;
	min-height: 1.375rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Download.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.gjsj ul li .a01 a:hover::after{
	background-image:url(../img/Download2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ystit{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	width:100%;
	float:left;
	text-transform: capitalize;
}
.ysshow{
	width:100%;
	float:left;
	margin-top:2.7rem;
	background-image:url(../img/t01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	text-align:center;
}
.ysshow img{
	max-width:80%;
}
.ysshow2{
	width:100%;
	float:left;
	margin-top:3.25rem;
	overflow:hidden;
}
.ysshow2 ul li{
	width:auto;
	float:left;
	margin-right:0.62rem;
}
.ysshow2 ul li img{
	width:100%;
	height:auto;
	display:block;
	max-width:6.0rem;
}
#demo {
	width: 100%; 
} 
#indemo {
	float: left;
	width: 1800%; 
} 
#demo1 {
	float: left; 
} 
#demo2 {
	float: left; 
}

.sp{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.sp ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sp ul li{
	width:48%;
	margin-top:1.5rem;
}
.sp ul li:nth-child(4n){
	margin-right:0px;
}
.sp ul li dl dt{
	overflow:hidden;
	position:relative;
}
.sp ul li dl dt .aj{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background: var(--30, rgba(0, 0, 0, 0.30));
}
.sp ul li dl dt .aj i{
	width: 2.5rem;
	height: 2.5rem;
	background-image:url(../img/bf.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.sp ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.sp ul li:hover dl dt img{
	transform: scale(1.05);
}
.sp ul li dl dd{
	margin-top:1.0rem;
	color: #A5A5A9;
	font-size:0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.nteam{
	width:100%;
	float:left;
}
.nteam ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nteam ul li{
	width:48%;
	margin-top:1.5rem;
}
.nteam ul li:nth-child(4n){
	margin-right:0px;
}
.nteam ul li .pic{
	overflow:hidden;
	position:relative;
	height: auto;
	background-image:url(../img/yfbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	text-align:center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.nteam ul li:hover .pic{
	border: 1px solid var(--dc-5422, #DC5422);
}
.nteam ul li .pic::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	content:'';
	display:inline-block;
	background:rgba(255, 255, 255, 0.10);
}
.nteam ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.nteam ul li .pic .tit{
	width:auto;
	position:absolute;
	left:1.25rem;
	top:1.25rem;
	z-index:1;
	color: #A5A5A9;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}
.nteam ul li .pic .tit::before{
	width: 0.375rem;
	height: 0.375rem;
	content:'';
	display:inline-block;
	border-radius:50%;
	background-color:rgba(255, 255, 255, 0.60);
	margin-right:0.38rem;
}
.nteam ul li:hover .pic .tit::before{
	background-color:#DC5422;
}
.nteam ul li dl dt{
	margin-top:1.0rem;
	color: #A5A5A9;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.nteam ul li dl dd{
	margin-top:0.62rem;
	color: #A5A5A9;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	display:flex;
}
.nteam ul li dl dd i{
	width:80%;
}

.teamshow{
	width:100%;
	float:left;
	margin-top:5.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.teamshow-l{
	width:100%;
}
.teamshow-l .pic{
	overflow:hidden;
	position:relative;
	height: auto;
	background-image:url(../img/yfbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	text-align:center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.teamshow-l .pic::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	content:'';
	display:inline-block;
	background:rgba(255, 255, 255, 0.10);
}
.teamshow-l .pic img{
	max-width:100%;
	max-height:100%;
}
.teamshow-l .pic .tit{
	width:auto;
	position:absolute;
	left:1.25rem;
	top:1.25rem;
	z-index:1;
	color: #A5A5A9;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}
.teamshow-l .pic .tit::before{
	width: 0.375rem;
	height: 0.375rem;
	content:'';
	display:inline-block;
	border-radius:50%;
	background-color:rgba(255, 255, 255, 0.60);
	margin-right:0.38rem;
}

.teamshow-r{
	width:100%;
	margin-top:2.0rem;
}
.teamshow-r dl dt{
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.teamshow-r dl dd{
	margin-top:0.37rem;
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	padding-bottom:1.54rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.tdsm{
	display:flex;
	margin-top:2.0rem;
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.tdsm div{
	width:100%;
}
.tdyear{
	display:flex;
	justify-content: flex-end;
	align-items: flex-end;
	color: var(--dc-5422, #DC5422);
	font-size: 8.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -2.0625rem;
	text-transform: capitalize;
	margin-top:1.0rem;
}
.tdyear img{
	max-width:6.2rem;
	margin-left:1.62rem;
	margin-bottom:0.52rem;
}

.cpyf{
	width:100%;
	float:left;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	margin-top:6.25rem;
}
.cpyf h1{
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding:1.62rem 0;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.cpyf ul{
	display: flex;
	flex-wrap: wrap;
}
.cpyf ul li{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.cpyf ul li.wz{
	padding:1.0rem;
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
	display: inline-block;
}
.cpyf ul li .a01{
	width:25%;
	padding:1.0rem 0;
	text-align:center;
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.cpyf ul li .a02{
	width:37.5%;
	padding:1.0rem 0;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display:flex;
	justify-content:center;
}
/* 隐藏原生单选框 */
.custom-radio{
	display: flex;
	align-items: center;
	font-size: 0.875rem;
}
.custom-radio input[type="radio"] {
  display: none;
}
 
/* 自定义单选框样式 */
.custom-radio .radio-btn {
  height: 12px;
  width: 12px;
  border: 0px solid #9c9c9c;
  background-color:rgba(255, 255, 255, 0.30);
  display: inline-block;
  border-radius: 50%;
  margin-left: 1.0rem;
  vertical-align: middle;
  position: relative;
}
 
/* 当单选框处于选中状态时的样式 */
.custom-radio input[type="radio"]:checked + .radio-btn {
  background-color: #DC5422;
}
 
/* 创建一个内在的圆圈，表示选中 */
.custom-radio input[type="radio"]:checked + .radio-btn::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 3px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background-color:#DC5422;
}

.newlist{
	width:100%;
	float:left;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	margin-top:2.5rem;
	border-bottom: 0px solid var(--30, rgba(255, 255, 255, 0.30));
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:50%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:1.5rem 1.0rem;
	position:relative;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.newlist ul li::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	content:'';
	display:inline-block;
	background-image:url(../img/Subtract.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	opacity:0;
}
.newlist ul li:hover::before{
	opacity:1;
}
.newlist ul li:hover{
	background-image:url(../img/xwbj.svg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.newlist ul li dl dt{
	overflow:hidden;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	font-family: zt3;
}
.newlist ul li:hover dl dt{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.newlist ul li:hover dl dd{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.newlist ul li dl dd{
	color: var(---666, #666);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	margin-top:1.0rem;
}
.newlist ul li .more{
	display:flex;
	margin-top:3rem;
}
.newlist ul li .more a{
	color: #A5A5A9;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	text-transform: capitalize;
	font-family: zt3;
	display:flex;
	align-items: center;
}
.newlist ul li .more a::after{
	content:">";
	display:inline-block;
	font-weight:bold;
	margin-left:0.56rem;
	font-family:'宋体';
}

.newrap{
	width:100%;
	float:left;
	margin-top:5.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.nbq{
	width:100%;
	float:left;
	height:3.75rem;
	padding:0 1.25rem;
	display:flex;
	justify-content: space-between;
	align-items: center;
}
.nbq::before{
	width: 0.625rem;
	height: 0.625rem;
	border-radius:50%;
	background-color:var(--60, rgba(255, 255, 255, 0.60));
	content:'';
	display:inline-block;
}
.nbq::after{
	width: 0.625rem;
	height: 0.625rem;
	border-radius:50%;
	background-color:var(--60, rgba(255, 255, 255, 0.60));
	content:'';
	display:inline-block;
}
.newtit{
	width:100%;
	float:left;
	display: flex;
	justify-content: center;
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align:center;
}
.newtit div{
	width:80%;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	color: var(---666, #666);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.ncon{
	width:100%;
	float:left;
	padding:3.25rem 0;
	display: flex;
	justify-content: center;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.ncon01{
	width:80%;
}
.newtex{
	width:100%;
	float:left;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}
.newtex img{
	max-width:100%;
	height:auto;
}
.nextex{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.nextex ul{
	display: flex;
	flex-wrap: wrap;
}
.nextex ul li{
	width:100%;
	padding:1.0rem 0;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nextex ul li i{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nextex ul li a{
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.logwrap{
	width:100%;
	height:auto;
	min-height:100vh;
	float:left;
	display:flex;
	justify-content: center;
	align-items: center;
	background-image:url(../img/dlbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:5rem;
	padding-bottom:5rem;
}

.login01{
	width:90%;
	background: var(---black, #000);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:2.0rem;
}
.login01 h1{
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-bottom:0.5rem;
}
.login01 ul{
	display: flex;
	flex-wrap: wrap;
}
.login01 ul li{
	width:100%;
	margin-top:1.0rem;
	position:relative;
	display:flex;
	align-items: center;
}
.login01 ul li.mart2{
	margin-top:2.56rem;
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.login01 ul li.mart2 input{
	margin-right:0.94rem;
}
.blue{
	color: var(---666, var(--Color, #F05D08));
}
.dlbk{
	width:100%;
	border:1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:0.5rem 1.0rem;
	outline:none;
	display: flex;
	align-items: center;
	background-color:transparent;
	
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.dlanniu{
	width:100%;
	height:2.5rem;
	line-height:2.5rem;
	background: var(--Color, #F05D08);
	text-align:center;
	border:0px;
	cursor:pointer;
	font-size: 0.875rem;
	font-weight:bold;
	color:#FFF;
}
.dlanniu2{
	width:100%;
	height:2.5rem;
	line-height:2.5rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	text-align:center;
	border:0px;
	cursor:pointer;
	font-size: 0.875rem;
	font-weight:bold;
	color:#A5A5A9;
}
.yzm{
	width:6.0rem;
	padding:0.75rem 0;
	background: var(--Color, #F05D08);
	text-align:center;
	border:0px;
	cursor:pointer;
	font-size: 0.75rem;
	font-weight:bold;
	position:absolute;
	right:0;
	top:2px;
	z-index:1;
	color:#FFF;
}
.yzm:hover{
	color:#FFF;
}


.fwtit{
	width:100%;
	float:left;
	margin-top:3rem;
}
.fwtit dl dt{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fwtit dl dd{
	margin-top:1.0rem;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.fwlm2{
	width:100%;
	float:left;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom:0px;
	margin-top:2.5rem;
}
.fwlm2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlm2 ul li{
	width:100%;
	padding: 2.625rem 2.53125rem 2.6875rem 2.46875rem;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fwlm2 ul li dl{
	max-width:70%;
}
.fwlm2 ul li dl dt{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.fwlm2 ul li dl dd{
	margin-top:0.38rem;
	color: #A5A5A9;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.fwlm2 ul li b{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}

.fwlm3{
	width:100%;
	float:left;
	margin-top:2.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 0px solid var(--30, rgba(255, 255, 255, 0.30));
}
.fwlm3 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwlm3 ul li{
	width:100%;
	padding:1.5rem;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background-image:url(../img/fwbj.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:60% auto;
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fwlm3 ul li::after{
	width:1.0rem;
	height:1.0rem;
	position:absolute;
	right:1.5rem;
	top:1.5rem;
	z-index:1;
	background-image:url(../img/xbf.svg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	content:'';
	display:inline-block;
}
.fwlm3 ul li .a01{
	width:100%;
}
.fwlm3 ul li .a01 dl dt{
	padding-bottom:1.0rem;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.fwlm3 ul li .a01 dl dd{
	margin-top:0.5rem;
	color: #A5A5A9;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.fwlm3 ul li .a02{
	width:100%;
	margin-top:2.0rem;
}
.fwlm3 ul li .a02 dl dt{
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.fwlm3 ul li .a02 dl dd{
	margin-top:0.5rem;
	color: #A5A5A9;
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.xzzx{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	margin-top:2.5rem;
}
.xzzx-l{
	width:100%;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.xzzx-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzzx-l ul li{
	width:100%;
	padding:1.5rem 3.5rem;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	position:relative;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.xzzx-l ul li:last-child{
	border-bottom:0px;
}
.xzzx-l ul li i{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.xzzx-l ul li::before{
	width:1.0rem;
	height:1.0rem;
	position:absolute;
	top:1.0rem;
	left:1.0rem;
	z-index:1;
	background-image:url(../img/xbf.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0.5;
	content:'';
	display:inline-block;
}
.xzzx-l ul li.cur::before{
	opacity:1;
}

.xzzx-r{
	width:100%;
}
.xzzx-r01{
	width:100%;
	height:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzzx-r01 .a01{
	width:100%;
	padding:3.0rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #A5A5A9;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	font-family: zt3;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.xzzx-r01 .a01 a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #A5A5A9;
}
.xzzx-r01 .a01 div{
	width:auto;
}
.xzzx-r01 .a01 dl dt{
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


.xzzx-r01 .a01 dl dd{
	margin-top:1.5rem;
	margin-bottom:1.5rem;
	overflow:hidden;
}
.xzzx-r01 .a01 dl dd img{
	max-height:4.0rem;
}
.xzzx-r01 .a02{
	width:100%;
	color: #A5A5A9;
	text-align: center;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	height:25rem;
	overflow-y:scroll;
}

.xzzx-r01 .a02::-webkit-scrollbar {
    width: 6px;
}

.xzzx-r01 .a02::-webkit-scrollbar-track {
    background: #000;
    border-radius: 10px;
}

.xzzx-r01 .a02::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.xzzx-r01 .a02::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.xzzx-r01 .a02 table tr td{
	padding:1.0rem;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.xzzx-r01 .a02 table tr td:nth-child(3n){
	border-right:0px;
}
.xzzx-r01 .a02 table tr:first-child td{
	border-right:0px;
}
.xzzx-r01 .a02 table tr:first-child td{
	padding:1.32rem;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: zt2;
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.xzzx-r01 .a02 table tr:first-child td i{
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.xzzx-r02{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	padding:3.0rem 0;
}
.xzzx-r02 a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #A5A5A9;
	text-align:center;
}
.xzzx-r02 div{
	width:auto;
}
.xzzx-r02 dl dt{
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.xzzx-r02 dl dd{
	margin-top:1.5rem;
	margin-bottom:1.5rem;
	overflow:hidden;
}
.xzzx-r02 dl dd img{
	max-height:4.0rem;
}

.xzzx-r03{
	width:100%;
	height:100%;
}
.xzzx-r03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.xzzx-r03 ul li{
	width:50%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:3.0rem 0;
}
.xzzx-r03 ul li:last-child{
	border-right:0px;
}
.xzzx-r03 ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color: #A5A5A9;
	text-align:center;
}
.xzzx-r03 ul li dl dt{
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding:0 1.0rem;
}
.xzzx-r03 ul li dl dd{
	margin-top:1.5rem;
	margin-bottom:1.5rem;
	overflow:hidden;
	text-align:center;
	display: flex;
	justify-content: center;
}
.xzzx-r03 ul li dl dd img{
	max-width:4.0rem;
}

.hzlist{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.hzlist h1{
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	background: linear-gradient(to bottom, #E4E4E4, #8B8B8B);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.hzlist ul{
	margin-top:1.0rem;
	display: flex;
	flex-wrap: wrap;
}
.hzlist ul li{
	width:calc(34.1% - 0.5rem);
	margin-right:0.5rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	height:7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:0.5rem;
}
.hzlist ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hzlist ul li:nth-child(3n){
	margin-right:0px;
}
.hzlist ul li img{
	max-width:70%;
	max-height:80%;
}
















.mart0{
	margin-top:0rem;
}


.mart10{
	margin-top:5rem;
}
.mart5{
	margin-top:3rem;
}
.mart6{
	margin-top:3.75rem;
}
.mart3{
	margin-top:1.5rem;
}
.mart15{
	margin-top:5.28rem;
}


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






















}
































