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

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

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

@font-face
{
	font-family: zt;
	src: url('../font/HarmonyOS_Sans_SC_Light.ttf'),
	url('../font/HarmonyOS_Sans_SC_Light.ttf'); /* IE9+,可以是具体的实际链接 */
	font-weight: 300; /* Light */
	
}
@font-face
{
	font-family: zt2;
	src: url('../font/HARMONYOS_SANS_SC_BOLD.TTF'),
	url('../font/HARMONYOS_SANS_SC_BOLD.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 700; /* Bold */
	
}
@font-face
{
	font-family: zt3;
	src: url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'),
	url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 400; /* Regular/Normal */
	
}
@font-face
{
	font-family: zt4;
	src: url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'),
	url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 500; /* Medium */
	
}
html {
  scroll-behavior: smooth;
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:var(--00406-a, #073A86);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ 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);
	box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.01);
}
.header.yanse.yanse01 .innav ul>li>a{
	color:#FFF;
}
.header.yanse .innav ul>li>a{
	color:var(--00406-a, #073A86);
}
.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.4%;
	display: flex;
	align-items: center;
	height:5.0rem;
	min-width:9.4%;
	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.25rem;
	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 1.25rem;
	display:flex;
	align-items: center;
	position:relative;
}
.innav ul>li>ol {
    width: 150%;
	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: 0.9rem;
	font-weight: 400;
	text-transform: none;
}

.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;
	margin-left:0.62rem;
}
.zyw .a01{
	height: 2.625rem;
	width: auto;
	padding: 0rem 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zyw .a01::before{
	width: 1.375rem;
	height: 1.375rem;
	margin-right:0.5rem;
	content:'';
	display:inline-block;
	background-image: url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.zyw .a01::after{
	width: 1.25rem;
	height: 0.625rem;
	margin-left:0.5rem;
	content:'';
	display:inline-block;
	background-image: url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.zyw .xl{
	height: 2.625rem;
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	left:0;
	top:2.625rem;
	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: 6.25rem;
}
.zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.header.yanse.yanse01 .zyw .a01{
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
}
.header.yanse .zyw{
	color: #fff;
	border-radius: 6.25rem;
}
.header.yanse .zyw .a01{
	color: var(---fff, #fff);
	background: var(--00406-a, #073A86);
	/* 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);
}

.intel{
	display: flex;
	justify-content: center;
	align-items: center;
	width:auto;
	position:relative;
	margin-left:3.75rem;
}
.intel a{
	height: 2.625rem;
	width: auto;
	padding: 0rem 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.intel a::before{
	width: 1.5rem;
	height: 1.5rem;
	margin-right:0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/phone.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.header.yanse.yanse01 .intel a{
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
}
.header.yanse .intel a{
	color: var(---fff, #fff);
	background: var(--00406-a, #073A86);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}



.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(--00406-a, #073A86);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--00406-a, #073A86);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}


.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.875rem 2.25rem;
	align-items: center; 
	border-radius: 6.25rem;
	border: 1px solid var(--Style, #0EA8EB);
	position:relative;
	color: var(--Style, #0EA8EB);
	text-align: center;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	overflow:hidden;
	z-index:5;
	
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--Style, #0EA8EB);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:1.25rem;
	content:'';
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.inmore a:hover::after{
	background-image: url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur::after{
	background-image: url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}

.inab{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l{
	width:auto;
	max-width:31%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.inab-l img{
	max-width:100%;
}
.inab-l dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab-l dl dd{
	margin-top:0.62rem;
	color: var(--00406-a, #073A86);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.inab-r{
	width:60%;
	color: var(--00406-a, #073A86);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.8rem */
}
.inab-r dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt;
	font-size: 2rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.inab-r dl dd{
	margin-top:0.62rem;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:2.5rem;
}
.inabpic{
	width:100%;
	float:left;
	margin-top:6.25rem;
	overflow:hidden;
	border-radius: 1rem;
}
.inabpic img{
	width:100%;
	height:auto;
	display:block;
}
.innum{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum dl{
	width:auto;
}
.innum dl dt{
	color: var(--00406-a, #073A86);
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom:1px solid var(--Color, #BCD0DF);
}
.innum dl dt i{
	font-size: 2.25rem;
}
.innum dl dd{
	margin-top:1.25rem;
	color: var(--00406-a, #073A86);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.inwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	background: var(--dde-6-ec, #EDF2F5);
	padding-bottom:10rem;
}
.intit{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit .a01{
	width: auto;
	max-width:100%;
}
.intit .a01 dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 2.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit .a01 dl dd{
	margin-top:1.25rem;
	color: var(--00406-a, #073A86);
	font-family: zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.intit .a02{
	width:51.5%;
}
.intit .a02 ul{
	display: flex;
	flex-wrap: wrap;
}
.intit .a02 ul li{
	width:calc(33.8% - 0.73rem);
	margin-right:0.73rem;
	border-radius: 0.5rem;
	background: var(--dde-6-ec, #EDF2F5);
	overflow:hidden;
	position:relative;
}
.intit .a02 ul li:nth-child(3n){
	margin-right:0px;
}
.intit .a02 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.intit .a02 ul li:hover img{
	transform: scale(1.05);
}
.intit .a02 ul li .tex{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.intit .a02 ul li .tex a{
	width:100%;
	padding:1.64rem;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.02081rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.53125rem */
	text-transform: capitalize;
	display:inline-block;
}
.intit .a02 ul li .tex a::after{
	width: 1.09375rem;
	height: 1.09375rem;
	margin-top:2.27rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cptj{
	width:100%;
	float:left;
	margin-top:5.0rem;
	border-radius: 1.5rem;
	background: #FFF;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cptj .pic{
	width:50%;
	position:relative;
	overflow:hidden;
}
.cptj .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.cptj .pic:hover img{
	transform: scale(1.05);
}
.cptj .tex{
	width:50%;
	padding: 3.25rem 3rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 1.575rem */
}
.cptj .tex h1{
	color: var(--00406-a, #073A86);
	font-family:zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:2.5rem;
}
.cptj .tex .inmore{
	margin-top:3.5rem;
}
.cptj .tex .inmore a{
	margin-right:0.62rem;
}
.incp{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.incp ul{
	display: flex;
	flex-wrap: wrap;
}
.incp ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	overflow:hidden;
	display:flex;
	border-radius: 1.5rem;
}
.incp ul li a{
	width:100%;
	background: var(--30, rgba(255, 255, 255, 0.30));
}
.incp ul li:nth-child(3n){
	margin-right:0px;
}
.incp ul li .pic{
	overflow:hidden;
	border-radius: 1.5rem;
	background: #FCFCFC;
	display: flex;
	justify-content:center;
	padding:10px;
}
.incp ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
	object-fit: contain; /* 确保图片完整显示，不裁剪 */
  display: block; /* 避免图片下方多余空隙 */
}
.incp ul li:hover .pic img{
	transform: scale(1.05);
}
.incp ul li .tex{
	padding: 2.12rem 2rem;
}
.incp ul li .tex dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.incp ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(--00406-a, #073A86);
	text-align: justify;
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.35rem */
}
.incp ul li:hover{
	border: 4px solid var(---white, #FFF);
}
.incp ul li a:hover{
	border-radius: 1.5rem;
	background: var(---white, #FFF);
}
.incase{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.incase ul{
	display: flex;
	flex-wrap: wrap;
}
.incase ul li{
	width:calc(25.5% - 2.0rem);
	margin-right:2.0rem;
	position: relative;
    padding-bottom: 40px;
}
.incase ul li:nth-child(4n){
	margin-right:0px;
}
.incase ul li .pic{
	overflow:hidden;
	display: flex;
  align-items: center;  /* 垂直居中对齐 */
  gap: 20px; 
  
}
.incase ul li .pic span{ 

color: var(--00406-a, #073A86);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;

}

.incase ul li .pic img{
	max-width:3.75rem;
}
.incase ul li h2{
	margin-top:2.5rem;
	color: var(--00406-a, #073A86);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	float:left;
}
.incase ul li .tex{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
	color: var(--00406-a, #073A86);
	text-overflow: ellipsis;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.35rem */
}
.incase ul li .inmore2{
	position: absolute;
    bottom: -1rem;
    left: 0;
    right: 0;
    text-align: center;
}
.inmore2{
	display:flex;
}
.inmore2 a{
	display: flex;
	align-items: center;
	color: var(--00406-a, #073A86);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inmore2 a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:0.94rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.infw{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infw .tex{
	width:42.6%;
}
.infw .tex ul{
	display: flex;
	justify-content: space-between;
	flex-direction:column;
	height:100%;
}
.infw .tex ul li{
	width:100%;
	padding:1.25rem 0;
	border-bottom:1px solid var(--Color, #BCD0DF);
	overflow: hidden;
	color: var(--00406-a, #073A86);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}
.infw .tex ul li i{
	color: var(--00406-a, #073A86);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.infw .pic{
	width:51.5%;
	overflow:hidden;
	border-radius: 0.75rem;
	overflow:hidden;
	position:relative;
}
.infw .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.infw .pic:hover img{
	transform: scale(1.05);
}
.innew{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew-l{
	width:49.1%;
	border-radius: 1.5rem;
	background: var(--dde-6-ec, #EDF2F5);
	overflow:hidden;
	padding-bottom:9.13rem;
	position:relative;
}
.innew-l .pic{
	overflow:hidden;
}
.innew-l .pic img{
    width: 100%;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.innew-l .pic:hover img{
	transform: scale(1.05);
}
.innew-l .tex{
	width:calc(100% - 5.0rem);
	position:absolute;
	left:2.5rem;
	bottom:2.5rem;
	z-index:1;
	border-radius: 1rem;
	border: 2px solid var(---white, #FFF);
	background: rgba(255, 255, 255, 0.80);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:1.88rem;
}
.innew-l .tex h3{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew-l .tex dl dt{
	margin-top:1.31rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.innew-l .tex dl dt a{
	max-width:80%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: var(--00406-a, #073A86);
	text-align: justify;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.575rem */
}
.innew-l .tex dl dt::after{
	width: 1.25rem;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innew-l .tex dl dd{
	margin-top:1.0rem;
	color: var(--00406-a, #073A86);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.35rem */
}
.innew-r{
	width:49.1%;
}
.innew-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew-r ul li{
	width:100%;
	padding:0rem 1.88rem 0rem 1.88rem;
	border-radius: 1rem;
	background-color:#FFF;
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow:hidden;
}
.innew-r ul li:first-child{
	margin-top:0px;
}
.innew-r ul li:hover{
	background: var(--dde-6-ec, #EDF2F5);
}
.innew-r ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0.69rem 0rem 1.63rem 0rem;
	border-bottom:1px dashed var(--Color, #BCD0DF);
}
.innew-r ul li a:hover{
	padding:2.19rem 0rem 1.88rem 0rem;
	border-bottom:0px;
}
.innew-r ul li .date{
	width:auto;
	max-width:18%;
	display: inline-flex;
	padding: 0.75rem 0.9375rem 0.8125rem 1rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 0.5rem;
	background: var(--dde-6-ec, #EDF2F5);
	transition: all 0.6s;
}
.innew-r ul li .date dl dt{
	color: var(--Style, #0EA8EB);
	text-align: center;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew-r ul li .date dl dd{
	color: var(--Style, #0EA8EB);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew-r ul li .tex{
	width:82%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.innew-r ul li:hover .tex{
	width:100%;
}
.innew-r ul li:hover .date{
	display:none;
	width:0;
}
.innew-r ul li .tex::after{
	width: 0;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innew-r ul li:hover .tex::after{
	width: 1.25rem;
	min-width:1.25rem;
	margin-left:4.56rem;
}
.innew-r ul li .tex dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew-r ul li .tex dl dd{
	margin-top:0.69rem;
	color: var(---666, #666);
	text-align: justify;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.575rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.innew-r ul li:hover .tex dl dd{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.fotbj{
	width:100%;
	float:left;
	margin-top:10rem;
}
.fotbj img{
	width:100%;
	height:auto;
	display:block;
}
.foot{
	width:100%;
	float:left;
	background: #D6EDFF;
	padding:3.75rem 0 2.5rem 0;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:6.44rem;
}
.dbtel{
	width:15%;
}
.dbtel h4{
	overflow:hidden;
}
.dbtel h4 img{
	max-width:90%;
}
.dbtel dl dt{
	margin-top:3.75rem;
	color: var(--00406-a, #073A86);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}
.dbtel dl dd{
	margin-top:0.44rem;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.dbnav{
	width:65%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dbnav dl{
	width:auto;
}
.dbnav dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:0.88rem;
	text-transform: uppercase;
}
.dbnav dl dd{
	margin-top:1.06rem;
	color: var(--00406-a, #073A86);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbnav dl dd a{
	color: var(--00406-a, #073A86);
}
.dbewm{
	width:9.38%;
}
.dbewm dl dt{
	overflow:hidden;
	display: flex;
	justify-content:center;
}
.dbewm dl dt img{
	max-width:100%;
}
.dbewm dl dd{
	margin-top:0.88rem;
	color: var(--00406-a, #073A86);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}
.foot02{
	width:100%;
	float:left;
	margin-top:1.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot02 .copy{
	width:auto;
	max-width:60%;
	color: var(--00406-a, #073A86);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .yuyan{
	width:auto;
	display:flex;
	position:relative;
}
.foot02 .yuyan .a1{
	display: flex;
	height: 2.5rem;
	padding: 0.5rem 0.625rem;
	justify-content: center;
	align-items: center;
	border-radius: 2.5rem;
	background: var(---white, #FFF);
	color: var(--00406-a, #073A86);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .yuyan .a1::before{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/qiu2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:1.38rem;
}
.foot02 .yuyan .a1::after{
	width: 1.5rem;
	height: 0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.38rem;
}
.foot02 .yuyan .b1{
	display: flex;
	width:100%;
	height: 2.5rem;
	padding: 0.5rem 0.625rem;
	justify-content: center;
	align-items: center;
	border-radius: 2.5rem;
	background: var(---white, #FFF);
	color: var(--00406-a, #073A86);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:absolute;
	top:-2.5rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
}
.foot02 .yuyan:hover .b1{
	visibility:visible;
	opacity:1;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:42%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:0 8.33vw;
	display:flex;
	align-items: center;
}
.nybanner .tex dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.nybanner .tex dl dd{
	margin-top:1.25rem;
	color: var(--00406-a, #073A86);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:3.81rem;
}

.qywh{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border-radius: 1rem;
	background: #D6EDFF;
	padding:4.75rem 3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh-l{
	width:54%;
	border-radius: 1rem;
	border: 1px solid var(--Color, #BCD0DF);
	overflow:hidden;
	border-bottom:0px;
}
.qywh-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh-l ul li{
	width:50%;
	border-right: 1px solid var(--Color, #BCD0DF);
	border-bottom: 1px solid var(--Color, #BCD0DF);
	padding:1.88rem;
}
.qywh-l ul li:nth-child(2n){
	border-right:0px;
}
.qywh-l ul li .pic{
	overflow:hidden;
	display: flex;
	justify-content: flex-end;
}
.qywh-l ul li .pic img{
	max-height:2.5rem;
}
.qywh-l ul li dl dt{
	margin-top:0.37rem;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal; 
}
.qywh-l ul li dl dd{
	margin-top:0.62rem;
	overflow: hidden;
	color: var(--00406-a, #073A86);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}
.qywh-r{
	width:39%;
}
.qywh-r ul{
	display: flex;
	justify-content: space-between;
	flex-direction:column;
	height:100%;
}
.qywh-r ul li{
	width:100%;
	padding:1.25rem 0;
	overflow: hidden;
	color: var(--00406-a, #073A86);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.qywh-r ul li i{
	color: var(--00406-a, #073A86);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.rytit{
	width:100%;
	float:left;
	margin-top:10rem;
	color: var(--00406-a, #073A86);
	text-align: center;
	font-family:zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.rylm{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.rylm ul{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.rylm ul li{
	width:auto;
	display: flex;
	justify-content:center;
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.rylm ul li a{
	display: flex;
	width: 17.5rem;
	height: 4.25rem;
	padding: 0.9375rem 0rem 1rem 0rem;
	align-items: center;
	justify-content:center;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	overflow:hidden;
}
.rylm ul li a img{
	margin-right:1.25rem;
	max-width:2.3rem;
}
.rylm ul li dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.rylm ul li dl dd{
	color: var(---999, #999);
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.rylm ul li a:hover{
	background: var(--Style, #0EA8EB);
}
.rylm ul li a:hover dl dt{
	color:#FFF;
}
.rylm ul li a:hover dl dd{
	color:#FFF;
}
.rylm ul li .pic01{
	display:inline-block;
}
.rylm ul li .pic02{
	display: none;
}
.rylm ul li:hover .pic01{
	display:none;
}
.rylm ul li:hover .pic02{
	display:inline-block;
}
.rylm ul li a.cur{
	background: var(--Style, #0EA8EB);
}
.rylm ul li a.cur dl dt{
	color:#FFF;
}
.rylm ul li a.cur dl dd{
	color:#FFF;
}
.rylm ul li a.cur .pic01{
	display:none;
}
.rylm ul li a.cur .pic02{
	display:inline-block;
}
.rylist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.rylist ul{
	display: flex;
	flex-wrap: wrap;
}
.rylist ul li{
	width:calc(20.25% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	overflow:hidden;
	border: 1px solid var(---white, #FFF);
}
.rylist ul li:nth-child(5n){
	margin-right:0px;
}
.rylist ul li:hover{
	border: 1px solid var(--Style, #0EA8EB);
}
.rylist ul li dl dt{
	padding:3.0rem 0;
	border-bottom:1px solid var(--Color, #BCD0DF);
	display: flex;
	justify-content:center;
	overflow:hidden;
}
.rylist ul li dl dt img{
	max-width:100%;
	transition: all 0.6s;
}
.rylist ul li:hover dl dt img{
	transform: scale(1.05);
}
.rylist ul li dl dd{
	padding: 1.88rem 1rem 1.25rem 1rem;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--Style, #0EA8EB);
	background: var(--Style, #0EA8EB);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--Style, #0EA8EB);
	background: var(--Style, #0EA8EB);
	color:#FFF;
}

.shbz{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shbz-l{
	width:43.8%;
}
.shtit{
	width:100%;
}
.shtit dl dt{
	color: var(--00406-a, #073A86);
	font-family:zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.shtit dl dd{
	margin-top:1.25rem;
	color: var(--00406-a, #073A86);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.shtex{
	width:100%;
	margin-top:2.06rem;
}
.shtex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shtex ul li{
	display: flex;
	align-items: center;
	width:100%;
	padding-bottom:1.25rem;
	border-bottom:1px solid #D6EDFF;
	margin-top:2.5rem;
}
.shtex ul li .num{
	width:3.0rem;
	min-width:3.0rem;
	height:3.0rem;
	border-radius: 6.25rem;
	background: #D6EDFF;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	margin-right:1.25rem;
}
.shtex ul li dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */ 
}
.shtex ul li dl dd{
	color: var(--00406-a, #073A86);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */ 
}

.shbz-r{
	width:50%;
	overflow:hidden;
	border-radius: 1rem;
	background: var(--34456-e, #34456E);
	position:relative;
}
.shbz-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.shbz-r:hover img{
	transform: scale(1.05);
}

.cpwrap{
	width:100%;
	float:left;
	background: var(---2, #F9FAFB);
	padding-bottom:10rem;
}
.nyss{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border-radius: 0.5rem;
	border: 1px solid var(--Style, #0EA8EB);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 0.5rem 0.5rem 1.25rem;
}
.ssbk{
	width:calc(100% - 3.25rem);
	border:0px;
	background-color:transparent;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	outline:none;
}
.cpcon{
	width:100%;
	float:left;
	margin-top:3.7rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcon-l{
	width:20%;
}

.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left;
	padding: 1.375rem 0.95rem 1.375rem 1.15rem;
	CURSOR: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	border-radius: 0.5rem;
	background: var(--Style, #0EA8EB);
	margin-top:1.88rem;
}
.subNav a{
	color: var(---white, #FFF);
}
.subNav:first-child{
	margin-top:0px;
}
.subNav::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd{
	background: var(--Style, #0EA8EB);
}
.currentDd a{
	color: #FFFFFF;
}
.currentDd::after{
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: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;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	border-radius:0 0rem 0.5rem 0.5rem;
	background: var(--dde-6-ec, #EDF2F5);
}
.navContent dl dd{
	display:flex;
	border-bottom: 1px solid var(---white, #FFF);
}
.navContent dl dd a{
	width:100%;
	padding: 1.25rem 1.25rem 1.25rem 1.75rem;
	color: var(--00406-a, #073A86);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cpcon-r{
	width:77.5%;
	padding:3.75rem 2.5rem;
	border-radius: 1.5rem;
	background: var(--dde-6-ec, #EDF2F5);
}
.cptit{
	width:100%;
	float:left;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.prolist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(50% - 0.625rem);
	border-radius: 1.5rem;
	background: var(---white, #FFF);
	overflow:hidden;
	margin-top:2.5rem;
}
.prolist ul li .pic{
	overflow:hidden;
	border-radius: 1.61538rem;
}
.prolist ul li .pic img {
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	padding:3.12rem;
}
.prolist.ny ul li .tex{
	text-align:center;
}
.prolist ul li .tex dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.prolist ul li .tex .inmore2{
	margin-top:1.25rem;
}
.prolist ul li:hover{
	border: 1px solid var(--Style, #0EA8EB);
}

.proshow{
	width:100%;
	float:left;
	margin-top:2.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
  align-items: flex-end; /* 核心：底部对齐 */
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px; /* 左右间距，可自行调整 */
}
.proshow-l{
	width:47%;
	color: var(--00406-a, #073A86);
	text-align: justify;
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 1.8rem */
}
.bzhu{
	line-height: 1;
	}
.proshow-l h1{
	color: var(--00406-a, #073A86);
	font-family: zt;
	font-size: 2rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom:1.25rem;
}
.proshow-l ul{
	margin-top:2.0rem;
	margin-bottom:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l ul li{
    width: 100%;
    padding-bottom: 0.74rem;
    margin-top: 1.08rem;
    border-bottom: 1px solid var(--Color, #BCD0DF);
    display: flex;
    flex-wrap: wrap;
    color: var(---333, #333);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
	    display: block;
}
.proshow-l ul li:first-child{
	margin-top:0px;
}
.proshow-l ul li b{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height:160%;
}
.proshow-l ul li div{
	width:100%;
}


.proshow-r{
	width:50%;
}
.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	width:100%;
	height: auto;
}
.swiper-slide .b01{
	border: 1px solid #fff;
	display:flex;
	overflow:hidden;
}
.swiper-slide-thumb-active .b01{
	border: 1px solid var(--Style, #0EA8EB);
}
.swiper-slide .b01 img{
	width:100%;
	height:auto;
}
.swiper-slide .a01{
}
.swiper.aa01{
	margin:0;
	width:100%;
	margin-top:1.25rem;
}

.prolist2{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.prolist2 ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist2 ul li{
	width:calc(33.7% - 1.25rem);
	border-radius: 1.5rem;
	background: rgba(237, 242, 245, 0.50);
	overflow:hidden;
	margin-top:2.5rem;
	margin-right:1.25rem;
}
.prolist2 ul li:hover{
	border: 1px solid var(--Style, #0EA8EB);
	background: var(---white, #FFF);
}
.prolist2 ul li:nth-child(3n){
	margin-right:0px;
}
.prolist2 ul li .pic{
	overflow:hidden;
	border-radius: 1.5rem;
}
.prolist2 ul li .pic img {
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist2 ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist2 ul li .tex{
	padding:3.12rem 1.88rem;
}
.prolist2 ul li .tex dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.prolist2 ul li .tex .inmore2{
	margin-top:1.25rem;
}
.gdtit{
	width:100%;
	float:left;
	color: var(--00406-a, #073A86);
	font-size: 1.20rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 2.25rem */
}
.gdtit dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.gdtit dl dt.f2{
	font-size: 2.25rem;
}
.gdtit dl dd{
	margin-top:1.25rem;
	color: var(--00406-a, #073A86);
	font-family: zt;
	font-size: 2rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom:2.5rem;
}
.gdlist{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.gdlist ul{
	display: flex;
	flex-wrap: wrap;
}
.gdlist ul li{
	width:calc(25.1% - 0.33rem);
	margin-right:0.33rem;
	overflow:hidden;
	border-radius: 0.52781rem;
	position:relative;
}
.gdlist ul li:nth-child(4n){
	margin-right:0px;
}
.gdlist ul li img {
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.gdlist ul li:hover img{
	transform: scale(1.05);
}
.gdlist ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	padding: 1.25rem;
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.gdlist ul li .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.gdlist ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.gdtex{
	width:100%;
	float:left;
	margin-top:1.25rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	padding: 2.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%;
}
.gdtex b{
	font-family:zt4;
	color: var(--00406-a, #073A86);
}

.fwbz{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.fwbz ul{
	display: flex;
	flex-wrap: wrap;
}
.fwbz ul li{
	width:calc(33.33% - 0.69rem);
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	margin-right:0.69rem;
	padding:2.5rem 1.35rem;
}
.fwbz ul li .pic{
	overflow:hidden;
	display: flex;
  align-items: center;  /* 垂直居中对齐 */
  text-align:center;
  justify-content:center;

	
}
.fwbz ul li .pic img{
	max-width:3.75rem;
}
.fwbz ul li .pic span{
	line-height:100%;
	font-size:1.2rem;
	color:#073A86;
	font-weight:700;
}
.fwbz ul li dl dt{
	margin-top:2.05rem;
	color: var(--00406-a, #073A86);
	font-family:zt4;
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
	width:100%;
	display: flex;
  /*align-items: center;*/  /* 垂直居中对齐 */
  height: 50px;
  text-align:center;
  justify-content:center;
}
.fwbz ul li dl dd{
	margin-top:1.25rem;
	color: var(--00406-a, #073A86);
	font-size: 0.975rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	text-align:center;
	width:100%;
	display: flex;
  align-items: center;  /* 垂直居中对齐 */
  text-align:center;
  justify-content:center;
}
.fwbz ul li dl dd div{
	width:78%;
}
.yz01{
	width:100%;
	float: left;
	margin-top:6.25rem;
	border-radius: 1rem;
	background: var(---white, #FFF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yz01 .tex{
	width:52.7%;
	padding:3.38rem 2.5rem;
	color: var(--00406-a, #073A86);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.575rem */
}
.yz01 .tex dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.yz01 .tex dl dd{
	margin-top:1.25rem;
	color: var(--00406-a, #073A86);
	font-family:zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom:2.5rem;
}

.yz01 .pic{
	width:47.3%;
	overflow:hidden;
	position:relative;
}
.yz01 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.yz01 .pic:hover img{
	transform: scale(1.05);
}

.yz02{
	width:100%;
	float:left;
	margin-top:2.5rem;
	position:relative;
	z-index:5;
}
.yz02::before{
	width:70%;
	position:absolute;
	left:15%;
	top:5rem;
	z-index:-1;
	border-bottom:1px dashed #BCD0DF;
	content:'';
	display:inline-block;
}
.yz02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yz02 ul li{
	width:21.4%;
}
.yz02 ul li .num{
	display:flex;
	justify-content: center;
}
.yz02 ul li .num div{
	display: flex;
	width: 10.0rem;
	height: 10.0rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	border: 8px solid #D6EDFF;
	background: var(---white, #FFF);
	color: var(--Style, #0EA8EB);
	font-family:zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.yz02 ul li dl dt{
	margin-top:1.88rem;
	color: var(--00406-a, #073A86);
	text-align: center;
	font-family: zt4;
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.yz02 ul li dl dd{
	margin-top:1.25rem;
	color: var(--00406-a, #073A86);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
}
.yz03{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.yz03 img{
	width:100%;
	height:auto;
	display:block;
}
.yz04{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.yz04 ul{
	display: flex;
	flex-wrap: wrap;
}
.yz04 ul li{
	width:calc(25.2% - 0.69rem);
	margin-right:0.69rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	padding: 2.5rem 1.3rem 3.4rem 1.3rem;
	overflow:hidden;
}
.yz04 ul li:nth-child(4n){
	margin-right:0px;
}
.yz04 ul li dl dt{
	overflow:hidden;
	 align-items: center;  /* 垂直居中对齐 */
  text-align:center;
  justify-content:center;

}
.yz04 ul li dl dt img{
	max-width:3.75rem;
}
.yz04 ul li dl dd{
	margin-top:2.5rem;
	color: var(--00406-a, #073A86);
	font-family:zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:flex;
	 align-items: center;  /* 垂直居中对齐 */
  text-align:center;
  justify-content:center;
}
.yz04 ul li dl dd div{
	width:90%;
}
.yz05{
	width:100%;
	float:left;
	margin-top:6.25rem;
	position:relative;
	border-radius: 1rem;
	overflow:hidden;
}
.yz05 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.yz05:hover img{
	transform: scale(1.05);
}
.yz05 .tex{
	width:54%;
	position:absolute;
	left:2.5rem;
	bottom:2.5rem;
	z-index:2;
	border-radius: 1rem;
	border: 2px solid var(---white, #FFF);
	background: rgba(255, 255, 255, 0.80);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding: 1.6875rem 2.5rem;
}
.yz05 .tex dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.yz05 .tex dl dd{
	margin-top:0.62rem;
	color: var(--00406-a, #073A86);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.575rem */
}

.wb01{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.wb01 ul{
	display: flex;
	flex-wrap: wrap;
}
.wb01.tg ul li{
	width:calc(33.6% - 0.62rem);
}
.wb01.tg ul li:nth-child(3n){
	margin-right:0px;
}
.wb01.tg ul li:nth-child(4n){
	margin-right:0.62rem;
}
.wb01 ul li{
	width:calc(25.2% - 0.62rem);
	margin-right:0.62rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	padding: 1.88rem 1.3rem;
	overflow:hidden;
}
.wb01 ul li:nth-child(4n){
	margin-right:0px;
}
.wb01 ul li .pic{
	overflow:hidden;
	display: flex;
  align-items: center;  /* 垂直居中对齐 */
  text-align:center;
  justify-content:center;
  gap: 20px;  
}
.wb01 ul li .pic span{ 

color: var(--00406-a, #073A86);
	font-family:zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

}

.wb01 ul li .pic img{
	max-width:4.25rem;
}
.wb01 ul li dl dt{
	height: 50px;
	margin-top:2.0rem;
	color: var(--00406-a, #073A86);
	font-family:zt4;
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:flex;
	 /*align-items: center; */ /* 垂直居中对齐 */
  text-align:center;
  justify-content:center;
}
.wb01 ul li dl dd{
	margin-top:1.25rem;
	display:flex;
	color: var(--00406-a, #073A86);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	 align-items: center;  /* 垂直居中对齐 */
  text-align:center;
  justify-content:center;
}

.allm{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.allm ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.allm ul li{
	width:auto;
	margin-left:0.31rem;
	margin-right:0.31rem;
	display:flex;
}
.allm ul li a{
	padding: 1rem 1.75rem;
	border-radius: 6.25rem;
	background: var(--dde-6-ec, #EDF2F5);
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.allm ul li a:hover{
	background: var(--Style, #0EA8EB);
	color:#FFF;
}
.allm ul li a.cur{
	background: var(--Style, #0EA8EB);
	color:#FFF;
}
.allist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.allist ul{
	display: flex;
	flex-wrap: wrap;
}
.allist ul li{
	width:calc(20.25% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	border-radius: 0.75rem;
	background: var(--dde-6-ec, #EDF2F5);
	padding:2.31rem 1.0rem;
	overflow:hidden;
}
.allist ul li:nth-child(5n){
	margin-right:0px;
}
.allist ul li dl dt{
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.allist ul li dl dt img{
	max-width:100%;
	width:128px;
}
.allist ul li dl dd{
	margin-top:2.12rem;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}
.allist ul li:hover{
	background: var(--Style, #0EA8EB);
}
.allist ul li:hover dl dd{
	color:#FFF;
}

.fw01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fw01-l{
	width:43%;
	flex-direction:column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwtit{
	width:100%;
}
.fwtit dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fwtit dl dd{
	margin-top:1.81rem;
	overflow: hidden;
	color: var(--00406-a, #073A86);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.8rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 12;
}
.fwtex{
	width:100%;
}
.fwtex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwtex ul li{
	width:100%;
	padding-bottom:1.25rem;
	margin-top:2.5rem;
	border-bottom: 1px solid #D6EDFF;
}
.fwtex ul li dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fwtex ul li dl dt i{
	font-size:1.0rem;
}
.fwtex ul li dl dd{
	margin-top:1.25rem;
	color: var(--00406-a, #073A86);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

.fw01-r{
	width:50%;
	overflow:hidden;
	position:relative;
}
.fw01-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.fw01-r:hover img{
	transform: scale(1.05);
}

.lcwrap{
	width:100%;
	float:left;
	margin-top:12.5rem;
	padding-bottom:10rem;
	padding-top:16.8rem;
	background-image:url(../img/lcbj.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.fwlc{
	width:100%;
	position:relative;
}
.fwlc img{
	width:100%;
	height:auto;
	display:block;
}
.fwlc .tex{
	width:29.1%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.subNavBox2{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.subNav2{
	width:100%; 
	float:left;
	padding:2.5rem;
	DISPLAY: block;  
	CURSOR: pointer;
	border-radius: 0.75rem;
	background: var(--dde-6-ec, #EDF2F5);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.25rem;
}
.subNav2 .a01{
	width:auto;
	max-width:80%;
	display: flex;
	align-items: center;
	color: var(--00406-a, #073A86);
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav2 .a01 i{
	margin-right:2.5rem;
	color: var(--Style, #0EA8EB);
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav2::after{ 
	width: 1.3rem;
	height: 1.3rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.subNav2:hover{float:left; }
.currentDd2{
	border-radius: 0.75rem 0.75rem 0 0;
	background: var(--Style, #0EA8EB);
}
.currentDd2 .a01{
	color: #FFFFFF;
}
.currentDd2 .a01 i{
	color: #FFFFFF;
}
.currentDd2::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	padding:1rem 2.5rem 2.5rem 2.5rem; 
	border-radius: 0 0 0.75rem 0.75rem;
	background: var(--Style, #0EA8EB);
}
.navContent2 dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}
.navContent2 dl dt.mart1{
	margin-top:1.62rem;
}
.navContent2 dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}

.xzlist{
	width:100%;
	float: left;
}
.xzlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzlist ul li{
	width:49.1%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:3.75rem;
}
.xzlist ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 0.75rem;
	background: var(--dde-6-ec, #EDF2F5);
	padding:1.5rem 2.5rem;
}
.xzlist ul li a .a01{
	width:auto;
	max-width:70%;
	display: flex;
	align-items: center;
}
.xzlist ul li a .a01 img{
	margin-right:3.06rem;
	max-width:2.25rem;
}
.xzlist ul li a .a01 dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.xzlist ul li a .a01 dl dd{
	margin-top:0.56rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.xzlist ul li a::after{
	width:3.75rem;
	height:3.75rem;
	min-width:3.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xz.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.xzlist ul li a:hover::after{
	background-image:url(../img/xz2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.newtj{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border-radius: 1rem;
	background: var(--dde-6-ec, #EDF2F5);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .pic{
	width:49%;
	overflow:hidden;
	position:relative;
}
.newtj .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.newtj .pic:hover img{
	transform: scale(1.05);
}
.newtj .tex{
	width:51%;
	padding:5.0rem;
}
.newtj .tex .date{
	display:flex;
}
.newtj .tex .date i{
	padding: 0.375rem 0.625rem;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	color: var(--00406-a, #073A86);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.newtj .tex dl dt{
	margin-top:2.5rem;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newtj .tex dl dd{
	margin-top:0.81rem;
	color: var(--00406-a, #073A86);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.575rem */
}
.newtj .tex .inmore{
	margin-top:3.75rem;
}
.newlist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.25rem;
	border-bottom:1px dashed #BCD0DF;
}
.newlist ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:2.0rem 1.88rem 2.56rem 1.88rem;
	border-radius: 1rem;
	overflow:hidden;
}
.newlist ul li:hover{
	border-bottom:0px;
}
.newlist ul li a:hover{
	background: var(--dde-6-ec, #EDF2F5);
}
.newlist ul li .date{
	width:auto;
	display: inline-flex;
	padding: 0.75rem 0.9375rem 0.8125rem 1rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 0.5rem;
	background: var(--dde-6-ec, #EDF2F5);
}
.newlist ul li .date dl dt{
	color: var(--Style, #0EA8EB);
	text-align: center;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .date dl dd{
	color: var(--Style, #0EA8EB);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .tit{
	width:30%;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newlist ul li .tex{
	width:38%;
	color: var(--00406-a, #073A86);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.575rem */
}
.newlist ul li a::after{
	width: 2.375rem;
	height: 2.375rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.newlist ul li a:hover::after{
	background-image:url(../img/jt5.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.newlist ul li a:hover .date{
	background: var(---white, #FFF);
}

.newcon{
	width:100%;
	float:left;
	margin-top:11.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:30%;
}
.newtit{
	width:100%;
	float:left;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.69rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.newlink{
	width:100%;
	float:left;
	margin-top:7.56rem;
}
.newlink ul{
	display: flex;
	flex-wrap: wrap;
}
.newlink ul li{
	width:auto;
	position:relative;
	margin-right:0.62rem;
}
.newlink ul li a{
	display:flex;
}
.newlink ul li a img{
	max-width:2.25rem;
}
.newlink ul li .xl{
	width:5.0rem;
	position:absolute;
	left:-1.5rem;
	top:2.25rem;
	z-index:1;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
}
.newlink ul li .xl img{
	max-width:100%;
}
.newlink ul li:hover .xl{
	opacity:1;
	visibility:visible;
}
.newcon-r{
	width:66.5%;
}
.newtex{
	width:100%;
	float:left;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.575rem */
}
.newtex img{
	width:100%;
	height:auto;
	display:block;
}
.newnext{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:1.25rem;
	margin-top:2.5rem;
	color: var(--00406-a, #073A86);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom:1px solid #BCD0DF;
}
.newnext ul li a{
	width:auto;
	max-width:80%;
	color: var(--00406-a, #073A86);
}

.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 .a01{
	width:49%;
	border-radius: 0.75rem;
	background: var(--dde-6-ec, #EDF2F5);
	padding:3.75rem;
}
.lx01 .a01 h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3rem */
	text-transform: capitalize;
	margin-bottom:3.37rem;
}
.lx01 .a01 h1::after{
	width: 3.75rem;
	height: 3.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.lx01 .a01 p{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.lxtit{
	width:100%;
	float:left;
	margin-top:10rem;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.baojia{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:49.0%;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia ul li div{
	display: flex;
	align-items:center;
	font-size: 1.0rem;
}
.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: 1.05rem;
	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: 0px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 1.05rem;
}
.baojia ul li.w100{
	width:100%;
}
.anniu{
	display:flex;
}
.anniu a{
	display: flex;
	padding: 0.875rem 2.25rem;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Style, #0EA8EB);
	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:1.25rem;
	width: 0.9375rem;
	height: 0.9375rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fx2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.red{
	color: var(--Style, #0EA8EB);
}

.subNavBox4{
	width:100%;
	float:left;
	margin-top:5.63rem;
}
.subNav4{
	width:100%; 
	float:left;
	padding:2.5rem;
	DISPLAY: block;  
	CURSOR: pointer;
	border-radius: 1rem;
	background: var(--dde-6-ec, #EDF2F5);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:0.62rem;
}
.subNav4 .a01{
	width:auto;
	max-width:80%;
	display: flex;
	align-items: center;
}
.subNav4 .a01 dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.subNav4 .a01 dl dd{
	margin-top:0.63rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.subNav4 .a02{
	width:auto;
}
.subNav4 .a02 dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.subNav4 .a02 dl dd{
	margin-top:0.44rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.currentDd4{
	border-radius: 1rem 1rem 0 0;
}

.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:0rem 2.5rem 4.5rem 2.5rem; 
	border-radius: 0 0 1rem 1rem;
	background: var(--dde-6-ec, #EDF2F5);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: capitalize;
	position:relative;
}
.navContent4::before{
	width:calc(100% - 5.0rem);
	height:1px;
	position:absolute;
	left:2.5rem;
	top:0;
	z-index:1;
	background: var(--Color, #BCD0DF);
	content:'';
	display:inline-block;
}
.navContent4 div{
	margin-top:3.75rem;
}












.mart3{
	margin-top:3.75rem;
}
.mart10{
	margin-top:10rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart5{
	margin-top:5rem;
}
.mart0{
	margin-top:0rem;
}
.mart2{
	margin-top:2.5rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.dingw{ width:100%; float:left; margin-top:-120px;}

 
    /* 画廊缩略图容器 - 强制居中显示4个标题 */
    .gallery-thumbs {
        width: 100%;
        overflow: visible;
    }
    
    .gallery-thumbs .swiper-wrapper {
        display: flex;
        justify-content: center !important;
        align-items: center;
        width: 100% !important;
        transform: translate3d(0px, 0px, 0px) !important;
    }
    
    /* 每个slide设置为自动宽度，并居中排列 */
    .gallery-thumbs .swiper-slide {
        width: auto !important;
        flex-shrink: 0;
        margin-right: 20px;
        text-align: center;
        position: relative;
    }
    
  
    
    /* 激活状态样式 */
    .gallery-thumbs .swiper-slide-active .time {
        color: #1a6d8f;
        font-weight: 600;
    }
    
    .gallery-thumbs .swiper-slide-active .time span {
        width: 100%;
    }
    
    /* 确保只有4个标题显示，且居中 */
    .gallery-thumbs .swiper-slide {
        display: block;
    }
    
   
   
    
    /* 确保nrList内的所有内容居中 */
    .nrList {
        text-align: center !important;
    }

}


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

.wb01 ul li dl dt{
	    font-size: 1.25rem;
		height: 30px;
	}
.yz01 .tex dl dt{
	    font-size: 2rem;
	}
.yz01 .tex dl dd{
	font-size: 1.15rem;
	margin-bottom: 1.8rem;
	}
.newtit{
	font-size: 1.6rem;
	}	
}

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

.fwtex ul li {
    padding-bottom: 1rem;
    margin-top: 2rem;
}
.allist ul li dl dd{
	font-size: 1rem;
	}
.fwbz ul li dl dt{
	    font-size: 1.25rem;
		height: 30px;
	}


	
}
@media (min-width:1000px) and (max-width:1440px){
	.proshow-l ul li{line-height:1.5;}
	.proshow-l ul {
    margin-top: 2rem;
    margin-bottom: 3rem;}
	
.lxtit{
	font-size: 2rem;
	}
.newlist ul li .tit{
	    font-size: 1.35rem;
	}
.gdtit dl dt{
	font-size: 2rem;
	}
.gdtit dl dd{
	font-size: 1.15rem;
	}
	}

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


.incp ul li .tex {
    padding: 2.12rem 1.25rem;
}

.cptj .tex{
	padding: 3.25rem 2.2rem;
	}

.dbnav {
    width: 68%;}
.shtex ul li {
    padding-bottom: 0.95rem;
    margin-top: 1.5rem;
}	











	
}





@media (max-width:999px) {

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

.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color:var(--10, rgba(255, 255, 255, 1));
	/* 0.4背景模糊 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:4rem; 
	vertical-align:middle; 
	margin-left:0%;
}
.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(--00406-a, #073A86);
	color:#FFF;
	line-height:3.0rem;
}

.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	/* 0.4背景模糊 */
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:3rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background:var(--00406-a, #073A86); 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(--00406-a, #073A86);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--00406-a, #073A86);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}


.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.65rem 1.25rem;
	align-items: center; 
	border-radius: 6.25rem;
	border: 1px solid var(--Style, #0EA8EB);
	position:relative;
	color: var(--Style, #0EA8EB);
	text-align: center;
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	overflow:hidden;
	z-index:5;
	
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--Style, #0EA8EB);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:1.0rem;
	content:'';
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.inmore a:hover::after{
	background-image: url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur::after{
	background-image: url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}

.inab{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center; 
}
.inab-l img{
	max-width:100%;
	margin:auto;
	margin-top:3.0rem;
}
.inab-l dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab-l dl dd{
	margin-top:0.62rem;
	color: var(--00406-a, #073A86);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.inab-r{
	width:100%;
	color: var(--00406-a, #073A86);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.8rem */
	margin-top:1.0rem;
}
.inab-r dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.inab-r dl dd{
	margin-top:0.62rem;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:2.5rem;
}
.inabpic{
	width:100%;
	float:left;
	margin-top:3.25rem;
	overflow:hidden;
	border-radius: 1rem;
}
.inabpic img{
	width:100%;
	height:auto;
	display:block;
}
.innum{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum dl{
	width:auto;
}
.innum dl dt{
	color: var(--00406-a, #073A86);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%;
	border-bottom:1px solid var(--Color, #BCD0DF);
	display:flex;
}
.innum dl dt i{
	font-size: 1.0rem;
}
.innum dl dd{
	margin-top:1.0rem;
	color: var(--00406-a, #073A86);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.inwrap{
	width:100%;
	float:left;
	margin-top:4rem;
	background: var(--dde-6-ec, #EDF2F5);
	padding-bottom:4rem;
}
.intit{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit .a01{
	width: auto;
	max-width:100%;
}
.intit .a01 dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit .a01 dl dd{
	margin-top:1.0rem;
	color: var(--00406-a, #073A86);
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.intit .a02{
	width:100%;
	margin-top:2.0rem;
}
.intit .a02 ul{
	display: flex;
	flex-wrap: wrap;
}
.intit .a02 ul li{
	width:calc(33.7% - 0.32rem);
	margin-right:0.32rem;
	border-radius: 0.5rem;
	background: var(--dde-6-ec, #EDF2F5);
	overflow:hidden;
	position:relative;
}
.intit .a02 ul li:nth-child(3n){
	margin-right:0px;
}
.intit .a02 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.intit .a02 ul li:hover img{
	transform: scale(1.05);
}
.intit .a02 ul li .tex{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.intit .a02 ul li .tex a{
	width:100%;
	padding:1.0rem;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.53125rem */
	text-transform: capitalize;
	display:inline-block;
}
.intit .a02 ul li .tex a::after{
	width: 1.0rem;
	height: 1.0rem;
	margin-top:0.32rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cptj{
	width:100%;
	float:left;
	margin-top:2.0rem;
	border-radius: 1.5rem;
	background: #FFF;
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cptj .pic{
	width:100%;
	position:relative;
	overflow:hidden;
}
.cptj .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.cptj .pic:hover img{
	transform: scale(1.05);
}
.cptj .tex{
	width:100%;
	padding:3.0rem 1rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.575rem */
}
.cptj .tex h1{
	color: var(--00406-a, #073A86);
	font-family:zt4;
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.5rem;
}
.cptj .tex .inmore{
	margin-top:2.5rem;
}
.cptj .tex .inmore a{
	margin-right:0.62rem;
}
.incp{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.incp ul{
	display: flex;
	flex-wrap: wrap;
}
.incp ul li{
	width:100%;
	margin-top:1.25rem;
	overflow:hidden;
	display:flex;
	border-radius: 1.5rem;
}
.incp ul li a{
	width:100%;
	background: var(--30, rgba(255, 255, 255, 0.30));
}
.incp ul li:nth-child(3n){
	margin-right:0px;
}
.incp ul li .pic{
	overflow:hidden;
	border-radius: 1.5rem;
	background: #FCFCFC;
}
.incp ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.incp ul li:hover .pic img{
	transform: scale(1.05);
}
.incp ul li .tex{
	padding:2rem 1rem;
}
.incp ul li .tex dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.incp ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(--00406-a, #073A86); 
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.35rem */
}
.incp ul li:hover{
	border: 4px solid var(---white, #FFF);
}
.incp ul li a:hover{
	border-radius: 1.5rem;
	background: var(---white, #FFF);
}
.incase{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.incase ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.incase ul li{
	width:100%;
	margin-top:3.0rem;
}

.incase ul li:nth-child(4n){
	margin-right:0px;
}
.incase ul li .pic{
	overflow:hidden;
	display: flex;
  align-items: center;  /* 垂直居中对齐 */
  gap: 20px; 
  
}
.incase ul li .pic span{ 

color: var(--00406-a, #073A86);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;

}
.incase ul li .pic img{
	max-width:2.75rem;
}
.incase ul li h2{
	margin-top:2.5rem;
	color: var(--00406-a, #073A86);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.incase ul li .tex{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
	color: var(--00406-a, #073A86);
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.35rem */
}
.incase ul li .inmore2{
	margin-top:1.5rem;
}
.inmore2{
	display:flex;
}
.inmore2 a{
	display: flex;
	align-items: center;
	color: var(--00406-a, #073A86);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inmore2 a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:0.94rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.infw{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infw .tex{
	width:100%;
}
.infw .tex ul{
	display: flex;
	justify-content: space-between;
	flex-direction:column;
	height:100%;
}
.infw .tex ul li{
	width:100%;
	padding:1.0rem 0;
	border-bottom:1px solid var(--Color, #BCD0DF);
	overflow: hidden;
	color: var(--00406-a, #073A86);
	text-overflow: ellipsis;
	font-size:0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}
.infw .tex ul li i{
	color: var(--00406-a, #073A86);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.infw .pic{
	width:100%;
	overflow:hidden;
	border-radius: 0.75rem;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.infw .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.infw .pic:hover img{
	transform: scale(1.05);
}
.innew{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew-l{
	width:100%;
	border-radius: 1.5rem;
	background: var(--dde-6-ec, #EDF2F5);
	overflow:hidden;
	padding-bottom:9.13rem;
	position:relative;
}
.innew-l .pic{
	overflow:hidden;
}
.innew-l .pic img{
    width: 100%;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.innew-l .pic:hover img{
	transform: scale(1.05);
}
.innew-l .tex{
	width: calc(100% - 2rem);
    position: absolute;
    left: 1rem;
    bottom: 0.5rem;
    z-index: 1;
    border-radius: 1rem;
    border: 2px solid var(---white, #FFF);
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(12.5px);
    padding: 1rem;
}
.innew-l .tex h3{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innew-l .tex dl dt{
	margin-top:0.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--00406-a, #073A86);
	text-align: justify;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.575rem */
	
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.innew-l .tex dl dt::after{
	width: 1.0rem;
	height: 1.0rem;
	min-width:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innew-l .tex dl dd{
	margin-top:0.5rem;
	color: var(--00406-a, #073A86);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.35rem */
}
.innew-r{
	width:100%;
}
.innew-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innew-r ul li{
	width:100%;
	padding:0rem;
	border-radius: 1rem;
	background-color:#FFF;
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow:hidden;
}
.innew-r ul li:hover{
	background: var(--dde-6-ec, #EDF2F5);
}
.innew-r ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0.69rem 0rem 1.63rem 0rem;
	border-bottom:1px dashed var(--Color, #BCD0DF);
}
.innew-r ul li a:hover{
	padding:2.19rem 0rem 1.88rem 0rem;
	border-bottom:0px;
}
.innew-r ul li .date{
	    width: auto;
    max-width: 22%;
    display: inline-flex;
    padding: 1rem 0.75rem 1rem 0.75rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0.5rem;
    background: var(--dde-6-ec, #EDF2F5);
    transition: all 0.6s;
}
.innew-r ul li .date dl dt{
	color: var(--Style, #0EA8EB);
	text-align: center;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew-r ul li .date dl dd{
	color: var(--Style, #0EA8EB);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew-r ul li .tex{
	width:78%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.innew-r ul li:hover .tex{
	width:100%;
}
.innew-r ul li:hover .date{
	display:none;
	width:0;
}
.innew-r ul li .tex::after{
	width: 0;
	height: 1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innew-r ul li:hover .tex::after{
	width: 1.25rem;
	min-width:1.25rem;
	margin-left:4.56rem;
}
.innew-r ul li .tex dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.innew-r ul li .tex dl dd{
	margin-top:0.69rem;
	color: var(---666, #666);
	text-align: justify;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.575rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.innew-r ul li:hover .tex dl dd{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.fotbj{
	width:100%;
	float:left;
	margin-top:10rem;
}
.fotbj img{
	width:100%;
	height:auto;
	display:block;
}
.foot{
	width:100%;
	float:left;
	background: #D6EDFF;
	padding:3.75rem 0 2.5rem 0;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:3.44rem;
}
.dbtel{
	width:50%;
}
.dbtel h4{
	overflow:hidden;
}
.dbtel h4 img{
	max-width:100%;
}
.dbtel dl dt{
	margin-top:2.5rem;
	color: var(--00406-a, #073A86);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}
.dbtel dl dd{
	margin-top:0.44rem;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.dbnav{
	width:49%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.dbnav dl{
	width:auto;
}
.dbnav dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:0.88rem;
}
.dbnav dl dd{
	margin-top:1.06rem;
	color: var(--00406-a, #073A86);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbnav dl dd a{
	color: var(--00406-a, #073A86);
}
.dbewm{
	width:50%;
	margin-top:0rem;
}
.dbewm dl dt{
	overflow:hidden;
	display: flex;
	justify-content:center;
}
.dbewm dl dt img{
	max-width:72%;
}
.dbewm dl dd{
	margin-top:0.88rem;
	color: var(--00406-a, #073A86);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}
.foot02{
	width:100%;
	float:left;
	margin-top:1.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot02 .copy{
	width:100%;
	color: var(--00406-a, #073A86);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.foot02 .yuyan{
	width:auto;
	display:flex;
	position:relative;
	margin-top:2.0rem;
}
.foot02 .yuyan .a1{
	display: flex;
	height: 2.5rem;
	padding: 0.5rem 0.625rem;
	justify-content: center;
	align-items: center;
	border-radius: 2.5rem;
	background: var(---white, #FFF);
	color: var(--00406-a, #073A86);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .yuyan .a1::before{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/qiu2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:1.38rem;
}
.foot02 .yuyan .a1::after{
	width: 1.5rem;
	height: 0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.38rem;
}
.foot02 .yuyan .b1{
	display: flex;
	width:100%;
	height: 2.5rem;
	padding: 0.5rem 0.625rem;
	justify-content: center;
	align-items: center;
	border-radius: 2.5rem;
	background: var(---white, #FFF);
	color: var(--00406-a, #073A86);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:absolute;
	top:-2.5rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
}
.foot02 .yuyan:hover .b1{
	visibility:visible;
	opacity:1;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner .pic{
	width: 100%;
    height: 50vw;
    overflow: hidden;
	}
.nybanner img{
	 
	    display: block; 
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;

}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:0 3%;
	display:flex;
	align-items: center;
}
.nybanner .tex dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.nybanner .tex dl dd{
	margin-top:0.5rem;
	color: var(--00406-a, #073A86);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:1.81rem;
}

.qywh{
	width:100%;
	float:left;
	margin-top:1.75rem;
	border-radius: 1rem;
	background: #D6EDFF;
	padding:1rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh-l{
	width:100%;
	border-radius: 1rem;
	border: 1px solid var(--Color, #BCD0DF);
	overflow:hidden;
	border-bottom:0px;
}
.qywh-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh-l ul li{
	width:50%;
	border-right: 1px solid var(--Color, #BCD0DF);
	border-bottom: 1px solid var(--Color, #BCD0DF);
	padding:0.75rem;
}
.qywh-l ul li:nth-child(2n){
	border-right:0px;
}
.qywh-l ul li .pic{
	overflow:hidden;
	display: flex;
	justify-content: flex-end;
}
.qywh-l ul li .pic img{
	max-height:1.5rem;
}
.qywh-l ul li dl dt{
	margin-top:0.37rem;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal; 
}
.qywh-l ul li dl dd{
	margin-top:0.62rem;
	overflow: hidden;
	color: var(--00406-a, #073A86);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}
.qywh-r{
	width:100%;
	margin-top:2.0rem;
}
.qywh-r ul{
	display: flex;
	justify-content: space-between;
	flex-direction:column;
	height:100%;
}
.qywh-r ul li{
	width:100%;
	padding:0.5rem 0;
	overflow: hidden;
	color: var(--00406-a, #073A86);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.qywh-r ul li i{
	color: var(--00406-a, #073A86);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.rytit{
	width:100%;
	float:left;
	margin-top:4rem;
	color: var(--00406-a, #073A86);
	text-align: center;
	font-family:zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.rylm{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.rylm ul{
	display: flex;
	justify-content:center;
	/*flex-wrap: wrap;*/
}
.rylm ul li{
	width:33.33%;
	display: flex;
	justify-content:center;
	margin-left:0.31rem;
}
.rylm ul li a{
	display: flex;
	width: 17.5rem;
	height: 4.25rem;
	padding: 0.9375rem 0rem 1rem 0rem;
	align-items: center;
	justify-content:center;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	overflow:hidden;
}
.rylm ul li a img{
	margin-right:0.5rem;
	max-width:2.3rem;
}
.rylm ul li dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.rylm ul li dl dd{
	color: var(---999, #999);
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.rylm ul li a:hover{
	background: var(--Style, #0EA8EB);
}
.rylm ul li a:hover dl dt{
	color:#FFF;
}
.rylm ul li a:hover dl dd{
	color:#FFF;
}
.rylm ul li .pic01{
	display:inline-block;
}
.rylm ul li .pic02{
	display: none;
}
.rylm ul li:hover .pic01{
	display:none;
}
.rylm ul li:hover .pic02{
	display:inline-block;
}
.rylm ul li a.cur{
	background: var(--Style, #0EA8EB);
}
.rylm ul li a.cur dl dt{
	color:#FFF;
}
.rylm ul li a.cur dl dd{
	color:#FFF;
}
.rylm ul li a.cur .pic01{
	display:none;
}
.rylm ul li a.cur .pic02{
	display:inline-block;
}
.rylist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.rylist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rylist ul li{
	width:48%;
	margin-top:1.75rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	overflow:hidden;
	border: 1px solid var(---white, #FFF);
}
.rylist ul li:nth-child(3n){
	margin-right:0px;
}
.rylist ul li:hover{
	border: 1px solid var(--Style, #0EA8EB);
}
.rylist ul li dl dt{
	padding:2.0rem 0;
	border-bottom:1px solid var(--Color, #BCD0DF);
	display: flex;
	justify-content:center;
	overflow:hidden;
}
.rylist ul li dl dt img{
	max-width:100%;
	transition: all 0.6s;
}
.rylist ul li:hover dl dt img{
	transform: scale(1.05);
}
.rylist ul li dl dd{
	padding:1rem;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:1px;
	margin-right:1px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--Style, #0EA8EB);
	background: var(--Style, #0EA8EB);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--Style, #0EA8EB);
	background: var(--Style, #0EA8EB);
	color:#FFF;
}

.shbz{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shbz-l{
	width:100%;
}
.shtit{
	width:100%;
}
.shtit dl dt{
	color: var(--00406-a, #073A86);
	font-family:zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.shtit dl dd{
	margin-top:1.0rem;
	color: var(--00406-a, #073A86);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.shtex{
	width:100%;
	margin-top:2.06rem;
}
.shtex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shtex ul li{
	display: flex;
	align-items: center;
	width:100%;
	padding-bottom:1.25rem;
	border-bottom:1px solid #D6EDFF;
	margin-top:2.5rem;
}
.shtex ul li .num{
	width:3.0rem;
	min-width:3.0rem;
	height:3.0rem;
	border-radius: 6.25rem;
	background: #D6EDFF;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
	margin-right:1.25rem;
}
.shtex ul li dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */ 
}
.shtex ul li dl dd{
	color: var(--00406-a, #073A86);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */ 
}

.shbz-r{
	width:100%;
	overflow:hidden;
	border-radius: 1rem;
	position:relative;
	margin-top:3.0rem;
}
.shbz-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.shbz-r:hover img{
	transform: scale(1.05);
}

.cpwrap{
	width:100%;
	float:left;
	background: var(---2, #F9FAFB);
	padding-bottom:4rem;
}
.nyss{
	width:100%;
	float:left;
	margin-top:3.25rem;
	border-radius: 0.5rem;
	border: 1px solid var(--Style, #0EA8EB);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.5rem 0.5rem 0.5rem 1.25rem;
}
.nyss .abc{
	width:2.0rem;
}
.ssbk{
	width:calc(100% - 3.25rem);
	border:0px;
	background-color:transparent;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	outline:none;
}
.cpcon{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcon-l{
	width:100%;
}

.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left;
	padding: 1.0rem 1.25rem 1.0rem 1.875rem;
	CURSOR: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	border-radius: 0.5rem;
	background: var(--Style, #0EA8EB);
	margin-top:1.0rem;
}
.subNav a{
	color: var(---white, #FFF);
}
.subNav:first-child{
	margin-top:0px;
}
.subNav::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd{
	background: var(--Style, #0EA8EB);
}
.currentDd a{
	color: #FFFFFF;
}
.currentDd::after{
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: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;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	border-radius:0 0rem 0.5rem 0.5rem;
	background: var(--dde-6-ec, #EDF2F5);
}
.navContent dl dd{
	display:flex;
	border-bottom: 1px solid var(---white, #FFF);
}
.navContent dl dd a{
	width:100%;
	padding:1.0rem 2.5rem;
	color: var(--00406-a, #073A86);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cpcon-r{
	width:100%;
	margin-top:2.0rem;
	padding:2.75rem 1rem;
	border-radius: 1.0rem;
	background: var(--dde-6-ec, #EDF2F5);
}
.cptit{
	width:100%;
	float:left;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.prolist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.prolist ul{
	display: flex;

	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:100%;
	border-radius: 1.0rem;
	background: var(---white, #FFF);
	overflow:hidden;
	margin-top:1.5rem;
}
.prolist ul li .pic{
	overflow:hidden;
	border-radius: 1.0rem;
}
.prolist ul li .pic img {
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	padding:1.5rem;
}
.prolist.ny ul li .tex{
	text-align:center;
}
.prolist ul li .tex dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.prolist ul li .tex .inmore2{
	margin-top:1.25rem;
}
.prolist ul li:hover{
	border: 1px solid var(--Style, #0EA8EB);
}

.proshow{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l{
	width:100%;
	color: var(--00406-a, #073A86);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.8rem */
}
.proshow-l h1{
	color: var(--00406-a, #073A86);
	font-family: zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom:1.0rem;
}
.proshow-l ul{
	margin-top:3.75rem;
	margin-bottom:3.38rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow-l ul li{
	width:100%;
	padding-bottom:0.94rem;
	margin-top:1.88rem;
	border-bottom:1px solid var(--Color, #BCD0DF);
	display: flex;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%;
}
.proshow-l ul li:first-child{
	margin-top:0px;
}
.proshow-l ul li b{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height:160%;
}
.proshow-l ul li div{
	width:100%;
}


.proshow-r{
	width:100%;
	margin-top:3.0rem;
}
.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	width:100%;
	height: auto;
}
.swiper-slide .b01{
	border: 1px solid #fff;
	display:flex;
	overflow:hidden;
}
.swiper-slide-thumb-active .b01{
	border: 1px solid var(--Style, #0EA8EB);
}
.swiper-slide .b01 img{
	width:100%;
	height:auto;
}
.swiper-slide .a01{
}
.swiper.aa01{
	margin:0;
	width:100%;
	margin-top:1.25rem;
}

.prolist2{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.prolist2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist2 ul li{
	width:49%;
	border-radius: 1.0rem;
	background: rgba(237, 242, 245, 0.50);
	overflow:hidden;
	margin-top:1.0rem;
}
.prolist2 ul li:hover{
	border: 1px solid var(--Style, #0EA8EB);
	background: var(---white, #FFF);
}
.prolist2 ul li:nth-child(3n){
	margin-right:0px;
}
.prolist2 ul li .pic{
	overflow:hidden;
	border-radius: 1.0rem;
}
.prolist2 ul li .pic img {
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist2 ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist2 ul li .tex{
	padding:2.12rem 1.5rem;
}
.prolist2 ul li .tex dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.prolist2 ul li .tex .inmore2{
	margin-top:1.25rem;
}
.gdtit{
	width:100%;
	float:left;
	color: var(--00406-a, #073A86);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 2.25rem */
}
.gdtit dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.gdtit dl dt.f2{
	font-size: 1.25rem;
}
.gdtit dl dd{
	margin-top:1.0rem;
	color: var(--00406-a, #073A86);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;

	margin-bottom:1.5rem;
}
.gdlist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.gdlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gdlist ul li{
	width:48%;
	overflow:hidden;
	border-radius: 0.52781rem;
	position:relative;
	margin-top:1.0rem;
}
.gdlist ul li:nth-child(4n){
	margin-right:0px;
}
.gdlist ul li img {
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.gdlist ul li:hover img{
	transform: scale(1.05);
}
.gdlist ul li .tex{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	padding: 1rem 1rem 0.48rem 1rem;
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.gdlist ul li .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.gdlist ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.gdtex{
	width:100%;
	float:left;
	margin-top:1.25rem;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	padding: 1rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%;
}
.gdtex b{
	font-family:zt4;
	color: var(--00406-a, #073A86);
}

.fwbz{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.fwbz ul{
	display: flex;
	flex-wrap: wrap;
}
.fwbz ul li{
	width:100%;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	margin-right:0.69rem;
	padding:2.0rem 1rem;
	margin-top:1.0rem;
}
.fwbz ul li .pic{
	overflow:hidden;
	overflow:hidden;
	display: flex;
  align-items: center;  /* 垂直居中对齐 */
  gap: 20px; 
}
.fwbz ul li .pic img{
	max-width:2.75rem;
}
.fwbz ul li .pic span{
	line-height:100%;
	font-size:1.2rem;
	color:#073A86;
	font-weight:700;
}
.fwbz ul li dl dt{
	margin-top:2.0rem;
	color: var(--00406-a, #073A86);
	font-family:zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fwbz ul li dl dd{
	margin-top:1.0rem;
	color: var(--00406-a, #073A86);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display:flex;
}
.fwbz ul li dl dd div{
	width:78%;
}
.yz01{
	width:100%;
	float: left;
	margin-top:3.25rem;
	border-radius: 1rem;
	background: var(---white, #FFF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yz01 .tex{
	width:100%;
	padding:2.38rem 1rem;
	color: var(--00406-a, #073A86);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.575rem */
}
.yz01 .tex dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.yz01 .tex dl dd{
	margin-top:1.0rem;
	color: var(--00406-a, #073A86);
	font-family:zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	margin-bottom:1.5rem;
}

.yz01 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.yz01 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.yz01 .pic:hover img{
	transform: scale(1.05);
}

.yz02{
	width:100%;
	float:left;
	margin-top:1.5rem;
	position:relative;
	z-index:5;
}
.yz02::before{
	width:70%;
	position:absolute;
	left:15%;
	top:2.5rem;
	z-index:-1;
	border-bottom:1px dashed #BCD0DF;
	content:'';
	display:inline-block;
}
.yz02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yz02 ul li{
	    margin-bottom: 2rem;
    width: 50%;
}
.yz02 ul li .num{
	display:flex;
	justify-content: center;
}
.yz02 ul li .num div{
	display: flex;
	width: 5.0rem;
	height: 5.0rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	border: 4px solid #D6EDFF;
	background: var(---white, #FFF);
	color: var(--Style, #0EA8EB);
	font-family:zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.yz02 ul li dl dt{
	margin-top:1.0rem;
	color: var(--00406-a, #073A86);
	text-align: center;
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.yz02 ul li dl dd{
	margin-top:1.0rem;
	color: var(--00406-a, #073A86);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.yz03{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.yz03 img{
	width:100%;
	height:auto;
	display:block;
}
.yz04{
	width:100%;
	float:left;
	margin-top:0.5rem;
}
.yz04 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yz04 ul li{
	width:48%;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	padding: 1.5rem 1.0rem;
	overflow:hidden;
	margin-top:1.0rem;
}
.yz04 ul li:nth-child(4n){
	margin-right:0px;
}
.yz04 ul li dl dt{
	overflow:hidden;
}
.yz04 ul li dl dt img{
	max-width:2.75rem;
}
.yz04 ul li dl dd{
	margin-top:2.5rem;
	color: var(--00406-a, #073A86);
	font-family:zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:flex;
}
.yz04 ul li dl dd div{
	width:90%;
}
.yz05{
	width:100%;
	float:left;
	margin-top:3.25rem;
	position:relative;
	border-radius: 1rem;
	overflow:hidden;
}
.yz05 .pic{
	width: 100%;
    height: 50vw;
    overflow: hidden;
	}
.yz05 img{
	display:block;
	transition: all 0.6s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.yz05:hover img{
	transform: scale(1.05);
}
.yz05 .tex{
	width:94%;
	position:absolute;
	left:1.0rem;
	bottom:1.0rem;
	z-index:2;
	border-radius: 1rem;
	border: 1px solid var(---white, #FFF);
	background: rgba(255, 255, 255, 0.80);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding: 1.0rem 1.5rem;
}
.yz05 .tex dl dt{
	color: var(--00406-a, #073A86);
	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;
}
.yz05 .tex dl dd{
	margin-top:0.31rem;
	color: var(--00406-a, #073A86);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.575rem */
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
}

.wb01{
	width:100%;
	float:left;
}
.wb01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wb01.tg ul li{
	width:100%;
}
.wb01.tg ul li:nth-child(3n){
	margin-right:0px;
}
.wb01.tg  ul li dl dt{
	font-size: 0.875rem;
}
.wb01.tg ul li:nth-child(4n){
	margin-right:0.62rem;
}
.wb01 ul li{
	width:48%;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	padding: 1.5rem;
	overflow:hidden;
	margin-top:1.25rem;
}




.wb01 ul li:nth-child(4n){
	margin-right:0px;
}
.wb01 ul li .pic{
	overflow:hidden;
	display: flex;
  align-items: center;  /* 垂直居中对齐 */
  gap: 10px;  
}
.wb01 ul li .pic span{ 

color: var(--00406-a, #073A86);
	font-family:zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;

}

.wb01 ul li .pic img{
	max-width:3.25rem;
}
.wb01 ul li dl dt{
	margin-top:1.5rem;
	color: var(--00406-a, #073A86);
	font-family:zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.wb01 ul li dl dd{
	margin-top:1.0rem;
	display:flex;
	color: var(--00406-a, #073A86);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}

.allm{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.allm ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.allm ul li{
	width:auto;
	margin-left:0.11rem;
	margin-right:0.11rem;
	margin-top:0.5rem;
	display:flex;
}
.allm ul li a{
	padding: 0.5rem 1.5rem;
	border-radius: 6.25rem;
	background: var(--dde-6-ec, #EDF2F5);
	color: var(---black, #000);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.allm ul li a:hover{
	background: var(--Style, #0EA8EB);
	color:#FFF;
}
.allm ul li a.cur{
	background: var(--Style, #0EA8EB);
	color:#FFF;
}
.allist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.allist ul{
	display: flex;
	flex-wrap: wrap;
}
.allist ul li{
	width:49%;
	margin-right:2%;
	margin-top:1.0rem;
	border-radius: 0.75rem;
	background: var(--dde-6-ec, #EDF2F5);
	padding:1.31rem 1.0rem;
	overflow:hidden;
}
.allist ul li:nth-child(2n){
	margin-right:0px;
}
.allist ul li dl dt{
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.allist ul li dl dt img{
	max-width:70%;
}
.allist ul li dl dd{
	margin-top:1.12rem;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}
.allist ul li:hover{
	background: var(--Style, #0EA8EB);
}
.allist ul li:hover dl dd{
	color:#FFF;
}

.fw01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fw01-l{
	width:100%;
	flex-direction:column;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwtit{
	width:100%;
}
.fwtit dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fwtit dl dd{
	margin-top:1.0rem;
	overflow: hidden;
	color: var(--00406-a, #073A86);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.8rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.fwtex{
	width:100%;
}
.fwtex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fwtex ul li{
	width:100%;
	padding-bottom:1.0rem;
	margin-top:1.5rem;
	border-bottom: 1px solid #D6EDFF;
}
.fwtex ul li dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fwtex ul li dl dt i{
	font-size:1.0rem;
}
.fwtex ul li dl dd{
	margin-top:1.0rem;
	color: var(--00406-a, #073A86);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

.fw01-r{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:2.5rem;
}
.fw01-r img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.fw01-r:hover img{
	transform: scale(1.05);
}

.lcwrap{
	width:100%;
	float:left;
	margin-top:4.5rem;
	padding-bottom:4rem;
	padding-top:6.8rem;
	background-image:url(../img/lcbj.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.fwlc{
	width:100%;
	position:relative;
}
.fwlc img{
	width:100%;
	height:auto;
	display:block;
}
.fwlc .tex{
	width:100%;
	margin-bottom:2.0rem;
}
.subNavBox2{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.subNav2{
	width:100%; 
	float:left;
	padding:1.5rem;
	DISPLAY: block;  
	CURSOR: pointer;
	border-radius: 0.75rem;
	background: var(--dde-6-ec, #EDF2F5);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.0rem;
}
.subNav2 .a01{
	width:auto;
	max-width:80%;
	display: flex;
	align-items: center;
	color: var(--00406-a, #073A86);
	font-family:zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav2 .a01 i{
	margin-right:1.5rem;
	color: var(--Style, #0EA8EB);
	font-family:zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav2::after{ 
	width: 1.0rem;
	height: 1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.subNav2:hover{float:left; }
.currentDd2{
	border-radius: 0.75rem 0.75rem 0 0;
	background: var(--Style, #0EA8EB);
}
.currentDd2 .a01{
	color: #FFFFFF;
}
.currentDd2 .a01 i{
	color: #FFFFFF;
}
.currentDd2::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	padding:0rem 2.5rem 2.5rem 2.5rem; 
	border-radius: 0 0 0.75rem 0.75rem;
	background: var(--Style, #0EA8EB);
}
.navContent2 dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal; 
}
.navContent2 dl dt.mart1{
	margin-top:1.62rem;
}
.navContent2 dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}

.xzlist{
	width:100%;
	float: left;
	margin-top:1.0rem;
}
.xzlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xzlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.0rem;
}
.xzlist ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 0.75rem;
	background: var(--dde-6-ec, #EDF2F5);
	padding:1.0rem 2.0rem;
}
.xzlist ul li a .a01{
	width:auto;
	max-width:70%;
	display: flex;
	align-items: center;
}
.xzlist ul li a .a01 img{
	margin-right:2.06rem;
	max-width:2.0rem;
}
.xzlist ul li a .a01 dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.xzlist ul li a .a01 dl dd{
	margin-top:0.56rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.xzlist ul li a::after{
	width:2.75rem;
	height:2.75rem;
	min-width:2.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xz.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.xzlist ul li a:hover::after{
	background-image:url(../img/xz2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.newtj{
	width:100%;
	float:left;
	margin-top:3.25rem;
	border-radius: 1rem;
	background: var(--dde-6-ec, #EDF2F5);
	overflow:hidden;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newtj .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.newtj .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.newtj .pic:hover img{
	transform: scale(1.05);
}
.newtj .tex{
	width:100%;
	padding:2rem 1rem;
}
.newtj .tex .date{
	display:flex;
}
.newtj .tex .date i{
	padding: 0.375rem 0.625rem;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	color: var(--00406-a, #073A86);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.newtj .tex dl dt{
	margin-top:1.5rem;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newtj .tex dl dd{
	margin-top:0.81rem;
	color: var(--00406-a, #073A86);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.575rem */
}
.newtj .tex .inmore{
	margin-top:2.5rem;
}
.newlist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.0rem;
	border-bottom:1px dashed #BCD0DF;

}
.newlist ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:1.0rem 0;
	border-radius: 1rem;
	overflow:hidden;
}
.newlist ul li:hover{
	border-bottom:0px;
}
.newlist ul li a:hover{
	background: var(--dde-6-ec, #EDF2F5);
}
.newlist ul li .date{
	width:auto;
	display: inline-flex;
	padding: 0.75rem 0.9375rem 0.8125rem 1rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 0.5rem;
	background: var(--dde-6-ec, #EDF2F5);
	display: none;
}
.newlist ul li .date dl dt{
	color: var(--Style, #0EA8EB);
	text-align: center;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .date dl dd{
	color: var(--Style, #0EA8EB);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .tit{
	width:80%;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newlist ul li .tex{
	width:48%;
	color: var(--00406-a, #073A86);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.575rem */
	display:none;
}
.newlist ul li a::after{
	width: 1.375rem;
	height: 1.375rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.newlist ul li a:hover::after{
	background-image:url(../img/jt5.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.newlist ul li a:hover .date{
	background: var(---white, #FFF);
}

.newcon{
	width:100%;
	float:left;
	margin-top:8.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
}
.newtit{
	width:100%;
	float:left;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.newlink{
	width:100%;
	float:left;
	margin-top:2.56rem;
}
.newlink ul{
	display: flex;
	flex-wrap: wrap;
}
.newlink ul li{
	width:auto;
	position:relative;
	margin-right:0.62rem;
}
.newlink ul li a{
	display:flex;
}
.newlink ul li a img{
	max-width:2.25rem;
}
.newlink ul li .xl{
	width:5.0rem;
	position:absolute;
	left:-1.5rem;
	top:2.25rem;
	z-index:1;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
}
.newlink ul li .xl img{
	max-width:100%;
}
.newlink ul li:hover .xl{
	opacity:1;
	visibility:visible;
}
.newcon-r{
	width:100%;
	margin-top:3.0rem;
}
.newtex{
	width:100%;
	float:left;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height:160%; /* 1.575rem */
}
.newtex img{
	width:100%;
	height:auto;
	display:block;
}
.newnext{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:1.25rem;
	margin-top:2.5rem;
	color: var(--00406-a, #073A86);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom:1px solid #BCD0DF;
}
.newnext ul li a{
	width:auto;
	max-width:80%;
	color: var(--00406-a, #073A86);
}

.lx01{
	width:100%;
	float:left;
	margin-top:2.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01 .a01{
	width:100%;
	border-radius: 0.75rem;
	background: var(--dde-6-ec, #EDF2F5);
	padding:2rem 1rem;
	margin-top:1.0rem;
}
.lx01 .a01 h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3rem */
	text-transform: capitalize;
	margin-bottom:2.37rem;
}
.lx01 .a01 h1::after{
	width: 2.75rem;
	height: 2.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.lx01 .a01 p{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.lxtit{
	width:100%;
	float:left;
	margin-top:4rem;
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.baojia{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:49.0%;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia ul li div{
	display: flex;
	align-items:center;
	font-size: 0.75rem;
}
.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: 0px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
}
.baojia ul li.w100{
	width:100%;
}
.anniu{
	display:flex;
}
.anniu a{
	display: flex;
	padding: 0.875rem 2.25rem;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Style, #0EA8EB);
	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:1.25rem;
	width: 0.9375rem;
	height: 0.9375rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fx2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.red{
	color: var(--Style, #0EA8EB);
}

.subNavBox4{
	width:100%;
	float:left;
	margin-top:2.63rem;
}
.subNav4{
	width:100%; 
	float:left;
	padding:1.5rem;
	DISPLAY: block;  
	CURSOR: pointer;
	border-radius: 0.5rem;
	background: var(--dde-6-ec, #EDF2F5);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:0.62rem;
}
.subNav4 .a01{
	width:auto;
	max-width:80%;
	display: flex;
	align-items: center;
}
.subNav4 .a01 dl dt{
	color: var(--00406-a, #073A86);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.subNav4 .a01 dl dd{
	margin-top:0.63rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.subNav4 .a02{
	width:auto;
}
.subNav4 .a02 dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.subNav4 .a02 dl dd{
	margin-top:0.44rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.currentDd4{
	border-radius: 0.5rem 0.5rem 0 0;
}

.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:0rem 1.5rem 3.5rem 1.5rem; 
	border-radius: 0 0 0.5rem 0.5rem;
	background: var(--dde-6-ec, #EDF2F5);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: capitalize;
	position:relative;
}
.navContent4::before{
	width:calc(100% - 3.0rem);
	height:1px;
	position:absolute;
	left:1.5rem;
	top:0;
	z-index:1;
	background: var(--Color, #BCD0DF);
	content:'';
	display:inline-block;
}
.navContent4 div{
	margin-top:2.75rem;
}


	.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.1rem;
}
.sjzwqh a{
	margin-left:0.5rem;
	margin-right:0.5rem;
	line-height:2.5rem;
}
.sjzwqh .zhuan{
	width:100%;
	position:absolute;
	top:4rem;
	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;
}









.mart3{
	margin-top:1.75rem;
}
.mart10{
	margin-top:4rem;
}
.mart6{
	margin-top:3.25rem;
}
.mart5{
	margin-top:5rem;
}
.mart0{
	margin-top:0rem;
}
.mart2{
	margin-top:1.5rem;
}































.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}

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









}












































