body{
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:1.5;
	font-family: zt3;
	margin:auto;
	overflow-x:hidden;
	}

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

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

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


@media (min-width:1000px) {
	
.header.yanse{
	background: #FFF;
	padding:0 0;
}
.header.yanse.yanse01{
	width:100%;
	background: var(--10, rgba(0, 0, 0, 0.0));
	padding:0 5.2vw;
	border-bottom: 0px solid var(---Gray-6, #F2F2F2);
}
.header.yanse.yanse01 .innav ul>li>a{
	color:#FFF;
}
.header.yanse.yanse01 .intop{
	border-radius: 6.25rem;
	/*
	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);
	margin-top:1.0rem;
	transition: all 0.6s;
	padding:0 1.56rem;
}
.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}
.header.yanse .intop{
	padding:0 3.125vw;
}
.header.yanse.yanse01 .intop::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	border-radius: 6.25rem;
	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);
	overflow:hidden;
	content:'';
	display:inline-block;
}


.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	position:relative;
	z-index:3;
}
.intop::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	overflow:hidden;
	content:'';
	display:inline-block;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:20.62rem;
	display: flex;
	align-items: center;
	height:5.0rem;
	max-width:8.62rem;
	transition: all 0.6s;
	position:relative;
}
.logo a{
	width:100%;
	display: flex;
	align-items: center;
}
.logo img{
	width:180px;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul>li{
	width:auto;
	font-size: 1.0rem;
	height:5.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display:flex;
	align-items: center;
	position:relative;
}
.innav ul>li>a{
	width:auto;
	display:flex;
	align-items: center;
	position:relative;
	padding:0 1.56rem;
}
.innav ul>li>a:hover{
}
.header.yanse .innav ul>li.cur a{
	color:#0059BF;
	 
}
.header.yanse.yanse01 .innav ul>li.cur a{
	color:#0059BF;
}
.innav ul>li>ol {
    width: 180%;
	background: var(--10, rgba(255, 255, 255, 1));
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    transform: scaleY(0);
    transition: all 0.6s;
    transform-origin: 50% 0;
	position: absolute;
	left: -40%;
	top:5rem;
}
.innav ul>li.cur>a {
   
}

.header.yanse .innav ul>li.cur>ol>li a{
	color:#333;
	 
}
.header.yanse.yanse01 .innav ul>li.cur>ol>li a{
	color:#333;
	 
}
.header.yanse.yanse01 .innav ul>li.cur>ol>li a:hover{
	color:#0059BF;
}
.header.yanse .innav ul>li.cur>ol>li a:hover{
	color:#0059BF;
}
.innav ul>li>ol>li {
    height: 3.0rem;
    border-bottom: 1px solid rgb(245, 245, 245);
}

.innav ul>li>ol>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 3.0rem;
    text-align: center;
	font-size: 1.0rem;
	font-weight: 400;
	color:#333;
}
.innav ul>li.cur>ol>li>a {
	color:#333;
}
.innav ul>li>ol>li:hover {
    background: rgba(0, 0, 0, 0.03);
}

.innav ul li:hover ol {
    transform: scaleY(1);
}
.top-r{
	width: auto;
	display: flex;
	align-items: center;
	position:relative;
}

.insear{
	width: 2.5rem;
	height: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.insear img{
	max-height:0.875rem;
}
.header.yanse.yanse01 .insear{
	border:1px solid rgba(255, 255, 255, 0.30);
}
.header.yanse .insear{
	border:1px solid var(---Gray-5, #E0E0E0);
}
.zyw{
	width:auto;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-left:0.62rem;
	position:relative;
}
.zyw .a01{
	display: flex;
	height:2.5rem;
	padding: 0rem 1rem;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--0059-bf, #0059BF);
	color: var(---white, #FFF);
}
.zyw .a01::before{
	width: 1.1875rem;
	height: 1.1875rem;
	margin-right:0.5rem;
	background-image:url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.zyw .a01::after{
	width: 1.25rem;
	height: 0.625rem;
	margin-left:0.5rem;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.zyw .xl{
	width:100%;
	padding: 0.625rem 1rem;
	border-radius: 0.5rem;
	background: var(--0059-bf, #0059BF);
	color: var(---white, #FFF);
    transform: scaleY(0);
    transition: all 0.6s;
	position: absolute;
	left: 0%;
	top:2.5rem;
}
.zyw .xl a{
	color:#FFF;
	line-height:200%;
}
.zyw:hover .xl{
    transform: scaleY(1);
}




.chax{
	right:5.2vw; 
	top:5.5rem;
	position: fixed;
	width:15rem; 
	z-index:2;
	display: none;
	background-color:#FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.05); 
}
.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: zt3;
	font-size: 0.8rem;
	color: #999999;
}
.chaxanniu{
	width: 4.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	cursor: pointer;
	background: var(--0059-bf, #0059BF);
	color:#fff;
	border: 0px;
	outline:none;
	font-family: zt3;
	font-size:0.875rem;
}

.container{
	width: 100%;
	float:left;
	padding:0px 12.5vw;
}

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 1.0rem 1.9rem 1.1rem 1.9rem;
	align-items: center;
	position:relative;
	overflow:hidden;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	z-index:5;
	
	border-radius: 6.25rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--0059-bf, #0059BF);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 0.5rem;
	height: 1rem;
	margin-left:0.56rem;
	content:'';
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.inmore a:hover::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
	border: 1px solid var(--0059-bf, #0059BF);
}
.inmore a.cur::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}

.inmore.ny a{
	border: 1px solid var(--0059-bf, #0059BF);
	color:#0059BF;
}
.inmore.ny a:hover{
	color:#FFF;
}
.inmore.ny a::after{
	background-image: url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.ny a:hover::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}


.intit{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.intit .a01{
	width:auto;
	max-width:40%;
}
.intit .a01 dl dt{
	display: flex;
	align-items: center;
	color: var(--0059-bf, #0059BF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit .a01 dl dt::after{
	margin-left:1.25rem;
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/ArrowUp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.intit .a01 dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.intit .a02{
	width:auto;
}
.intit .a02 dl dt{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 3.625rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit .a02 dl dd{
	margin-top:0.69rem;
	color: var(--00492-d, #00442A);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: capitalize;
}
.insbfa{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.insbfa ul{
	width:48%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.insbfa ul:nth-child(2){
	float:right;
}
.insbfa ul:nth-child(2) li:first-child{
	margin-top:0px;
}
.insbfa ul li{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:5.0rem;
	border-radius:0.625rem;
	overflow:hidden;
}
.insbfa ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.insbfa ul li:hover img{
	transform: scale(1.05);
}
.insbfa ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:3.12rem 2.5rem;
}
.insbfa ul li .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.insbfa ul li .tex dl dd{
	margin-top:2.5rem;
	display:flex;
}
.insbfa ul li .tex dl dd a{
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.insbfa ul li .tex dl dd a::after{
	margin-left:1.25rem;
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/ArrowUp2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.inwz{
	width:100%;
	float:left;
	margin-top:4.56rem;
}
.inwz img{
	width:100%;
	height:auto;
	display:block;
}

.inab{
	width:100%;
	float:left;
	background: var(--0059-bf, #0059BF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.inab .tex{
	width:50%;
	padding: 11.25rem 7.0vw 11.25rem 12.5vw;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.inab .tex h1{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}
.inab .tex h1::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:1.25rem;
	background-image:url(../img/ArrowUp2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.inab .tex h2{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:3.75rem;
}
.inab .xlm{
	width:50%;
	position:absolute;
	left:12.5vw;
	bottom:6.25rem;
	z-index:2;
	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);
	overflow:hidden;
}
.inab .xlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .xlm ul li{
	width:25%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align:center;
}
.inab .xlm ul li:hover{
	background: #0059BF;
}
.inab .xlm ul li a{
	width:100%;
	border-right: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	padding: 2.8125rem 0 2.875rem 0;
}
.inab .xlm ul li dl dt{
	overflow:hidden;
}
.inab .xlm ul li dl dt img{
	max-height:2.5rem;
}
.inab .xlm ul li dl dd{
	margin-top:0.75rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.inab .pic{
	width:50%;
	position:relative;
	overflow:hidden;
}
.inab .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inab .pic:hover img{
	transform: scale(1.05);
}
.inab .jt{
	width: 6.25rem;
	height: 6.1rem;
	position:absolute;
	left:calc(50% - 3.125rem);
	top:calc(50% - 3.05rem);
	z-index:5;
	background-size:contain;
	border-radius: 50%;
	background:var(--0059-bf, #0059BF) url(../img/syab01.svg) no-repeat center;
	background-size:contain;
    animation: rotate 6s linear infinite;
}
@keyframes rotate {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}

.inab::before{
	width: 6.25rem;
	height: 6.1rem;
	position:absolute;
	left:calc(50% - 3.125rem);
	top:calc(50% - 3.05rem);
	z-index:6;
	
	border-radius: 50%;
	background: url(../img/syab02.svg) no-repeat center;
	background-size:contain;
	content:'';
	display:inline-block;
}

.innum{
	width:100%;
	float:left;
	background: var(--bg, #F8F9FA);
	padding:3.75rem 12.5vw;
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:auto;
	text-align:center;
}
.innum ul li dl dt{
	color: var(--0059-bf, #0059BF);
	font-family: zt4;
	font-size: 5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.innum ul li dl dd{
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.infw{
	width:100%;
	float:left;
	margin-top:5.0rem;
	border-radius: 0.75rem;
	overflow:hidden;
	position:relative;
}
.infw img{
	width:100%;
	height:auto;
	display:block;
}
.infw .tex{
	width:38%;
	position:absolute;
	top:7.5rem;
	right:3.75rem;
	z-index:1;
	color: var(---white, #FFF);
	text-align: right;
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.75rem */
}
.infw02{
	width:100%;
	float:left;
	margin-top:2.5rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
}
.infw02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infw02 ul li{
	width:16.6666%;
	height:20rem;
	padding:2.5rem 1.88rem;
	border-right: 1px solid var(---white, #FFF);
	position:relative;
}
.infw02 ul li .pic{
	overflow:hidden;
}
.infw02 ul li .pic img{
	max-height:2.5rem;
}
.infw02 ul li .pic01{
	display:inline-block;
}
.infw02 ul li .pic02{
	display: none;
}
.infw02 ul li:hover .pic01{
	display:none;
}
.infw02 ul li:hover .pic02{
	display:inline-block;
}
.infw02 ul li dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	min-height:2.625rem;
}
.infw02 ul li dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.infw02 ul li .num{
	width: auto;
	position:absolute;
	right:0;
	bottom:0;
	z-index:2;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.infw02 ul li:hover{
	background: var(--0059-bf, #0059BF);
}
.infw02 ul li:hover dl dt{
	color:#FFF;
}
.infw02 ul li:hover dl dd{
	color:#FFF;
}
.infw02 ul li:hover .num{
	color: var(--30, rgba(255, 255, 255, 0.30));
}
.infw02 ul li:nth-child(6){
	border-right:0px;
}

.inwrap{
	width:100%;
	float:left;
	background: var(--bg, #F8F9FA);
	padding:10rem 12.5vw;
	margin-top:10rem;
}

.innewtj{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewtj-l{
	width:66.22%;
	position:relative;
	border-radius: 0.5rem;
	overflow:hidden;
}
.innewtj-l img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.innewtj-l:hover img{
	transform: scale(1.05);
}
.innewtj-l .tex{
	width:35%;
	position:absolute;
	left:2.5rem;
	top:2.5rem;
	z-index:2;
}
.innewtj-l .tex dl dt{
	display:flex;
}
.innewtj-l .tex dl dt i{
	padding: 0.375rem 0.75rem;
	border-radius: 1.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(--0059-bf, #0059BF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innewtj-l .tex dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.innewtj-l .inmore{
	position:absolute;
	left:2.5rem;
	bottom:2.5rem;
	z-index:2;
}
.innewtj-r{
	width:32.4%;
	border-radius: 0.5rem;
	background: #ebeced;
	mix-blend-mode: multiply;
	overflow:hidden;
	padding:3.75rem 2.5rem;
	position:relative;
	z-index:5;
	transition: all 0.6s;
}
.innewtj-r::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:-1;
	background-image:url(../img/Vector2.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:bottom right;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.innewtj-r:hover::before{
	background-image:url(../img/Vector.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:bottom right;
}
.innewtj-r .a01{
	width:100%;
}
.innewtj-r .a01 dl dt{
	display:flex;
}
.innewtj-r .a01 dl dt i{
	padding: 0.375rem 0.75rem;
	border-radius: 1.25rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innewtj-r .a01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innewtj-r .sm{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}
.innewtj-r .date{
	display:flex;
	text-align:center;
	margin-top:9.81rem;
}
.innewtj-r .date dl dt{
	color: var(--0059-bf, #0059BF);
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.innewtj-r .date dl dd{
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innewtj-r:hover{
	background: var(--0059-bf, #0059BF);
}
.innewtj-r:hover .a01 dl dt i{
	background: var(---Gray-6, #F2F2F2);
	color: var(--0059-bf, #0059BF);
}
.innewtj-r:hover .a01 dl dd{
	color: var(---white, #FFF);
}
.innewtj-r:hover .sm{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.innewtj-r:hover .date dl dt{
	color:#FFF;
}
.innewtj-r:hover .date dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}

.innew{
	width:100%;
	float:left;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	border-radius: 0.5rem;
	background: #ebeced;
	mix-blend-mode: multiply;
	overflow:hidden;
	padding:3.75rem 2.5rem;
	position:relative;
	z-index:5;
	margin-top:2.5rem;
	transition: all 0.6s;
}
.innew ul li::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:-1;
	background-image:url(../img/Vector2.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:bottom right;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.innew ul li:hover::before{
	background-image:url(../img/Vector.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:bottom right;
}
.innew ul li .a01{
	width:100%;
}
.innew ul li .a01 dl dt{
	display:flex;
}
.innew ul li .a01 dl dt i{
	padding: 0.375rem 0.75rem;
	border-radius: 1.25rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew ul li .a01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew ul li .sm{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}
.innew ul li .date{
	display:flex;
	text-align:center;
	margin-top:9.81rem;
}
.innew ul li .date dl dt{
	color: var(--0059-bf, #0059BF);
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.innew ul li .date dl dd{
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li:hover{
	background: var(--0059-bf, #0059BF);
}
.innew ul li:hover .a01 dl dt i{
	background: var(---Gray-6, #F2F2F2);
	color: var(--0059-bf, #0059BF);
}
.innew ul li:hover .a01 dl dd{
	color: var(---white, #FFF);
}
.innew ul li:hover .sm{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.innew ul li:hover .date dl dt{
	color:#FFF;
}
.innew ul li:hover .date dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}

.foot{
	width:100%;
	float:left;
	padding: 6.25rem 12.5vw 2.5rem 12.5vw;
	background: #2D3643;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:3.75rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.20);
}
.foot01 .dblogo{
	width:15.8%;
	overflow:hidden;
	display:flex;
}
.foot01 .dblogo img{
	max-width:100%;
}
.dbzyw{
	width:auto;
	position:relative;
}
.dbzyw .a01{
	display: flex;
	height:2.5rem;
	padding: 0rem 1rem;
	align-items: center;
	border-radius: 2.5rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbzyw .a01::before{
	width: 1.1875rem;
	height: 1.1875rem;
	margin-right:0.5rem;
	background-image:url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.dbzyw .a01::after{
	width: 1.25rem;
	height: 0.625rem;
	margin-left:0.5rem;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.dbzyw .xl{
	width:100%;
	padding: 0.625rem 1rem;
	border-radius: 0.5rem;
	background: var(--10, rgba(255, 255, 255, 0.30));
	color: var(--60, rgba(255, 255, 255, 0.60));
    transform: scaleY(0);
    transition: all 0.6s;
	position: absolute;
	left: 0%;
	top:2.6rem;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbzyw .xl a{
	color: var(--60, rgba(255, 255, 255, 0.60));
	line-height:200%;
}
.dbzyw:hover .xl{
    transform: scaleY(1);
}

.foot02{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02-l{
	width:38%;
	display: flex;
	justify-content: space-between;
}
.foot02-l .ewm{
	width:8.75rem;
}
.foot02-l .ewm dl dt{
	overflow:hidden;
}
.foot02-l .ewm dl dt img{
	max-width:100%;
}
.foot02-l .ewm dl dd{
	margin-top:0.88rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot02-l .lxwm{
	width:calc(100% - 11rem);
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.foot02-l .lxwm p{
	margin-top:0.75rem;
}
.foot02-l .lxwm dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.foot02-l .lxwm dl dd{
	margin-top:0.75rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02-r{
	width:54%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02-r dl dt{
	padding-bottom:0.88rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02-r dl dd{
	margin-top:1.06rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.foot02-r dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot03{
	width:100%;
	float:left;
	margin-top:7.12rem;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	padding-top:1.88rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.back{
	width: 2.5rem;
	height: 2.5rem;
	position:fixed;
	bottom:6.0rem;
	right:2.5rem;
	z-index:9;
}
.back img{
	max-width:100%;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0 12.5vw;
	padding-right:4.8vw;
}
.nybanner .tex .a01{
	width:auto;
}
.nybanner .tex .a01 dl dt{
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .tex .a01 dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .tex .nynum{
	width:64.2%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align:center;
}
.nybanner .tex .nynum dl dt{
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.nybanner .tex .nynum dl dd{
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.zlm{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:5;
	
	border-top: 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);
}
.zlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zlm ul li{
	width:25%;
	display: flex;
	height: 5rem;
	justify-content: center;
	align-items: center;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.zlm ul li a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.zlm ul li a:hover{
	background: var(--0059-bf, #0059BF);
}
.zlm ul li a.cur{
	background: var(--0059-bf, #0059BF);
}
.nywz{
	width:100%;
	float:left;
	padding:0.88rem 12.5vw;
	padding-bottom:0.94rem;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nywz a{
	color: var(---666, #666);
}

.abtit{
	width:100%;
	float:left;
	margin-top:10rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	text-align:center;
}
.nab01{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nab01 .tex{
	width:43%;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 2rem */
}
.nab01 .tex h1{
	margin-bottom:3.75rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nab01 .pic{
	width:50%;
	border-radius: 0.5rem;
	overflow:hidden;
	position:relative;
}
.nab01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab01 .pic:hover img{
	transform: scale(1.05);
}
.falcwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	background: var(--bg, #F8F9FA) url(../img/lcbj.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:10rem;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.qywh{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.qywh ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh ul li{
	width:19.44%;
	border-radius: 0.5rem;
	overflow:hidden;
	position:relative;
}
.qywh ul li .pic{
	height:100%;
	width:100%;
}
.qywh ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.qywh ul li:hover .pic img{
	transform: scale(1.05);
}
.qywh ul li::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:var(--80, rgba(0, 89, 191, 0.80));
	content:'';
	display:inline-block;
	transition: all 0.6s;
	opacity:1;
}
.qywh ul li:hover::before{
	opacity:0;
}
.qywh ul li .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	padding:3.75rem 1.88rem;
}
.qywh ul li .tex h1{
	overflow:hidden;
}
.qywh ul li .tex h1 img{
	max-height:2.625rem;
}
.qywh ul li .tex dl dt{
	margin-top:3.75rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.qywh ul li .tex dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.whpic{
	width:100%;
	float:left;
}
.whpic img{
	width:100%;
	height:auto;
	display:block;
}
.rytit{
	width:100%;
	float:left;
	margin-top:1.88rem;
}
.rytit ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.rytit ul li{
	width:auto;
	margin-right:0.31rem;
	margin-left:0.31rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.rytit ul li a{
	display: flex;
	padding: 0.94rem 5.66rem 1rem 4.28rem;
	align-items: center;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.rytit ul li a img{
	margin-right:1.25rem;
	max-width:2.3125rem;
}
.rytit ul li a:hover{
	font-family:zt2;
	color: var(--0059-bf, #0059BF);
}
.rytit ul li a.cur{
	font-family:zt2;
	color: var(--0059-bf, #0059BF);
}
.ryzs{
	width:100%;
	float:left;
	padding:6.02rem 4.88rem;
	padding-top:0px;
	background-image:url(../img/zm.svg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
	margin-top:5.69rem;
}
.ryzs ul li{
	width:auto;
	float:left;
	margin-right:1.25rem;
	overflow:hidden;
}
.ryzs ul li img{
	width: auto;
    height: 12.5vw;
    display: block;
}









.nybanner .tex2{
	width:100%;
	position:absolute;
	left:0;
	top:22%;
	z-index:1;
	padding:0 12.5vw;
}
.nybanner .tex2 dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .tex2 dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.cpwrap{
	width:100%;
	float:left;
	padding:5.0rem 12.5vw 10rem 12.5vw;
	background: var(---Gray-6, #F2F2F2);
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:100%;
	margin-top:1.25rem;
	padding:5.0rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.prolist ul li .tex{
	width:47.25%;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.prolist ul li .tex h1{
	margin-bottom:2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.45rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.prolist ul li .tex .inmore{
	margin-top:5.12rem;
}
.prolist ul li .pic{
	width:calc(56.75% - 5.0rem);
	text-align:center;
}
.prolist ul li .pic img{
	max-width:35.7rem;
	max-height:23rem;
}
.prolist ul li:hover .tex h1{
	color: var(--0059-bf, #0059BF);
}
.show{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.show-l{
	width:43%;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.show-l h1{
	color: var(--0059-bf, #0059BF);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.show-l .inmore{
	margin-top:6.25rem;
}
.show-l .inmore a{
	margin-right:0.62rem;
}

.show-r{
	width:43%;
}
.cswrap{
	width:100%;
	float:left;
	margin-top:6.25rem;
	padding:10rem 0;
	background: var(---Gray-6, #F2F2F2);
}
.cswrap h1{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	text-align:center;
}
.cs01{
	width:100%;
	margin-top:3.75rem;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.cs01 ul{
	width:52.1%;
	border-radius: 0.75rem;
	border: 1px solid var(--0059-bf, #0059BF);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cs01 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
}
.cs01 ul li:nth-child(2n){
	background: var(---Gray-6, #F2F2F2);
}
.cs01 ul li .a01{
	width:41.4%;
	padding:1.38rem 2.5rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
}
.cs01 ul li .a02{
	width:58.6%;
	padding:1.38rem 2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cs01 table{
	width:auto;
	border-radius: 0.75rem;
	border: 1px solid var(--0059-bf, #0059BF);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
	border-collapse: collapse;
}
.cs01 table td{
	width: auto;
    padding: 1.38rem 2.0rem 1.38rem 1.0rem;
    color: var(---333, #333);
    font-family: zt;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-right: 1px solid var(---Gray-5, #E0E0E0);
}
.cs01 table tr:nth-child(2n){background: var(---Gray-6, #F2F2F2);}
.dzfa{
	width:100%;
	float:left;
	background: var(--0059-bf, #0059BF);
	padding:4.5rem 12.5vw;
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.dzfa.ny{
	margin-top:3.75rem;
	border-radius: 0.5625rem;
	overflow:hidden;
	padding:3.38rem;
}
.dzfa.ny dl dt{
	font-size:2.0rem;
}
.dzfa.ny dl dd{
	margin-top:1.12rem;
}
.dzfa.ny::after{
	background-image:none;
}
.dzfa::after{
	width:8.6%;
	position:absolute;
	height:100%;
	right:0;
	top:0;
	z-index:1;
	background-image:url(../img/jd.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.dzfa dl{
	max-width:35%;
}
.dzfa dl dt{
	color: #FFF;
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.8125rem; /* 112.5% */
}
.dzfa dl dd{
	margin-top:1.69rem;
	color: #C6D6FF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.dzfa .a01{
	width:auto;
	display:flex;
}
.dzfa .a01 a{
	padding: 0.75rem 2.25rem;
	border: 1.125px solid rgba(255, 255, 255, 0.30);
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6875rem; /* 192.857% */
	margin-left:1.12rem;
}
.dzfa .a01 a:hover{
	background: #FFF;
	color: #004292;
}
.nybanner .tex3{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	padding:0 12.5vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nybanner .tex3 dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .tex3 dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.zlm.w20 ul li{
	width:20%;
}
.fwtit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	text-align:center;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.fwwrap{
	width:100%;
	float:left;
	margin-top:6.25rem;
	padding:10rem 0;
	background: var(---Gray-6, #F2F2F2);
}
.fwwd{
	width:100%;
	float:left;
	margin-top:3.75rem;
	padding:0 12.5vw;
	position:relative;
	z-index:5;
}
.fwwd::before{
	width: 86%;
    margin: 0 auto; /* 水平居中 */
    height: 100%;
    position: absolute;
    left: 50%; /* 关键：定位居中 */
    top: 0;
    transform: translateX(-50%); /* 关键：修正偏移 */
    z-index: -1;
    background-image: url(../img/fwbj.svg);
    background-position: center center; /* 明确水平+垂直居中 */
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.95;
    content: '';
    display: inline-block;
}
.fwwd ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwwd ul li{
	width:49.3%;
	padding:2.5rem;
	margin-top:0.94rem;
}
.fwwd ul li h1{
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	font-family:zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.fwwd ul li h2{
	margin-top:0.62rem;
	color: var(--0059-bf, #0059BF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.fwwd ul li dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
	margin-top:1.25rem;
}
.fwwd ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}

.fwwrap2{
	width:100%;
	float:left;
	padding:10rem 12.5vw;
	background: var(--bg, #F8F9FA);
}

.sqzx{
	width:100%;
	float:left;
	padding:3.38rem;
	border-radius: 0.5625rem;
	background: #FFF;
	box-shadow: 0 27px 54px -13.5px rgba(0, 0, 0, 0.05);
	overflow:hidden;
	margin-top:3.75rem;
}
.sqzx h1{
	color: var(--0059-bf, #0059BF);
	font-family: zt3;
	font-size: 0.98438rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.40625rem; /* 142.857% */
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.sqzx h1.mart2{
	margin-top:2.81rem;
}
.sqzx h1::before{
	width: 0.5625rem;
	height: 0.5625rem;
	background: var(--0059-bf, #0059BF);
	margin-right:0.56rem;
	content:'';
	display:inline-block;
	margin-bottom:0.25rem;
}
.sqzx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sqzx ul li{
	width:48%;
	margin-top:2.25rem;
}
.sqzx ul li.mart0{
	margin-top:0px;
}
.sqzx ul li.w100{
	width:100%;
}
.sqzx ul li dl{
	width:100%;
}
.sqzx ul li dl dt{
	color: #424753;
	font-family: zt;
	font-size: 0.84375rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.125rem;
}
.sqzx ul li dl dt i{
	color: var(--da-2122, #DA2122);
}
.sqzx ul li dl dd{
	margin-top:0.56rem;
}
.sqzx ul li:last-child{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #424753;
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.05469rem; /* 120.536% */
}
.sqzx ul li:last-child .a01 a{
	color: var(--0059-bf, #0059BF);
}
.zxbk{
	width:100%;
	padding: 0.98rem 0.84rem 0.84rem 0.625rem;
	background: var(--bg, #F8F9FA);
	outline:none;
	color: rgba(194, 198, 213, 0.90);
	font-family:zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border:0px;
}
.RadioStyle input {
	display: none
}
.RadioStyle label {
	border-radius: 0.28125rem;
	border: 1.125px solid rgba(194, 198, 213, 0.50);
	padding: 0.45706rem 1.6875rem;
	overflow:hidden;
	color: #1A1C1E;
	font-family:zt3;
	font-size: 0.98438rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 142.857% */
	margin-right:1.12rem;
}
.RadioStyle input:checked + label {
	border-radius: 0.28125rem;
	border: 1.125px solid var(--0059-bf, #0059BF);
	background: var(--0059-bf, #0059BF);
	color: #C6D6FF;
}

.shfw{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.shfw ul{
	display: flex;
	flex-wrap: wrap;
}
.shfw ul li{
	width:calc(25.34% - 1.25rem);
	margin-right:1.25rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	overflow:hidden;
	padding: 3.77rem 2.5rem 4.67rem 2.5rem;
}
.shfw ul li:nth-child(4n){
	margin-right:0px;
}
.shfw ul li .pic{
	overflow:hidden;
}
.shfw ul li .pic img{
	max-height:3.75rem;
}
.shfw ul li dl dt{
	margin-top:5.0rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.shfw ul li dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.84375rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.51875rem */
}
.shfw ul li:hover{
	background: var(--0059-bf, #0059BF);
}
.shfw ul li:hover dl dt{
	color: var(---white, #FFF);
}
.shfw ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}

.qtfw{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.qtfw ul{
	display: flex;
	flex-wrap: wrap;
}
.qtfw ul li{
	width:calc(33.7% - 1.25rem);
	height:22rem;
	padding:3.75rem 3.13rem;
	position:relative;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	margin-right:1.25rem;
	margin-top:1.25rem;
}
.qtfw ul li .pic{
	overflow:hidden;
}
.qtfw ul li .pic img{
	max-height:3.875rem;
}
.qtfw ul li .pic01{
	display:inline-block;
}
.qtfw ul li .pic02{
	display: none;
}
.qtfw ul li:hover .pic01{
	display:none;
}
.qtfw ul li:hover .pic02{
	display:inline-block;
}
.qtfw ul li dl dt{
	margin-top:3.12rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.qtfw ul li dl dd{
	margin-top:1.19rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.qtfw ul li .num{
	width: auto;
	position:absolute;
	right:1.92rem;
	bottom:0;
	z-index:2;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 75%;
	text-transform: capitalize;
}
.qtfw ul li:hover{
	background: var(--0059-bf, #0059BF);
}
.qtfw ul li:hover dl dt{
	color:#FFF;
}
.qtfw ul li:hover dl dd{
	color:#FFF;
}
.qtfw ul li:hover .num{
	color: var(--30, rgba(255, 255, 255, 0.30));
}
.qtfw ul li:nth-child(3n){
	margin-right:0px;
}
.yftex{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 2rem */
}
.yf01{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yf01-l{
	width:50%;
}
.yf01-r{
	width:50%;
	border-top: 1px solid #E8E8E8;
}
.yf01-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	height:100%;
}
.yf01-r ul li{
	width:100%;
	padding:3.81rem 3.75rem;
	display: flex;
	align-items: center;
	position:relative;
	border-bottom: 1px solid #E8E8E8;
}
.yf01-r ul li .a01{
	width:auto;
	display: flex;
	align-items: center;
	color: #333;
	font-family:zt2;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6875rem; /* 150% */
}
.yf01-r ul li .a01 i{
	margin-right:3.88rem;
	color: var(---Gray-6, #F2F2F2);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.6875rem; /* 56.25% */
}
.yf01-r ul li .a02{
	width:50%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
	height:0;
	transition: all 0.6s;
	margin-left:4.94rem;
}
.yf01-r ul li:hover .a02{
	height:6.0rem;
}
.yf01-r ul li::after{
	content: "\2022";
	font-size:2.0rem;
	color:#E0E0E0;
	position:absolute;
	top:1rem;
	right:2.5rem;
	z-index:1;
}
.yf01-r ul li:hover .a01 i{
	color: var(--30, rgba(255, 255, 255, 0.30));
}
.yf01-r ul li:hover .a01{
	color: var(---white, #FFF);
}
.yf01-r ul li:hover::after{
	color:#FFF;
}
.yf01-r ul li:hover{
	background: var(--0059-bf, #0059BF);
}

.yf02{
	width:100%;
	float:left;
	padding:10rem 0;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-align:center;
}
.yf02 b{
	color: var(--0059-bf, #0059BF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-left:1.25rem;
}
.yf02 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.yf02 dl dd{
	margin-top:0.62rem;
	color: #333;
	font-family: zt2;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6875rem; /* 150% */
	margin-bottom:2.5rem;
}
.zlm.w50 ul li{
	width:50%;
}
.zlm.sl2 ul li{
	width:50%;
}
.zlm.sl3 ul li{
	width:33.3%;
}
.zlm.sl4 ul li{
	width:25%;
}
.zlm.sl5 ul li{
	width:20%;
}
.zlm.sl6 ul li{
	width:16.66%;
}
.zlm.sl7 ul li{
	width:14.22%;
}
.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
	margin-left:0.625rem;
	margin-right:0.625rem;
	display:flex;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 50%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	color: var(---666, #666);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a.cur{
	background: var(--0059-bf, #0059BF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	border: 1px solid var(--0059-bf, #0059BF);
	color:#FFF;
}
.fy ul li a:hover{
	background: var(--0059-bf, #0059BF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	border: 1px solid var(--0059-bf, #0059BF);
	color:#FFF;
}
.fy ul li a b{
	font-family:'宋体';
}

.newrap{
	width:100%;
	float:left;
	padding:5.0rem 12.5vw;
	background: var(--0059-bf, #0059BF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newrap .a01{
	width:52%;
}
.newrap .a01 dl dt{
	display: flex;
	align-items: center;
}
.newrap .a01 dl dt div{
	border-radius: 1.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	padding-right: 1.8125rem;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: uppercase;
	overflow:hidden;
}
.newrap .a01 dl dt div i{
	display: flex;
	padding: 0.375rem 1.75rem 0.44rem 1.75rem;
	justify-content: center;
	align-items: center;
	margin-right:1.62rem;
	color: var(--0059-bf, #0059BF);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 1.575rem */
	text-transform: uppercase;
	border-radius: 1.25rem;
	background: var(---white, #FFF);
}
.newrap .a01 dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.newrap .a02{
	width: auto;
	display: flex;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.newrap .a02 a{
	margin-left:1.25rem;
	display:flex;
}
.newrap .a02 img{
	max-width:3.0rem;
}
.newcon{
	width:100%;
	float:left;
	padding:6.25rem 12.5vw;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:70%;
}
.newtex{
	width:100%;
	float:left;
	padding:3.75rem 3.5rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	overflow:hidden;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.575rem */
}
.newtex img{
	max-width:100%;
	height:auto;
}
.newnext{
	width:100%;
	float:left;
	margin-top:0.63rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	margin-top:0.62rem;
	padding:1.88rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.newnext ul li a{
	max-width:80%;
}
.newnext ul li b{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.newcon-r{
	width:25.7%;
	padding:2.5rem 0;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	overflow:hidden;
}
.newcon-r h1{
	color: var(---333, #333);
	font-family: z2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding:0 2.2rem;
}
.newcon-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-r ul li{
	width:100%;
	padding:2.5rem 2.2rem;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
}
.newcon-r ul li h2{
	display:flex;
}
.newcon-r ul li h2 i{
	padding: 0.375rem 0.75rem;
	border-radius: 1.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---999, #999);
	font-family:zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r ul li dl dt{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r ul li dl dd{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}

.xz01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xz01-l{
	width:66%;
	border-radius: 0.5625rem;
	border: 1.125px solid rgba(194, 198, 213, 0.10);
	background: #FFF;
	overflow:hidden;
	padding: 2.25rem;
	position:relative;
}
.xz01-l::after{
	width: 18rem;
	height: 18rem;
	position: absolute;
	right: -5.55419rem;
	top: -5.55469rem;
	border-radius: 0.84375rem;
	background: rgba(0, 66, 146, 0.05);
	filter: blur(36px);
	content:'';
	display:inline-block;
}
.xz01-l .a01{
	width:58.4%;
	color: var(---333, #333);
	font-family:zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.6875rem; /* 168.75% */
}
.xz01-l .a01 dl dt{
	display:flex;
	color: #727784;
	font-size: 0.84375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
}
.xz01-l .a01 dl dt i{
	padding: 0.28125rem 0.5625rem;
	border-radius: 0.14063rem;
	background: rgba(0, 66, 146, 0.10);
	color: var(--0059-bf, #0059BF);
	font-size: 0.70313rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	letter-spacing: -0.03513rem;
	text-transform: uppercase;
	margin-right:0.84rem;
}
.xz01-l .a01 dl dd{
	margin-top:2.24rem;
	color: #1A1C1E;
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 126.563% */
	margin-bottom:1.09rem;
}
.xz01-l .a02{
	width:100%;
	margin-top:2.53rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xz01-l .a02 .sc{
	width:auto;
	display: flex;
	align-items: center;
}
.xz01-l .a02 .sc img{
	margin-right:1.12rem;
	max-height:3.375rem;
}
.xz01-l .a02 .sc dl dt{
	color: #1A1C1E;
	font-size: 0.98438rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
}
.xz01-l .a02 .sc dl dd{
	color: var(---666, #666);
	font-size: 0.84375rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 133.333% */
}
.xz01-l .a02 .more{
	display:flex;
}
.xz01-l .a02 .more a{
	display: flex;
	padding: 1.125rem 2.25rem;
	align-items: center;
	border-radius: 0.28125rem;
	background: var(--0059-bf, #0059BF);
	color: #FFF;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.xz01-l .a02 .more a::before{
	width: 0.9375rem;
	height: 0.9375rem;
	margin-right:0.56rem;
	background-image:url(../img/xzx02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.xz01-r{
	width:32%;
	border-radius: 0.5625rem;
	background: var(--bg, #F8F9FA);
	padding: 2.25rem;
	overflow:hidden;
}
.xz01-r .pic{
	overflow:hidden;
}
.xz01-r .pic img{
	max-height:2.1rem;
}
.xz01-r dl dt{
	margin-top:2.0rem;
	color: #1A1C1E;
	font-family: zt2;
	font-size: 1.40625rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 140% */
}
.xz01-r dl dd{
	margin-top:0.48rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.59963rem; /* 159.961% */
}
.xz01-r .more{
	display:flex;
	margin-top:5.87rem;
}
.xz01-r .more a{
	color: var(--0059-bf, #0059BF);
	font-size: 0.98438rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	display:flex;
	align-items: center;
}
.xz01-r .more a::after{
	width: 1.125rem;
	height: 1.125rem;
	margin-left:0.56rem;
	background-image:url(../img/ArrowUp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	margin-bottom:0.3rem;
}
.xzlist{
	width:100%;
	float:left;
	margin-top:3.13rem;
}
.xzlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzlist ul li{
	width:100%;
	margin-top:0.62rem;
	border-radius: 0.28125rem;
	border: 1.125px solid rgba(194, 198, 213, 0.10);
	background: #FFF;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.xzlist ul li a{
	width:100%;
	padding: 1.69rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.xzlist ul li .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.xzlist ul li .a01 img{
	margin-right:1.69rem;
	max-width:2.8125rem;
}
.xzlist ul li .a01 dl dt{
	color: #1A1C1E;
	font-family:zt2;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6875rem; /* 150% */
}
.xzlist ul li .a01 dl dd{
	margin-top:0.28rem;
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.125rem; /* 150% */
}
.xzlist ul li .a02{
	width:auto;
	display: flex;
	align-items: center;
	border-left: 1.125px solid rgba(194, 198, 213, 0.20);
}
.xzlist ul li .a02 img{
	margin-left:3.45rem;
	max-width:2.8125rem;
}
.xzlist ul li .a02 dl{
	margin-left:2.25rem;
}
.xzlist ul li .a02 dl dt{
	color: #727784;
	text-align: center;
	font-size: 0.70313rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	text-transform: uppercase;
}
.xzlist ul li .a02 dl dd{
	color: #1A1C1E;
	text-align: center;
	font-size: 0.98438rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
}
.xzlist ul li .pic01{
	display:inline-block;
}
.xzlist ul li .pic02{
	display:none;
}
.xzlist ul li:hover .pic01{
	display:none;
}
.xzlist ul li:hover .pic02{
	display:inline-block;
}

.tanc{
	width:100%;
	position:fixed;
	height:100%;
	display: none;
	z-index:9999;
	top:0;
	left:0;
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
}
.tanc01 .mask{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.70));
	/* 0.4背景模糊 */
	/*backdrop-filter: blur(12.5px);*/
}
.xzcon{
	width:33.8%;
	position:absolute;
	left:33.1%;
	top:0;
	height:100%;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xzcon01{
	width:100%;
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	overflow:hidden;
	position:relative;
	padding:3.0rem;
}
.xzcon01 .gb{
	width: 0.875rem;
	height: 0.875rem;
	position:absolute;
	top:1.5rem;
	right:1.5rem;
	z-index:2;
	background-image:url(../img/gb.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.xzcon01 .pic{
	overflow:hidden;
	text-align:center;
}
.xzcon01 .pic img{
	max-height:4.0rem;
}
.xzcon01 .a01 dl dt{
	margin-top:1.5rem;
	color: #0F172A;
	text-align: center;
	font-family: zt2;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem; /* 120% */
}
.xzcon01 .a01 dl dd{
	margin-top:0.5rem;
	color: var(---666, #666);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.25rem; /* 125% */
}
.xzcon01 .a02{
	width:100%;
	margin-top:2.5rem;
	border-radius: 0.5rem;
	background: #F1F5F9;
	padding: 0.25rem;
}
.xzcon01 .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzcon01 .a02 ul li{
	width:50%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: #64748B;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	padding: 0.75rem 0;
}
.xzcon01 .a02 ul li img{
	margin-right:0.5rem;
	max-height:0.84rem;
}
.xzcon01 .a02 ul li:hover{
	border-radius: 0.5rem;
	background: #FFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	color: var(--0059-bf, #0059BF);
}
.xzcon01 .a02 ul li.cur{
	border-radius: 0.5rem;
	background: #FFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	color: var(--0059-bf, #0059BF);
}
.xzcon01 .a03{
	width:100%;
	margin-top:1.0rem;
}
.xzcon01 .a03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzcon01 .a03 ul li{
	width:100%;
	margin-top:1.5rem;
}
.xzcon01 .a03 ul li dl dt{
	color: #1E293B;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}
.xzcon01 .a03 ul li dl dd{
	margin-top:0.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzcon01 .a03 ul li dl dd .srk{
	width:100%;
	padding: 1.125rem 1rem 1rem 1rem;
	border-radius: 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.00);
	background: #F8FAFC;
	display: flex;
	align-items: center;
	height:100%;
}
.xzcon01 .a03 ul li dl dd .srk img{
	margin-right:1.13rem;
	max-height:1.44rem;
}
.bk01{
	width:calc(100% - 2.07rem);
	color: #94A3B8;
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	outline:none;
	background-color:transparent;
	border:0px;
	height:2rem;
}

.xzcon01 .a03 ul li dl dd .yzm{
	width:76.6%;
}
.bk02{
	width:100%;
	padding: 1.125rem 1rem 1rem 1rem;
	border:0px;
	border-radius: 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.00);
	background: #F8FAFC;
	overflow:hidden;
	color: #94A3B8;
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}
.error-input{ border:1px solid #F00;}
.xzcon01 .a03 ul li dl dd .yzm2{
	width:21.4%;
	display:flex;
}
.xzcon01 .a03 ul li dl dd .yzm2 a{
	width:100%;
	padding: 1.16rem 0.5rem 1.26rem 0.5rem;
	border-radius: 0.5rem;
	background: #EFF6FF;
	overflow:hidden;
	color: var(--0059-bf, #0059BF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 142.857% */
}
.xzcon01 .a03 ul li dl dd .yzm2 button{
	width:100%;
	padding: 1.16rem 0.5rem 1.26rem 0.5rem;
	border-radius: 0.5rem;
	background: #EFF6FF;
	overflow:hidden;
	color: var(--0059-bf, #0059BF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 142.857% */
	border:1px;
}
.ljxz{
	display:flex;
	margin-top:1.5rem;
	width:100%;
}
.ljxz a{
	display: flex;
	padding: 1.25rem 0;
	justify-content: center;
	align-items: center;
	width:100%;
	border-radius: 0.5rem;
	background: var(--0059-bf, #0059BF);
	overflow:hidden;
	color: #FFF;
	text-align: center;
	font-family: zt2;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem; /* 155.556% */
}
.ljxz a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:2.25rem;
	background-image:url(../img/ArrowUp2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.xzcon01 .a04{
	width:100%;
	margin-top:2.56rem;
	color: #94A3B8;
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.21875rem; /* 162.5% */
}
.xzcon01 .a04 a{
	color: var(--0059-bf, #0059BF);
}

.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border-radius: 0.75rem;
	background: var(--bg, #F8F9FA);
	overflow:hidden;
	padding: 6.25rem 3.5rem;
}
.lx01 h1{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
	margin-top:3.38rem;
}
.lx01 ul li{
	width:calc(34.3% - 2.44rem);
	padding: 2.5rem 3.47rem 2.31rem 3.59rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	overflow:hidden;
	text-align:center;
	margin-right:2.44rem;
}
.lx01 ul li .pic{
	overflow:hidden;
}
.lx01 ul li .pic img{
	max-height:5.0rem;
}
.lx01 ul li dl dt{
	margin-top:1.56rem;
	color: var(--333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01 ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01 ul li:last-child dl dd{
	font-size: 1.25rem;
}
.lx01 ul li:nth-child(3n){
	margin-right:0px;
}
.lx02{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.lx02 img{
	width:100%;
	height:auto;
	display:block;
}

.subNavBox4{
	width:100%;
	float:left;
	margin-top:5.63rem;
}
.subNav4{
	width:100%; 
	float:left;
	padding:2.5rem;
	DISPLAY: block;  
	CURSOR: pointer;
	border-radius: 1rem;
	background: var(--bg, #F8F9FA);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:0.62rem;
}
.subNav4 .a01{
	width:auto;
	max-width:80%;
	display: flex;
	align-items: center;
}
.subNav4 .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.subNav4 .a01 dl dd{
	margin-top:0.56rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
}
.subNav4::after{
	width:1.69rem;
	height:1.69rem;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.currentDd4{
	border-radius: 1rem 1rem 0 0;
	background: var(--0059-bf, #0059BF);
}
.currentDd4::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd4 .a01 dl dt{
	color: var(---white, #FFF);
}
.currentDd4 .a01 dl dd{
	color: var(---white, #FFF);
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:0rem 2.5rem 2.5rem 2.5rem; 
	border-radius: 0 0 1rem 1rem;
	background: var(--bg, #F8F9FA);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: capitalize;
	position:relative;
}
.navContent4 div{
	margin-top:2.44rem;
}
.navContent4 .email{
	margin-top:2.44rem;
	display:flex;
}
.navContent4 .email a{
	padding: 0.875rem 2.25rem;
	border-radius: 6.25rem;
	border: 1px solid var(--0059-bf, #0059BF);
	color: var(--0059-bf, #0059BF);
	text-align: center;
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
}
.bnsp{ width:100%; float:left;}









.mart10{
	margin-top:10rem;
}
.mart3{
	margin-top:3.75rem;
}
.mart5{
	margin-top:5rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart0{
	margin-top:0px;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.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;}
.dingw{ width:100%; float:left; margin-top:-150px;}

}


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




	
}

@media (min-width:1000px) 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:5rem; 
	line-height:5rem;
	background-color:var(--10, rgba(255, 255, 255, 1));
	/* 0.4背景模糊 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:4rem; 
	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:5rem; 
	height:5rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:4rem; 
	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:990;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 1.5rem; 
	height: 1.5rem; 
	background:url(../img/close.png) no-repeat center; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.zym{
	width:5.0rem;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
	
	background-color:var(--0059-bf, #0059BF);
	color:#FFF;
	line-height:3.0rem;
}

.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	/* 0.4背景模糊 */
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.subNav3 a{ width:50%; }
.subNav3 i{ 
	padding:0.5rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
}
.subNav3:hover{float:left; }
.currentDd3{background:var(--0059-bf, #0059BF); color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:1.0rem; 
	padding-bottom:0px;
}
.container{
	width: 100%;
	float:left;
	padding:0px 5.2vw;
}

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.5rem 1.0rem;
	align-items: center;
	position:relative;
	overflow:hidden;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	z-index:5;
	
	border-radius: 6.25rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--0059-bf, #0059BF);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 0.5rem;
	height: 1rem;
	margin-left:0.56rem;
	content:'';
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.inmore a:hover::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
	border: 1px solid var(--0059-bf, #0059BF);
}
.inmore a.cur::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}

.inmore.ny a{
	border: 1px solid var(--0059-bf, #0059BF);
	color:#0059BF;
}
.inmore.ny a:hover{
	color:#FFF;
}
.inmore.ny a::after{
	background-image: url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.ny a:hover::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}


.intit{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.intit .a01{
	width:auto;
	max-width:100%;
}
.intit .a01 dl dt{
	display: flex;
	align-items: center;
	color: var(--0059-bf, #0059BF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit .a01 dl dt::after{
	margin-left:1.25rem;
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/ArrowUp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.intit .a01 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.intit .a02{
	width:auto;
}
.intit .a02 dl dt{
	color: var(--00492-d, #00442A);
	font-family: zt2;
	font-size: 3.625rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit .a02 dl dd{
	margin-top:0.69rem;
	color: var(--00492-d, #00442A);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.2rem;
	text-transform: capitalize;
}
.insbfa{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.insbfa ul{
	width:48%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.insbfa ul:nth-child(2){
	float:right;
}
.insbfa ul:nth-child(2) li:first-child{
	margin-top:0px;
}
.insbfa ul li{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:2.5rem;
}
.insbfa ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.insbfa ul li:hover img{
	transform: scale(1.05);
}
.insbfa ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:1.5rem 1.0rem;
}
.insbfa ul li .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.insbfa ul li .tex dl dd{
	margin-top:0.5rem;
	display:flex;
}
.insbfa ul li .tex dl dd a{
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.insbfa ul li .tex dl dd a::after{
	margin-left:1.0rem;
	width: 1.0rem;
	height: 1.0rem;
	background-image:url(../img/ArrowUp2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.inwz{
	width:100%;
	float:left;
	margin-top:2.56rem;
}
.inwz img{
	width:100%;
	height:auto;
	display:block;
}

.inab{
	width:100%;
	float:left;
	background: var(--0059-bf, #0059BF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.inab .tex{
	width:100%;
	padding: 4.25rem 5.2vw;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2rem */
}
.inab .tex h1{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}
.inab .tex h1::after{
	width: 1.0rem;
	height: 1.0rem;
	margin-left:1.0rem;
	background-image:url(../img/ArrowUp2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.inab .tex h2{
	margin-top:1.5rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:1.75rem;
}
.inab .xlm{
	width:calc(100% - 10.4vw);
	position:absolute;
	left:5.2vw;
	bottom:2.5rem;
	z-index:2;
	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);
	overflow:hidden;
}
.inab .xlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .xlm ul li{
	width:25%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align:center;
}
.inab .xlm ul li a{
	width:100%;
	border-right: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	padding: 1.5rem 0 1.5rem 0;
}
.inab .xlm ul li dl dt{
	overflow:hidden;
}
.inab .xlm ul li dl dt img{
	max-height:1.5rem;
}
.inab .xlm ul li dl dd{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.inab .pic{
	width:100%;
	position:relative;
	overflow:hidden;
}
.inab .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inab .pic:hover img{
	transform: scale(1.05);
}
.inab .jt{
	width: 3.25rem;
	height: 3.1rem;
	position:absolute;
	left:calc(50% - 1.625rem);
	top:calc(47% - 1.55rem);
	z-index:5;
	background-size:contain;
	border-radius: 50%;
	background:var(--0059-bf, #0059BF) url(../img/syab01.svg) no-repeat center;
    animation: rotate 6s linear infinite;
}

.inab::before{
	width: 3.25rem;
	height: 3.1rem;
	position:absolute;
	left:calc(50% - 1.625rem);
	top:calc(47% - 1.55rem);
	z-index:6;
	background-size:contain;
	border-radius: 50%;
	background: url(../img/syab02.svg) no-repeat center;
	content:'';
	display:inline-block;
}

@keyframes rotate {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}
.innum{
	width:100%;
	float:left;
	background: var(--bg, #F8F9FA);
	padding:2.0rem 5.2vw;
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:auto;
	text-align:center;
}
.innum ul li dl dt{
	color: var(--0059-bf, #0059BF);
	font-family: zt4;
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.innum ul li dl dd{
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.intit .inmore{
	margin-top:1.0rem;
}
.infw{
	width:100%;
	float:left;
	margin-top:2.0rem;
	border-radius: 0.75rem;
	overflow:hidden;
	position:relative;
}
.infw img{
	width:100%;
	height:auto;
	display:block;
}

.infw .tex{
	width:58%;
	position:absolute;
	top:1.5rem;
	right:1.5rem;
	z-index:1;
	color: var(---white, #FFF);
	text-align: right;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.75rem */
}
.infw02{
	width:100%;
	float:left;
	margin-top:1.5rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
}
.infw02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infw02 ul li{
	width:50%;
	height:20rem;
	padding:2.5rem 1.88rem;
	border-right: 1px solid var(---white, #FFF);
	border-bottom: 1px solid var(---white, #FFF);
	position:relative;
}
.infw02 ul li .pic{
	overflow:hidden;
}
.infw02 ul li .pic img{
	max-height:2.5rem;
}
.infw02 ul li .pic01{
	display:inline-block;
}
.infw02 ul li .pic02{
	display: none;
}
.infw02 ul li:hover .pic01{
	display:none;
}
.infw02 ul li:hover .pic02{
	display:inline-block;
}
.infw02 ul li dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	min-height:2.625rem;
}
.infw02 ul li dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.infw02 ul li .num{
	width: auto;
	position:absolute;
	right:0;
	bottom:0;
	z-index:2;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.infw02 ul li:hover{
	background: var(--0059-bf, #0059BF);
}
.infw02 ul li:hover dl dt{
	color:#FFF;
}
.infw02 ul li:hover dl dd{
	color:#FFF;
}
.infw02 ul li:hover .num{
	color: var(--30, rgba(255, 255, 255, 0.30));
}
.infw02 ul li:nth-child(6){
	border-right:0px;
}

.inwrap{
	width:100%;
	float:left;
	background: var(--bg, #F8F9FA);
	padding:4rem 5.2vw;
	margin-top:4rem;
}

.innewtj{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewtj-l{
	width:100%;
	position:relative;
	border-radius: 0.5rem;
	overflow:hidden;
}
.innewtj-l img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.innewtj-l:hover img{
	transform: scale(1.05);
}
.innewtj-l .tex{
	width:75%;
	position:absolute;
	left:1.5rem;
	top:1.5rem;
	z-index:2;
}
.innewtj-l .tex dl dt{
	display:flex;
}
.innewtj-l .tex dl dt i{
	padding: 0.375rem 0.75rem;
	border-radius: 1.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(--0059-bf, #0059BF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innewtj-l .tex dl dd{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.innewtj-l .inmore{
	position:absolute;
	left:1.5rem;
	bottom:1.5rem;
	z-index:2;
}
.innewtj-r{
	width:100%;
	border-radius: 0.5rem;
	background: #ebeced;
	mix-blend-mode: multiply;
	overflow:hidden;
	padding:2.5rem 1.5rem;
	position:relative;
	z-index:5;
	transition: all 0.6s;
	margin-top:1.25rem;
}
.innewtj-r::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:-1;
	background-image:url(../img/Vector2.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:bottom right;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.innewtj-r:hover::before{
	background-image:url(../img/Vector.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:bottom right;
}
.innewtj-r .a01{
	width:100%;
}
.innewtj-r .a01 dl dt{
	display:flex;
}
.innewtj-r .a01 dl dt i{
	padding: 0.375rem 0.75rem;
	border-radius: 1.25rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innewtj-r .a01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innewtj-r .sm{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}
.innewtj-r .date{
	display:flex;
	text-align:center;
	margin-top:4.81rem;
}
.innewtj-r .date dl dt{
	color: var(--0059-bf, #0059BF);
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.innewtj-r .date dl dd{
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innewtj-r:hover{
	background: var(--0059-bf, #0059BF);
}
.innewtj-r:hover .a01 dl dt i{
	background: var(---Gray-6, #F2F2F2);
	color: var(--0059-bf, #0059BF);
}
.innewtj-r:hover .a01 dl dd{
	color: var(---white, #FFF);
}
.innewtj-r:hover .sm{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.innewtj-r:hover .date dl dt{
	color:#FFF;
}
.innewtj-r:hover .date dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}

.innew{
	width:100%;
	float:left;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:100%;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	background: #ebeced;
	mix-blend-mode: multiply;
	overflow:hidden;
	padding:2.5rem 1.5rem;
	position:relative;
	z-index:5;
	transition: all 0.6s;
}
.innew ul li::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:-1;
	background-image:url(../img/Vector2.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:bottom right;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.innew ul li:hover::before{
	background-image:url(../img/Vector.svg);
	background-repeat:no-repeat;
	background-size:100% auto;
	background-position:bottom right;
}
.innew ul li .a01{
	width:100%;
}
.innew ul li .a01 dl dt{
	display:flex;
}
.innew ul li .a01 dl dt i{
	padding: 0.375rem 0.75rem;
	border-radius: 1.25rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew ul li .a01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew ul li .sm{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}
.innew ul li .date{
	display:flex;
	text-align:center;
	margin-top:4.81rem;
}
.innew ul li .date dl dt{
	color: var(--0059-bf, #0059BF);
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.innew ul li .date dl dd{
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li:hover{
	background: var(--0059-bf, #0059BF);
}
.innew ul li:hover .a01 dl dt i{
	background: var(---Gray-6, #F2F2F2);
	color: var(--0059-bf, #0059BF);
}
.innew ul li:hover .a01 dl dd{
	color: var(---white, #FFF);
}
.innew ul li:hover .sm{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.innew ul li:hover .date dl dt{
	color:#FFF;
}
.innew ul li:hover .date dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}

.foot{
	width:100%;
	float:left;
	padding: 3.25rem 5.2vw 1.5rem 5.2vw;
	background: #2D3643;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:1.75rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.20);
}
.foot01 .dblogo{
	width:35.8%;
	overflow:hidden;
	display:flex;
}
.foot01 .dblogo img{
	max-width:100%;
}
.dbzyw{
	width:auto;
	position:relative;
}
.dbzyw .a01{
	display: flex;
	height:2.5rem;
	padding: 0rem 1rem;
	align-items: center;
	border-radius: 2.5rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbzyw .a01::before{
	width: 1.1875rem;
	height: 1.1875rem;
	margin-right:0.5rem;
	background-image:url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.dbzyw .a01::after{
	width: 1.25rem;
	height: 0.625rem;
	margin-left:0.5rem;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.dbzyw .xl{
	width:100%;
	padding: 0.625rem 1rem;
	border-radius: 0.5rem;
	background: var(--10, rgba(255, 255, 255, 0.30));
	color: var(--60, rgba(255, 255, 255, 0.60));
    transform: scaleY(0);
    transition: all 0.6s;
	position: absolute;
	left: 0%;
	top:2.6rem;
}
.dbzyw .xl a{
	color: var(--60, rgba(255, 255, 255, 0.60));
	line-height:200%;
}
.dbzyw:hover .xl{
    transform: scaleY(1);
}

.foot02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02-l{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.foot02-l .ewm{
	width:9.75rem;
}
.foot02-l .ewm dl dt{
	overflow:hidden;
}
.foot02-l .ewm dl dt img{
	max-width:100%;
}
.foot02-l .ewm dl dd{
	margin-top:0.88rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot02-l .lxwm{
	width:calc(100% - 11rem);
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
}
.foot02-l .lxwm p{
	margin-top:0.75rem;
}
.foot02-l .lxwm dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.foot02-l .lxwm dl dd{
	margin-top:0.75rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02-r{
	width:54%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot02-r dl dt{
	padding-bottom:0.88rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02-r dl dd{
	margin-top:1.06rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.foot02-r dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot03{
	width:100%;
	float:left;
	margin-top:3.12rem;
	border-top: 1px solid rgba(255, 255, 255, 0.20);
	padding-top:1.5rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.back{
	width: 2.5rem;
	height: 2.5rem;
	position:fixed;
	bottom:6.0rem;
	right:2.5rem;
	z-index:9;
}
.back img{
	max-width:100%;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0 5.2vw;
}
.nybanner .tex .a01{
	width:auto;
}
.nybanner .tex .a01 dl dt{
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .tex .a01 dl dd{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .tex .nynum{
	width:74.2%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align:center;
}
.nybanner .tex .nynum dl{
	width:30%;
	}
.nybanner .tex .nynum dl dt{
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.nybanner .tex .nynum dl dd{
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.zlm{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:5;
	
	border-top: 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);
}
.zlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zlm ul li{
	width:25%;
	display: flex;
	height: 3rem;
	justify-content: center;
	align-items: center;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.zlm ul li a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.zlm ul li a:hover{
	background: var(--0059-bf, #0059BF);
}
.zlm ul li a.cur{
	background: var(--0059-bf, #0059BF);
}
.nywz{
	width:100%;
	float:left;
	padding:0.88rem 5.2vw;
	padding-bottom:0.94rem;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nywz a{
	color: var(---666, #666);
}

.abtit{
	width:100%;
	float:left;
	margin-top:4rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	text-align:center;
}
.nab01{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nab01 .tex{
	width:100%;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 2rem */
}
.nab01 .tex h1{
	margin-bottom:1.75rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nab01 .pic{
	width:100%;
	border-radius: 0.5rem;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.nab01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab01 .pic:hover img{
	transform: scale(1.05);
}
.falcwrap{
	width:100%;
	float:left;
	margin-top:4rem;
	background: var(--bg, #F8F9FA) url(../img/lcbj.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:4rem;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.qywh{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.qywh ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh ul li{
	width:48%;
	border-radius: 0.5rem;
	overflow:hidden;
	position:relative;
	margin-top:1.25rem;
}
.qywh ul li:last-child{
	width:100%;
}
.qywh ul li .pic{
	height:100%;
	width:100%;
}
.qywh ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.qywh ul li:hover .pic img{
	transform: scale(1.05);
}
.qywh ul li::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:var(--80, rgba(0, 89, 191, 0.80));
	content:'';
	display:inline-block;
	transition: all 0.6s;
	opacity:1;
}
.qywh ul li:hover::before{
	opacity:0;
}
.qywh ul li .tex{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:3;
	padding:2.5rem 1.5rem;
}
.qywh ul li .tex h1{
	overflow:hidden;
}
.qywh ul li .tex h1 img{
	max-height:2.625rem;
}
.qywh ul li .tex dl dt{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.qywh ul li .tex dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.whpic{
	width:100%;
	float:left;
}
.whpic img{
	width:100%;
	height:auto;
	display:block;
}
.rytit{
	width:100%;
	float:left;
	margin-top:1.88rem;
}
.rytit ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.rytit ul li{
	width:auto;
	margin-right:0.31rem;
	margin-left:0.31rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.rytit ul li a{
	display: flex;
	padding: 0.5rem 2.66rem 0.5rem 1.28rem;
	align-items: center;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.rytit ul li a img{
	margin-right:1.0rem;
	max-width:2.0rem;
}
.rytit ul li a:hover{
	font-family:zt2;
	color: var(--0059-bf, #0059BF);
}
.rytit ul li a.cur{
	font-family:zt2;
	color: var(--0059-bf, #0059BF);
}
.ryzs{
	width:100%;
	float:left;
	padding:2.0rem 0.1rem;
	padding-top:0px;
	background-image:url(../img/zm.svg);
	background-position:bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
	margin-top:2.69rem;
}

.ryzs ul li{
	width:auto;
	float:left;
	margin-right:1.25rem;
	overflow:hidden;
}

.ryzs ul li img{
	    width: auto;
    height: 18vw;
	display:block;
}
.nybanner .tex2{
	width:100%;
	position:absolute;
	left:0;
	top:15%;
	z-index:1;
	padding:0 5.2vw;
}
.nybanner .tex2 dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .tex2 dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.cpwrap{
	width:100%;
	float:left;
	padding:3.0rem 5.2vw 4rem 5.2vw;
	background: var(---Gray-6, #F2F2F2);
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:100%;
	margin-top:1.25rem;
	padding:2.0rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.prolist ul li .tex{
	width:100%;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.prolist ul li .tex h1{
	margin-bottom:1.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.prolist ul li .tex .inmore{
	margin-top:2.12rem;
}
.prolist ul li .pic{
	width:100%;
	text-align:center;
	margin-top:2.0rem;
}
.prolist ul li .pic img{
	max-width:100%;
	max-height:23rem;
}
.prolist ul li:hover .tex h1{
	color: var(--0059-bf, #0059BF);
}
.show{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.show-l{
	width:100%;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.show-l h1{
	color: var(--0059-bf, #0059BF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.5rem;
}
.show-l .inmore{
	margin-top:3.25rem;
}
.show-l .inmore a{
	margin-right:0.62rem;
}

.show-r{
	width:100%;
}
.cswrap{
	width:100%;
	float:left;
	margin-top:3.25rem;
	padding:4rem 0;
	background: var(---Gray-6, #F2F2F2);
}
.cswrap h1{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	text-align:center;
}
.cs01{
	width:100%;
	margin-top:2.5rem;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.cs01 ul{
	width:80%;
	border-radius: 0.75rem;
	border: 1px solid var(--0059-bf, #0059BF);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cs01 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color:#FFF;
}
.cs01 ul li:nth-child(2n){
	background: var(---Gray-6, #F2F2F2);
}
.cs01 ul li .a01{
	width:42.4%;
	padding:1.0rem 0.5rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
}
.cs01 ul li .a02{
	width:57.6%;
	padding:1.0rem 1.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cs01 table{
	width:auto;
	border-radius: 0.75rem;
	border: 1px solid var(--0059-bf, #0059BF);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: #fff;
	border-collapse: collapse;
}
.cs01 table td{
	width: auto;
    padding: 0.38rem 0.25rem 0.38rem 0.25rem;
    color: var(---333, #333);
    font-family: zt;
    font-size: 0.85rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-right: 1px solid var(---Gray-5, #E0E0E0);
}
.cs01 table tr:nth-child(2n){background: var(---Gray-6, #F2F2F2);}
.dzfa{
	width:100%;
	float:left;
	background: var(--0059-bf, #0059BF);
	padding:2.5rem 5.2vw;
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.dzfa.ny{
	margin-top:2.5rem;
	border-radius: 0.5625rem;
	overflow:hidden;
	padding:2.0rem;
}
.dzfa.ny dl dt{
	font-size:1.25rem;
}
.dzfa.ny dl dd{
	margin-top:1.0rem;
}
.dzfa.ny::after{
	background-image:none;
}
.dzfa::after{
	width:8.6%;
	position:absolute;
	height:100%;
	right:0;
	top:0;
	z-index:1;
	background-image:url(../img/jd.svg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.dzfa dl{
	max-width:100%;
}
.dzfa dl dt{
	color: #FFF;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 112.5% */
}
.dzfa dl dd{
	margin-top:1.0rem;
	color: #C6D6FF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.dzfa .a01{
	width:auto;
	display:flex;
	margin-top:2.0rem;
}
.dzfa .a01 a{
	padding: 0.5rem 1.25rem;
	border: 1.125px solid rgba(255, 255, 255, 0.30);
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 192.857% */
	margin-right:1.0rem;
}
.dzfa .a01 a:hover{
	background: #FFF;
	color: #004292;
}
.nybanner .tex3{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	padding:0 5.2vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nybanner .tex3 dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .tex3 dl dd{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.zlm.w20 ul li{
	width:20%;
}
.fwtit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	text-align:center;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.fwwrap{
	width:100%;
	float:left;
	margin-top:3.25rem;
	padding:4rem 0;
	background: var(---Gray-6, #F2F2F2);
}
.fwwd{
	width:100%;
	float:left;
	margin-top:1.75rem;
	padding:0 5.2vw;
	position:relative;
	z-index:5;
}
.fwwd::before{
	width: 86%;
    margin: 0 auto; /* 水平居中 */
    height: 100%;
    position: absolute;
    left: 50%; /* 关键：定位居中 */
    top: 0;
    transform: translateX(-50%); /* 关键：修正偏移 */
    z-index: -1;
    background-image: url(../img/fwbj.svg);
    background-position: center center; /* 明确水平+垂直居中 */
    background-repeat: no-repeat;
    background-size: 100% auto;
    opacity: 0.95;
    content: '';
    display: inline-block;
}
.fwwd ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwwd ul li{
	width:100%;
	padding:1.0rem 0;
}
.fwwd ul li h1{
	overflow: hidden;
	color: var(---999, #999);
	text-overflow: ellipsis;
	font-family:zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.fwwd ul li h2{
	margin-top:0.31rem;
	color: var(--0059-bf, #0059BF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.fwwd ul li dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
	margin-top:1.0rem;
}
.fwwd ul li dl dd{
	margin-top:0.31rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}

.fwwrap2{
	width:100%;
	float:left;
	padding:4rem 5.2vw;
	background: var(--bg, #F8F9FA);
}

.sqzx{
	width:100%;
	float:left;
	padding:2.0rem;
	border-radius: 0.5625rem;
	background: #FFF;
	box-shadow: 0 27px 54px -13.5px rgba(0, 0, 0, 0.05);
	overflow:hidden;
	margin-top:2.5rem;
}
.sqzx h1{
	color: var(--0059-bf, #0059BF);
	font-family: zt3;
	font-size: 0.98438rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.40625rem; /* 142.857% */
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.sqzx h1.mart2{
	margin-top:1.81rem;
}
.sqzx h1::before{
	width: 0.5625rem;
	height: 0.5625rem;
	background: var(--0059-bf, #0059BF);
	margin-right:0.56rem;
	content:'';
	display:inline-block;
	margin-bottom:0.25rem;
}
.sqzx ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sqzx ul li{
	width:100%;
	margin-top:1.25rem;
}
.sqzx ul li.mart0{
	margin-top:0px;
}
.sqzx ul li.w100{
	width:100%;
}
.sqzx ul li dl{
	width:100%;
}
.sqzx ul li dl dt{
	color: #424753;
	font-family: zt;
	font-size: 0.84375rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
}
.sqzx ul li dl dt i{
	color: var(--da-2122, #DA2122);
}
.sqzx ul li dl dd{
	margin-top:0.56rem;
}
.sqzx ul li:last-child{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: #424753;
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 120.536% */
}
.sqzx ul li:last-child .a01 a{
	color: var(--0059-bf, #0059BF);
}
.sqzx ul li .inmore{
	margin-top:1.0rem;
}
.zxbk{
	width:100%;
	padding: 0.98rem 0.84rem 0.84rem 0.625rem;
	background: var(--bg, #F8F9FA);
	outline:none;
	color: rgba(194, 198, 213, 0.50);
	font-family:zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border:0px;
}
.RadioStyle input {
	display: none
}
.RadioStyle label {
	border-radius: 0.28125rem;
	border: 1.125px solid rgba(194, 198, 213, 0.50);
	padding: 0.45706rem 1.6875rem;
	overflow:hidden;
	color: #1A1C1E;
	font-family:zt3;
	font-size: 0.98438rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 142.857% */
	margin-right:0.5rem;
}
.RadioStyle input:checked + label {
	border-radius: 0.28125rem;
	border: 1.125px solid var(--0059-bf, #0059BF);
	background: var(--0059-bf, #0059BF);
	color: #C6D6FF;
}

.shfw{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.shfw ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shfw ul li{
	width:48%;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	overflow:hidden;
	padding: 2.5rem 1.5rem;
}
.shfw ul li:nth-child(4n){
	margin-right:0px;
}
.shfw ul li .pic{
	overflow:hidden;
}
.shfw ul li .pic img{
	max-height:2.5rem;
}
.shfw ul li dl dt{
	margin-top:2.0rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.shfw ul li dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.84375rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.51875rem */
}
.shfw ul li:hover{
	background: var(--0059-bf, #0059BF);
}
.shfw ul li:hover dl dt{
	color: var(---white, #FFF);
}
.shfw ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}

.qtfw{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.qtfw ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.qtfw ul li{
	width:48%;
	padding:2.5rem 1.5rem;
	padding-bottom:5.0rem;
	position:relative;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	margin-top:1.25rem;
}
.qtfw ul li .pic{
	overflow:hidden;
}
.qtfw ul li .pic img{
	max-height:2.0rem;
}
.qtfw ul li .pic01{
	display:inline-block;
}
.qtfw ul li .pic02{
	display: none;
}
.qtfw ul li:hover .pic01{
	display:none;
}
.qtfw ul li:hover .pic02{
	display:inline-block;
}
.qtfw ul li dl dt{
	margin-top:2.0rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.qtfw ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.qtfw ul li .num{
	width: auto;
	position:absolute;
	right:1.5rem;
	bottom:0;
	z-index:2;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 75%;
	text-transform: capitalize;
}
.qtfw ul li:hover{
	background: var(--0059-bf, #0059BF);
}
.qtfw ul li:hover dl dt{
	color:#FFF;
}
.qtfw ul li:hover dl dd{
	color:#FFF;
}
.qtfw ul li:hover .num{
	color: var(--30, rgba(255, 255, 255, 0.30));
}
.qtfw ul li:nth-child(3n){
	margin-right:0px;
}
.yftex{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 2rem */
}
.yf01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yf01-l{
	width:100%;
}
.yf01-r{
	width:100%;
	border-top: 1px solid #E8E8E8;
}
.yf01-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	height:100%;
}
.yf01-r ul li{
	width:100%;
	padding:1.5rem 1rem;
	display: flex;
	align-items: center;
	position:relative;
	border-bottom: 1px solid #E8E8E8;
}
.yf01-r ul li .a01{
	width:auto;
	display: flex;
	align-items: center;
	color: #333;
	font-family:zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
}
.yf01-r ul li .a01 i{
	margin-right:0.88rem;
	color: var(---Gray-6, #F2F2F2);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 56.25% */
}
.yf01-r ul li .a02{
	width:50%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
	height:0;
	transition: all 0.6s;
	overflow:hidden;
	margin-left:1.94rem;
}
.yf01-r ul li:hover .a02{
	height:auto;
}
.yf01-r ul li::after{
	content: "\2022";
	font-size:2.0rem;
	color:#E0E0E0;
	position:absolute;
	top:1rem;
	right:1.5rem;
	z-index:1;
}
.yf01-r ul li:hover .a01 i{
	color: var(--30, rgba(255, 255, 255, 0.30));
}
.yf01-r ul li:hover .a01{
	color: var(---white, #FFF);
}
.yf01-r ul li:hover::after{
	color:#FFF;
}
.yf01-r ul li:hover{
	background: var(--0059-bf, #0059BF);
}

.yf02{
	width:100%;
	float:left;
	padding:4rem 0;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-align:center;
}
.yf02 b{
	color: var(--0059-bf, #0059BF);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height:150%;
}
.yf02 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.yf02 dl dd{
	margin-top:0.31rem;
	color: #333;
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
	margin-bottom:1.5rem;
}
.zlm.w50 ul li{
	width:50%;
}
.zlm.sl2 ul li{
	width:50%;
}

.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
	margin-left:0.325rem;
	margin-right:0.325rem;
	display:flex;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 50%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	color: var(---666, #666);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a:hover{
	background: var(--0059-bf, #0059BF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	border: 1px solid var(--0059-bf, #0059BF);
	color:#FFF;
}
.fy ul li a.cur{
	background: var(--0059-bf, #0059BF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	border: 1px solid var(--0059-bf, #0059BF);
	color:#FFF;
}
.fy ul li a b{
	font-family:'宋体';
}

.newrap{
	width:100%;
	float:left;
	padding:3.0rem 5.2vw;
	background: var(--0059-bf, #0059BF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newrap .a01{
	width:100%;
}
.newrap .a01 dl dt{
	display: flex;
	align-items: center;
}
.newrap .a01 dl dt div{
	border-radius: 1.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	padding-right: 1.5rem;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: uppercase;
	overflow:hidden;
}
.newrap .a01 dl dt div i{
	display: flex;
	padding: 0.375rem 1.75rem 0.44rem 1.75rem;
	justify-content: center;
	align-items: center;
	margin-right:1.62rem;
	color: var(--0059-bf, #0059BF);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 1.575rem */
	text-transform: uppercase;
	border-radius: 1.25rem;
	background: var(---white, #FFF);
}
.newrap .a01 dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.newrap .a02{
	width: 100%;
	display: flex;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
	margin-top:2.0rem;
}
.newrap .a02 a{
	margin-left:0.625rem;
	display:flex;
}
.newrap .a02 img{
	max-width:2.0rem;
}
.newcon{
	width:100%;
	float:left;
	padding:3.25rem 5.2vw;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
}
.newtex{
	width:100%;
	float:left;
	padding:2.0rem 1.5rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	overflow:hidden;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.575rem */
}
.newtex img{
	max-width:100%;
	height:auto;
	
}
.newnext{
	width:100%;
	float:left;
	margin-top:0.63rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	margin-top:0.62rem;
	padding:1.5rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.newnext ul li a{
	max-width:80%;
}
.newnext ul li b{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.newcon-r{
	width:25.7%;
	padding:2.5rem 0;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	overflow:hidden;
	display:none;
}
.newcon-r h1{
	color: var(---333, #333);
	font-family: z2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding:0 2.2rem;
}
.newcon-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-r ul li{
	width:100%;
	padding:2.5rem 2.2rem;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
}
.newcon-r ul li h2{
	display:flex;
}
.newcon-r ul li h2 i{
	padding: 0.375rem 0.75rem;
	border-radius: 1.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---999, #999);
	font-family:zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r ul li dl dt{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r ul li dl dd{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}

.xz01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xz01-l{
	width:100%;
	border-radius: 0.5625rem;
	border: 1.125px solid rgba(194, 198, 213, 0.10);
	background: #FFF;
	overflow:hidden;
	padding: 1.5rem;
	position:relative;
}
.xz01-l::after{
	width: 18rem;
	height: 18rem;
	position: absolute;
	right: -5.55419rem;
	top: -5.55469rem;
	border-radius: 0.84375rem;
	background: rgba(0, 66, 146, 0.05);
	filter: blur(36px);
	content:'';
	display:inline-block;
}
.xz01-l .a01{
	width:100%;
	color: var(---333, #333);
	font-family:zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 168.75% */
}
.xz01-l .a01 dl dt{
	display:flex;
	color: #727784;
	font-size: 0.84375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
}
.xz01-l .a01 dl dt i{
	padding: 0.28125rem 0.5625rem;
	border-radius: 0.14063rem;
	background: rgba(0, 66, 146, 0.10);
	color: var(--0059-bf, #0059BF);
	font-size: 0.70313rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	letter-spacing: -0.03513rem;
	text-transform: uppercase;
	margin-right:0.84rem;
}
.xz01-l .a01 dl dd{
	margin-top:2.24rem;
	color: #1A1C1E;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 126.563% */
	margin-bottom:1.09rem;
}
.xz01-l .a02{
	width:100%;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.xz01-l .a02 .sc{
	width:auto;
	display: flex;
	align-items: center;
}
.xz01-l .a02 .sc img{
	margin-right:1.0rem;
	max-height:2.5rem;
}
.xz01-l .a02 .sc dl dt{
	color: #1A1C1E;
	font-size: 0.98438rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
}
.xz01-l .a02 .sc dl dd{
	color: var(---666, #666);
	font-size: 0.84375rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 133.333% */
}
.xz01-l .a02 .more{
	display:flex;
}
.xz01-l .a02 .more a{
	display: flex;
	padding: 0.55rem 1.25rem;
	align-items: center;
	border-radius: 0.28125rem;
	background: var(--0059-bf, #0059BF);
	color: #FFF;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.xz01-l .a02 .more a::before{
	width: 0.9375rem;
	height: 0.9375rem;
	margin-right:0.56rem;
	background-image:url(../img/xzx02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.xz01-r{
	width:100%;
	border-radius: 0.5625rem;
	background: var(--bg, #F8F9FA);
	padding: 1.5rem;
	overflow:hidden;
	margin-top:1.25rem;
}
.xz01-r .pic{
	overflow:hidden;
}
.xz01-r .pic img{
	max-height:2.1rem;
}
.xz01-r dl dt{
	margin-top:2.0rem;
	color: #1A1C1E;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 140% */
}
.xz01-r dl dd{
	margin-top:0.48rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 159.961% */
}
.xz01-r .more{
	display:flex;
	margin-top:3.87rem;
}
.xz01-r .more a{
	color: var(--0059-bf, #0059BF);
	font-size: 0.98438rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	display:flex;
	align-items: center;
}
.xz01-r .more a::after{
	width: 1.125rem;
	height: 1.125rem;
	margin-left:0.56rem;
	background-image:url(../img/ArrowUp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	margin-bottom:0.3rem;
}
.xzlist{
	width:100%;
	float:left;
	margin-top:1.13rem;
}
.xzlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzlist ul li{
	width:100%;
	margin-top:0.62rem;
	border-radius: 0.28125rem;
	border: 1.125px solid rgba(194, 198, 213, 0.10);
	background: #FFF;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.xzlist ul li a{
	width:100%;
	padding: 1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.xzlist ul li .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.xzlist ul li .a01 img{
	margin-right:1.0rem;
	max-width:2.0rem;
}
.xzlist ul li .a01 dl dt{
	color: #1A1C1E;
	font-family:zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.6875rem; /* 150% */
}
.xzlist ul li .a01 dl dd{
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.xzlist ul li .a02{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1.125px solid rgba(194, 198, 213, 0.20);
	margin-top:1.0rem;
	padding-top:1.0rem;
}
.xzlist ul li .a02 img{
	max-width:2.0rem;
}
.xzlist ul li .a02 dl{
}
.xzlist ul li .a02 dl dt{
	color: #727784;
	text-align: center;
	font-size: 0.70313rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	text-transform: uppercase;
}
.xzlist ul li .a02 dl dd{
	color: #1A1C1E;
	text-align: center;
	font-size: 0.98438rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
}
.xzlist ul li .pic01{
	display:inline-block;
}
.xzlist ul li .pic02{
	display:none;
}
.xzlist ul li:hover .pic01{
	display:none;
}
.xzlist ul li:hover .pic02{
	display:inline-block;
}

.tanc{
	width:100%;
	position:fixed;
	height:100%;
	display: none;
	z-index:9999;
}
.tanc01{
	width:100%;
	height:100%;
	position:relative;
}
.tanc01 .mask{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
	/* 0.4背景模糊 */
	/*
	backdrop-filter: blur(12.5px);
	*/
}
.xzcon{
	width:90%;
	position:absolute;
	left:5%;
	top:0;
	height:100%;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.xzcon01{
	width:100%;
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	overflow:hidden;
	position:relative;
	padding:1.5rem;
}
.xzcon01 .gb{
	width: 0.875rem;
	height: 0.875rem;
	position:absolute;
	top:1.5rem;
	right:1.5rem;
	z-index:2;
	background-image:url(../img/gb.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.xzcon01 .pic{
	overflow:hidden;
	text-align:center;
}
.xzcon01 .pic img{
	max-height:3.0rem;
}
.xzcon01 .a01 dl dt{
	margin-top:1.0rem;
	color: #0F172A;
	text-align: center;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 120% */
}
.xzcon01 .a01 dl dd{
	margin-top:0.5rem;
	text-align: center;
	color: var(---666, #666);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.25rem; /* 125% */
}
.xzcon01 .a02{
	width:100%;
	margin-top:1.5rem;
	border-radius: 0.5rem;
	background: #F1F5F9;
	padding: 0.25rem;
}
.xzcon01 .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzcon01 .a02 ul li{
	width:50%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: #64748B;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	padding: 0.75rem 0;
}
.xzcon01 .a02 ul li img{
	margin-right:0.5rem;
	max-height:0.84rem;
}
.xzcon01 .a02 ul li:hover{
	border-radius: 0.5rem;
	background: #FFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	color: var(--0059-bf, #0059BF);
}
.xzcon01 .a02 ul li.cur{
	border-radius: 0.5rem;
	background: #FFF;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	color: var(--0059-bf, #0059BF);
}
.xzcon01 .a03{
	width:100%;
	margin-top:1.0rem;
}
.xzcon01 .a03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzcon01 .a03 ul li{
	width:100%;
	margin-top:1.0rem;
}
.xzcon01 .a03 ul li dl dt{
	color: #1E293B;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}
.xzcon01 .a03 ul li dl dd{
	margin-top:0.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzcon01 .a03 ul li dl dd .srk{
	width:100%;
	padding: 1.125rem 1rem 1rem 1rem;
	border-radius: 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.00);
	background: #F8FAFC;
	display: flex;
	align-items: center;
}
.xzcon01 .a03 ul li dl dd .srk img{
	margin-right:1.13rem;
	max-height:1.44rem;
}
.bk01{
	width:calc(100% - 2.07rem);
	color: #94A3B8;
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
	background-color:transparent;
	border:0px;
}
.xzcon01 .a03 ul li dl dd .yzm{
	width:70%;
}
.bk02{
	width:100%;
	padding: 1.125rem 1rem 1rem 1rem;
	border:0px;
	border-radius: 0.5rem;
	border: 1px solid rgba(0, 0, 0, 0.00);
	background: #F8FAFC;
	overflow:hidden;
	color: #94A3B8;
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}
.error-input{ border:1px solid #F00;}
.xzcon01 .a03 ul li dl dd .yzm2{
	width:26%;
	display:flex;
}
.xzcon01 .a03 ul li dl dd .yzm2 a{
	width:100%;
	padding: 1.16rem 0.5rem 1.26rem 0.5rem;
	border-radius: 0.5rem;
	background: #EFF6FF;
	overflow:hidden;
	color: var(--0059-bf, #0059BF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 142.857% */
}
.ljxz{
	display:flex;
	margin-top:1.5rem;
	width:100%;
}
.ljxz a{
	display: flex;
	padding: 1.0rem 0;
	justify-content: center;
	align-items: center;
	width:100%;
	border-radius: 0.5rem;
	background: var(--0059-bf, #0059BF);
	overflow:hidden;
	color: #FFF;
	text-align: center;
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 155.556% */
}
.ljxz a::after{
	width: 1.0rem;
	height: 1.0rem;
	margin-left:1.25rem;
	background-image:url(../img/ArrowUp2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.xzcon01 .a04{
	width:100%;
	margin-top:2.0rem;
	color: #94A3B8;
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.21875rem; /* 162.5% */
}
.xzcon01 .a04 a{
	color: var(--0059-bf, #0059BF);
}

.lx01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	border-radius: 0.75rem;
	background: var(--bg, #F8F9FA);
	overflow:hidden;
	padding: 3.25rem 1.5rem;
}
.lx01 h1{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.38rem;
}
.lx01 ul li{
	width:100%;
	padding: 1.5rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	overflow:hidden;
	text-align:center;
	margin-top:1.25rem;
}
.lx01 ul li .pic{
	overflow:hidden;
}
.lx01 ul li .pic img{
	max-height:4.0rem;
}
.lx01 ul li dl dt{
	margin-top:1.56rem;
	color: var(--333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01 ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01 ul li:last-child dl dd{
	font-size: 1.25rem;
}
.lx01 ul li:nth-child(3n){
	margin-right:0px;
}
.lx02{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.lx02 img{
	width:100%;
	height:auto;
	display:block;
}

.subNavBox4{
	width:100%;
	float:left;
	margin-top:2.63rem;
}
.subNav4{
	width:100%; 
	float:left;
	padding:1.5rem;
	DISPLAY: block;  
	CURSOR: pointer;
	border-radius: 1rem;
	background: var(--bg, #F8F9FA);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:0.62rem;
}
.subNav4 .a01{
	width:auto;
	max-width:80%;
	display: flex;
	align-items: center;
}
.subNav4 .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.subNav4 .a01 dl dd{
	margin-top:0.56rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
}
.subNav4::after{
	width:1.69rem;
	height:1.69rem;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.currentDd4{
	border-radius: 1rem 1rem 0 0;
	background: var(--0059-bf, #0059BF);
}
.currentDd4::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd4 .a01 dl dt{
	color: var(---white, #FFF);
}
.currentDd4 .a01 dl dd{
	color: var(---white, #FFF);
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:0rem 1.5rem 1.5rem 1.5rem; 
	border-radius: 0 0 1rem 1rem;
	background: var(--bg, #F8F9FA);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: capitalize;
	position:relative;
}
.navContent4 div{
	margin-top:2.0rem;
}
.navContent4 .email{
	margin-top:2.0rem;
	display:flex;
}
.navContent4 .email a{
	padding: 0.5rem 1.25rem;
	border-radius: 6.25rem;
	border: 1px solid var(--0059-bf, #0059BF);
	color: var(--0059-bf, #0059BF);
	text-align: center;
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
}
.bnsp{ width:100%; float:left; margin-top:5rem;}









.mart10{
	margin-top:4rem;
}
.mart3{
	margin-top:1.75rem;
}
.mart5{
	margin-top:5rem;
}
.mart6{
	margin-top:3.25rem;
}
.mart0{
	margin-top:0px;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}

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


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






}












































