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

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

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


.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	position:relative;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:9%;
	display: flex;
	align-items: center;
	height:5.0rem;
	min-width:9%;
	transition: all 0.6s;
	position:relative;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul>li{
	width:auto;
	font-size: 1.125rem;
	height:5.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	position:relative;
	display:flex;
	align-items: center;
}
.innav ul>li>a{
	width:auto;
	padding:0.88rem 2.25rem;
	display:flex;
	align-items: center;
	position:relative;
	border-radius: 0.25rem;
}
.innav ul>li>a:hover{
}
.header.yanse .innav ul>li.cur a{
	color:#0063C1;
}
.header.yanse.yanse01 .innav ul>li.cur a{
	color:#fff;
}
.innav ul>li>ol {
    width: 140%;
	background: var(--10, rgba(255, 255, 255, 1));
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    transform: scaleY(0);
    transition: all 0.6s;
    transform-origin: 50% 0;
	position: absolute;
	left: -20%;
	top:5rem;
}
.innav ul>li>ol>li {
    height: 3.0rem;
    border-bottom: 1px solid rgb(245, 245, 245);
}

.innav ul>li>ol>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 3.0rem;
    text-align: center;
	font-size: 1.0rem;
	font-weight: 400;
}

.innav ul>li>ol>li:hover {
    background: rgba(0, 0, 0, 0.03);
}

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

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

.zyw{
	display: flex;
	justify-content: center;
	align-items: center;
	width:auto;
	position:relative;
}
.zyw .a01{
	height: 3.0rem;
	width:3.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3rem;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zyw .a01 img{
	max-height:1.5rem;
}
.header.yanse.yanse01 .zyw .a01{
	background: var(--0063-c-1, #0063C1);
	color: var(---white, #FFF);
	border-radius: 3rem;
}
.header.yanse.yanse01 .zyw .a01{
	color: var(---white, #FFF);
}
.header.yanse .zyw{
	color: #fff;
	border-radius: 3rem;
}
.header.yanse .zyw .a01{
	color: var(---fff, #fff);
	background: var(--0063-c-1, #0063C1);	
}

.chax{
	right:5.2vw; 
	top:5rem;
	position: fixed;
	width:15rem; 
	z-index:2;
	display: none;
	background-color:#FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.05); 
}
.chax　.aa{
	display: flex;
	width:15rem;
	height:2.5rem;
	background-color:#FFF;
	overflow:hidden;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 11.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 0px;
	background-color: #fff;
	outline: none;
	padding-left: 0.5rem;
	color: #999999;
	font-family: zt3;
	font-size: 0.8rem;
	color: #999999;
}
.chaxanniu{
	width: 4.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	cursor: pointer;
	background: var(--0063-c-1, #0063C1);
	color:#fff;
	border: 0px;
	outline:none;
	font-family: zt3;
	font-size:0.875rem;
}



.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(--0063-c-1, #0063C1);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--0063-c-1, #0063C1);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}


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

.inwrap{
	background: var(--bg2, #F1F4F6);
	padding:10rem 0;
	width: 100%;
	float:left;
}
.container{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}
.innum{
	width:100%;
	float:left;
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:33.2%;
	background: #E3E9EC;
	padding: 3rem;
	color: var(--0063-c-1, #0063C1);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.0875rem;
	transition: all 0.6s;
}
.innum ul li dl dt{
	margin-top:3.75rem;
	color: var(--0063-c-1, #0063C1);
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 4rem; /* 100% */
}
.innum ul li dl dt i{
	font-size: 1.5rem;
	line-height: 2rem; /* 133.333% */
	text-transform: uppercase;
}
.innum ul li dl dd{
	margin-top:1.0rem;
	color: #375C91;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.innum ul li:hover{
	background: var(--0063-c-1, #0063C1);
	color: var(---white, #FFF);
}
.innum ul li:hover dl dt{
	color:#FFF;
}
.innum ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.intit{
	width:100%;
	float:left;
	margin-top:10rem;
}
.intit dl dt{
	color: #2B3437;
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit dl dt.f2{
	font-size: 2.5rem;
}
.intit dl dd{
	color: #5F5F5F;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.25rem;
}
.intit.a1{
	text-align:center;
}
.kxyw{
	width:100%;
	float:left;
	margin-top:0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kxyw-l{
	width:49.5%;
	position:relative;
	overflow:hidden;
}
.kxyw-l img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.kxyw-l:hover img{
	transform: scale(1.05);
}
.kxyw-l .a1{
	width: auto;
	position:absolute;
	left:4.0rem;
	top:2.5rem;
	z-index:1;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.25rem; /* 225% */
}
.kxyw-l .a2{
	width:36%;
	position:absolute;
	bottom:4.0rem;
	left:4.0rem;
	z-index:2;
}
.kxyw-l .a2 .pic{
	overflow:hidden;
	display:flex;
}
.kxyw-l .a2 .pic img{
	max-width:2.25rem;
	height:auto;
}
.kxyw-l .a2 dl dt{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.kxyw-l .a2 dl dd{
	margin-top:1.75rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.kxyw-r{
	width:49.5%;
}
.kxyw-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kxyw-r ul li{
	/*width:49%;*/
	width:100%;
	background: #E3E9EC;
	margin-top:1.0rem;
	overflow:hidden;
	position:relative;
}

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

.kxyw-r ul li .pic{
	overflow:hidden;
	position:absolute;
	left:2.5rem;
	top:3.75rem;
	z-index:2;
}
.kxyw-r ul li .pic img{
	max-width:2.25rem;
}
.kxyw-r ul li dl{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	padding:3.7rem 2.5rem;
}
.kxyw-r ul li dl dt{
	margin-top:8.6rem;
	color: var(--0063-c-1, #0063C1);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.625rem; /* 175% */
}
.kxyw-r ul li dl dd{
	margin-top:0.75rem;
	color: var(--3-a-5-f-94, #3A5F94);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.kxyw-r ul li:hover{
	background: var(--0063-c-1, #0063C1);
}
.kxyw-r ul li:hover dl dt{
	color:#FFF;
}
.kxyw-r ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}

.kxyw-r ul li.cur{
	background: var(--0063-c-1, #0063C1);
}
.kxyw-r ul li.cur dl dt{
	color:#FFF;
}
.kxyw-r ul li.cur dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.kxyw-r ul li.cur .pic01{
	display:none;
}
.kxyw-r ul li.cur .pic02{
	display:inline-block;
}

.kxyw-r ul li .pic01{
	display:inline-block;
}
.kxyw-r ul li .pic02{
	display: none;
}
.kxyw-r ul li:hover .pic01{
	display:none;
}
.kxyw-r ul li:hover .pic02{
	display:inline-block;
}
.kxyw-r ul li .sm{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-top:9.0rem;
}
.kxyw-r ul li .sm a{
	display:flex;
	align-items: center;
	color: var(--3-a-5-f-94, #3A5F94);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.kxyw-r ul li .sm a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:1.0rem;
	background-image:url(../img/ArrowUp2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.kxyw-r ul li .sm img{
	max-width:2.31rem;
}
.kxyw-r ul li:first-child{
	width:100%;
	margin-top:0px;
}
.kxyw-r ul li:first-child dl dt{
	/*margin-top:0px;*/
}
.kxyw-r ul li:hover .sm a{
	color:#FFF;
}
.kxyw-r ul li:hover .sm a::after{
	background-image:url(../img/ArrowUp.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.busare{
	width:100%;
	float:left;
	height:62.5rem;
	position:relative;
}
.busare .wenz{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:99;
	color: var(---white, #FFF);
	text-align: center;
	font-family:zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 700;
	line-height: 80%;
	text-transform: uppercase;
}
.busare .pic{
	width:100%;
	height:100%;
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.busare .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
.busare .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.busare .tex ul li{
	width:25%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	height:100%;
	padding:0 3.56rem;
	padding-top:8.75rem;
	text-align:center;
	transition: all 0.6s;
}
.busare .tex ul li .xpic{
	overflow:hidden;
}
.busare .tex ul li .xpic img{
	max-height:5.5rem;
}
.busare .tex ul li dl dt{
	margin-top:1.88rem;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.busare .tex ul li dl dd{
	margin-top:3.75rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	opacity:0;
	    text-align: left;
	transition: all 0.6s;
}
.busare .tex ul li .more{
	display:flex;
	justify-content:center;
	opacity:0;
	transition: all 0.6s;
	margin-top:3.75rem;
}
.busare .tex ul li .more a{
	display: flex;
	padding: 1.12rem 1.5rem 1.12rem 2.5rem;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 1.875rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.busare .tex ul li .more a::after{
	width: 0.75rem;
	height: 1.5rem;
	margin-left:1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.busare .tex ul li:hover dl dd{
	opacity:1;
}
.busare .tex ul li:hover .more{
	opacity:1;
}
.busare .tex ul li .pic01{
	display:inline-block;
}
.busare .tex ul li .pic02{
	display: none;
}
.busare .tex ul li:hover .pic01{
	display:none;
}
.busare .tex ul li:hover .pic02{
	display: inline-block;
}
.busare .tex ul li:hover{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.busare .tex ul li.cur .pic01{
	display:none;
}
.busare .tex ul li.cur .pic02{
	display: inline-block;
}
.busare .tex ul li.cur{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}

.zycp{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.75rem;
}
.zycp-l{
	width:49.5%;
	padding:4.5rem;
	background: var(---white, #FFF);
	color: var(--3-a-5-f-94, #3A5F94);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zycp-l h1{
	display:flex;
	justify-content: space-between;
	align-items: center;
	color: var(--0063-c-1, #0063C1);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem; /* 133.333% */
	margin-bottom:1.25rem;
}
.zycp-l h1 img{
	max-height:2.5rem;
}
.zycp-l ul{
	margin-top:1.25rem;
	display: flex;
	flex-wrap: wrap;
}
.zycp-l ul li{
	width:calc(34.33% - 2.31rem);
	margin-right:2.31rem;
	margin-top:1.25rem;
	overflow:hidden;
	/* 扩展投影 */
	box-shadow: 0 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.zycp-l ul li img{
	width:100%;
	height:auto;
	display: block;
}
.zycp-l ul li:nth-child(3n){
	margin-right:0px;
}

.zycp-r{
	width:49.5%;
	padding:4.5rem;
	background: var(--0063-c-1, #0063C1);
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zycp-r h2{
	color: #F6F7FF;
	font-family:zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem; /* 133.333% */
	margin-bottom:1.25rem;
}
.zycp-r ul{
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zycp-r ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-top:3.25rem;
}
.zycp-r ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:95%;
}
.zycp-r ul li a::after{
	/*width: 1.25rem;
	height: 1.25rem;
	min-width:1.25rem;
	background-image: url(../img/ArrowUp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;*/
}
.zycp-r ul li dl dt{
	color: #F6F7FF;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.625rem; /* 175% */
}
.zycp-r ul li dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
}
.zycp-r ul li::before{
	content: "\2022";
	display:inline-block;
	margin-top:0.3rem;
	font-size:1.75rem;
	color:#FFF;
}
.zycp-r .more{
	display:flex;
	margin-top:3.12rem;
	border-top: 1.5px solid rgba(255, 255, 255, 0.20);
	padding-top:3.0rem;
}
.zycp-r .more a{
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.zycp-r .more a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/ArrowUp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.incp{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.incp ul{
	display: flex;
	flex-wrap: wrap;
}
.incp ul li{
	width:calc(25.25% - 1.0rem);
	margin-right:1.0rem;
	background: var(---white, #FFF);
	padding-bottom:1.88rem;
	transition: all 0.6s;
	margin-bottom: 1.88rem;
}
.incp ul li:nth-child(4n){
	margin-right:0px;
}
.incp ul li .pic{
	padding:1.25rem;
	border-bottom: 1px solid var(--bg, #F1F4F6);
	background: var(---white, #FFF);
	overflow:hidden;
}
.incp ul li .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.incp ul li:hover .pic img{
	transform: scale(1.05);
}
.incp ul li .tex{
	padding:0.62rem 1.88rem;
	margin-top:1.56rem;
}
.incp ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.incp ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.incp ul li:hover{
	border: 2px solid var(--0063-c-1, #0063C1);
	background: var(--0063-c-1, #0063C1);
}
.incp ul li:hover .tex dl dt{
	color: var(---white, #FFF);
}
.incp ul li:hover .tex dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.intz{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.intz ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intz ul li{
	width:25%;
	border-right:1px solid #FFF;
	background: var(--bg, #F1F4F6);
	padding:1.25rem;
	text-align:center;
	transition: all 0.6s;
}
.intz ul li .pic{
	overflow:hidden;
}
.intz ul li .pic img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.intz ul li:hover .pic img{
	transform: scale(1.05);
}
.intz ul li dl dt{
	margin-top:3.31rem;
}
.intz ul li dl dt img{
	max-height:2.75rem;
}
.intz ul li dl dd{
	margin-top:1.31rem;
	color: var(---333, #333);
	font-family:zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intz ul li .more{
	margin-top:0.37rem;
	margin-bottom:1.56rem;
	display: flex;
	justify-content: center;
}
.intz ul li .more a{
	display: flex;
	align-items: center;
	color: var(---999, #999);
	font-family:zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intz ul li .more a::after{
	margin-left:0.25rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.intz ul li:hover{
	background: var(--0063-c-1, #0063C1);
}
.intz ul li:hover dl dd{
	color: var(---white, #FFF);
}
.intz ul li:hover .more a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.intz ul li .pic01{
	display:inline-block;
}
.intz ul li .pic02{
	display: none;
}
.intz ul li:hover .pic01{
	display:none;
}
.intz ul li:hover .pic02{
	display:inline-block;
}
.inlx{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.inlx ul{
	display: flex;
	justify-content: center;
}
.inlx ul li{
	width:auto;
	display:flex;
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.inlx ul li a{
	padding: 1.5rem 3.75rem;
	border: 1.5px solid var(--0063-c-1, #0063C1);
	color: var(--0063-c-1, #0063C1);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.03281rem;
}
.inlx ul li a:hover{
	background: var(--0063-c-1, #0063C1);
	color: #F6F7FF;
}
.inlx ul li a.cur{
	background: var(--0063-c-1, #0063C1);
	color: #F6F7FF;
}
.foot{
	width:100%;
	float:left;
	background: var(--00478-b, #00478B) url(../img/fotbj2.png) no-repeat center;
	background-size:cover;
	margin-top:10rem;
	padding-top:7.5rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .dblogo{
	width:13.4%;
	overflow:hidden;
	display:flex;
}
.foot01 .dblogo img{
	max-width:100%;
}
.foot01 .a01{
	width:auto;
}
.foot01 .a01 ul{
	display: flex;
	flex-wrap: wrap;
}
.foot01 .a01 ul li{
	width: auto;
	margin-left:2.0rem;
	position:relative;
	display:flex;
}
.foot01 .a01 ul li img{
	max-height:2.75rem;
}
.foot01 .a01 ul li .xl{
	width:7.0rem;
	position:absolute;
	left:-2.2rem;
	top:2.75rem;
	z-index:4;
	opacity:0;
	visibility:hidden;
}
.foot01 .a01 ul li:hover .xl{
	opacity:1;
	visibility:visible;
}
.foot01 .a01 ul li .xl img{
	max-width:100%;
	height:auto;
	max-height:inherit;
}
.foot02{
	width:100%;
	float:left;
	margin-top:4.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02-l{
	width:52.6%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02-l dl dt{
	padding-bottom:0.82rem;
	color: var(---white, #FFF);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.foot02-l dl dd{
	margin-top:1.06rem;
	color: var(---white, #FFF);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02-l dl dd a{
	color: var(---white, #FFF);
}
.foot02-r{
	width:7%;
}
.foot02-r dl dt{
	overflow:hidden;
	text-align: center;
	border-radius: 0.5rem;
	display: flex;
	justify-content: center;
}
.foot02-r dl dt img{
	width:100%;
}
.foot02-r dl dd{
	margin-top:0.62rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot03{
	width:100%;
	float:left;
	margin-top:4.31rem;
	border-top:1px solid var(--10, rgba(255, 255, 255, 0.10));
	padding:1.88rem 8.33vw;
	color: var(--60, rgba(255, 255, 255, 0.60));
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fh{
	width:3.75rem;
	position:fixed;
	right:2.5rem;
	bottom:10rem;
	z-index:99;
}
.fh a{
	display:flex;
}
.fh img{
	max-width:100%;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem; /* 100% */
	letter-spacing: -0.15rem;
}
.nab{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .tex{
	width:43.2%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.nab .tex dl dt{
	color: #2B3437;
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nab .tex dl dd{
	margin-top:1.25rem;
	color: var(--0063-c-1, #0063C1);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:2.5rem;
}
.nab .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.nab .pic img{
    width: 100%;
    height: 100%;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab .pic:hover img{
	transform: scale(1.05);
}
.qywh{
	width:100%;
	float: left;
	margin-top:10rem;
	background-image:url(../img/nab01.png);
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
	height:62.5rem;
	padding-top:13rem;
}
.qywh01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh01-l{
	width:28.3%;
}
.qywh01-l dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.qywh01-l dl dd{
	margin-top:2.5rem;
	color: #FFF;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.57813rem; /* 171.875% */
}

.qywh01-r{
	width:50%;
}
.qywh01-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh01-r ul li{
	width:48.74%;
	background: rgba(255, 255, 255, 0.10);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:2.0rem;
	color: rgba(255, 255, 255, 0.40);
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25rem; /* 142.857% */
	border:1px solid rgba(255, 255, 255, 0.30);
	margin-top:1.25rem;
}
.qywh01-r ul li dl dt{
	margin-top:1.0rem;
	color: #FFF;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem; /* 140% */
}
.qywh01-r ul li dl dd{
	margin-top:0.93rem;
	color: rgba(255, 255, 255, 0.70);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42188rem; /* 162.5% */
}
.qywh01-r ul li:first-child{
	margin-top:0px;
}
.qywh01-r ul li:nth-child(2){
	margin-top:0px;
}
.abtit{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abtit .a1{
	width:auto;
	max-width:50%;
	color: #2B3437;
	font-family:zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.abtit .a2{
	width:50%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}

.infz{
	width:100%;
	float:left;
	margin-top:3.75rem;
	padding-left:8.33vw;
}
.infw01{
	width:100%;
	overflow:hidden;
	display: flex;
	align-items: center;
}
.infw01::before{
	width:1px;
	height:18.8rem;
	content:'';
	display:inline-block;
	background-image:url(../img/sx.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:3.75rem;
}
.infw01 dl dt{
	color: #2B3437;
	font-family: zt4;
	font-size: 6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.infw01 dl dd{
	margin-top:1.81rem;
	color: #5F5F5F;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.infw01:hover dl dt{
	color: var(--0063-c-1, #0063C1);
}

.honr{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.honr-l{
	width:45%;
	height:38.8rem;
	overflow-y:scroll;
	padding-right:0.75rem;
}
.honr-l::-webkit-scrollbar{
	width: 10px;
}
        
.honr-l::-webkit-scrollbar-track{
	background: #fff;
	border-radius: 10px;
}
        
.honr-l::-webkit-scrollbar-thumb{
	background: var(--0063-c-1, #0063C1);
	border-radius: 10px;
	border: 2px solid #fff;
}
        
.honr-l::-webkit-scrollbar-thumb:hover{
	background: var(--0063-c-1, #0063C1);
}
        

.honr-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.honr-l ul li{
	width:100%;
	height:5.0rem;
	padding-left:2.5rem;
	border-radius: 0.125rem;
	border-left: 4px solid var(---white, #FFF);
	background: var(---white, #FFF);
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:0.62rem;
	transition: all 0.6s;
}
.honr-l ul li a{
	display:flex;
	align-items: center;
	width:100%;
}
.honr-l ul li:first-child{
	margin-top:0px;
}
.honr-l ul li i{
	margin-right:3.12rem;
	color: var(--0063-c-1, #0063C1);
	min-width:4.0rem;
	
}

.honr-l ul li:hover{
	border-left: 4px solid var(--0063-c-1, #0063C1);
}
.honr-r{
	width:50%;
	overflow:hidden;
	position:relative;
}
.honr-r img{
    width: 100%;
    height: 100%;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.honr-r:hover img{
	transform: scale(1.05);
}

.npro{
	width:49.5%;
	position:relative;
	overflow:hidden;
}
.npro img{
    width: 100%;
    height: 100%;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.npro:hover img{
	transform: scale(1.05);
}
.npro .tex{
	width:40%;
	position:absolute;
	left:2.5rem;
	top:2.5rem;
	z-index:2;
	color: var(--3-a-5-f-94, #3A5F94);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}
.npro .tex dl dt{
	margin-top:0.5rem;
	color: var(--0063-c-1, #0063C1);
	font-family: zt2;
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.75rem; /* 100% */
}
.npro .tex dl dd{
	margin-top:1.0rem;
	color: var(--3-a-5-f-94, #3A5F94);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.xcl{
	width:100%;
	float:left;
	margin-top:10rem;
	background: var(--0063-c-1, #0063C1);
	padding:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xcl-l{
	width:23%;
}
.xcl-l .pic{
	overflow:hidden;
}
.xcl-l .pic img{
	max-height:2.56rem;
}
.xcl-l dl dt{
	margin-top:1.62rem;
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem; /* 100% */
	letter-spacing: -0.04688rem;
}
.xcl-l dl dd{
	margin-top:1.5rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.625rem; /* 162.5% */
}

.xcl-r{
	width:72%;
}
.xcl-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xcl-r ul li{
	width:32%;
	padding: 2rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
}
.xcl-r ul li dl dt{
	padding-bottom:0.25rem;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 140% */
}
.xcl-r ul li dl dd{
	margin-top:0.75rem;
	padding-bottom:0.5rem;
	border-bottom: 1px solid rgba(171, 179, 183, 0.20);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}
.xcl-r ul li .more{
	display:flex;
	margin-top:2.0rem;
}
.xcl-r ul li .more a{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}
.xcl-r ul li .more a::after{
	width: 0.58rem;
	height: 0.58rem;
	margin-left:0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/ArrowUp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.jsgg{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.jsgg ul{
	display: flex;
	flex-wrap: wrap;
}
.jsgg ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	background: var(--bg, #F1F4F6);
	padding: 6.25rem 4.56rem;
	text-align:center;
}
.jsgg ul li:nth-child(3n){
	margin-right:0px;
}
.jsgg ul li .pic{
	overflow:hidden;
}
.jsgg ul li .pic img{
	max-width:6.25rem;
}
.jsgg ul li dl dt{
	margin-top:3.75rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.jsgg ul li dl dd{
	margin-top:2.0rem;
	color: #586064;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
}

.js01{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.js01-l{
	width:36.5%;
	color: #5F5F5F;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	margin-top:4.6rem;
}
.js01-l h1{
	margin-bottom:2.0rem;
	color: #2B3437;
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.05625rem;
}
.js01-l ul{
	margin-top:2.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.js01-l ul li{
	width:100%;
	margin-top:2.5rem;
	display: flex;
	align-items: center;
}
.js01-l ul li img{
	width:2.5rem;
	min-width:2.5rem;
	margin-right:1.0rem;
}
.js01-l ul li dl dt{
	color: #2B3437;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.js01-l ul li dl dd{
	margin-top:0.25rem;
	color: #5F5F5F;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}
.js01-r{
	width:56.7%;
}
.js01-r .a1{
	width:48.7%;
	float:left;
	overflow:hidden;
}
.js01-r .a1 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.js01-r .a1:hover img{
	transform: scale(1.05);
}
.js01-r .a2{
	width:49%;
	float:right;
	margin-top:3.0rem;
}
.js01-r .a2 .pic{
	overflow:hidden;
}
.js01-r .a2 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.js01-r .a2 .pic:hover img{
	transform: scale(1.05);
}
.js01-r .a2 .tex{
	margin-top:1.5rem;
	background: var(--0063-c-1, #0063C1);
	padding: 2rem;
	color: rgba(246, 247, 255, 0.70);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42188rem; /* 162.5% */
}
.js01-r .a2 .tex dl dt{
	color: #F6F7FF;
	font-family:zt2;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem; /* 120% */
}
.js01-r .a2 .tex dl dd{
	margin-top:0.5rem;
	color: #F6F7FF;
	font-family: Inter;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.0875rem;
	text-transform: uppercase;
	margin-bottom:0.93rem;
}

.jswrap{
	width:100%;
	float:left;
	padding:10rem 0;
	margin-top:10rem;
	background: var(--0063-c-1, #0063C1);
}
.jstit{
	width:100%;
	float:left;
}
.jstit dl dt{
	color: #FFF;
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem; /* 100% */
	letter-spacing: -0.075rem;
}
.jstit dl dd{
	margin-top:1.5rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 175% */
	display:flex;
}
.jstit dl dd div{
	width:47%;
}

.jssl{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.swiper{
	width: 100%;
	float:left;
}
.swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}

.jstx{
	width:100%;
	height: 30rem;
	padding:3.75rem 2.5rem;
	border-radius: 0.125rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	transition: all 0.6s;
	border: 2px solid var(--0, rgba(255, 255, 255, 0));
}
.jstx:hover{
	border: 2px solid var(--30, rgba(255, 255, 255, 0.30));
}
.jstx .pic{
	overflow:hidden;
}
.jstx .pic img{
	max-height:5.0rem;
}
.jstx dl dt{
	margin-top:6.72rem;
	color: #FFF;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem; /* 160% */
}
.jstx dl dd{
	margin-top:2.38rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42188rem; /* 162.5% */
}

.js02{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.js02-l{
	width:47.5%;
	position:relative;
}
.js02-l img{
	width:100%;
	height:auto;
	display:block;
}
.js02-l .tex{
	width:20rem;
	padding:2.5rem;
	position:absolute;
	right:-2.5rem;
	bottom:-2.5rem;
	z-index:2;
	background: var(--0063-c-1, #0063C1);
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42188rem; /* 162.5% */
}
.js02-l .tex h1{
	color: #FFF;
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.5rem; /* 111.111% */
	margin-bottom:0.43rem;
}
.js02-r{
	width:44.7%;
	color: #5F5F5F;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.82813rem; /* 162.5% */
	margin-top:3.0rem;
}
.js02-r h2{
	margin-bottom:2.0rem;
	color: #2B3437;
	font-family:zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.5rem; /* 83.333% */
	letter-spacing: -0.05625rem;
}
.js02-r ul{
	margin-top:4.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.js02-r ul li{
	width:49.4%;
	padding:3.22rem 1.5rem;
	background: #F1F4F6;
}
.js02-r ul li .pic{
	overflow:hidden;
}
.js02-r ul li .pic img{
	max-height:1.2rem;
}
.js02-r ul li dl dt{
	margin-top:1.0rem;
	color: #2B3437;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5rem; /* 150% */
}
.js02-r ul li dl dd{
	margin-top:0.5rem;
	color: #5F5F5F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.21875rem; /* 162.5% */
}

.js03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.js03-l{
	width:49.24%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.js03-l h3{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem; /* 100% */
	letter-spacing: -0.075rem;
	margin-bottom:2.0rem;
}
.js03-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:4.0rem;
}
.js03-l ul li{
	width:32.49%;
	padding: 2.56rem 0;
	text-align:center;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: var(---white, #FFF);
	backdrop-filter: blur(4px);
}
.js03-l ul li dl dt{
	color: var(--0063-c-1, #0063C1);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem; /* 100% */
}
.js03-l ul li dl dd{
	margin-top:0.25rem;
	color: var(--0063-c-1, #0063C1);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 133.333% */
	letter-spacing: 0.075rem;
	text-transform: uppercase;
}

.js03-r{
	width:42%;
	position:relative;
	overflow:hidden;
}
.js03-r img{
    width: 100%;
    height: 100%;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.js03-r:hover img{
	transform: scale(1.05);
}
.js03-r .tex{
	width:60%;
	position:absolute;
	left:20%;
	bottom:4.25rem;
	z-index:1;
	text-align:center;
}
.js03-r .tex dl dt{
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem; /* 133.333% */
}
.js03-r .tex dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}

.lxtit{
	width:100%;
	float: left;
	margin-top:10rem;
	color: #5F5F5F;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.82813rem; /* 162.5% */
}
.lxtit h1{
	margin-bottom:1.5rem;
	color: #2B3437;
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.1875rem;
}
.lx01{
	width:100%;
	float: left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:57.5%;
	padding: 1rem;
	border-radius: 0.125rem;
	border: 1px solid var(--0063-c-1, #0063C1);
	background: #FFF;
}
.lx01-l h2{
	color: #2B3437;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem; /* 133.333% */
}
.lx01-l iframe {
  height: 600px;
  display: flex;
  justify-content: center;
}
.lx01-l ul{
	margin-top:0.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l ul li{
	width:48.6%;
	margin-top:1.5rem;
}
.lx01-l ul li.w100{
	width:100%;
}
.lx01-l ul li dl dt{
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 133.333% */
}
.lx01-l ul li dl dd{
	margin-top:0.5rem;
}
.lxbk{
	width:100%;
	padding:1.0rem;
	border-radius: 0.125rem;
	background: #F1F4F6;
	border:0px;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lxanniu{
	width:100%;
	padding: 1rem 0;
	border-radius: 0.125rem;
	background: var(--0063-c-1, #0063C1);
	text-align:center;
	color: #FFF;
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.0875rem;
	border:0px;
	cursor:pointer;
}

.lx01-r{
	width:40.5%;
}
.lx01-r .a01{
	width:100%;
	display: flex;
	padding: 2rem 2rem 4.15625rem 2rem;
	justify-content: space-between;
	align-items: center;
	border-radius: 0.125rem;
	background: var(--0063-c-1, #0063C1);
}
.lx01-r .a01 .add{
	width:31.2%;
	color: rgba(246, 247, 255, 0.80);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42188rem; /* 162.5% */
}
.lx01-r .a01 .add dl dt{
	overflow:hidden;
}
.lx01-r .a01 .add dl dt img{
	max-width:1.0rem;
}
.lx01-r .a01 .add dl dd{
	margin-top:1.13rem;
	color: #F6F7FF;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem; /* 140% */
	margin-bottom:0.43rem;
}
.lx01-r .a01 .yjdh{
	display: flex;
	padding: 1rem 3rem;
	align-items: center;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	text-align: justify;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.lx01-r .a01 .yjdh::before{
	width: 1.5625rem;
	height: 1.5625rem;
	margin-right:1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/lx02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.lx01-r .a02{
	width:100%;
	margin-top:0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-r .a02 div{
	width:100%;
	border-radius: 0.125rem;
	border-top: 4px solid var(--0063-c-1, #0063C1);
	background: var(--bg, #F1F4F6);
	padding: 2rem;
	margin-top:1.25rem;
	
}
.lx01-r .a02 div h3{
	display: flex;
	align-items: center;
	color: #2B3437;
	font-family: zt2;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem; /* 155.556% */
	padding-bottom:0.25rem;
}
.lx01-r .a02 div h3 img{
	max-width:1.5rem;
	margin-right:0.75rem;
}
.lx01-r .a02 div dl{
	width:100%;
	display: flex;
	align-items: center;
	margin-top:8px;
}
.lx01-r .a02 div dl dt{
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 125% */
	text-transform: uppercase;
	margin-right:1.5rem;
}
.lx01-r .a02 div dl dd{
	color: #2B3437;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.lx01-r .a02 div dl dd i{
	color: var(--0063-c-1, #0063C1);
}

.lx01-r .a03{
	width:100%;
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 0.125rem;
	border-top: 4px solid var(--0063-c-1, #0063C1);
	background: var(--bg, #F1F4F6);
	padding: 2rem;
}
.lx01-r .a03 dl{
	width:100%;
}
.lx01-r .a03 dl dt{
	color: #2B3437;
	font-family: zt2;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem; /* 155.556% */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lx01-r .a03 dl dt img{
	max-height:1.0rem;
}
.lx01-r .a03 dl dd{
	margin-top:0.25rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 114.286% */
}
.lx01-r .a03 .more{
	display:flex;
	margin-top:1.47rem;
}
.lx01-r .a03 .more a{
	color: var(--0063-c-1, #0063C1);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-r .a03 .more a::after{
	width: 0.58rem;
	height: 0.58rem;
	content:'';
	display:inline-block;
	margin-left:0.5rem;
	background-image:url(../img/ArrowUp2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

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











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

}


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




	
}

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






	
}

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


















	
}





@media (max-width:999px) {


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

.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color:var(--10, rgba(255, 255, 255, 1));
	/* 0.4背景模糊 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:5rem; 
	height:5rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:4rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:990;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 1.5rem; 
	height: 1.5rem; 
	background:url(../img/close.png) no-repeat center; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.zym{
	width:5.0rem;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
	
	background-color:var(--035-fae, #175DAA);
	color:#FFF;
	line-height:3.0rem;
}

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

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


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


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

.inwrap{
	background: var(--bg2, #F1F4F6);
	padding:4rem 0;
	width: 100%;
	float:left;
}
.container{
	width: 100%;
	float:left;
	padding:0px 3%;
}
.innum{
	width:100%;
	float:left;
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:33.2%;
	background: #E3E9EC;
	padding: 1.15rem 0.7rem;
	color: var(--0063-c-1, #0063C1);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0rem;
	transition: all 0.6s;
}
.innum ul li dl dt{
	    margin-top: 1.5rem;
    color: var(--0063-c-1, #0063C1);
    font-family: zt2;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4rem;
    text-align: center;
}
.innum ul li dl dt i{
	font-size: 0.875rem;
	line-height: 2rem; /* 133.333% */
	text-transform: uppercase;
}
.innum ul li dl dd{
	margin-top:1.0rem;
	color: #375C91;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}
.innum ul li:hover{
	background: var(--0063-c-1, #0063C1);
	color: var(---white, #FFF);
}
.innum ul li:hover dl dt{
	color:#FFF;
}
.innum ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.intit{
	width:100%;
	float:left;
	margin-top:4rem;
}
.intit dl dt{
	color: #2B3437;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit dl dt.f2{
	font-size: 1.25rem;
}
.intit dl dd{
	color: #5F5F5F;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.0rem;
}
.intit.a1{
	text-align:center;
}
.kxyw{
	width:100%;
	float:left;
	margin-top:0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kxyw-l{
	width:100%;
	position:relative;
	overflow:hidden;
}
.kxyw-l img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.kxyw-l:hover img{
	transform: scale(1.05);
}
.kxyw-l .a1{
	width: auto;
	position:absolute;
	left:2.0rem;
	top:1.5rem;
	z-index:1;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.25rem; /* 225% */
}
.kxyw-l .a2{
	width:46%;
	position:absolute;
	bottom:2.0rem;
	left:2.0rem;
	z-index:2;
}
.kxyw-l .a2 .pic{
	overflow:hidden;
	display:flex;
}
.kxyw-l .a2 .pic img{
	max-width:1.25rem;
	height:auto;
}
.kxyw-l .a2 dl dt{
	margin-top:1.5rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.kxyw-l .a2 dl dd{
	margin-top:1.0rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.kxyw-r{
	width:100%;
}
.kxyw-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.kxyw-r ul li{
	width:100%;
	background: #E3E9EC;
	margin-top:1.0rem;
	transition: all 0.6s;
	position:relative;
}

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


.kxyw-r ul li .pic{
	overflow:hidden;
	position:absolute;
	left:1.5rem;
	top:1.5rem;
	z-index:2;
}
.kxyw-r ul li .pic img{
	max-width:2.0rem;
}
.kxyw-r ul li dl{
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	width:100%;
	padding:1.5rem;
}
.kxyw-r ul li dl dt{
	color: var(--0063-c-1, #0063C1);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 175% */
}
.kxyw-r ul li dl dd{
	margin-top:0.75rem;
	color: var(--3-a-5-f-94, #3A5F94);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.kxyw-r ul li:hover{
	background: var(--0063-c-1, #0063C1);
}
.kxyw-r ul li:hover dl dt{
	color:#FFF;
}
.kxyw-r ul li:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.kxyw-r ul li .pic01{
	display:inline-block;
}
.kxyw-r ul li .pic02{
	display: none;
}
.kxyw-r ul li:hover .pic01{
	display:none;
}
.kxyw-r ul li:hover .pic02{
	display:inline-block;
}


.kxyw-r ul li.cur{
	background: var(--0063-c-1, #0063C1);
}
.kxyw-r ul li.cur dl dt{
	color:#FFF;
}
.kxyw-r ul li.cur dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.kxyw-r ul li.cur .pic01{
	display:none;
}
.kxyw-r ul li.cur .pic02{
	display:inline-block;
}


.kxyw-r ul li .sm{
	display:flex;
	justify-content: space-between;
	align-items: center;
	margin-top:4.0rem;
}
.kxyw-r ul li .sm a{
	display:flex;
	align-items: center;
	color: var(--3-a-5-f-94, #3A5F94);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.kxyw-r ul li .sm a::after{
	width: 1.0rem;
	height: 1.0rem;
	margin-left:1.0rem;
	background-image:url(../img/ArrowUp2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.kxyw-r ul li .sm img{
	max-width:2.0rem;
}
.kxyw-r ul li:first-child{
	width:100%;
}
.kxyw-r ul li:first-child dl dt{
	/*margin-top:0px;*/
}
.kxyw-r ul li:hover .sm a{
	color:#FFF;
}
.kxyw-r ul li:hover .sm a::after{
	background-image:url(../img/ArrowUp.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.busare{
	width:100%;
	float:left;
	height:42.5rem;
	position:relative;
}
.busare .wenz{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:99;
	color: var(---white, #FFF);
	text-align: center;
	font-family:zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 80%;
	text-transform: uppercase;
}
.busare .pic{
	width:100%;
	height:100%;
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.busare .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:9;
}
.busare .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.busare .tex ul li{
	width:50%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	height:50%;
	padding:0 2.5rem;
	padding-top:2.75rem;
	text-align:center;
	transition: all 0.6s;
}
.busare .tex ul li .xpic{
	overflow:hidden;
}
.busare .tex ul li .xpic img{
	max-height:3.5rem;
}
.busare .tex ul li dl dt{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.busare .tex ul li dl dd{
	margin-top:1.75rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	opacity:0;
	transition: all 0.6s;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	    text-align: left;
}
.busare .tex ul li .more{
	display:flex;
	justify-content:center;
	opacity:0;
	transition: all 0.6s;
	margin-top:1.75rem;
}
.busare .tex ul li .more a{
	display: flex;
	padding: 0.5rem 1.0rem 0.5rem 1.5rem;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 1.875rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.busare .tex ul li .more a::after{
	width: 0.75rem;
	height: 1.5rem;
	margin-left:1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.busare .tex ul li:hover dl dd{
	opacity:1;
}
.busare .tex ul li:hover .more{
	opacity:1;
}
.busare .tex ul li .pic01{
	display:inline-block;
}
.busare .tex ul li .pic02{
	display: none;
}
.busare .tex ul li:hover .pic01{
	display:none;
}
.busare .tex ul li:hover .pic02{
	display: inline-block;
}
.busare .tex ul li:hover{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.busare .tex ul li.cur .pic01{
	display:none;
}
.busare .tex ul li.cur .pic02{
	display: inline-block;
}
.busare .tex ul li.cur{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}

.zycp{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.75rem;
}
.zycp-l{
	width:100%;
	padding:1.15rem;
	background: var(---white, #FFF);
	color: var(--3-a-5-f-94, #3A5F94);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.zycp-l h1{
	display:flex;
	justify-content: space-between;
	align-items: center;
	color: var(--0063-c-1, #0063C1);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem; /* 133.333% */
	margin-bottom:1.25rem;
}
.zycp-l h1 img{
	max-height:1.5rem;
}
.zycp-l ul{
	margin-top:1.25rem;
	display: flex;
	flex-wrap: wrap;
}
.zycp-l ul li{
	width:32%;
	margin-right:2%;
	margin-top:1.25rem;
	overflow:hidden;
	/* 扩展投影 */
	box-shadow: 0 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.zycp-l ul li img{
	width:100%;
	height:auto;
	display: block;
}
.zycp-l ul li:nth-child(3n){
	margin-right:0px;
}

.zycp-r{
	width:100%;
	padding:1.15rem;
	background: var(--0063-c-1, #0063C1);
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zycp-r h2{
	color: #F6F7FF;
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem; /* 133.333% */
	margin-bottom:1.0rem;
}
.zycp-r ul{
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zycp-r ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-top:1.25rem;
}
.zycp-r ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width:95%;
}
.zycp-r ul li a::after{
	/*width: 1.0rem;
	height: 1.0rem;
	min-width:1.0rem;
	background-image: url(../img/ArrowUp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;*/
}
.zycp-r ul li dl dt{
	color: #F6F7FF;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 175% */
}
.zycp-r ul li dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
}
.zycp-r ul li::before{
	content: "\2022";
	display:inline-block;
	margin-top:0rem;
	font-size:1.75rem;
	color:#FFF;
}
.zycp-r .more{
	display:flex;
	margin-top:2.12rem;
	border-top: 1.5px solid rgba(255, 255, 255, 0.20);
	padding-top:2.0rem;
}
.zycp-r .more a{
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.zycp-r .more a::after{
	width: 1.0rem;
	height: 1.0rem;
	margin-left:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/ArrowUp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.incp{
	width:100%;
	float:left;
	margin-top:2rem;
}
.incp ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.incp ul li{
	    width: 49%;
    margin-right: 2%;
    background: var(---white, #FFF);
    padding-bottom: 1rem;
    transition: all 0.6s;
    margin-top: 1.25rem;
}
.incp ul li:nth-child(2n){
	margin-right:0px;
}
.incp ul li .pic{
	padding:0;
	border-bottom: 1px solid var(--bg, #F1F4F6);
	background: var(---white, #FFF);
	overflow:hidden;
}
.incp ul li .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.incp ul li:hover .pic img{
	transform: scale(1.05);
}
.incp ul li .tex{
	padding:0.62rem 0.5rem;
	margin-top:1.56rem;
}
.incp ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.incp ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.incp ul li:hover{
	border: 2px solid var(--0063-c-1, #0063C1);
	background: var(--0063-c-1, #0063C1);
}
.incp ul li:hover .tex dl dt{
	color: var(---white, #FFF);
}
.incp ul li:hover .tex dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.intz{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.intz ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intz ul li{
	width:50%;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
	background: var(--bg, #F1F4F6);
	padding:1.0rem;
	text-align:center;
	transition: all 0.6s;
}
.intz ul li .pic{
	overflow:hidden;
}
.intz ul li .pic img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.intz ul li:hover .pic img{
	transform: scale(1.05);
}
.intz ul li dl dt{
	margin-top:2.31rem;
}
.intz ul li dl dt img{
	max-height:2.0rem;
}
.intz ul li dl dd{
	margin-top:1.01rem;
	color: var(---333, #333);
	font-family:zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intz ul li .more{
	margin-top:0.37rem;
	margin-bottom:1.56rem;
	display: flex;
	justify-content: center;
}
.intz ul li .more a{
	display: flex;
	align-items: center;
	color: var(---999, #999);
	font-family:zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intz ul li .more a::after{
	margin-left:0.25rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.intz ul li:hover{
	background: var(--0063-c-1, #0063C1);
}
.intz ul li:hover dl dd{
	color: var(---white, #FFF);
}
.intz ul li:hover .more a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.intz ul li .pic01{
	display:inline-block;
}
.intz ul li .pic02{
	display: none;
}
.intz ul li:hover .pic01{
	display:none;
}
.intz ul li:hover .pic02{
	display:inline-block;
}
.inlx{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.inlx ul{
	display: flex;
	justify-content: center;
}
.inlx ul li{
	width:auto;
	display:flex;
	margin-left:0.21rem;
	margin-right:0.21rem;
}
.inlx ul li a{
	padding: 0.75rem 1.75rem;
	border: 1.5px solid var(--0063-c-1, #0063C1);
	color: var(--0063-c-1, #0063C1);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.03281rem;
}
.inlx ul li a:hover{
	background: var(--0063-c-1, #0063C1);
	color: #F6F7FF;
}
.inlx ul li a.cur{
	background: var(--0063-c-1, #0063C1);
	color: #F6F7FF;
}
.foot{
	width:100%;
	float:left;
	background: var(--00478-b, #00478B) url(../img/fotbj2.png) no-repeat center;
	background-size:cover;
	margin-top:4rem;
	padding-top:3.5rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .dblogo{
	width:33.4%;
	overflow:hidden;
	display:flex;
}
.foot01 .dblogo img{
	max-width:100%;
}
.foot01 .a01{
	width:auto;
}
.foot01 .a01 ul{
	display: flex;
	flex-wrap: wrap;
}
.foot01 .a01 ul li{
	width: auto;
	margin-left:1.0rem;
	position:relative;
	display:flex;
}
.foot01 .a01 ul li img{
	max-height:1.75rem;
}
.foot01 .a01 ul li .xl{
	width:7.0rem;
	position:absolute;
	left:-2.2rem;
	top:2.75rem;
	z-index:4;
	opacity:0;
	visibility:hidden;
}
.foot01 .a01 ul li:hover .xl{
	opacity:1;
	visibility:visible;
}
.foot01 .a01 ul li .xl img{
	max-width:100%;
	height:auto;
	max-height:inherit;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02-l{
	width:52.6%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot02-l dl dt{
	padding-bottom:0.82rem;
	color: var(---white, #FFF);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.foot02-l dl dd{
	margin-top:1.06rem;
	color: var(---white, #FFF);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02-l dl dd a{
	color: var(---white, #FFF);
}
.foot02-r{
	width:100%;
}
.foot02-r dl dt{
	overflow:hidden;
	text-align: center;
	border-radius: 0.5rem;
	display: flex;
	justify-content: center;
}
.foot02-r dl dt img{
	width:40%;
}
.foot02-r dl dd{
	margin-top:0.62rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot03{
	width:100%;
	float:left;
	margin-top:3.31rem;
	border-top:1px solid var(--10, rgba(255, 255, 255, 0.10));
	padding:1.5rem 3%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.fh{
	width:2.75rem;
	position:fixed;
	right:1.0rem;
	bottom:10rem;
	z-index:99;
}
.fh a{
	display:flex;
}
.fh img{
	max-width:100%;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem; /* 100% */
	letter-spacing: -0.15rem;
}
.nab{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .tex{
	width:100%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.nab .tex dl dt{
	color: #2B3437;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nab .tex dl dd{
	margin-top:1.0rem;
	color: var(--0063-c-1, #0063C1);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:1.5rem;
}
.nab .pic{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.nab .pic img{
    width: 100%;
    height: 100%;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab .pic:hover img{
	transform: scale(1.05);
}
.qywh{
	width:100%;
	float: left;
	margin-top:4rem;
	background-image:url(../img/nab01.png);
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat;
	height:39.5rem;
	padding-top:4rem;
}
.qywh01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh01-l{
	width:100%;
}
.qywh01-l dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.qywh01-l dl dd{
	margin-top:1.0rem;
	color: #FFF;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 171.875% */
}

.qywh01-r{
	width:100%;
	margin-top:1.25rem;
}
.qywh01-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh01-r ul li{
	width:48.0%;
	background: rgba(255, 255, 255, 0.10);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:1.5rem;
	color: rgba(255, 255, 255, 0.40);
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25rem; /* 142.857% */
	border:1px solid rgba(255, 255, 255, 0.30);
	margin-top:1.25rem;
}
.qywh01-r ul li dl dt{
	margin-top:1.0rem;
	color: #FFF;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem; /* 140% */
}
.qywh01-r ul li dl dd{
	margin-top:0.93rem;
	color: rgba(255, 255, 255, 0.70);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42188rem; /* 162.5% */
}
.abtit{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abtit .a1{
	width:auto;
	max-width:100%;
	color: #2B3437;
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.abtit .a2{
	width:100%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	margin-top:1.0rem;
}

.infz{
	width:100%;
	float:left;
	margin-top:1.75rem;
	padding-left:3%;
}
.infw01{
	width:100%;
	overflow:hidden;
	display: flex;
	align-items: center;
}
.infw01::before{
	width:1px;
	height:8.8rem;
	content:'';
	display:inline-block;
	background-image:url(../img/sx.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:2.75rem;
}
.infw01 dl dt{
	color: #2B3437;
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.infw01 dl dd{
	margin-top:1.0rem;
	color: #5F5F5F;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.infw01:hover dl dt{
	color: var(--0063-c-1, #0063C1);
}

.honr{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.honr-l{
	width:100%;
	height:28.8rem;
	overflow-y:scroll;
	padding-right:0.75rem;
}
.honr-l::-webkit-scrollbar{
	width: 5px;
}
        
.honr-l::-webkit-scrollbar-track{
	background: #fff;
	border-radius: 10px;
}
        
.honr-l::-webkit-scrollbar-thumb{
	background: var(--0063-c-1, #0063C1);
	border-radius: 10px;
	border: 1px solid #fff;
}
        
.honr-l::-webkit-scrollbar-thumb:hover{
	background: var(--0063-c-1, #0063C1);
}
        

.honr-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.honr-l ul li{
	width:100%;
	height:5.0rem;
	border-radius: 0.125rem;
	border-left: 2px solid var(---white, #FFF);
	background: var(---white, #FFF);
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:0.62rem;
	transition: all 0.6s;
}
.honr-l ul li:first-child{
	margin-top:0px;
}
.honr-l ul li a{
	display:flex;
	align-items: flex-start;
	width:100%;
	padding:0 1.0rem;
}
.honr-l ul li i{
	color: var(--0063-c-1, #0063C1);
	min-width:5rem;
	margin-right:1.0rem;
}
.honr-l ul li:hover{
	border-left: 2px solid var(--0063-c-1, #0063C1);
}
.honr-r{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.honr-r img{
    width: 100%;
    height: 100%;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.honr-r:hover img{
	transform: scale(1.05);
}

.npro{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:2.0rem;
}
.npro img{
    width: 100%;
    height: 100%;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.npro:hover img{
	transform: scale(1.05);
}
.npro .tex{
	width:40%;
	position:absolute;
	left:1.5rem;
	top:1.5rem;
	z-index:2;
	color: var(--3-a-5-f-94, #3A5F94);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}
.npro .tex dl dt{
	margin-top:0.5rem;
	color: var(--0063-c-1, #0063C1);
	font-family: zt2;
	font-size: 2.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3.75rem; /* 100% */
}
.npro .tex dl dd{
	margin-top:1.0rem;
	color: var(--3-a-5-f-94, #3A5F94);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.xcl{
	width:100%;
	float:left;
	margin-top:4rem;
	background: var(--0063-c-1, #0063C1);
	padding:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xcl-l{
	width:100%;
}
.xcl-l .pic{
	overflow:hidden;
}
.xcl-l .pic img{
	max-height:1.56rem;
}
.xcl-l dl dt{
	margin-top:1.62rem;
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem; /* 100% */
	letter-spacing: -0.04688rem;
}
.xcl-l dl dd{
	margin-top:1.0rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 162.5% */
}

.xcl-r{
	margin-top:1.0rem;
	width:100%;
}
.xcl-r ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.xcl-r ul li{
	width:100%;
	padding: 2rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	margin-top:1.0rem;
}
.xcl-r ul li dl dt{
	padding-bottom:0.25rem;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 140% */
}
.xcl-r ul li dl dd{
	margin-top:0.75rem;
	padding-bottom:0.5rem;
	border-bottom: 1px solid rgba(171, 179, 183, 0.20);
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}
.xcl-r ul li .more{
	display:flex;
	margin-top:2.0rem;
}
.xcl-r ul li .more a{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}
.xcl-r ul li .more a::after{
	width: 0.58rem;
	height: 0.58rem;
	margin-left:0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/ArrowUp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.jsgg{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.jsgg ul{
	display: flex;
	flex-wrap: wrap;
}
.jsgg ul li{
	width:32%;
	margin-right:2%;
	background: var(--bg, #F1F4F6);
	padding: 2.25rem 1.0rem;
	text-align:center;
}
.jsgg ul li:nth-child(3n){
	margin-right:0px;
}
.jsgg ul li .pic{
	overflow:hidden;
}
.jsgg ul li .pic img{
	max-width:3.25rem;
}
.jsgg ul li dl dt{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.jsgg ul li dl dd{
	margin-top:1.0rem;
	color: #586064;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
}

.js01{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.js01-l{
	width:100%;
	color: #5F5F5F;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.js01-l h1{

	margin-bottom:1.0rem;
	color: #2B3437;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.05625rem;
}
.js01-l ul{
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.js01-l ul li{
	width:100%;
	margin-top:1.5rem;
	display: flex;
	align-items: center;
}
.js01-l ul li img{
	width:2.5rem;
	min-width:2.5rem;
	margin-right:1.0rem;
}
.js01-l ul li dl dt{
	color: #2B3437;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.js01-l ul li dl dd{
	margin-top:0.25rem;
	color: #5F5F5F;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}
.js01-r{
	width:100%;
	margin-top:2.0rem;
}
.js01-r .a1{
	width:48.7%;
	float:left;
	overflow:hidden;
}
.js01-r .a1 img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.js01-r .a1:hover img{
	transform: scale(1.05);
}
.js01-r .a2{
	width:49%;
	float:right;
	margin-top:2.0rem;
}
.js01-r .a2 .pic{
	overflow:hidden;
}
.js01-r .a2 .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.js01-r .a2 .pic:hover img{
	transform: scale(1.05);
}
.js01-r .a2 .tex{
	margin-top:0.5rem;
	background: var(--0063-c-1, #0063C1);
	padding: 1rem;
	color: rgba(246, 247, 255, 0.70);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42188rem; /* 162.5% */
}
.js01-r .a2 .tex dl dt{
	color: #F6F7FF;
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.25rem; /* 120% */
}
.js01-r .a2 .tex dl dd{
	margin-top:0.5rem;
	color: #F6F7FF;
	font-family: Inter;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.0875rem;
	text-transform: uppercase;
	margin-bottom:0.93rem;
}

.jswrap{
	width:100%;
	float:left;
	padding:4rem 0;
	margin-top:4rem;
	background: var(--0063-c-1, #0063C1);
}
.jstit{
	width:100%;
	float:left;
}
.jstit dl dt{
	color: #FFF;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem; /* 100% */
	letter-spacing: -0.075rem;
}
.jstit dl dd{
	margin-top:1.0rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 175% */
	display:flex;
}
.jstit dl dd div{
	width:60%;
}

.jssl{
	width:100%;
	float:left;
	position:relative;
	margin-top:3.0rem;
}
.swiper{
	width: 100%;
	float:left;
}
.swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}

.jstx{
	width:100%;
	height: 25rem;
	padding:2.75rem 2.5rem;
	border-radius: 0.125rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	transition: all 0.6s;
	border: 2px solid var(--0, rgba(255, 255, 255, 0));
}
.jstx:hover{
	border: 2px solid var(--30, rgba(255, 255, 255, 0.30));
}
.jstx .pic{
	overflow:hidden;
}
.jstx .pic img{
	max-height:3.0rem;
}
.jstx dl dt{
	margin-top:3.72rem;
	color: #FFF;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem; /* 160% */
}
.jstx dl dd{
	margin-top:1.38rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42188rem; /* 162.5% */
}

.js02{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.js02-l{
	width:100%;
	position:relative;
}
.js02-l img{
	width:100%;
	height:auto;
	display:block;
}
.js02-l .tex{
	width:15rem;
	padding:1.5rem;
	position:absolute;
	right:-1.5rem;
	bottom:-1.5rem;
	z-index:2;
	background: var(--0063-c-1, #0063C1);
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42188rem; /* 162.5% */
}
.js02-l .tex h1{
	color: #FFF;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.5rem; /* 111.111% */
	margin-bottom:0.43rem;
}
.js02-r{
	width:100%;
	color: #5F5F5F;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.82813rem; /* 162.5% */
	margin-top:5.0rem;
}
.js02-r h2{
	margin-bottom:1.0rem;
	color: #2B3437;
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2.5rem; /* 83.333% */
	letter-spacing: -0.05625rem;
}
.js02-r ul{
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.js02-r ul li{
	width:49.4%;
	padding:3.22rem 1.5rem;
	background: #F1F4F6;
}
.js02-r ul li .pic{
	overflow:hidden;
}
.js02-r ul li .pic img{
	max-height:1.2rem;
}
.js02-r ul li dl dt{
	margin-top:1.0rem;
	color: #2B3437;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5rem; /* 150% */
}
.js02-r ul li dl dd{
	margin-top:0.5rem;
	color: #5F5F5F;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.21875rem; /* 162.5% */
}

.js03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.js03-l{
	width:100%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.js03-l h3{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem; /* 100% */
	letter-spacing: -0.075rem;
	margin-bottom:1.0rem;
}
.js03-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.js03-l ul li{
	width:32.49%;
	padding: 1.56rem 0;
	text-align:center;
	border: 1px solid rgba(255, 255, 255, 0.20);
	background: var(---white, #FFF);
	backdrop-filter: blur(4px);
}
.js03-l ul li dl dt{
	color: var(--0063-c-1, #0063C1);
	font-family: zt2;
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 3rem; /* 100% */
}
.js03-l ul li dl dd{
	margin-top:0.25rem;
	color: var(--0063-c-1, #0063C1);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 133.333% */
	letter-spacing: 0.075rem;
	text-transform: uppercase;
}

.js03-r{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:2.0rem;
}
.js03-r img{
    width: 100%;
    height: 100%;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.js03-r:hover img{
	transform: scale(1.05);
}
.js03-r .tex{
	width:60%;
	position:absolute;
	left:20%;
	bottom:2.25rem;
	z-index:1;
	text-align:center;
}
.js03-r .tex dl dt{
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem; /* 133.333% */
}
.js03-r .tex dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
}

.lxtit{
	width:100%;
	float: left;
	margin-top:4rem;
	color: #5F5F5F;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.82813rem; /* 162.5% */
}
.lxtit h1{
	margin-bottom:1.0rem;
	color: #2B3437;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.1875rem;
}
.lx01{
	width:100%;
	float: left;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:100%;
	padding: 1rem;
	border-radius: 0.125rem;
	border: 1px solid var(--0063-c-1, #0063C1);
	background: #FFF;
}
.lx01-l iframe {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-map {
    margin: 0 auto;
    width: 100%;
    height: 350px;
}
.lx01-l h2{
	color: #2B3437;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 2rem; /* 133.333% */
}
.lx01-l ul{
	margin-top:0.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l ul li{
	width:48.6%;
	margin-top:1.0rem;
}
.lx01-l ul li.w100{
	width:100%;
}
.lx01-l ul li dl dt{
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 133.333% */
}
.lx01-l ul li dl dd{
	margin-top:0.5rem;
}
.lxbk{
	width:100%;
	padding:1.0rem;
	border-radius: 0.125rem;
	background: #F1F4F6;
	border:0px;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lxanniu{
	width:100%;
	padding: 1rem 0;
	border-radius: 0.125rem;
	background: var(--0063-c-1, #0063C1);
	text-align:center;
	color: #FFF;
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.0875rem;
	border:0px;
	cursor:pointer;
}

.lx01-r{
	width:100%;
	margin-top:1.25rem;
}
.lx01-r .a01{
	width:100%;
	display: flex;
	padding: 2rem 2rem 2.15625rem 1rem;
	justify-content: space-between;
	align-items: center;
	border-radius: 0.125rem;
	background: var(--0063-c-1, #0063C1);
}
.lx01-r .a01 .add{
	width:45%;
	color: rgba(246, 247, 255, 0.80);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42188rem; /* 162.5% */
}
.lx01-r .a01 .add dl dt{
	overflow:hidden;
}
.lx01-r .a01 .add dl dt img{
	max-width:1.0rem;
}
.lx01-r .a01 .add dl dd{
	margin-top:1.13rem;
	color: #F6F7FF;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem; /* 140% */
	margin-bottom:0.43rem;
}
.lx01-r .a01 .yjdh{
	display: flex;
	padding: 0.5rem 2rem;
	align-items: center;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	text-align: justify;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.lx01-r .a01 .yjdh::before{
	width: 1.5rem;
	height: 1.5rem;
	margin-right:0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/lx02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.lx01-r .a02{
	width:100%;
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-r .a02 div{
	width:49.4%;
	border-radius: 0.125rem;
	border-top: 4px solid var(--0063-c-1, #0063C1);
	background: var(--bg, #F1F4F6);
	padding: 1rem;
}
.lx01-r .a02 div h3{
	display: flex;
	align-items: center;
	color: #2B3437;
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem; /* 155.556% */
	padding-bottom:0.25rem;
}
.lx01-r .a02 div h3 img{
	max-width:1.0rem;
	margin-right:0.5rem;
}
.lx01-r .a02 div dl dt{
	margin-top:0.75rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 125% */
	text-transform: uppercase;
}
.lx01-r .a02 div dl dd{
	color: #2B3437;
	font-size:0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.lx01-r .a02 div dl dd i{
	color: var(--0063-c-1, #0063C1);
}

.lx01-r .a03{
	width:100%;
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 0.125rem;
	border-top: 4px solid var(--0063-c-1, #0063C1);
	background: var(--bg, #F1F4F6);
	padding: 2rem;
}
.lx01-r .a03 dl{
	width:100%;
}
.lx01-r .a03 dl dt{
	color: #2B3437;
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.75rem; /* 155.556% */
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lx01-r .a03 dl dt img{
	max-height:1.0rem;
}
.lx01-r .a03 dl dd{
	margin-top:0.25rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1rem; /* 114.286% */
}
.lx01-r .a03 .more{
	display:flex;
	margin-top:1.47rem;
}
.lx01-r .a03 .more a{
	color: var(--0063-c-1, #0063C1);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

}
.lx01-r .a03 .more a::after{
	width: 0.58rem;
	height: 0.58rem;
	content:'';
	display:inline-block;
	margin-left:0.5rem;
	background-image:url(../img/ArrowUp2.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

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











.mart10{
	margin-top:4rem;
}






























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



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







}












































