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;
	   font-display: swap; 
  }
}

.apple-os body {
  font-family: "PingFang SC", -apple-system, sans-serif;
   font-display: swap; 
}
@media not all and (min-resolution: 0.001dpcm) { 
  @supports (-webkit-appearance: none) {
    body {
      font-family: "PingFang SC", -apple-system, sans-serif;
	   font-display: swap; 
    }
  }
}

@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-display: swap; 
	
}
@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-display: swap; 
	
}
@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-display: swap; 
}
@font-face
{
	font-family: zt4;
	src: url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'),
	url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 500; /* Medium */
	 font-display: swap; 
}
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(--004-ea-1, #0059BF);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@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));
}
.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{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height: auto;
	padding:0.65rem 0;
	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;
	padding:0 8.33vw;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:5%;
	display: flex;
	align-items: center;
	height:5.0rem;
	min-width:5.75%;
	transition: all 0.6s;
	position:relative;
}
.logo img{
	max-width:100%;
	max-height:85%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul>li{
	width:auto;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	position:relative;
	display:flex;
	align-items: center;
}
.innav ul>li>a{
	width:auto;
	padding:0.65rem 1rem;
	display:flex;
	align-items: center;
	position:relative;
	border-radius: 0.25rem;
	text-transform: uppercase;
}
.innav ul>li.cur>a{
	color:var(--004-ea-1, #0059BF);
}
.innav ul>li>a:hover{
}
.innav ul>li>ol {
    width: 140%;
	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: -20%;
	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);
}
.header.yanse .top-r{
	border: 1px solid var(--004-ea-1, #0059BF);
}
.header.yanse.yanse01 .top-r{
	border: 1px solid var(---white, #FFF);
}
.top-r{
	width: 92%;
	display: flex;
	align-items: center;
	padding: 0.625rem 0.625rem 0.625rem 1.25rem;
	border-radius: 6.25rem;
	background: var(--30, rgba(255, 255, 255, 0.30));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}

.zyw{
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
	width: 10%;
}
.zyw .xl{
	    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 3rem;
    left: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.zyw a{
	padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    border-radius: 6.25rem;
    background: var(--004-ea-1, #0059BF);
    color: var(---white, #FFF);
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
    width: 100%;
    justify-content: left;
}
.zyw a::before{
	width: 1.375rem;
	height: 1.375rem;
	margin-right:0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.zyw a::after{
	width: 1.25rem;
	height: 0.625rem;
	margin-left:0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ali{
	width:auto;
	margin-right:0.62rem;
	margin-left:0.62rem;
	display: flex;
	align-items: center;
}
.ali a{
	padding: 0.69rem 1.0rem;
	border-radius: 6.25rem;
	background: var(--BG, #F5F6F7);
	display: flex;
	align-items: center;
}
.ali a img{
	max-height:1.5rem;
}
.intel{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:1.56rem;
}
.intel::before{
	width: 2.25rem;
	height: 2.25rem;
	margin-right:0.69rem;
	content:'';
	display:inline-block;
	background-image:url(../img/phone.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.intel dl dt{
	color: var(---black, #000);
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.intel dl dd{
	color: var(--004-ea-1, #0059BF);
	font-family: zt2;
	font-size: 1.33569rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#0059BF;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#0059BF;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.banner .anniu .prev:hover{
	background: var(--004-ea-1, #0059BF);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--004-ea-1, #0059BF);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}


.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.875rem 1.25rem;
	align-items: center;
	border-radius: 6.25rem;
	background: var(---white, #FFF);
	position:relative;
	color: var(--004-ea-1, #0059BF);
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	overflow:hidden;
	z-index:3;
	
}
.inmore a:hover{
	box-shadow: 0 30px 30px -20px rgba(3, 41, 196, 0.50);
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--004-ea-1, #0059BF);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:0.62rem;
	content:'';
	background-image: url(../img/plus.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.inmore a:hover::after{
	background-image: url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur::after{
	background-image: url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
	box-shadow: 0 30px 30px -20px rgba(3, 41, 196, 0.50);
}
.inmore a.cur::before{
	width:100%;
}

.inwrap{
	background: var(--BG, #F5F6F7);
	padding:8.75rem 0;
	width: 100%;
	float:left;
}
.container{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}

.inprtit{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inprtit .xlm{
	width:auto;
	display: flex;
	align-items: center;
}
.inprtit .xlm a{
	padding: 0.75rem 1rem;
	border-radius: 2.5rem;
	background: var(---white, #FFF);
	color: var(---666, #666);
	font-family:zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.82981rem */
	margin-left:0.62rem;
}
.inprtit .xlm a:hover{
	background: var(--004-ea-1, #0059BF);
	/* 蓝色 */
	box-shadow: 0 30px 30px -20px rgba(3, 41, 196, 0.50);
	color:#FFF;
}
.inprtit .xlm a.cur{
	background: var(--004-ea-1, #0059BF);
	/* 蓝色 */
	box-shadow: 0 30px 30px -20px rgba(3, 41, 196, 0.50);
	color:#FFF;
}
.inpro{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
}
.inpro.ny{
	margin-top:0px;
}
.inpro.ny ul li{
	width:calc(33.3% - 2rem);
	margin-right:2rem;
}
.inpro.ny ul li:nth-child(3n){
	margin-right:0px;
}
.inpro.ny ul li:nth-child(4n){
	margin-right:2rem;
}
.inpro.ny ul li:nth-child(2){
	margin-top:0px;
}
.inpro.ny ul li:nth-child(3){
	margin-top:0px;
}
.inpro.ny ul li:first-child{
	margin-top:0px;
}
.inpro.ab01{
	margin-top:0px;
}
.inpro.ab01 ul li{
	margin-top:2.12rem;
	border: 0.943px solid var(---Gray-5, #E0E0E0);
}
.inpro ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-6, #F2F2F2);
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	transition: all 0.6s;
}
.inpro ul li:nth-child(4n){
	margin-right:0px;
}
.inpro ul li dl dt{
	overflow:hidden;
	position:relative;
	border-radius: 0.5rem;
	overflow:hidden;
}
.inpro ul li dl dt i{
	width:auto;
	left:1.94rem;
	top:1.44rem;
	position:absolute;
	z-index:1;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 166.5%; /* 1.45688rem */
}
.inpro ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li dl dd{
	padding:1.88rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li:hover dl dt img{
	transform: scale(1.05);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li:hover{
	border: 2px solid var(--004-ea-1, #0059BF);
	background: var(---Gray-6, #F2F2F2);
	/* Drop Shadow */
	box-shadow: 0 64px 60px -34px rgba(0, 53, 200, 0.15);
}
.inpro ul li:hover dl dd{
	color: var(--004-ea-1, #0059BF);
	font-family:zt2;
}
.inyy{
	width:100%;
	float:left;
}
.inyy ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inyy ul li{
	width:33.33%;
	position:relative;
	overflow:hidden;
	border-right: 2px solid var(---white, #FFF);
	margin-bottom:2px;
	
}
.inyy ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inyy ul li:hover img{
	transform: scale(1.05);
}
.inyy ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	top:3.75rem;
	z-index:1;
	padding:0 3.75rem 0 2.5rem;
	display: flex;
	justify-content: space-between;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inyy ul li .tex::after{
	width: 1.625rem;
	height: 1.625rem;
	content:'';
	display:inline-block;
	background-image:url(../img/inax01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.inyy ul li:hover .tex::after{
	background-image:url(../img/inax02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inyy ul li:nth-child(2){
	border-right:0px;
	width:50%;
}
.inyy ul li:first-child{
	width:50%;
}
.inyy ul li:last-child{
	border-right:0px;
}
.intit{
	width:100%;
	float:left;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 166.5%; /* 4.1625rem */
}
.intit dl dd{
	margin-top:0.64rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inys{
	width:100%;
	float:left;
	background: var(--BG, #F5F6F7) url(../img/ysbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10rem 8.33vw;
	height:58rem;
}
.inys01{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.inys01 ul li{
	width:calc(25.31% - 1.25rem);
	float:left;
	margin-right:1.25rem;
	padding: 3.75rem 1.375rem 5rem 1.375rem;
	background: var(---white, #FFF);
	text-align:center;
	margin-top:2.84rem;
	transition: all 0.6s;
}
.inys01 ul li:nth-child(4n){
	margin-right:0px;
}
.inys01 ul li .pic{
	overflow:hidden;
}
.inys01 ul li dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	justify-content: center;
}
.inys01 ul li dl dd{
	margin-top:1.88rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.35;
	
}
.inys01 ul li .pic01{
	display:inline-block;
	max-height:6.25rem;
}
.inys01 ul li .pic02{
	display: none;
	width:100%;
}
.inys01 ul li:hover .pic01{
	display:none;
}
.inys01 ul li:hover .pic02{
	display:inline-block;
}
.inys01 ul li:hover{
	border-radius: 0.5rem;
	background: var(--004-ea-1, #0059BF);
	/* Drop Shadow */
	box-shadow: 0 64px 60px -34px rgba(0, 53, 200, 0.15);
	margin-top:0px;
	padding: 1.25rem 1.25rem 3.75rem 1.25rem;
}
.inys01 ul li:hover dl dt{
	color:#FFF;
}
.inys01 ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.inab{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l{
	width:40.3%;
	color: var(---666, #666);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.inab-l h1{
	color: var(--004-ea-1, #0059BF);
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	display: flex;
	align-items:center;
}
.inab-l h1 i{
	width:0.25rem;
	height:1.4rem;
	margin-left:1.25rem;
	margin-right:1.25rem;
	background-color:var(--004-ea-1, #0059BF);
}
.inab-l h2{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:3.75rem;
}
.inab-l ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:7.44rem;
}
.inab-l ul li{
	width:32.3%;
	padding: 1.3125rem 0;
	border-radius: 0.5rem;
	background: var(--BG, #F5F6F7);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	overflow:hidden;
	text-align:center;
	transition: all 0.6s;
}
.inab-l ul li:hover{
	background: var(--004-ea-1, #0059BF);
}
.inab-l ul li:hover dl dd{
	color:#FFF;
}
.inab-l ul li dl dt{
	overflow:hidden;
}
.inab-l ul li dl dt img{
	max-height:2.5rem;
}
.inab-l ul li dl dd{
	margin-top:0.75rem;
	color: var(---666, #666);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab-l ul li .pic01{
	display:inline-block;
}
.inab-l ul li .pic02{
	display: none;
}
.inab-l ul li:hover .pic01{
	display:none;
}
.inab-l ul li:hover .pic02{
	display:inline-block;
}

.inab-r{
	width:50%;
	position:relative;
	overflow:hidden;
	border-radius: 1rem;
	background: var(---Gray-4, #BDBDBD);
}
.inab-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inab-r:hover img{
	transform: scale(1.05);
}
.inab-r .inmore{
	position:absolute;
	left:1.87rem;
	bottom:1.87rem;
	z-index:1;
}
.inab02{
	width:100%;
	float:left;
	margin-top:10rem;
}
.inab02 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inab02 ul li{
	width:calc(25.31% - 1.25rem);
	margin-right:1.25rem;
	padding: 1.5rem 1.5rem 2.5rem 1.5rem;
	border-radius: 0.5rem;
	border: 1px solid var(--004-ea-1, #0059BF);
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	transition: all 0.6s;
}
.inab02 ul li:nth-child(4n){
	margin-right:0px;
}
.inab02 ul li .pic{
	overflow:hidden;
}
.inab02 ul li .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inab02 ul li:hover .pic img{
	transform: scale(1.05);
}
.inab02 ul li dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inab02 ul li dl dd{
	margin-top:2.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.inab02 ul li:hover{
	background: var(--004-ea-1, #0059BF);
	/* Drop Shadow */
	box-shadow: 0 64px 60px -34px rgba(0, 53, 200, 0.15);
}
.inab02 ul li:hover dl dt{
	color: var(---white, #FFF);
}
.inab02 ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.innum{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:3.13rem 8.33vw;
	background: var(--004-ea-1, #0059BF);
}
.innum ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innum ul li{
	width:auto;
	text-align:center;
}
.innum ul li dl dt{
	color: var(---white, #FFF);
	font-size: 5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.innum ul li dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inhonr{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inhonr-l{
	width:50%;
	padding:6.31rem 4vw 6.31rem 8.33vw;
	background: var(--BG, #F5F6F7);
}
.inhonr01{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.inhonr01 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inhonr01 ul li{
	width:45.5%;
	border-top: 1px solid var(--004-ea-1, #0059BF);
	margin-top:2.5rem;
	padding-bottom:1.88rem;
	padding-top:1.25rem;
	transition: all 0.6s;
}
.inhonr01 ul li .pic{
	display:flex;
	justify-content: space-between;
	color: var(--004-ea-1, #0059BF);
	
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
	
}
.inhonr01 ul li .pic img{
	max-width:2.5rem;
}
.inhonr01 ul li dl dt{
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	
}
.inhonr01 ul li dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
}
.inhonr01 ul li:hover{
	border-radius: 0.5rem;
	background: var(--004-ea-1, #0059BF);
	/* Drop Shadow */
	box-shadow: 0 64px 60px -34px rgba(0, 53, 200, 0.15);
	padding: 1.25rem 1.25rem 1.875rem 1.25rem;
}
.inhonr01 ul li:hover dl dt{
	color: var(---white, #FFF);
}
.inhonr01 ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.inhonr01 ul li:hover .pic{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.inhonr01 ul li .pic01{
	display:inline-block;
}
.inhonr01 ul li .pic02{
	display: none;
}
.inhonr01 ul li:hover .pic01{
	display:none;
}
.inhonr01 ul li:hover .pic02{
	display:inline-block;
}

.inhonr-r{
	width:50%;
	position:relative;
	overflow:hidden;
}
.inhonr-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inhonr-r:hover img{
	transform: scale(1.05);
}
.line{
	width:100%;
	height:1px;
	margin-top:3.75rem;
	background: #E0E0E0;
	float:left;
}
.inewtj{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border-radius: 0.5rem;
	background: #F5F5F5;
	overflow:hidden;
	padding:1.88rem;
	display:flex;
	flex-wrap: wrap;
}
.inewtj .pic{
	width:33.9%;
	overflow:hidden;
	position:relative;
	border-radius: 0.5rem;
}
.inewtj .pic::before{
	width: 1.625rem;
	height: 1.625rem;
	position:absolute;
	right:0.63rem;
	top:0.63rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inewtj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inewtj .pic:hover img{
	transform: scale(1.05);
}
.inewtj .tex{
	width:50%;
	margin-left:6.25rem;
}
.inewtj .tex dl dt{
	color: var(--004-ea-1, #0059BF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-top:1.5rem;
}
.inewtj .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.inewtj .tex .sm{
	margin-top:2.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: stretch;
	overflow: hidden;
	color: var(---666, #666);
	
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.inewtj .tex .inmore{
	margin-top:2.5rem;
}
.inewlist{
	width:100%;
	float:left;
	margin-top:0.63rem;
}
.inewlist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inewlist ul li{
	width:100%;
	padding-bottom:2.5rem;
	margin-top:3.12rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:flex-start;
	border-bottom:1px solid #E0E0E0;
	transition: all 0.6s;
}
.inewlist ul li a{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inewlist ul li:hover{
	border-bottom:1px solid #0059BF;
}
.inewlist ul li .tit{
	width:32.4%;
}
.inewlist ul li .tit dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inewlist ul li .tit dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inewlist ul li .tex{
	width:29.4%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	
	height:5.25rem;
}
.inewlist ul li .pic{
	width:16.3%;
	border-radius: 0.5rem;
	background: #F5F5F5;
	overflow:hidden;
	position:relative;
}
.inewlist ul li .pic::before{
	width: 1.625rem;
	height: 1.625rem;
	position:absolute;
	right:0.63rem;
	top:0.63rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.inewlist ul li:hover .pic::before{
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inewlist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inewlist ul li:hover .pic img{
	transform: scale(1.05);
}

.foot{
	width:100%;
	float:left;
	margin-top:10rem;
	background: var(--BG, #F5F6F7);
}
.foot01{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding-bottom:5.0rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.foot01 h1{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
}
.foot01 .search{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	margin-top:1.25rem;
}
.foot01 .search .ss01{
	width:29.6%;
	display: flex;
	padding: 0.75rem 1.25rem;
	justify-content: space-between;
	align-items: center;
	border-radius: 6.25rem;
	background: var(---white, #FFF);
}
.bk{
	width:calc(100% - 1.5rem);
	border:0px;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .search .ss01 .a01{
	max-width:1.5rem;
}
.foot01 .search .help{
	width:auto;
	display:flex;
	margin-left:0.62rem;
}
.foot01 .search .help a{
	display: flex;
	padding: 0.94rem 2.1rem 0.94rem 2.0rem;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 6.25rem;
	background: var(--004-ea-1, #0059BF);
}
.foot01 .search .help a::before{
	width: 1.125rem;
	height: 1.125rem;
	margin-right:0.62rem;
	content:'';
	display:inline-block;
	background-image:url(../img/zx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.12rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot02-l{
	width:52.45%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot02-l .dblogo{
	width:22.5%;
	overflow:hidden;
}
.foot02-l .dblogo img{
	max-width:100%;
}
.foot02-l .dbnav{
	width:65.6%;
}
.foot02-l .dbnav h2{
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:2.5rem;
}
.foot02-l .dbnav h2.mart0{
	margin-top:0px;
}
.foot02-l .dbnav ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot02-l .dbnav ul li{
	width:25%;
	margin-top:0.94rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02-r{
	width:32.47%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot02-r .dbtel{
	width:54.7%;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02-r .dbtel dl dt{
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.foot02-r .dbtel dl dd{
	margin-top:0.44rem;
	color: var(--004-ea-1, #0059BF);
	font-family:zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	margin-bottom:0.94rem;
}
.foot02-r .dbtel dl dd i{
	font-size: 1rem;
}
.foot02-r .dbtel .ljzx{
	display:flex;
	margin-top:1.69rem;
}
.foot02-r .dbtel .ljzx a{
	padding: 0.94rem 2.97rem 0.94rem 2.9rem;
	border-radius: 6.25rem;
	background: var(--004-ea-1, #0059BF);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family:zt2;
	
}
.foot02-r .ewm{
	width:28.9%;
	text-align: center;
}
.foot02-r .ewm img{
	max-width:100%;
}
.foot02-r .ewm dl dt{
	overflow:hidden;
}
.foot02-r .ewm dl dd{
	margin-top:0.88rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot03{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.31rem 8.33vw;
	text-align:center;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.fud{
	width: 4.75rem;
	padding: 0.81rem 0;
	position:fixed;
	right:0;
	top:20rem;
	z-index:9;
	border-radius: 6.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--004-ea-1, #0059BF);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fud ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fud ul li{
	width:100%;
	padding-bottom:0.75rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
	text-align:center;
	position:relative;
	margin-top:0.75rem;
}
.fud ul li:first-child{
	margin-top:0px;
}
.fud ul li:last-child{
	padding-bottom:0px;
	border-bottom:0px;
}
.fud ul li dl dt{
	overflow:hidden;
	display:flex;
	justify-content: center;
}
.fud ul li dl dt img{
	max-width:2.25rem;
}
.fud ul li dl dd{
	margin-top:0.25rem;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fud ul li img{
	max-width:3.125rem;
}
.fud ul li .fdewm{
	width:7.0rem;
	position:absolute;
	left:-7.0rem;
	top:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
}
.fud ul li .tex {
    width: 20rem;
    height: 100%;
    position: absolute;
    left: -20rem;
    top: 0;
    z-index: 2;
    border-radius: 6.25rem;
    background: var(--004-ea-1, #0059BF);
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    color: #FFF;
    transition: all 0.6s;
}
.fud ul li .fdewm img{
	max-width:7.0rem;
}
.fud ul li:hover .fdewm{
	opacity:1;
	visibility:visible;
}
.fud ul li:hover .tex{
	opacity:1;
	visibility:visible;
}
.nybanner{
	width:100%;
	float:left;
	margin-top:6.25rem;
	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);
	text-align: center;
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.procon{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.procon-l{
	width:20%;
}
.procon-l h1{
	color: #424753;
	font-family: zt2;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1.21875rem; /* 150% */
	letter-spacing: 0.20313rem;
	
}
.prolm{
	width:100%;
	margin-top:1.88rem;
	border-radius: 0.3125rem;
	background: var(--BG, #F5F6F7);
	overflow:hidden;
}
.prolm dl dt{
	display: flex;
	padding: 0.94rem 1.25rem;
	justify-content: space-between;
	align-items: center;
	border-radius: 0.3125rem;
	background: var(--004-ea-1, #0059BF);
	color: #FFF;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
}
.prolm dl dt i{
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
}
.prolm dl dd{
	margin-top:0.31rem;
	display: flex;
	padding: 0.94rem 1.25rem;
	justify-content: space-between;
	align-items: center;
	color: #1B1C1C;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5625rem; /* 156.25% */
}
.prolm dl dd i{
	color: #424753;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}
.prolm dl dd.cur a{
	color: #0059BF;
}
.prolm dl dd.cur i{
	color: #0059BF;
}
.prolm dl dd a{
	color: #1B1C1C;
}
.prolm dl dd a:hover{
	color: var(--004-ea-1, #0059BF);
}
.prolm dl dd.cur a{
	color: #0059BF;
}
.prolm dl dd.cur i{
	color: #0059BF;
}

.jszc{
	width:100%;
	margin-top:3.12rem;
	padding: 1.88rem;
	border-radius: 0.625rem;
	background: var(--BG, #F5F6F7);
	overflow:hidden;
	color: #424753;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 162.5% */
}
.jszc h2{
	margin-bottom:0.85rem;
	color: var(--004-ea-1, #0059BF);
	font-family:zt2;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25rem; /* 133.333% */
}
.jszc .more{
	display:flex;
	margin-top:1.3rem;
}
.jszc .more a{
	width:100%;
	padding: 0.625rem 0;
	border: 1.25px solid #C2C6D5;
	color: #1B1C1C;
	text-align: center;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.04688rem;
	
}
.procon-r{
	width:76.3%;
}
.fy{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
}
.fy ul{
	border: 1px solid var(--Stroke-light, #DEE2E6);
	width:auto;
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	border-radius:0.25rem;
	overflow:hidden;
}
.fy ul li{
	width:auto;
	display:flex;
	justify-content:center;
	align-items: center;
}
.fy ul li a{
	padding:0.69rem 0.88rem;
	border-right: 1px solid var(--Stroke-light, #DEE2E6);
	color: var(--004-ea-1, #0059BF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 100% */
}
.fy ul li a:hover{
	border-right: 1px solid var(--004-ea-1, #0059BF);
	background: var(--004-ea-1, #0059BF);
	color: #FFF;
}
.fy ul li:first-child a{
	padding:0.69rem 1.88rem;
}
.fy ul li:last-child a{
	padding:0.69rem 1.88rem;
	border-right: 0px solid var(--Stroke-light, #DEE2E6);
}
.fy ul li a.cur{
	border-right: 1px solid var(--004-ea-1, #0059BF);
	background: var(--004-ea-1, #0059BF);
	color: #FFF;
}

.proshow{
	width:100%;
	float:left;
	background: var(--BG, #F5F6F7);
	padding:6.25rem 8.33vw;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.proshow-l{
	width:40.8%;
	border-radius: 0.75rem;
	background: var(---fff, #fff);
	overflow:hidden;
}
.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	width:100%;
	height: auto;
}
.swiper-slide .b01{
	border: 1px solid #fff;
	display:flex;
	overflow:hidden;
}
.swiper-slide-thumb-active .b01{
	border: 1px solid var(--Style, #0EA8EB);
}
.swiper-slide .b01 img{
	width:100%;
	height:auto;
}
.swiper-slide .a01{
}
.swiper.aa01{
	margin:0;
	width:calc(100% - 7.0rem);
	position:absolute;
	bottom:0;
	left:3.5rem;
	z-index:1;
}
.proshow-r{
	width:54.1%;
	position:relative;
	color: var(---666, #666);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.proshow-r h1{
	margin-bottom:2.5rem;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.proshow-r .inmore{
	margin-top:7.3rem;
}
.proshow-r .inmore a{
	margin-right:0.62rem;
	border: 1px solid var(--004-ea-1, #0059BF);
	background-color:transparent;
	height:3rem;
	
}
.proshow-r .inmore  div {
position:relative;
overflow:visible;
	
}

.proshow-r .inmore  div i{
	opacity:0;
	visibility:hidden;
	position: absolute;
	left:0px;
	top:4.0rem;
	width:10rem;
	z-index:5;
	
}
.proshow-r .inmore div i img{
	width:100%;
}
.proshow-r .inmore div:hover i{
	opacity:1;
	visibility:visible;
}

.cplm{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background: var(--BG, #F5F6F7);
}
.cplm ul{
	display:flex;
	flex-wrap: wrap;
}
.cplm ul li{
	width:auto;
	margin-left:3.75rem;
	margin-right:3.75rem;
	display:flex;
}
.cplm ul li a{
	padding:1.38rem 0;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position:relative;
}
.cplm ul li a::after{
	width:0px;
	height:3px;
	background-color:var(--004-ea-1, #0059BF);
	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%;
}
.cptex{
	width:100%;
	float:left;
	margin-top:3.75rem;
	font-size:1.0rem;
	line-height:150%;
}
.cptex img{
	max-width:100%;
}
.cpcs{
	width:100%;
	float: left;
	border: 1px solid var(--004-ea-1, #0059BF);
}
.cpcs ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: var(--BG, #F5F6F7);
}
.cpcs ul:nth-child(2n){
	background-color:#FFF;
}
.cpcs ul li{
	width:50%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height:4.25rem;
	display:flex;
	align-items:center;
}
.cpcs ul li b{
	margin-left:2.5rem;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.hylist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.hylist ul{
	display:flex;
	flex-wrap: wrap;
}
.hylist ul li{
	width:calc(33.33% - 1.25rem);
	margin-top:3.75rem;
	margin-right:1.25rem;
	border-radius: 0.5rem;
	background: var(--BG, #F5F6F7);
	overflow:hidden;
	border: 2px solid var(--BG, #F5F6F7);
	transition: all 0.6s;
}
.hylist ul li:nth-child(3n){
	margin-right:0px;
}
.hylist ul li dl dt{
	overflow:hidden;
	position:relative;
}
.hylist ul li dl dt img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.hylist ul li:hover dl dt img{
	transform: scale(1.05);
}
.hylist ul li dl dd{
	padding:1.88rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.hylist ul li:hover{
	border: 2px solid var(--004-ea-1, #0059BF);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 64px 60px -34px rgba(0, 53, 200, 0.15);
}
.hylist ul li:hover dl dd{
	color: var(--004-ea-1, #0059BF);
}
.hyshow{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background: var(--BG, #F5F6F7);
	padding:3.75rem;
}
.hytit{
	width:100%;
	float:left;
	color: var(--Gray1, #333);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.hydate{
	width:100%;
	float:left;
	margin-top:2.75rem;
	color: var(--Gray-3, #828282);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hytex{
	width:100%;
	float:left;
	margin-top:3.25rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.hytex img{
	width:100%;
	height:auto;
}
.jstit{
	width:100%;
	float:left;
	margin-top:10rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jstit dl dt{
	color: var(--004-ea-1, #0059BF);
	font-family: zt2;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1rem; /* 133.333% */
	letter-spacing: 0.225rem;
	
}
.jstit dl dd{
	margin-top:1.0rem;
	color: #1B1C1C;
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.05625rem;
}
.jstit .a01{
	width:49.25%;
	color: #424753;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.js01{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.js01-l{
	width:49.3%;
	position:relative;
	border-radius: 0.5rem;
	overflow:hidden;
}
.js01-l img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.js01-l:hover .pic img{
	transform: scale(1.05);
}
.js01-l .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	padding:2.5rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 162.5% */
}
.js01-l .tex h1{
	overflow:hidden;
}
.js01-l .tex h1 img{
	width: 1.75rem;
	height: 2.375rem;
}
.js01-l .tex h2{
	margin-top:1.88rem;
	margin-bottom:1.0rem;
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem; /* 133.333% */
}
.js01-r{
	width:49.25%;
}
.js01-r ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height:100%;
}
.js01-r ul li{
	border-radius: 0.5rem;
	background: var(--BG, #F5F6F7);
	width:48.5%;
	padding: 2rem;
	min-height:45%;
	margin-top:1.5rem;
	display:flex;
	justify-content: center;
	align-items: center;
}
.js01-r ul li .a01{
	width:100%;
}
.js01-r ul li .pic{
	overflow:hidden;
	text-align:center;
}
.js01-r ul li .pic img{
	max-height:1.8rem;
}
.js01-r ul li dl dt{
	margin-top:1.0rem;
	color: #1B1C1C;
	text-align: center;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5rem; /* 150% */
}
.js01-r ul li dl dd{
	margin-top:1.75rem;
	color: #424753;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.js01-r ul li:first-child{
	width:100%;
	border-radius: 0.5rem;
	background: var(--004-ea-1, #0059BF);
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:2.5rem;
	margin-top:0px;
}
.js01-r ul li:first-child .pic img{
	max-height:5.25rem;
}
.js01-r ul li:first-child dl dt{
	color: #FFF;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem; /* 133.333% */
	text-align:left;
}
.js01-r ul li:first-child dl dd{
	margin-top:4.0rem;
	color: rgba(255, 255, 255, 0.80);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	text-align:left;
}
.js01-r ul li:first-child dl{
	max-width:74%;
}
.js02{
	width:100%;
	float:left;
	margin-top:10rem;
	background: var(--004-ea-1, #0059BF);
	padding:6.0rem 8.33vw;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.js02-l{
	width:40.125%;
	color: rgba(255, 255, 255, 0.80);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 162.5% */
}
.js02-l h1{
	margin-bottom:1.5rem;
	color: #FFF;
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.5rem; /* 111.111% */
	letter-spacing: -0.05625rem;
}
.js02-l ul{
	margin-top:5.62rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.js02-l ul li{
	width:49%;
	display:flex;
	align-items: center;
	padding-left:1.5rem;
	border-left: 2px solid rgba(255, 255, 255, 0.20);
}
.js02-l ul li dl dt{
	color: #FFF;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.25rem; /* 75% */
}
.js02-l ul li dl dd{
	color: rgba(255, 255, 255, 0.60);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 133.333% */
	letter-spacing: 0.075rem;
	
}
.js02-l .inmore{
	margin-top:6.0rem;
}
.js02-l .inmore a{
	border:1px solid #FFF;
}
.js02-r{
	width:40.125%;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(6px);
	border-radius: 1rem;
	position:relative;
	z-index:3;
}
.js02-r::before{
	width: 6rem;
	height: 6rem;
	position:absolute;
	border-bottom: 2px solid rgba(255, 255, 255, 0.30);
	border-left: 2px solid rgba(255, 255, 255, 0.30);
	left:-1.5rem;
	bottom:-1.5rem;
	z-index:-1;
	content:'';
	display:inline-block;
}
.js02-r::after{
	width: 6rem;
	height: 6rem;
	position:absolute;
	border-top: 2px solid rgba(255, 255, 255, 0.30);
	border-right: 2px solid rgba(255, 255, 255, 0.30);
	right:-1.5rem;
	top:-1.5rem;
	z-index:-1;
	content:'';
	display:inline-block;
}
.js02-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
	border-radius: 1rem;
}
.js02-r:hover img{
	transform: scale(1.05);
}
.newcon{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newcon-l{
	width:68.2%;
	background: var(--BG, #F5F6F7);
	padding:3.75rem;
}
.newtit{
	width:100%;
	float:left;
	color: var(--Gray1, #333);
	font-family:zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:2.75rem;
	color: var(--Gray-3, #828282);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtex{
	width:100%;
	float:left;
	margin-top:3.25rem;
	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;
}
.newcon-r{
	width:29.3%;
	background: var(--BG, #F5F6F7);
	padding:2.5rem;
}
.newcon-r h1{
	color: var(--Gray1, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newcon-r ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newcon-r ul li{
	width:100%;
	padding-bottom:2.75rem;
	margin-top:2.75rem;
	border-bottom:1px solid #E0E0E0;
}
.newcon-r ul li dl dt{
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r ul li dl dd{
	margin-top:0.88rem;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newcon-r ul li .more{
	display:flex;
	margin-top:0.88rem;
}
.newcon-r ul li .more a{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
}
.newcon-r ul li .more a::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/small_long_down.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.06rem;
}
.newcon-r ul li:hover{
	border-bottom:1px solid #0059BF;
}

.lx01{
	width:100%;
	float:left;
	margin-top:10rem;
	background: var(--BG, #F5F6F7);
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01 .tex{
	width:50%;
	padding: 6.25rem 7.6875rem 6.375rem 3.75rem;
}
.lx01 .tex h1{
	color: var(---333, #333);
	font-family:zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx01 .tex ul{
	margin-top:3.44rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01 .tex ul li{
	width:100%;
	display:flex;
	align-items: center;
	padding:1.56rem 1.94rem;
	background: var(---white, #FFF);
	margin-top:1.25rem;
}
.lx01 .tex ul li img{
	margin-right:2.5rem;
	max-width:3.0rem;
	min-width:3.0rem;
}
.lx01 .tex ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.lx01 .tex ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01 .tex ul li dl dd i{
	font-size: 1rem;
}
.lx01 .pic{
	width:50%;
	position:relative;
	overflow:hidden;
}
.lx01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.lx01 .pic:hover img{
	transform: scale(1.05);
}
.map{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}
.lx02{
	width:100%;
	float:left;
	margin-top:10rem;
}
.lx02 h1{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx02 ul{
	margin-top:3.75rem;
	padding: 3.375rem 3.75rem;
	background: var(--BG, #F5F6F7);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:48.6%;
	margin-top:2.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li:first-child{
	margin-top:0px;
}
.lx02 ul li:nth-child(2){
	margin-top:0px;
}
.lx02 ul li .a01{
	width:auto;
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02 ul li .a01 a{
	color: var(--0171-d-5, #0171D5);
}
.lx02 ul li .a01 input{
	margin-right:0.94rem;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02 ul li dl dt i{
	color: var(--da-2122, #DA2122);
}
.lx02 ul li dl dd{
	margin-top:0.62rem;
}
.lxbk{
	width:100%;
	padding:1.31rem 1.25rem;
	background: #fff;
	border:0px;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nab{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .pic{
	width:38.6%;
}
.nab .pic img{
	max-width:100%;
	height:auto;
}
.nab .tex{
	width:52%;
	color: var(---666, #666);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.nab .tex dl dt{
	color: var(--004-ea-1, #0059BF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nab .tex dl dd{
	margin-top:0.62rem;
	color: var(--004-ea-1, #0059BF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:3.75rem;
}
.nab02{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02-l{
	width:61.1%;
	overflow:hidden;
	position:relative;
}
.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-r{
	width:37.5%;
}
.nab02-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.nab02-r ul li{
	width:100%;
	border-radius: 0.625rem;
	background: var(--004-ea-1, #0059BF);
	overflow:hidden;
}
.nab02-r ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab02-r ul li:hover img{
	transform: scale(1.05);
}
.nab02-r ul li .tex{
	width:100%;
	padding:3.75rem;
}
.nab02-r ul li .tex h1{
	overflow:hidden;
}
.nab02-r ul li .tex h1 img{
	max-width:3.5rem;
	height:auto;
}
.nab02-r ul li .tex dl dt{
	margin-top:2.5rem;
	color: #FFF;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem; /* 133.333% */
}
.nab02-r ul li .tex dl dd{
	margin-top:0.62rem;
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 156.25% */
}
.nab02-r ul li:nth-child(2){
	margin-top:1.88rem;
}
.abtit{
	width:100%;
	float:left;
	margin-top:10rem;
	text-align:center;
}
.abtit dl dt{
	color: #004292;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.28125rem;
	
}
.abtit dl dd{
	margin-top:1.25rem;
	color: #1B1C1C;
	font-family:zt2;
	font-size: 2.8125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.125rem; /* 111.111% */
}

.qywh{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.qywh ul{
	display: flex;
	flex-wrap: wrap;
}
.qywh ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	padding:3.12rem;
	border-radius: 0.625rem;
	background: #F5F3F3;
	transition: all 0.6s;
}
.qywh ul li:nth-child(3n){
	margin-right:0px;
}
.qywh ul li .pic{
	overflow:hidden;
}
.qywh ul li .pic img{
	max-width:5.0rem;
}
.qywh ul li dl dt{
	margin-top:4.38rem;
	color: #1B1C1C;
	font-family: zt2;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.5rem; /* 133.333% */
}
.qywh ul li dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5; /* 203.125% */
}
.qywh ul li:hover{
	background: var(--004-ea-1, #0059BF);
	/* Drop Shadow */
	box-shadow: 0 64px 60px -34px rgba(0, 53, 200, 0.15);
}
.qywh ul li:hover dl dt{
	color:#FFF;
}
.qywh ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}

.honr{
	width:100%;
	float:left;
	background-image:url(../img/zm.svg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding:0 8.0rem;
	padding-bottom:6.125rem;
	margin-top:3.75rem;
}
.honr ul li{
	width:10rem;
	float:left;
	margin-right:3.81rem;
	overflow:hidden;
}
.honr ul li img{
	width:100%;
	height:auto;
	display:block;
}
.honr ul li img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.honr ul li:hover img{
	transform: scale(1.05);
}

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}





#demo {
	overflow:hidden;
	width: 100%; 
}
#indemo { 
float: left; 
width: 1800%; 
} 
#demo1 { 
float: left; 
} 
#demo2 { 
float: left; 
} 










.mart4{
	margin-top:4.88rem;
}
.mart10{
	margin-top:10rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart0{
	margin-top:0rem;
}
.mart3{
	margin-top:3.75rem;
}
.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:1440px){

.inewlist ul li .tex{
	height: 4.25rem;
	}




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


















	
}





@media (max-width:999px) {


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

.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color:var(--10, rgba(255, 255, 255, 1));
	/* 0.4背景模糊 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width: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(--004-ea-1, #0059BF);
	color:#FFF;
	line-height:3.0rem;
}

.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	/* 0.4背景模糊 */
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:2rem; 
	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(--004-ea-1, #0059BF); color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 p{
	font-size:1.0rem;
}


.inmore{
	display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
}
.inmore a{
	display: flex;
	padding: 0.35rem 1.0rem;
	align-items: center;
	border-radius: 6.25rem;
	background: var(---white, #FFF);
	position:relative;
	color: var(--004-ea-1, #0059BF);
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	overflow:hidden;
	z-index:3;
	
}
.inmore a:hover{
	box-shadow: 0 30px 30px -20px rgba(3, 41, 196, 0.50);
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--004-ea-1, #0059BF);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:0.62rem;
	content:'';
	background-image: url(../img/plus.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	    position: absolute;
    right: 14px;
}
.inmore a:hover::after{
	background-image: url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur::after{
	background-image: url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
	box-shadow: 0 30px 30px -20px rgba(3, 41, 196, 0.50);
}
.inmore a.cur::before{
	width:100%;
}

.inwrap{
	background: var(--BG, #F5F6F7);
	padding:3.75rem 0;
	width: 100%;
	float:left;
}
.container{
	width: 100%;
	float:left;
	padding:0px 3%;
}

.inprtit{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inprtit .xlm{
	width:100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.inprtit .xlm a{
	padding: 0.35rem 0.75rem;
	border-radius: 2.5rem;
	background: var(---white, #FFF);
	color: var(---666, #666);
	font-family:zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.82981rem */
	margin-right:0.62rem;
	margin-top:0.62rem;
}
.inprtit .xlm a:hover{
	background: var(--004-ea-1, #0059BF);
	/* 蓝色 */
	box-shadow: 0 30px 30px -20px rgba(3, 41, 196, 0.50);
	color:#FFF;
}
.inprtit .xlm a.cur{
	background: var(--004-ea-1, #0059BF);
	/* 蓝色 */
	box-shadow: 0 30px 30px -20px rgba(3, 41, 196, 0.50);
	color:#FFF;
}
.inpro{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inpro ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inpro.ny{
	margin-top:0px;
}
.inpro.ny ul li{
	width:48%;
}
.inpro.ny ul li:nth-child(3n){
	margin-right:0px;
}
.inpro.ny ul li:nth-child(4n){
	margin-right:0;
}
.inpro.ny ul li:nth-child(2){
	margin-top:0px;
}
.inpro.ny ul li:nth-child(3){
}
.inpro.ny ul li:first-child{
	margin-top:0px;
}
.inpro.ab01{
	margin-top:0px;
}
.inpro.ab01 ul li{
	margin-top:1.12rem;
	border: 0.943px solid var(---Gray-5, #E0E0E0);
}
.inpro ul li{
	width:48%;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-6, #F2F2F2);
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	transition: all 0.6s;
}
.inpro ul li:nth-child(4n){
	margin-right:0px;
}
.inpro ul li dl dt{
	overflow:hidden;
	position:relative;
	border-radius: 0.5rem;
	overflow:hidden;
}
.inpro ul li dl dt i{
	width:auto;
	left:1.44rem;
	top:1.44rem;
	position:absolute;
	z-index:1;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 166.5%; /* 1.45688rem */
}
.inpro ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li dl dd{
	padding:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li:hover dl dt img{
	transform: scale(1.05);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li:hover{
	border: 2px solid var(--004-ea-1, #0059BF);
	background: var(---Gray-6, #F2F2F2);
	/* Drop Shadow */
	box-shadow: 0 64px 60px -34px rgba(0, 53, 200, 0.15);
}
.inpro ul li:hover dl dd{
	color: var(--004-ea-1, #0059BF);
	font-family:zt2;
}
.inyy{
	width:100%;
	float:left;
}
.inyy ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inyy ul li{
	width:33.33%;
	position:relative;
	overflow:hidden;
	border-right: 1px solid var(---white, #FFF);
}
.inyy ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inyy ul li:hover img{
	transform: scale(1.05);
}
.inyy ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	top:1.5rem;
	z-index:1;
	padding:0 1.0rem;
	display: flex;
	justify-content: space-between;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inyy ul li .tex::after{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/inax01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.inyy ul li:hover .tex::after{
	background-image:url(../img/inax02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inyy ul li:nth-child(2){
	border-right:0px;
	width:50%;
}
.inyy ul li:first-child{
	width:50%;
}
.inyy ul li:last-child{
	border-right:0px;
}
.intit{
	width:100%;
	float:left;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 166.5%; /* 4.1625rem */
}
.intit dl dd{
	margin-top:0.32rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inys{
	width:100%;
	float:left;
	background: var(--BG, #F5F6F7) url(../img/ysbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:4rem 3%;
}
.inys01{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.inys01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inys01 ul li{
	width:100%;
	padding: 1.75rem 1.375rem 1.5rem 1.375rem;
	background: var(---white, #FFF);
	text-align:center;
	margin-top:1.25rem;
	transition: all 0.6s;
}
.inys01 ul li:nth-child(4n){
	margin-right:0px;
}
.inys01 ul li .pic{
	overflow:hidden;
}
.inys01 ul li dl dt{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	justify-content: center;
}
.inys01 ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	
}
.inys01 ul li .pic01{
	display:inline-block;
	max-height:3.5rem;
}
.inys01 ul li .pic02{
	display: none;
	width:100%;
}
.inys01 ul li:hover{
	border-radius: 0.5rem;
	background: var(--004-ea-1, #0059BF);
	/* Drop Shadow */
	box-shadow: 0 64px 60px -34px rgba(0, 53, 200, 0.15);
}
.inys01 ul li:hover dl dt{
	color:#FFF;
}
.inys01 ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.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 h1{
	color: var(--004-ea-1, #0059BF);
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	display: flex;
	align-items:center;
}
.inab-l h1 i{
	width:0.15rem;
	height:1.2rem;
	margin-left:0.625rem;
	margin-right:0.625rem;
	background-color:var(--004-ea-1, #0059BF);
}
.inab-l h2{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:1.75rem;
}
.inab-l ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:3.44rem;
}
.inab-l ul li{
	width:32.3%;
	padding: 1.3125rem 0;
	border-radius: 0.5rem;
	background: var(--BG, #F5F6F7);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	overflow:hidden;
	text-align:center;
	transition: all 0.6s;
}
.inab-l ul li:hover{
	background: var(--004-ea-1, #0059BF);
}
.inab-l ul li:hover dl dd{
	color:#FFF;
}
.inab-l ul li dl dt{
	overflow:hidden;
}
.inab-l ul li dl dt img{
	max-height:2.5rem;
}
.inab-l ul li dl dd{
	margin-top:0.31rem;
	color: var(---666, #666);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab-l ul li .pic01{
	display:inline-block;
}
.inab-l ul li .pic02{
	display: none;
}
.inab-l ul li:hover .pic01{
	display:none;
}
.inab-l ul li:hover .pic02{
	display:inline-block;
}

.inab-r{
	width:100%;
	position:relative;
	overflow:hidden;
	border-radius: 1rem;
	background: var(---Gray-4, #BDBDBD);
	margin-top:2.0rem;
}
.inab-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inab-r:hover img{
	transform: scale(1.05);
}
.inab-r .inmore{
	position:absolute;
	left:1.5rem;
	bottom:1.5rem;
	z-index:1;
}
.inab02{
	width:100%;
	float:left;
	margin-top:3rem;
}
.inab02 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inab02 ul li{
	width:100%;
	padding: 1.0rem;
	border-radius: 0.5rem;
	border: 1px solid var(--004-ea-1, #0059BF);
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	transition: all 0.6s;
	margin-top:1.25rem;
}
.inab02 ul li:nth-child(4n){
	margin-right:0px;
}
.inab02 ul li .pic{
	overflow:hidden;
}
.inab02 ul li .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inab02 ul li:hover .pic img{
	transform: scale(1.05);
}
.inab02 ul li dl dt{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inab02 ul li dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.inab02 ul li:hover{
	background: var(--004-ea-1, #0059BF);
	/* Drop Shadow */
	box-shadow: 0 64px 60px -34px rgba(0, 53, 200, 0.15);
}
.inab02 ul li:hover dl dt{
	color: var(---white, #FFF);
}
.inab02 ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.innum{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:2.0rem 3%;
	padding-top:0px;
	background: var(--004-ea-1, #0059BF);
}
.innum ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innum ul li{
	width:50%;
	text-align:center;
	margin-top:2.0rem;
}
.innum ul li dl dt{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.innum ul li dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:0.31rem;
}
.inhonr{
	width:100%;
	float:left;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inhonr-l{
	width:100%;
	padding:3.31rem 3%;
	background: var(--BG, #F5F6F7);
}
.inhonr01{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.inhonr01 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inhonr01 ul li{
	width:45.5%;
	border-top: 1px solid var(--004-ea-1, #0059BF);
	margin-top:1.5rem;
	padding-bottom:1.88rem;
	padding-top:1.25rem;
	transition: all 0.6s;
}
.inhonr01 ul li .pic{
	display:flex;
	justify-content: space-between;
	color: var(--004-ea-1, #0059BF);
	
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
	
}
.inhonr01 ul li .pic img{
	max-width:2.0rem;
}
.inhonr01 ul li dl dt{
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	
}
.inhonr01 ul li dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	
}
.inhonr01 ul li:hover{
	border-radius: 0.5rem;
	background: var(--004-ea-1, #0059BF);
	/* Drop Shadow */
	box-shadow: 0 64px 60px -34px rgba(0, 53, 200, 0.15);
	padding: 1.25rem 1.25rem 1.875rem 1.25rem;
}
.inhonr01 ul li:hover dl dt{
	color: var(---white, #FFF);
}
.inhonr01 ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.inhonr01 ul li:hover .pic{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.inhonr01 ul li .pic01{
	display:inline-block;
}
.inhonr01 ul li .pic02{
	display: none;
}
.inhonr01 ul li:hover .pic01{
	display:none;
}
.inhonr01 ul li:hover .pic02{
	display:inline-block;
}

.inhonr-r{
	width:100%;
	position:relative;
	overflow:hidden;
}
.inhonr-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inhonr-r:hover img{
	transform: scale(1.05);
}
.line{
	width:100%;
	height:1px;
	margin-top:3.75rem;
	background: #E0E0E0;
	float:left;
}
.inewtj{
	width:100%;
	float:left;
	margin-top:2.5rem;
	border-radius: 0.5rem;
	background: #F5F5F5;
	overflow:hidden;
	padding:1rem;
	display:flex;
	flex-wrap: wrap;
}
.inewtj .pic{
	width:100%;
	overflow:hidden;
	position:relative;
	border-radius: 0.5rem;
}
.inewtj .pic::before{
	width: 1.625rem;
	height: 1.625rem;
	position:absolute;
	right:0.63rem;
	top:0.63rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inewtj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inewtj .pic:hover img{
	transform: scale(1.05);
}
.inewtj .tex{
	width:100%;
}
.inewtj .tex dl dt{
	color: var(--004-ea-1, #0059BF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-top:1.0rem;
}
.inewtj .tex dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.inewtj .tex .sm{
	margin-top:1.0rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: stretch;
	overflow: hidden;
	color: var(---666, #666);
	
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.575rem */
}
.inewtj .tex .inmore{
	margin-top:2.0rem;
}
.inewlist{
	width:100%;
	float:left;
	margin-top:0.63rem;
}
.inewlist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inewlist ul li{
	width:100%;
	padding-bottom:1.5rem;
	margin-top:2.12rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:flex-start;
	border-bottom:1px solid #E0E0E0;
	transition: all 0.6s;
}
.inewlist ul li a{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inewlist ul li:hover{
	border-bottom:1px solid #0059BF;
}
.inewlist ul li .tit{
	width:54%;
}
.inewlist ul li .tit dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
}
.inewlist ul li .tit dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inewlist ul li .tex{
	width:29.4%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	
	height:5.25rem;
	display: none;
}
.inewlist ul li .pic{
	width:40%;
	border-radius: 0.5rem;
	background: #F5F5F5;
	overflow:hidden;
	position:relative;

}
.inewlist ul li .pic::before{
	width: 1.625rem;
	height: 1.625rem;
	position:absolute;
	right:0.63rem;
	top:0.63rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.inewlist ul li:hover .pic::before{
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inewlist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inewlist ul li:hover .pic img{
	transform: scale(1.05);
}

.foot{
	width:100%;
	float:left;
	margin-top:4rem;
	background: var(--BG, #F5F6F7);
}
.foot01{
	width:100%;
	float:left;
	margin-top:2.0rem;
	padding-bottom:2.0rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.foot01 h1{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
}
.foot01 .search{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	margin-top:1.25rem;
}
.foot01 .search .ss01{
	width:39.6%;
	display: flex;
	padding: 0.55rem 1.25rem;
	justify-content: space-between;
	align-items: center;
	border-radius: 6.25rem;
	background: var(---white, #FFF);
}
.bk{
	width:calc(100% - 1.5rem);
	border:0px;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot01 .search .ss01 .a01{
	max-width:1.5rem;
}
.foot01 .search .help{
	width:auto;
	display:flex;
	margin-left:0.62rem;
}
.foot01 .search .help a{
	display: flex;
	padding: 0.54rem 1.1rem 0.54rem 1.0rem;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-radius: 6.25rem;
	background: var(--004-ea-1, #0059BF);
}
.foot01 .search .help a::before{
	width: 1.0rem;
	height: 1.0rem;
	margin-right:0.31rem;
	content:'';
	display:inline-block;
	background-image:url(../img/zx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot02-l{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	display:none;
}
.foot02-l .dblogo{
	width:20%;
	overflow:hidden;
}
.foot02-l .dblogo img{
	max-width:100%;
}
.foot02-l .dbnav{
	width:72%;
}
.foot02-l .dbnav h2{
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:1.5rem;
}
.foot02-l .dbnav h2.mart0{
	margin-top:0px;
}
.foot02-l .dbnav ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot02-l .dbnav ul li{
	width:50%;
	margin-top:0.94rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02-r{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.5rem;
}
.foot02-r .dbtel{
	width:100%;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	text-align:center;
	line-height: normal;
}
.foot02-r .dbtel dl dt{
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.foot02-r .dbtel dl dd{
	margin-top:0.44rem;
	color: var(--004-ea-1, #0059BF);
	font-family:zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	margin-bottom:0.94rem;
}
.foot02-r .dbtel dl dd i{
	font-size: 1rem;
}
.foot02-r .dbtel .ljzx{
	display:flex;
	margin-top:1.69rem;
	justify-content: center;
}

.foot02-r .dbtel .ljzx a{
	padding: 0.54rem 1.97rem 0.54rem 1.9rem;
	border-radius: 6.25rem;
	background: var(--004-ea-1, #0059BF);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family:zt2;
	
}
.foot02-r .ewm{
	width:100%;
	text-align: center;
	margin-top:3.0rem;
}
.foot02-r .ewm img{
	max-width:40%;
}
.foot02-r .ewm dl dt{
	overflow:hidden;
}
.foot02-r .ewm dl dd{
	margin-top:0.88rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot03{
	width:100%;
	float:left;
	margin-top:2.5rem;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.31rem 3%;
	text-align:center;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.fud{
	width: 4.75rem;
	padding:0;
	position:fixed;
	right:0;
	z-index:9;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--004-ea-1, #0059BF);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	 position: fixed;   /* 关键：固定定位 */
  bottom: 0;         /* 贴紧屏幕底部 */
  left: 0;
  width: 100%;       /* 铺满屏幕宽度 */
  z-index: 999;   
}
.fud ul{
	margin: 0;
  padding: 0;
  list-style: none;
  display: flex;     /* 横向 flex 布局 */
  justify-content: space-around; /* 平均分布 */
  align-items: center;
}

.fud .tex {
  display: none; /* 移动端一般隐藏 */
}
.fud ul li:last-child{
	display: none;
	}
.fud ul li{
	width:100%;
	padding-bottom:0.75rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
	text-align:center;
	position:relative;
	margin-top:0.75rem;
}
.fud ul li:first-child{
	margin-top:0px;
}
.fud ul li:last-child{
	padding-bottom:0px;
	border-bottom:0px;
}
.fud ul li dl dt{
	overflow:hidden;
	display:flex;
	justify-content: center;
}
.fud ul li dl dt img{
	max-width:2.25rem;
}
.fud ul li dl dd{
	margin-top:0.25rem;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fud ul li img{
	max-width:3.125rem;
}
.fud ul li .fdewm{
	    width: 7rem;
    position: absolute;
    bottom: 5rem;
    right: 1.5rem;
    /* top: 0; */
    z-index: 2;
    opacity: 0;
    visibility: hidden;
}
.fud ul li .fdewm img{
	max-width:7.0rem;
}
.fud ul li:hover .fdewm{
	opacity:1;
	visibility:visible;
}
.nybanner{
	width:100%;
	float:left;
	margin-top:5rem;
	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);
	text-align: center;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.procon{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.procon-l{
	width:20%;
	display:none;
}
.procon-l h1{
	color: #424753;
	font-family: zt2;
	font-size: 0.8125rem;
	font-style: normal;
	font-weight: 900;
	line-height: 1.21875rem; /* 150% */
	letter-spacing: 0.20313rem;
	
}
.prolm{
	width:100%;
	margin-top:1.88rem;
	border-radius: 0.3125rem;
	background: var(--BG, #F5F6F7);
	overflow:hidden;
}
.prolm dl dt{
	display: flex;
	padding: 0.94rem 1.25rem;
	justify-content: space-between;
	align-items: center;
	border-radius: 0.3125rem;
	background: var(--004-ea-1, #0059BF);
	color: #FFF;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
}
.prolm dl dt i{
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
}
.prolm dl dd{
	margin-top:0.31rem;
	display: flex;
	padding: 0.94rem 1.25rem;
	justify-content: space-between;
	align-items: center;
	color: #1B1C1C;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5625rem; /* 156.25% */
}
.prolm dl dd i{
	color: #424753;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}
.prolm dl dd a{
	color: #1B1C1C;
}
.prolm dl dd a:hover{
	color: var(--004-ea-1, #0059BF);
}

.jszc{
	width:100%;
	margin-top:3.12rem;
	padding: 1.88rem;
	border-radius: 0.625rem;
	background: var(--BG, #F5F6F7);
	overflow:hidden;
	color: #424753;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 162.5% */
}
.jszc h2{
	margin-bottom:0.85rem;
	color: var(--004-ea-1, #0059BF);
	font-family:zt2;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25rem; /* 133.333% */
}
.jszc .more{
	display:flex;
	margin-top:1.3rem;
}
.jszc .more a{
	width:100%;
	padding: 0.625rem 0;
	border: 1.25px solid #C2C6D5;
	color: #1B1C1C;
	text-align: center;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.04688rem;
	
}
.procon-r{
	width:100%;
}
.fy{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
}
.fy ul{
	border: 1px solid var(--Stroke-light, #DEE2E6);
	width:auto;
	display:flex;
	flex-wrap: wrap;
	justify-content:center;
	border-radius:0.25rem;
	overflow:hidden;
}
.fy ul li{
	width:auto;
	display:flex;
	justify-content:center;
	align-items: center;
}
.fy ul li a{
	padding:0.69rem 0.88rem;
	border-right: 1px solid var(--Stroke-light, #DEE2E6);
	color: var(--004-ea-1, #0059BF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 100% */
}
.fy ul li a:hover{
	border-right: 1px solid var(--004-ea-1, #0059BF);
	background: var(--004-ea-1, #0059BF);
	color: #FFF;
}
.fy ul li:first-child a{
	padding:0.69rem 1.88rem;
}
.fy ul li:last-child a{
	padding:0.69rem 1.88rem;
	border-right: 0px solid var(--Stroke-light, #DEE2E6);
}
.fy ul li a.cur{
	border-right: 1px solid var(--004-ea-1, #0059BF);
	background: var(--004-ea-1, #0059BF);
	color: #FFF;
}

.proshow{
	width:100%;
	float:left;
	background: var(--BG, #F5F6F7);
	padding:3.25rem 1.33vw;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.proshow-l{
	width:100%;
	border-radius: 0.75rem;
	background: var(---fff, #fff);
	overflow:hidden;
}
.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	width:100%;
	height: auto;
}
.swiper-slide .b01{
	border: 1px solid #fff;
	display:flex;
	overflow:hidden;
}
.swiper-slide-thumb-active .b01{
	border: 1px solid var(--Style, #0EA8EB);
}
.swiper-slide .b01 img{
	width:100%;
	height:auto;
}
.swiper-slide .a01{
}
.swiper.aa01{
	width:calc(100% - 7.0rem);
	margin-top:2.0rem;
}
.proshow-r{
	width:100%;
	position:relative;
	color: var(---666, #666);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.proshow-r h1{
	margin-bottom:1.5rem;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:2.0rem;
}
.proshow-r .inmore{
	margin-top:2.3rem;
}

.proshow-r .inmore a{
	margin-left:0.2rem;
	margin-right:0.2rem;
	border: 1px solid var(--004-ea-1, #0059BF);
	background-color:transparent;
	height:2.5rem;
	position:relative;
	/*overflow:visible;*/
	font-size:0.8rem;
	padding:0.35rem 0.6rem;
	width: 14rem;
}

.proshow-r .inmore a{
	margin-right:0.3rem;
	margin-left:0.3rem;
	border: 1px solid var(--004-ea-1, #0059BF);
	background-color:transparent;
	
}
.proshow-r .inmore  div {
position:relative;
overflow:visible;
	
}

.proshow-r .inmore  div i{
	opacity:0;
	visibility:hidden;
	position: absolute;
	left:0px;
	top:4.0rem;
	width:10rem;
	z-index:5;
	
}
.proshow-r .inmore div i img{
	width:100%;
}
.proshow-r .inmore div:hover i{
	opacity:1;
	visibility:visible;
}


.cplm{
	width:100%;
	float:left;
	margin-top:3.25rem;
	background: var(--BG, #F5F6F7);
}
.cplm ul{
	display:flex;
	flex-wrap: wrap;
}
.cplm ul li{
	width:auto;
	margin-left:1.25rem;
	margin-right:1.25rem;
	display:flex;
}
.cplm ul li a{
	padding:1.25rem 0;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position:relative;
}
.cplm ul li a::after{
	width:0px;
	height:3px;
	background-color:var(--004-ea-1, #0059BF);
	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%;
}
.cptex{
	width:100%;
	float:left;
	margin-top:2.5rem;
	font-size:0.875rem;
	line-height:150%;
}
.cptex img{
	max-width:100%;
}
.cpcs{
	width:100%;
	float: left;
	border: 1px solid var(--004-ea-1, #0059BF);
}
.cpcs ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: var(--BG, #F5F6F7);
}
.cpcs ul:nth-child(2n){
	background-color:#FFF;
}
.cpcs ul li{
	width:50%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height:4.25rem;
	display:flex;
	align-items:center;
}
.cpcs ul li b{
	margin-left:2.5rem;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.hylist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.hylist ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hylist ul li{
	width:48%;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	background: var(--BG, #F5F6F7);
	overflow:hidden;
	border: 2px solid var(--BG, #F5F6F7);
	transition: all 0.6s;
}
.hylist ul li:nth-child(3n){
	margin-right:0px;
}
.hylist ul li dl dt{
	overflow:hidden;
	position:relative;
}
.hylist ul li dl dt img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.hylist ul li:hover dl dt img{
	transform: scale(1.05);
}
.hylist ul li dl dd{
	padding:1.0rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.hylist ul li:hover{
	border: 2px solid var(--004-ea-1, #0059BF);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 64px 60px -34px rgba(0, 53, 200, 0.15);
}
.hylist ul li:hover dl dd{
	color: var(--004-ea-1, #0059BF);
}
.hyshow{
	width:100%;
	float:left;
	margin-top:2.25rem;
	background: var(--BG, #F5F6F7);
	padding:2.5rem 1.5rem;
}
.hytit{
	width:100%;
	float:left;
	color: var(--Gray1, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.hydate{
	width:100%;
	float:left;
	margin-top:1.5rem;
	color: var(--Gray-3, #828282);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hytex{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.hytex img{
	width:100%;
	height:auto;
}
.jstit{
	width:100%;
	float:left;
	margin-top:4rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jstit dl dt{
	color: var(--004-ea-1, #0059BF);
	font-family: zt2;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.225rem;
	
}
.jstit dl dd{
	margin-top:0.5rem;
	color: #1B1C1C;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.05625rem;
}
.jstit .a01{
	width:100%;
	color: #424753;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	margin-top:1rem;
}
.js01{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.js01-l{
	width:100%;
	position:relative;
	border-radius: 0.5rem;
	overflow:hidden;
}
.js01-l img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.js01-l:hover .pic img{
	transform: scale(1.05);
}
.js01-l .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	padding:1rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25; /* 162.5% */
}
.js01-l .tex h1{
	overflow:hidden;
}
.js01-l .tex h1 img{
	max-width: 1.25rem;
	height:auto;
}
.js01-l .tex h2{
	margin-top:1.0rem;
	margin-bottom:0.5rem;
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem; /* 133.333% */
}
.js01-r{
	width:100%;
	margin-top:2.0rem;
}
.js01-r ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height:100%;
}
.js01-r ul li{
	border-radius: 0.5rem;
	background: var(--BG, #F5F6F7);
	width:48.5%;
	padding: 0.5rem;
	min-height:45%;
	margin-top:1.5rem;
	display:flex;
	justify-content: center;
	align-items: center;
}
.js01-r ul li .a01{
	width:100%;
}
.js01-r ul li .pic{
	overflow:hidden;
	text-align:center;
}
.js01-r ul li .pic img{
	max-height:1.8rem;
}
.js01-r ul li dl dt{
	margin-top:1.0rem;
	color: #1B1C1C;
	text-align: center;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5rem; /* 150% */
}
.js01-r ul li dl dd{
	margin-top:1.75rem;
	color: #424753;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.js01-r ul li:first-child{
	width:100%;
	border-radius: 0.5rem;
	background: var(--004-ea-1, #0059BF);
	display:flex;
	justify-content: space-between;
	align-items: center;
	padding:0.5rem;
	margin-top:0px;
}
.js01-r ul li:first-child .pic img{
	max-height:3.25rem;
}
.js01-r ul li:first-child dl dt{
	color: #FFF;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem; /* 133.333% */
	text-align:left;
}
.js01-r ul li:first-child dl dd{
	margin-top:2.0rem;
	color: rgba(255, 255, 255, 0.80);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	text-align:left;
}
.js01-r ul li:first-child dl{
	max-width:85%;
}
.js02{
	width:100%;
	float:left;
	margin-top:4rem;
	background: var(--004-ea-1, #0059BF);
	padding:3.0rem 3%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.js02-l{
	width:100%;
	color: rgba(255, 255, 255, 0.80);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 162.5% */
}
.js02-l h1{
	margin-bottom:1.0rem;
	color: #FFF;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 111.111% */
	letter-spacing: -0.05625rem;
}
.js02-l ul{
	margin-top:2.62rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.js02-l ul li{
	width:49%;
	display:flex;
	align-items: center;
	padding-left:1.0rem;
	border-left: 2px solid rgba(255, 255, 255, 0.20);
}
.js02-l ul li dl dt{
	color: #FFF;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 75% */
}
.js02-l ul li dl dd{
	color: rgba(255, 255, 255, 0.60);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 133.333% */
	letter-spacing: 0.075rem;
	
}
.js02-l .inmore{
	margin-top:3.0rem;
}
.js02-l .inmore a{
	border:1px solid #FFF;
}
.js02-r{
	width:100%;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.10);
	backdrop-filter: blur(6px);
	border-radius: 1rem;
	position:relative;
	z-index:3;
	margin-top:3.0rem;
}
.js02-r::before{
	width: 4rem;
	height: 4rem;
	position:absolute;
	border-bottom: 2px solid rgba(255, 255, 255, 0.30);
	border-left: 2px solid rgba(255, 255, 255, 0.30);
	left:-1.5rem;
	bottom:-1.5rem;
	z-index:-1;
	content:'';
	display:inline-block;
}
.js02-r::after{
	width: 4rem;
	height: 4rem;
	position:absolute;
	border-top: 2px solid rgba(255, 255, 255, 0.30);
	border-right: 2px solid rgba(255, 255, 255, 0.30);
	right:-1.5rem;
	top:-1.5rem;
	z-index:-1;
	content:'';
	display:inline-block;
}
.js02-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
	border-radius: 1rem;
}
.js02-r:hover img{
	transform: scale(1.05);
}
.newcon{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newcon-l{
	width:100%;
	background: var(--BG, #F5F6F7);
	padding:1rem;
}
.newtit{
	width:100%;
	float:left;
	color: var(--Gray1, #333);
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.5rem;
	color: var(--Gray-3, #828282);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	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;
}
.newcon-r{
	width:29.3%;
	background: var(--BG, #F5F6F7);
	padding:2.5rem;
	display:none;
}
.newcon-r h1{
	color: var(--Gray1, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newcon-r ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newcon-r ul li{
	width:100%;
	padding-bottom:2.75rem;
	margin-top:2.75rem;
	border-bottom:1px solid #E0E0E0;
}
.newcon-r ul li dl dt{
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r ul li dl dd{
	margin-top:0.88rem;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newcon-r ul li .more{
	display:flex;
	margin-top:0.88rem;
}
.newcon-r ul li .more a{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
}
.newcon-r ul li .more a::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/small_long_down.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.06rem;
}
.newcon-r ul li:hover{
	border-bottom:1px solid #0059BF;
}

.lx01{
	width:100%;
	float:left;
	margin-top:4rem;
	background: var(--BG, #F5F6F7);
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01 .tex{
	width:100%;
	padding: 2.25rem 1rem;
}
.lx01 .tex h1{
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx01 .tex ul{
	margin-top:1.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01 .tex ul li{
	width:100%;
	display:flex;
	align-items: center;
	padding:1.0rem 1.25rem;
	background: var(---white, #FFF);
	margin-top:1.0rem;
}
.lx01 .tex ul li img{
	margin-right:0.875rem;
	max-width:2.0rem;
	min-width:2.0rem;
}
.lx01 .tex ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.lx01 .tex ul li dl dd{
	margin-top:0.31rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01 .tex ul li dl dd i{
	font-size: 1rem;
}
.lx01 .pic{
	width:100%;
	position:relative;
	overflow:hidden;
}
.lx01 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.lx01 .pic:hover img{
	transform: scale(1.05);
}
.map{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}
.lx02{
	width:100%;
	float:left;
	margin-top:4rem;
}
.lx02 h1{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lx02 ul{
	margin-top:2.5rem;
	padding: 2.5rem 1.5rem;
	background: var(--BG, #F5F6F7);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:48.6%;
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li:first-child{
	margin-top:0px;
}
.lx02 ul li:nth-child(2){
	margin-top:0px;
}
.lx02 ul li .a01{
	width:auto;
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02 ul li .a01 a{
	color: var(--0171-d-5, #0171D5);
}
.lx02 ul li .a01 input{
	margin-right:0.94rem;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02 ul li dl dt i{
	color: var(--da-2122, #DA2122);
}
.lx02 ul li dl dd{
	margin-top:0.62rem;
}
.lxbk{
	width:100%;
	padding:1.0rem 1.25rem;
	background: #fff;
	border:0px;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nab{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .pic{
	width:100%;
	text-align:center;
}
.nab .pic img{
	max-width:50%;
	height:auto;
}
.nab .tex{
	width:100%;
	color: var(---666, #666);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.nab .tex dl dt{
	color: var(--004-ea-1, #0059BF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nab .tex dl dd{
	margin-top:0.31rem;
	color: var(--004-ea-1, #0059BF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.75rem;
}
.nab02{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02-l{
	width:100%;
	overflow:hidden;
	position:relative;
}
.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-r{
	width:100%;
	margin-top:1.25rem;
}
.nab02-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.nab02-r ul li{
	width:100%;
	border-radius: 0.625rem;
	background: var(--004-ea-1, #0059BF);
	overflow:hidden;
}
.nab02-r ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab02-r ul li:hover img{
	transform: scale(1.05);
}
.nab02-r ul li .tex{
	width:100%;
	padding:2.5rem 1.5rem;
}
.nab02-r ul li .tex h1{
	overflow:hidden;
}
.nab02-r ul li .tex h1 img{
	max-width:2.5rem;
	height:auto;
}
.nab02-r ul li .tex dl dt{
	margin-top:2.5rem;
	color: #FFF;
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
}
.nab02-r ul li .tex dl dd{
	margin-top:0.62rem;
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 156.25% */
}
.nab02-r ul li:nth-child(2){
	margin-top:1.25rem;
}
.abtit{
	width:100%;
	float:left;
	margin-top:4rem;
	text-align:center;
}
.abtit dl dt{
	color: #004292;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.28125rem;
	
}
.abtit dl dd{
	margin-top:0.62rem;
	color: #1B1C1C;
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 111.111% */
}

.qywh{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.qywh ul{
	display: flex;
	flex-wrap: wrap;
}
.qywh ul li{
	width:100%;
	margin-top:1.25rem;
	padding:1.12rem;
	border-radius: 0.625rem;
	background: #F5F3F3;
	transition: all 0.6s;
}
.qywh ul li:nth-child(3n){
	margin-right:0px;
}
.qywh ul li .pic{
	overflow:hidden;
}
.qywh ul li .pic img{
	max-width:4.0rem;
}
.qywh ul li dl dt{
	margin-top:3.38rem;
	color: #1B1C1C;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 133.333% */
}
.qywh ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 203.125% */
}
.qywh ul li:hover{
	background: var(--004-ea-1, #0059BF);
	/* Drop Shadow */
	box-shadow: 0 64px 60px -34px rgba(0, 53, 200, 0.15);
}
.qywh ul li:hover dl dt{
	color:#FFF;
}
.qywh ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}

.honr{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.honr ul li{
	width:8rem;
	float:left;
	margin-right:1.25rem;
	overflow:hidden;
}
.honr ul li img{
	width:100%;
	height:auto;
	display:block;
}
.honr ul li img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.honr ul li:hover img{
	transform: scale(1.05);
}




.mart4{
	margin-top:2.88rem;
}
.mart10{
	margin-top:4.0rem;
}

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


/*/手机*/



.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:80vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



.sjzwqh{
	width: auto;
	height: 5rem;
	font-size:1.1rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
position: absolute;
	right:1%;
	
}
.sjzwqh img{
	width:1.1rem;
}
.sjzwqh a{
	margin-left:0.5rem;
	margin-right:0.5rem;
	line-height:2.5rem;
}
.sjzwqh .zhuan{
	width:100%;
	position:absolute;
	top:5rem;
	left:0;
	z-index:111;
	background-color:#FFF;
	font-size:16px;
	line-height:2.5rem;
	opacity:0;
	visibility:hidden;
	text-align:center;
	border-radius:5px;
}
.sjzwqh .zhuan p{
	position:relative;
	display:flex;
	align-items: center;
	text-align:left;
}
.sjzwqh .zhuan p i{
	width:2px;
	height:1.0rem;
	position:absolute;
	left:0;
	z-index:1;
	opacity:0;
	background-color:#116CB0;
}
.sjzwqh .zhuan p:hover i{
	opacity:1;
}
.sjzwqh .zhuan p.cur i{
	opacity:1;
}
.sjzwqh .zhuan a{
	color:#333;
	width:100%;
	text-align:left;
	padding-left:2.0rem;
	font-size:0.9rem;
	border-bottom:1px solid rgba(0,0,0,0.1);
	margin-left:0;
	margin-right:0;
}
.sjzwqh:hover .zhuan{
	opacity:1;
	visibility:visible;
}

#demo {
	overflow:hidden;
	width: 100%; 
}
#indemo { 
float: left; 
width: 1800%; 
} 
#demo1 { 
float: left; 
} 
#demo2 { 
float: left; 
}


}












































