body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	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 */
	
}

@font-face
{
	font-family: Regular;
	src: url('../font/Regular.ttf'),
	url('../font/Regular.ttf'); /* IE9+,可以是具体的实际链接 */
	
}


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



@media (min-width:1000px) {
	
.header.yanse{
	background-color:#FFF;
	border-bottom:1px solid #E0E0E0;
	top:0;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background: url(../img/topbj.png) no-repeat center;
	background-size:cover;
	width:100%;
	border-bottom: 0px solid rgba(255,255,255,0.1);
}
.header.yanse.yanse01 a{
	color:#FFF;
}
.header.yanse a{
	color:#333;
}


.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.yanse01 .intop:hover{
	background-color:#FFF;
	border-bottom:1px solid #E0E0E0;
}
.header.yanse.yanse01 .intop:hover a{
	color:#333;
}
.header.yanse.yanse01 .intop:hover a:hover{
	color:#333;
}
.header.yanse.yanse01 .intop:hover .pic01{
	display:none;
}
.header.yanse.yanse01 .intop:hover .pic02{
	display:inline-block;
}
.main{
	width: 100%;
	float:left;
	padding:0 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;
	transition: all 0.6s;
}

.logo{
	width:7.3%;
	display: flex;
	align-items: center;
	height:5.0rem;
	max-width:7.3%;
	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;
	display: flex;
	align-items: center;
	height:5.0rem;
	text-align: center;
	margin-left:1.94rem;
	margin-right:1.94rem;
	position:relative;
}
.innav ul li::after{
	width:0;
	height:4px;
	background-color:var(--Color, #0029AF);
	content:'';
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
}
.innav ul li:hover::after{
	width:100%;
}
.header.yanse .innav ul li.cur::after{
	width:100%;
}
.innav ul li:hover a{
	color: var(--Color, #0029AF);
}
.innav ul li a{
	width:100%;
	display: flex;
	align-items: center;	
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.header.yanse .innav ul li.cur a{
	color: var(--Color, #0029AF);
	font-family: zt2;
}

.header .xiala{
	width:100%;
	position:absolute;
	left:0;
	top:5.0rem;
	z-index:9;
	padding:0 8.33vw;
	opacity:0;
	visibility:hidden;
	transition: all 0.0s;
}
.header .xialaa{
	transition: all 0.0s;
}
.header .innav:hover .xiala{
	opacity:1;
	visibility:visible;
}
.header .xiala .xlcon{
	width:100%;
	float:left;
	background-color:#FFF;
	padding:4.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.header .xiala .xlcon dl{
	width:auto;
	margin-left:3.75rem;
	margin-right:3.75rem;
}
.header .xiala .xlcon dl dt{
	padding-bottom:1.62rem;
	color: var(--Color, #0029AF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.header .xiala .xlcon dl dd{
	margin-top:0.62rem;
	color: var(--Color, #0029AF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.header .xiala .xlcon dl dd a{
	color: var(--Color, #0029AF);
}


.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.top-r .zyw{
	width: auto;
	display: flex;
	align-items: center;
	justify-content:center;
	height:5.0rem;
	margin-left:1.25rem;
	position:relative;
}
.top-r .zyw .a01{
	display: flex;
	align-items: center;
	width:2.5rem;
	height:2.5rem;
	border-radius: 50%;
	background: var(--Color-2, #30B9E4);
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	justify-content:center;
}
.top-r .zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.top-r .zyw .xl{
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	background-color:#FFF;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	border-radius:50%;
	line-height:2.5rem;
	text-align:center;
}
.header.yanse.yanse01 .top-r .zyw .xl a{
	color: var(---333, #333);
}
.header.yanse .top-r .zyw .xl a{
	color: var(---333, #333);
}
.top-r .qiu{
	display: flex;
	width:16rem;
	height: 2.5rem;
	padding: 0.75rem 1.125rem 0.75rem 1.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}

.chaxbk{
	width: calc(100% - 1.0rem);
	border: 0px;
	background-color: transparent;
	outline: none;
	padding: 0 0.5rem;
	color: var(---Gray-4, #BDBDBD);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	color: var(---999, #999);
}

.inmore{
	display:flex;
}
.inmore a{
	padding: 0.875rem 2.625rem 0.875rem 2.875rem;
	display: flex;
	align-items:center;
	border-radius: 0.25rem;
	background: var(--Color-2, #30B9E4);
	position:relative;
	
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
	z-index:3;
	overflow:hidden;
}
.inmore a::after{
	width: 0.75rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	margin-left:1.56rem;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a::before{
	width:0;
	height:100%;
	content:'';
	display:inline-block;
	position: absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background: var(--Color-2, #30B9E4);
}
.inmore a:hover::before{
	width:100%;
}

.intit{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.intit dl dt{
	color: var(--Color, #0029AF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}
.intit dl dd{
	margin-top:0.62rem;
	color: var(--Color, #0029AF);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.insb{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
	background-image:url(../img/ab01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.insb .tex{
	width:37.4%;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
	margin-left:3%;
	padding:6.87rem 0rem;
}
.insb .tex dl dt{
	display:flex;
}
.insb .tex dl dt i{
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	display: flex;
	padding: 0.25rem 1.25rem;
	justify-content: center;
	align-items: center;
	color: var(--Color, #0029AF);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.insb .tex dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: zt3;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:3.13rem;
}
.insb .tex .more{
	display:flex;
	align-items: center;
	margin-top:3.12rem;
}
.insb .tex .more a{
	display:flex;
	align-items: center;
	color: var(---white, #FFF);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insb .tex .more a::after{
	width: 1.375rem;
	height: 1.375rem;
	content:'';
	display:inline-block;
	margin-left:0.62rem;
	background-image:url(../img/small_long_right.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.insb .pic{
	width:57.53%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.sketchfab-embed-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
iframe{
	width: 100%;
	height: 100%;
	border: none;
}
.overlay {
	position: absolute;
	top: 20px;
	left: 20px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	z-index: 2;
	pointer-events: none;
}
.overlay img {
	display: block;
	margin-top: 10px;
	width: 350px;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.5);
	pointer-events: auto;
}

.insblist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.insblist ul{
	display: flex;
	flex-wrap: wrap;
}
.insblist ul li{
	width:calc(25% - 0.62rem);
	background: var(---Gray-6, #F2F2F2);
	padding-top:1.5rem;
	margin-right:0.62rem;
}
.insblist ul li:nth-child(4n){
	margin-right:0px;
}
.insblist ul li .pic{
	overflow:hidden;
}
.insblist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.insblist ul li .tex{
	padding:2.5rem;
	padding-top:1.88rem;
}
.insblist ul li .tex dl dt{
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insblist ul li .tex dl dd{
	margin-top:0.88rem;
	color: var(---999, #999);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insblist ul li .tex .more{
	margin-top:2.25rem;
	display:flex;
}
.insblist ul li .tex .more a{
	display: flex;
	padding: 0.625rem 0rem;
	justify-content: center;
	align-items: center;
	width:100%;
	border-radius: 0.25rem;
	border: 1px solid var(--Color, #0029AF);
	color: var(--Color, #0029AF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insblist ul li .tex .more a:hover{
	border-radius: 0.25rem;
	background: var(--Color, #0029AF);
	color:#FFF;
}
.infa{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.infa ul{
	display: flex;
	flex-wrap: wrap;
}
.infa ul li{
	width:calc(25% - 0.62rem);
	margin-right:0.62rem;
	background: var(--Color, #0029AF);
	padding:0.62rem;
	padding-bottom:0;
	margin-top:2.5rem;
}
.infa.ny ul li{
	width:calc(33.33% - 1.31rem);
	margin-right:1.31rem;
	margin-top:1.25rem;
}
.infa.ny ul li:nth-child(3n){
	margin-right:0px;
}
.infa.ny ul li:nth-child(4n){
	margin-right:1.31rem;
}
.infa.ny ul li .tex{
	padding-top:3.0rem;
	margin-bottom:2.25rem;
}
.infa ul li:nth-child(4n){
	margin-right:0px;
}
.infa ul li .pic{
	overflow:hidden;
	position:relative;
}
.infa ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.infa ul li .tex::after{
	width: 3rem;
	height: 3rem;
	position:absolute;
	right:1.25rem;
	top:-1.5rem;
	z-index:9;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position: center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.infa ul li:hover .tex::after{
	opacity:1;
}
.infa ul li .tex{
	margin-bottom:2.5rem;
	padding:0 1.25rem;
	padding-top:5.13rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.infa ul li .tex img{
	max-height:3.0rem;
}

.index01{
	width:100%;
	float:left;
	margin-top:7.5rem;
}
.index01 ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 ul li{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--Color, #0029AF);
}
.index01 ul li .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.index01 ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.index01 ul li .tex{
	width:50%;
	padding:0 8.33vw;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
}
.index01 ul li .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}
.index01 ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt3;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.25rem;
}

.foot{
	width:100%;
	float:left;
	margin-top:7.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-l{
	width:22%;
}
.foot-l dl dt{
	overflow:hidden;
	padding-bottom:2.95rem;
}
.foot-l dl dt img{
	max-width:50%;
}
.foot-l dl dd{
	margin-top:1.25rem;
	color: var(--Color, #0029AF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.foot-l dl dd img{
	margin-right:0.62rem;
}
.foot-l dl dd b{
	color: var(--Color, #0029AF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbnav{
	width:51%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dbnav dl{
	width:auto;
}
.dbnav dl dt{
	padding-bottom:0.82rem;
	color: var(--Color, #0029AF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.dbnav dl dd{
	margin-top:1.06rem;
	color: var(--Color, #0029AF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbnav dl dd a{
	color: var(--Color, #0029AF);
}
.dbewm{
	width:8.87%;
}
.dbewm dl dt{
	overflow:hidden;
	text-align:center;
	display: flex;
	justify-content: center;
}
.dbewm dl dt img{
	max-width:100%;
}
.dbewm dl dd{
	margin-top:0.62rem;
	color: var(--Color, #0029AF);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot01{
	width:100%;
	float:left;
	margin-top:7.5rem;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.45rem 8.33vw;
	color: var(--Color, #0029AF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--Color, #0029AF);
}
.nybanner .tex{
	width:50%;
	padding:0 8.33vw;
	display: flex;
	align-items: center;
}
.nybanner .tex .subtex{
	width:100%;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.025rem */
}
.nybanner .tex .subtex h1{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:1.25rem;
}

.nybanner .tex .subtex .a01{
	display:flex;
	margin-top:3.75rem;
}
.nybanner .tex .subtex .a01 .b1{
	display: flex;
	padding: 0.25rem 3.625rem 0.25rem 0.25rem;
	align-items: center;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:1.25rem;
}
.nybanner .tex .subtex .a01 .b1 img{
	margin-right:2.5rem;
}
.nybanner .tex .subtex .a01 .b2{
	display: flex;
	padding: 0.25rem 1.5rem 0.25rem 0.25rem;
	align-items: center;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner .tex .subtex .a01 .b2 img{
	margin-right:0.44rem;
}

.nybanner .tex .subtex .z01{
	display:flex;
	margin-top:3.75rem;
}
.nybanner .tex .subtex .z01 .bzz{
	width:auto;
	margin-right:3.5rem;
	padding-left:4.8rem;
	position:relative;
}
.nybanner .tex .subtex .z01 .bzz b{
	width:auto;
	position:absolute;
	left:0;
	top:-0.5rem;
	z-index:1;
	color: var(---white, #FFF);
	font-family: DIN;
	font-size: 5rem;
	font-style: normal;
	font-weight: 5;
	line-height: 100%;
}
.nybanner .tex .subtex .z01 .bzz dl{
	padding-left:1.5rem;
}
.nybanner .tex .subtex .z01 .bzz dl dt{
	color: var(---white, #FFF);
	font-family: DIN;
	font-size: 1rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
	padding-left:0.5rem;
}
.nybanner .tex .subtex .z01 .bzz dl dd{
	margin-top:0.88rem;
	display:flex;
}
.nybanner .tex .subtex .z01 .bzz dl dd i{
	display: inline-flex;
	padding: 0.25rem 0.625rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.625rem;
	border: 1px solid var(---white, #FFF);
	color: var(---white, #FFF);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}


.nybanner .pic{
	width:50%;
	overflow: hidden;
	position:relative;
}
.nybanner .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.cpzlm{
	width:100%;
	float:left;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--Color, #0029AF);
	height:3.75rem;
}
.cpzlm ul{
	display: flex;
	flex-wrap: wrap;
}
.cpzlm ul li{
	width:12.5%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
}
.cpzlm ul li:last-child{
	border-right:0px;
}
.cpzlm ul li a{
	width:100%;
	height:3.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.7rem;
}
.cpzlm ul li a:hover{
	background: var(--Color-2, #30B9E4);
}
.cpzlm ul li a.cur{
	background: var(--Color-2, #30B9E4);
}

.procon{
	width:100%;
	float: left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.procon-l{
	width:22.1%;
}
.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--Color, #0029AF);
	border-bottom:0.12rem solid #FFF;
}
.subNav a{
	width: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 1.125rem 1.25rem 1.125rem 1.875rem;
}
.subNav::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:1.125rem;
}
.subNav:hover{float:left; }
.currentDd{
	background: var(--Color, #0029AF); 
	color: #FFFFFF;
}
.currentDd a{
	color: #FFFFFF;
}
.currentDd::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:0.62rem;
	background: var(---Gray-6, #F2F2F2);
}
.navContent dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.navContent dl dd a{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--Color, #0029AF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0.8rem 1.25rem;
}
.navContent dl dd a::after{
	width: 1.375rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.navContent dl dd a:hover{
	background: var(---white, #FFF);
}
.navContent dl dd a:hover::after{
	opacity:1;
}


.procon-r{
	width:74.7%;
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist.ny ul li{
	width:calc(25% - 1.25rem);
}
.prolist.ny ul li:nth-child(4n){
	margin-right:0px;
}
.prolist.ny ul li:nth-child(3n){
	margin-right:1.25rem;
}
.prolist.ny ul li:nth-child(4){
	margin-top:0px;
}
.prolist.ny{
	margin-top:2.94rem;
}
.prolist ul li{
	width:calc(33.5% - 1.25rem);
	padding-top:1.5rem;
	margin-right:1.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:3.75rem;
	transition: all 0.6s;
}
.prolist ul li:first-child{
	margin-top:0px;
}
.prolist ul li:nth-child(2){
	margin-top:0px;
}
.prolist ul li:nth-child(3){
	margin-top:0px;
}
.prolist ul li:hover{
	border: 2px solid var(--Color, #0029AF);
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li .pic{
	overflow:hidden;
}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.prolist ul li .tex{
	padding:2.5rem;
	padding-top:1.88rem;
}
.prolist ul li .tex dl dt{
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li .tex dl dd{
	margin-top:0.88rem;
	color: var(---999, #999);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li .tex .more{
	margin-top:2.25rem;
	display:flex;
}
.prolist ul li .tex .more a{
	display: flex;
	padding: 0.625rem 0rem;
	justify-content: center;
	align-items: center;
	width:100%;
	border-radius: 0.25rem;
	border: 1px solid var(--Color, #0029AF);
	color: var(--Color, #0029AF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li .tex .more a:hover{
	background: var(--Color, #0029AF);
	color:#FFF;
}

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

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--Color, #0029AF);
	background: var(--Color, #0029AF);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--Color, #0029AF);
	background: var(--Color, #0029AF);
	color:#FFF;
}
.line{
	width:100%;
	float:left;
	margin-top:6.25rem;
	height:4px;
	background-color:#0029AF;
}
.cpshow{
	width:100%;
	float:left;
	background: var(--Color, #0029AF);
	padding:5.28rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top:5.0rem;
}
.cpshow-l{
	width:51.3%;
}
.cpshow-l dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cpshow-l dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.025rem */
}
.cpshow-r{
	width:auto;
}

.cpshow2{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow2 .tex{
	width:50%;
	background: var(--Color, #0029AF);
	padding: 4.25rem 2.75rem;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
}
.image-container {
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin: 20px;
        }
.image-container img {
            max-width: 45%;
            height: auto;
        }
.cpshow2 .tex h1{
	color: var(---white, #FFF);
	font-family: zt3;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.25rem;
}
.cpshow2 .tex h2{
	font-size:1.25rem;
	font-family: zt3;
	margin-top:2.75rem;
}
.cpshow2 .pic{
	width:50%;
	background: var(---Gray-6, #F2F2F2);
}
.cptit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: var(--Color, #0029AF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpcs{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.cpcs ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcs ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1.25rem 0;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpcs ul li div{
	width:50%;
}
.cpcs ul li:first-child{
	color: var(--Color, #0029AF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
table, .ke-zeroborder{
	width:100%;
	border-collapse: collapse;
	}

table, .ke-zeroborder th {
    color: var(--Color, #0029AF);
    font-size: 1.25rem;
	    font-weight: 400;
	padding: 1.25rem 0;
    font-style: normal;
    line-height: normal;
    text-align: left;
	border-right:1px solid #E0E0E0;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
table, .ke-zeroborder td {
    width: auto;
    color: var(---333, #333);
    font-size: 1rem;
    font-style: normal;
    padding: 1.25rem 0;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.hxys{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.hxys table{
	border:1px solid #E0E0E0;
	border-right:0px;
	border-bottom:0px;
	width:100%;
	float:left;
}
.hxys table tr td{
	padding:0.75rem 1.88rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	border-right:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
}
.hxys table tr:first-child td{
	color: var(--Color, #0029AF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.hxys ul{
	display: flex;
	flex-wrap: wrap;
}
.hxys ul li{
	width:calc(20% - 0.62rem);
	margin-right:0.62rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem 2.5rem;
	position:relative;
	min-height:20rem;
}
.hxys ul li:nth-child(5n){
	margin-right:0px;
}
.hxys ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.hxys ul li dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.hxys ul li .num{
	width:auto;
	position:absolute;
	bottom:-0.5rem;
	right:2.5rem;
	z-index:1;
	color: var(--Color, #0029AF);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-transform: capitalize;
}

.cpcs2{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.cpcs2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcs2 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1.25rem 0;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.cpcs2 ul li div{
	width:20%;
}
.cpcs2 ul li:first-child{
	color: var(--Color, #0029AF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpcs2 ul li div.w80{
	width:80%;
	text-align:center;
}

.hidden{ display: none;}
.moreload3{
	width: 100%;
	float:left;
}
.moreload3 ul.list{
	overflow: hidden;
}
.moreload3 ul.list li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid var(---Gray-5, #E0E0E0);
	float: left;
	overflow: hidden;
	margin-top:2.5rem;
}
.moreload3 ul.list li .pic{
	overflow:hidden;
	position:relative;
	width:50%;
}
.moreload3 ul.list li .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.moreload3 ul.list li .tex{
	width:50%;
	padding:3.75rem;
}
.moreload3 ul.list li .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.moreload3 ul.list li .tex dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.moreload3 ul.list li .tex .gd{
	display:flex;
	margin-top:3.75rem;
}
.moreload3 ul.list li .tex .gd a{
	display: flex;
	padding: 0.625rem 8rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.25rem;
	border: 1px solid var(--Color, #0029AF);
	color: var(--Color, #0029AF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.moreload3 ul.list li .tex .gd a:hover{
	background-color:#0029AF;
	color:#FFF;
}

.moreload3 ul.list p{text-align: center;}
.moreload3 .more{
	overflow: hidden;
	margin-top:2.5rem;
	justify-content: center;
	display:flex;
	color: var(--Color, #0029AF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 2.74475rem */
}
.moreload3 .more a{
	display: block;
	width: auto;
	margin:0 auto;
	color: var(--Color, #0029AF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 2.74475rem */
	padding-bottom:1.125rem;
	background-image:url(../img/xjt.svg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size: auto 1.125rem;
}

.hytex{
	width:100%;
	float: left;
	margin-top:6.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}

.splm{
	width:100%;
	float:left;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--Color, #0029AF);
	height:3.75rem;
	margin-top:5.0rem;
}
.splm ul{
	display: flex;
	flex-wrap: wrap;
}
.splm.fw ul li{
	width:25%;
}
.splm.ab ul li{
	width:33.33%;
}
.splm.ys2 ul li{
	width:50%;
}
.splm.ys3 ul li{
	width:33.33%;
}
.splm.ys4 ul li{
	width:25%;
}
.splm.ys5 ul li{
	width:20%;
}
.splm.ys6 ul li{
	width:16.63%;
}
.splm.ys7 ul li{
	width:14.2%;
}
.splm.ys8 ul li{
	width:12.5%;
}
.splm.ys9 ul li{
	width:11.1%;
}
.splm.ys10 ul li{
	width:10%;
}

.splm ul li{
	width:50%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
}
.splm ul li:last-child{
	border-right:0px;
}
.splm ul li a{
	width:100%;
	height:3.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.7rem;
}
.splm ul li a:hover{
	background: var(--Color-2, #30B9E4);
}
.splm ul li a.cur{
	background: var(--Color-2, #30B9E4);
}

.splist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.splist ul{
	display: flex;
	flex-wrap: wrap;
}
.splist ul li{
	width:calc(33.33% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
}
.splist ul li:nth-child(3n){
	margin-right:0px;
}
.splist ul li dl dt{
	overflow:hidden;
	position:relative;
}
.splist ul li dl dt::before{
	width: 3.875rem;
	height: 3.875rem;
	content:'';
	display:inline-block;
	background-image:url(../img/spt01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:calc(50% - 1.935rem);
	top:calc(50% - 1.935rem);
	z-index:1;
}
.splist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.splist ul li dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.gykf{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.gykf01{
	width:auto;
	border-top: 4px solid var(--Color, #0029AF);
	min-width:100%;
}
.gykf01 ul li{
	width:auto;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	transition: all 0.6s;
}
.gykf01 div{
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	padding:2.0rem 1.25rem;
	width:14.75rem;
	min-width:20%;
}
.gykf01 ul li:hover{
	background: var(---Gray-6, #F2F2F2);
}

.xzlist{
	width:100%;
	float:left;
	margin-top:4.38rem;
}
.xzlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xzlist ul li{
	width:49.1%;
	padding:2.3rem 2.5rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:1.87rem;
}
.xzlist ul li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width:100%;
}
.xzlist ul li .a01{
	width:calc(100% - 60px);
	display: flex;
	align-items: center;
}
.xzlist ul li .a01 img{
	margin-right:2.5rem;
	max-height:3.875rem;
}
.xzlist.n1 ul li .a01 img{
	margin-right:1.06rem;
	max-height:13.5625rem;
}
.xzlist.n1 ul li{
	padding:0 2.5rem;
	padding-left:0px;
}
.xzlist ul li .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	line-height: normal;
}
.xzlist ul li .a01 dl dd{
	margin-top:0.56rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.xzlist ul li .a01 dl .b01{
	display:flex;
	margin-top:3.5rem;
}
.xzlist ul li .a01 dl .b01 i{
	display: inline-flex;
	padding: 0.375rem 0.625rem;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--Color, #0029AF);
	color: var(--Color, #0029AF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-right:0.37rem;
}


/* From Uiverse.io by ZAKARIAE48CHELLE */ 
.Btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

.svgIcon {
  fill: var(--Color, #0029AF);
}

.icon2 {
  width: 18px;
  height: 5px;
  border-bottom: 2px solid var(--Color, #0029AF);
  border-left: 2px solid var(--Color, #0029AF);
  border-right: 2px solid var(--Color, #0029AF);
}

.tooltip {
  position: absolute;
  right: -80px;
  opacity: 0;
  background-color: rgb(12, 12, 12);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
  pointer-events: none;
  letter-spacing: 0.5px;
}

.tooltip::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(12, 12, 12);
  background-size: 1000%;
  background-position: center;
  transform: rotate(45deg);
  left: -5%;
  transition-duration: 0.3s;
}

.Btn:hover .tooltip {
  opacity: 1;
  transition-duration: 0.3s;
}

.Btn:hover {
  background: var(--Color, #30B9E4);
  transition-duration: 0.3s;
}

.Btn:hover .icon2 {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
}

.Btn:hover .svgIcon {
  fill: white;
  animation: slide-in-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.shfw{
	width:100%;
	float: left;
	margin-top:6.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shfw-l{
	width:50%;
}
.subNavBox2{
	width:100%;
	float:left;
}
.subNav2{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer;
	padding:2.87rem 2.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.subNav2 a{
	width:100%;
}
.subNav2::after{
	width:2.25rem;
	height:1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.subNav2:hover{float:left; }
.currentDd2{
	border-top: 4px solid var(--Color, #0029AF);
	background: var(---Gray-6, #F2F2F2);
	border-bottom: 0px solid var(---Gray-5, #E0E0E0);
}
.currentDd2::after{
	background-image:url(../img/arrow4.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;
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	padding:2.5rem;  
	padding-top:0px;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	background: var(---Gray-6, #F2F2F2);
}


.shfw-r{
	width:47.5%;
	overflow:hidden;
	position:relative;
}
.shfw-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.abtex{
	width:100%;
	float: left;
	margin-top:6.25rem;
	color: var(--Color, #0029AF);
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
}
.abnum{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.abnum01{
	width:auto;
}
.abnum01 .pic{
	overflow:hidden;
}
.abnum01 .pic img{
	max-height:3.0rem;
}
.abnum01 dl dt{
	margin-top:1.25rem;
	color: var(--Color, #0029AF);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abnum01 dl dd{
	margin-top:0.63rem;
	color: var(--Color, #0029AF);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.575rem */
}
.sx{
	width:0.0625rem;
	background: var(--Color, #0029AF);
	height:8.0rem;
}
.abwh{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background-image:url(../img/abt.png);
	background-position: right bottom;
	background-repeat:no-repeat;
	background-size:cover;
	padding:8.75rem 6.25rem;
	padding-bottom:13.5rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}
.abwh b{
	font-family: zt2;
}
.abwh dl dt{
	color: var(---white, #FFF);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:5.0rem;
}
.abwh dl dd{
	margin-bottom:0.62rem;
}

.zslist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.zslist ul{
	display: flex;
	flex-wrap: wrap;
}
.zslist ul li{
	width:calc(20% - 1.25rem);
	margin-right:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	position:relative;
	margin-top:3.75rem;
}
.zslist ul li:nth-child(5n){
	margin-right:0px;
}
.zslist ul li dl dt{
	height:21rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.zslist ul li dl dt img{
	max-width:80%;
	max-height:80%;
}
.zslist ul li dl dd{
	border-top:1px solid #E0E0E0;
	color: var(--Color, #0029AF);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:2.25rem;
	padding-top:1.87rem;
}
.zslist ul li .a01{
	width:100%;
	position:absolute;
	height:100%;
	background-color:rgba(0, 41, 175, 0.90);
	top:0;
	left:0;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.zslist ul li .a01 dl dd{
	color: var(---white, #FFF);
	border-top:1px solid rgba(255, 255, 255, 0.10);
}
.zslist ul li:hover .a01{
	opacity:1;
}
.fctit{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fctit dl dt{
	color: var(--Color, #0029AF);
	text-align: center;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fctit dl dd{
	margin-top:1.25rem;
	display: flex;
	justify-content: center;
	color: var(--Color, #0029AF);
	text-align: center;
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
}
.fctit dl dd div{
	width:80%;
}

.fctex{
	width:100%;
	float:left;
	margin-top:3.75rem;
}

.teamlist{
	width:100%;
	float:left;
}
.teamlist ul{
	display: flex;
	flex-wrap: wrap;
}
.teamlist ul li{
	width:calc(25.1% - 1.81rem);
	margin-right:1.81rem;
	margin-top:3.75rem;
	background: var(---Gray-6, #F2F2F2);
}
.teamlist ul li:nth-child(4n){
	margin-right:0px;
}
.teamlist ul li .pic{
	overflow:hidden;
	padding:1.88rem;
	padding-bottom:0px;
}
.teamlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.teamlist ul li:hover .pic img{
	transform: scale(1.05);
}
.teamlist ul li dl dt{
	margin-top:1.63rem;
	color: var(--Color, #0029AF);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.teamlist ul li dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.teamlist ul li .more{
	display:flex;
	margin-top:1.62rem;
	padding:1.31rem 0;
	border-top: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	display: flex;
	justify-content: center;
	align-items: center;
}
.teamlist ul li .more a{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--Color, #0029AF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.teamlist ul li .more a::after{
	margin-left:1.12rem;
	width: 0.875rem;
	height: 0.875rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.rycon{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rycon .pic{
	width:23%;
	overflow:hidden;
}
.rycon .pic img{
	width:100%;
	height:auto;
	display:block;
}
.rycon .tex{
	width:71.3%;
	color: var(---666, #666);
	text-align: justify;
	
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 2.475rem */
}
.rycon .tex dl dt{
	color: var(--Color, #0029AF);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.rycon .tex dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom:2.5rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	margin-bottom:2.5rem;
}

.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border: 2px solid var(--Color, #0029AF);
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:33.33%;
	padding:2.5rem;
	border-right:1px solid #F2F2F2;
	transition: all 0.6s;
}
.lx01 ul li dl dt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lx01 ul li dl dd{
	margin-top:3.67rem;
	color: var(--Color, #0029AF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 3rem */
}
.lx01 ul li:last-child dl dd{
	color: var(--Color, #0029AF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.lx01 ul li:last-child{
	border-right:0px;
}
.lx01 ul li:hover{
	background: var(---Gray-6, #F2F2F2);
}
.map{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}


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



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

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



.tanc{
	width:100%;
	height:100vh;
	position:fixed;
	left:0;
	top:0;
	z-index:99;
	display:none;
}
.tanc01{
	width:100%;
	position:relative;
	height:100%;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.50);
}
.tanc01 .cyfw{
	width:30%;
	height:100%;
	left:35%;
	top:0;
	position:absolute;
	z-index:999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cyfw01{
	width:100%;
	border-radius: 1rem;
	background: #FFF;
	padding:3.75rem;
	position:relative;
}
.cyfw01 .gb{
	width: 2.25rem;
	height: 2.25rem;
	position:absolute;
	right:1.25rem;
	top:1.25rem;
	z-index:9;
	background-image:url(../img/Close2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cyfw01 h1{
	color: var(--Color, #0029AF);
	text-align: center;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cyfw01 ul{
	margin-top:0.56rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cyfw01 ul li{
	width:100%;
	margin-top:1.88rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom:0.44rem;
	border-bottom: 1px solid #DCDCDC;
}
.cyfw01 ul li b{
	width:5.0rem;
	color: #999;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwbk{
	width:calc(100% - 5.0rem);
	border:0px;
	outline:none;
	color: var(--Color, #0029AF);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cyfw01 dl dd{
	margin-top:2.44rem;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}


.gwc-r{
	width:100%;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.gwc-r h1{
	margin-bottom:1.44rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.gwc-r ul{
	margin-top:1.87rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gwc-r ul.mart0{
	margin-top:0px;
}
.gwc-r ul.mart0 li:first-child{
	margin-top:0px;
}
.gwc-r ul.mart0 li:nth-child(2){
	margin-top:0px;
}
.gwc-r ul li{
	width:48%;
	padding-bottom:0.0rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:2.5rem;
}
.gwc-r ul li.w100{
	width:100%;
}
.gwc-r ul li dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.gwc-r ul li dl dd{
	margin-top:1.56rem;
}
.gwbk{
	width:100%;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	text-transform: capitalize;
	border:0px;
	outline:none;
	background:none;
}
.anniu{
	display:flex;
	margin-top:3.75rem;
}
.anniu a{
	padding: 1rem 3rem;
	border-radius: 0.25rem;
	background: var(--fedd-00, #0029AF);
	display: flex;
	justify-content: center;
	align-items: center;
	border:0px;
	cursor:pointer;
	color: var(--fff, #fff);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.anniu a::after{
	margin-left:0.62rem;
	width: 1.125rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}


.inzlm{
	width:100%;
	float:left;
	border-bottom:1px solid #E0E0E0;
}
.inzlm ul{
	display:flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.inzlm ul li{
	width:auto;
	margin-left:6.2vw;
	display:flex;
}
.inzlm ul li a{
	padding-bottom:2.12rem;
	position:relative;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inzlm ul li a::after{
	width:0px;
	height: 0.375rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	background: var(--Color-3, #0029AF);
	transition: all 0.6s;
}
.inzlm ul li a:hover::after{
	width:100%;
}
.inzlm ul li a.cur{
	color:#0029AF;
}
.inzlm ul li a.cur::after{
	width:100%;
}




.mart5{
	margin-top:5.0rem;
}
.mart0{
	margin-top:0rem;
}
.mart2{
	margin-top:2.5rem;
}
.mart10{
	margin-top:10rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

}


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

.nybanner .pic {
    width: 50%;
    height: 35vw;}


.nybanner .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;}





}

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

.innav ul li{
	margin-left:1.5rem;
	margin-right:1.5rem;
}
.header .xiala .xlcon dl{
	margin-left:3.0rem;
	margin-right:3.0rem;
}
.index01 ul li .tex dl dd{
	font-size:2.0rem;
}



	
}

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

.main{
	padding:0 5.2vw;
}
.innav ul li{
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.top-r .qiu{
	width:10rem;
}
.header .xiala{
	padding:0 5.2vw;
}
.header .xiala .xlcon{
	padding:2.5rem;
}
.header .xiala .xlcon dl{
	margin-left:1.0rem;
	margin-right:1.0rem;
}
.foot-l dl dd b{
	font-size:1.0rem;
}
.foot-l dl dd{
	font-size:1.0rem;
}
.dbnav{
	width:63%;
}
.dbnav dl dt{
	font-size:1.0rem;
}
.dbnav dl dd{
	font-size:0.875rem;
}
.index01 ul li .tex dl dd{
	font-size:2.0rem;
}
.insb .tex dl dd{
	font-size:1.5rem;
}
.index01 ul li{
	width:100%;
	display: flex;
	align-items:stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--Color, #0029AF);
}

.index01 ul li .tex{
	padding:3.0rem 5.2vw;
}
.nybanner .tex .subtex{
	font-size:0.875rem;
}
.nybanner .tex .subtex h1{
	font-size:2.0rem;
}
.navContent dl dd a{
	font-size:0.875rem;
}
.prolist ul li .tex dl dt{
	font-size:0.875rem;
}
.cpshow-l{
	width:55%;
}
.cpshow-l dl dt{
	font-size:2.0rem;
}
.cpshow-l dl dd{
	font-size:1.0rem;
}
.cpshow2 .tex h1{
	font-size:1.5rem;
}
.cpshow2 .tex{
	font-size:0.875rem;
}
.cpshow2 .tex h2{
	font-size:1.0rem;
}
.hxys ul li{
	padding:1.5rem 1.0rem;
	min-height: 14rem;
}
.hxys ul li dl dt{
	font-size:1.0rem;
}
.hxys ul li dl dd{
	font-size:0.75rem;
}
.hxys ul li .num{
	right:2.0rem;
	font-size:3.0rem;
}
.moreload3 ul.list li{
	align-items:stretch;
}

.splist ul li dl dt::before{
	width:3.0rem;
	height:3.0rem;
	left:calc(50% - 1.5rem);
	top:calc(50% - 1.5rem);
}

.nybanner .tex .subtex .a01{
	margin-top:2.0rem;
}
.nybanner .tex{
	padding:2.0rem 5.2vw;
}
.nybanner .tex .subtex .a01 .b1{
	padding:0.25rem 1.05rem 0.25rem 0.25rem;
	margin-right:0.5rem;
}
.nybanner .tex .subtex .a01 .b1 img{
	margin-right:1.0rem;
}
.xzlist ul li .a01 dl dt{
	font-size:1.0rem;
}
.xzlist ul li .a01 dl dd{
	font-size:0.875rem;
}
.abnum01 dl dt{
	font-size:3.0rem;
}
.nybanner .tex .subtex .z01 .zz{
	margin-right:1.0rem;
}
.zslist ul li dl dt{
	height:15rem;
}
.zslist ul li dl dd{
	padding:1.0rem 0;
}
.lx01 ul li dl dd{
	font-size:1.25rem;
}
.lx01 ul li:last-child dl dd{
	font-size:1.0rem;
}






	
}





@media (max-width:999px) {


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

.header2{ 
	width:100%; 
	float:left; 
	height:5.0rem; 
	line-height:5.0rem;
	background-color:#FFF;
	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:5.0rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:50%; 
	max-height:4rem; 
	vertical-align:middle; 
}
.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:5.0rem; 
	height:5.0rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:5.0rem; 
	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:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 2.0rem; 
	height: 2.0rem; 
	background:url(../img/close.png) no-repeat; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}

.top-r{
	width:auto;
	display: flex;
	align-items: center;
	position:absolute;
	right:0.5rem;
	top:0;
	z-index:3;
	display:none;
}
.top-r .zyw{
	width:auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.top-r .zyw .a01{
	display: flex;
	align-items: center;
	text-align: center;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24rem;
	text-transform: uppercase;
}
.top-r .zyw .a01::after{
	width: 0.75rem;
	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:0.12rem;
	margin-top:-2px;
}
.top-r .zyw .a01::before{
	width: 1.2rem;
	height: 1.2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.32rem;
}
.image-container {
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin: 0px;
        }
.image-container img {
            max-width: 48%;
            height: auto;
        }
.top-r .zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.top-r .zyw .xl{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	background-color:#FFF;
	padding:1.0rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.top-r .zyw .xl a{
	color: var(---333, #333);
}

.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5.0rem; 
	background: url(../img/topbj.png) no-repeat center;
	background-size:cover;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:4rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
	display:flex;
}
.subNav3 a{
	width:100%;
}
.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: #0029AF; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
	width:100%;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

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

.inmore{
	display:flex;
}
.inmore a{
	padding: 0.3rem 1.5rem;
	display: flex;
	align-items:center;
	border-radius: 0.25rem;
	background: var(--Color-2, #30B9E4);
	position:relative;
	
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
	z-index:3;
	overflow:hidden;
}
.inmore a::after{
	width: 0.75rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	margin-left:1.0rem;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a::before{
	width:0;
	height:100%;
	content:'';
	display:inline-block;
	position: absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background: var(--Color-2, #30B9E4);
}
.inmore a:hover::before{
	width:100%;
}

.intit{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.intit dl dt{
	color: var(--Color, #0029AF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}
.intit dl dd{
	margin-top:0.32rem;
	color: var(--Color, #0029AF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.insb{
	width:100%;
	float:left;
	margin-top:2.0rem;
	position:relative;
	background-image:url(../img/ab01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: cover;
	padding:3.0rem 0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.insb .tex{
	width:100%;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
	padding:0 8.33vw;
}
.insb .tex dl dt{
	display:flex;
}
.insb .tex dl dt i{
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	display: flex;
	padding: 0.25rem 1.0rem;
	justify-content: center;
	align-items: center;
	color: var(--Color, #0029AF);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.insb .tex dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:2.0rem;
}
.insb .tex .more{
	display:flex;
	align-items: center;
	margin-top:2.0rem;
}
.insb .tex .more a{
	display:flex;
	align-items: center;
	color: var(---white, #FFF);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insb .tex .more a::after{
	width: 1.375rem;
	height: 1.375rem;
	content:'';
	display:inline-block;
	margin-left:0.62rem;
	background-image:url(../img/small_long_right.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.insb .pic{
	width:100%;
	height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
	margin-top:2.0rem;
}
.sketchfab-embed-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
iframe{
	width: 100%;
	height: 100%;
	border: none;
}
.overlay {
	position: absolute;
	top: 20px;
	left: 20px;
	color: white;
	font-size: 24px;
	font-weight: bold;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	z-index: 2;
	pointer-events: none;
}
.overlay img {
	display: block;
	margin-top: 10px;
	width: 350px;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.5);
	pointer-events: auto;
}

.insblist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.insblist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.insblist ul li{
	width:48%;
	background: var(---Gray-6, #F2F2F2);
	padding-top:1.5rem;
	margin-top:1.0rem;
}
.insblist ul li:nth-child(4n){
	margin-right:0px;
}
.insblist ul li .pic{
	overflow:hidden;
}
.insblist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.insblist ul li .tex{
	padding:1.0rem;
	padding-top:1.0rem;
}
.insblist ul li .tex dl dt{
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insblist ul li .tex dl dd{
	margin-top:0.88rem;
	color: var(---999, #999);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insblist ul li .tex .more{
	margin-top:1.0rem;
	display:flex;
}
.insblist ul li .tex .more a{
	display: flex;
	padding: 0.35rem 0rem;
	justify-content: center;
	align-items: center;
	width:100%;
	border-radius: 0.25rem;
	border: 1px solid var(--Color, #0029AF);
	color: var(--Color, #0029AF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insblist ul li .tex .more a:hover{
	border-radius: 0.25rem;
	background: var(--Color, #0029AF);
	color:#FFF;
}
.infa{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.infa ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.infa ul li{
	width:48%;
	background: var(--Color, #0029AF);
	padding:0.62rem;
	padding-bottom:0;
	margin-top:1.0rem;
}
.infa.ny ul li{
	width:48%;
	margin-top:1.0rem;
}
.infa.ny ul li:nth-child(3n){
	margin-right:0px;
}
.infa.ny ul li:nth-child(4n){
	margin-right:0;
}
.infa.ny ul li .tex{
	padding-top:1.0rem;
	margin-bottom:1.0rem;
}
.infa ul li:nth-child(4n){
	margin-right:0px;
}
.infa ul li .pic{
	overflow:hidden;
	position:relative;
}
.infa ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.infa ul li .tex::after{
	width: 2rem;
	height: 2rem;
	position:absolute;
	right:1.0rem;
	top:-1.0rem;
	z-index:9;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position: center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.infa ul li:hover .tex::after{
	opacity:1;
}
.infa ul li .tex{
	margin-bottom:1.5rem;
	padding:0 0.5rem;
	padding-top:2.13rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.infa ul li .tex img{
	max-height:2.0rem;
}

.index01{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.index01 ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index01 ul li{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--Color, #0029AF);
}
.index01 ul li .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.index01 ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.index01 ul li .tex{
	width:100%;
	padding:2.0rem 8.33vw;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
}
.index01 ul li .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt3;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}
.index01 ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt3;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.25rem;
}

.foot{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot-l{
	width:100%;
}
.foot-l dl dt{
	overflow:hidden;
	padding-bottom:1.95rem;
}
.foot-l dl dd{
	margin-top:1.0rem;
	color: var(--Color, #0029AF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.foot-l dl dd img{
	margin-right:0.62rem;
}
.foot-l dl dd b{
	color: var(--Color, #0029AF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbnav{
	width:51%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.dbnav dl{
	width:auto;
}
.dbnav dl dt{
	padding-bottom:0.82rem;
	color: var(--Color, #0029AF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.dbnav dl dd{
	margin-top:1.06rem;
	color: var(--Color, #0029AF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbnav dl dd a{
	color: var(--Color, #0029AF);
}
.dbewm{
	width:100%;
	margin-top:3.0rem;
}
.dbewm dl dt{
	overflow:hidden;
	text-align:center;
	display: flex;
	justify-content: center;
}
.dbewm dl dt img{
	max-width:100%;
}
.dbewm dl dd{
	margin-top:0.62rem;
	color: var(--Color, #0029AF);
	text-align: center;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.0rem 8.33vw;
	color: var(--Color, #0029AF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--Color, #0029AF);
}
.nybanner .tex{
	width:100%;
	padding:3.0rem 8.33vw;
	display: flex;
	align-items: center;
}
.nybanner .tex .subtex{
	width:100%;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.025rem */
}
.nybanner .tex .subtex h1{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:1.0rem;
}

.nybanner .tex .subtex .a01{
	display:flex;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.nybanner .tex .subtex .a01 .b1{
	display: flex;
	padding: 0.25rem 3.625rem 0.25rem 0.25rem;
	align-items: center;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:1.25rem;
}
.nybanner .tex .subtex .a01 .b1 img{
	margin-right:2.5rem;
}
.nybanner .tex .subtex .a01 .b2{
	display: flex;
	padding: 0.25rem 1.5rem 0.25rem 0.25rem;
	align-items: center;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.0rem;
}
.nybanner .tex .subtex .a01 .b2 img{
	margin-right:0.44rem;
}

.nybanner .tex .subtex .z01{
	display:flex;
	margin-top:2.5rem;
}
.nybanner .tex .subtex .z01 .zz{
	width: auto;
	padding-left:4.0rem;
	position:relative;
}
.nybanner .tex .subtex .z01 .zz b{
	width:auto;
	position:absolute;
	left:0;
	top:-0.5rem;
	z-index:1;
	color: var(---white, #FFF);
	font-family: DIN;
	font-size: 4rem;
	font-style: normal;
	font-weight: 5;
	line-height: 100%;
}
.nybanner .tex .subtex .z01 .zz dl dt{
	color: var(---white, #FFF);
	font-family: DIN;
	font-size: 1rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
	padding-left:0.5rem;
}
.nybanner .tex .subtex .z01 .zz dl dd{
	margin-top:0.3rem;
	display:flex;
}
.nybanner .tex .subtex .z01 .zz dl dd i{
	display: inline-flex;
	padding: 0.25rem 0.625rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.625rem;
	border: 1px solid var(---white, #FFF);
	color: var(---white, #FFF);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}


.nybanner .pic{
	width:100%;
	overflow: hidden;
	position:relative;
}
.nybanner .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.cpzlm{
	width:100%;
	float:left;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--Color, #0029AF);
	height: auto;
}
.cpzlm ul{
	display: flex;
	flex-wrap: wrap;
}
.cpzlm ul li{
	width:33.33%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
}
.cpzlm ul li:nth-child(3n){
	border-right:0px;
}
.cpzlm ul li a{
	width:100%;
	height:2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem;
}
.cpzlm ul li a:hover{
	background: var(--Color-2, #30B9E4);
}
.cpzlm ul li a.cur{
	background: var(--Color-2, #30B9E4);
}

.procon{
	width:100%;
	float: left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.procon-l{
	width:100%;
}
.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: var(--Color, #0029AF);
	border-bottom:0.12rem solid #FFF;
}
.subNav a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0.7rem 1.0rem;
}
.subNav a::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;
}
.subNav:hover{float:left; }
.currentDd{
	background: var(--Color, #0029AF); 
	color: #FFFFFF;
}
.currentDd a{
	color: #FFFFFF;
	width:100%;
}
.currentDd::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:0.62rem;
	background: var(---Gray-6, #F2F2F2);
}
.navContent dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.navContent dl dd a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(--Color, #0029AF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 0.7rem 1.0rem;
}
.navContent dl dd a::after{
	width: 1.375rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.navContent dl dd a:hover{
	background: var(---white, #FFF);
}
.navContent dl dd a:hover::after{
	opacity:1;
}


.procon-r{
	width:100%;
	margin-top:2.0rem;
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist.ny ul li{
	width:48%;
}
.prolist.ny ul li:nth-child(4n){
	margin-right:0px;
}
.prolist.ny ul li:nth-child(3n){
	margin-right:0rem;
}

.prolist.ny{
	margin-top:1.0rem;
}
.prolist ul li{
	width:48%;
	padding-top:1.0rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:1.0rem;
	transition: all 0.6s;
}
.prolist ul li:first-child{
	margin-top:0px;
}
.prolist ul li:nth-child(2){
	margin-top:0px;
}

.prolist ul li:hover{
	border: 2px solid var(--Color, #0029AF);
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li .pic{
	overflow:hidden;
}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
}
.prolist ul li .tex{
	padding:1.0rem;
	padding-top:1.0rem;
}
.prolist ul li .tex dl dt{
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li .tex dl dd{
	margin-top:0.5rem;
	color: var(---999, #999);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li .tex .more{
	margin-top:1.0rem;
	display:flex;
}
.prolist ul li .tex .more a{
	display: flex;
	padding: 0.325rem 0rem;
	justify-content: center;
	align-items: center;
	width:100%;
	border-radius: 0.25rem;
	border: 1px solid var(--Color, #0029AF);
	color: var(--Color, #0029AF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li .tex .more a:hover{
	background: var(--Color, #0029AF);
	color:#FFF;
}

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

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--Color, #0029AF);
	background: var(--Color, #0029AF);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--Color, #0029AF);
	background: var(--Color, #0029AF);
	color:#FFF;
}
.line{
	width:100%;
	float:left;
	margin-top:3.0rem;
	height:2px;
	background-color:#0029AF;
}
.cpshow{
	width:100%;
	float:left;
	background: var(--Color, #0029AF);
	padding:2.0rem 3vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top:5.0rem;
}
.cpshow-l{
	width:100%;
}
.cpshow-l dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cpshow-l dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6; /* 2.025rem */
}
.cpshow-r{
	width:auto;
}
.cpshow-r .inmore{
	margin-top:2.0rem;
}

.cpshow2{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow2 .tex{
	width:100%;
	background: var(--Color, #0029AF);
	padding: 2rem 1rem;
    color: var(---white, #FFF);
    font-family: zt;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6; /* 1.8rem */
}
.cpshow2 .tex h1{
	color: var(---white, #FFF);
	font-family: zt3;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.25rem;
}
.cpshow2 .tex h2{
	font-size:1.0rem;
	font-family: zt3;
	margin-top:2.5rem;
}
.cpshow2 .pic{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
}
.cptit{
	width:100%;
	float:left;
	margin-top:3.0rem;
	color: var(--Color, #0029AF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpcs{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.cpcs ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcs ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0.75rem 0;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpcs ul li div{
	width:50%;
}
.cpcs ul li:first-child{
	color: var(--Color, #0029AF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
table, .ke-zeroborder{
	width: 600px;
    border-collapse: collapse;
    table-layout: fixed;
	}

table, .ke-zeroborder th {
    color: var(--Color, #0029AF);
    font-size: 1rem;
	    font-weight: 400;
	padding: 0.5rem 0;
    font-style: normal;
    line-height: normal;
    text-align: left;
	border-right:1px solid #E0E0E0;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
table, .ke-zeroborder td {
    width: auto;
    color: var(---333, #333);
    font-size: 0.8rem;
    font-style: normal;
    padding: 0.75rem 0;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.hxys{
	width:100%;
	float:left;
	margin-top:1.5rem;
	overflow-x:scroll;
}
.hxys table{
	border:1px solid #E0E0E0;
	border-right:0px;
	border-bottom:0px;
	width:800px;
	float:left;
}
.hxys table tr td{
	padding:0.75rem 1.88rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	border-right:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
}
.hxys table tr:first-child td{
	color: var(--Color, #0029AF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}

.hxys ul{
	display: flex;
	flex-wrap: wrap;
}
.hxys ul li{
	width: 49%;
    background: var(---Gray-6, #F2F2F2);
   padding: 0.75rem 0.45rem;
    position: relative;
    min-height: 12rem;
    font-size: 1rem;
    margin-top: 1rem;
    margin-right: 2%;
}
.hxys ul li:nth-child(2n){
	margin-right:0px;
}
.hxys ul li dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.hxys ul li dl dd{
	margin-top:0.78rem;
	color: var(---333, #333);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.hxys ul li .num{
	width: auto;
    position: absolute;
    bottom: -0.35rem;
    right: 0.5rem;
    z-index: 1;
    color: var(--Color, #0029AF);
    font-size: 2.23rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: capitalize;
}

.cpcs2{
	width:100%;
	float:left;
	margin-top:1.5rem;
	overflow-x:scroll;
}
.cpcs2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:800px;
}
.cpcs2 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1.0rem 0;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpcs2 ul li div{
	width:20%;
}
.cpcs2 ul li:first-child{
	color: var(--Color, #0029AF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpcs2 ul li div.w80{
	width:80%;
	text-align:center;
}

.hidden{ display: none;}
.moreload3{
	width: 100%;
	float:left;
}
.moreload3 ul.list{
	overflow: hidden;
}
.moreload3 ul.list li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid var(---Gray-5, #E0E0E0);
	float: left;
	overflow: hidden;
	margin-top:1.5rem;
}
.moreload3 ul.list li .pic{
	overflow:hidden;
	position:relative;
	width:100%;
}
.moreload3 ul.list li .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.moreload3 ul.list li .tex{
	width:100%;
	padding:2.0rem;
}
.moreload3 ul.list li .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.moreload3 ul.list li .tex dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.moreload3 ul.list li .tex .gd{
	display:flex;
	margin-top:2.5rem;
}
.moreload3 ul.list li .tex .gd a{
	display: flex;
	padding: 0.625rem 3rem;
	justify-content: center;
	align-items: center;
	border-radius: 0.25rem;
	border: 1px solid var(--Color, #0029AF);
	color: var(--Color, #0029AF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.moreload3 ul.list li .tex .gd a:hover{
	background-color:#0029AF;
	color:#FFF;
}

.moreload3 ul.list p{text-align: center;}
.moreload3 .more{
	overflow: hidden;
	margin-top:1.5rem;
	justify-content: center;
	display:flex;
	color: var(--Color, #0029AF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 2.74475rem */
}
.moreload3 .more a{
	display: block;
	width: auto;
	margin:0 auto;
	color: var(--Color, #0029AF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 2.74475rem */
	padding-bottom:1.0rem;
	background-image:url(../img/xjt.svg);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size: auto 1.0rem;
}

.hytex{
	width:100%;
	float: left;
	margin-top:2.0rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}

.splm{
	width:100%;
	float:left;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--Color, #0029AF);
	height: auto;
	margin-top:5.0rem;
}
.splm ul{
	display: flex;
	flex-wrap: wrap;
}
.splm.fw ul li{
	width:50%;
}
.splm.ab ul li{
	width:33.33%;
}
.splm 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));
	display: flex;
}
.splm ul li:last-child{
	border-right:0px;
}
.splm ul li a{
	width:100%;
	height:2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem;
}
.splm ul li a:hover{
	background: var(--Color-2, #30B9E4);
}
.splm ul li a.cur{
	background: var(--Color-2, #30B9E4);
}

.splist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.splist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.splist ul li{
	width:48%;
	margin-top:1.0rem;
}
.splist ul li:nth-child(3n){
	margin-right:0px;
}
.splist ul li dl dt{
	overflow:hidden;
	position:relative;
}
.splist ul li dl dt::before{
	width: 2.0rem;
	height: 2.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/spt01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:calc(50% - 1.0rem);
	top:calc(50% - 1.0rem);
	z-index:1;
}
.splist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.splist ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.gykf{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.gykf01{
	width:auto;
	border-top: 4px solid var(--Color, #0029AF);
	overflow-x:scroll;
}
.gykf01 ul{
	display: flex;
	flex-wrap: wrap;
	width:1000px;
}
.gykf01 ul li{
	width:100%;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	transition: all 0.6s;
}
.gykf01 div{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	padding:1.0rem 0.5rem;
	width:14.75rem;
	min-width:20%;
}
.gykf01 ul li:hover{
	background: var(---Gray-6, #F2F2F2);
}

.xzlist{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.xzlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xzlist ul li{
	width:100%;
	padding:1.0rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:1.0rem;
}
.xzlist ul li a{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width:100%;
}
.xzlist ul li .a01{
	width:calc(100% - 60px);
	display: flex;
	align-items: center;
}
.xzlist ul li .a01 img{
	margin-right:1.0rem;
	max-height:2.5rem;
}
.xzlist.n1 ul li .a01 img{
	margin-right:1.06rem;
	max-height:6.5rem;
}
.xzlist.n1 ul li{
	padding:1.5rem 1.0rem;
	padding-left:0px;
}
.xzlist ul li .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	line-height: normal;
}
.xzlist ul li .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 .a01 dl .b01{
	display:flex;
	margin-top:2.0rem;
}
.xzlist ul li .a01 dl .b01 i{
	display: inline-flex;
	padding: 0.275rem 0.525rem;
	justify-content: center;
	align-items: center;
	border: 1px solid var(--Color, #0029AF);
	color: var(--Color, #0029AF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	margin-right:0.37rem;
}


/* From Uiverse.io by ZAKARIAE48CHELLE */ 
.Btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

.svgIcon {
  fill: var(--Color, #0029AF);
}

.icon2 {
  width: 18px;
  height: 5px;
  border-bottom: 2px solid var(--Color, #0029AF);
  border-left: 2px solid var(--Color, #0029AF);
  border-right: 2px solid var(--Color, #0029AF);
}

.tooltip {
  position: absolute;
  right: -80px;
  opacity: 0;
  background-color: rgb(12, 12, 12);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
  pointer-events: none;
  letter-spacing: 0.5px;
}

.tooltip::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(12, 12, 12);
  background-size: 1000%;
  background-position: center;
  transform: rotate(45deg);
  left: -5%;
  transition-duration: 0.3s;
}

.Btn:hover .tooltip {
  opacity: 1;
  transition-duration: 0.3s;
}

.Btn:hover {
  background: var(--Color, #30B9E4);
  transition-duration: 0.3s;
}

.Btn:hover .icon2 {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
}

.Btn:hover .svgIcon {
  fill: white;
  animation: slide-in-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.shfw{
	width:100%;
	float: left;
	margin-top:3.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.shfw-l{
	width:100%;
}
.subNavBox2{
	width:100%;
	float:left;
}
.subNav2{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer;
	padding:1.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.subNav2 a{
	width:100%;
}
.subNav2::after{
	width:2.0rem;
	height:1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.subNav2:hover{float:left; }
.currentDd2{
	border-top: 4px solid var(--Color, #0029AF);
	background: var(---Gray-6, #F2F2F2);
	border-bottom: 0px solid var(---Gray-5, #E0E0E0);
}
.currentDd2::after{
	background-image:url(../img/arrow4.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;
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	padding:1.5rem;  
	padding-top:0px;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	background: var(---Gray-6, #F2F2F2);
}


.shfw-r{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.shfw-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.abtex{
	width:100%;
	float: left;
	margin-top:3.0rem;
	color: var(--Color, #0029AF);
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
}
.abnum{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.abnum01{
	width:50%;
	margin-top:2.0rem;
}
.abnum01 .pic{
	overflow:hidden;
}
.abnum01 .pic img{
	max-height:2.0rem;
}
.abnum01 dl dt{
	margin-top:1.25rem;
	color: var(--Color, #0029AF);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abnum01 dl dd{
	margin-top:0.63rem;
	color: var(--Color, #0029AF);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.575rem */
}
.sx{
	width:0.0625rem;
	background: var(--Color, #0029AF);
	height:8.0rem;
	display:none;
}
.abwh{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background-image:url(../img/abt.png);
	background-position: center bottom;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.0rem 2.0rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}
.abwh b{
	font-family: zt2;
}
.abwh dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:3.0rem;
}
.abwh dl dd{
	margin-bottom:0.62rem;
}

.zslist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.zslist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zslist ul li{
	width:48%;
	background: var(---Gray-6, #F2F2F2);
	position:relative;
	margin-top:1.0rem;
}
.zslist ul li:nth-child(5n){
	margin-right:0px;
}
.zslist ul li dl dt{
	height:12rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.zslist ul li dl dt img{
	max-width:80%;
	max-height:80%;
}
.zslist ul li dl dd{
	border-top:1px solid #E0E0E0;
	color: var(--Color, #0029AF);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:1.0rem 0;
}
.zslist ul li .a01{
	width:100%;
	position:absolute;
	height:100%;
	background-color:rgba(0, 41, 175, 0.90);
	top:0;
	left:0;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.zslist ul li .a01 dl dd{
	color: var(---white, #FFF);
	border-top:1px solid rgba(255, 255, 255, 0.10);
}
.zslist ul li:hover .a01{
	opacity:1;
}
.fctit{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.fctit dl dt{
	color: var(--Color, #0029AF);
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fctit dl dd{
	margin-top:1.0rem;
	display: flex;
	justify-content: center;
	color: var(--Color, #0029AF);
	text-align: center;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
}
.fctit dl dd div{
	width:100%;
}

.fctex{
	width:100%;
	float:left;
	margin-top:2.5rem;
}

.teamlist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.teamlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.teamlist ul li{
	width:48%;
	margin-top:1.0rem;
	background: var(---Gray-6, #F2F2F2);
}
.teamlist ul li:nth-child(4n){
	margin-right:0px;
}
.teamlist ul li .pic{
	overflow:hidden;
	padding:1.0rem;
	padding-bottom:0px;
}
.teamlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.teamlist ul li:hover .pic img{
	transform: scale(1.05);
}
.teamlist ul li dl dt{
	margin-top:1.0rem;
	color: var(--Color, #0029AF);
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.teamlist ul li dl dd{
	margin-top:0.32rem;
	color: var(---999, #999);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.teamlist ul li .more{
	display:flex;
	margin-top:1.0rem;
	padding:1.0rem 0;
	border-top: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	display: flex;
	justify-content: center;
	align-items: center;
}
.teamlist ul li .more a{
	width:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--Color, #0029AF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.teamlist ul li .more a::after{
	margin-left:0.5rem;
	width: 0.875rem;
	height: 0.875rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.rycon{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rycon .pic{
	width:100%;
	overflow:hidden;
}
.rycon .pic img{
	width:100%;
	height:auto;
	display:block;
}
.rycon .tex{
	width:100%;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 2.475rem */
	margin-top:2.0rem;
}
.rycon .tex dl dt{
	color: var(--Color, #0029AF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.rycon .tex dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom:1.5rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	margin-bottom:1.5rem;
}

.lx01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	border: 2px solid var(--Color, #0029AF);
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:100%;
	padding:2.5rem;
	border-bottom:1px solid #F2F2F2;
	transition: all 0.6s;
}
.lx01 ul li dl dt{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lx01 ul li dl dd{
	margin-top:3.67rem;
	color: var(--Color, #0029AF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 3rem */
}
.lx01 ul li:last-child dl dd{
	color: var(--Color, #0029AF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.lx01 ul li:last-child{
	border-right:0px;
}
.lx01 ul li:hover{
	background: var(---Gray-6, #F2F2F2);
}
.map{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}






.mart5{
	margin-top:2.0rem;
}
.mart0{
	margin-top:0rem;
}
.mart2{
	margin-top:1.0rem;
}
.mart10{
	margin-top:5rem;
}






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



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

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


.tanc{
	width:100%;
	height:100vh;
	position:fixed;
	left:0;
	top:0;
	z-index:99;
	display:none;
}
.tanc01{
	width:100%;
	position:relative;
	height:100%;
}
.tanc01 .mask{
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.50);
}
.tanc01 .cyfw{
	width:80%;
	height: auto;
	left:10%;
	top:6.0rem;
	position:absolute;
	z-index:999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cyfw01{
	width:100%;
	border-radius: 1rem;
	background: #FFF;
	padding:1.5rem;
	position:relative;
}
.cyfw01 .gb{
	width: 1.5rem;
	height: 1.5rem;
	position:absolute;
	right:1.25rem;
	top:1.25rem;
	z-index:9;
	background-image:url(../img/Close2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cyfw01 h1{
	color: var(--Color, #0029AF);
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cyfw01 ul{
	margin-top:0.56rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cyfw01 ul li{
	width:100%;
	margin-top:1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom:0.44rem;
	border-bottom: 1px solid #DCDCDC;
}
.cyfw01 ul li b{
	width:5.0rem;
	color: #999;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fwbk{
	width:calc(100% - 5.0rem);
	border:0px;
	outline:none;
	color: var(--Color, #0029AF);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cyfw01 dl dd{
	margin-top:2.44rem;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
}

.gwc-r{
	width:100%;
	margin-top:3.0rem;
	color: var(---333, #333);
	font-family: Arial;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.gwc-r h1{
	margin-bottom:1.44rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.gwc-r ul{
	margin-top:1.0rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gwc-r ul.mart0{
	margin-top:0px;
}
.gwc-r ul.mart0 li:first-child{
	margin-top:0px;
}
.gwc-r ul.mart0 li:nth-child(2){
	margin-top:0px;
}
.gwc-r ul li{
	width:48%;
	padding-bottom:0.0rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:1.5rem;
}
.gwc-r ul li.w100{
	width:100%;
}
.gwc-r ul li dl dt{
	color: var(---333, #333);
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.gwc-r ul li dl dd{
	margin-top:1.0rem;
}
.gwbk{
	width:100%;
	color: var(---999, #999);
	font-family: Arial;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	border:0px;
	outline:none;
	background:none;
}
.anniu{
	display:flex;
	margin-top:2.0rem;
}
.anniu a{
	padding: 0.5rem 2rem;
	border-radius: 0.25rem;
	background: var(--fedd-00, #0029AF);
	display: flex;
	justify-content: center;
	align-items: center;
	border:0px;
	cursor:pointer;
	color: var(--fff, #fff);
	text-align: center;
	font-family: Arial;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.anniu a::after{
	margin-left:0.62rem;
	width: 1.125rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.w100{
	width:100%;
}
.fl{
	float:left;
}

.inzlm{
	width:100%;
	float:left;
	border-bottom:1px solid #E0E0E0;
}
.inzlm ul{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top:2.0rem;
}
.inzlm ul li{
	width:auto;
	margin-left:6.2vw;
	display:flex;
}
.inzlm ul li a{
	padding-bottom:2.12rem;
	position:relative;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inzlm ul li a::after{
	width:0px;
	height: 0.375rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	background: var(--Color-3, #0029AF);
	transition: all 0.6s;
}
.inzlm ul li a:hover::after{
	width:100%;
}
.inzlm ul li a.cur{
	color:#0029AF;
}
.inzlm ul li a.cur::after{
	width:100%;
}



}
































