@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: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* 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 */
	
}
html {
    scroll-behavior: smooth;
}

*{
	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:var(--logo2, #0E62EB);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


.header.yanse{
	background-color:#FFF;
	border-bottom:0px solid var(--10, rgba(0, 0, 0, 0.10));
	top:0;
}
.header.yanse .innav ul li a{
	color:#333;
}
.header.yanse .innav ul li a:hover{
	color: var(--e-50012, var(--logo2, #0E62EB));
}
.header.yanse .innav ul li a.cur{
	color: var(--e-50012, var(--logo2, #0E62EB));
}
.header.yanse .zyw{
	border: 1px solid var(---Gray-4, #BDBDBD);
}



.header.yanse.yanse01 a{
	color: #FFFFFF;
}
.header.yanse.yanse01 .cur{
	color: var(--e-50012, var(--logo2, #0E62EB));
}
.header.yanse .cur{
	color: var(--e-50012, var(--logo2, #0E62EB));
}


@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) {

.header{
	width: 100%;
	position: fixed;
	height: 5rem;
	top: 1.25rem;
	left: 0;
	z-index: 9999;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.6s;
	border-bottom: 0px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0));
}
.header.pos{
	position:absolute;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	height:5.0rem;
	position:relative;
	z-index:6;
	transition: all 0.6s;
	padding:0 8.33vw;
}

.header .logo{
	width: auto;
	height: 5rem;
	max-width: 10.75%;
	display: flex;
	align-items: center;
}
.header .logo a{
	width:100%;
	display: flex;
	align-items: center;
}
.header .logo img{
	max-width: 100%;
}
.innav{
	width: auto;
	height: 5rem;
}
.innav ul{
	display: flex;
	align-items: center;
	height:5rem;
}
.innav ul li{
	width: auto;
	height:5rem;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	margin-left:1.75rem;
	margin-right:1.75rem;
	
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innav ul li a{
	white-space: nowrap;
	color:#FFF;
	transition: all 0.6s;
}

.innav ul>li>ol {
    width: 100%;
	background: var(--10, rgba(255, 255, 255, 1));
    transform: scaleY(0);
    transition: all 0.6s;
    transform-origin: 50% 0;
	position: absolute;
	right: 0;
	top:5rem;
	z-index:9;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:5.0rem 8.33vw;
	padding-bottom:2.5rem;
}
.innav ul>li>ol .a01{
	width:10.3%;
}
.innav ul>li>ol .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:1.62rem;
}
.innav ul>li>ol .a01 dl dt a{
	color: var(---333, #333);
}
.innav ul>li>ol .a01 dl dt.mart0{
	margin-top:0px;
}
.innav ul>li>ol .a01 dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	    margin-left: 1rem;
}
.innav ul>li>ol .a01 dl dd a{
	color: var(---666, #666);
}
.innav ul li:hover ol {
    transform: scaleY(1);
}

.innav ul>li>ol .a02{
	width:80.5%;
	display: flex;
	flex-wrap: wrap;
}
.innav ul>li>ol .a02 .b1{
	width:calc(25.33% - 1.25rem);
	margin-right:1.25rem;
	margin-bottom:2.5rem;
}
.innav ul>li>ol .a02 .b1:nth-child(4n){
	margin-right:0px;
}
.innav ul>li>ol .a02 .b1 .pic{
	overflow:hidden;
}
.innav ul>li>ol .a02 .b1 .pic img{
	width:100%;
	height:auto;
	display:block;
}
.innav ul>li>ol .a02 .b1 dl dt{
	margin-top:1.19rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.innav ul>li>ol .a02 .b1 dl dd{
	margin-top:1.19rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.innav ul>li>ol .a02 .b1 dl dd a{
	color: #363740;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 114%; /* 114.3% */
}
.innav ul>li>ol .a02 .b1 dl dd a::after{
	margin-left:1.0rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
}
.innav ul>li>ol .a02 .b1 dl dd a:hover::after{
	color:var(--logo2, #0E62EB);
}

.inr{
	width:auto;
	align-items: center;
	display: flex;
}
.zyw{
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	border-radius: 50%;
	display:flex;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zyw a{
	color:#FFF;
}
.zyw img{
	max-height:1.0rem;
}

.chax{
	right:8.33vw; 
	top:5.0rem;
	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-family: "微软雅黑";
	font-size: 0.8rem;
	color: #999999;
}
.chaxanniu{
	width: 4.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	cursor: pointer;
	background: var(--logo2, #0E62EB);
	color: #FFFFFF;
	border: 0px;
	outline:none;
	font-size:0.875rem;
}


.index01{
	width: 100%;
	float: left;
}

.inmore{
	display:flex;
}
.inmore a{
	position:relative;
	transition: all 0.6s;
	padding: 0.88rem 3.75rem;
	display: flex;
	align-items: center;
	z-index:3;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	overflow:hidden;
	
	color: #262629;
	text-align: center;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	content:'';
	display:inline-block;
	left:0;
	top:0;
	z-index:-1;
	background: var(--logo2, #0E62EB);
	transition: all 0.6s;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a.cur::before{
	width:100%;
}
.inmore a:hover{
	color:#FFF;
}

.index02 .inab01{
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 .inab01{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;
	position:relative;
}
.inzb{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	transition: all 0.6s;
}
.inzblm{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.inzblm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.inzblm ul li{
	flex:1;
	display: flex;
	height: 100%;
	padding: 3.75rem 5.7rem;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align:center;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.6s;
	position:relative;
	z-index:3;
}
.inzblm ul li::after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background: var(--10, rgba(0, 0, 0, 0.60));
	content:'';
	display:inline-block;
}
.inzblm ul li:hover::after{
	background: var(--10, rgba(0, 0, 0, 0.2));
}
.inzblm ul li:nth-child(3n){
	border-right:0px;
}
.inzblm ul li:hover{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 64%, rgba(0, 0, 0, 0.10) 100%);
	flex:1.1;
	padding: 3.75rem 9rem;
}
.inzblm ul li dl dt{
	overflow:hidden;
}
.inzblm ul li dl dt img{
	max-height:3.0rem;
}
.inzblm ul li dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inzblm ul li .sm{
	height:0px;
	overflow:hidden;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	transition: all 0.6s;
}
.inzblm ul li:hover .sm{
	margin-top:1.25rem;
	height:auto;
}
.inzblm ul li .more{
	margin-top:2.0rem;
	display:flex;
	justify-content: center;
}
.inzblm ul li .more a{
	display: flex;
	width: 3rem;
	height: 3rem;
	justify-content: center;
	align-items: center;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.inzblm ul li .more a:hover{
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.zbtit{
	width:100%;
	position:absolute;
	left:0;
	top:15.6%;
	z-index:5;
	color: var(---white, #FFF);
	text-align: center;
	font-family:zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.index03{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/abj01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.index03 .rztit{
	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 .rztit{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}

.intit{
	width:100%;
	float:left;
	margin-top:8.2rem;
	text-align:center;
}
.intit dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit dl dd{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit .sm{
	margin-top:1.25rem;
	display:flex;
	justify-content: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.intit .sm div{
	width:38%;
}
.inpro{
	width:100%;
	float:left;
	margin-top:3.12rem;
}


.index04{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/abj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.infw{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.infw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infw ul li{
	width:24%;
	padding: 2.125rem 1.75rem 1.75rem 1.75rem;
	border: 1px solid rgba(176, 210, 255, 0.18);
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	transition: all 0.6s;
}
.infw ul li:hover{
	border: 1px solid #405B82;
	background: linear-gradient(180deg, #0E84EB 0%, rgba(33, 51, 83, 0.00) 100%);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.infw ul li .pic{
	overflow:hidden;
}
.infw ul li .pic img{
	max-height:3.375rem;
}
.infw ul li dl dt{
	margin-top:1.75rem;
	color: #EEF6FF;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.infw ul li dl dd{
	margin-top:1.0rem;
	color: rgba(230, 244, 255, 0.60);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 172%; /* 172% */
}
.infw ul li .more{
	margin-top:1.37rem;
	display:flex;
}
.infw ul li .more a{
	width:2.0rem;
	height:2.0rem;
	background-image:url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.infw ul li .more a:hover{
	background-image:url(../img/jt4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.container{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}
.fwsm{
	width:100%;
	float:left;
	margin-top:3.75rem;
	text-align:center;
}
.fwsm dl dt{
	color: #EEF6FF;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fwsm dl dd{
	margin-top:0.62rem;
	color: rgba(230, 244, 255, 0.58);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwsm .inmore{
	margin-top:1.25rem;
}

.index05{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/abj03.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.inabwrap{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	padding:0 8.33vw;
}
.inab{
	width:36.6%;
	float:left;
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.inab .inmore a{
	margin-right:1.0rem;
}
.inab .inmore{
	margin-top:6.25rem;
}
.inab dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.inab dl dd{
	margin-top:0.62rem;
	margin-bottom:3.75rem;
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.incopy{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	padding:2.3rem 8.33vw;
	z-index:2;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.incopy a{
	color: var(--60, rgba(255, 255, 255, 0.60));
	}
.fudong{
	width:4.5rem;
	border-radius: 2.5rem;
	background: var(--logo2, #0E62EB);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding-bottom: 0.6875rem;
	position:fixed;
	right:0;
	top:15rem;
	z-index:9;
}
.fdzx{
	width:100%;
	display:flex;
	overflow:hidden;
	height:4.5rem;
}
.fdzx a{
	display:flex;
	border-radius:50%;
	width:100%;
	height:4.5rem;
}
.fdzx a img{
	width:100%;
	height:100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
}
.fudong ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fudong ul li{
	width:100%;
	margin-top:0.87rem;
	position:relative;
}
.fudong ul li dl dt{
	display: flex;
	justify-content: center;
}
.fudong ul li dl dt div{
	width: 3.125rem;
	height: 3.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:var(--10, rgba(255, 255, 255, 0.10));
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
	border-radius:50%;
}
.fudong ul li dl dt div img{
	max-width:1.75rem;
}
.fudong ul li dl dd{
	margin-top:0.25rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fudong ul li .ewm{
	width:6rem;
	position:absolute;
	left:-6rem;
	top:0;
	z-index:6;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
}
.fudong ul li .ewm img{
	max-width:100%;
}
.fudong ul li:hover .ewm{
	opacity:1;
	visibility:visible;
}
.fudong ul li .tel{
	width:10rem;
	height:100%;
	position:absolute;
	left:-10rem;
	top:0;
	z-index:6;
	opacity:0;
	visibility:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#FFF;
	font-size:0.875rem;
	color: var(--Color-3, #1458E4);
	line-height:150%;
	transition: all 0.6s;
}
.fudong ul li:hover .tel{
	opacity:1;
	visibility:visible;
}

.aboutbanner{
	width:100%;
	float:left;
	position:relative;
}
.aboutbanner img{
	width:100%;
	height:auto;
	display:block;
}
.aboutbanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	padding:0 8.33vw;
}
.aboutbanner .tex .tex01{
	width:34%;
}
.aboutbanner .tex .tex01 .a01 dl dt{
	color: rgba(255, 255, 255, 0.90);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.aboutbanner .tex .tex01 .a01 dl dd{
	margin-top:0.75rem;
	color: #FFF;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.aboutbanner .tex .tex01 .inmore{
	margin-top:2.5rem;
}
.aboutbanner .tex .tex01 .inmore a{
	margin-right:1.0rem;
}
.aboutbanner .tex .tex01 ul{
	margin-top:4.68rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.aboutbanner .tex .tex01 ul li{
	width:38.3%;
	margin-top:3.12rem;
}
.aboutbanner .tex .tex01 ul li dl dt{
	color: var(---white, #FFF);
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.aboutbanner .tex .tex01 ul li dl dd{
	margin-top:1.25rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zlm{
	width:100%;
	float:left;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	background: #FFF;
}
.zlm ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.zlm ul li{
	width:auto;
	margin-left:1.88rem;
	margin-right:1.88rem;
	display: flex;
}
.zlm ul li a{
	padding:1.88rem 2.19rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.zlm ul li a::after{
	width:0px;
	height:4px;
	background-color:var(--logo2, #0E62EB);
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.zlm ul li a:hover::after{
	width:100%;
}
.zlm ul li a.cur::after{
	width:100%;
}
.zlm ul li a.cur{
	color: var(--logo2, #0E62EB);
	font-family:zt2;
}
.zlm ul li a:hover{
	color: var(--logo2, #0E62EB);
	font-family:zt2;
}
.nab{
	width:100%;
	float:left;
	margin-top:10rem;
	color: #666;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.nab h1{
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:2.5rem;
}
.nab img{
	width:100%;
	height:auto;
	display:block;
}
.nab .sm{
	display:flex;
	justify-content: center;
	margin-bottom:3.75rem;
}
.nab .sm div{
	width:64%;
}
.abpic{
	width:100%;
	float:left;
	margin-top:9.0rem;
}
.abpic img{
	width:100%;
	height:auto;
	display:block;
}
.abrw{
	width:100%;
	float:left;
	background: #010E26 url(../img/nabj01.png) no-repeat center bottom;
	background-size:100% auto;
	padding:10rem 8.33vw;
}
.abrw h1{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fzlc{
	width:100%;
	float:left;
	padding:10rem 0;
	background: #051531;
}
.fzlc h1{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.yfsc{
	width:100%;
	float:left;
	padding:10rem 0;
}
.yfsc h1{
	color: var(---333, #333);
	text-align: center;
	font-family:zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.yfsc01{
	padding-left:8.33vw;
	margin-top:3.75rem;
}
.swiper {
	width: 100%;
}
.swiper-slide{
}
.yftex{
	width:100%;
}
.yftex .pic{
	border-radius: 0.75rem;
	overflow:hidden;
}
.yftex .pic img{
	width:100%;
	height:auto;
	display:block;
}
.yftex dl dt{
	margin-top:3.75rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.yftex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	border-bottom:1px solid #E0E0E0;
	padding-bottom:2.69rem;
}
.foot{
	width:100%;
	float:left;
	padding:1.88rem 8.33vw;
	color: var(---333, #333);
	text-align:center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nybanner{
	width:100%;
	float:left;
	position: relative;
	background-image:url(../img/nbanbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:12rem;
	padding-bottom:8.2rem;
	text-align: center;
}
.nybanner dl dt{
	color: #FFF;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nybanner dl dd{
	margin-top:0.75rem;
	color: rgba(255, 255, 255, 0.90);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ntit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nxlm{
	width:100%;
	float:left;
	margin-top:1.25rem;
	display: flex;
	justify-content: center;
}
.nxlm ul{
	padding: 0.38rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nxlm ul li{
	width:auto;
	display:flex;
}
.nxlm ul li a{
	padding: 1.125rem 2.5rem;
	border-radius: 0.25rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nxlm ul li a:hover{
	background-color:#FFF;
}
.nxlm ul li a.cur{
	background-color:#FFF;
}

.zslist{
	width:100%;
	float:left;
	margin-bottom:10rem;
}
.zslist ul{
	display: flex;
	flex-wrap: wrap;
}
.zslist ul li{
	width:calc(25.1% - 0.62rem);
	margin-right:0.62rem;
	margin-top:3.75rem;
}
.zslist ul li dl dt{
	overflow:hidden;
}
.zslist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.zslist ul li:hover dl dt img{
	transform: scale(1.05);
}
.zslist ul li dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zslist ul li:nth-child(4n){
	margin-right:0px;
}
.nwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding-bottom:10rem;
	padding-top:2.5rem;
}
.newlist{
	width:100%;
	float:left;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:calc(33.7% - 1.25rem);
	margin-top:3.75rem;
	margin-right:1.25rem;
	background: var(---white, #FFF);
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}
.newlist ul li .pic{
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	padding:2.5rem 1.88rem;
	padding-bottom:5.0rem;
}
.newlist ul li .tex dl dt{
	color: #CCC;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 133%; /* 133.4% */
}
.newlist ul li .tex dl dd{
	margin-top:0.94rem;
	color: var(--Color-3, #262629);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newlist ul li .tex .sm{
	margin-top:1.12rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	color: #595B66;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.newlist ul li .tex .more{
	margin-top:2.5rem;
	display:flex;
}
.newlist ul li .tex .more a{
	display: flex;
	align-items: center;
	color: #363740;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 114%; /* 114.3% */
}
.newlist ul li .tex .more a::after{
	margin-left:0.88rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
	color: var(--logo2, #0E62EB);
}
.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:0.25rem;
	margin-right:0.25rem;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.625rem;
	border: 1px solid #E8EAEE;
	background: #FFF;
	color: #1F2633;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Drop Shadow */
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid #1C2433;
	background: #1C2433;
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid #1C2433;
	background: #1C2433;
	color:#FFF;
}

.newcon{
	width:62.5%;
	margin:auto;
	margin-top:9.0rem;
}
.newdate{
	width:100%;
	float:left;
	color: #CCC;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 133%; /* 133.4% */
}
.newtit{
	width:100%;
	float:left;
	margin-top:1.0rem;
	color: var(--Color-3, #262629);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 122%; /* 122.222% */
}
.newtex{
	width:100%;
	float:left;
	margin-top:3.0rem;
	color: #595B66;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	padding-bottom:5.0rem;
}
.newtex h1{
	font-size:1.25rem;
	font-family:zt2;
	margin-top:4.25rem;
}
.newtex .inmore{
	margin-top:3.75rem;
}
.newtex .inmore a{
	margin-right:1.0rem;
	border: 1px solid var(---333, #333);
}
.newtex .inmore a:hover{
	border:1px solid var(--logo2, #0E62EB);
}
.newtex img{
	max-width:100%;
	height:auto; 
}
.newtex strong{
	color:#333;
	}
.cpbanner{
	width:100%;
	float:left;
	position:relative;
}
.cpbanner img{
	width:100%;
	height:auto;
	display:block;
}
.cpbanner .tex{
	width:100%;
	position:absolute;
	left:0;
	top:21.4%;
	z-index:2;
	text-align:center;
}
.cpbanner .tex dl dt{
	color: #FFF;
	font-family:zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cpbanner .tex dl dd{
	margin-top:0.75rem;
	color: rgba(255, 255, 255, 0.90);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpbanner .cplm{
	width:100%;
	position:absolute;
	left:0;
	bottom:2.5rem;
	z-index:2;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cpbanner .cplm ul{
	padding: 0.38rem;
	border-radius: 0.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cpbanner .cplm ul li{
	width:auto;
	display:flex;
}
.cpbanner .cplm ul li a{
	padding: 1.125rem 2.5rem;
	border-radius: 0.25rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cpbanner .cplm ul li a:hover{
	background-color:#FFF;
	color: var(---333, #333);
}
.cpbanner .cplm ul li a.cur{
	background-color:#FFF;
	color: var(---333, #333);
}
.prolist{
	width:100%;
	float:left;
	padding-bottom:10rem;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:49.4%;
	margin-top:3.75rem;
}
.prolist ul li .pic{
	overflow:hidden;
}
.prolist ul li .pic img{
    width: 100%;
	height:auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li dl dt{
	text-align:center;
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.prolist ul li dl dd{
	display: flex;
	justify-content: center;
	margin-top:1.25rem;
}
.prolist ul li dl dd a{
	color: #363740;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 114%; /* 114.3% */
}
.prolist ul li dl dd a::after{
	margin-left:1.0rem;
	font-family:'宋体';
	content:">";
	font-weight:bold;
}
.procon{
	width:100%;
	float:left;
	margin-top:11.25rem;
	display: flex;
	justify-content: center;
}
.cptop{
	margin-top:1.25rem;
	}
.ncon{
	width:90%;
}
.cptit{
	width:100%;
	float:left;
	margin-top:10rem;
}
.cptit:empty {
  padding: 0 !important;
  margin: 0 !important;
}
.cptit:not(:has(*)) {
  padding:0;
  margin:0;
}
.cptit dl dt{
	color: var(---333, #333);
	text-align: center;
	font-family:zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cptit dl dd{
	margin-top:2.5rem;
	display: flex;
	justify-content: center;
	color: #666;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.cptit dl dd.mart1{
	margin-top:1.25rem;
}
.cptit dl dd div{
	width:51%;
}
.cpshow{
	width:100%;
	float:left;
	margin-top:2.94rem;
	display: flex;
	justify-content: center;
}
.cpshow dl{
	width: auto;
	max-width:17.5%;
}
.cpshow dl dt{
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.cpshow dl dt img{
	max-width:3.0rem;
}
.cpshow dl dd{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 2;*/ 
	overflow: hidden;
	color: var(---333, #333);
	text-align: center;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.cpshow .sx{
	width: 0.0625rem;
	background: rgba(0, 0, 0, 0.10);
	margin-left:3.0rem;
	margin-right:3.0rem;
}
.inmore.ny a{
	margin-right:1.0rem;
	border: 1px solid var(---333, #333);
}
.inmore.ny a:hover{
	border:1px solid var(--logo2, #0E62EB);
}
.propic{
	width:100%;
	float:left;
	margin-top:10rem;
}
.propic:empty {
  padding: 0 !important;
  margin: 0 !important;
}
.propic.no-src {
  margin-top: 0;
}
.propic:has(img[src=""]),
.propic:has(img:not([src])) {
  margin-top: 0;
}
.propic img{
	width:100%;
	height:auto;
	display:block;
}
.jscs{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.jscs ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
}
.jscs ul li{
	width:50%;
	padding:1.75rem 0;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
 
.hjyp{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
 
.hjyp ul{
	display: flex;
	flex-wrap: wrap;
	
}
.hjyp:has(ul:not(:has(li))) {
  margin-top: 0;
}
.hjyp.empty-ul {
  margin-top: 0;
}
.hjyp ul li{
	width:calc(25.1% - 0.63rem);
	margin-right:0.63rem;
	overflow:hidden;
}
.hjyp ul li img{
    width: 100%;
	height:auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.hjyp ul li:hover img{
	transform: scale(1.05);
}
.hjyp ul li:nth-child(4n){
	margin-right:0px;
}

.subNavBox{
	width:75%;
	float:left;
	margin-left:12.5%;
	margin-top:2.75rem;
	margin-bottom:6.25rem;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 1.75rem;
	border-radius: 0.875rem;
	border: 1px solid #EEE;
	background: #FFF;
	margin-top:1.0rem;
}
.subNav .a01{
	width:auto;
	display: flex;
	align-items: center;
	color: #1A1A1A;
	font-family: zt4;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 150% */
}
.subNav .a01 i{
	margin-right:0.75rem;
	padding: 0.125rem 0.5rem;
	border-radius: 0.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---black, #000);
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 150% */
}
.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-radius: 0.875rem 0.875rem 0 0;
	border: 1px solid var(---999, #999);
	border-bottom:0px;
}
.currentDd::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	border-radius:0 0 0.875rem 0.875rem;
	border: 1px solid var(---999, #999);
	border-top:0px;
	padding:1.75rem;
	padding-top:0px;
	color: #666;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 190%; /* 190% */
}
.navContent div{
	width:78%;
}

.down{
	width:100%;
	float:left;
	margin-top:2.5rem;
	margin-bottom:6.25rem;
	min-height:300px;
}
.down ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.down.ny ul li{
	padding:2.88rem 4.0rem;
}
.down ul li{
	width:49.75%;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.25rem;
}
.down ul li .pic{
	width:40%;
	overflow:hidden;
}
.down ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.down ul li:hover .pic img{
	transform: scale(1.05);
}

.down ul li .tex{
	width:56%;
}
.down ul li .tex.w100{
	width:100%;
}
.down ul li .tex dl dt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.down ul li .tex dl dd{
	display:flex;
	margin-top:0.62rem;
}
.down ul li .tex dl dd i{
	padding: 0.375rem 0.625rem;
	border-radius: 0.25rem;
	border: 1px solid var(---Gray-4, #BDBDBD);
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.down ul li .tex .xz{
	margin-top:1.25rem;
	display:flex;
}
.down ul li .tex .xz a{
	display: flex;
	width: 15.625rem;
	padding: 0.8125rem 0;
	justify-content: center;
	align-items: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
}
.down ul li .tex .xz a::before{
	margin-right:0.94rem;
	width: 1.375rem;
	height: 1.375rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Download.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.down ul li .tex .xz a:hover{
	background: var(--logo2, #0E62EB);
	color:#FFF;
}
.down ul li .tex .xz a:hover::before{
	background-image:url(../img/Download2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.lxbanner{
	width:100%;
	float:left;
	background-image:url(../img/lxbanner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:14rem 8.33vw;
	padding-bottom:8.17rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.lxbanner-l{
	width:48%;
	color: rgba(255, 255, 255, 0.70);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 162.5%; /* 162.5% */
}
.lxbanner-l h1{
	color: #FFF;
	font-family:zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.25rem;
}
.lxbanner-l ul{
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxbanner-l ul li{
	width:100%;
	display: flex;
	align-items: center;
	margin-top:2.5rem;
}
.lxbanner-l ul li img{
	max-width:3.0rem;
	margin-right:1.0rem;
}
.lxbanner-l ul li dl dt{
	color: rgba(255, 255, 255, 0.50);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.lxbanner-l ul li dl dd{
	margin-top:0.25rem;
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.lxbanner-r{
	width:48%;
	padding:2.5rem;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.lxbanner-r h1{
	color: #FFF;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lxbanner-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.25rem;
}
.lxbanner-r ul li{
	width:48.8%;
	margin-top:1.25rem;
}
.lxbanner-r ul li.w100{
	width:100%;
}
.lxbanner-r ul li dl dt{
	color: rgba(255, 255, 255, 0.70);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 150% */
}
.lxbanner-r ul li dl dt i{
	color: #FF6B6B;
}
.lxbanner-r ul li dl dd{
	margin-top:0.5rem;
}
.lxbk{
	width:100%;
	padding: 0.75rem 1rem;
	border-radius: 0.625rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.30);
	font-family: zt3;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}
.tj{
	width:100%;
	display:flex;
	margin-top:2.16rem;
}
.tj a{
	width:100%;
	padding: 0.875rem 1.5rem;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.625rem;
	background: var(--logo2, #0E62EB);
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 150% */
}
.tj a::before{
	margin-right:0.5rem;
	width: 1rem;
	height: 1rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Icon.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.fwwd{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fwwd ul{
	display: flex;
	flex-wrap: wrap;
}
.fwwd ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	padding: 2.5rem 2.25rem;
}
.fwwd ul li:nth-child(3n){
	margin-right:0px;
}
.fwwd ul li .pic{
	overflow:hidden;
}
.fwwd ul li .pic img{
	max-height:3.5rem;
}
.fwwd ul li .a01 dl dt{
	margin-top:1.5rem;
	color: #1A1A1A;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 165%; /* 165% */
}
.fwwd ul li .a01 dl dd{
	margin-top:0.5rem;
	color: #888;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	padding-bottom:1.5rem;
	border-bottom: 1px solid #E5E9F0;
}
.fwwd ul li .a02{
	padding-top:0.75rem;
}
.fwwd ul li .a02 dl dd{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.75rem;
	color: #888;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.fwwd ul li .a02 dl dd i{
	color: #333;
}
.fwwd ul li .a02 dl dd em{
	color: var(--logo2, #0E62EB);
}
.map{
	width:100%;
	float:left;
	margin-top:5.7rem;
	position:relative;
}
.map .pic img{
	width:100%;
	height:auto;
	display:block;
}
.lxtit{
	width:100%;
	position:absolute;
	top:2.63rem;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
}
.lxtit ul{
	padding: 0.375rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: center;
}
.lxtit ul li{
	width:auto;
	display: flex;
	justify-content: center;
}
.lxtit ul li a{
	display:flex;
	align-items: center;
	justify-content: center;
	padding: 1.125rem 2.5rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lxtit ul li a img{
	margin-right:0.62rem;
	max-width:1.0rem;
}
.lxtit ul li a:hover{
	background-color:#FFF;
}
.lxtit ul li a.cur{
	background-color:#FFF;
}
.wangd{
	display: flex;
	width: 5rem;
	height:5rem;
	justify-content: center;
	align-items: center;
	position:absolute;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.wangd a{
	width:100%;
	height:100%;
	position:relative;
}
.wangd a::before{
	width: 3rem;
	height: 0.0625rem;
	position:absolute;
	left:-3.0rem;
	top:calc(50% - 0.03125rem);
	z-index:1;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
	content:'';
	display:inline-block;
	background: #0E62EB;
}
.wangd a::after{
	width: 0.5rem;
	height: 0.5rem;
	background-color:var(--logo2, #0E62EB);
	position:absolute;
	left:-3.25rem;
	top:calc(50% - 0.25rem);
	z-index:1;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
	content:'';
	display:inline-block;
	border-radius:50%;
}
.wangd a:hover::after{
	opacity:1;
	visibility:visible;
}
.wangd a:hover::before{
	opacity:1;
	visibility:visible;
}
.wangd a .tex{
	width:21.2rem;
	height:7.4rem;
	padding: 1.25rem 1.875rem;
	border-radius: 0.875rem;
	border: 1px solid var(--logo2, #0E62EB);
	background: #FFF;
	overflow:hidden;
	position:absolute;
	left:-24.2rem;
	top:-2.2rem;
	z-index:1;
	opacity:0;
	visibility: hidden;
	transition: all 0.01s;
}
.wangd a:hover .tex{
	opacity:1;
	visibility:visible;
}
.wangd a .tex h1{
	display:flex;
	align-items: center;
	color: #1A1A1A;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 150% */
}
.wangd a .tex h1 img{
	margin-right:0.5rem;
	max-width:1.0rem;
}
.wangd a .tex dl dt{
	margin-top:0.5rem;
	color: #777;
	font-family: zt4;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 162%; /* 162.5% */
}
.wangd a .tex dl dt img{
	max-width:0.875rem;
	margin-right:0.38rem;
}
.wangd a .tex dl dd{
	margin-top:0.25rem;
	color: var(--logo2, #0E62EB);
	font-family: zt4;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 150% */
}
.w43{
	left:43.7%;
	top:32%;
}
.w54{
	left:54.4%;
	top:33%;
}
.w64{
	left:52.4%;
	top:63%;
}
.w34{
	left:40.4%;
	top:66%;
}
.w24{
	left:30.4%;
	top:73%;
}
.china{
	width: 14.625rem;
	height: 14.625rem;
	position:absolute;
	right:23.6%;
	top:calc(50% - 2.3125rem);
	z-index:2;
	background-image:url(../img/lxt01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:flex;
}
.china a{
	width:100%;
	height:100%;
}



.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}


.kulist{
	width:100%;
	float:left;
	margin-top:2.5rem;
	margin-bottom:6.25rem;
}
.kulist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kulist ul li{
	width:100%;
	margin-top:2.5rem;
	padding-bottom:1.88rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.kulist ul li h1{
	display: flex;
	align-items: center;
	color: #1A1A1A;
	font-family: zt4;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.59375rem; /* 150% */
}
.kulist ul li h1 i{
	padding: 0.125rem 0.5rem;
	border-radius: 0.25rem;
	background: var(---Gray-6, #F2F2F2);
	margin-right:0.75rem;
	color: var(---black, #000);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.125rem; /* 150% */
}
.kulist ul li dl dt{
	margin-top:1.5rem;
	color: #666;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.78125rem; /* 190% */
}
.kulist ul li dl dd{
	margin-top:1.25rem;
	display: flex;
	align-items: center;
}
.kulist ul li dl dd a{
	color: #363740;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 114.3% */
	display: flex;
	align-items: center;
}
.kulist ul li dl dd a::after{
	margin-left:1.25rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
	color:var(--logo2, #0E62EB);
}






.mart10{
	margin-top:10rem;
}
.mart3{
	margin-top:3rem;
}
.mart6{
	margin-top:6.25rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.mart2{
	margin-top:2.5rem;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
	
}


@media (min-width:1361px) and  (max-width:1700px){














}


@media (min-width:1000px) and  (max-width:1360px){








}




@media (max-width:999px) {

.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.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: #fff;
}
.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(--e-50012, var(--logo2, #0E62EB));
	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;
}

.index01{
	width: 100%;
	float: left;
}

.inmore{
	display:flex;
}
.inmore a{
	position:relative;
	transition: all 0.6s;
	padding: 0.88rem 2.75rem;
	display: flex;
	align-items: center;
	z-index:3;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	overflow:hidden;
	
	color: #262629;
	text-align: center;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	content:'';
	display:inline-block;
	left:0;
	top:0;
	z-index:-1;
	background: var(--logo2, #0E62EB);
	transition: all 0.6s;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a.cur::before{
	width:100%;
}
.inmore a:hover{
	color:#FFF;
}



.index02{
	width: 100%;
	float: left;
	position:relative;
	height:40vh;
}
.inzb{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	transition: all 0.6s;
}
.inzblm{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.inzblm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.inzblm ul li{
	flex:1;
	display: flex;
	height: 100%;
	padding: 1.75rem 1.7rem;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	text-align:center;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	transition: all 0.6s;
	position:relative;
	z-index:3;
}
.inzblm ul li::after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background: var(--10, rgba(0, 0, 0, 0.60));
	content:'';
	display:inline-block;
}
.inzblm ul li:hover::after{
	background: var(--10, rgba(0, 0, 0, 0.2));
}
.inzblm ul li:nth-child(3n){
	border-right:0px;
}
.inzblm ul li:hover{
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 64%, rgba(0, 0, 0, 0.10) 100%);
	flex:1;
	padding: 1.75rem 1rem;
}
.inzblm ul li dl dt{
	overflow:hidden;
}
.inzblm ul li dl dt img{
	max-height:2.0rem;
}
.inzblm ul li dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inzblm ul li .sm{
	height:0px;
	overflow:hidden;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	transition: all 0.6s;
}
.inzblm ul li:hover .sm{
	margin-top:1.25rem;
	height:auto;
}
.inzblm ul li .more{
	margin-top:2.0rem;
	display:flex;
	justify-content: center;
}
.inzblm ul li .more a{
	display: flex;
	width: 2rem;
	height: 2rem;
	justify-content: center;
	align-items: center;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.inzblm ul li .more a:hover{
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.zbtit{
	width:100%;
	position:absolute;
	left:0;
	top:15.6%;
	z-index:5;
	color: var(---white, #FFF);
	text-align: center;
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.index03{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/abj01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:3.0rem;
}

.intit{
	width:100%;
	float:left;
	margin-top:3.2rem;
	text-align:center;
}
.intit dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit dl dd{
	margin-top:1.5rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit .sm{
	margin-top:1.25rem;
	display:flex;
	justify-content: center;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.intit .sm div{
	width:80%;
}
.inpro{
	width:100%;
	float:left;
	margin-top:3.12rem;
}


.index04{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/abj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:3.0rem;
}

.infw{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.infw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infw ul li{
	width:48%;
	margin-top:1.0rem;
	padding: 2.125rem 1.05rem 1.75rem 1.05rem;
	border: 1px solid rgba(176, 210, 255, 0.18);
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	transition: all 0.6s;
}
.infw ul li:last-child{
	/*width:100%;*/
}
.infw ul li:hover{
	border: 1px solid #405B82;
	background: linear-gradient(180deg, #0E84EB 0%, rgba(33, 51, 83, 0.00) 100%);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.infw ul li .pic{
	overflow:hidden;
}
.infw ul li .pic img{
	max-height:3.375rem;
}
.infw ul li dl dt{
	margin-top:1.75rem;
	color: #EEF6FF;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.infw ul li dl dd{
	margin-top:1.0rem;
	color: rgba(230, 244, 255, 0.60);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 172%; /* 172% */
}
.infw ul li .more{
	margin-top:1.37rem;
	display:flex;
}
.infw ul li .more a{
	width:2.0rem;
	height:2.0rem;
	background-image:url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.infw ul li .more a:hover{
	background-image:url(../img/jt4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.container{
	width: 100%;
	float:left;
	padding:0px 3%;
}
.fwsm{
	width:100%;
	float:left;
	margin-top:3.75rem;
	text-align:center;
}
.fwsm dl dt{
	color: #EEF6FF;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fwsm dl dd{
	margin-top:0.62rem;
	color: rgba(230, 244, 255, 0.58);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwsm .inmore{
	margin-top:1.25rem;
}

.index05{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/abj03.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	padding:4.0rem 0;
}
.inabwrap{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	padding:0 3%;
}
.inab{
	width:100%;
	float:left;
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.inab .inmore a{
	margin-right:1.0rem;
}
.inab .inmore{
	margin-top:3.25rem;
}
.inab dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.inab dl dd{
	margin-top:0.62rem;
	margin-bottom:2.5rem;
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.incopy{
	width:100%;
	float:left;
	margin-top:4.0rem;
	padding:0 8.33vw;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.incopy a{
	color: var(--60, rgba(255, 255, 255, 0.60));
	}
.fudong{
	width:4.5rem;
	border-radius: 2.5rem;
	background: var(--logo2, #0E62EB);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding-bottom: 0.6875rem;
	position:fixed;
	right:0;
	top:15rem;
	z-index:9;
}
.fdzx{
	width:100%;
	display:flex;
	overflow:hidden;
	height:4.5rem;
}
.fdzx a{
	display:flex;
	border-radius:50%;
	width:100%;
	height:4.5rem;
}
.fdzx a img{
	width:100%;
	height:100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
}
.fudong ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fudong ul li{
	width:100%;
	margin-top:0.87rem;
	position:relative;
}
.fudong ul li dl dt{
	display: flex;
	justify-content: center;
}
.fudong ul li dl dt div{
	width: 3.125rem;
	height: 3.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:var(--10, rgba(255, 255, 255, 0.10));
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
	border-radius:50%;
}
.fudong ul li dl dt div img{
	max-width:1.75rem;
}
.fudong ul li dl dd{
	margin-top:0.25rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fudong ul li .ewm{
	width:6rem;
	position:absolute;
	left:-6rem;
	top:0;
	z-index:6;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
}
.fudong ul li .ewm img{
	max-width:100%;
}
.fudong ul li:hover .ewm{
	opacity:1;
	visibility:visible;
}
.fudong ul li .tel{
	width:10rem;
	height:100%;
	position:absolute;
	left:-10rem;
	top:0;
	z-index:6;
	opacity:0;
	visibility:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#FFF;
	font-size:0.875rem;
	color: var(--Color-3, #1458E4);
	line-height:150%;
	transition: all 0.6s;
}
.fudong ul li:hover .tel{
	opacity:1;
	visibility:visible;
}

.aboutbanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.375rem;
}
.aboutbanner img{
	width:100%;
	height:auto;
	display:block;
}
.aboutbanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	padding:0 3%;
}
.aboutbanner .tex .tex01{
	width:84%;
}
.aboutbanner .tex .tex01 .a01 dl dt{
	color: rgba(255, 255, 255, 0.90);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.aboutbanner .tex .tex01 .a01 dl dd{
	margin-top:0.75rem;
	color: #FFF;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.aboutbanner .tex .tex01 .inmore{
	margin-top:1.5rem;
}
.aboutbanner .tex .tex01 .inmore a{
	margin-right:1.0rem;
}
.aboutbanner .tex .tex01 ul{
	margin-top:4.68rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.aboutbanner .tex .tex01 ul li{
	width:38.3%;
	margin-top:3.12rem;
}
.aboutbanner .tex .tex01 ul li dl dt{
	color: var(---white, #FFF);
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.aboutbanner .tex .tex01 ul li dl dd{
	margin-top:1.25rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zlm{
	width:100%;
	float:left;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	background: #FFF;
}
.zlm ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.zlm ul li{
	width:auto;
	display: flex;
}
.zlm ul li a{
	padding:1.0rem 0.8rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.zlm ul li a::after{
	width:0px;
	height:2px;
	background-color:var(--logo2, #0E62EB);
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.zlm ul li a:hover::after{
	width:100%;
}
.zlm ul li a.cur::after{
	width:100%;
}
.zlm ul li a.cur{
	color: var(--logo2, #0E62EB);
	font-family:zt2;
}
.zlm ul li a:hover{
	color: var(--logo2, #0E62EB);
	font-family:zt2;
}
.nab{
	width:100%;
	float:left;
	margin-top:4rem;
	color: #666;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.nab h1{
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.5rem;
}
.nab img{
	width:100%;
	height:auto;
	display:block;
}
.nab .sm{
	display:flex;
	justify-content: center;
	margin-bottom:1.75rem;
}
.nab .sm div{
	width:100%;
}
.abpic{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.abpic img{
	width:100%;
	height:auto;
	display:block;
}
.abrw{
	width:100%;
	float:left;
	background: #010E26 url(../img/nabj01.png) no-repeat center bottom;
	background-size:100% auto;
	padding:4rem 3%;
}
.abrw h1{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fzlc{
	width:100%;
	float:left;
	padding:4rem 0;
	background: #051531;
}
.fzlc h1{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.yfsc{
	width:100%;
	float:left;
	padding:4rem 0;
}
.yfsc h1{
	color: var(---333, #333);
	text-align: center;
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.yfsc01{
	padding:0 3%;
	margin-top:1.75rem;
}
.swiper {
	width: 100%;
}
.swiper-slide{
}
.yftex{
	width:100%;
}
.yftex .pic{
	border-radius: 0.75rem;
	overflow:hidden;
}
.yftex .pic img{
	width:100%;
	height:auto;
	display:block;
}
.yftex dl dt{
	margin-top:1.75rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.yftex dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	border-bottom:1px solid #E0E0E0;
	padding-bottom:2.69rem;
}
.foot{
	width:100%;
	float:left;
	padding:1.88rem 8.33vw;
	color: var(---333, #333);
	text-align:center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nybanner{
	width:100%;
	float:left;
	position: relative;
	background-image:url(../img/nbanbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-top:8rem;
	padding-bottom:4.2rem;
	text-align: center;
}
.nybanner dl dt{
	color: #FFF;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nybanner dl dd{
	margin-top:0.75rem;
	color: rgba(255, 255, 255, 0.90);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ntit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nxlm{
	width:100%;
	float:left;
	margin-top:1.25rem;
	display: flex;
	justify-content: center;
}
.nxlm ul{
	padding: 0.38rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nxlm ul li{
	width:auto;
	display:flex;
}
.nxlm ul li a{
	padding: 0.75rem 1.0rem;
	border-radius: 0.25rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nxlm ul li a:hover{
	background-color:#FFF;
}
.nxlm ul li a.cur{
	background-color:#FFF;
}

.zslist{
	width:100%;
	float:left;
	margin-bottom:4rem;
}
.zslist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zslist ul li{
	width:48%;
	margin-top:1.75rem;
}
.zslist ul li dl dt{
	overflow:hidden;
}
.zslist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.zslist ul li:hover dl dt img{
	transform: scale(1.05);
}
.zslist ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zslist ul li:nth-child(4n){
	margin-right:0px;
}
.nwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding-bottom:4rem;
	padding-top:1.5rem;
}
.newlist{
	width:100%;
	float:left;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newlist ul li{
	width:48%;
	margin-top:1.75rem;
	background: var(---white, #FFF);
}
.newlist ul li:nth-child(3n){
	margin-right:0px;
}
.newlist ul li .pic{
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	padding:1.5rem 1.0rem;
	padding-bottom:2.0rem;
}
.newlist ul li .tex dl dt{
	color: #CCC;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 133%; /* 133.4% */
}
.newlist ul li .tex dl dd{
	margin-top:0.94rem;
	color: var(--Color-3, #262629);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newlist ul li .tex .sm{
	margin-top:1.12rem;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
	color: #595B66;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.newlist ul li .tex .more{
	margin-top:1.5rem;
	display:flex;
}
.newlist ul li .tex .more a{
	display: flex;
	align-items: center;
	color: #363740;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 114%; /* 114.3% */
}
.newlist ul li .tex .more a::after{
	margin-left:0.88rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
	color: var(--logo2, #0E62EB);
}
.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:0.15rem;
	margin-right:0.15rem;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 0.625rem;
	border: 1px solid #E8EAEE;
	background: #FFF;
	color: #1F2633;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Drop Shadow */
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid #1C2433;
	background: #1C2433;
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid #1C2433;
	background: #1C2433;
	color:#FFF;
}

.newcon{
	width:100%;
	margin:auto;
	margin-top:6.0rem;
}
.newdate{
	width:100%;
	float:left;
	color: #CCC;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 133%; /* 133.4% */
}
.newtit{
	width:100%;
	float:left;
	margin-top:1.0rem;
	color: var(--Color-3, #262629);
	font-family: zt4;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 500;
	line-height: 122%; /* 122.222% */
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	color: #595B66;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	padding-bottom:2.0rem;
}
.newtex h1{
	font-size:1.0rem;
	font-family:zt2;
	margin-top:2.25rem;
}
.newtex .inmore{
	margin-top:1.75rem;
}
.newtex .inmore a{
	margin-right:1.0rem;
	border: 1px solid var(---333, #333);
}
.newtex .inmore a:hover{
	border:1px solid var(--logo2, #0E62EB);
}
.newtex img{
	max-width:100%;
	height:auto; 
}
.cpbanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.375rem;
}
.cpbanner img{
	width:100%;
	height:auto;
	display:block;
}
.cpbanner .tex{
	width:100%;
	position:absolute;
	left:0;
	top:21.4%;
	z-index:2;
	text-align:center;
}
.cpbanner .tex dl dt{
	color: #FFF;
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cpbanner .tex dl dd{
	margin-top:0.75rem;
	color: rgba(255, 255, 255, 0.90);
	font-size:0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpbanner .cplm{
	width:100%;
	position:absolute;
	left:0;
	bottom:1.5rem;
	z-index:2;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cpbanner .cplm ul{
	padding: 0.38rem;
	border-radius: 0.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.cpbanner .cplm ul li{
	width:auto;
	display:flex;
}
.cpbanner .cplm ul li a{
	padding: 0.5rem 1.0rem;
	border-radius: 0.25rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cpbanner .cplm ul li a:hover{
	background-color:#FFF;
	color: var(---333, #333);
}
.cpbanner .cplm ul li a.cur{
	background-color:#FFF;
	color: var(---333, #333);
}
.prolist{
	width:100%;
	float:left;
	padding-bottom:4rem;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:100%%;
	margin-top:1.75rem;
}
.prolist ul li .pic{
	overflow:hidden;
}
.prolist ul li .pic img{
    width: 100%;
	height:auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li dl dt{
	text-align:center;
	margin-top:1.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.prolist ul li dl dd{
	display: flex;
	justify-content: center;
	margin-top:1.0rem;
}
.prolist ul li dl dd a{
	color: #363740;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 114%; /* 114.3% */
}
.prolist ul li dl dd a::after{
	margin-left:1.0rem;
	font-family:'宋体';
	content:">";
	font-weight:bold;
}
.procon{
	width:100%;
	float:left;
	margin-top:7.25rem;
	display: flex;
	justify-content: center;
}
.cptop{
	margin-top:1rem;
	}
.ncon{
	width:100%;
}
.cptit{
	width:100%;
	float:left;
	margin-top:4rem;
}
.cptit:empty {
  padding: 0 !important;
  margin: 0 !important;
}
.cptit:not(:has(*)) {
  padding:0;
  margin:0;
}
.cptit dl dt{
	color: var(---333, #333);
	text-align: center;
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cptit dl dd{
	margin-top:1.5rem;
	display: flex;
	justify-content: center;
	color: #666;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.cptit dl dd.mart1{
	margin-top:1.25rem;
}
.cptit dl dd div{
	width:100%;
}
.cpshow{
	width:100%;
	float:left;
	margin-top:1.94rem;
	display: flex;
	justify-content: center;
}
.cpshow dl{
	width: auto;
	max-width:24.5%;
}
.cpshow dl dt{
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.cpshow dl dt img{
	max-width:2.0rem;
}
.cpshow dl dd{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	/*-webkit-line-clamp: 2;*/
	overflow: hidden;
	color: var(---333, #333);
	text-align: center;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.cpshow .sx{
	width: 0.0625rem;
	background: rgba(0, 0, 0, 0.10);
	margin-left:1.0rem;
	margin-right:1.0rem;
}
.inmore.ny a{
	margin-right:1.0rem;
	border: 1px solid var(---333, #333);
}
.inmore.ny a:hover{
	border:1px solid var(--logo2, #0E62EB);
}
.propic{
	width:100%;
	float:left;
	margin-top:4rem;
}
.propic:empty {
  padding: 0 !important;
  margin: 0 !important;
}
.propic.no-src {
  margin-top: 0;
}
.propic:has(img[src=""]),
.propic:has(img:not([src])) {
  margin-top: 0;
}
.propic img{
	width:100%;
	height:auto;
	display:block;
}
.jscs{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.jscs ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
}
.jscs ul li{
	width:35%;
	padding:1.75rem 0;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jscs ul li:nth-child(2n){
	width:65%;
	}
.hjyp{
	width:100%;
	float:left;
	
}
 
.hjyp ul{
	display: flex;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.hjyp:has(ul:not(:has(li))) {
  margin-top: 0;
}
.hjyp.empty-ul {
  margin-top: 0;
}
.hjyp ul li{
	width:49%;
	margin-right:2%;
	overflow:hidden;
	margin-bottom:1rem;
}
.hjyp ul li img{
    width: 100%;
	height:auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.hjyp ul li:hover img{
	transform: scale(1.05);
}
.hjyp ul li:nth-child(2n){
	margin-right:0px;
}

.subNavBox{
	width:100%;
	float:left;
	margin-top:1.75rem;
	margin-bottom:3.25rem;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.0rem 0.5rem;
	border-radius: 0.875rem;
	border: 1px solid #EEE;
	background: #FFF;
	margin-top:1.0rem;
}
.subNav .a01{
	width:auto;
	display: flex;
	align-items: center;
	color: #1A1A1A;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 150% */
}
.subNav .a01 i{
	width: 4.5rem;
	margin-right:0.75rem;
	padding: 0.35rem 0.5rem;
	border-radius: 0.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---black, #000);
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 150% */
}
.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-radius: 0.875rem 0.875rem 0 0;
	border: 1px solid var(---999, #999);
	border-bottom:0px;
}
.currentDd::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	border-radius:0 0 0.875rem 0.875rem;
	border: 1px solid var(---999, #999);
	border-top:0px;
	padding:1.25rem;
	padding-top:0px;
	color: #666;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 190% */
}
.navContent div{
	width:78%;
}

.down{
	width:100%;
	float:left;
	margin-top:1.0rem;
	margin-bottom:3.25rem;
}
.down ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.down ul li{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.down ul li .pic{
	width:40%;
	overflow:hidden;
}
.down ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.down ul li:hover .pic img{
	transform: scale(1.05);
}

.down ul li .tex{
	width:60%;
	padding:1.0rem;
}
.down ul li .tex dl dt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.down ul li .tex dl dd{
	display:flex;
	margin-top:0.62rem;
}
.down ul li .tex dl dd i{
	padding: 0.375rem;
	border-radius: 0.25rem;
	border: 1px solid var(---Gray-4, #BDBDBD);
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.down ul li .tex .xz{
	margin-top:1.0rem;
	display:flex;
}
.down ul li .tex .xz a{
	display: flex;
	width: 8.0rem;
	padding: 0.8125rem 0;
	justify-content: center;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
}
.down ul li .tex .xz a::before{
	margin-right:0.54rem;
	width: 1.0rem;
	height: 1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Download.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.down ul li .tex .xz a:hover{
	background: var(--logo2, #0E62EB);
	color:#FFF;
}
.down ul li .tex .xz a:hover::before{
	background-image:url(../img/Download2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.lxbanner{
	width:100%;
	float:left;
	background-image:url(../img/lxbanner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:5rem 3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:4.375rem;
}
.lxbanner-l{
	width:100%;
	color: rgba(255, 255, 255, 0.70);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 162.5%; /* 162.5% */
}
.lxbanner-l h1{
	color: #FFF;
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.25rem;
}
.lxbanner-l ul{
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lxbanner-l ul li{
	width:100%;
	display: flex;
	align-items: center;
	margin-top:2.0rem;
}
.lxbanner-l ul li img{
	max-width:3.0rem;
	margin-right:1.0rem;
}
.lxbanner-l ul li dl dt{
	color: rgba(255, 255, 255, 0.50);
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.lxbanner-l ul li dl dd{
	margin-top:0.25rem;
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.lxbanner-r{
	width:100%;
	margin-top:3.0rem;
	padding:2.5rem;
	border-radius: 1rem;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.lxbanner-r h1{
	color: #FFF;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lxbanner-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.25rem;
}
.lxbanner-r ul li{
	width:48.8%;
	margin-top:1.25rem;
}
.lxbanner-r ul li.w100{
	width:100%;
}
.lxbanner-r ul li dl dt{
	color: rgba(255, 255, 255, 0.70);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 150% */
}
.lxbanner-r ul li dl dt i{
	color: #FF6B6B;
}
.lxbanner-r ul li dl dd{
	margin-top:0.5rem;
}
.lxbk{
	width:100%;
	padding: 0.75rem 1rem;
	border-radius: 0.625rem;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.04);
	color: rgba(255, 255, 255, 0.30);
	font-family: zt3;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}
.tj{
	width:100%;
	display:flex;
	margin-top:2.16rem;
}
.tj a{
	width:100%;
	padding: 0.875rem 1.5rem;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.625rem;
	background: var(--logo2, #0E62EB);
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 150% */
}
.tj a::before{
	margin-right:0.5rem;
	width: 1rem;
	height: 1rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Icon.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.fwwd{
	width:100%;
	float:left;
	margin-top:2rem;
}
.fwwd ul{
	display: flex;
	flex-wrap: wrap;
}
.fwwd ul li{
	width:100%;
	margin-top:1.0rem;
	background: var(---Gray-6, #F2F2F2);
	padding: 2.5rem 2.25rem;
}
.fwwd ul li:nth-child(3n){
	margin-right:0px;
}
.fwwd ul li .pic{
	overflow:hidden;
}
.fwwd ul li .pic img{
	max-height:3.5rem;
}
.fwwd ul li .a01 dl dt{
	margin-top:1.5rem;
	color: #1A1A1A;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 165%; /* 165% */
}
.fwwd ul li .a01 dl dd{
	margin-top:0.5rem;
	color: #888;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	padding-bottom:1.5rem;
	border-bottom: 1px solid #E5E9F0;
}
.fwwd ul li .a02{
	padding-top:0.75rem;
}
.fwwd ul li .a02 dl dd{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.75rem;
	color: #888;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.fwwd ul li .a02 dl dd i{
	color: #333;
}
.fwwd ul li .a02 dl dd em{
	color: var(--logo2, #0E62EB);
}
.map{
	width:100%;
	float:left;
	margin-top:1.7rem;
	position:relative;
}
.map .pic img{
	width:100%;
	height:auto;
	display:block;
}
.lxtit{
	width:100%;
	position:absolute;
	top:2.63rem;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
}
.lxtit ul{
	padding: 0.375rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: center;
}
.lxtit ul li{
	width:auto;
	display: flex;
	justify-content: center;
}
.lxtit ul li a{
	display:flex;
	align-items: center;
	justify-content: center;
	padding: 1.125rem 2.5rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lxtit ul li a img{
	margin-right:0.62rem;
	max-width:1.0rem;
}
.lxtit ul li a:hover{
	background-color:#FFF;
}
.lxtit ul li a.cur{
	background-color:#FFF;
}
.wangd{
	display: flex;
	width: 5rem;
	height: 5rem;
	justify-content: center;
	align-items: center;
	position:absolute;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.wangd a{
	width:100%;
	height:100%;
	position:relative;
}
.wangd a::before{
	width: 3rem;
	height: 0.0625rem;
	position:absolute;
	left:-3.0rem;
	top:calc(50% - 0.03125rem);
	z-index:1;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
	content:'';
	display:inline-block;
	background: #0E62EB;
}
.wangd a::after{
	width: 0.5rem;
	height: 0.5rem;
	background-color:var(--logo2, #0E62EB);
	position:absolute;
	left:-3.25rem;
	top:calc(50% - 0.25rem);
	z-index:1;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
	content:'';
	display:inline-block;
	border-radius:50%;
}
.wangd a:hover::after{
	opacity:1;
	visibility:visible;
}
.wangd a:hover::before{
	opacity:1;
	visibility:visible;
}
.wangd a .tex{
	width:21.2rem;
	height:7.4rem;
	padding: 1.25rem 1.875rem;
	border-radius: 0.875rem;
	border: 1px solid var(--logo2, #0E62EB);
	background: #FFF;
	overflow:hidden;
	position:absolute;
	left:-24.2rem;
	top:-2.2rem;
	z-index:1;
	opacity:0;
	visibility: hidden;
	transition: all 0.01s;
}
.wangd a:hover .tex{
	opacity:1;
	visibility:visible;
}
.wangd a .tex h1{
	display:flex;
	align-items: center;
	color: #1A1A1A;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 150% */
}
.wangd a .tex h1 img{
	margin-right:0.5rem;
	max-width:1.0rem;
}
.wangd a .tex dl dt{
	margin-top:0.5rem;
	color: #777;
	font-family: zt4;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 162%; /* 162.5% */
}
.wangd a .tex dl dt img{
	max-width:0.875rem;
	margin-right:0.38rem;
}
.wangd a .tex dl dd{
	margin-top:0.25rem;
	color: var(--logo2, #0E62EB);
	font-family: zt4;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 150% */
}
.w43{
	left:43.7%;
	top:32%;
}
.w54{
	left:54.4%;
	top:33%;
}
.w64{
	left:52.4%;
	top:63%;
}
.w34{
	left:40.4%;
	top:66%;
}
.w24{
	left:30.4%;
	top:73%;
}
.china{
	width: 14.625rem;
	height: 14.625rem;
	position:absolute;
	right:23.6%;
	top:calc(50% - 2.3125rem);
	z-index:2;
	background-image:url(../img/lxt01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:flex;
}
.china a{
	width:100%;
	height:100%;
}



.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:80vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



.kulist{
	width:100%;
	float:left;
	margin-top:2.5rem;
	margin-bottom:3.25rem;
}
.kulist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kulist ul li{
	width:100%;
	margin-top:2.5rem;
	padding-bottom:1.88rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.kulist ul li h1{
	display: flex;
	align-items: center;
	color: #1A1A1A;
	font-family: zt4;
	font-size: 1.0625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.59375rem; /* 150% */
}
.kulist ul li h1 i{
	padding: 0.125rem 0.5rem;
	border-radius: 0.25rem;
	background: var(---Gray-6, #F2F2F2);
	margin-right:0.75rem;
	color: var(---black, #000);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.125rem; /* 150% */
}
.kulist ul li dl dt{
	margin-top:1.5rem;
	color: #666;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.78125rem; /* 190% */
}
.kulist ul li dl dd{
	margin-top:1.25rem;
	display: flex;
	align-items: center;
}
.kulist ul li dl dd a{
	color: #363740;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 115%; /* 114.3% */
	display: flex;
	align-items: center;
}
.kulist ul li dl dd a::after{
	margin-left:1.25rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
	color:var(--logo2, #0E62EB);
}
.down ul li .tex.w100{
	width:100%;
}
.down.ny ul li{
	padding:1.88rem 2.0rem;
}











.mart10{
	margin-top:4rem;
}
.mart3{
	margin-top:2rem;
}
.mart6{
	margin-top:3.25rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.mart2{
	margin-top:2.5rem;
}

















}
































