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(--0052-ff, #0052FF);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}

.header.yanse .toppic01{
	display: none;
}
.header.yanse .toppic02{
	display: inline-block;
}
.header.yanse.yanse01 .toppic01{
	display: inline-block;
}
.header.yanse.yanse01 .toppic02{
	display: none;
}

@media (min-width:1000px) {
	
.header.yanse{
	background: #FFF;
	/* 23-4-0.1 */
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.01);
}
.header.yanse.yanse01{
	width:100%;
	background: var(--10, rgba(255, 255, 255, 0));
	margin-top:1.25rem;
}
.header.yanse.yanse01 .innav ul>li>a{
	color:#FFF;
}
.header.yanse.yanse01 .intop{
	padding:0 2.6vw;
}
.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 2.6vw;
}


.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;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:8.16%;
	display: flex;
	align-items: center;
	height:5.0rem;
	min-width:8.16%;
	transition: all 0.6s;
	position:relative;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul>li{
	width:auto;
	font-size: 1.0rem;
	height:5.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display:flex;
	align-items: center;
}
.innav ul>li>a{
	width:auto;
	padding:0rem 2.25rem;
	display:flex;
	align-items: center;
	position:relative;
	border-radius: 0.25rem;
}
.innav ul>li>a:hover{
}
.header.yanse .innav ul>li.cur a{
}
.header.yanse.yanse01 .innav ul>li.cur a{
	color:#fff;
}
.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>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;
}
.innav ul>li>ol>li:hover {
    background: rgba(0, 0, 0, 0.03);
}

.innav ul li:hover ol {
    transform: scaleY(1);
}

.innav ul li .xiala{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:9;
	background: var(---white, #FFF);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	opacity:0;
	visibility: hidden;
	transition: all 0.6s;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility: visible;
}
.innav ul li .xiala .a01{
	width:50%;
	padding-left:8.33vw;
	padding-right:7.62rem;
	padding-top:4.94rem;
	padding-bottom:4.12rem;
	box-shadow: 64px 0px 60px -34px rgba(0, 0, 0, 0.11);
	position:relative;
}
.innav ul li .xiala .a01 h1{
	padding-bottom:2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position:relative;
}
.innav ul li .xiala .a01 h1::before{
	width: 9.125rem;
	height: 0.25rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	background:#0052FF;
}
.innav ul li .xiala .a01 dl{
	padding-top:2.96rem;
	width:50%;
}
.innav ul li .xiala .a01 dl dd{
	margin-top:1.69rem;
	color: var(---333, #333);
	font-size: 1.125rem;
	font-family:zt4;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
}
.innav ul li .xiala .a01 dl dd .xl{
	width:50%;
	position:absolute;
	left:50%;
	top:7.6rem;
	z-index:3;
	opacity:0;
	visibility: hidden;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innav ul li .xiala .a01 dl dd .xl p{
	display:flex;
	margin-top:1.25rem;
}
.innav ul li .xiala .a01 dl dd .xl p a{
	display: flex;
	align-items: center;
}
.innav ul li .xiala .a01 dl dd .xl p a::before{
	content:">";
	font-family:'宋体';
	margin-right:1.31rem;
	font-weight:bold;
}
.innav ul li .xiala .a01 dl dd:hover .xl{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala .a01 dl dd a{
	display: flex;
	align-items: center;
	width:100%;
	height:auto;
}
.innav ul li .xiala .a01 dl dd a::before{
	content:">";
	font-family:'宋体';
	margin-right:1.31rem;
	font-weight:bold;
}
.innav ul li .xiala .a02{
	width:50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.innav ul li .xiala .a02 img{
	max-width:60%;
	max-height:18rem;
}

.header.yanse .innav ul li .xiala a{
	color:#333;
}
.header.yanse .innav ul li .xiala a:hover{
	color:#065CA7;
}
.header.yanse.yanse01 .innav ul li .xiala a{
	color:#333;
}
.header.yanse.yanse01 .innav ul li .xiala a:hover{
	color:#065CA7;
}
.header.yanse .innav ul li.cur .xiala a:hover{
	color:#065CA7;
}

.top-r{
	width: auto;
	display: flex;
	align-items: center;
}

.zyw{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:13.1rem;
	height:3.0rem;
	position:relative;
	padding: 0.75rem 0.75rem 0.75rem 1.25rem;
	border-radius: 3rem;
	margin-left:4.53rem;
}
.header.yanse .zyw{
	background: var(---Gray-6, #F2F2F2);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.header.yanse.yanse01 .zyw{
	border: 0px 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);
}
.header.yanse .chaxbk{
	color: var(---999, #999);
}
.header.yanse.yanse01 .chaxbk{
	color: var(--60, rgba(255, 255, 255, 0.60));
}

.zyw .ss{
	max-height:1.25rem;
}
.chaxbk{
	width:calc(100% - 1.25rem);
	height: 1.25rem;
	line-height: 1.25rem;
	border: 0px;
	background-color: transparent;
	outline: none;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family:zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

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

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 1.25rem 2.5rem;
	align-items: center;
	background: var(--00-c-2-e-8, #00C2E8);
	position:relative;
	overflow:hidden;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.0875rem;
	text-transform: uppercase;
	z-index:5;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--00-c-2-e-8, #00C2E8);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore.ny a{
	background: var(--0052-ff, #0052FF);
}
.inmore.ny a::before{
	background: var(--0052-ff, #0052FF);
}
.inmore.ny2 a{
	background: var(--0846-c-9, #0846C9);
}
.inmore.ny2 a::before{
	background: var(--0846-c-9, #0846C9);
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 1.0rem;
	height: 1.0rem;
	margin-left:1.0rem;
	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;
}
.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%;
}
.inab{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l{
	width:37.75%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.inab-l dl dt{
	color: var(--0052-ff, #0052FF);
	font-family:zt2;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.40625rem; /* 150% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.inab-l dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:3.75rem;
}
.inab-l .inmore{
	margin-top:6.25rem;
}

.inab-r{
	width:50%;
	position:relative;
}
.inab-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	position:relative;
}
.inab-r .tex{
	position:absolute;
	bottom:2.5rem;
	left:-5.2rem;
	z-index:2;
	width: 15.5rem;
	height: 15.5rem;
	padding:1.88rem;
	background: var(--0052-ff, #0052FF);
}
.inab-r .tex h1{
	display:flex;
	justify-content: flex-end;
}
.inab-r .tex h1 img{
	max-height:1.875rem;
	width:auto;
}
.inab-r .tex dl dt{
	margin-top:3.44rem;
	color: var(---white, #FFF);
	font-family: DIN;
	font-size: 4rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
}
.inab-r .tex dl dd{
	margin-top:0.44rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inabwz{
	width:100%;
	float:left;
	margin-top:10rem;
	display:flex;
	justify-content: center;
}
.inabwz img{
	max-width:100%;
}
.inpro{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro-l{
	width:50%;
	background: var(--0846-c-9, #0846C9);
	padding:7.53rem 8.33vw;
	padding-right:7.0vw;
}
.inpro-l .a01{
	width:100%;
}
.inpro-l .a01 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt2;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.40625rem; /* 150% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.inpro-l .a01 dl dd{
	margin-top:1.5rem;
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inpro-l .a02{
	width:100%;
	margin-top:5.0rem;
}
.inpro-l .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro-l .a02 ul li{
	width:32.3%;
	padding: 1.875rem 3.75rem;
	border-radius: 0.5rem;
	background: var(--30, rgba(255, 255, 255, 0.30));
	text-align:center;
	position:relative;
}
.inpro-l .a02 ul li::after{
	width:0.8rem;
	height:0.4rem;
	position:absolute;
	left:calc(50% - 0.4rem);
	bottom:-0.4rem;
	z-index:1;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.inpro-l .a02 ul li:hover::after{
	opacity:1;
}
.inpro-l .a02 ul li.cur::after{
	opacity:1;
}
.inpro-l .a02 ul li:hover{
	background: var(--00-c-2-e-8, #00C2E8);
}
.inpro-l .a02 ul li.cur{
	background: var(--00-c-2-e-8, #00C2E8);
}
.inpro-l .a02 ul li dl dt{
	overflow:hidden;
}
.inpro-l .a02 ul li dl dt img{
	max-width:5.0rem;
}
.inpro-l .a02 ul li dl dd{
	margin-top:1.31rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.inpro-l .a03{
	width:100%;
	margin-top:3.22rem;
}
.inpro-l .a03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro-l .a03 ul li{
	width:32.3%;
	text-align:center;
	margin-top:2.5rem;
}
.inpro-l .a03 ul li dl dt{
	overflow:hidden;
	border-radius: 0.5rem;
	border: 2px solid var(--00-c-2-e-8, #00C2E8);
	background-color:#FFF;
}
.inpro-l .a03 ul li dl dt img{
	width:100%;
	height: auto;
	display:block;
	transition: all 0.6s;
}
.inpro-l .a03 ul li:hover dl dt img{
	transform: scale(1.05);
}
.inpro-l .a03 ul li dl dd{
	margin-top:0.94rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.inpro-r{
	width:50%;
	position:relative;
	overflow:hidden;
	background: #C3CBCE;
}
.inpro-r img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
}
.inpro-r .tex{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	display: flex;
	padding: 3.8125rem 3.75rem 3.875rem 3.75rem;
	justify-content: space-between;
	align-items: center;
	background: var(--30, rgba(255, 255, 255, 0.30));
}
.inpro-r .tex .a01{
	width:auto;
	max-width:46%;
}
.inpro-r .tex .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inpro-r .tex .a01 dl dd{
	margin-top:0.69rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

.intit{
	width:100%;
	float:left;
	margin-top:10rem;
	display:flex;
	justify-content: space-between;
	align-items: flex-end;
}
.intit .a01{
	width:auto;
	max-width:50%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.intit .a01 dl dt{
	color: var(--0052-ff, #0052FF);
	font-family: zt2;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.40625rem; /* 150% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.intit .a01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit .a01 .sm{
	margin-top:1.5rem;
}
.infw{
	width:100%;
	float:left;
	border-top: 1px solid #DDE6F0;
	border-left: 1px solid #DDE6F0;
	margin-top:6.25rem;
}
.infw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infw ul li{
	width:25%;
	border-right: 1px solid #DDE6F0;
	border-bottom: 1px solid #DDE6F0;
	padding:4.78rem 3.16rem;
	color: #434656;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	transition: all 0.6s;
	height:35.6rem;
	position:relative;
}
.infw ul li:hover{
	border-right: 1px solid var(--, #DDE6F0);
	border-bottom: 1px solid var(--, #DDE6F0);
	background: var(--bg, #F8FAFC);
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0 rgba(66, 0, 255, 0.08), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}
.infw ul li .pic{
	overflow:hidden;
}
.infw ul li .pic img{
	max-height:4.25rem;
}
.infw ul li dl dt{
	margin-top:3.47rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.045rem;
}
.infw ul li dl dd{
	margin-top:0.69rem;
	color: #94A3B8;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.26563rem; /* 168.75% */
	text-transform: uppercase;
	margin-bottom:2.5rem;
}
.infw ul li .more{
	display:flex;
	margin-top:5.0rem;
	position:absolute;
	left:3.16rem;
	bottom:5.3rem;
	z-index:1;
}
.infw ul li .more a{
	display:flex;
	align-items: center;
	color: var(--0052-ff, #0052FF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	text-transform: uppercase;
}
.infw ul li .more a::after{
	width: 1rem;
	height: 1rem;
	margin-left:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.zdh{
	width:100%;
	float:left;
	margin-top:10rem;
	height:56rem;
	position:relative;
}
.zdh .pic{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10rem 8.33vw;
	transition: all 0.6s;
}
.zdh .pic.cur{
	z-index:2;
}
.zdh .pic .a01{
	width:35.7%;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.zdh .pic .a01 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt2;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.40625rem; /* 150% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.zdh .pic .a01 dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:1.25rem;
}
.zdh .pic .a01 .inmore{
	margin-top:5.0rem;
}
.zdh .xlm{
	width:100%;
	position:absolute;
	padding:1.88rem 8.33vw;
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	bottom:0;
	left:0;
	z-index:2;
}
.zdh .xlm ul{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	position:relative;
	z-index:3;
}
.zdh .xlm ul::before{
	width:75%;
	position:absolute;
	height:1px;
	bottom:2.0rem;
	left:12.5%;
	z-index:-1;
	content:'';
	display:inline-block;
	background: rgba(255, 255, 255, 0.20);
}
.zdh .xlm ul li{
	width:auto;
	text-align:center;
}
.zdh .xlm ul li dl dt{
	padding-bottom:1.0rem;
	position:relative;
}
.zdh .xlm ul li dl dt img{
	max-width:3.8rem;
}
.zdh .xlm ul li dl dd{
	margin-top:0.875rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zdh .xlm ul li dl dt::after{
	width: 0.625rem;
	height: 0.625rem;
	border-radius:50%;
	background-color:#00C2E8;
	border:2px solid #FFF;
	content:'';
	display:inline-block;
	position:absolute;
	left:calc(50% - 0.3125rem);
	bottom:-0.3125rem;
	z-index:1;
}
.zdh .xlm ul li:hover dl dt::after{
	border:2px solid #00C2E8;
}
.zdh .xlm ul li.cur dl dt::after{
	border:2px solid #00C2E8;
}

.innew{
	width:100%;
	float:left;
}
.innew.ny{
	margin-top:6.25rem;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(33.7% - 1.31rem);
	margin-right:1.31rem;
	background: var(--bg, #F8FAFC);
	margin-top:3.75rem;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
	position:relative;
}
.innew ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex{
	padding:2.5rem 1.88rem;
}
.innew ul li .tex dl dt{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innew ul li .tex dl dd{
	margin-top:0.62rem;
	overflow: hidden;
	color: var(---black, #000);
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	padding-bottom:2.56rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	position:relative;
}
.innew ul li .tex dl dd::after{
	width:0px;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
	background: #0052FF;
}
.innew ul li:hover .tex dl dd::after{
	width:100%;
}
.innew ul li .tex .more{
	display:flex;
	margin-top:1.88rem;
}
.innew ul li .tex .more a{
	display:flex;
	align-items: center;
	color: var(--0052-ff, #0052FF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	text-transform: uppercase;
}
.innew ul li .tex .more a::after{
	width: 1rem;
	height: 1rem;
	margin-left:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-bottom:0.1rem;
}

.foot{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:6.25rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1.5px solid #E2E8F0;
	background: var(--bg, #F8FAFC);
}
.foot-l{
	width:30%;
}
.foot-l h1{
	overflow:hidden;
}
.foot-l h1 img{
	max-height:3.75rem;
}
.foot-l dl dt{
	margin-top:3.0rem;
	color: #0F172A;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.82813rem; /* 121.875% */
	letter-spacing: -0.03044rem;
	text-transform: uppercase;
}
.foot-l dl dd{
	color: #64748B;
	font-size: 1.03125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.67625rem; /* 162.545% */
	letter-spacing: -0.02581rem;
	text-transform: uppercase;
	margin-top:1.4rem;
}
.foot-l .sm{
	margin-top:3.08rem;
	color: #94A3B8;
	font-family: zt4;
	font-size: 1.03125rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.foot-r{
	width:55%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-r .a01{
	width: auto;
	max-width:33%;
	color: #475569;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.54688rem; /* 176.786% */
	position:relative;
}
.foot-r .a01 dl dt{
	color: #94A3B8;
	font-family: zt2;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.40625rem; /* 150% */
	text-transform: uppercase;
	padding-bottom:1.11rem;
}
.foot-r .a01 dl dd{
	margin-top:1.91rem;
	color: #475569;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.54688rem; /* 154.688% */
	text-transform: uppercase;
}
.foot-r .a01 dl dd a{
	color: #475569;
}
.foot-r .a01 .sm{
	margin-top:1.91rem;
}
.foot-r .a01 .copy{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	color: #94A3B8;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	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: center;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nab-l{
	width:45.75%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.nab-l h1{
	color: #003EC7;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.nab-l dl dt{
	margin-top:1.87rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab-l dl dd{
	margin-top:1.87rem;
	color: var(--0052-ff, #0052FF);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.1875rem; /* 109.375% */
	margin-bottom:5.0rem;
}
.nab-l .inmore{
	margin-top:5.0rem;
}
.nab-r{
	width:50%;
	position:relative;
	box-shadow: 0 30px 60px 0 rgba(57, 57, 57, 0.10);
	z-index:3;
}
.nab-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.nab-r::after{
	width:100%;
	height:100%;
	position: absolute;
	right: -1.875rem;
	bottom: -1.85938rem;
	z-index:-1;
	background: var(--bg, #F8FAFC);
	content:'';
	display:inline-block;
}
.whwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:10rem 8.33vw;
	background: var(--0846-c-9, #0846C9);
}
.whwrap h1{
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.whwrap h2{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.75rem; /* 125% */
}
.whwrap ul{
	display: flex;
	flex-wrap: wrap;
	margin-top:3.75rem;
}
.whwrap ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	padding:3.75rem 2.5rem;
	transition: all 0.6s;
}
.whwrap ul li:hover{
	background: var(--00-c-2-e-8, #00C2E8);
}
.whwrap ul li:nth-child(3n){
	margin-right:0px;
}
.whwrap ul li .pic{
	overflow:hidden;
}
.whwrap ul li .pic img{
	max-height:5.0rem;
}
.whwrap ul li dl dt{
	margin-top:3.53rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.5rem; /* 133.333% */
	letter-spacing: -0.04688rem;
	text-transform: uppercase;
}
.whwrap ul li dl dd{
	margin-top:2.29rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.03125rem; /* 203.125% */
}

.abtit{
	width:100%;
	float:left;
	margin-top:10rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.abtit.al{
	text-align:left;
}
.abtit.f2{
	font-size:2.5rem;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:3.81rem;
}
.gallery-thumbs {
	width: 100%;
	overflow: visible;
}
.gallery-thumbs .swiper-wrapper {
	display: flex;
	justify-content: center !important;
	align-items: center;
	width: 100% !important;
	transform: translate3d(0px, 0px, 0px) !important;
}
/* 每个slide设置为自动宽度，并居中排列 */
.gallery-thumbs .swiper-slide {
	width: auto !important;
	flex-shrink: 0;
	margin: 0 20px;
	text-align: center;
	position: relative;
}
/* 激活状态样式 */
.gallery-thumbs .swiper-slide-active .time {
	color: #1a6d8f;
	font-weight: 600;
}
.gallery-thumbs .swiper-slide-active .time span {
	width: 100%;
}
/* 确保只有4个标题显示，且居中 */
.gallery-thumbs .swiper-slide {
	display: block;
}
 /* 确保nrList内的所有内容居中 */
.nrList {
	text-align: center !important;
}

.abwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	background: var(--bg, #F8FAFC);
	padding-bottom:10rem;
}
.nab02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.75rem;
}
.nab02-l{
	width:49.375%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.nab02-l img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab02-l:hover img{
	transform: scale(1.05);
}
.nab02-l .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	padding:3.75rem;
}
.nab02-l .tex dl dt{
	color: var(---white, #FFF);
	font-size: 2.34375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8125rem; /* 120% */
}
.nab02-l .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
}
.nab02-r{
	width:49.375%;
}
.nab02-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.nab02-r ul li{
	width:48.6%;
	padding:3.75rem;
	background: var(---white, #FFF);
}
.nab02-r ul li:first-child{
	background: var(--0052-ff, #0052FF);
}
.nab02-r ul li:first-child dl dt{
	color: #FFF;
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.75rem; /* 100% */
}
.nab02-r ul li:first-child dl dd{
	margin-top:5.51rem;
	color: #FFF;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
	letter-spacing: 0.10938rem;
	text-transform: uppercase;
}
.nab02-r ul li:nth-child(2){
	border-bottom: 1.25px solid var(--0052-ff, #0052FF);
}
.nab02-r ul li:nth-child(2) .pic{
	overflow:hidden;
}
.nab02-r ul li:nth-child(2) .pic img{
	max-height:2.34rem;
}
.nab02-r ul li:nth-child(2) dl dt{
	margin-top:4.34rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.1875rem; /* 140% */
}
.nab02-r ul li:nth-child(2) dl dd{
	margin-top:0.62rem;
	color: #434656;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 125% */
}
.nab02-r ul li:nth-child(3){
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.25rem;
}
.nab02-r ul li:nth-child(3) .pic{
	display: flex;
	width: 15rem;
	height: 15rem;
	justify-content: center;
	align-items: center;
	background: var(--Color, rgba(0, 82, 255, 0.05));
}
.nab02-r ul li:nth-child(3) .pic img{
	max-width:2.73rem;
}
.nab02-r ul li:nth-child(3) .tex{
	width:calc(100% - 21.25rem);
}
.nab02-r ul li:nth-child(3) .tex dl dt{
	color: #191C1D;
	font-family: zt4;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.5rem; /* 133.333% */
}
.nab02-r ul li:nth-child(3) .tex dl dd{
	margin-top:1.16rem;
	color: #434656;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.77738rem; /* 162.5% */
}
.honr{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.honr ul{
	display: flex;
	flex-wrap: wrap;
}
.honr ul li{
	width:calc(20% - 1.25rem);
	margin-right:1.25rem;
	border: 1px solid #DDE6F0;
	background: var(---white, #FFF);
	transition: all 0.6s;
	margin-bottom:20px;
}
.honr ul li:hover{
	border: 1px solid var(--, #DDE6F0);
	background: var(--bg, #F8FAFC);
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0 rgba(66, 0, 255, 0.08), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}
.honr ul li:nth-child(5n){
	margin-right:0px;
}
.honr ul li dl dt{
	overflow:hidden;
	border-bottom:1px solid #DDE6F0;
	padding:3.12rem 3.78rem;
}
.honr ul li dl dt img{
	max-width:100%;
	text-align:center;
}
.honr ul li dl dd{
	padding:1.88rem 2.0rem 2.25rem 2.0rem;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy.ny{
	margin-top:1.88rem;
}
.fy.ny ul{
	justify-content: flex-start;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Drop Shadow */
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--Style, #0052FF);
	background: var(--0052-ff, #0052FF);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--Style, #0052FF);
	background: var(--0052-ff, #0052FF);
	color:#FFF;
}

.cpss{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpss-l{
	width:86.5%;
	padding: 0.5rem 0.5rem 0.5rem 1.25rem;
	border: 1px solid var(--0052-ff, #0052FF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.cpss-l .ssbk{
	max-width:3.25rem;
}
.ss01{
	width:calc(100% - 3.25rem);
	border:0px;
	line-height:3.25rem;
	outline:none;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family:zt3;
	text-transform: capitalize;
}
.subNavBox{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.subNav{
	width:100%; 
	float:left;
	DISPLAY: block;  
	CURSOR: pointer;
	padding:3.75rem 5.0rem;
	border: 1px solid #DDE6F0;
	background: var(---white, #FFF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.subNav .tex{
	width:32.5%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.subNav .tex .a01{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.subNav .tex .a01 .b1{
	width:100%;
	display: flex;
	align-items: center;
}
.subNav .tex .a01 .b1 img{
	max-width:5.0rem;
	margin-right:3.31rem;
}
.subNav .tex .a01 .b1 dl dt{
	color: var(--0052-ff, #0052FF);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.28125rem;
	text-transform: uppercase;
}
.subNav .tex .a01 .b1 dl dd{
	margin-top:0.63rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav .tex .a01 h1{
	margin-top:3.75rem;
	margin-bottom:1.25rem;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.77738rem; /* 162.5% */
}
.subNav .pic{
	width:49.6%;
	overflow:hidden;
	position:relative;
}
.subNav .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.subNav .pic:hover img{
	transform: scale(1.05);
}

.currentDd{
	border: 1px solid var(--0052-ff, #0052FF);
	border-bottom:0px;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	padding:0rem 5.0rem 3.75rem 5.0rem;
	border: 1px solid var(--0052-ff, #0052FF);
	border-top:0px;
}
.navContent ul{
	display: flex;
	flex-wrap: wrap;
}
.navContent ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	border: 0.894px solid #DDE6F0;
	background: #F8FAFC;
}
.navContent ul li:nth-child(3n){
	margin-right:0px;
}
.navContent ul li .pic{
	overflow:hidden;
	    background-color: #FFF;
}
.navContent ul li .pic img{
    width: 100%;
    height: auto;*/
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.navContent ul li:hover .pic img{
	transform: scale(1.05);
}
.navContent ul li .tex{
	padding:1.68rem 2.5rem;
}
.navContent ul li .tex h2{
	color: #1C1917;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.03125rem;
	margin-bottom:1.56rem;
}
.navContent ul li .tex dl dd{
	margin-top:0.5rem;
	color: #A8A29E;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.035rem;
}
.navContent ul li .tex dl dt{
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.navContent ul li .tex dl dt .c01{
	width:calc(100% - 3.19rem);
	padding:1.0rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: var(--0052-ff, #0052FF);
	color: #FFF;
	text-align: center;
	font-family: zt2;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.05rem; /* 150% */
	letter-spacing: 0.07rem;
	text-transform: uppercase;
}
.navContent ul li .tex dl dt .c02{
	display: flex;
	padding: 1rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--0052-ff, #0052FF);
	background: #F5F5F4;
}
.navContent ul li .tex dl dt .c02::before{
	width:0.94rem;
	height:0.94rem;
	background-image:url(../img/xz.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.navContent ul li:hover{
	border: 0.894px solid var(--0052-ff, #0052FF);
	background: var(--bg, #F8FAFC);
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0 rgba(66, 0, 255, 0.08), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}
.navContent ul li:hover .tex dl dt .c02::before{
	background-image:url(../img/xz2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent ul li:hover .tex dl dt .c02{
	background: var(--0052-ff, #0052FF);
}
.jszc{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:6.25rem 8.33vw;
	border-top: 1.25px solid rgba(195, 197, 217, 0.10);
	background: var(--0846-c-9, #0846C9);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.jszc .a01{
	width:40%;
}
.jszc .a01 dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 125% */
	letter-spacing: -0.07031rem;
	text-transform: uppercase;
}
.jszc .a01 dl dd{
	margin-top:0.62rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 156.25% */
}
.jszc .a02{
	width:35.3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jsbk{
	width:calc(100% - 10rem);
	display: flex;
	padding: 1.5625rem 2.5rem 1.5625rem 1.25rem;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	align-self: stretch;
	background: var(--bg, #F8FAFC);
	border:0px;
	outline:none;
	color: #6B7280;
	font-family: zt3;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.jsanniu{
	width:10rem;
	display: flex;
	padding: 1.5625rem 3.125rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: var(--00-c-2-e-8, #00C2E8);
	border:0px;
	cursor:pointer;
	color: #FFF;
	text-align: center;
	font-family: zt3;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}

.procon{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.procon-l{
	width:18%;
	padding: 1.5rem;
	border: 1px solid #DDE6F0;
	background: var(---white, #FFF);
	float:left;
}
.procon-l .cpss-l{
	width:100%;
	padding: 0.35294rem 0.37131rem 0.35294rem 0.88238rem;
}

.subNavBox2{
	width:100%;
}
.subNav2{
	width:100%; 
	float:left;  
	CURSOR: pointer;
	color: #1C1917;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:1.5rem;
}
.subNav2::after{
	width:0.82rem;
	height:0.48rem;
	background-image:url(../img/xjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.currentDd2{}
.navContent2{
	float:left;
	width:100%;
	padding:1.0rem 0;
	border-bottom: 1px solid #F5F5F4;
}
.navContent2 dl dd{
	display: flex;
	align-items: center;
	color: #57534E;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 114.286% */
	margin-top:0.75rem;
}
.navContent2 dl dd:first-child{
	margin-top:0px;
}

.procon-r{
	width:75.8%;
	float:right;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist.ny{
	margin-top:2.5rem;
}
.prolist.ny ul li{
	width:25%;
}
.prolist.ny ul li:first-child{
	margin-top:1.25rem;
}
.prolist.ny ul li:nth-child(2){
	margin-top:1.25rem;
}
.prolist.ny ul li:nth-child(3){
	margin-top:1.25rem;
}
.prolist ul li{
	width:33.33%;
	margin-top:1.25rem;
	border: 1px solid #DDE6F0;
	background: var(--bg, #F8FAFC);
}
.prolist ul li:first-child{
	margin-top:0px;
}
.prolist ul li:nth-child(2){
	margin-top:0px;
}
.prolist ul li:nth-child(3){
	margin-top:0px;
}
.prolist ul li .pic{
	overflow:hidden;
	background-color:#FFF;
}
.prolist ul li .pic img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	padding:1.68rem 2.5rem;
}
.prolist ul li .tex h2{
	color: #1C1917;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.03125rem;
	margin-bottom:1.56rem;
}
.prolist ul li .tex dl dd{
	margin-top:0.5rem;
	color: #A8A29E;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.035rem;
}
.prolist ul li .tex dl dt{
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li .tex dl dt .c01{
	width:calc(100% - 3.19rem);
	padding:1.0rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: var(--0052-ff, #0052FF);
	color: #FFF;
	text-align: center;
	font-family: zt2;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.05rem; /* 150% */
	letter-spacing: 0.07rem;
	text-transform: uppercase;
}
.prolist ul li .tex dl dt .c02{
	display: flex;
	padding: 1rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--0052-ff, #0052FF);
	background: #F5F5F4;
}
.prolist ul li .tex dl dt .c02::before{
	width:0.94rem;
	height:0.94rem;
	background-image:url(../img/xz.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.prolist ul li:hover{
	border: 0.894px solid var(--0052-ff, #0052FF);
	background: var(--bg, #F8FAFC);
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0 rgba(66, 0, 255, 0.08), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}
.prolist ul li:hover .tex dl dt .c02::before{
	background-image:url(../img/xz2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.prolist ul li:hover .tex dl dt .c02{
	background: var(--0052-ff, #0052FF);
}

input{
	outline: none;
}
label{
	display: flex;
	align-items: center;
	color: #57534E;
	font-family: zt3;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 114.286% */
}
.checkbox{
	 width: 1.2rem;
	 height: 1.2rem;
     background-color: #ffffff;
     border: solid 1px #dddddd;
     -webkit-border-radius: 0.6rem;
     border-radius: 0.6rem;
     font-size: 0.8rem;
     margin: 0;
     padding: 0;
     position: relative;
     display: inline-block;
     vertical-align: top;
     cursor: default;
     -webkit-appearance: none;  /**隐藏原生控件**/
	 margin-right:0.75rem;
}
.checkbox {
	border-radius: 0.1rem;   /**复选框的圆角要小一些**/
}
/**选择后的样式**/
.radio:checked,.checkbox:checked{
	border: solid 1px #00adc8;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	text-align: center;
	background-clip: padding-box;
}
/**选择后 里面小对勾样式**/
.radio:checked:before,.checkbox:checked:before{
	content: '';
	width: 0.5rem;
	height: 0.3rem;
	border: 1px solid var(--0052-ff, #0052FF);
	border-top: none;
	border-right: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.25rem;
	margin-top: -0.25rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.proshow{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow .tex{
	width:36.0%;
	margin-left:8.33vw;
	padding:6.44rem 0;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.proshow .tex h1{
	color: var(--0052-ff, #0052FF);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.28125rem;
	text-transform: uppercase;
}
.proshow .tex dl dt{
	margin-top:0.63rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.proshow .tex dl dd{
	margin-top:3.75rem;
	margin-bottom:1.25rem;
	color: var(---333, #333);
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.77738rem; /* 162.5% */
}
.proshow .tex .inmore{
	margin-top:5.0rem;
}
.cplm{
	width:100%;
	float:left;
	padding:0 8.33vw;
	background: var(--0846-c-9, #0846C9);
}
.cplm ul{
	display: flex;
	flex-wrap: wrap;
}
.cplm ul li{
	display:flex;
	width:auto;
	margin-right:7.0rem;
}
.cplm ul li a{
	padding: 1.375rem 0.625rem;
	display:flex;
	justify-content: center;
	align-items: center;
	position:relative;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cplm ul li a::after{
	width:0;
	height:3px;
	background-color:#DDE6F0;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.cplm ul li a:hover::after{
	width:100%;
}

.cplm ul li a.cur{
	width:100%;
	border-bottom:2px solid #FFF
}


.protex{
	width:100%;
	float:left;
	margin-top:6.25rem;
	font-size:1.0rem;
	line-height:150%;
}
.protex img{
	max-width:100%;
}
.cpcs{
	width:100%;
	border: 1px solid var(--0052-ff, #0052FF);
}
.cpcs ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background:#F8FAFC;
}
.cpcs ul:nth-child(2n){
	background-color:#FFF;
}
.cpcs ul li{
	width:50%;
	padding: 0 2.5rem 0 2.5rem;
	height:4.25rem;
	line-height:4.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
}
.allist{
	width:100%;
	float:left;
}
.allist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allist ul li{
	width:49.1%;
	background:#F8FAFC;
	margin-top:3.75rem;
	transition: all 0.6s;
}
.allist ul li:hover{
	border: 1.25px solid var(--0052-ff, #0052FF);
	background: #F8FAFC;
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0 rgba(66, 0, 255, 0.08), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}
.allist ul li .pic{
	overflow:hidden;
}
.allist ul li .pic img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.allist ul li:hover .pic img{
	transform: scale(1.05);
}
.allist ul li .tex{
	padding:3.75rem;
}
.allist ul li .tex h1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	color: #DDE6F0;
	font-family: zt4;
	font-size: 2.8125rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 111.111% */
}
.allist ul li .tex h1 i{
	padding: 0.3125rem 0.9375rem;
	border-radius: 6.25rem;
	background: #DDE6F0;
	color: var(--0052-ff, #0052FF);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.allist ul li .tex dl dt{
	margin-top:1.25rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.allist ul li .tex dl dd{
	margin-top:1.25rem;
	color: #737688;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.allist ul li .tex .more{
	display:flex;
	margin-top:2.5rem;
}
.allist ul li .tex .more a{
	color: var(--0052-ff, #0052FF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 178.571% */
	letter-spacing: 0.10938rem;
	text-transform: uppercase;
	display:flex;
	align-items: center;
}
.allist ul li .tex .more a::after{
	width:1.0rem;
	height:1.0rem;
	margin-left:0.94rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.ready{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:7.5rem 8.33vw;
	background: var(--0846-c-9, #0846C9);
	color: #DFE3FF;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ready h1{
	margin-bottom:1.25rem;
	color: #FFF;
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ready ul{
	margin-top:2.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ready ul li{
	width:auto;
	margin-left:0.625rem;
	margin-right:0.625rem;
	display:flex;
}
.ready ul li a{
	padding: 1.25rem 3.75rem;
	border: 1.25px solid #FFF;
	color: #FFF;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.125rem;
	text-transform: uppercase;
}
.ready ul li a:hover{
	background: #F8F9FA;
	color: #003EC7;
}
.alshow{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.alshow-l{
	width:35%;
	margin-left:8.33vw;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.alshow-l h1{
	color: var(--0052-ff, #0052FF);
	font-family: zt3;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.28125rem;
	text-transform: uppercase;
}
.alshow-l h2{
	margin-top:0.63rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.alshow-l h3{
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.77738rem; /* 162.5% */
	margin-bottom:1.25rem;
}
.alshow-l ul{
	margin-top:5.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.alshow-l ul li{
	width:32%;
	padding: 1.375rem 1.875rem;
	background: var(--bg, #F8FAFC);
}
.alshow-l ul li dl dt{
	color: #737688;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 166.667% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.alshow-l ul li dl dd{
	margin-top:0.31rem;
	color: #191C1D;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
}
.alshow-r{
	width:50%;
	overflow:hidden;
	position:relative;
}
.alshow-r img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.alshow-r:hover img{
	transform: scale(1.05);
}

.alwrap{
	width:100%;
	float:left;
	background: var(--bg, #F8FAFC);
	padding:10rem 8.33vw;
}
.show01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show01-l{
	width:32.5%;
	padding:3.75rem;
	background: var(--0052-ff, #0052FF);
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.show01-l h1{
	margin-bottom:1.88rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.5rem; /* 125% */
}
.show01-l .pic{
	display:flex;
	margin-top:6.91rem;
	overflow:hidden;
}
.show01-l .pic img{
	max-height:3.0rem;
}
.show01-r{
	width:66.25%;
	padding:3.75rem;
	background: #FFF;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.show01-r h1{
	margin-bottom:1.88rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.5rem; /* 125% */
}
.show01-r ul{
	margin-top:5.62rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show01-r ul li{
	width:48%;
	display: flex;
	align-items: center;
}
.show01-r ul li img{
	max-height:3.75rem;
	margin-right:1.25rem;
}
.show01-r ul li dl dt{
	color: #191C1D;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.875rem; /* 150% */
}
.show01-r ul li dl dd{
	margin-top:0.63rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 156.25% */
}

.altit{
	width:100%;
	float:left;
	margin-top:10rem;
}
.altit dl dt{
	color: var(--0052-ff, #0052FF);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.28125rem;
	text-transform: uppercase;
}
.altit dl dd{
	margin-top:0.62rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 125% */
	letter-spacing: -0.07031rem;
}
.show02{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.show02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show02 ul li{
	width:33.125%;
	padding:3.75rem;
	background: var(---white, #FFF);
}
.show02 ul li h1{
	color: #003EC7;
	font-family: zt3;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.09375rem;
}
.show02 ul li dl dt{
	margin-top:2.5rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.1875rem; /* 145.833% */
}
.show02 ul li dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.show02 ul li .pic{
	overflow:hidden;
	margin-top:3.75rem;
}
.show02 ul li .pic img{
	max-width:2.35rem;
}

.fw01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: #94A3B8;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fw01 h1{
	color: #191C1D;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fw01 h2{
	margin-top:1.25rem;
	margin-bottom:1.25rem;
	color: var(--, #94A3B8);
	font-family: zt3;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fw02{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fw02 img{
	width:100%;
	height:auto;
	display:block;
}
.fw03{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border=left: 1.25px solid rgba(195, 197, 217, 0.10);
	border=top: 1.25px solid rgba(195, 197, 217, 0.10);
	background: var(--bg, #F8FAFC);
}
.fw03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fw03 ul li{
	width:33.33%;
	border=right: 1.25px solid rgba(195, 197, 217, 0.10);
	border=bottom: 1.25px solid rgba(195, 197, 217, 0.10);
	padding:3.75rem;
	transition: all 0.6s;
}
.fw03 ul li:hover{
	background: var(--0052-ff, #0052FF);
}
.fw03 ul li .pic{
	overflow:hidden;
	height:2.5rem
}
.fw03 ul li .pic img{
	max-height:2.5rem;
}
.fw03 ul li dl dt{
	margin-top:1.88rem;
	color: #191C1D;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1875rem; /* 140% */
	letter-spacing: -0.03906rem;
	text-transform: uppercase;
}
.fw03 ul li dl dd{
	margin-top:1.16rem;
	color:#94A3B8;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fw03 ul li:hover dl dd{
	color: #DFE3FF;
}
.fw03 ul li:hover dl dt{
	color: #FFF;
}
.fw03 ul li .pic01{
	display:inline-block;
}
.fw03 ul li .pic02{
	display: none;
}
.fw03 ul li:hover .pic01{
	display:none;
}
.fw03 ul li:hover .pic02{
	display:inline-block;
}

.wenti{
	width:100%;
	float:left;
	margin-top:6.25rem;
	padding:10rem 8.33vw;
	background: var(--bg, #F8FAFC);
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.77738rem; /* 177.734% */
}
.wenti h1{
	margin-bottom:1.25rem;
	color: #191C1D;
	font-family: zt3;
	font-size: 2.34375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8125rem; /* 120% */
	letter-spacing: -0.11719rem;
	text-transform: uppercase;
}
.wenti ul{
	margin-top:3.13rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wenti ul li{
	width:100%;
	margin-top:0.62rem;
	padding:2.5rem;
	border-bottom: 1.25px solid rgba(195, 197, 217, 0.30);
	background: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wenti ul li::after{
	width:1.7rem;
	height:1.7rem;
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.wenti ul li:hover::after{
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.wenti ul li dl{
	width:auto;
	max-width:80%;
}
.wenti ul li dl dt{
	color: #191C1D;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	letter-spacing: -0.03125rem;
	text-transform: uppercase;
}
.wenti ul li dl dd{
	margin-top:1.17rem;
	color: #94A3B8;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.77738rem; /* 162.5% */
}
.fwtit{
	width:100%;
	float:left;
	margin-top:10rem;
	text-align:center;
}
.fwtit dl dt{
	color: #191C1D;
	font-size: 2.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.125rem; /* 111.111% */
	letter-spacing: -0.14063rem;
	text-transform: uppercase;
}
.fwtit dl dd{
	margin-top:1.16rem;
	color: var(---666, #666);
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.77738rem; /* 162.5% */
}
.fw04{
	width:100%;
	float:left;
	margin-top:5.0rem;
	border: 1.25px solid #FFF;
	background: var(--bg, #F8FAFC);
	box-shadow: 0 1.25px 2.5px 0 rgba(0, 0, 0, 0.05);
	padding: 3.75rem 3.75rem 5rem 3.75rem;
}
.lx01-r{
	width:100%;
	color: var(---666, #666);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
}
.lx01-r ul{
	margin-top:0.63rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-r ul li{
	width:48.6%;
	margin-top:2.5rem;
}
.lx01-r ul li.w100{
	width:100%;
}
.lx01-r ul li dl dt{	
	color: #191C1D;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
	letter-spacing: 0.02738rem;
	text-transform: uppercase;
}
.lx01-r ul li dl dt i{
	color: #BA1A1A;
}
.lx01-r ul li dl dd{
	margin-top:0.62rem;
}
.lxbk{
	width:100%;
	padding:0.88rem 1.25rem;
	border:0px;
	outline:none;
	
	border: 1.25px solid #DDE6F0;
	background: #FFF;
	color: #94A3B8;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	font-family:zt3;
	line-height: normal;
}
.lx01-r ul li.a1{
	display: flex;
	align-items: center;
	color: #434656;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
}
.lx01-r ul li.a1 input{
	margin-right:0.625rem;
}
.lx01-r ul li.a2{
	margin-top:1.25rem;
	color: #434656;
	font-size: 0.85938rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.28906rem; /* 150% */
	margin-bottom:1.25rem;
}
.lx01-r ul li.a2 i{
	color: #BA1A1A;
}
.lx01-r ul li.a3{
	display:flex;
}
.lxanniu{
	width:100%;
	padding: 1.5625rem 0;
	border:0px;
	background: var(--0052-ff, #0052FF);
	cursor:pointer;
	color: #FFF;
	text-align: center;
	font-family: zt3;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
	letter-spacing: 0.21875rem;
	text-transform: uppercase;
}

.newwrap{
	width:100%;
	float:left;
	padding:6.25rem 8.33vw;
	background: var(--bg, #F8FAFC);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newwrap .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.newwrap .pic img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.newwrap .pic:hover img{
	transform: scale(1.05);
}
.newwrap .tex{
	width:45%;
	color: var(---333, #333);
	font-size: 1.40625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.28519rem; /* 162.5% */
}
.newwrap .tex dl dt{
	color: var(--0052-ff, #0052FF);
	font-family: zt2;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.40625rem; /* 150% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.newwrap .tex dl dd{
	margin-top:1.88rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.375rem;
	margin-bottom:1.88rem;
}
.newwrap .tex .sm{
	margin-top:2.5rem;
	display:flex;
}
.newwrap .tex .sm i{
	padding: 0.3125rem 1.25rem;
	background: var(---white, #FFF);
	color: #191C1D;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.07813rem;
	text-transform: uppercase;
	margin-right:0.62rem;
}
.newwrap .tex .inmore{
	margin-top:3.75rem;
}

.newrap2{
	width:100%;
	float:left;
	margin-top:8.75rem;
	border: 1px solid #DDE6F0;
	background: #F8FAFC;
	padding:3.75rem;
}
.newdate{
	width:100%;
	float:left;
	color: rgba(94, 63, 59, 0.60);
	font-family:zt4;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
}
.newdate i{
	margin-right:1.25rem;
	padding: 0.3125rem 0.9375rem;
	border-radius: 0.15625rem;
	background: #DDE6F0;
	color: var(--0052-ff, #0052FF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newtit{
	width:100%;
	float:left;
	margin-top:1.25rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 4.6875rem; /* 187.5% */
	letter-spacing: -0.11719rem;
}
.newsm{
	width:100%;
	float:left;
	margin-top:0.62rem;
	color: var(---666, #666);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.53906rem; /* 203.125% */
}
.newcon{
	width:100%;
	float: left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:64%;
}
.newtex{
	width:100%;
	float:left;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.newtex img{
	width:100%;
	height:auto;
	display:block;
}

.newcon-r{
	width:30%;
}


.newnext{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	padding: 1.5rem 2.5rem 1.5rem 1.875rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.25rem;
	background: var(--bg, #F8FAFC);
}
.newnext ul li a{
	max-width:80%;
}

.nynew{
	width:100%;
	float:left;
}
.nynew ul{
	display: flex;
	flex-wrap: wrap;
}
.nynew ul li{
	width:100%;
	background: var(--bg, #F8FAFC);
	margin-top:1.88rem;
}
.nynew ul li:first-child{
	margin-top:0px;
}
.nynew ul li .pic{
	overflow:hidden;
	position:relative;
}
.nynew ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nynew ul li:hover .pic img{
	transform: scale(1.05);
}
.nynew ul li .tex{
	padding:1.25rem 0rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	position: relative;
}
.nynew ul li .tex dl dt{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.nynew ul li .tex dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---black, #000);
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	padding-bottom:2.56rem;
	position:relative;
}
.nynew ul li .tex::after{
	width:0px;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
	background: #0052FF;
}
.nynew ul li:hover .tex::after{
	width:100%;
}
.nynew ul li .tex .more{
	display:flex;
	margin-top:1.25rem;
}
.nynew ul li .tex .more a{
	display:flex;
	align-items: center;
	color: var(--0052-ff, #0052FF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	text-transform: uppercase;
}
.nynew ul li .tex .more a::after{
	width: 1rem;
	height: 1rem;
	margin-left:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-bottom:0.1rem;
}

.nlx01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--bg, #F8FAFC);
	margin-top:10rem;
}
.nlx01-l{
	width:58%;
	padding:6.28rem 3.75rem;
}
.nlx01-l h1{
	color: #191C1D;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8125rem; /* 112.5% */
	letter-spacing: -0.05856rem;
}
.nlx01-l ul{
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01-l ul li{
	width:48%;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nlx01-l ul li div{
	display: flex;
	align-items: center;
	width:auto;
	color: #737688;
	font-size: 0.85938rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.28906rem; /* 150% */
	letter-spacing: 0.043rem;
	text-transform: uppercase;
}
.nlx01-l ul li div input{
	margin-right:0.62rem;
}
.nlx01-l ul li dl{
	width:100%;
}
.nlx01-l ul li.w100{
	width:100%;
}
.nlx01-l ul li dl dt{
	color: var(--0052-ff, #0052FF);
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.07813rem;
	text-transform: uppercase;
}
.nlx01-l ul li dl dd{
	margin-top:1.64rem;
}
.lxbk2{
	padding-bottom:1.0rem;
	width:100%;
	border:0px;
	border-bottom: 1.25px solid #C3C5D9;
	line-height:1.31rem;
	color: rgba(115, 118, 136, 0.40);
	font-family: zt3;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
	background-color:transparent;
}

.nlx01-r{
	width:42%;
	background: var(--0846-c-9, #0846C9);
	padding:5.0rem;
}
.nlx01-r h1{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8125rem; /* 112.5% */
	letter-spacing: -0.05856rem;
}
.nlx01-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01-r ul li{
	width:100%;
	padding-bottom:3.75rem;
	margin-top:3.75rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.nlx01-r ul li dl dt{
	padding-bottom:0.94rem;
	display:flex;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
	letter-spacing: 0.10938rem;
	text-transform: uppercase;
}
.nlx01-r ul li dl dt img{
	margin-right:1.88rem;
}
.nlx01-r ul li dl dd{
	padding-left:3.46rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
}

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














.mart0{
	margin-top:0px;
}
.blue{
	color: var(--0052-ff, #0052FF);
}



.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.dingw{ width:100%; float:left; margin-top:-120px;}

}


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




	
}

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






	
}

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


.foot-r {
    width: 65%;}















	
}





@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(--0052-ff, #0052FF);
	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;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background:var(--0052-ff, #0052FF); color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}


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

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.5rem;
	align-items: center;
	background: var(--00-c-2-e-8, #00C2E8);
	position:relative;
	overflow:hidden;
	color: #FFF;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45; /* 142.857% */
	z-index:5;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--00-c-2-e-8, #00C2E8);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore.ny a{
	background: var(--0052-ff, #0052FF);
}
.inmore.ny a::before{
	background: var(--0052-ff, #0052FF);
}
.inmore.ny2 a{
	background: var(--0846-c-9, #0846C9);
}
.inmore.ny2 a::before{
	background: var(--0846-c-9, #0846C9);
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 0.62rem;
	height: 0.62rem;
	margin-left:0.62rem;
	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;
}
.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%;
}
.inab{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l{
	width:100%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.inab-l dl dt{
	color: var(--0052-ff, #0052FF);
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.inab-l dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.65rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:2.5rem;
}
.inab-l .inmore{
	margin-top:3.25rem;
}

.inab-r{
	width:100%;
	position:relative;
	margin-top:3.0rem;
}
.inab-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	position:relative;
}
.inab-r .tex{
	position:absolute;
	bottom:1.5rem;
	left:-1.2rem;
	z-index:2;
	width: 10.5rem;
	height: 10.5rem;
	padding:1.0rem;
	background: var(--0052-ff, #0052FF);
}
.inab-r .tex h1{
	display:flex;
	justify-content: flex-end;
}
.inab-r .tex h1 img{
	max-height:1.5rem;
	width:auto;
}
.inab-r .tex dl dt{
	margin-top:1.44rem;
	color: var(---white, #FFF);
	font-family: DIN;
	font-size: 3rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
}
.inab-r .tex dl dd{
	margin-top:0.44rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inabwz{
	width:100%;
	float:left;
	margin-top:4rem;
	display:flex;
	justify-content: center;
}
.inabwz img{
	max-width:100%;
}
.inpro{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro-l{
	width:100%;
	background: var(--0846-c-9, #0846C9);
	padding:3.53rem 3%; 
}
.inpro-l .a01{
	width:100%;
}
.inpro-l .a01 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.40625rem; /* 150% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.inpro-l .a01 dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 1.65rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inpro-l .a02{
	width:100%;
	margin-top:2.0rem;
}
.inpro-l .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro-l .a02 ul li{
	width:32.3%;
	padding: 1.5rem 1.75rem;
	border-radius: 0.5rem;
	background: var(--30, rgba(255, 255, 255, 0.30));
	text-align:center;
	position:relative;
}
.inpro-l .a02 ul li::after{
	width:0.8rem;
	height:0.4rem;
	position:absolute;
	left:calc(50% - 0.4rem);
	bottom:-0.4rem;
	z-index:1;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.inpro-l .a02 ul li:hover::after{
	opacity:1;
}
.inpro-l .a02 ul li.cur::after{
	opacity:1;
}
.inpro-l .a02 ul li:hover{
	background: var(--00-c-2-e-8, #00C2E8);
}
.inpro-l .a02 ul li.cur{
	background: var(--00-c-2-e-8, #00C2E8);
}
.inpro-l .a02 ul li dl dt{
	overflow:hidden;
}
.inpro-l .a02 ul li dl dt img{
	max-width:3.0rem;
}
.inpro-l .a02 ul li dl dd{
	margin-top:1.31rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.inpro-l .a03{
	width:100%;
	margin-top:1.22rem;
}
.inpro-l .a03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro-l .a03 ul li{
	width:32.3%;
	text-align:center;
	margin-top:1.5rem;
}
.inpro-l .a03 ul li dl dt{
	overflow:hidden;
	border-radius: 0.5rem;
	border: 2px solid var(--00-c-2-e-8, #00C2E8);
	background-color:#FFF;
}
.inpro-l .a03 ul li dl dt img{
	width:100%;
	height: auto;
	display:block;
	transition: all 0.6s;
}
.inpro-l .a03 ul li:hover dl dt img{
	transform: scale(1.05);
}
.inpro-l .a03 ul li dl dd{
	margin-top:0.94rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.inpro-r{
	width:100%;
	position:relative;
	overflow:hidden;
	background: #C3CBCE;
}
.inpro-r img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
}
.inpro-r .tex{
	width:100%;
	display: flex;
	padding: 1.8125rem 3% 1.875rem 3%;
	justify-content: space-between;
	align-items: center;
	background: var(--30, rgba(255, 255, 255, 0.30));
}
.inpro-r .tex .a01{
	width:auto;
	max-width:56%;
}
.inpro-r .tex .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inpro-r .tex .a01 dl dd{
	margin-top:0.69rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

.intit{
	width:100%;
	float:left;
	margin-top:4rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.intit .inmore{
	margin-top:2.0rem;
}
.intit .a01{
	width:100%;
	max-width:100%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.intit .a01 dl dt{
	color: var(--0052-ff, #0052FF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.intit .a01 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.65rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit .a01 .sm{
	margin-top:1.0rem;
}
.infw{
	width:100%;
	float:left;
	border-top: 1px solid #DDE6F0;
	border-left: 1px solid #DDE6F0;
	margin-top:3.25rem;
}
.infw ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infw ul li{
	width:50%;
	border-right: 1px solid #DDE6F0;
	border-bottom: 1px solid #DDE6F0;
	padding: 2rem 1rem;
	color: #434656;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	transition: all 0.6s;
	height:27.0rem;
	position:relative;
}
.infw ul li:hover{
	border-right: 1px solid var(--, #DDE6F0);
	border-bottom: 1px solid var(--, #DDE6F0);
	background: var(--bg, #F8FAFC);
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0 rgba(66, 0, 255, 0.08), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}
.infw ul li .pic{
	overflow:hidden;
}
.infw ul li .pic img{
	max-height:2.25rem;
}
.infw ul li dl dt{
	margin-top:2.0rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.045rem;
}
.infw ul li dl dd{
	margin-top:0.69rem;
	color: #94A3B8;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.26563rem; /* 168.75% */
	text-transform: uppercase;
	margin-bottom:1.5rem;
}
.infw ul li .more{
	display:flex;
	position:absolute;
	left:1.5rem;
	bottom:2.3rem;
	z-index:1;
}
.infw ul li .more a{
	display:flex;
	align-items: center;
	color: var(--0052-ff, #0052FF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	text-transform: uppercase;
}
.infw ul li .more a::after{
	width: 1rem;
	height: 1rem;
	margin-left:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.zdh{
	width:100%;
	float:left;
	margin-top:4rem;
	height:36rem;
	position:relative;
}
.zdh .pic{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:4rem 3%;
	transition: all 0.6s;
}
.zdh .pic .a01{
	width:90%;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.zdh .pic .a01 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.zdh .pic .a01 dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.65rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:1.0rem;
}
.zdh .pic .a01 .inmore{
	margin-top:2.0rem;
}
.zdh .xlm{
	width:100%;
	position:absolute;
	padding:1.5rem 3%;
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	bottom:0;
	left:0;
	z-index:2;
}
.zdh .xlm ul{
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	position:relative;
	z-index:3;
}
.zdh .xlm ul::before{
	width:75%;
	position:absolute;
	height:1px;
	bottom:2.0rem;
	left:12.5%;
	z-index:-1;
	content:'';
	display:inline-block;
	background: rgba(255, 255, 255, 0.20);
}
.zdh .xlm ul li{
	width:auto;
	text-align:center;
}
.zdh .xlm ul li dl dt{
	padding-bottom:1.0rem;
	position:relative;
}
.zdh .xlm ul li dl dt img{
	max-width:2.8rem;
}
.zdh .xlm ul li dl dd{
	margin-top:0.875rem;
	color: var(---white, #FFF);
	font-size: 0.675rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zdh .xlm ul li dl dt::after{
	width: 0.625rem;
	height: 0.625rem;
	border-radius:50%;
	background-color:#00C2E8;
	border:2px solid #FFF;
	content:'';
	display:inline-block;
	position:absolute;
	left:calc(50% - 0.3125rem);
	bottom:-0.3125rem;
	z-index:1;
}
.zdh .xlm ul li:hover dl dt::after{
	border:2px solid #00C2E8;
}
.zdh .xlm ul li.cur dl dt::after{
	border:2px solid #00C2E8;
}

.innew{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.innew.ny{
	margin-top:1.5rem;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew ul li{
	width:48%;
	background: var(--bg, #F8FAFC);
	margin-top:1.25rem;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow:hidden;
	position:relative;
}
.innew ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex{
	padding:1.5rem 1.0rem;
}
.innew ul li .tex dl dt{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innew ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---black, #000);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	position:relative;
}
.innew ul li .tex dl dd::after{
	width:0px;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
	background: #0052FF;
}
.innew ul li:hover .tex dl dd::after{
	width:100%;
}
.innew ul li .tex .more{
	display:flex;
	margin-top:1.88rem;
}
.innew ul li .tex .more a{
	display:flex;
	align-items: center;
	color: var(--0052-ff, #0052FF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	text-transform: uppercase;
}
.innew ul li .tex .more a::after{
	width: 0.62rem;
	height: 0.62rem;
	margin-left:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-bottom:0.1rem;
}

.foot{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:3.25rem 3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-top: 1.5px solid #E2E8F0;
	background: var(--bg, #F8FAFC);
}
.foot-l{
	width:100%;
}
.foot-l h1{
	overflow:hidden;
}
.foot-l h1 img{
	max-height:2.5rem;
}
.foot-l dl dt{
	margin-top:2.0rem;
	color: #0F172A;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.82813rem; /* 121.875% */
	letter-spacing: -0.03044rem;
	text-transform: uppercase;
}
.foot-l dl dd{
	color: #64748B;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 162.545% */
	letter-spacing: -0.02581rem;
	text-transform: uppercase;
	margin-top:1.0rem;
}
.foot-l .sm{
	margin-top:2.08rem;
	color: #94A3B8;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

.foot-r{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.0rem;
}
.foot-r .a01{
	width: 100%;
	color: #475569;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.54688rem; /* 176.786% */
	position:relative;
	display:none;
}
.foot-r .a01:last-child{
	display:block;
}
.foot-r .a01 dl dt{
	color: #94A3B8;
	font-family: zt2;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.40625rem; /* 150% */
	text-transform: uppercase;
	padding-bottom:0rem;
}
.foot-r .a01 dl dd{
	margin-top:1.0rem;
	color: #475569;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.54688rem; /* 154.688% */
	text-transform: uppercase;
}
.foot-r .a01 dl dd a{
	color: #475569;
}
.foot-r .a01 .sm{
	margin-top:1.91rem;
}
.foot-r .a01 .copy{
	width:100%;
	margin-top:3.0rem;
	color: #94A3B8;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	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: center;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nab-l{
	width:100%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.8rem */
}
.nab-l h1{
	color: #003EC7;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.nab-l dl dt{
	margin-top:1.0rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 1.65rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab-l dl dd{
	margin-top:1.0rem;
	color: var(--0052-ff, #0052FF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 109.375% */
	margin-bottom:2.0rem;
}
.nab-l .inmore{
	margin-top:2.0rem;
}
.nab-r{
	width:100%;
	position:relative;
	box-shadow: 0 30px 60px 0 rgba(57, 57, 57, 0.10);
	margin-top:3.0rem;
	z-index:3;
}
.nab-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.nab-r::after{
	width:100%;
	height:100%;
	position: absolute;
	right: -1.0rem;
	bottom: -1.08rem;
	z-index:-1;
	background: var(--bg, #F8FAFC);
	content:'';
	display:inline-block;
}
.whwrap{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:4rem 3%;
	background: var(--0846-c-9, #0846C9);
}
.whwrap h1{
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.whwrap h2{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.65rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 125% */
}
.whwrap ul{
	display: flex;
	flex-wrap: wrap;
	margin-top:1.5rem;
}
.whwrap ul li{
	width:100%;
	margin-top:1.25rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	padding:2.5rem 1.5rem;
	transition: all 0.6s;
}
.whwrap ul li:hover{
	background: var(--00-c-2-e-8, #00C2E8);
}
.whwrap ul li:nth-child(3n){
	margin-right:0px;
}
.whwrap ul li .pic{
	overflow:hidden;
}
.whwrap ul li .pic img{
	max-height:3.0rem;
}
.whwrap ul li dl dt{
	margin-top:2.0rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.5rem; /* 133.333% */
	letter-spacing: -0.04688rem;
	text-transform: uppercase;
}
.whwrap ul li dl dd{
	margin-top:1.29rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 203.125% */
}

.abtit{
	width:100%;
	float:left;
	margin-top:4rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.65rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.abtit.al{
	text-align:left;
}
.abtit.f2{
	font-size:1.5rem;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.gallery-thumbs {
	width: 100%;
	overflow: visible;
}
.gallery-thumbs .swiper-wrapper {
	display: flex;
	justify-content: center !important;
	align-items: center;
	width: 100% !important;
	transform: translate3d(0px, 0px, 0px) !important;
}
/* 每个slide设置为自动宽度，并居中排列 */
.gallery-thumbs .swiper-slide {
	width: auto !important;
	flex-shrink: 0;
	margin: 0 20px;
	text-align: center;
	position: relative;
}
/* 激活状态样式 */
.gallery-thumbs .swiper-slide-active .time {
	color: #1a6d8f;
	font-weight: 600;
}
.gallery-thumbs .swiper-slide-active .time span {
	width: 100%;
}
/* 确保只有4个标题显示，且居中 */
.gallery-thumbs .swiper-slide {
	display: block;
}
 /* 确保nrList内的所有内容居中 */
.nrList {
	text-align: center !important;
}

.abwrap{
	width:100%;
	float:left;
	margin-top:4rem;
	background: var(--bg, #F8FAFC);
	padding-bottom:4rem;
}
.nab02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.nab02-l{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.nab02-l img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab02-l:hover img{
	transform: scale(1.05);
}
.nab02-l .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	padding:2.0rem;
}
.nab02-l .tex dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 120% */
}
.nab02-l .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.nab02-r{
	width:100%;
	margin-top:2.0rem;
}
.nab02-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.nab02-r ul li{
	width:48.6%;
	padding:2.0rem;
	background: var(---white, #FFF);
}
.nab02-r ul li:first-child{
	background: var(--0052-ff, #0052FF);
}
.nab02-r ul li:first-child dl dt{
	color: #FFF;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 100% */
}
.nab02-r ul li:first-child dl dd{
	margin-top:5.51rem;
	color: #FFF;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 142.857% */
	letter-spacing: 0rem;
	text-transform: uppercase;
}
.nab02-r ul li:nth-child(2){
	border-bottom: 1.25px solid var(--0052-ff, #0052FF);
}
.nab02-r ul li:nth-child(2) .pic{
	overflow:hidden;
}
.nab02-r ul li:nth-child(2) .pic img{
	max-height:2.34rem;
}
.nab02-r ul li:nth-child(2) dl dt{
	margin-top:4.34rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 140% */
}
.nab02-r ul li:nth-child(2) dl dd{
	margin-top:0.62rem;
	color: #434656;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 125% */
}
.nab02-r ul li:nth-child(3){
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.25rem;
}
.nab02-r ul li:nth-child(3) .pic{
	display: flex;
	width: 7rem;
	height: 7rem;
	justify-content: center;
	align-items: center;
	background: var(--Color, rgba(0, 82, 255, 0.05));
}
.nab02-r ul li:nth-child(3) .pic img{
	max-width:1.73rem;
}
.nab02-r ul li:nth-child(3) .tex{
	width:calc(100% - 8rem);
}
.nab02-r ul li:nth-child(3) .tex dl dt{
	color: #191C1D;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 133.333% */
}
.nab02-r ul li:nth-child(3) .tex dl dd{
	margin-top:1.0rem;
	color: #434656;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 162.5% */
}
.honr{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.honr ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.honr ul li{
	width:48%;
	margin-top:1.25rem;
	border: 1px solid #DDE6F0;
	background: var(---white, #FFF);
	transition: all 0.6s;
}
.honr ul li:hover{
	border: 1px solid var(--, #DDE6F0);
	background: var(--bg, #F8FAFC);
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 40px 0 rgba(66, 0, 255, 0.08), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}
.honr ul li:nth-child(5n){
	margin-right:0px;
}
.honr ul li dl dt{
	overflow:hidden;
	border-bottom:1px solid #DDE6F0;
	padding:2.0rem 1.78rem;
}
.honr ul li dl dt img{
	max-width:100%;
	text-align:center;
}
.honr ul li dl dd{
	padding:1.5rem 2.0rem 2.0rem 2.0rem;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy.ny{
	margin-top:1.88rem;
}
.fy.ny ul{
	justify-content: flex-start;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Drop Shadow */
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--Style, #0052FF);
	background: var(--0052-ff, #0052FF);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--Style, #0052FF);
	background: var(--0052-ff, #0052FF);
	color:#FFF;
}

.cpss{
	width:100%;
	float:left;
	margin-top:7.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpss-l{
	width:62.5%;
	padding: 0.35rem 0.35rem 0.35rem 1.0rem;
	border: 1px solid var(--0052-ff, #0052FF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.cpss-l .ssbk{
	max-width:2.25rem;
}
.ss01{
	width:calc(100% - 2.25rem);
	border:0px;
	line-height:3.25rem;
	outline:none;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family:zt3;
	text-transform: capitalize;
}
.subNavBox{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.subNav{
	width:100%; 
	float:left;
	DISPLAY: block;  
	CURSOR: pointer;
	padding:2.0rem 1.5rem;
	border: 1px solid #DDE6F0;
	background: var(---white, #FFF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.5rem;
}
.subNav .tex{
	width:100%;
	flex-direction: column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.subNav .tex .a01{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.subNav .tex .a01 .b1{
	width:100%;
	display: flex;
	align-items: center;
}
.subNav .tex .a01 .b1 img{
	max-width:3.0rem;
	margin-right:1.31rem;
}
.subNav .tex .a01 .b1 dl dt{
	color: var(--0052-ff, #0052FF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.28125rem;
	text-transform: uppercase;
}
.subNav .tex .a01 .b1 dl dd{
	margin-top:0.31rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav .tex .a01 h1{
	margin-top:1.75rem;
	margin-bottom:1.0rem;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 162.5% */
}
.subNav .tex .inmore{
	margin-top:1.75rem;
}
.subNav .pic{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.subNav .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.subNav .pic:hover img{
	transform: scale(1.05);
}

.currentDd{
	border: 1px solid var(--0052-ff, #0052FF);
	border-bottom:0px;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	padding:0rem 1.5rem 1.75rem 1.5rem;
	border: 1px solid var(--0052-ff, #0052FF);
	border-top:0px;
}
.navContent ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.navContent ul li{
	width:48%;
	margin-top:1.25rem;
	border: 0.894px solid #DDE6F0;
	background: #F8FAFC;
}
.navContent ul li:nth-child(3n){
	margin-right:0px;
}
.navContent ul li .pic{
	overflow:hidden;
	    background-color: #FFF;
}
.navContent ul li .pic img{
    width: 100%;
    height: auto;*/
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.navContent ul li:hover .pic img{
	transform: scale(1.05);
}
.navContent ul li .tex{
	padding:1.0rem;
}
.navContent ul li .tex h2{
	color: #1C1917;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.03125rem;
	margin-bottom:1.56rem;
}
.navContent ul li .tex dl dd{
	margin-top:0.5rem;
	color: #A8A29E;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.035rem;
}
.navContent ul li .tex dl dt{
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.navContent ul li .tex dl dt .c01{
	width:calc(100% - 1.8rem);
	padding:0.65rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: var(--0052-ff, #0052FF);
	color: #FFF;
	text-align: center;
	font-family: zt2;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 700;
	line-height:100%; /* 150% */
	letter-spacing: 0.07rem;
	text-transform: uppercase;
}
.navContent ul li .tex dl dt .c02{
	display: flex;
	padding: 0.5rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--0052-ff, #0052FF);
	background: #F5F5F4;
}
.navContent ul li .tex dl dt .c02::before{
	width:0.54rem;
	height:0.54rem;
	background-image:url(../img/xz.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.navContent ul li:hover{
	border: 0.894px solid var(--0052-ff, #0052FF);
	background: var(--bg, #F8FAFC);
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0 rgba(66, 0, 255, 0.08), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}
.navContent ul li:hover .tex dl dt .c02::before{
	background-image:url(../img/xz2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent ul li:hover .tex dl dt .c02{
	background: var(--0052-ff, #0052FF);
}
.jszc{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:3.25rem 3%;
	border-top: 1.25px solid rgba(195, 197, 217, 0.10);
	background: var(--0846-c-9, #0846C9);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.jszc .a01{
	width:100%;
}
.jszc .a01 dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 125% */
	letter-spacing: -0.07031rem;
	text-transform: uppercase;
}
.jszc .a01 dl dd{
	margin-top:0.62rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 156.25% */
}
.jszc .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.jsbk{
	width:calc(100% - 7rem);
	display: flex;
	padding: 1.0rem 1.5rem 1.0rem 1.25rem;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	align-self: stretch;
	background: var(--bg, #F8FAFC);
	border:0px;
	outline:none;
	color: #6B7280;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.jsanniu{
	width:7rem;
	display: flex;
	padding: 1.0rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: var(--00-c-2-e-8, #00C2E8);
	border:0px;
	cursor:pointer;
	color: #FFF;
	text-align: center;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}

.procon{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.procon-l{
	width:100%;
	padding: 1.5rem;
	border: 1px solid #DDE6F0;
	background: var(---white, #FFF);
	float:left;
}
.procon-l .cpss-l{
	width:100%;
	padding: 0.35294rem 0.37131rem 0.35294rem 0.88238rem;
}

.subNavBox2{
	width:100%;
}
.subNav2{
	width:100%; 
	float:left;  
	CURSOR: pointer;
	color: #1C1917;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:1.5rem;
}

.subNav2::after{
	width:0.82rem;
	height:0.48rem;
	background-image:url(../img/xjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.currentDd2{}
.navContent2{
	float:left;
	width:100%;
	padding:1.0rem 0;
	border-bottom: 1px solid #F5F5F4;
}
.navContent2 dl dd{
	display: flex;
	align-items: center;
	color: #57534E;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 114.286% */
	margin-top:0.75rem;
}
.navContent2 dl dd:first-child{
	margin-top:0px;
}

.procon-r{
	width:100%;
	float:right;
	margin-top:1.0rem;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist.ny{
	margin-top:2.5rem;
}
.prolist.ny ul li{
	width:50%;
}

.prolist ul li{
	width:50%;
	margin-top:1.25rem;
	border: 1px solid #DDE6F0;
	background: var(--bg, #F8FAFC);
}

.prolist ul li .pic{
	overflow:hidden;
	background-color:#FFF;
}
.prolist ul li .pic img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	padding:1.0rem 0.5rem;
}
.prolist ul li .tex h2{
	color: #1C1917;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.03125rem;
	margin-bottom:1.0rem;
}
.prolist ul li .tex dl dd{
	margin-top:0.5rem;
	color: #A8A29E;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.035rem;
}
.prolist ul li .tex dl dt{
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li .tex dl dt .c01{
	width:calc(100% - 1.8rem);
	padding:0.5rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: var(--0052-ff, #0052FF);
	color: #FFF;
	text-align: center;
	font-family: zt2;
	font-size: 0.7rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
	letter-spacing: 0.07rem;
	text-transform: uppercase;
}
.prolist ul li .tex dl dt .c02{
	display: flex;
	padding: 0.5rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--0052-ff, #0052FF);
	background: #F5F5F4;
}
.prolist ul li .tex dl dt .c02::before{
	width:0.54rem;
	height:0.54rem;
	background-image:url(../img/xz.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.prolist ul li:hover{
	border: 0.894px solid var(--0052-ff, #0052FF);
	background: var(--bg, #F8FAFC);
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0 rgba(66, 0, 255, 0.08), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}
.prolist ul li:hover .tex dl dt .c02::before{
	background-image:url(../img/xz2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.prolist ul li:hover .tex dl dt .c02{
	background: var(--0052-ff, #0052FF);
}

input{
	outline: none;
}
label{
	display: flex;
	align-items: center;
	color: #57534E;
	font-family: zt3;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 114.286% */
}
.checkbox{
	 width: 1.2rem;
	 height: 1.2rem;
     background-color: #ffffff;
     border: solid 1px #dddddd;
     -webkit-border-radius: 0.6rem;
     border-radius: 0.6rem;
     font-size: 0.8rem;
     margin: 0;
     padding: 0;
     position: relative;
     display: inline-block;
     vertical-align: top;
     cursor: default;
     -webkit-appearance: none;  /**隐藏原生控件**/
	 margin-right:0.75rem;
}
.checkbox {
	border-radius: 0.1rem;   /**复选框的圆角要小一些**/
}
/**选择后的样式**/
.radio:checked,.checkbox:checked{
	border: solid 1px #00adc8;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
	text-align: center;
	background-clip: padding-box;
}
/**选择后 里面小对勾样式**/
.radio:checked:before,.checkbox:checked:before{
	content: '';
	width: 0.5rem;
	height: 0.3rem;
	border: 1px solid var(--0052-ff, #0052FF);
	border-top: none;
	border-right: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.25rem;
	margin-top: -0.25rem;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.proshow{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow .tex{
	width:100%;
	padding:4.0rem 3%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.proshow .tex h1{
	color: var(--0052-ff, #0052FF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.0rem; /* 133.333% */
	letter-spacing: 0.28125rem;
	text-transform: uppercase;
}
.proshow .tex dl dt{
	margin-top:0.63rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.proshow .tex dl dd{
	margin-top:2.0rem;
	margin-bottom:1.0rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 162.5% */
}
.proshow .tex .inmore{
	margin-top:2.0rem;
}
.cplm{
	width:100%;
	float:left;
	padding:0 3%;
	background: var(--0846-c-9, #0846C9);
}
.cplm ul{
	display: flex;
	flex-wrap: wrap;
}
.cplm ul li{
	display:flex;
	width:auto;
	margin-right:2.0rem;
}
.cplm ul li a{
	padding: 1.375rem 0.625rem;
	display:flex;
	justify-content: center;
	align-items: center;
	position:relative;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cplm ul li a::after{
	width:0;
	height:3px;
	background-color:#DDE6F0;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.cplm ul li a:hover::after{
	width:100%;
}
.cplm ul li a.cur::after{
	width:100%;
}


.protex{
	width:100%;
	float:left;
	margin-top:3.25rem;
	font-size:1.0rem;
	line-height:150%;
}
.protex img{
	max-width:100%;
}
.cpcs{
	width:100%;
	border: 1px solid var(--0052-ff, #0052FF);
}
.cpcs ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background:#F8FAFC;
}
.cpcs ul:nth-child(2n){
	background-color:#FFF;
}
.cpcs ul li{
	width:50%;
	padding: 0 1.0rem 0 1.0rem;
	height:4.25rem;
	line-height:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	display: flex;
	align-items: center;
}
.allist{
	width:100%;
	float:left;
}
.allist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allist ul li{
	width:49.1%;
	background:#F8FAFC;
	margin-top:1.5rem;
	transition: all 0.6s;
}
.allist ul li:hover{
	border: 1.25px solid var(--0052-ff, #0052FF);
	background: #F8FAFC;
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0 rgba(66, 0, 255, 0.08), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}
.allist ul li .pic{
	overflow:hidden;
}
.allist ul li .pic img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.allist ul li:hover .pic img{
	transform: scale(1.05);
}
.allist ul li .tex{
	padding:1rem 0.5rem;
}
.allist ul li .tex h1{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	color: #DDE6F0;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 111.111% */
}
.allist ul li .tex h1 i{
	padding: 0.3125rem 0.9375rem;
	border-radius: 6.25rem;
	background: #DDE6F0;
	color: var(--0052-ff, #0052FF);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.allist ul li .tex dl dt{
	margin-top:1.0rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.allist ul li .tex dl dd{
	margin-top:1.0rem;
	color: #737688;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.allist ul li .tex .more{
	display:flex;
	margin-top:1.5rem;
}
.allist ul li .tex .more a{
	color: var(--0052-ff, #0052FF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 178.571% */
	display:flex;
	align-items: center;
}
.allist ul li .tex .more a::after{
	width:0.6rem;
	height:0.6rem;
	margin-left:0.54rem;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.ready{
	width:100%;
	float:left;
	margin-top:2.5rem;
	padding:2.5rem 3%;
	background: var(--0846-c-9, #0846C9);
	color: #DFE3FF;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.ready h1{
	margin-bottom:1.0rem;
	color: #FFF;
	font-family: zt4;
	font-size: 1.65rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ready ul{
	margin-top:2.0rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.ready ul li{
	width:auto;
	margin-left:0.325rem;
	margin-right:0.325rem;
	display:flex;
}
.ready ul li a{
	padding: 0.65rem 1.75rem;
	border: 1.25px solid #FFF;
	color: #FFF;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.125rem;
	text-transform: uppercase;
}
.ready ul li a:hover{
	background: #F8F9FA;
	color: #003EC7;
}
.alshow{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.alshow-l{
	width:100%;
	padding:4.0rem 3%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.alshow-l h1{
	color: var(--0052-ff, #0052FF);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.28125rem;
	text-transform: uppercase;
}
.alshow-l h2{
	margin-top:0.63rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.alshow-l h3{
	margin-top:1.75rem;
	color: var(---333, #333);
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 162.5% */
	margin-bottom:1.0rem;
}
.alshow-l ul{
	margin-top:2.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.alshow-l ul li{
	width:32%;
	padding: 1.0rem 0.5rem;
	background: var(--bg, #F8FAFC);
}
.alshow-l ul li dl dt{
	color: #737688;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 166.667% */
	letter-spacing: 0.075rem;
	text-transform: uppercase;
}
.alshow-l ul li dl dd{
	margin-top:0.31rem;
	color: #191C1D;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.alshow-r{
	width:100%;
	overflow:hidden;
	position:relative;
}
.alshow-r img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.alshow-r:hover img{
	transform: scale(1.05);
}

.alwrap{
	width:100%;
	float:left;
	background: var(--bg, #F8FAFC);
	padding:4rem 3%;
}
.show01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show01-l{
	width:100%;
	padding:2rem 1.5rem;
	background: var(--0052-ff, #0052FF);
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.show01-l h1{
	margin-bottom:1.0rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 125% */
}
.show01-l .pic{
	display:flex;
	margin-top:3.91rem;
	overflow:hidden;
}
.show01-l .pic img{
	max-height:2.0rem;
}
.show01-r{
	width:100%;
	padding:2rem 1.5rem;
	background: #FFF;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.show01-r h1{
	margin-bottom:1.0rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 125% */
}
.show01-r ul{
	margin-top:1.62rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show01-r ul li{
	width:100%;
	display: flex;
	align-items: center;
	margin-top:1.0rem;
}
.show01-r ul li img{
	max-height:3.75rem;
	margin-right:1.0rem;
}
.show01-r ul li dl dt{
	color: #191C1D;
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 150% */
}
.show01-r ul li dl dd{
	margin-top:0.31rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 156.25% */
}

.altit{
	width:100%;
	float:left;
	margin-top:4rem;
}
.altit dl dt{
	color: var(--0052-ff, #0052FF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.28125rem;
	text-transform: uppercase;
}
.altit dl dd{
	margin-top:0.31rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 125% */
	letter-spacing: -0.07031rem;
}
.show02{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.show02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show02 ul li{
	width:100%;
	padding:2rem 1.5rem;
	background: var(---white, #FFF);
	border-bottom:1px solid #f2f2f2;
}
.show02 ul li h1{
	color: #003EC7;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.09375rem;
}
.show02 ul li dl dt{
	margin-top:1.5rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height:150%; /* 145.833% */
}
.show02 ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.show02 ul li .pic{
	overflow:hidden;
	margin-top:2.5rem;
}
.show02 ul li .pic img{
	max-width:2.35rem;
}

.fw01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	color: #94A3B8;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fw01 h1{
	color: #191C1D;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fw01 h2{
	margin-top:1.0rem;
	margin-bottom:1.0rem;
	color: #94A3B8;
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fw02{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fw02 img{
	width:100%;
	height:auto;
	display:block;
}
.fw03{
	width:100%;
	float:left;
	margin-top:3.25rem;
	border=left: 1.25px solid rgba(195, 197, 217, 0.10);
	border=top: 1.25px solid rgba(195, 197, 217, 0.10);
	background: var(--bg, #F8FAFC);
}
.fw03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fw03 ul li{
	width:100%;
	border-bottom:1px solid #eee;
	padding:2rem 1rem;
	transition: all 0.6s;
}
.fw03 ul li:hover{
	background: var(--0052-ff, #0052FF);
}
.fw03 ul li .pic{
	overflow:hidden;
	height:2.0rem
}
.fw03 ul li .pic img{
	max-height:2.0rem;
}
.fw03 ul li dl dt{
	margin-top:1.0rem;
	color: #191C1D;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 140% */
	letter-spacing: -0.03906rem;
	text-transform: uppercase;
}
.fw03 ul li dl dd{
	margin-top:1.0rem;
	color:#94A3B8;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.fw03 ul li:hover dl dd{
	color: #DFE3FF;
}
.fw03 ul li:hover dl dt{
	color: #FFF;
}
.fw03 ul li .pic01{
	display:inline-block;
}
.fw03 ul li .pic02{
	display: none;
}
.fw03 ul li:hover .pic01{
	display:none;
}
.fw03 ul li:hover .pic02{
	display:inline-block;
}

.wenti{
	width:100%;
	float:left;
	margin-top:3.25rem;
	padding:4rem 3%;
	background: var(--bg, #F8FAFC);
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.77738rem; /* 177.734% */
}
.wenti h1{
	margin-bottom:1.0rem;
	color: #191C1D;
	font-family: zt3;
	font-size: 1.45rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 120% */
	letter-spacing: -0.11719rem;
	text-transform: uppercase;
}
.wenti ul{
	margin-top:2.13rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wenti ul li{
	width:100%;
	margin-top:0.62rem;
	padding:1.5rem;
	border-bottom: 1.25px solid rgba(195, 197, 217, 0.30);
	background: #FFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.wenti ul li::after{
	width:1.7rem;
	height:1.7rem;
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.wenti ul li:hover::after{
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.wenti ul li dl{
	width:auto;
	max-width:80%;
}
.wenti ul li dl dt{
	color: #191C1D;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	letter-spacing: -0.03125rem;
	text-transform: uppercase;
}
.wenti ul li dl dd{
	margin-top:1.17rem;
	color: #94A3B8;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.77738rem; /* 162.5% */
}
.fwtit{
	width:100%;
	float:left;
	margin-top:4rem;
	text-align:center;
}
.fwtit dl dt{
	color: #191C1D;
	font-size: 1.5125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 111.111% */
	letter-spacing: -0.14063rem;
	text-transform: uppercase;
}
.fwtit dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 162.5% */
}
.fw04{
	width:100%;
	float:left;
	margin-top:2.0rem;
	border: 1.25px solid #FFF;
	background: var(--bg, #F8FAFC);
	box-shadow: 0 1.25px 2.5px 0 rgba(0, 0, 0, 0.05);
	padding: 1.75rem 1rem 2rem 1rem;
}
.lx01-r{
	width:100%;
	color: var(---666, #666);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
}
.lx01-r ul{
	margin-top:0.63rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-r ul li{
	width:48.6%;
	margin-top:1.5rem;
}
.lx01-r ul li.w100{
	width:100%;
}
.lx01-r ul li dl dt{	
	color: #191C1D;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
	letter-spacing: 0.02738rem;
	text-transform: uppercase;
}
.lx01-r ul li dl dt i{
	color: #BA1A1A;
}
.lx01-r ul li dl dd{
	margin-top:0.62rem;
}
.lxbk{
	width:100%;
	padding:0.88rem 1.25rem;
	border:0px;
	outline:none;
	
	border: 1.25px solid #DDE6F0;
	background: #FFF;
	color: #94A3B8;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	font-family:zt3;
	line-height: normal;
}
.lx01-r ul li.a1{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: #434656;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
}
.lx01-r ul li.a1 input{
	margin-right:0.625rem;
}
.lx01-r ul li.a2{
	margin-top:1.25rem;
	color: #434656;
	font-size: 0.85938rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.28906rem; /* 150% */
	margin-bottom:1.25rem;
}
.lx01-r ul li.a2 i{
	color: #BA1A1A;
}
.lx01-r ul li.a3{
	display:flex;
}
.lxanniu{
	width:100%;
	padding: 1.0rem 0;
	border:0px;
	background: var(--0052-ff, #0052FF);
	cursor:pointer;
	color: #FFF;
	text-align: center;
	font-family: zt3;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
	letter-spacing: 0.21875rem;
	text-transform: uppercase;
}

.newwrap{
	width:100%;
	float:left;
	padding:3.25rem 3%;
	background: var(--bg, #F8FAFC);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newwrap .pic{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:3.0rem;
}
.newwrap .pic img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.newwrap .pic:hover img{
	transform: scale(1.05);
}
.newwrap .tex{
	width:100%;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 162.5% */
}
.newwrap .tex dl dt{
	color: var(--0052-ff, #0052FF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 150% */
	letter-spacing: 0.375rem;
	text-transform: uppercase;
}
.newwrap .tex dl dd{
	margin-top:1.0rem;
	color: #191C1D;
	font-family: zt4;
	font-size: 1.65rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.0rem;
}
.newwrap .tex .sm{
	margin-top:1.5rem;
	display:flex;
}
.newwrap .tex .sm i{
	padding: 0.3125rem 1.25rem;
	background: var(---white, #FFF);
	color: #191C1D;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.07813rem;
	text-transform: uppercase;
	margin-right:0.62rem;
}
.newwrap .tex .inmore{
	margin-top:2.5rem;
}

.newrap2{
	width:100%;
	float:left;
	margin-top:8.75rem;
	border: 1px solid #DDE6F0;
	background: #F8FAFC;
	padding:2rem 1rem;
}
.newdate{
	width:100%;
	float:left;
	color: rgba(94, 63, 59, 0.60);
	font-family:zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
}
.newdate i{
	margin-right:1.0rem;
	padding: 0.3125rem 0.9375rem;
	border-radius: 0.15625rem;
	background: #DDE6F0;
	color: var(--0052-ff, #0052FF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newtit{
	width:100%;
	float:left;
	margin-top:1.0rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 187.5% */
}
.newsm{
	width:100%;
	float:left;
	margin-top:0.62rem;
	color: var(---666, #666);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 203.125% */
}
.newcon{
	width:100%;
	float: left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
}
.newtex{
	width:100%;
	float:left;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.newtex img{
	width:100%;
	height:auto;
	display:block;
}

.newcon-r{
	width:30%;
	display:none;
}


.newnext{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	padding: 1.0rem 2.0rem 1.0rem 1.5rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.0rem;
	background: var(--bg, #F8FAFC);
}
.newnext ul li a{
	max-width:80%;
}

.nynew{
	width:100%;
	float:left;
}
.nynew ul{
	display: flex;
	flex-wrap: wrap;
}
.nynew ul li{
	width:100%;
	background: var(--bg, #F8FAFC);
	margin-top:1.88rem;
}
.nynew ul li:first-child{
	margin-top:0px;
}
.nynew ul li .pic{
	overflow:hidden;
	position:relative;
}
.nynew ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nynew ul li:hover .pic img{
	transform: scale(1.05);
}
.nynew ul li .tex{
	padding:1.25rem 0rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	position: relative;
}
.nynew ul li .tex dl dt{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.nynew ul li .tex dl dd{
	margin-top:1.25rem;
	overflow: hidden;
	color: var(---black, #000);
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	padding-bottom:2.56rem;
	position:relative;
}
.nynew ul li .tex::after{
	width:0px;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
	background: #0052FF;
}
.nynew ul li:hover .tex::after{
	width:100%;
}
.nynew ul li .tex .more{
	display:flex;
	margin-top:1.25rem;
}
.nynew ul li .tex .more a{
	display:flex;
	align-items: center;
	color: var(--0052-ff, #0052FF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	text-transform: uppercase;
}
.nynew ul li .tex .more a::after{
	width: 1rem;
	height: 1rem;
	margin-left:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-bottom:0.1rem;
}

.nlx01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--bg, #F8FAFC);
	margin-top:4rem;
}
.nlx01-l{
	width:100%;
	padding:3.28rem 1.75rem;
}
.nlx01-l h1{
	color: #191C1D;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 112.5% */
	letter-spacing: -0.05856rem;
}
.nlx01-l ul{
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01-l ul li{
	width:48%;
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.nlx01-l ul li div{
	display: flex;
	align-items: center;
	width:auto;
	color: #737688;
	font-size: 0.85938rem;
	font-style: normal;
	font-weight: 400;
	line-height:150%; /* 150% */
	letter-spacing: 0.043rem;
	text-transform: uppercase;
}
.nlx01-l ul li div input{
	margin-right:0.62rem;
}
.nlx01-l ul li dl{
	width:100%;
}
.nlx01-l ul li.w100{
	width:100%;
}
.nlx01-l ul li dl dt{
	color: var(--0052-ff, #0052FF);
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.07813rem;
	text-transform: uppercase;
}
.nlx01-l ul li dl dd{
	margin-top:1.0rem;
}
.lxbk2{
	padding-bottom:1.0rem;
	width:100%;
	border:0px;
	border-bottom: 1.25px solid #C3C5D9;
	line-height:1.31rem;
	color: rgba(115, 118, 136, 0.40);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
	background-color:transparent;
}

.nlx01-r{
	width:100%;
	background: var(--0846-c-9, #0846C9);
	padding:2.0rem;
}
.nlx01-r h1{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 112.5% */
}
.nlx01-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01-r ul li{
	width:100%;
	padding-bottom:2.5rem;
	margin-top:2.5rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.nlx01-r ul li dl dt{
	padding-bottom:0.94rem;
	display:flex;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	letter-spacing: 0.10938rem;
	text-transform: uppercase;
}
.nlx01-r ul li dl dt img{
	margin-right:1.0rem;
	max-height:1.5rem;
}
.nlx01-r ul li dl dd{
	padding-left:2.5rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
}

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














.mart0{
	margin-top:0px;
}
.blue{
	color: var(--0052-ff, #0052FF);
}



.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.dingw{ width:100%; float:left; margin-top:-5rem;}










}












































