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

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

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

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

@font-face
{
	font-family: Regular;
	src: url('../font/Regular.ttf'),
	url('../font/Regular.ttf'); /* IE9+,可以是具体的实际链接 */
	
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#002E86;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


.header.yanse a{
	color: #fff;
}
.header.yanse .cur{
	color: #FFFFFF;
}
.header.yanse .zyw a{
	color:#FFF;
}
.header.yanse .toppic01{
	display: none;
}
.header.yanse .toppic02{
	display: inline-block;
}
.header.yanse.yanse01 .toppic01{
	display: inline-block;
}
.header.yanse.yanse01 .toppic02{
	display: none;
}
.header.yanse.yanse01 a{
	color: #FFFFFF;
}



@keyframes animateTop{
    0%{ transform: translateY(500%);opacity: 0;}
    100%{ transform: translateY(0); opacity: 1; }
}
@-moz-keyframes animatedTop {
    0%{ -moz-transform: translateY(500%);opacity: 0; }
    100%{ -moz-transform: translateY(0);opacity: 1;}
}
@-webkit-keyframes animatedTop {
    0%{ -webkit-transform: translateY(500%);opacity: 0; }
    100%{ -webkit-transform: translateY(0); opacity: 1;}
}
@-ms-keyframes animatedTop {
    0%{ -ms-transform: translateY(500%);opacity: 0; }
    100%{ -ms-transform: translateY(0); opacity: 1;}
}

@media (min-width:1000px) {
/*底部开始*/
.footer{
	background: var(--Color, #102A5C);
	width: 100%;
	position: static;
	z-index: 300;
	left: 0;
	bottom: 0;
	height: 0;
	overflow: hidden;
	z-index: 12;
}
.footer.foot_show{
	height: 610px;
	overflow: visible;
}
.footTop{
	opacity: 0;
	-webkit-transform:translateY(150px);
	-moz-transform:translateY(150px);
	transform:translateY(150px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.footBottom{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #1a1a1b;
	text-align: center;
	font-size: 12px;
}
.footer.foot_show .footTop{
	opacity: 1;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	transform:translateY(0px);
}

.footer,.foot_top{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*底部结束*/

.main{
	width: 100%;
	margin:auto;
	padding:0 8.33vw;
}
.header{
	width: 100%;
	position: fixed;
	height: 4.375rem;
	top: 1.25rem;
	left: 0;
	z-index: 9999;
	padding:0 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.6s;
}
.header.ny{
	position:absolute;
}

.header.ny.pos{
	position:fixed;
	background:#fff;
	top:0
}
.header.ny.pos .innav ul li a{
	color:#333;
}
.header .logo{
	width: auto;
	height: 4.375rem;
	max-width: 12.35%;
	display: flex;
	align-items: center;
}
.header .logo a{
	width:100%;
	display: flex;
	align-items: center;
}
.header .logo img{
	max-width: 100%;
	max-height: 1.75rem;
}
.header .innav{
	width: auto;
	height: 4.375rem;
}
.header .innav ul{
	display: flex;
	align-items: center;
	height: 4.375rem;
}
.header .innav ul li{
	width: auto;
	font-size: 1.0rem;
	height: 4.375rem;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	margin-left:2.25rem;
	margin-right:2.25rem;
}
.header .innav ul li a{
	white-space: nowrap;
	color:#FFF;
	transition: all 0.6s;
}
.header.hs .innav ul li a{
	color:#333;
}
.inr{
	width:auto;
	align-items: center;
	display: flex;
}
.zyw{
	width: 3rem;
	height: 3rem;
	background: var(--018-ed-5, #0095FF);
	border-radius: 50%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.zyw a{
	color:#FFF;
}

.chax{
	right:8.33vw; 
	top:4.5rem;
	position: absolute;
	width:15rem; 
	z-index:99999;
	display: none;
}
.chax.marg{
	top:4.5rem;
}
.chax　.aa{
	display: flex;
	width:15rem;
	height:2.5rem;
	background-color:#FFF;
	overflow:hidden;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 11.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 0px;
	background-color: #fff;
	outline: none;
	padding-left: 0.5rem;
	color: #999999;
	font-size: 0.8rem;
	color: #999999;
}
.chaxanniu{
	width: 4.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	cursor: pointer;
	background: var(--018-ed-5, #0095FF);
	color: #FFFFFF;
	border: 0px;
	outline:none;
}

.inbk{
	width:calc(100% - 20px);
	border:0px;
	line-height:20px;
	outline:none;
	background-color:transparent;
	font-size:14px;
	color:#FFF;
}


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

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	align-items: center;
	position:relative;
	color:#FFF;
	transition: all 0.6s;
	padding: 0.625rem 0.625rem 0.625rem 2.4375rem;
	justify-content: flex-end;
	align-items: center;
	z-index:3;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	overflow:hidden;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	content:'';
	display:inline-block;
	left:0;
	top:0;
	z-index:-1;
	background: var(--018-ed-5, #0095FF);
	transition: all 0.6s;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	display: flex;
	width: 2rem;
	height: 2rem;
	justify-content: center;
	align-items: center;
	content:'';
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:1.81rem;
	transition: all 0.6s;
}
.inmore a:hover::after{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

.inmore a.cur::before{
	width:100%;
}

.index02 .cplm01{
opacity: 0;-webkit-transform:translateX(-200px);-moz-transform:translateX(-200px);transform:translateX(-200px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}
.index02.active .cplm01{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}

.index02 .cplm02{
opacity: 0;-webkit-transform:translateX(200px);-moz-transform:translateX(200px);transform:translateX(200px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}
.index02.active .cplm02{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}

.index02{
	width: 100%;
	float: left;
}
.inpro{
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0;
	transition: all 2.6s;
	z-index:0;
	position:absolute;
	top:0;
	left:0;
}
.inpro.cur{
	opacity:1.0;
	z-index:9;
}

.cplm01{
	width: 15.625rem;
	position:absolute;
	left:8.33vw;
	top:33%;
	z-index:99;
}
.cplm01 ul{
	display:flex;
	flex-wrap: wrap;
}
.cplm01 ul li{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.cplm01 ul li:first-child{
	margin-top:0px;
}
.cplm01 ul li.cur a{
	background: var(--018-ed-5, #0095FF);
}
.cplm01 ul li a{
	width:100%;
	display: flex;
	padding: 0.625rem;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: zt2;
	border-radius: 12.5rem;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.cplm01 ul li a:hover{
	background: var(--018-ed-5, #0095FF);
}
.cplm01 ul li a img{
	margin-right:1.88rem;
	max-height:5.0rem;
}

.cplm02{
	width: 15.625rem;
	position:absolute;
	right:8.33vw;
	top:33%;
	z-index:99;
}
.cplm02 ul{
	display:flex;
	flex-wrap: wrap;
}
.cplm02 ul li{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.cplm02 ul li:first-child{
	margin-top:0px;
}
.cplm02 ul li.cur a{
	background: var(--018-ed-5, #0095FF);
}
.cplm02 ul li a{
	width:100%;
	display: flex;
	padding: 0.625rem;
	align-items: center;
	justify-content: flex-end;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: zt2;
	border-radius: 12.5rem;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.cplm02 ul li a:hover{
	background: var(--018-ed-5, #0095FF);
}
.cplm02 ul li a img{
	margin-left:1.88rem;
	max-height:5.0rem;
}
.cptit{
	width:100%;
	position:absolute;
	top:18%;
	left:0;
	z-index:99;
	text-align:center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}

.index02 .inmore{
	position:absolute;
	bottom:8.0%;
	left:0;
	z-index:2;
	justify-content: center;
	width:100%;
}


.index03{
	width: 100%;
	float: left;
	position:relative;
}
.index03 .ystit{
	opacity: 0;
	-webkit-transform:translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index03.active .ystit{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}

.ystit{
	width:100%;
	position:absolute;
	top:18%;
	left:0;
	z-index:1;
	text-align:center;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inys{
	width:100%;
	height:100%;
	background-image:url(../img/ys.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}

.index04{
	width: 100%;
	float: left;
	position:relative;
}

.index04 .cptit{
opacity: 0;-webkit-transform:translateX(-200px);-moz-transform:translateX(-200px);transform:translateX(-200px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}
.index04.active .cptit{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}
.bjnr{ width:100%; height:100vh; float:left;}
.hytex{
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0;
	transition: all 2.6s;
	z-index:0;
	position:absolute;
	top:0;
	left:0;
}
.hytex.cur{
	opacity:1.0;
	z-index:90;
}
.hytit{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:111;
}
.hytit ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.hytit ul li{
	width:20%;
	height:100%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:8.375rem 3.75rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
	transition: all 0.6s;
}
.hytit ul li:hover{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.hytit ul li:last-child{
	border-right:0px;
}
.hytit ul li .a01{
	width:100%;
}
.hytit ul li .a01 dl dt{
	text-align:center;
}
.hytit ul li .a01 dl dd{
	margin-top:1.88rem;
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.hytit ul li .a01 .sm{
	margin-top:0;
	height:0;
	overflow: hidden;
	text-align:center;
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	transition: all 0.6s;
	
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.hytit ul li .a01 .sm::after{
	width:100%;
	height:3.75rem;
	margin-top:3.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.hytit ul li:hover .a01 .sm{
	margin-top:3.75rem;
	height:auto;
}
.hytit ul li .pic01{
	display:inline-block;
}
.hytit ul li .pic02{
	display:none;
}
.hytit ul li:hover .pic01{
	display:none;
}
.hytit ul li:hover .pic02{
	display:inline-block;
}


.index05{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/iabj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.inab{
	width:100%;
	height:100%;
	padding:0 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inab01{
	width:46.1%;
	color: var(---white, #FFF);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.inab01 h1{
	margin-bottom:2.25rem;
	color: var(---white, #FFF);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: zt2;
}
.inab01 .more{
	display:flex;
	margin-top:2.5rem;
}
.inab01 .more a{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	display: flex;
	align-items: center;
}
.inab01 .more a::after{
	margin-left:0.94rem;
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image: url(../img/small_long_down.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inab01 ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:7.5rem;
}
.inab01 ul li{
	width:calc(25.4% - 1.25rem);
	margin-right:1.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding: 1.3125rem 0rem;
	text-align:center;
}
.inab01 ul li:nth-child(4n){
	margin-right:0px;
}
.inab01 ul li dl dt{
	overflow:hidden;
}
.inab01 ul li dl dd{
	margin-top:0.75rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab01 ul li:hover{
	background: var(--018-ed-5, #0095FF);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}


.foot{
	width:100%;
	float:left;
	background: var(--Color, #001A32);
	padding-top:5.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.foot01 .a01 .b01{
	margin-right:5.0rem;
}
.foot01 .a02 a{
	margin-left:2.0rem;
}
.foot01 .a02{
	width:auto;
	display: flex;
	align-items: center;
}



.foot02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:5.0rem;
}
.foot02 .a01{
	width:66%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 .a01 dl{
	width:auto;
}
.foot02 .a01 dl dt{
	font-size: 1rem;
	color:#FFF;
	margin-bottom:15px;
}
.foot02 .a01 dl dd{
	color:rgba(255, 255, 255, 0.60);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.0rem;
}
.foot02 .a01 dl dd.mart2{
	margin-top:1.87rem;
}
.foot02 .a01 dl dd a{
	color:rgba(255, 255, 255, 0.60);
}
.foot02 .a02{
	width:7.8rem;
	text-align:center;
}
.foot02 .a02 dl:nth-child(3) dd{
	margin-bottom:0px;
}
.foot02 .a02 dl:nth-child(4) dd{
	margin-bottom:0px;
}
.foot02 .a02 dl dt{
	overflow:hidden;
}
.foot02 .a02 dl dt img{
	max-width:100%;
}
.foot02 .a02 dl dd{
	font-size: 0.875rem;
	color: var(---white, #FFF);
	margin-top:1.25rem;
}
.foot03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:5.0rem;
	border-top:1px solid rgba(255, 255, 255, 0.1);
	padding:1.87rem 8.33vw;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
}
.foot03 a{
	color: var(--30, rgba(255, 255, 255, 0.30));
}
.back{
	width:3.0rem;
	height:3.0rem;
	position:fixed;
	right:2.5rem;
	bottom:5rem;
}
.back img{
	width:100%;
	height:auto;
	display:block;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	padding:0 8.33vw;
}
.nybanner .tex .a01{
	width:100%;
}
.nybanner .tex .a01 dl dt{
	color: var(--018-ed-5, #0095FF);
	font-family: Arial;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.nybanner .tex .a01 dl dd{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3rem */
	text-transform: uppercase;
}
.nybanner .tex .a01 dl dd.f2{
	font-size:2.25rem;
}
.nybanner .tex .a01 .date{
	display:flex;
	margin-top:1.25rem;
}
.nybanner .tex .a01 .date i{
	padding: 0.5rem 1.25rem;
	border-radius: 1.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nybanner .tex .a01 .tel{
	display:flex;
	margin-top:5.0rem;
}
.nybanner .tex .a01 .tel a{
	display: flex;
	padding: 0.25rem 2rem 0.25rem 0.25rem;
	align-items: center;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:1.25rem;
}
.nybanner .tex .a01 .tel a::before{
	width: 2.75rem;
	height: 2.75rem;
	content:'';
	display:inline-block;
	margin-right:0.88rem;
	background-image:url(../img/tel.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.nybanner .tex2{
	width:100%;
	position:absolute;
	left:0;
	top:17%;
	z-index:1;
	padding:0 8.33vw;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.nybanner .tex2 .a02{
	width:53%;
	text-align:center;
}
.nybanner .tex2 .a02 dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nybanner .tex2 .a02 dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.5rem */
}

.nybanner .tex3{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	padding:0 8.33vw;
}
.nybanner .tex3 .a01{
	width:100%;
}
.nybanner .tex3 .a01 dl dt{
	display:flex;
}
.nybanner .tex3 .a01 dl dt i{
	padding: 0.5rem 1.25rem;
	border-radius: 1.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: #FFF;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nybanner .tex3 .a01 dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.375rem */
	text-transform: uppercase;
}
.nybanner .tex3 .a01 .link{
	display:flex;
	margin-top:2.5rem;
}
.nybanner .tex3 .a01 .link a{
	margin-right:1.25rem;
}

.zlm{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.zlm b{
	color: var(--018-ed-5, #0095FF);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zlm ul{
	display: flex;
	flex-wrap: wrap;
}
.zlm ul li{
	width:auto;
	display: flex;
	flex-wrap: wrap;
	padding:0.625rem 0;
	margin-left:1.5rem;
}
.zlm ul li a{
	display: flex;
	padding: 0.625rem 1.25rem;
	justify-content: center;
	align-items: center;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 0.25rem;
}
.zlm ul li a:hover{
	background: var(--018-ed-5, #0095FF);
	color: var(---white, #FFF);
}
.zlm ul li a.cur{
	background: var(--018-ed-5, #0095FF);
	color: var(---white, #FFF);
}

.nwrap{
	width:100%;
	float:left;
	background-image:url(../img/nabj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10rem 0;
}
.nab{
	width:45.5%;
	float:left;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.nab h1{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:3.75rem;
}
.nab02{
	width:100%;
	float:left;
	margin-top:11.81rem;
}
.nab02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02 ul li{
	width:49.375%;
	background: var(---white, #FFF);
	padding:3.6rem;
	display: flex;
	margin-top:1.25rem;
	transition: all 0.6s;
}
.nab02 ul li .num{
	width:4.5rem;
	color: var(--018-ed-5, #0095FF);
	font-family: DIN;
	font-size: 4rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
	text-transform: uppercase;
	margin-right:3.0rem;
}
.nab02 ul li .tex{
	width:63%;
}
.nab02 ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nab02 ul li .tex dl dd{
	margin-top:1.88rem;
	color: var(---666, #666);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.nab02 ul li:hover{
	background: var(--018-ed-5, #0095FF);
}
.nab02 ul li:hover .num{
	color:#FFF;
}
.nab02 ul li:hover .tex dl dt{
	color:#FFF;
}
.nab02 ul li:hover .tex dl dd{
	color:#FFF;
}
.nawrap{
	width:100%;
	float:left;
	padding:13.88rem 0;
	background-image:url(../img/nabj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.ntit{
	width:100%;
	float:left;
}
.ntit dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ntit dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}

.wenh{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.wenh ul{
	display: flex;
	flex-wrap: wrap;
}
.wenh ul li{
	width:calc(25.1% - 1.25rem);
	margin-right:1.25rem;
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	position:relative;
	padding:3.12rem 3.75rem;
}
.wenh ul li:nth-child(4n){
	margin-right:0px;
}
.wenh ul li dl dt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	text-transform: uppercase;
	padding-bottom:1.0rem;
}
.wenh ul li dl dt img{
	max-height:3.125rem;
}
.wenh ul li dl dd{
	margin-top:0.88rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: uppercase;
}
.wenh ul li::before{
	width:4px;
	height:0;
	background-color:#0095FF;
	position:absolute;
	content:'';
	display:inline-block;
	left:0;
	top:0;
	z-index:1;
	transition: all 0.6s;
}
.wenh ul li:hover::before{
	height:100%;
}

.ntit2{
	width:100%;
	float:left;
	margin-top:10rem;
}
.ntit2 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ntit2 dl dd{
	margin-top:1.25rem;
	color: #333;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}

.swiper {
	width: 100%;
	float:left;
	height: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.swiper-button-next:hover{
	background: var(--018-ed-5, #0095FF);
	color:#FFF;
}
.swiper-button-prev:hover{
	background: var(--018-ed-5, #0095FF);
	color:#FFF;
}

.zshu{
	width:100%;
	float:left;
	position:relative;
	margin-top:6.25rem;
}
.hbwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	background: var(---Gray-6, #F2F2F2);
	padding:10rem 0;
}
.hz{
	width:100%;
	float:left;
	margin-top:5.63rem;
}
.hz ul{
	display: flex;
	flex-wrap: wrap;
}
.hz ul li{
	width:calc(16.7% - 0.62rem);
	margin-right:0.62rem;
	margin-top:0.62rem;
	background-color:#FFF;
}
.hz ul li:nth-child(6n){
	margin-right:0px;
}
.hz ul li img{
	width:100%;
	height:auto;
	display:block;
}

.cpfl{
	width:100%;
	position:absolute;
	bottom:3.75rem;
	left:0;
	z-index:2;
}
.cpfl ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cpfl ul li{
	width:auto;
	margin-left:2.1rem;
	margin-right:2.1rem;
	text-align:center;
}
.cpfl ul li dl dt{
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.cpfl ul li dl dt div{
	background-color:rgba(255, 255, 255, 0);
	border-radius: 6.25rem;
	padding:0.5rem;
	transition: all 0.6s;
}
.cpfl ul li dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpfl ul li:hover dl dt div{
	background-color:#0095FF;
}
.cpfl ul li.cur dl dt div{
	background-color:#0095FF;
}

.ctit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	text-align:center;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(33.4% - 0.62rem);
	margin-right:0.62rem;
	background: var(---Gray-6, #F2F2F2);
	margin-top:3.75rem;
	position:relative;
}
.prolist ul li::after{
	width:0;
	height:4px;
	content:'';
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
	background-color:#0095FF;
}
.prolist ul li:hover::after{
	width:100%;
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li dl dt{
	overflow:hidden;
}
.prolist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.prolist ul li dl dd{
	padding:1.88rem 1.25rem;
	padding-bottom:2.12rem;
	position:relative;
	color: var(---666, #666);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.prolist ul li dl dd::after{
	width: 3rem;
	height: 3rem;
	position:absolute;
	right:1.25rem;
	top:-1.5rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/j01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.prolist ul li:hover dl dd::after{
	background-image:url(../img/j02.svg);
}
.prolist ul li:hover dl dd{
	color: var(---333, #333);
}

.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--018-ed-5, #0095FF);
	background: var(--018-ed-5, #0095FF);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--018-ed-5, #0095FF);
	background: var(--018-ed-5, #0095FF);
	color:#FFF;
}

.line{
	width:100%;
	float:left;
	height:1px;
	background-color:var(---Gray-6, #F2F2F2);
}

.proshow{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:41.5%;
}
.proshow-l dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.proshow-l dl dd{
	margin-top:3.75rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.proshow-r{
	width:50%;
	overflow:hidden;
}
.proshow-r img{
	width:100%;
	height: auto;
	display:block;
}
.proshow2{
	width:100%;
	float:left;
	margin-top:10rem;
}
.proshow2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow2 ul li{
	width:50%;
	background: var(--018-ed-5, #0095FF);
	padding:7.38rem 3.75rem;
}
.proshow2 ul li dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.proshow2 ul li dl dd{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.5rem */
}
.proshow2 ul li:first-child{
	background: #0072D6;
}

.cpcs{
	width:100%;
	float:left;
	margin-top:10rem;
}
.cpcs ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcs ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.cpcs ul li div{
	width:33.3333%;
	padding:1.25rem 0;
}
.cpcs ul li:first-child{
	font-size:1.0rem;
}

.ctit2{
	width:100%;
	float:left;
	margin-top:10rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.xnyd{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.xnyd ul{
	display: flex;
	flex-wrap: wrap;
}
.xnyd ul li{
	width:calc(25% - 0.62rem);
	margin-right:0.62rem;
	background: var(---Gray-6, #F2F2F2);
	padding: 4.375rem 1.875rem 8rem 1.875rem;
	margin-bottom:10px;
}
.xnyd ul li:nth-child(4n){
	margin-right:0px;
}
.xnyd ul li dl dt{
	color: var(--018-ed-5, #0095FF);
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.xnyd ul li dl dd{
	margin-top:3.12rem;
	color: var(---333, #333);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.5rem */
}

.yyly{
	width:100%;
	float:left;
	margin-top:12.5rem;
	position:relative;
}
.lypic{
	width:100%;
}
.lypic img{
	width:100%;
	height:auto;
	display:block;
}
.lytit{
	width:21%;
	position:absolute;
	height:100%;
	top:0;
	left:8.33vw;
	z-index:1;
	display: flex;
	align-items: center;
}
.lytit01{
	width:100%;
}
.lytit01 h1{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lytit01 ul{
	margin-top:5.0rem;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.lytit01 ul li{
	width:100%;
	border-bottom: 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: 2.25rem 2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition: all 0.6s;
	cursor:pointer;
}
.lytit01 ul li b{
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 2.5rem;
}
.lytit01 ul li:hover{
	background: var(--018-ed-5, #0095FF);
}
.lytit01 ul li.cur{
	background: var(--018-ed-5, #0095FF);
}
.lytit01 ul li:last-child{
	border-bottom:0px;
}

.tswrap{
	width:100%;
	float:left;
	padding:10rem 0;
	background: var(---Gray-6, #F2F2F2);
}
.tbts{
	width:100%;
	float:left;
	text-align: center;
}
.tbts dl dt{
	overflow:hidden;
}
.tbts dl dd{
	margin-top:1.25rem;
	color: var(--da-2122, #DA2122);
	text-align: center;
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.tbts .smwz{
	margin-top:3.75rem;
	display:flex;
	justify-content: center;
}
.tbts .smwz div{
	width:67%;
	color: var(---333, #333);
	text-align: center;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.morecp{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.morecp ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.morecp ul li{
	width:calc(50% - 0.31rem);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	position:relative;
}
.morecp ul li dl dt{
	overflow:hidden;
}
.morecp ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.morecp ul li:hover dl dt img{
	transform: scale(1.05);
}
.morecp ul li dl dd{
	padding:2.5rem 0;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.morecp ul li::after{
	width:0;
	height:3px;
	background-color:var(--018-ed-5, #0095FF);
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.morecp ul li:hover::after{
	width:100%;
}
.allist{
	width:100%;
	float:left;
	margin-top:1.87rem;
}
.allist ul li{
	width:100%;
	float:left;
	padding:4.38rem 0;
	border-bottom:1px solid #E0E0E0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
	transition: all 0.6s;
}
.allist ul li::after{
	width:0px;
	height:0.1875rem;
	background-color:#0095FF;
	content:'';
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
}
.allist ul li:hover::after{
	width:100%;
}
.allist ul li .tex{
	width:41%;
}
.allist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.375rem */
	text-transform: uppercase;
}
.allist ul li .tex dl dt.f1{
	font-size:1.5rem;
}
.allist ul li .tex dl dd{
	margin-top:1.88rem;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.allist ul li .tex .date{
	display:flex;
	margin-top:1.88rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.allist ul li .tex .more{
	display:flex;
	margin-top:5.75rem;
}
.allist ul li .tex .more a{
	display: flex;
	padding: 0.625rem 0.625rem 0.625rem 2.4375rem;
	justify-content: flex-end;
	align-items: center;
	border-radius: 3.125rem;
	background: var(---Gray-6, #F2F2F2);
}
.allist ul li .tex .more a::after{
	margin-left:1.81rem;
	width: 2rem;
	height: 2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/yjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.allist ul li:hover .tex .more a::after{
	background-image:url(../img/yjt2.svg);
}
.allist ul li:hover .tex .more a{
	background: var(--018-ed-5, #0095FF);
	color:#FFF;
}
.allist ul li .tex .more.mart4{
	margin-top:4.4rem;
}
.allist ul li .pic{
	width:34%;
	overflow: hidden;
}
.allist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.allist ul li:hover .pic img{
	transform: scale(1.05);
}
.allist ul li:hover .tex dl dt{
	color: var(--018-ed-5, #0095FF);
}

.xnyd2{
	width:100%;
	float:left;
	margin-top:10rem;
}
.xnyd2 ul{
	display: flex;
	flex-wrap: wrap;
}
.xnyd2 ul li{
	width:calc(33.4% - 0.62rem);
	margin-right:0.62rem;
	background: var(---Gray-6, #F2F2F2);
	padding: 3.75rem 2.0rem 5.3125rem 2.0rem;
}
.xnyd2 ul li:nth-child(3n){
	margin-right:0px;
}
.xnyd2 ul li h1{
	color: var(--018-ed-5, #0095FF);
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.xnyd2 ul li dl dt{
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 2rem */
}
.xnyd2 ul li dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.5rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 2;*/
}

.fw01{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fw01 .tex{
	width:40.6%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.fw01 .tex h1{
	margin-bottom:1.25rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fw01 .tex ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:9.0rem;
}
.fw01 .tex ul li{
	width:100%;
	padding-bottom:1.25rem;
	margin-top:2.5rem;
	border-bottom:1px solid #E0E0E0;
}
.fw01 .tex ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
}
.fw01 .tex ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}

.fw01 .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.fw01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.fwwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
}

.fw02{
	width:100%;
	position:relative;
}
.fw02 img{
	width:100%;
	height:auto;
}
.fw02 .tex{
	width:100%;
	position:absolute;
	top:15%;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
}
.fw02 .tex .a01{
	width:44%;
	text-align:center;
}
.fw02 .tex .a01 dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fw02 .tex .a01 dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.5rem */
}
.fw02 .tex .a01 .inmore{
	justify-content: center;
}
.fwtit{
	width:60%;
	position:absolute;
	left:20%;
	bottom:3.75rem;
	z-index:2;
	border-radius: 6.25rem;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	height:5.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding:0 0.4375rem;
}
.fwtit ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
}
.fwtit ul li{
	width:25%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.fwtit ul li a{
	width:100%;
	height:4.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 6.25rem;
}
.fwtit ul li a img{
	max-height:3.0rem;
	margin-right:0.62rem;
}
.fwtit ul li a:hover{
	background: var(--018-ed-5, #0095FF);
}
.fwtit ul li a.cur{
	background: var(--018-ed-5, #0095FF);
}

.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer; 
	text-align:left; 
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:2.0rem 0;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 2rem */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.subNav div{
	display: flex;
	align-items: center;
}
.subNav div b{
	color: var(---Gray-5, #E0E0E0);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right:1.8rem;
}
.subNav::after{ 
	width: 2rem;
	height: 2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat: no-repeat;
	background-size:contain;
}

.currentDd{
	border-bottom:0px;
}
.currentDd div b{
	color: var(--018-ed-5, #0095FF);
}
.currentDd::after{
	background-image:url(../img/jian.svg);
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	color: var(---333, #333);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.5rem */
	padding-bottom:2.5rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.navContent .a01{
	width:100%;
	display:flex;
}
.navContent b{
	color: var(--018-ed-5, #0095FF);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.navContent .a01 div{
	width:67%;
	margin-left:1.38rem;
}
.xwlm{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border-radius: 5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
}
.xwlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xwlm ul li{
	width:50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xwlm ul li a{
	width:100%;
	height:5.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.xwlm ul li a:hover{
	background: var(--018-ed-5, #0095FF);
	color:#FFF;
}
.xwlm ul li a.cur{
	background: var(--018-ed-5, #0095FF);
	color:#FFF;
}

.newcon{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:66.5%;
}
.newtex{
	width:100%;
	float:left;
	color: var(---666, #666);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newtex img{
	max-width:100%;
}
.nexttex{
	width:100%;
	float:left;
	margin-top:9.0rem;
}
.nexttex ul li{
	width:100%;
	float:left;
	padding:1.25rem 0;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


.newcon-r{
	width:26.2%;
}
.newcon-r ul li{
	width:100%;
	float:left;
	margin-top:1.25rem;
	padding:3.28rem 1.88rem;
	background: var(---Gray-6, #F2F2F2);
}
.newcon-r ul li:first-child{
	margin-top:0px;
}
.newcon-r ul li h2{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.newcon-r ul li dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.newcon-r 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-weight: 400;
	line-height: 200%; /* 1.5rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newcon-r ul li .bq{
	display:flex;
	margin-top:2.5rem;
}
.newcon-r ul li .bq i{
	padding: 0.75rem 2.25rem;
	border-radius: 2.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newcon-r ul li:hover{
	background: var(--018-ed-5, #0095FF);
}
.newcon-r ul li:hover h2{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.newcon-r ul li:hover dl dt a{
	color: var(---white, #FFF);
}
.newcon-r ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.newcon-r ul li:hover .bq i{
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
}

.lxbanner{
	width:100%;
	float:left;
	position:relative;
}
.lxbanner img{
	width:100%;
	height:auto;
	display:block;
}
.lxbanner .tex{
	width:28%;
	height:100%;
	position:absolute;
	left:8.33vw;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
}
.lxbanner .tex .a01{
	width:100%;
}
.lxbanner .tex .a01 dl dt{
	color: var(--018-ed-5, #0095FF);
	font-family: Arial;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.lxbanner .tex .a01 dl dd{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3rem */
	text-transform: uppercase;
}
.lxbanner .tex .a01 .yjdh{
	display:flex;
	margin-top:7.5rem;
}
.lxbanner .tex .a01 .yjdh a{
	display: flex;
	padding: 1rem 3rem;
	align-items: center;
	border-radius: 3.125rem;
	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(---white, #FFF);
	text-align: justify;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.lxbanner .tex .a01 .yjdh a::before{
	width: 1.5625rem;
	height: 1.5625rem;
	margin-right:1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.lxbanner .ly{
	width:29%;
	height:100%;
	position:absolute;
	right:8.33vw;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
}
.lxbanner .ly .ly01{
	width:100%;
	padding: 3.25rem 2.5rem;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.lxbanner .ly .ly01 h1{
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lxbanner .ly .ly01 h1 b{
	font-size: 1.5rem;
	margin-right:0.81rem;
}
.lxbanner .ly .ly01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxbanner .ly .ly01 ul li{
	width:100%;
	margin-top:3.7rem;
	padding-bottom:1.25rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.lybk{
	width:100%;
	border:0;
	background-color:transparent;
	color: var(--60, rgba(255, 255, 255, 0.60));
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}
.lyanniu{
	width:100%;
	height:4.0rem;
	border-radius: 6.25rem;
	background: var(--018-ed-5, #0095FF);
	line-height:4.0rem;
	text-align:center;
	border:0;
	cursor:pointer;
	color: var(---white, #FFF);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lxbanner .ly .ly01 .tj{
	display:flex;
	margin-top:2.5rem;
}

.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.lx01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:33.33%;
	padding:2.5rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	border-right:1px solid var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
}
.lx01 ul li:last-child{
	border-right:0px;
}
.lx01 ul li h3{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-bottom:7.0rem;
}
.lx01 ul li h3 img{
	max-height:1.75rem;
}
.lx01 ul li:hover{
	background: var(---Gray-6, #F2F2F2);
}

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










.mart3{
	margin-top:3.75rem;
}
.mart8{
	margin-top:5rem;
}
.mart10{
	margin-top:10rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart0{
	margin-top:0rem;
}
.mart5{
	margin-top:5.0rem;
}


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

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

.header .innav ul li{
	margin-left:1.0rem;
	margin-right:1.0rem;
	font-size:0.875rem;
}
.zyw{
	width:2.0rem;
	height:2.0rem;
}
.zyw img{
	max-height:50%;
}
.cplm01 ul li a{
	padding:0.325rem;
}
.cplm01 ul li a img{
	max-height:3.5rem;
	margin-right:1.0rem;
}
.cplm01 ul li{
	margin-top:1.5rem;
}

.cplm02 ul li a{
	padding:0.325rem;
}
.cplm02 ul li a img{
	max-height:3.5rem;
	margin-right:1.0rem;
}
.cplm02 ul li{
	margin-top:1.5rem;
}

.cptit{
	font-size:2.0rem;
}
.ystit{
	font-size:2.0rem;
}

.hytit ul li .a01 dl dt img{
	max-height:4.0rem;
}
.hytit ul li .a01 dl dd{
	font-size:1.0rem;
}
.hytit ul li{
	padding:8.375rem 2.5rem;
}
.hytit ul li:hover .a01 .sm{
	margin-top:1.5rem;
	height:auto;
}
.inab01{
	width:80%;
	font-size:0.75rem;
}
.inab01 h1{
	font-size:1.5rem;
}
.inab01 .more{
	margin-top:1.5rem;
}
.inab01 .more a{
	font-size:0.75rem;
}
.inab01 ul{
	margin-top:2.5rem;
}
.inab01 ul li{
	padding:1.0rem 0;
}
.inab01 ul li dl dt img{
	max-height:2.0rem;
}
.inab01 ul li dl dd{
	font-size:0.75rem;
}

.nybanner .tex .a01 dl dt{
	font-size:3.0rem;
}
.nybanner .tex .a01 dl dd{
	margin-top:1.5rem;
	font-size:1.5rem;
}
.zlm ul li{
	margin-left:0.5rem;
}
.zlm ul li a{
	padding:0.325rem 0.625rem;
	font-size:0.75rem;
}
.nwrap{
	padding:5.0rem 0;
}
.nab h1{
	font-size:2.0rem;
}
.nab{
	font-size:0.875rem;
}
.nab02{
	margin-top:6.0rem;
}

.wenh ul li{
	padding:1.5rem;
}
.wenh ul li dl dt img{
	max-height:2.0rem;
}
.wenh ul li dl dt{
	font-size:1.0rem;
}
.wenh ul li dl dd{
	font-size:0.875rem;
}

.nawrap{
	padding:6.0rem 0;
}
.ntit2{
	margin-top:5.0rem;
}
.zshu{
	margin-top:3.0rem;
}
.hbwrap{
	margin-top:5.0rem;
	padding:5.0rem 0;
}

.cpfl ul li dl dt div{
	max-height:4.0rem;
	max-width:4.0rem;
}
.cpfl ul li{
	margin-left:1.0rem;
	margin-right:1.0rem;
}
.cpfl{
	bottom:2.0rem;
}
.cpfl ul li dl dd{
	font-size:0.75rem;
}
.proshow-l dl dt{
	font-size:2.0rem;
}
.proshow-l dl dd{
	margin-top:2.5rem;
	font-size:0.875rem;
}
.xnyd ul li dl dt{
	font-size:3.0rem;
}
.lytit01 ul li{
	padding:0.8rem 1.5rem;
}
.lytit01 h1{
	font-size:2.0rem;
}
.lytit01 ul{
	margin-top:3.0rem;
}
.lytit01 ul li b{
	font-size:2.0rem;
}
.yyly{
	margin-top:6.0rem;
}
.tswrap{
	padding:5.0rem 0;
}
.allist ul li .tex dl dt{
	font-size:2.0rem;
}

.xnyd2{
	margin-top:5.0rem;
}
.xnyd2 ul li h1{
	font-size:3.0rem;
}
.xnyd2 ul li dl dt{
	font-size:0.875rem;
}
.ctit{
	font-size:2.0rem;
}

.fw01{
	margin-top:5.0rem;
}
.fw01 .tex h1{
	font-size:2.0rem;
}
.fw01 .tex{
	font-size:0.875rem;
}
.fw01 .tex ul{
	margin-top:4.0rem;
}
.fwtit ul li a img{
	max-height:2.0rem;
}
.nybanner .tex .a01 dl dd.f2{
	font-size:2.0rem;
}
.nybanner .tex .a01 dl dt{
	font-size:2.5rem;
}
.nybanner .tex3 .a01 dl dd{
	font-size:2.0rem;
}
.nybanner .tex3 .a01 .link{
	margin-top:1.0rem;
}

.lxbanner .tex .a01 dl dt{
	font-size:3.0rem;
}
.lxbanner .tex .a01 dl dd{
	font-size:1.5rem;
}
.lxbanner .tex .a01 .yjdh{
	margin-top:3.5rem;
}
.lxbanner .ly .ly01 h1{
	font-size:0.875rem;
}
.lxbanner .ly .ly01 h1 b{
	font-size:1.0rem;
}
.lxbanner .ly .ly01{
	padding:2.0rem 1.5rem;
}
.lxbanner .ly .ly01 ul li{
	margin-top:1.0rem;
}
.lybk{
	font-size:0.75rem;
}
.lyanniu{
	height:3.0rem;
	font-size:0.875rem;
}
.lx01 ul li{
	font-size:0.875rem;
}
.lx01 ul li h3{
	font-size:0.75rem;
}
.lx01{
	margin-top:3.0rem;
}
.map{
	margin-top:3.0rem;
}





.mart6{
	margin-top:3.0rem;
}
.mart8{
	margin-top:3.0rem;
}
.mart10{
	margin-top:5.0rem;
}
.mart0{
	margin-top:0px;
}







}




@media (max-width:999px) {

.footer{}
.footer.foot_show{}
.pc{
	display: none;
}
.moblie{
	width: 100%;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4.375rem; 
	line-height:4.375rem;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4.375rem; 
	height:4.375rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:4.375rem; 
	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:1.0rem; 
	left:1.0rem; 
	z-index:102;  
	width: 2.375rem; 
	height: 2.375rem; 
	background:url(../img/close.png) no-repeat; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4.375rem; 
	background: var(--0147-cc, #0147CC);
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{
	background: var(--0147-cc, #0147CC);
	color: #FFF;
}
.currentDd3 a{
	color: #FFF;
}
.currentDd3 i{
	background:url(../img/xjt2.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.9rem; 
	padding-bottom:0px;
}

.main{ 
	width:90%; 
	float:left; 
	margin-left:5%; 
	margin-right:5%;
}

.index01{
	width: 100%;
	float: left;
	margin-top:4.375rem;
}

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	align-items: center;
	position:relative;
	color:#FFF;
	transition: all 0.6s;
	padding: 0.325rem 0.625rem 0.325rem 2.4375rem;
	justify-content: flex-end;
	align-items: center;
	z-index:3;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	overflow:hidden;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	content:'';
	display:inline-block;
	left:0;
	top:0;
	z-index:-1;
	background: var(--018-ed-5, #0095FF);
	transition: all 0.6s;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	display: flex;
	width: 2rem;
	height: 2rem;
	justify-content: center;
	align-items: center;
	content:'';
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	margin-left:1.81rem;
	transition: all 0.6s;
}
.inmore a:hover::after{
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	transform:rotate(45deg);
}

.inmore a.cur::before{
	width:100%;
}



.index02{
	width: 100%;
	float: left;
	height:100vh;
}
.inpro{
	width:100%;
	height:100vh;
	background-position:center;
	background-repeat:no-repeat;
	opacity:0;
	transition: all 2.6s;
	z-index:0;
	position:absolute;
	top:0;
	left:0;
}
.inpro.cur{
	opacity:1.0;
	z-index:9;
}
.cplm01{
	width: 40%;
	position:absolute;
	left:5%;
	top:23%;
	z-index:99;
}
.cplm01 ul{
	display:flex;
	flex-wrap: wrap;
}
.cplm01 ul li{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	margin-top:1.5rem;
}
.cplm01 ul li:first-child{
	margin-top:0px;
}
.cplm01 ul li.cur a{
	background: var(--018-ed-5, #0095FF);
}
.cplm01 ul li a{
	width:100%;
	display: flex;
	padding: 0.325rem;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: zt2;
	border-radius: 12.5rem;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.cplm01 ul li a:hover{
	background: var(--018-ed-5, #0095FF);
}
.cplm01 ul li a img{
	margin-right:1.0rem;
	max-height:2.0rem;
}

.cplm02{
	width: 40%;
	position:absolute;
	right:5%;
	top:23%;
	z-index:99;
}
.cplm02 ul{
	display:flex;
	flex-wrap: wrap;
}
.cplm02 ul li{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	margin-top:1.5rem;
}
.cplm02 ul li:first-child{
	margin-top:0px;
}
.cplm02 ul li.cur a{
	background: var(--018-ed-5, #0095FF);
}
.cplm02 ul li a{
	width:100%;
	display: flex;
	padding: 0.325rem;
	align-items: center;
	justify-content: flex-end;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: zt2;
	border-radius: 12.5rem;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.cplm02 ul li a:hover{
	background: var(--018-ed-5, #0095FF);
}
.cplm02 ul li a img{
	margin-left:1.0rem;
	max-height:2.0rem;
}
.cptit{
	width:100%;
	position:absolute;
	top:8%;
	left:0;
	z-index:99;
	text-align:center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.index02 .inmore{
	position:absolute;
	bottom:8.0%;
	left:0;
	z-index:2;
	justify-content: center;
	width:100%;
}


.index03{
	width: 100%;
	height: auto;
	float: left;
	position:relative;
}


.ystit{
	width:100%;
	position:absolute;
	top:18%;
	left:0;
	z-index:1;
	text-align:center;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inys{
	width:100%;
	height:100%;
	background-image:url(../img/ys.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
}

.index04{
	width: 100%;
	height:100vh;
	float: left;
	position:relative;
}


.bjnr{ width:100%; height:100%; float:left;}
.hytex{
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0;
	transition: all 2.6s;
	position:absolute;
	top:0;
	left:0;
}
.hytex.cur{
	opacity:1.0;
	z-index:90;
}
.hytit{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:111;
}
.hytit ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.hytit ul li{
	width:50%;
	height:33.33%;
	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:2.5rem 0.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: flex-end;
	transition: all 0.6s;
}
.hytit ul li:hover{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.hytit ul li:nth-child(2n){
	border-right:0px;
}
.hytit ul li:last-child{
	width:100%;
	border-right:0px;
}
.hytit ul li .a01{
	width:100%;
}
.hytit ul li .a01 dl dt{
	text-align:center;
}
.hytit ul li .a01 dl dt img{
	max-height:2.0rem;
}
.hytit ul li .a01 dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.hytit ul li .a01 .sm{
	margin-top:0;
	height:0;
	overflow: hidden;
	text-align:center;
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	transition: all 0.6s;
	display:none;
}
.hytit ul li .a01 .sm::after{
	width:100%;
	height:3.75rem;
	margin-top:3.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.hytit ul li:hover .a01 .sm{
	margin-top:3.75rem;
	height:auto;
}
.hytit ul li .pic01{
	display:inline-block;
}
.hytit ul li .pic02{
	display:none;
}
.hytit ul li:hover .pic01{
	display:none;
}
.hytit ul li:hover .pic02{
	display:inline-block;
}


.index05{
	width: 100%;
	height:100vh;
	float: left;
	position:relative;
	background-image:url(../img/iabj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.inab{
	width:100%;
	height:100%;
	padding:0 5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inab01{
	width:100%;
	color: var(---white, #FFF);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.inab01 h1{
	margin-bottom:1.25rem;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: zt2;
}
.inab01 .more{
	display:flex;
	margin-top:1.5rem;
}
.inab01 .more a{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	display: flex;
	align-items: center;
}
.inab01 .more a::after{
	margin-left:0.94rem;
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image: url(../img/small_long_down.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inab01 ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.inab01 ul li{
	width:calc(25.4% - 0.5rem);
	margin-right:0.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding: 1.0rem 0rem;
	text-align:center;
}
.inab01 ul li:nth-child(4n){
	margin-right:0px;
}
.inab01 ul li dl dt{
	overflow:hidden;
}
.inab01 ul li dl dt img{
	max-height:1.5rem;
}
.inab01 ul li dl dd{
	margin-top:0.75rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab01 ul li:hover{
	background: var(--018-ed-5, #0095FF);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}


.foot{
	width:100%;
	float:left;
	background: var(--Color, #001A32);
	padding-top:3.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .a01{
	width:100%;
	display: flex;
	align-items: center;
}
.foot01 .a01 .b01 img{
	max-width:80%;
}
.foot01 .a02 a{
	margin-right:1.0rem;
}
.foot01 .a02{
	width:100%;
	display: flex;
	align-items: center;
	margin-top:2.0rem;
}



.foot02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot02 .a01 dl{
	width:50%;
	margin-top:2.0rem;
}
.foot02 .a01 dl dt{
	font-size: 1rem;
	color:#FFF;
	margin-bottom:15px;
}
.foot02 .a01 dl dd{
	color:rgba(255, 255, 255, 0.60);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.0rem;
}
.foot02 .a01 dl dd.mart2{
	margin-top:1.87rem;
}
.foot02 .a01 dl dd a{
	color:rgba(255, 255, 255, 0.60);
}
.foot02 .a02{
	width:100%;
	text-align:center;
	margin-top:3.0rem;
}
.foot02 .a02 dl:nth-child(3) dd{
	margin-bottom:0px;
}
.foot02 .a02 dl:nth-child(4) dd{
	margin-bottom:0px;
}
.foot02 .a02 dl dt{
	overflow:hidden;
}
.foot02 .a02 dl dt img{
	max-width:100%;
}
.foot02 .a02 dl dd{
	font-size: 0.875rem;
	color: var(---white, #FFF);
	margin-top:1.25rem;
}
.foot03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.0rem;
	border-top:1px solid rgba(255, 255, 255, 0.1);
	padding:1.5rem 5%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
}
.foot03 a{
	color: var(--30, rgba(255, 255, 255, 0.30));
}
.back{
	width:2.0rem;
	height:2.0rem;
	position:fixed;
	right:1.5rem;
	bottom:3rem;
}
.back img{
	width:100%;
	height:auto;
	display:block;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.375rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	padding:0 5%;
}
.nybanner .tex .a01{
	width:100%;
}
.nybanner .tex .a01 dl dt{
	color: var(--018-ed-5, #0095FF);
	font-family: Arial;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.nybanner .tex .a01 dl dd{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3rem */
	text-transform: uppercase;
}
.nybanner .tex .a01 dl dd.f2{
	font-size:0.875rem;
}
.nybanner .tex .a01 .date{
	display:flex;
	margin-top:1.0rem;
	display:none;
}
.nybanner .tex .a01 .date i{
	padding: 0.25rem 1.0rem;
	border-radius: 1.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nybanner .tex .a01 .inmore.mart6{
	margin-top:2.0rem;
}
.nybanner .tex .a01 .tel{
	display:flex;
	margin-top:2.0rem;
	display:none;
}
.nybanner .tex .a01 .tel a{
	display: flex;
	padding: 0.25rem 2rem 0.25rem 0.25rem;
	align-items: center;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:1.25rem;
}
.nybanner .tex .a01 .tel a::before{
	width: 1.75rem;
	height: 1.75rem;
	content:'';
	display:inline-block;
	margin-right:0.88rem;
	background-image:url(../img/tel.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.nybanner .tex2{
	width:100%;
	position:absolute;
	left:0;
	top:17%;
	z-index:1;
	padding:0 8.33vw;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.nybanner .tex2 .a02{
	width:100%;
	text-align:center;
}
.nybanner .tex2 .a02 dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nybanner .tex2 .a02 dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.nybanner .tex3{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	padding:0 8.33vw;
}
.nybanner .tex3 .a01{
	width:100%;
}
.nybanner .tex3 .a01 dl dt{
	display:flex;
	display:none;
}
.nybanner .tex3 .a01 dl dt i{
	padding: 0.5rem 1.25rem;
	border-radius: 1.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: #FFF;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nybanner .tex3 .a01 dl dd{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.375rem */
	text-transform: uppercase;
}
.nybanner .tex3 .a01 .link{
	display:flex;
	margin-top:0.5rem;
}
.nybanner .tex3 .a01 .link img{
	max-height:1.5rem;
}
.nybanner .tex3 .a01 .link a{
	margin-right:0.25rem;
}

.zlm{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0.625rem 0;
}
.zlm b{
	color: var(--018-ed-5, #0095FF);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zlm ul{
	display: flex;
	flex-wrap: wrap;
	display:none;
}
.zlm ul li{
	width:auto;
	display: flex;
	flex-wrap: wrap;
	padding:0.625rem 0;
	margin-left:1.5rem;
}
.zlm ul li a{
	display: flex;
	padding: 0.625rem 1.25rem;
	justify-content: center;
	align-items: center;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 0.25rem;
}
.zlm ul li a:hover{
	background: var(--018-ed-5, #0095FF);
	color: var(---white, #FFF);
}
.zlm ul li a.cur{
	background: var(--018-ed-5, #0095FF);
	color: var(---white, #FFF);
}

.nwrap{
	width:100%;
	float:left;
	background-image:url(../img/nabj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:5rem 0;
}
.nab{
	width:100%;
	float:left;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.nab h1{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:1.5rem;
}
.nab02{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.nab02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02 ul li{
	width:100%;
	background: var(---white, #FFF);
	padding:2.0rem;
	display: flex;
	margin-top:1.0rem;
	transition: all 0.6s;
}
.nab02 ul li .num{
	width:4.5rem;
	color: var(--018-ed-5, #0095FF);
	font-family: DIN;
	font-size: 3rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
	text-transform: uppercase;
	margin-right:1.0rem;
}
.nab02 ul li .tex{
	width:63%;
}
.nab02 ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nab02 ul li .tex dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.nab02 ul li:hover{
	background: var(--018-ed-5, #0095FF);
}
.nab02 ul li:hover .num{
	color:#FFF;
}
.nab02 ul li:hover .tex dl dt{
	color:#FFF;
}
.nab02 ul li:hover .tex dl dd{
	color:#FFF;
}
.nawrap{
	width:100%;
	float:left;
	padding:5.0rem 0;
	background-image:url(../img/nabj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.ntit{
	width:100%;
	float:left;
}
.ntit dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ntit dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}

.wenh{
	width:100%;
	float:left;
	margin-top:2.25rem;
}
.wenh ul{
	display: flex;
	flex-wrap: wrap;
}
.wenh ul li{
	width:100%;
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	position:relative;
	padding:2.0rem;
	margin-top:1.0rem;
}
.wenh ul li:nth-child(4n){
	margin-right:0px;
}
.wenh ul li dl dt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	text-transform: uppercase;
	padding-bottom:1.0rem;
}
.wenh ul li dl dt img{
	max-height:2.0rem;
}
.wenh ul li dl dd{
	margin-top:0.88rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: uppercase;
}
.wenh ul li::before{
	width:4px;
	height:0;
	background-color:#0095FF;
	position:absolute;
	content:'';
	display:inline-block;
	left:0;
	top:0;
	z-index:1;
	transition: all 0.6s;
}
.wenh ul li:hover::before{
	height:100%;
}

.ntit2{
	width:100%;
	float:left;
	margin-top:5rem;
}
.ntit2 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ntit2 dl dd{
	margin-top:1.0rem;
	color: #333;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}

.swiper {
	width: 100%;
	float:left;
	height: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.swiper-button-next:hover{
	background: var(--018-ed-5, #0095FF);
	color:#FFF;
}
.swiper-button-prev:hover{
	background: var(--018-ed-5, #0095FF);
	color:#FFF;
}


.zshu{
	width:100%;
	float:left;
	position:relative;
	margin-top:1.0rem;
}
.hbwrap{
	width:100%;
	float:left;
	margin-top:5rem;
	background: var(---Gray-6, #F2F2F2);
	padding:5rem 0;
}
.hz{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.hz ul{
	display: flex;
	flex-wrap: wrap;
}
.hz ul li{
	width:calc(33.4% - 0.62rem);
	margin-right:0.62rem;
	margin-top:0.62rem;
	background-color:#FFF;
}
.hz ul li:nth-child(3n){
	margin-right:0px;
}
.hz ul li img{
	width:100%;
	height:auto;
	display:block;
}

.cpfl{
	width:100%;
	position:absolute;
	bottom:3.75rem;
	left:0;
	z-index:2;
	display:none;
}
.cpfl ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cpfl ul li{
	width:auto;
	margin-left:2.1rem;
	margin-right:2.1rem;
	text-align:center;
}
.cpfl ul li dl dt{
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.cpfl ul li dl dt div{
	background-color:rgba(255, 255, 255, 0);
	border-radius: 6.25rem;
	padding:0.5rem;
	transition: all 0.6s;
}
.cpfl ul li dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpfl ul li:hover dl dt div{
	background-color:#0095FF;
}
.cpfl ul li.cur dl dt div{
	background-color:#0095FF;
}

.ctit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	text-align:center;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li{
	width:48%;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.0rem;
	position:relative;
}
.prolist ul li::after{
	width:0;
	height:4px;
	content:'';
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
	background-color:#0095FF;
}
.prolist ul li:hover::after{
	width:100%;
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li dl dt{
	overflow:hidden;
}
.prolist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.prolist ul li dl dd{
	padding:1.0rem 0.625rem;
	position:relative;
	color: var(---666, #666);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.prolist ul li dl dd::after{
	width: 2rem;
	height: 2rem;
	position:absolute;
	right:1.0rem;
	top:-1.0rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/j01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.prolist ul li:hover dl dd::after{
	background-image:url(../img/j02.svg);
}
.prolist ul li:hover dl dd{
	color: var(---333, #333);
}

.fy{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	line-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--018-ed-5, #0095FF);
	background: var(--018-ed-5, #0095FF);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--018-ed-5, #0095FF);
	background: var(--018-ed-5, #0095FF);
	color:#FFF;
}

.line{
	width:100%;
	float:left;
	height:1px;
	background-color:var(---Gray-6, #F2F2F2);
}

.proshow{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:100%;
}
.proshow-l dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.proshow-l dl dd{
	margin-top:2.0rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.proshow-r{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.proshow-r img{
	width:100%;
	height: auto;
	display:block;
}
.proshow2{
	width:100%;
	float:left;
	margin-top:5rem;
}
.proshow2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow2 ul li{
	width:100%;
	background: var(--018-ed-5, #0095FF);
	padding:3.75rem 2.5rem;
}
.proshow2 ul li dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.proshow2 ul li dl dd{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.5rem */
}
.proshow2 ul li:first-child{
	background: #0072D6;
}

.cpcs{
	width:100%;
	float:left;
	margin-top:5rem;
}
.cpcs ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcs ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.cpcs ul li div{
	width:33.3333%;
	padding:1.25rem 0;
}
.cpcs ul li:first-child{
	font-size:1.0rem;
}

.ctit2{
	width:100%;
	float:left;
	margin-top:5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.xnyd{
	width:100%;
	float:left;
	margin-top:2.75rem;
}
.xnyd ul{
	display: flex;
	flex-wrap: wrap;
}
.xnyd ul li{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	padding: 2.375rem 1.5rem 5rem 1.5rem;
	margin-top:1.0rem;
}
.xnyd ul li:nth-child(4n){
	margin-right:0px;
}
.xnyd ul li dl dt{
	color: var(--018-ed-5, #0095FF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.xnyd ul li dl dd{
	margin-top:2.0rem;
	color: var(---333, #333);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.5rem */
}

.yyly{
	width:100%;
	float:left;
	margin-top:3.0rem;
	position:relative;
}
.lypic{
	width:100%;
}
.lypic img{
	width:100%;
	height:auto;
	display:block;
}
.lytit{
	width:90%;
	position:absolute;
	height:100%;
	top:0;
	left:5%;
	z-index:1;
	display: flex;
	align-items: center;
}
.lytit01{
	width:100%;
}
.lytit01 h1{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lytit01 ul{
	margin-top:1.0rem;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.lytit01 ul li{
	width:50%;
	border-bottom: 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 1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition: all 0.6s;
	cursor:pointer;
}
.lytit01 ul li b{
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 1.25rem;
}
.lytit01 ul li:hover{
	background: var(--018-ed-5, #0095FF);
}
.lytit01 ul li.cur{
	background: var(--018-ed-5, #0095FF);
}
.lytit01 ul li:last-child{
	border-bottom:0px;
}

.tswrap{
	width:100%;
	float:left;
	padding:3rem 0;
	background: var(---Gray-6, #F2F2F2);
}
.tbts{
	width:100%;
	float:left;
	text-align: center;
}
.tbts dl dt{
	overflow:hidden;
}
.tbts dl dt img{
	max-height:2.5rem;
}
.tbts dl dd{
	margin-top:1.0rem;
	color: var(--da-2122, #DA2122);
	text-align: center;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.tbts .smwz{
	margin-top:2.0rem;
	display:flex;
	justify-content: center;
}
.tbts .smwz div{
	width:100%;
	color: var(---333, #333);
	text-align: center;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.morecp{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.morecp ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.morecp ul li{
	width:calc(50% - 0.31rem);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	position:relative;
}
.morecp ul li dl dt{
	overflow:hidden;
}
.morecp ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.morecp ul li:hover dl dt img{
	transform: scale(1.05);
}
.morecp ul li dl dd{
	padding:2.5rem 0;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.morecp ul li::after{
	width:0;
	height:3px;
	background-color:var(--018-ed-5, #0095FF);
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.morecp ul li:hover::after{
	width:100%;
}
.allist{
	width:100%;
	float:left;
	margin-top:1.87rem;
}
.allist ul li{
	width:100%;
	float:left;
	padding:2.38rem 0;
	border-bottom:1px solid #E0E0E0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
	transition: all 0.6s;
}
.allist ul li::after{
	width:0px;
	height:0.1875rem;
	background-color:#0095FF;
	content:'';
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
}
.allist ul li:hover::after{
	width:100%;
}
.allist ul li .tex{
	width:45%;
}
.allist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.375rem */
	text-transform: uppercase;
}
.allist ul li .tex dl dt.f1{
	font-size:1.25rem;
}
.allist ul li .tex dl dd{
	margin-top:1.0rem;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.allist ul li .tex .date{
	display:flex;
	margin-top:1.0rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:none;
}
.allist ul li .tex .more{
	display:flex;
	margin-top:1.75rem;
}
.allist ul li .tex .more a{
	display: flex;
	padding: 0.325rem 0.625rem 0.325rem 1.4375rem;
	justify-content: flex-end;
	align-items: center;
	border-radius: 3.125rem;
	background: var(---Gray-6, #F2F2F2);
}
.allist ul li .tex .more a::after{
	margin-left:1.0rem;
	width: 1rem;
	height: 1rem;
	content:'';
	display:inline-block;
	background-image:url(../img/yjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.allist ul li:hover .tex .more a::after{
	background-image:url(../img/yjt2.svg);
}
.allist ul li:hover .tex .more a{
	background: var(--018-ed-5, #0095FF);
	color:#FFF;
}
.allist ul li .tex .more.mart4{
	margin-top:4.4rem;
}
.allist ul li .pic{
	width:45%;
	overflow: hidden;
}
.allist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.allist ul li:hover .pic img{
	transform: scale(1.05);
}
.allist ul li:hover .tex dl dt{
	color: var(--018-ed-5, #0095FF);
}

.xnyd2{
	width:100%;
	float:left;
	margin-top:3rem;
}
.xnyd2 ul{
	display: flex;
	flex-wrap: wrap;
}
.xnyd2 ul li{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	padding: 3.75rem 2.0rem 5.3125rem 2.0rem;
	margin-top:1.0rem;
}
.xnyd2 ul li:nth-child(3n){
	margin-right:0px;
}
.xnyd2 ul li h1{
	color: var(--018-ed-5, #0095FF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.xnyd2 ul li dl dt{
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 2rem */
}
.xnyd2 ul li dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.5rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 2;*/
}

.fw01{
	width:100%;
	float:left;
	margin-top:3rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fw01 .tex{
	width:100%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.fw01 .tex h1{
	margin-bottom:1.25rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fw01 .tex ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.fw01 .tex ul li{
	width:100%;
	padding-bottom:1.25rem;
	margin-top:2.5rem;
	border-bottom:1px solid #E0E0E0;
}
.fw01 .tex ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
}
.fw01 .tex ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}

.fw01 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:3.0rem;
}
.fw01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.fwwrap{
	width:100%;
	float:left;
	margin-top:5rem;
	position:relative;
}

.fw02{
	width:100%;
	position:relative;
	display:flex;
}
.fw02 img{
	width:100%;
	height:auto;
}
.fw02 .tex{
	width:100%;
	position:absolute;
	top:15%;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
}
.fw02 .tex .a01{
	width:80%;
	text-align:center;
}
.fw02 .tex .a01 dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fw02 .tex .a01 dl dd{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.5rem */
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.fw02 .tex .a01 .inmore{
	justify-content: center;
}
.fwtit{
	width:100%;
	float:left;
	background: var(--10, rgba(0, 0, 0, 0.50));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fwtit ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
}
.fwtit ul li{
	width:50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
}
.fwtit ul li a{
	width:100%;
	height:3.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fwtit ul li a img{
	max-height:2.0rem;
	margin-right:0.62rem;
}
.fwtit ul li a:hover{
	background: var(--018-ed-5, #0095FF);
}
.fwtit ul li a.cur{
	background: var(--018-ed-5, #0095FF);
}

.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer; 
	text-align:left; 
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.0rem 0;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 2rem */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.subNav div{
	display: flex;
	align-items: center;
}
.subNav div b{
	color: var(---Gray-5, #E0E0E0);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-right:1.8rem;
}
.subNav::after{ 
	width: 1rem;
	height: 1rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat: no-repeat;
	background-size:contain;
}

.currentDd{
	border-bottom:0px;
}
.currentDd div b{
	color: var(--018-ed-5, #0095FF);
}
.currentDd::after{
	background-image:url(../img/jian.svg);
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	color: var(---333, #333);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.5rem */
	padding-bottom:2.5rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.navContent .a01{
	width:100%;
	display:flex;
}
.navContent b{
	color: var(--018-ed-5, #0095FF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.navContent .a01 div{
	width:67%;
	margin-left:1.38rem;
}
.xwlm{
	width:100%;
	float:left;
	margin-top:3.0rem;
	border-radius: 5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
}
.xwlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xwlm ul li{
	width:50%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xwlm ul li a{
	width:100%;
	height:3.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.xwlm ul li a:hover{
	background: var(--018-ed-5, #0095FF);
	color:#FFF;
}
.xwlm ul li a.cur{
	background: var(--018-ed-5, #0095FF);
	color:#FFF;
}

.newcon{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
}
.newtex{
	width:100%;
	float:left;
	color: var(---666, #666);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newtex img{
	max-width:100%;
}
.nexttex{
	width:100%;
	float:left;
	margin-top:4.0rem;
}
.nexttex ul li{
	width:100%;
	float:left;
	padding:1.25rem 0;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


.newcon-r{
	width:26.2%;
	display:none;
}
.newcon-r ul li{
	width:100%;
	float:left;
	margin-top:1.25rem;
	padding:3.28rem 1.88rem;
	background: var(---Gray-6, #F2F2F2);
}
.newcon-r ul li:first-child{
	margin-top:0px;
}
.newcon-r ul li h2{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.newcon-r ul li dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.newcon-r 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-weight: 400;
	line-height: 200%; /* 1.5rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newcon-r ul li .bq{
	display:flex;
	margin-top:2.5rem;
}
.newcon-r ul li .bq i{
	padding: 0.75rem 2.25rem;
	border-radius: 2.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newcon-r ul li:hover{
	background: var(--018-ed-5, #0095FF);
}
.newcon-r ul li:hover h2{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.newcon-r ul li:hover dl dt a{
	color: var(---white, #FFF);
}
.newcon-r ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.newcon-r ul li:hover .bq i{
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
}

.lxbanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.375rem;
}
.lxbanner img{
	width:100%;
	height:auto;
	display:block;
}
.lxbanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:5%;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
}
.lxbanner .tex .a01{
	width:100%;
}
.lxbanner .tex .a01 dl dt{
	color: var(--018-ed-5, #0095FF);
	font-family: Arial;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.lxbanner .tex .a01 dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3rem */
	text-transform: uppercase;
}
.lxbanner .tex .a01 .yjdh{
	display:flex;
	margin-top:1.5rem;
}
.lxbanner .tex .a01 .yjdh a{
	display: flex;
	padding: 0.5rem 1.5rem;
	align-items: center;
	border-radius: 3.125rem;
	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(---white, #FFF);
	text-align: justify;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.lxbanner .tex .a01 .yjdh a::before{
	width: 1.0rem;
	height: 1.0rem;
	margin-right:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ly{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	margin-top:2.0rem;
}
.ly .ly01{
	width:100%;
	padding: 3.25rem 1.5rem;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.ly .ly01 h1{
	display: flex;
	align-items: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ly .ly01 h1 b{
	font-size: 1.25rem;
	margin-right:0.5rem;
}
.ly .ly01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ly .ly01 ul li{
	width:100%;
	margin-top:3.7rem;
	padding-bottom:1.25rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.lybk{
	width:100%;
	border:0;
	background-color:transparent;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}
.lyanniu{
	width:100%;
	height:4.0rem;
	border-radius: 6.25rem;
	background: var(--018-ed-5, #0095FF);
	line-height:4.0rem;
	text-align:center;
	border:0;
	cursor:pointer;
	color: var(---white, #FFF);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ly .ly01 .tj{
	display:flex;
	margin-top:2.5rem;
}

.lx01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.lx01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:100%;
	padding:2.5rem 1.5rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	border-bottom:1px solid var(---Gray-5, #E0E0E0);
}
.lx01 ul li:last-child{
	border-bottom:0px solid var(---Gray-5, #E0E0E0);
}
.lx01 ul li h3{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-bottom:5.0rem;
}
.lx01 ul li h3 img{
	max-height:1.75rem;
}
.lx01 ul li:hover{
	background: var(---Gray-6, #F2F2F2);
}

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










.mart3{
	margin-top:2.0rem;
}
.mart8{
	margin-top:3.87rem;
}
.mart10{
	margin-top:5rem;
}
.mart6{
	margin-top:3.0rem;
}
.mart0{
	margin-top:0rem;
}
.mart5{
	margin-top:2.0rem;
}


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




}
































