body{
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:1.5;
	font-family: zt3;
	margin:auto;
	overflow-x:hidden;
	}
html {
    scroll-behavior: smooth;
}
@supports (font: -apple-system-body) {
  body {
    font-family: 
      "PingFang SC",
      -apple-system,
      "HarmonyOS Sans",
      sans-serif;
  }
}

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

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

*{
	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(--035-fae, #175DAA);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}

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

@media (min-width:1000px) {
	
.header.yanse{
	background: #FFF;
	/* 23-4-0.1 */
	box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.01);
}
.header.yanse.yanse01{
	width:100%;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.header.yanse.yanse01 .innav ul>li>a{
	color:#FFF;
}
.header.yanse.yanse01 .intop{
	padding:0 5.2vw;
}
.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}
.header.yanse .intop{
	padding:0 5.2vw;
}

.main{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	position:relative;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:9%;
	display: flex;
	align-items: center;
	height:5.0rem;
	min-width:9%;
	transition: all 0.6s;
	position:relative;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul>li{
	width:auto;
	font-size: 1.125rem;
	height:5.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	position:relative;
	display:flex;
	align-items: center;
}
.innav ul>li>a{
	width:auto;
	padding:0.88rem 2.25rem;
	display:flex;
	align-items: center;
	position:relative;
	border-radius: 0.25rem;
}
.innav ul>li>a:hover{
	color:#fff;
	background: var(--ee-8303, #EE8303);
}
.header.yanse .innav ul>li.cur a{
	color:#fff;
	background: var(--ee-8303, #EE8303);
}
.header.yanse.yanse01 .innav ul>li.cur a{
	color:#fff;
}
.header.yanse .innav ul>li.cur>ol>li a{
	background-color: transparent;
	color:#333;
}
.header.yanse .innav ul>li.cur>ol>li a:hover{
	color:var(--035-fae, #175DAA);
}

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

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

.zyw{
	display: flex;
	justify-content: center;
	align-items: center;
	width:auto;
	position:relative;
}
.zyw .a01{
	height: 3.0rem;
	width:3.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3rem;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zyw .xl{
	height: 3.0rem;
	width:3.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	left:0;
	top:3.0rem;
	z-index:9;
	opacity:0;
	visibility:hidden;
	background: var(---white, #FFF);
	border: 1px solid var(---Gray-5, #E0E0E0);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 3rem;
}
.zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.header.yanse.yanse01 .zyw .a01{
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	border-radius: 3rem;
}
.header.yanse.yanse01 .zyw .a01{
	color: var(---white, #FFF);
}
.header.yanse .zyw{
	color: #fff;
	border-radius: 3rem;
}
.header.yanse .zyw .a01{
	color: var(---fff, #fff);
	background: var(--035-fae, #175DAA);

/* 0.4背景模糊 */
backdrop-filter: blur(12.5px);
}
.header.yanse .zyw .xl{
	color: var(---999, #999);
}
.header.yanse.yanse01 .zyw .xl a{
	color: var(---999, #999);
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#fff;
	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:#fff;
	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(--ee-8303, #EE8303);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--ee-8303, #EE8303);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}


.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.625rem 0.625rem 0.625rem 2.4375rem;
	align-items: center;
	border: 1px solid var(--ee-8303, #EE8303);
	position:relative;
	color: #EE8303;
	text-align: center;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 3.125rem;
	overflow:hidden;
	
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--ee-8303, #EE8303);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 2.0rem;
	height: 2.0rem;
	margin-left:1.81rem;
	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/plus2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur::after{
	background-image: url(../img/plus2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}

.index01{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01-l{
	width:61%;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.index01-l i{
	color: var(--035-fae, #175DAA);
}

.index01-r{
	width:33.3%;
	color: var(---333, #333);
	font-family:zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}
.infw{
	width:100%;
	float:left;
	margin-top:6.25rem;
	padding-left:8.33vw;
}

.carousel-container {
      width: 100%;
    }

    .carousel-window {
      width: 100%;
      overflow: hidden;
      cursor: grab;
    }
    .carousel-window:active {
      cursor: grabbing;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.3, 1);
      will-change: transform;
      user-select: none;
      -webkit-user-select: none;
    }

    /* 图片基础样式 - 宽度通过媒体查询控制 */
    .carousel-slide {
      flex: 0 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      border-right: 3px solid rgba(255,255,255,1);
    }
	.dingw{ width:100%; float:left; margin-top:-120px;}
		.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;}

	
}
    /* 响应式布局：3.5/2.5/1.5规则 */
    /* 大屏幕：≥1024px 显示3.5张 (每张宽度 ≈ 28.57%) */
    @media screen and (min-width: 1024px) {
      .carousel-slide {
        width: 28.57% !important;  /* 100/3.5 ≈ 28.57% */
      }
    }
    
    /* 中等屏幕：768px - 1023px 显示2.5张 (每张宽度 40%) */
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .carousel-slide {
        width: 40% !important;  /* 100/2.5 = 40% */
      }
    }
    
    /* 手机：<768px 显示1.5张 (每张宽度 ≈ 66.67%) */
    @media screen and (max-width: 767px) {
      .carousel-slide {
        width: 66.67% !important;  /* 100/1.5 ≈ 66.67% */
      }
    }

    /* 控制栏 */
    .control-panel {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 3.75rem;
    }

    .nav-buttons {
      display: flex;
      gap: 0.5rem;
	  margin-right:8.33vw;
    }

    .nav-btn{
      background: var(---Gray-6, #F2F2F2);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.2);
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      font-size: 1.0rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--ee-8303, #EE8303);
      cursor: pointer;
      transition: all 0.15s;
      line-height: 1;
      user-select: none;
	  font-family:"宋体";
	  font-weight:bold;
    }
	.nav-btn:hover{
      background: var(--ee-8303, #EE8303);
	  color:#FFF;
	 }
    @media (max-width: 420px) {
      .nav-btn {
        width: 2.0rem;
        height: 2.0rem;
        font-size:1rem;
      }
    }
    .nav-btn:active {
      background: var(--ee-8303, #EE8303);
	  color:#FFF;
    }

    .index-indicator {
      background: rgba(0, 0, 0, 0.6);
      backdrop-filter: blur(4px);
      padding: 8px 18px;
      border-radius: 40px;
      color: white;
      font-size: 1.1rem;
      font-weight: 500;
      border: 1px solid rgba(255,215,0,0.5);
      letter-spacing: 0.5px;
    }

    .extra-hint {
      color: #b9c6d4;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      gap: 6px;
      background: rgba(0,0,0,0.3);
      padding: 6px 14px;
      border-radius: 40px;
      backdrop-filter: blur(2px);
      border: 0.5px solid #3e4a5c;
    }

    /* 自动播放控制按钮 */
    .auto-play-btn {
      background: rgba(30, 40, 55, 0.9);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.2);
      width: 40px;
      height: 40px;
      border-radius: 20px;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      cursor: pointer;
      margin-left: 10px;
    }

.infw01{
	width:100%;
	position:relative;
	overflow:hidden;
}
.infw01 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.infw01:hover img{
	transform: scale(1.05);
}
.infw01 .tex{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	padding: 1.875rem 2.5rem;
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: #FFF;
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.infw01 .tex01{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	padding: 3.125rem 2.5rem;
	background: var(--035-fae, #175DAA);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	transition: all 0.6s;
	opacity:0;
}
.infw01:hover .tex01{
	bottom:0;
	top: auto;
	opacity:1;
}
.infw01 .tex01 dl dt{
	color: #FFF;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.infw01 .tex01 dl dd{
	margin-top:1.25rem;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.infw01 .tex01::after{
	margin-top:2.5rem;
	width: 2rem;
	height: 2rem;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.index02{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
}
.index02 img{
	width:100%;
	height:auto;
	display:block;
}
.index02 .tex{
	position:absolute;
	width: auto;
	display: inline-flex;
	align-items: center;
	z-index:5;
	border-radius: 2.5rem;
	border: 2px solid var(---Gray-6, #F2F2F2);
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(12.5px);
}
.index02 .tex a{
	padding: 0.4375rem 1.75rem 0.4375rem 0.4375rem;
	display: inline-flex;
	align-items: center;
	position:relative;
	overflow:hidden;
	border-radius: 2.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.index02 .tex a img{
	max-height:2.75rem;
	margin-right:1.0rem;
	width:auto;
}
.index02 .tex a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--035-fae, #175DAA);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.index02 .tex a:hover::before{
	width:100%;
}
.index02 .tex::after{
	width: 3.25rem;
	height: 8.44rem;
	position:absolute;
	left:calc(50% - 1.625rem);
	bottom:-8.44rem;
	z-index:3;
	content:'';
	display:inline-block;
	background-image:url(../img/sx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.index02 .tex a:hover{
	color:#FFF;
}

.index02 .tex.a01{
	left:20vw;
	top:27%;
}
.index02 .tex.a02{
	left:39.4vw;
	top:13%;
}
.index02 .tex.a03{
	right:34.7vw;
	top:45%;
}
.index02 .tex.a04{
	right:19.325vw;
	top:20%;
}
.inab{
	width:100%;
	float:left;
	margin-top:10rem;
}
.inab01{
	width:100%;
	float:left;
	padding-bottom:2.5rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab01 .a01{
	width:50%;
}
.inab01 .a01 dl dt{
	color: var(--035-fae, #175DAA);
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.inab01 .a01 dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab01 .a02{
	width:50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab01 .a02 dl dt{
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: flex-start;
}
.inab01 .a02 dl dt i{
	color: var(--035-fae, #175DAA);
	font-family:zt4;
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right:0.31rem;
}
.inab01 .a02 dl dd{
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab02{
	width:100%;
	float:left;
	margin-top:2.87rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab02 .tex{
	width:44%;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 200%; /* 2rem */
	margin-top:5.0rem;
}
.inab02 .tex h1{
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: justify;
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 2.5rem */
}
.inab02 .tex h1 i{
	color: var(--035-fae, #175DAA);
}

.inab02 .pic{
	width:50%;
	position:relative;
	overflow:hidden;
}
.inab02 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.rotating-circle{
	width: 5.8rem;
	height: 5.8rem;
	border-radius: 50%;
	background: url(../img/Rectangle.svg) no-repeat center;
	background-size:contain;
	animation: rotate 6s linear infinite;
	position:absolute;
	left:calc(50% - 2.9rem);
	top:calc(50% - 2.9rem);
	z-index:1;
}

@keyframes rotate {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}
.play2{
	width:3.9rem;
	height:3.9rem;
	border-radius: 50%;
	background: var(--035-fae, #175DAA);
	position:absolute;
	left:calc(50% - 1.95rem);
	top:calc(50% - 1.95rem);
	z-index:3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.play2::after{
	width:1.7rem;
	height:1.7rem;
	content:'';
	display:inline-block;
	background-image:url(../img/play.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inkxys{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
}
.inkxys .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inkxys .yslm{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:0 8.33vw;
}
.inkxys .yslm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inkxys .yslm ul li{
	width:18.8%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inkxys .yslm ul li a{
	width:100%;
	padding:1.88rem 0;
	position:relative;
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inkxys .yslm ul li a img{
	max-height:2.5rem;
	margin-right:0.62rem;
}
.inkxys .yslm ul li a::before{
	width:0px;
	height:4px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-color:var(--ee-8303, #EE8303);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inkxys .yslm ul li a:hover::before{
	width:100%;
}
.inkxys .tex{
	width:30%;
	position:absolute;
	top:36.4%;
	left:8.33vw;
	z-index:2;
}
.inkxys .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inkxys .tex dl dd{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
	font-family:zt;
}
.intit{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(---333, #333);
	font-family:zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem 2.5rem;
	transition: all 0.6s;
	margin-top:3.75rem;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li:hover{
	background-image:url(../img/xwbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.innew ul li dl dt{
	color: var(---333, #333);
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
}
.innew ul li dl dd{
	margin-top:2.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.innew ul li .more{
	display:flex;
	margin-top:3.5rem;
	opacity:0;
	transition: all 0.6s;
}
.innew ul li:hover .more{
	opacity:1;
}
.innew ul li .more a{
	display: flex;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
}
.innew ul li .more a::after{
	width: 0.75rem;
	height: 1.5rem;
	margin-left:0.56rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innew ul li .date{
	display:flex;
	margin-top:5.5rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
	padding-top:2.5rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew ul li .date b{
	color: var(--035-fae, #175DAA);
	font-family:zt4;
	font-size: 6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 70%;
}
.innew ul li:hover dl dt{
	color:#FFF;
}
.innew ul li:hover dl dd{
	color:#FFF;
}
.innew ul li:hover .date{
	color: var(--60, rgba(255, 255, 255, 0.60));
	border-top:1px solid rgba(255, 255, 255, 0.30);
}
.innew ul li:hover .date b{
	color: var(---white, #FFF);
}
.inhz{
	width:100%;
	float:left;
	margin-top:5.63rem;
}
.inhz ul{
	display: flex;
	flex-wrap: wrap;
}
.inhz ul li{
	width:calc(16.7% - 0.62rem);
	margin-right:0.62rem;
	border-radius: 0.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: #FFF;
	margin-top:0.62rem;
	overflow:hidden;
	height:8.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
}
.inhz ul li:nth-child(6n){
	margin-right:0px;
}
.inhz ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inhz ul li a img{
	max-width:100%;
	max-height:100%;
}
.inhz ul li:hover{
	border: 2px solid var(--035-fae, #175DAA);
	background: #FFF;
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0 rgba(66, 0, 255, 0.08), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}

.foot{
	width:100%;
	float:left;
	margin-top:10rem;
	background:#0F1F38;
	background-image:url(../img/fotbj.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:6.25rem 8.33vw 5.0rem 8.33vw;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:1.94rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .dblogo{
	width:13.7%;
	display:flex;
	align-items: center;
}
.foot01 .dblogo img{
	max-width:100%;
}
.foot01 .a01{
	width:22.5%;
}
.foot01 .a01 dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot01 .a01 dl dd{
	margin-top:0.62rem;
	height: 3rem;
	border-radius: 0.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding-right:1.25rem;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.dbbk{
	width:90%;
	height:1.125rem;
	border:0px;
	border-right:1px solid rgba(255, 255, 255, 0.30);
	outline:none;
	padding: 0 0.62rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-color:transparent;
}

.foot02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02-l{
	width:22.5%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02-l dl dt{
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02-l dl dd{
	margin-top:3.0rem;
	margin-bottom:3.52rem;
	display:flex;
}
.foot02-l dl dd a{
	margin-right:0.94rem;
	display:flex;
	position:relative;
	z-index:5;
}
.foot02-l dl dd a img{
	max-width:2.25rem;
}
.foot02-l dl dd a i{
	opacity:0;
	width:5.0rem;
	position:absolute;
	left:0;
	top:2.25rem;
	z-index:999;
	visibility:hidden;
}
.foot02-l dl dd a i img{
	width:100%;
	max-width:100%;
	height:auto;
	display:block;
}

.foot02-l dl dd a:hover i{
	opacity:1;
	visibility:visible;
}

.foot02-r{
	width:59%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02-r dl dt{
	padding-bottom:0.81rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.foot02-r dl dd{
	margin-top:0.75rem;
	color: rgba(255, 255, 255, 0.80);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02-r dl dd a{
	color: rgba(255, 255, 255, 0.80);
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:flex;
	align-items: center;
	justify-content: center;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family:zt;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}
.nybanner .tex dl dd{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.zlm{
	width:100%;
	float:left;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
}
.zlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zlm.w20 ul li{
	width:20%;
}
.zlm.kd2 ul li{
	width:50%;
}
.zlm.kd3 ul li{
	width:33.3%;
}
.zlm.kd4 ul li{
	width:25%;
}
.zlm.kd5 ul li{
	width:20%;
}
.zlm.kd6 ul li{
	width:16.6%;
}
.zlm.kd7 ul li{
	width:14.2%;
}
.zlm ul li{
	width:25%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.zlm ul li a{
	width:100%;
	display: flex;
	height: 5rem;
	justify-content: center;
	align-items: center;
	flex: 1 0 0;
	border-right: 1px solid var(---Gray-6, #F2F2F2);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	position:relative;
	z-index:3;
}
.zlm ul li a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--035-fae, #175DAA);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.zlm ul li a:hover::before{
	width:100%;
}
.zlm ul li a.cur::before{
	width:100%;
}
.zlm ul li a:hover{
	color:#FFF;
}
.zlm ul li a.cur{
	color:#FFF;
}
.zlm ul li:last-child{
	border-right:0px;
}

.nab{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .pic{
	width:29%;
	overflow:hidden;
}
.nab .pic img{
	width:100%;
	height:auto;
	display: block;
}
.nab .tex{
	width:62%;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
}
.nab .tex h1{
	margin-bottom:3.75rem;
	color: var(--035-fae, #175DAA);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab .tex h2{
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 2.5rem */
}
.nab .tex h2 i{
	color: var(--035-fae, #175DAA);
}

.nsp{
	width:100%;
	float:left;
	margin-top:6.25rem;
	position:relative;
}
.nsp img{
	width:100%;
	height:auto;
	display:block;
}
.nsp .tex{
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	z-index:1;
	display:flex;
	justify-content: center;
	align-items: center;
}
.nsp .tex dl dt{
	position:relative;
	display:flex;
	justify-content: center;
	align-items: center;
	height: 5.8rem;
}
.rotating-circle2{
	width: 5.8rem;
	height: 5.8rem;
	border-radius: 50%;
	background: url(../img/Rectangle2.svg) no-repeat center;
	background-size:contain;
	animation: rotate 6s linear infinite;
	position:absolute;
	left:calc(50% - 2.9rem);
	top:calc(50% - 2.9rem);
	z-index:1;
}
.nsp .tex dl dt .play3{
	width:3.9rem;
	height:3.9rem;
	border-radius: 50%;
	background: var(---white, #FFF);
	position:absolute;
	left:calc(50% - 1.95rem);
	top:calc(50% - 1.95rem);
	z-index:3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nsp .tex dl dt .play3::after{
	width:1.7rem;
	height:1.7rem;
	content:'';
	display:inline-block;
	background-image:url(../img/play2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nsp .tex dl dd{
	margin-top:1.5rem;
	text-align:center;
	color: var(---white, #FFF);
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.nnum{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.nnum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nnum ul li{
	width:25.8%;
	padding-bottom:1.88rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nnum ul li img{
	max-width:4.25rem;
}
.nnum ul li dl dt{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nnum ul li dl dt i{
	color: var(--035-fae, #175DAA);
	font-family: zt4;
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}
.nnum ul li dl dd{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.wywh{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:10rem 8.33vw;
	background-image:url(../img/abj01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.wywh h1{
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	text-align:center;
}
.wywh ul{
	display: flex;
	flex-wrap: wrap;
	margin-top:3.75rem;
}
.wywh ul li{
	width:calc(25.1% - 0.62rem);
	margin-right:0.62rem;
	height: 27.875rem;
	padding: 3.75rem 2.5rem;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	transition: all 0.6s;
	position:relative;
}
.wywh ul li:nth-child(4n){
	margin-right:0px;
}
.wywh ul li:hover{
	background: var(--035-fae, #175DAA);
}
.wywh ul li dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
	text-transform: capitalize;
}
.wywh ul li dl dd{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2.5rem */
}
.wywh ul li .pic{
	width:auto;
	position:absolute;
	left:2.5rem;
	bottom:5.0rem;
	z-index:1;
}
.wywh ul li .pic img{
	max-width:5.0rem;
}
.wywh ul li .pic01{
	display:inline-block;
}
.wywh ul li .pic02{
	display: none;
}
.wywh ul li:hover .pic01{
	display:none;
}
.wywh ul li:hover .pic02{
	display:inline-block;
}

.abtit{
	width:100%;
	float:left;
	margin-top:10rem;
	text-align:center;
}
.abtit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.abtit dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
}
.honr{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.honr ul{
	background-image:url(../img/zm.svg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding:0 7.0rem;
	padding-bottom:6.125rem;
	display: flex;
	flex-wrap: wrap;
}
.honr ul li{
	width:calc(17.4% - 3.81rem);
	margin-right:3.81rem;
	overflow:hidden;
}
.honr ul li:nth-child(6n){
	margin-right:0px;
}
.honr ul li img{
	width:100%;
	height:auto;
	display:block;
}
.abtit2{
	width:100%;
	float:left;
	margin-top:8.75rem;
}
.abtit2 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.abtit2 ul li{
	width:auto;
	display:flex;
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.abtit2 ul li a{
	padding: 1.22rem 5.75rem 1.28rem 5.75rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.abtit2 ul li a:hover{
	background: var(--ee-8303, #EE8303);
	color: var(---white, #FFF);
}
.abtit2 ul li a.cur{
	background: var(--ee-8303, #EE8303);
	color: var(---white, #FFF);
}

.ywly{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.ywly ul{
	display: flex;
	flex-wrap: wrap;
}
.ywly ul li{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywly ul li .pic{
	width:66.7%;
	overflow:hidden;
	position:relative;
}
.ywly ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ywly ul li:hover .pic img{
	transform: scale(1.05);
}
.ywly ul li .tex{
	width:33.3%;
	padding: 3.75rem 4.81rem 5.62rem 3.12rem;
}
.ywly ul li .tex dl dt{
	color: var(---333, #333);
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ywly ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.ywly ul li .tex ol{
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywly ul li .tex ol li{
	width:100%;
	margin-top:1.25rem;
	padding-bottom:0.56rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display:flex;
}
.ywly ul li .tex ol li a{
	width:100%;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ywly ul li .tex ol li:hover{
	border-bottom: 1px solid var(--ee-8303, #EE8303);
}
.ywly ul li .tex ol li a:hover{
	color: var(--ee-8303, #EE8303);
}
.ywly ul li .tex ol li a:hover::before{
	background-image:url(../img/arrow5.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ywly ul li .tex ol li a::before{
	width: 0.56rem;
	height: 0.94rem;
	margin-right:0.94rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.yw02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
	display:flex;
}
.yw02 a{
	width:100%;
	padding:4.06rem 0;
	background: var(--035-fae, #175DAA) url(../img/bj01.svg) no-repeat center;
	color: var(---white, #FFF);
}
.yw02 a::after{
	width: 100%;
	height: 2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-top:0.69rem;
}

.khxq{
	width:100%;
	float:left;
	margin-top:6.25rem;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
	padding:2.75rem 0;
	background-image:url(../img/xqbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color: var(---white, #FFF);
}
.khxq dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.khxq dl dd{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.khxq::after{
	width: 100%;
	height: 2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-top:0.69rem;
}
.khxq01{
	width:100%;
	float:left;
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:3.0rem;
	align-items: flex-start;
}
.khxq01::before{
	width:1px;
	height:100%;
	background: #EE8303;
	position:absolute;
	top:0;
	left:50%;
	z-index:-1;
	content:'';
	display:inline-block;
}
.khxq01 ul{
	width:50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.khxq01 ul li{
	width:100%;
	margin-top:7.88rem;
}
.khxq01 ul li:first-child{
	margin-top:3.75rem;
}
.khxq01 ul li dl dt{
	padding-right:8.33vw;
	overflow:hidden;
}
.khxq01 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.khxq01 ul li:hover dl dt img{
	transform: scale(1.05);
}
.khxq01 ul li dl dd{
	margin-top:1.25rem;
	padding-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	border-top:1px solid #EE8303;
}
.khxq01 ul:nth-child(2) li dl dt{
	padding-left:8.33vw;
	padding-right:0;
}
.khxq01 ul:nth-child(2) li dl dd{
	padding-left:8.33vw;
	padding-right:0;
}
.khxq01 ul:nth-child(2) li:first-child{
	margin-top:16.37rem;
}

.khmy{
	width:100%;
	float:left;
	position:relative;
	padding:4.06rem 3.75rem;
	background-image:url(../img/bj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.khmy dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.khmy dl dd{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.khmy .pic{
	width:46.25%;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	overflow:hidden;
}
.khmy .pic img{
	width:100%;
	height:auto;
	display:block;
}

.nwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:6.25rem 0;
}
.altit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.altit .a01{
	width:auto;
	max-width:50%;
}
.altit .a01 dl dt{
	color: var(--035-fae, #175DAA);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.altit .a01 dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.altit .a02{
	width:50%;
	color: var(---333, #333);
	text-align: justify;
	font-family:zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}
.caselist{
	width:100%;
	float:left;
}
.caselist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caselist ul li{
	width:49.9%;
	position:relative;
	overflow:hidden;
	margin-top:5.0rem;
}
.caselist ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.caselist ul li:hover img{
	transform: scale(1.05);
}
.caselist ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	padding: 1.5625rem 2.5rem;
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.caselist ul li .tex dl dt{
	color: #FFF;
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.caselist ul li .tex dl dd{
	margin-top:0.62rem;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

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

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--ee-8303, #EE8303);
	background: var(--ee-8303, #EE8303);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--ee-8303, #EE8303);
	background: var(--ee-8303, #EE8303);
	color:#FFF;
}
.alshow{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(---Gray-6, #F2F2F2);
}

.alshow-l{
	width:30%;
	display: flex;
	align-items: center;
	padding:0 8.33vw;
	padding-right:6.2vw;
}
.alshow-l .a01{
	width:100%;
}
.alshow-l .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.alshow-l .a01 dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.alshow-l .a01 dl dd i{
	margin-right:0.62rem;
}
.alshow-l .a01 .inmore{
	margin-top:7.5rem;
	position:relative;
	z-index:5;
}

.alshow-r{
	width:70%;
}

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

.newwrap{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background: var(---Gray-6, #F2F2F2);
	padding:6.25rem;
	padding-right:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xtb{
	width:2.25rem;
}
.xtb ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xtb ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.xtb ul li:first-child{
	margin-top:0px;
}
.xtb ul li img{
	max-width:2.25rem;
}
.ncon{
	width:calc(100% - 12.25rem);
}
.newtit{
	width:100%;
	float:left;
	color: var(--Gray1, #333);
	font-family:zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:3.56rem;
	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:1.69rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2; /* 1.925rem */
}
.newtex p{
	padding-bottom:15px;
	}
.newtex img{
	width:100%;
	height:auto;
	display:block;
}
.nexttex{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.nexttex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nexttex ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:2.5rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.nexttex ul li a{
	max-width:80%;
}

.hidden{ display: none;}
.moreload3{
	width: 100%;
	float:left;
	margin-top:1.25rem;
}
.moreload3 ul.list{
	overflow: hidden;
}
.moreload3 ul.list li{
	width: 100%;
	float: left;
	overflow: hidden;
}
.moreload3 .more{
	overflow: hidden;
	text-align: center;
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.moreload3 .more a{
	display: block;
	width: 100%;
	height:3.75rem;
	line-height:3.75rem;
	margin:0 auto;
	background: var(--035-fae, #175DAA);
	text-align:center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
}
.moreload3 .more a:hover{
	text-decoration: none;
	background: var(--035-fae, #175DAA);
	color: #fff;
}

.subNavBox4{
	width:100%;
	float:left;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	display: flex;
	justify-content: space-between;
	align-items:center;
	CURSOR: pointer; 
	text-align:left;
	border: 1px solid var(---Gray-6, #F2F2F2);
	font-size:1.5rem;
	padding:3.16rem 2.5rem;
	margin-top:2.5rem;
}
.subNav4 dl{
	width:100%;
}
.subNav4 dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-family:zt2;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items:center;
}
.subNav4 dl dd{
	margin-top:2.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.subNav4 dl dd div{
	display: flex;
	align-items:center;
}
.subNav4 dl dd i{
	margin-right:1.62rem;
}

.subNav4:hover{float:left; }
.currentDd4{
	background: var(--035-fae, #175DAA);
	color:#FFF;
}
.currentDd4 dl dt{
	color:#FFF;
}

.currentDd4 dl dd{
	color:#FFF;
}

.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:3.75rem 2.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	background: #FFF;
	padding-top:0rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	/* 23-4-0.1 */
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.10);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
	margin-top:2.5rem;
}
.navContent4 dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-family: zt4;
	line-height: normal;
	width:8.0rem;
	margin-top:0.3rem;
}
.navContent4 dl dd{
	width:calc(100% - 8.0rem);
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.toud{
	padding: 1.125rem 1.25rem;
	border-radius: 6.25rem;
	background: var(--ee-8303, #EE8303);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.toud:hover{
	color: var(---white, #FFF);
}
.line{
	margin-top:2.5rem;
	margin-bottom:2.5rem;
	background: rgba(0, 0, 0, 0.10);
	height:1px;
	width:100%;
	display:flex;
}

.lx{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-l{
	width:27.2%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.lx-l h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lx-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-l ul li{
	width:100%;
	padding:1.88rem 0;
	display: flex;
	align-items: center;
	transition: all 0.6s;
	border-bottom:1px solid #E0E0E0;
}
.lx-l ul li img{
	max-width:3.0rem;
	margin-right:2.5rem;
}
.lx-l ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lx-l ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

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

.nlx02{
	width:100%;
	float:left;
	margin-top:8.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx02 h1{
	color: var(---333, #333);
	font-family:zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.nlx02-r{
	width:100%;
	margin-top:1.87rem;
}
.baojia{
	width:100%;
	float:left;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:49.7%;
	margin-top:1.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia ul li div{
	display: flex;
	align-items:center;
}
.baojia ul li div input{
	margin-right:0.62rem;
}
.baojia ul li dl{
	width:100%;
}
.baojia ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:3.75rem;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
	padding:0 1.25rem;
}
.baojia ul li.w100{
	width:100%;
}
.anniu{
	display:flex;
}
.anniu a{
	display: flex;
	padding: 1.0625rem 2.625rem 1.0625rem 3.3125rem;
	align-items: center;
	border-radius: 0.25rem;
	background: var(--e-50012, #DC0011);
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
}
.anniu a::after{
	margin-left:2.31rem;
	width: 1.125rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

select {
                /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
                border: 1px solid var(---Gray-5, #E0E0E0);
                /*很关键：将默认的select选择框样式清除*/
                appearance:none;
                -moz-appearance:none;
                -webkit-appearance:none;
                /*在选择框的最右侧中间显示小箭头图片*/
                background: url("../img/xjt.svg") no-repeat scroll center right 10px transparent;
                
                /*为下拉小箭头留出一点位置，避免被文字覆盖*/
				padding:5px 15px;
				padding-right:30px;
				background-size:1.0rem auto;
				
          }






























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


}


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




	
}

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






	
}

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


















	
}





@media (max-width:999px) {


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

.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color:var(--10, rgba(255, 255, 255, 1));
	/* 0.4背景模糊 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10);
	display:block;
}
.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(--035-fae, #175DAA);
	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(--035-fae, #175DAA); 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;
}

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


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#fff;
	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:#fff;
	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(--ee-8303, #EE8303);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--ee-8303, #EE8303);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}


.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.5rem 0.5rem 0.5rem 1.0rem;
	align-items: center;
	border: 1px solid var(--ee-8303, #EE8303);
	position:relative;
	color: #EE8303;
	text-align: center;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 3.125rem;
	overflow:hidden;
	
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--ee-8303, #EE8303);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 1.5rem;
	height: 1.5rem;
	margin-left:1.0rem;
	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/plus2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur::after{
	background-image: url(../img/plus2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}

.index01{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01-l{
	width:100%;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.index01-l i{
	color: var(--035-fae, #175DAA);
}

.index01-r{
	width:100%;
	color: var(---333, #333);
	font-family:zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
	margin-top:1.25rem;
}
.infw{
	width:100%;
	float:left;
	margin-top:3.25rem;
	padding-left:3vw;
}

.carousel-container {
      width: 100%;
    }

    .carousel-window {
      width: 100%;
      overflow: hidden;
      cursor: grab;
    }
    .carousel-window:active {
      cursor: grabbing;
    }

    .carousel-track {
      display: flex;
      transition: transform 0.4s cubic-bezier(0.2, 0.9, 0.3, 1);
      will-change: transform;
      user-select: none;
      -webkit-user-select: none;
    }

    /* 图片基础样式 - 宽度通过媒体查询控制 */
    .carousel-slide {
      flex: 0 0 auto;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: center;
      border-right: 3px solid rgba(255,255,255,1);
    }

	
	

    /* 响应式布局：3.5/2.5/1.5规则 */
    /* 大屏幕：≥1024px 显示3.5张 (每张宽度 ≈ 28.57%) */
    @media screen and (min-width: 1024px) {
      .carousel-slide {
        width: 28.57% !important;  /* 100/3.5 ≈ 28.57% */
      }
    }
    
    /* 中等屏幕：768px - 1023px 显示2.5张 (每张宽度 40%) */
    @media screen and (min-width: 768px) and (max-width: 1023px) {
      .carousel-slide {
        width: 40% !important;  /* 100/2.5 = 40% */
      }
    }
    
    /* 手机：<768px 显示1.5张 (每张宽度 ≈ 66.67%) */
    @media screen and (max-width: 767px) {
      .carousel-slide {
        width: 66.67% !important;  /* 100/1.5 ≈ 66.67% */
      }
    }

    /* 控制栏 */
    .control-panel {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 3.75rem;
    }

    .nav-buttons {
      display: flex;
      gap: 0.5rem;
	  margin-right:8.33vw;
    }

    .nav-btn{
      background: var(---Gray-6, #F2F2F2);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.2);
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      font-size: 1.0rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--ee-8303, #EE8303);
      cursor: pointer;
      transition: all 0.15s;
      line-height: 1;
      user-select: none;
	  font-family:"宋体";
	  font-weight:bold;
    }
	.nav-btn:hover{
      background: var(--ee-8303, #EE8303);
	  color:#FFF;
	 }
    @media (max-width: 420px) {
      .nav-btn {
        width: 2.0rem;
        height: 2.0rem;
        font-size:1rem;
      }
    }
    .nav-btn:active {
      background: var(--ee-8303, #EE8303);
	  color:#FFF;
    }

    .index-indicator {
      background: rgba(0, 0, 0, 0.6);
      backdrop-filter: blur(4px);
      padding: 8px 18px;
      border-radius: 40px;
      color: white;
      font-size: 1.1rem;
      font-weight: 500;
      border: 1px solid rgba(255,215,0,0.5);
      letter-spacing: 0.5px;
    }

    .extra-hint {
      color: #b9c6d4;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      gap: 6px;
      background: rgba(0,0,0,0.3);
      padding: 6px 14px;
      border-radius: 40px;
      backdrop-filter: blur(2px);
      border: 0.5px solid #3e4a5c;
    }

    /* 自动播放控制按钮 */
    .auto-play-btn {
      background: rgba(30, 40, 55, 0.9);
      backdrop-filter: blur(8px);
      border: 1px solid rgba(255,255,255,0.2);
      width: 40px;
      height: 40px;
      border-radius: 20px;
      font-size: 1.2rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      cursor: pointer;
      margin-left: 10px;
    }

.infw01{
	width:100%;
	position:relative;
	overflow:hidden;
}
.infw01 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.infw01:hover img{
	transform: scale(1.05);
}
.infw01 .tex{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	padding: 0.875rem 1.5rem;
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: #FFF;
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.infw01 .tex01{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	padding: 3.125rem 2.5rem;
	background: var(--035-fae, #175DAA);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	transition: all 0.6s;
	opacity:0;
}
.infw01:hover .tex01{
	bottom:0;
	top: auto;
	opacity:1;
}
.infw01 .tex01 dl dt{
	color: #FFF;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.infw01 .tex01 dl dd{
	margin-top:1.25rem;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.infw01 .tex01::after{
	margin-top:2.5rem;
	width: 2rem;
	height: 2rem;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.index02{
	width:100%;
	float:left;
	margin-top:4rem;
	position:relative;
}
.index02 img{
	width:100%;
	height:auto;
	display:block;
}
.index02 .tex{
	position:absolute;
	width: auto;
	display: inline-flex;
	align-items: center;
	z-index:5;
	border-radius: 2.5rem;
	border: 2px solid var(---Gray-6, #F2F2F2);
	background: rgba(255, 255, 255, 0.80);
	backdrop-filter: blur(12.5px);
}
.index02 .tex a{
	padding: 0.4rem 1.5rem 0.4rem 0.4rem;
	display: inline-flex;
	align-items: center;
	position:relative;
	overflow:hidden;
	border-radius: 2.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.index02 .tex a img{
	max-height:1.75rem;
	margin-right:0.5rem;
	width:auto;
}
.index02 .tex a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--035-fae, #175DAA);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.index02 .tex a:hover::before{
	width:100%;
}
.index02 .tex::after{
	width: 3.25rem;
	height: 8.44rem;
	position:absolute;
	left:calc(50% - 1.625rem);
	bottom:-8.44rem;
	z-index:3;
	content:'';
	display:inline-block;
	background-image:url(../img/sx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.index02 .tex a:hover{
	color:#FFF;
}

.index02 .tex.a01{
	left:20vw;
	top:27%;
}
.index02 .tex.a02{
	left:39.4vw;
	top:13%;
}
.index02 .tex.a03{
	right:34.7vw;
	top:45%;
}
.index02 .tex.a04{
	right:19.325vw;
	top:20%;
}
.inab{
	width:100%;
	float:left;
	margin-top:4rem;
}
.inab01{
	width:100%;
	float:left;
	padding-bottom:1.5rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab01 .a01{
	width:100%;
}
.inab01 .a01 dl dt{
	color: var(--035-fae, #175DAA);
	font-family:zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.inab01 .a01 dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab01 .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.inab01 .a02 dl dt{
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: flex-start;
}
.inab01 .a02 dl dt i{
	color: var(--035-fae, #175DAA);
	font-family:zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-right:0.31rem;
}
.inab01 .a02 dl dd{
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab02{
	width:100%;
	float:left;
	margin-top:2.87rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab02 .tex{
	width:100%;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 200%; /* 2rem */
	margin-top: 0rem;
}
.inab02 .tex h1{
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: justify;
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 2.5rem */
}
.inab02 .tex h1 i{
	color: var(--035-fae, #175DAA);
}

.inab02 .pic{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:3.0rem;
}
.inab02 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.rotating-circle{
	width: 5.8rem;
	height: 5.8rem;
	border-radius: 50%;
	background: url(../img/Rectangle.svg) no-repeat center;
	background-size:contain;
	animation: rotate 6s linear infinite;
	position:absolute;
	left:calc(50% - 2.9rem);
	top:calc(50% - 2.9rem);
	z-index:1;
}

@keyframes rotate {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}
.play2{
	width:3.9rem;
	height:3.9rem;
	border-radius: 50%;
	background: var(--035-fae, #175DAA);
	position:absolute;
	left:calc(50% - 1.95rem);
	top:calc(50% - 1.95rem);
	z-index:3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.play2::after{
	width:1.7rem;
	height:1.7rem;
	content:'';
	display:inline-block;
	background-image:url(../img/play.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inkxys{
	width:100%;
	float:left;
	margin-top:4rem;
	position:relative;
}
.inkxys .pic {
    width: 100%;
    height: 82vw;
    overflow: hidden;
}
.inkxys .pic img{
	   display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.inkxys .yslm{
	width:100%;
	float:left;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background:var(--035-fae, #175DAA);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:0 8.33vw;
}
.inkxys .yslm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inkxys .yslm ul li{
	width:49%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inkxys .yslm ul li a{
	width:100%;
	padding:1.0rem 0;
	position:relative;
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inkxys .yslm ul li a img{
	max-height:2.0rem;
	margin-right:0.62rem;
}
.inkxys .yslm ul li a::before{
	width:0px;
	height:4px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background-color:var(--ee-8303, #EE8303);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inkxys .yslm ul li a:hover::before{
	width:100%;
}
.inkxys .tex{
	width: 63%;
    position: absolute;
    top: 14%;
    left: 3vw;
    z-index: 2;
}
.inkxys .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inkxys .tex dl dd{
	margin-top:1.5rem;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
	font-family:zt;
}
.intit{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(---333, #333);
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	padding: 3.75rem 1.5rem;
	transition: all 0.6s;
	margin-top:1.75rem;
}
.innew ul li:nth-child(1n){
	margin-right:0px;
}
.innew ul li:hover{
	background-image:url(../img/xwbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.innew ul li dl dt{
	color: var(---333, #333);
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
}
.innew ul li dl dd{
	margin-top:2.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.innew ul li .more{
	display:flex;
	margin-top:3.5rem;
	opacity:0;
	transition: all 0.6s;
}
.innew ul li:hover .more{
	opacity:1;
}
.innew ul li .more a{
	display: flex;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
}
.innew ul li .more a::after{
	width: 0.75rem;
	height: 1.5rem;
	margin-left:0.56rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innew ul li .date{
	display:flex;
	margin-top:5.5rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
	padding-top:2.5rem;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew ul li .date b{
	color: var(--035-fae, #175DAA);
	font-family:zt4;
	font-size: 6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 70%;
}
.innew ul li:hover dl dt{
	color:#FFF;
}
.innew ul li:hover dl dd{
	color:#FFF;
}
.innew ul li:hover .date{
	color: var(--60, rgba(255, 255, 255, 0.60));
	border-top:1px solid rgba(255, 255, 255, 0.30);
}
.innew ul li:hover .date b{
	color: var(---white, #FFF);
}
.inhz{
	width:100%;
	float:left;
	margin-top:2.63rem;
}
.inhz ul{
	display: flex;
	flex-wrap: wrap;
}
.inhz ul li{
	width:calc(33.9% - 0.62rem);
	margin-right:0.62rem;
	border-radius: 0.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: #FFF;
	margin-top:0.62rem;
	overflow:hidden;
	height:5.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
}
.inhz ul li:nth-child(3n){
	margin-right:0px;
}
.inhz ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inhz ul li a img{
	max-width:60%;
	max-height:60%;
}
.inhz ul li:hover{
	border: 2px solid var(--035-fae, #175DAA);
	background: #FFF;
	/* 蓝色-双投影 */
	box-shadow: -15px 40px 100px 0 rgba(66, 0, 255, 0.08), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}

.foot{
	width:100%;
	float:left;
	margin-top:4rem;
	background:#0F1F38;
	background-image:url(../img/fotbj.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.25rem 3vw 2.0rem 3vw;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:1.5rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot01 .dblogo{
	width:33.7%;
	display:flex;
}
.foot01 .dblogo img{
	max-width:100%;
}
.foot01 .a01{
	width:52.5%;
}
.foot01 .a01 dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot01 .a01 dl dd{
	margin-top:0.62rem;
	height: 2.5rem;
	border-radius: 0.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding-right:1.0rem;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.foot01 .a01 dl dd input{
	max-height:1.0rem;
}
.dbbk{
	width:90%;
	height:1.125rem;
	border:0px;
	border-right:1px solid rgba(255, 255, 255, 0.30);
	outline:none;
	padding: 0 0.62rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-color:transparent;
}

.foot02{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02-l{
	width:100%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02-l dl dt{
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02-l dl dd{
	margin-top:2.0rem;
	margin-bottom:2.52rem;
	display:flex;
}
.foot02-l dl dd a{
	margin-right:0.94rem;
	display:flex;
}
.foot02-l dl dd a img{
	max-width:2.25rem;
}
.foot02-l dl dd a i{
	opacity:0;
	width:5.0rem;
	position:absolute;
	left:0;
	top:2.25rem;
	z-index:1;
	visibility:hidden;
}
.foot02-l dl dd a i img{
	width:100%;
	max-width:100%;
	height:auto;
	display:block;
}
.foot02-l dl dd a:hover i{
	opacity:1;
	visibility:visible;
}

.foot02-r{
	width:59%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display: none;
}
.foot02-r dl dt{
	padding-bottom:0.81rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.foot02-r dl dd{
	margin-top:0.75rem;
	color: rgba(255, 255, 255, 0.80);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02-r dl dd a{
	color: rgba(255, 255, 255, 0.80);
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display:flex;
	align-items: center;
	justify-content: center;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family:zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: uppercase;
}
.nybanner .tex dl dd{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.zlm{
	width:100%;
	float:left;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
}
.zlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zlm.w20 ul li{
	width:20%;
}
.zlm ul li{
	width:25%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.zlm ul li a{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 0 0;
	border-right: 1px solid var(---Gray-6, #F2F2F2);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	position:relative;
	z-index:3;
	padding:1.0rem;
}
.zlm ul li a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--035-fae, #175DAA);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.zlm ul li a:hover::before{
	width:100%;
}
.zlm ul li a.cur::before{
	width:100%;
}
.zlm ul li a:hover{
	color:#FFF;
}
.zlm ul li a.cur{
	color:#FFF;
}
.zlm ul li:last-child{
	border-right:0px;
}

.nab{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .pic{
	width:80%;
	overflow:hidden;
}
.nab .pic img{
	width:100%;
	height:auto;
	display: block;
}
.nab .tex{
	width:100%;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
}
.nab .tex h1{
	margin-top:2.5rem;
	margin-bottom:1.5rem;
	color: var(--035-fae, #175DAA);
	font-family: zt4;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab .tex h2{
	margin-top:1.0rem;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt2;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.5rem */
}
.nab .tex h2 i{
	color: var(--035-fae, #175DAA);
}

.nsp{
	width:100%;
	float:left;
	margin-top:2.25rem;
	position:relative;
}
.nsp img{
	width:100%;
	height:auto;
	display:block;
}
.nsp .tex{
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	z-index:1;
	display:flex;
	justify-content: center;
	align-items: center;
}
.nsp .tex dl dt{
	position:relative;
	display:flex;
	justify-content: center;
	align-items: center;
	height: 3.8rem;
}
.rotating-circle2{
	width: 3.8rem;
	height: 3.8rem;
	border-radius: 50%;
	background: url(../img/Rectangle2.svg) no-repeat center;
	background-size:contain;
	animation: rotate 6s linear infinite;
	position:absolute;
	left:calc(50% - 1.9rem);
	top:calc(50% - 1.9rem);
	z-index:1;
}
.nsp .tex dl dt .play3{
	width:1.9rem;
	height:1.9rem;
	border-radius: 50%;
	background: var(---white, #FFF);
	position:absolute;
	left:calc(50% - 0.95rem);
	top:calc(50% - 0.95rem);
	z-index:3;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nsp .tex dl dt .play3::after{
	width:1.0rem;
	height:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/play2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nsp .tex dl dd{
	margin-top:1.0rem;
	text-align:center;
	color: var(---white, #FFF);
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.nnum{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.nnum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nnum ul li{
	width:100%;
	padding-bottom:1.5rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.5rem;
}
.nnum ul li img{
	max-width:3.25rem;
}
.nnum ul li dl dt{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nnum ul li dl dt i{
	color: var(--035-fae, #175DAA);
	font-family: zt4;
	font-size:3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
}
.nnum ul li dl dd{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.wywh{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:4rem 3vw;
	background-image:url(../img/abj01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.wywh h1{
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	text-align:center;
}
.wywh ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.75rem;
}
.wywh ul li{
	width:48%;
	margin-top:1.0rem;
	height: 20rem;
	padding: 2.5rem 2.0rem;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	transition: all 0.6s;
	position:relative;
}
.wywh ul li:nth-child(2n){
	margin-right:0px;
}
.wywh ul li:hover{
	background: var(--035-fae, #175DAA);
}
.wywh ul li dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
	text-transform: capitalize;
}
.wywh ul li dl dd{
	margin-top:1.5rem;
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2.5rem */
}
.wywh ul li .pic{
	width:auto;
	position:absolute;
	left:2.0rem;
	bottom:2.0rem;
	z-index:1;
}
.wywh ul li .pic img{
	max-width:3.0rem;
}
.wywh ul li .pic01{
	display:inline-block;
}
.wywh ul li .pic02{
	display: none;
}
.wywh ul li:hover .pic01{
	display:none;
}
.wywh ul li:hover .pic02{
	display:inline-block;
}

.abtit{
	width:100%;
	float:left;
	margin-top:4rem;
	text-align:center;
}
.abtit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.abtit dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
}
.honr{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.honr ul{
	    background-image: url(../img/zm.svg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 0 1rem;
    padding-bottom: 2.125rem;
    display: flex;
}
.honr ul li{
	width:calc(33.9% - 0.62rem);
	margin-right:0.62rem;
	overflow:hidden;
	margin-top:1.0rem;
}
.honr ul li:nth-child(3n){
	margin-right:0px;
}
.honr ul li img{
	width:100%;
	height:auto;
	display:block;
}
.abtit2{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.abtit2 ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.abtit2 ul li{
	width:auto;
	display:flex;
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.abtit2 ul li a{
	padding: 0.75rem 2.75rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.abtit2 ul li a:hover{
	background: var(--ee-8303, #EE8303);
	color: var(---white, #FFF);
}
.abtit2 ul li a.cur{
	background: var(--ee-8303, #EE8303);
	color: var(---white, #FFF);
}

.ywly{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.ywly ul{
	display: flex;
	flex-wrap: wrap;
}
.ywly ul li{
	width:100%;
	float:left;
	margin-top:1.75rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywly ul li .pic{
	width:100%;
	overflow:hidden;
	position:relative;

}
.ywly ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ywly ul li:hover .pic img{
	transform: scale(1.05);
}
.ywly ul li .tex{
	width:100%;
	padding: 1.5rem;
}
.ywly ul li .tex dl dt{
	color: var(---333, #333);
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.ywly ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.ywly ul li .tex ol{
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ywly ul li .tex ol li{
	width:100%;
	margin-top:1.25rem;
	padding-bottom:0.56rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display:flex;
}
.ywly ul li .tex ol li a{
	width:100%;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ywly ul li .tex ol li:hover{
	border-bottom: 1px solid var(--ee-8303, #EE8303);
}
.ywly ul li .tex ol li a:hover{
	color: var(--ee-8303, #EE8303);
}
.ywly ul li .tex ol li a:hover::before{
	background-image:url(../img/arrow5.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.ywly ul li .tex ol li a::before{
	width: 0.56rem;
	height: 0.94rem;
	margin-right:0.94rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.yw02{
	width:100%;
	float:left;
	margin-top:1.75rem;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
	display:flex;
}
.yw02 a{
	width:100%;
	padding:3.06rem 0;
	background: var(--035-fae, #175DAA) url(../img/bj01.svg) no-repeat center;
	color: var(---white, #FFF);
}
.yw02 a::after{
	width: 100%;
	height: 2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-top:0.69rem;
}

.khxq{
	width:100%;
	float:left;
	margin-top:3.25rem;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
	padding:1.75rem 0;
	background-image:url(../img/xqbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	color: var(---white, #FFF);
}
.khxq dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.khxq dl dd{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.khxq::after{
	width: 100%;
	height: 2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-top:0.69rem;
}
.khxq01{
	width:100%;
	float:left;
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:3.0rem;
	align-items: flex-start;
}
.khxq01::before{
	width:1px;
	height:100%;
	background: #EE8303;
	position:absolute;
	top:0;
	left:50%;
	z-index:-1;
	content:'';
	display:inline-block;
}
.khxq01 ul{
	width:50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.khxq01 ul li{
	width:100%;
	margin-top:3.88rem;
}
.khxq01 ul li:first-child{
	margin-top:1.75rem;
}
.khxq01 ul li dl dt{
	padding-right:8.33vw;
	overflow:hidden;
}
.khxq01 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.khxq01 ul li:hover dl dt img{
	transform: scale(1.05);
}
.khxq01 ul li dl dd{
	margin-top:1.25rem;
	padding-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	border-top:1px solid #EE8303;
}
.khxq01 ul:nth-child(2) li dl dt{
	padding-left:8.33vw;
	padding-right:0;
}
.khxq01 ul:nth-child(2) li dl dd{
	padding-left:8.33vw;
	padding-right:0;
}
.khxq01 ul:nth-child(2) li:first-child{
	margin-top:8.37rem;
}

.khmy{
	width:100%;
	float:left;
	position:relative;
	padding:2.06rem 1.75rem;
	background-image:url(../img/bj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.khmy dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.khmy dl dd{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.khmy .pic{
	width:46.25%;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	overflow:hidden;
}
.khmy .pic img{
	width:100%;
	height:auto;
	display:block;
}

.nwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:3.25rem 0;
}
.altit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.altit .a01{
	width:100%;
}
.altit .a01 dl dt{
	color: var(--035-fae, #175DAA);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.altit .a01 dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.altit .a02{
	width:100%;
	color: var(---333, #333);
	text-align: justify;
	font-family:zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
	margin-top:1.0rem;
}
.caselist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.caselist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.caselist ul li{
	width:49.0%;
	position:relative;
	overflow:hidden;
	margin-top:1.0rem;
}
.caselist ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.caselist ul li:hover img{
	transform: scale(1.05);
}
.caselist ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	padding: 1.0rem;
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.caselist ul li .tex dl dt{
	color: #FFF;
	font-family:zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.caselist ul li .tex dl dd{
	margin-top:0.31rem;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:none;
}

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

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--ee-8303, #EE8303);
	background: var(--ee-8303, #EE8303);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--ee-8303, #EE8303);
	background: var(--ee-8303, #EE8303);
	color:#FFF;
}
.alshow{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(---Gray-6, #F2F2F2);
}

.alshow-l{
	width:100%;
	display: flex;
	align-items: center;
	padding:3.0rem 3vw;
}
.alshow-l .a01{
	width:100%;
}
.alshow-l .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.alshow-l .a01 dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.alshow-l .a01 dl dd i{
	margin-right:0.62rem;
}
.alshow-l .a01 .inmore{
	margin-top:2.5rem;
	position:relative;
	z-index:5;
}

.alshow-r{
	width:100%;
}

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

.newwrap{
	width:100%;
	float:left;
	margin-top:3.25rem;
	background: var(---Gray-6, #F2F2F2);
	padding: 2rem 1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xtb{
	width:2.25rem;
	display:none;
}
.xtb ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xtb ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.xtb ul li:first-child{
	margin-top:0px;
}
.xtb ul li img{
	max-width:2.25rem;
}
.ncon{
	width:100%;
}
.newtit{
	width:100%;
	float:left;
	color: var(--Gray1, #333);
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:2.0rem;
	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:1.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newtex img{
	width:100%;
	height:auto;
	display:block;
}
.nexttex{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.nexttex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nexttex ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:1.5rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.nexttex ul li a{
	max-width:80%;
}

.hidden{ display: none;}
.moreload3{
	width: 100%;
	float:left;
	margin-top:1.25rem;
}
.moreload3 ul.list{
	overflow: hidden;
}
.moreload3 ul.list li{
	width: 100%;
	float: left;
	overflow: hidden;
}
.moreload3 .more{
	overflow: hidden;
	text-align: center;
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.moreload3 .more a{
	display: block;
	width: 100%;
	height:3.75rem;
	line-height:3.75rem;
	margin:0 auto;
	background: var(--035-fae, #175DAA);
	text-align:center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
}
.moreload3 .more a:hover{
	text-decoration: none;
	background: var(--035-fae, #175DAA);
	color: #fff;
}

.subNavBox4{
	width:100%;
	float:left;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	display: flex;
	justify-content: space-between;
	align-items:center;
	CURSOR: pointer; 
	text-align:left;
	border: 1px solid var(---Gray-6, #F2F2F2);
	font-size:1.5rem;
	padding:2.16rem 1.5rem;
	margin-top:1.5rem;
}
.subNav4 dl{
	width:100%;
}
.subNav4 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-family:zt2;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items:center;
}
.subNav4 dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: block;
	align-items:center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.subNav4 dl dd div{
	display: block;
	flex-wrap: wrap;
	align-items:center;
}
.subNav4 dl dd i {
    margin-right: 1rem;
    display: block;
    margin: 4px 0;
}

.subNav4:hover{float:left; }
.currentDd4{
	background: var(--035-fae, #175DAA);
	color:#FFF;
}
.currentDd4 dl dt{
	color:#FFF;
}

.currentDd4 dl dd{
	color:#FFF;
}

.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:2.75rem 1rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	background: #FFF;
	padding-top:0rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	/* 23-4-0.1 */
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.10);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
	margin-top:1.5rem;
}
.navContent4 dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-family: zt4;
	line-height: 150%; /* 2rem */
	width:6.0rem;
}
.navContent4 dl dd{
	width:calc(100% - 6.0rem);
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2rem */
}
.toud{
	padding: 0.75rem 1.0rem;
	border-radius: 6.25rem;
	background: var(--ee-8303, #EE8303);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.toud:hover{
	color: var(---white, #FFF);
}
.line{
	margin-top:2.5rem;
	margin-bottom:2.5rem;
	background: rgba(0, 0, 0, 0.10);
	height:1px;
	width:100%;
	display:flex;
}

.lx{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-l{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.lx-l h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lx-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-l ul li{
	width:100%;
	padding:1.0rem 0;
	display: flex;
	align-items: center;
	transition: all 0.6s;
	border-bottom:1px solid #E0E0E0;
}
.lx-l ul li img{
	max-width:2.0rem;
	margin-right:1.5rem;
}
.lx-l ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lx-l ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

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

.nlx02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx02 h1{
	color: var(---333, #333);
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.nlx02-r{
	width:100%;
	margin-top:1.0rem;
}
.baojia{
	width:100%;
	float:left;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:100%;
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia ul li div{
	display: flex;
	align-items:center;
}
.baojia ul li div input{
	margin-right:0.62rem;
}
.baojia ul li dl{
	width:100%;
}
.baojia ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.75rem;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
	padding:0 1.25rem;
}
.baojia ul li.w100{
	width:100%;
}
.anniu{
	display:flex;
}
.anniu a{
	display: flex;
	padding: 1.0625rem 2.625rem 1.0625rem 3.3125rem;
	align-items: center;
	border-radius: 0.25rem;
	background: var(--e-50012, #DC0011);
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
}
.anniu a::after{
	margin-left:2.31rem;
	width: 1.125rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

select {
                /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
                border: 1px solid var(---Gray-5, #E0E0E0);
                /*很关键：将默认的select选择框样式清除*/
                appearance:none;
                -moz-appearance:none;
                -webkit-appearance:none;
                /*在选择框的最右侧中间显示小箭头图片*/
                background: url("../img/xjt.svg") no-repeat scroll center right 10px transparent;
                
                /*为下拉小箭头留出一点位置，避免被文字覆盖*/
				padding:5px 15px;
				padding-right:30px;
				background-size:1.0rem auto;
				
          }






























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

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


.sjzwqh{
	width: auto;
	height: 5rem;
	font-size:1.2rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
position: absolute;
	right:1%;
	
}
.sjzwqh img{
	width:1.5rem;
}
.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;
}


}












































