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: Roboto333;
	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;
	}
img:hover{
          
            object-fit: cover;
            /* 关键动画效果 */
            animation: scaleDown 2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
            transform-origin: center center;
        }
        
        /* 定义从大变小的关键帧动画 */
        @keyframes scaleDown {
            0% {
                transform: scale(1.00);
                opacity: 1;
            }
            100% {
                transform: scale(1.02);
                opacity: 1.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;
	padding:0 2.6vw;
}

.logo{
	width:10.5%;
	display: flex;
	align-items: center;
	height:5.0rem;
	max-width:10.5%;
	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.875rem;
	margin-right:1.875rem;
	position:relative;
}
.innav ul li::after{
	width:0;
	height:2px;
	background-color:var(--Color, #0029AF);
	content:'';
	display:inline-block;
	position:absolute;
	bottom:1.0rem;
	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;
}


.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.inss{
	width: 2.5rem;
	height: 2.5rem;
	border-radius:50%;
	background-color:#0051BB;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right:1.2rem;
}
.inss img{
	max-width:100%;
	max-height:100%;
}
.chax{
	right:10.6vw; 
	top:5.0rem;
	position: absolute;
	width:15rem; 
	z-index:99999;
	display: none;
}
.chax.marg{
	top:4.5rem;
}
.chax　.aa{
	display: flex;
	width:15rem;
	height:2.5rem;
	background-color:#FFF;
	overflow:hidden;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 11.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 0px;
	background-color: #fff;
	outline: none;
	padding-left: 0.5rem;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 0.8rem;
	color: #999999;
}
.chaxanniu{
	width: 4.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	cursor: pointer;
	background: var(--Color, #0051BB);
	color: #FFFFFF;
	border: 0px;
	outline:none;
}
.inbk{
	width:calc(100% - 20px);
	border:0px;
	line-height:20px;
	outline:none;
	background-color:transparent;
	font-size:14px;
	color:#FFF;
}
.intel{
	width:auto;
	display: flex;
	align-items: center;
}
.intel::before{
	width: 2.5rem;
	height: 2.5rem;
	background:#0051BB url(../img/phone.svg);
	background-position:center;
	background-repeat:no-repeat;
	border-radius:50%;
	content:'';
	display:inline-block;
	margin-right:1.1rem;
}
.intel dl dt{
	color: var(---666, #666);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.intel dl dd{
	color: var(--Color, #0051BB);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.inmore{
	display:flex;
}
.inmore a{
	padding: 0.875rem 2.625rem 0.875rem 2.875rem;
	display: flex;
	align-items:center;
	position:relative;
	border: 1px solid var(---white, #FFF);
	
	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{
	content:">";
	display:inline-block;
	margin-left:1.56rem;
	font-family:'宋体';
	font-weight:bold;
}
.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, #ffffff);
}
.inmore a:hover::before{
	width:100%;
}
.inmore a:hover{
	color:var(--Color, #0051BB);
}

.inmore2{
	display:flex;
}
.inmore2 a{
	padding: 0.875rem 2.625rem 0.875rem 2.875rem;
	display: flex;
	align-items:center;
	position:relative;
	border: 1px solid var(--Color, #0051BB);
	
	color: #0051BB;
	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;
}
.inmore2 a::after{
	content:">";
	display:inline-block;
	margin-left:1.56rem;
	font-family:'宋体';
	font-weight:bold;
}
.inmore2 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, #0051BB);
}
.inmore2 a:hover::before{
	width:100%;
}
.inmore2 a:hover{
	color:var(--Color, #fff);
}




.inab{
	width:100%;
	float:left;
	margin-top:8.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex{
	width:46.2%;
	color: var(---333, #333);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.75rem */
}
.inab .tex .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab .tex .a01 dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-family: Roboto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.06875rem;
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.inab .tex .a02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex .a02 .sx{
	width:1px;
	background: #BDBDBD;
	position:relative;
}
.inab .tex .a02 .sx::before{
	width:100%;
	height:30%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	content:'';
	display:inline-block;
	background: var(--Color, #0051BB);
}
.inab .tex .a02 dl dt{
	display: flex;
	justify-content:center;
	align-items: flex-end;
	color: var(--095-da-2, #095DA2);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}
.inab .tex .a02 dl dt b{
	color: var(--Color, #0051BB);
	font-family: Roboto;
	font-size: 3rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	margin-right:0.32rem;
}
.inab .tex .a02 dl dd{
	color: var(---999, #999);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}



.inab .pic{
	width:46.9%;
	overflow:hidden;
}
.inab .pic img{
	width:100%;
	height:auto;
	display:block;
}

.insp{
	width:100%;
	float:left;
	margin-top:7.62rem;
	position:relative;
}
.insp img{
	width:100%;
	height:auto;
	display:block;
}
.insp a::before{
	width: 3.875rem;
	height: 3.875rem;
	position:absolute;
	left:calc(50% - 1.9375rem);
	top:calc(50% - 1.9375rem);
	z-index:1;
	background-image:url(../img/insp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.intit{
	width:100%;
	float:left;
	margin-top:10rem;
}
.intit dl dt{
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.75rem */
	text-transform: capitalize;
}
.intit dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	text-align: center;
	font-family: Roboto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.06875rem;
	text-transform: capitalize;
}

.inpro{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro .pic{
	width:49.375%;
	background: var(---Gray-6, #F2F2F2);
	padding:0 6.25rem;
}
.swiper-slide div{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	max-width:100%;
	max-height:100%;
}
.swiper-slide .b01{
	width:60px;
	height:60px;
	border-radius: 50%;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.swiper-slide-thumb-active .b01{
	border: 1px solid var(--Color, #0051BB);
}
.swiper-slide .b01 img{
	width:60%;
	max-height:60%;
}
.swiper-slide .a01{
	padding:4.0rem 0;
}
.swiper.aa01{
	margin:0 25%;
	width:50%;
}

.inpro .tex{
	width:49.375%;
	background: var(--Color, #0051BB);
	padding:6.25rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.inpro .tex h1{
	margin-bottom:2.5rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.375rem */
	text-transform: capitalize;
}
.inpro .tex ul{
	display:flex;
	margin-top:6.25rem;
	margin-bottom:6.25rem;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.inpro .tex ul li{
	width:33.3333%;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:2.34rem 1.25rem;
}
.inpro .tex ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro .tex ul li dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.incp{
	width:100%;
	float: left;
}
.incp.ny ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incp.ny ul li{
	width:calc(50% - 0.625rem);
	margin-right:0px;
}
.incp.ny ul li:first-child{
	margin-top:0px;
}
.incp.ny ul li:nth-child(2){
	margin-top:0px;
}
.incp ul{
	display: flex;
	flex-wrap: wrap;
}
.incp ul li{
	width:calc(33.7% - 1.25rem);
	margin-top:3.75rem;
	margin-right:1.25rem;
}
.incp ul li:nth-child(3n){
	margin-right:0px;
}
.incp ul li .pic{
	overflow:hidden;
	background: var(---Gray-6, #F2F2F2);
	height:36rem;
	display: flex;
	justify-content:center;
	align-items: center;
}
.incp ul li .pic img{
	transition: all 0.6s;
	max-width:100%;
	max-height:100%;
}
.incp ul li:hover .pic img{
	transform: scale(1.05);
}
.incp ul li dl dt{
	margin-top:1.88rem;
	padding-bottom:1.25rem;
	border-bottom:1px solid #E0E0E0;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.25rem;
}
.incp ul li dl dt i{
	margin-left:1.25rem;
	padding: 0.25rem 0.5625rem;
	border-radius: 0.25rem;
	border: 1px solid var(---999, #999);
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.incp ul li dl dd{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.incp ul li:hover dl dt{
	color: var(--Color, #0051BB);
}
.incp ul li:hover dl dt i{
	border: 1px solid var(--Color, #0051BB);
	color: var(--Color, #0051BB);
}

.inhy{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
	height:50rem;
}
.inhy .pic{
	width:100%;
	float:left;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	opacity:0;
	transition: all 2.6s;
	z-index:0;
}
.inhy .pic.cur{
	opacity:1.0;
	z-index:999;
}
.inhy .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inhy .hytit{
	width:24.75%;
	left:8.33vw;
	top:24%;
	z-index:9999;
	position:absolute;
}
.inhy .hytit dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.75rem */
	text-transform: capitalize;
}
.inhy .hytit dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.inhy .hylm{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:9999;
}
.inhy .hylm .a01{
	width:100%;
	border-radius: 0.5rem 0.5rem 0 0;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	position:relative;
	z-index:3;
}
.inhy .hylm .a01::before{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.inhy .hylm .a01 ul{
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}
.inhy .hylm .a01 ul li{
	width:auto;
	height:7.75rem;
	position:relative;
}
.inhy .hylm .a01 ul li dl dt{
	margin-top:-1.9375rem;
	display: flex;
	justify-content:center;
}
.inhy .hylm .a01 ul li dl dt div{
	border-radius: 50%;
	border: 2px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(25px);
	width:3.875rem;
	height:3.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
	z-index:3;
}
.inhy .hylm .a01 ul li dl dt div img{
	max-width:100%;
	max-height:100%;
}
.inhy .hylm .a01 ul li dl dd{
	margin-top:1.5rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:1.25rem;
	position:relative;
}
.inhy .hylm .a01 ul li dl dd::after{
	width: 1.1875rem;
	height: 0.625rem;
	content:'';
	display:inline-block;
	position:absolute;
	bottom:0;
	left:calc(50% - 0.59375rem);
	z-index:1;
	opacity:0;
	background-image:url(../img/sjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inhy .hylm .a01 ul li.cur dl dd::after{
	opacity:1;
}
.inhy .hylm .a01 ul li.cur dl dt div{
	background: var(--Color, #0051BB);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}

.innewtj{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewtj .pic{
	width:49.4%;
	overflow:hidden;
	position:relative;
}
.innewtj .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.innewtj .tex{
	width:49.375%;
	background: var(---Gray-6, #F2F2F2);
	padding:6.12rem 3.75rem;
}
.innewtj .tex dl dt{
	color: var(---999, #999);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex .sm{
	margin-top:2.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: var(---333, #333);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.inewlist{
	width:100%;
	float:left;
}
.inewlist ul{
	display: flex;
	flex-wrap: wrap;
}
.inewlist ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
}
.inewlist ul li:nth-child(4n){
	margin-right:0px;
}
.inewlist ul li .pic{
	overflow:hidden;
}
.inewlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inewlist ul li:hover .pic img{
	transform: scale(1.05);
}
.inewlist ul li .tex{
	padding:1.88rem;
}
.inewlist ul li .tex .a01{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inewlist ul li .tex .a01::after{
	width: 2.125rem;
	height: 2.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inewlist ul li .tex .a01 dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inewlist ul li .tex .a01 dl dd{
	margin-top:1.06rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.inewlist ul li .tex .sm{
	margin-top:1.06rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: stretch;
	overflow: hidden;
	color: var(---333, #333);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}
.inewlist ul li .tex .more{
	display:flex;
	align-items: center;
	margin-top:1.88rem;
}
.inewlist ul li .tex .more a{
	display:flex;
	align-items: center;
	color: var(--Color, #0051BB);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.37238rem */
}
.inewlist ul li .tex .more a::after{
	margin-left:1.25rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.inewlist ul li:hover{
	background: var(--Color, #0051BB);
}
.inewlist ul li:hover .tex .a01 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.inewlist ul li:hover .tex .a01 dl dd{
	color: var(---white, #FFF);
}
.inewlist ul li:hover .tex .sm{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.inewlist ul li:hover .tex .more a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}

.index01{
	width:100%;
	float:left;
	margin-top:9.37rem;
	position:relative;
}
.index01 img{
	width:100%;
	height:auto;
	display:block;
}
.index01 .tex{
	width:auto;
	bottom:15.6%;
	left:5rem;
	z-index:1;
	position:absolute;
}
.index01 .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.index01 .tex dl dd{
	margin-top:0.62rem;
	overflow: hidden;
	color: var(---white, #FFF);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}

.foot{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background: #383838;
	padding:5rem 8.33vw;
	padding-bottom:0;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:3.5rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.foot01 dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3rem */
	text-transform: capitalize;
}
.foot01 dl dd{
	margin-top:0.62rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dbtel{
	width: auto;
	max-width:23%;
}
.dbtel dl dt{
	padding-bottom:0.63rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.dbtel dl dd{
	margin-top:1.25rem;
	display:flex;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbtel dl dd img{
	margin-right:0.62rem;
}
.dbnav{
	width:48%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dbnav dl dt{
	padding-bottom:0.82rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbnav dl dd{
	margin-top:1.06rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbnav dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.dbewm{
	width:auto;
	max-width:12%;
}
.dbewm dl dt img{
	max-width:100%;
}
.dbewm dl dd{
	margin-top:1.25rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot03{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:2.0rem 0;
	border-top:1px solid rgba(255, 255, 255, 0.30);
}
.back{
	display: flex;
	width: 3rem;
	height: 3rem;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom:1.87rem;
	right:1.87rem;
	z-index:5;
}
.back img{
	max-width:100%;
}
.aboutbanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.aboutbanner img{
	width:100%;
	height:auto;
	display:block;
}
.aboutbanner .tex{
	width:100%;
	position:absolute;
	top:16.2%;
	left:0;
	z-index:1;
}
.aboutbanner .tex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.aboutbanner .tex dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.nab{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .pic{
	width:46.9%;
	position:relative;
	overflow:hidden;
}
.nab .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.nab .tex{
	width:46.2%;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.nab .tex h1{
	color: var(---333, #333);
	text-align: justify;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 2.5rem */
	margin-top:5.0rem;
	margin-bottom:2.5rem;
}
.nab .tex h1 i{
	color: var(--Color, #0051BB);
}
.nab .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab .tex dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-family: Roboto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.06875rem;
	text-transform: capitalize;
}
.num{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:6.25rem 8.33vw;
	background: var(--Color, #0051BB);
}
.num ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.num ul .sx{
	width:1px;
	background: rgba(255, 255, 255, 0.60);
	position:relative;
}
.num ul .sx::before{
	width:100%;
	height:30%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	content:'';
	display:inline-block;
	background: var(--Color, #ffffff);
}
.num ul li{
	width:auto;
}
.num ul li dl dt{
	display: flex;
	justify-content:center;
	align-items: flex-end;
	color: var(---white, #FFF);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}
.num ul li dl dt b{
	font-family: Roboto;
	font-size: 6.0rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	margin-right:0.32rem;
}
.num ul li dl dd{
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}

.abtit{
	width:100%;
	float:left;
	margin-top:10rem;
}
.abtit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.75rem */
	text-transform: capitalize;
}
.abtit dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-family: Roboto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.06875rem;
	text-transform: capitalize;
}
.qywh{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.qywh ul{
	display: flex;
	flex-wrap: wrap;
}
.qywh ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	padding:5.0rem 3.75rem;
	background: var(---Gray-6, #F2F2F2);
	min-height:37.5rem;
	position:relative;
	transition: all 0.6s;
}
.qywh ul li:hover{
	background: var(--Color, #0051BB);
}
.qywh ul li:hover dl dt{
	color: #FFF;
}
.qywh ul li:hover dl dd{
	color: #FFF;
}
.qywh ul li:nth-child(3n){
	margin-right:0px;
}
.qywh ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3rem */
	text-transform: capitalize;
}
.qywh ul li dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.qywh ul li .pic{
	width:auto;
	position:absolute;
	bottom:5.0rem;
	left:3.75rem;
	z-index:1;
}
.qywh ul li .pic img{
	max-width:100%;
}

.glsm{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display:flex;
	color: var(---333, #333);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.glsm div{
	width:87%;
}

.procon{
	width:100%;
	float: left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.procon-l{
	width:30%;
}
.subNavBox{
	width:100%;
	float:left;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	background: var(--Color, #0051BB);
	border-bottom:1px solid #FFF;
	text-align:center;
}
.subNav a{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 2.0rem 1.25rem;
	text-align:center;
	position:relative;
}
.subNav a::after{
	width: 0.75rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	right:2.5rem;
	top:calc(50% - 0.75rem);
	z-index:1;
}
.subNav:hover{float:left; }
.currentDd{
	background: var(--Color, #0051BB);
	color: #FFFFFF;
}
.currentDd a{
	color: #FFFFFF;
	width:100%;
}
.currentDd a::after{
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	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: center;
	align-items: center;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 1.75rem 1.25rem;
}
.navContent dl dd a.cur{
	color: var(--Color, #0051BB);
}
.navContent dl dd a:hover{
	color: var(--Color, #0051BB);
}


.procon-r{
	width:66.3%;
}
.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.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;
	color:#666;
	
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);

	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, #0051BB);
	background: var(--Color, #0051BB);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--Color, #0051BB);
	background: var(--Color, #0051BB);
	color:#FFF;
}

.nybanner{
	width:100%;
	float: left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:0 8.33vw;
	display: flex;
	align-items: center;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.25rem;
}
.nybanner .tex dl dd{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.cpshow{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow-l{
	width:50%;
	background: var(--Color, #0051BB);
	padding:10.5rem 8.33vw;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.cpshow-l h1{
	margin-bottom:2.5rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.375rem */
	text-transform: capitalize;
}
.cpshow-l ul{
	display:flex;
	margin-top:6.25rem;
	margin-bottom:8.75rem;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.cpshow-l ul li{
	width:33.3333%;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:2.34rem 1.25rem;
}
.cpshow-l ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpshow-l ul li dl dd{
	margin-top:0.94rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpshow-l .a01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow-l .a01 .tel{
	width:calc(50% - 0.31rem);
	padding:0 0.5rem;
	height:3.75rem;
	background: var(---white, #FFF);
	color: var(--Color, #0051BB);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cpshow-l .a01 .tel a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--Color, #0051BB);
}
.cpshow-l .a01 .tel::before{
	width: 2.8125rem;
	height: 2.8125rem;
	position: absolute;
	left:0.5rem;
	top:0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/dh.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.cpshow-l .a01 .xz{
	width:calc(50% - 0.31rem);
	height:3.75rem;
	border: 1px solid #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpshow-l .a01 .xz a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#FFF;
}
/* From Uiverse.io by ZAKARIAE48CHELLE */ 
.Btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  background-color:transparent;
}

.svgIcon {
  fill: #fff;
}

.icon2 {
  width: 18px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}


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

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

.Btn:hover .svgIcon {
  fill: #fff;
  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;
  }
}

.cplm{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
}
.cplm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cplm ul li{
	width:25%;
	border-right: 1px solid var(---white, #FFF);
	height:5.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cplm ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cplm ul li a:hover{
	background: var(---Gray-5, #E0E0E0);
	color: var(--Color, #0051BB);
}
.cplm ul li a.cur{
	background: var(---Gray-5, #E0E0E0);
	color: var(--Color, #0051BB);
}
.cplm ul li a.cur2{
	background: var(--Color, #0051BB);
	color: var(--Color, #ffffff);
}
.cplm.ny ul li a:hover{
	background: var(--Color, #0051BB);
	color: var(--Color, #ffffff);
}
.cptit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(--Color, #0051BB);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 4.05rem */
	text-transform: uppercase;
}
.cptit div{
	width:50%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	text-transform: capitalize;
}
.cppic{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.cppic img{
	width:100%;
	height:auto;
	display:block;
}
.cpcs{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.cpcs ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcs ul li{
	width:100%;
	padding:1.25rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.cpcs ul li div{
	width:50%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.cpyy{
	width:100%;
	float:left;
	margin-top:6.25rem;
	position:relative;
}
.cpyy img{
	width:100%;
	height:auto;
	display:block;
}
.cpyy .tex{
	width:30%;
	position:absolute;
	top:15%;
	left:5rem;
	z-index:2;
}
.cpyy.ny{
	margin-top:5.0rem;
}
.cpyy.ny .tex{
	left:8.33%;
	top:24%;
	width:25%;
}
.cpyy.ny .tex dl dt{
	font-size: 2.5rem;
}
.cpyy .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.375rem */
	text-transform: capitalize;
}
.cpyy .tex dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}

.subNavBox2{
	width:100%;
	float:left;
	margin-top:1.88rem;
}
.subNav2{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: var(---Gray-6, #F2F2F2);
	text-align:center;
	margin-top:0.62rem;
}
.subNav2 a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 2.5rem;
	text-align:center;
	position:relative;
}
.subNav2 a .a01{
	width:90%;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.subNav2 a .a01 .date{
	width:9.0rem;
	min-width:9.0rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.subNav2 a::after{
	width: 1.3rem;
	height: 1.3rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.subNav2:hover{float:left; }
.currentDd2{
	background: var(---Gray-6, #F2F2F2);
}
.currentDd2 a::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	background: var(---Gray-6, #F2F2F2);
	padding:2.5rem;
	padding-top:0px;
}
.navContent2 .b01{
	width:90%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.navContent2 .b01 .tex{
	width:calc(100% - 9rem);
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}

.showwrap{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background: var(---Gray-6, #F2F2F2);
	padding:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.showwrap .xtb{
	width:2.25rem;
}
.showwrap .xtb ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.showwrap .xtb ul li{
	width:100%;
	margin-bottom:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.showwrap .xtb ul li img{
	max-width:100%;
}
.showwrap .ncon{
	width:calc(100% - 8.5rem);
}
.newtit{
	width:100%;
	float:left;
	color: var(--Gray1, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:2.81rem;
	color: var(--Gray-3, #828282);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtex{
	margin-top:2.44rem;
	width:100%;
	float:left;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	padding:2.5rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li a{
	max-width:90%;
}
.zllist{
	width:100%;
	float:left;
	margin-top:5.63rem;
}
.zllist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zllist ul li{
	width:100%;
	padding:3.3rem 5.0rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.6s;
	margin-top:0.62rem;
}
.zllist ul li .a01{
	width:80%;
	display: flex;
	align-items: center;
}
.zllist ul li .a01::before{
	width: 3rem;
	height: 3rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xz01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:2.69rem;
}
.zllist ul li .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zllist ul li .a01 dl dd{
	margin-top:0.56rem;
	display: flex;
	align-items:center;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.zllist ul li .a01 dl dd i{
	width:1px;
	height:1.0rem;
	margin-left:0.56rem;
	margin-right:0.56rem;
	background-color:#999;
}
.zllist ul li:hover{
	background: var(--Color, #0051BB);
}
.zllist ul li:hover .a01::before{
	background-image:url(../img/xz02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.zllist ul li:hover .a01 dl dt{
	color:#FFF;
}
.zllist ul li:hover .a01 dl dd{
	color:var(--60, rgba(255, 255, 255, 0.60));
}
.zllist ul li:hover .a01 dl dd i{
	background-color:var(--60, rgba(255, 255, 255, 0.60));
}
.zllist ul li .a02{
	width: auto;
	display: flex;
	align-items:center;
}
.zllist ul li .a02 .eye{
	display: flex;
	width: 3.75rem;
	height: 3.75rem;
	justify-content: center;
	align-items: center;
	border-radius: 3.75rem;
	background: var(---white, #FFF);
	margin-right:0.62rem;
}
.zllist ul li .a02 .eye a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;

}
.zllist ul li .a02 .eye img{
	max-width:1.375rem;
}
/* From Uiverse.io by Tsiangana */ 
.botao {
  width: 125px;
  height: 3.75rem;
  border-radius: 3.75rem;
  border: none;
  padding: 5px 10px;
  background: rgb(255,255,255);
  color: var(--Color, #0051BB);
  font-family: Roboto, sans-serif;
  font-weight: 505;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  filter: drop-shadow(0 0 0px rgba(59, 190, 230, 0.568));
  transition: .5s linear;
}

.botao .mysvg {
  display: none;
}

.botao:hover {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  transition: .5s linear;
}
.botao:hover .texto {
  display: none;
}

.botao:hover .mysvg {
  display: inline;
}

.botao:hover::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border: 3.5px solid transparent;
  border-top: 3.5px solid #0051BB;
  border-right: 3.5px solid #0051BB;
  border-radius: 50%;
  animation: animateC 2s linear infinite;
}

@keyframes animateC {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.falist{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.falist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.falist ul li{
	width:100%;
	padding:0 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.falist ul li .fatex{
	width:100%;
	padding:2.5rem 0;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.falist ul li .fatex .tex{
	width:41%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	position:relative;
}
.falist ul li .fatex .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.falist ul li .fatex .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
	text-transform: capitalize;
}
.falist ul li .fatex .tex .sm{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
	margin-top:0.62rem;
	transition: all 0.6s;
}
.falist ul li .fatex .tex .gd{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	opacity:0;
}
.falist ul li:hover .fatex .tex .gd{
	opacity:1;
}
.falist ul li .fatex .pic{
	width:50%;
	overflow:hidden;
}
.falist ul li .fatex .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.falist ul li:hover .fatex .pic img{
	transform: scale(1.05);
}
.falist ul li:hover{
	background: var(--Color, #0051BB);
}
.falist ul li:hover .fatex .tex dl dt{
	color: var(---white, #FFF);
}
.falist ul li:hover .fatex .tex dl dd{
	color: var(---white, #FFF);
}
.falist ul li:hover .fatex .tex .sm{
	color: var(---white, #FFF);
}
.falist ul li:hover .fatex .tex{
	display: inline-block;
}

.shbanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding:6.25rem 8.33vw;
	border-bottom: 1px solid var(---white, #FFF);
	background: var(--Color, #0051BB);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.shbanner dl dt{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.25rem;
}
.shbanner dl dd{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.shfw{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shfw .tex{
	width:40.5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.shfw .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.shfw .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}

.subNavBox4{
	width:100%;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer;
	padding-bottom:1.25rem;
	margin-top:2.5rem;
	border-bottom:1px solid #E0E0E0; 
	font-size:1.0rem;
	font-family: zt4;
	display:flex;
	align-items: center;
}
.subNav4 b{
	margin-right:1.25rem;
}
.subNav4 a{
	width:100%;
}
.currentDd4{
	color: var(---333, #333);
	border-bottom:0px solid #E0E0E0; 
}

.navContent4{
	display: none;
	float:left; 
	width:100%; 
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	padding-bottom:1.25rem;
	border-bottom:1px solid #E0E0E0; 
}

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

.shfw02{
	width:100%;
	float:left;
	position:relative;
	margin-top:10rem;
}
.shfw02 img{
	width:100%;
	height:auto;
	display:block;
}
.shfw02 .tex{
	width:46%;
	position:absolute;
	top:16.8%;
	left:27%;
	z-index:1;
	text-align:center;
}
.shfw02 .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.shfw02 .tex dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.shfw02 .tex .phone{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:5.0rem;
}
.shfw02 .tex .phone a{
	display:flex;
	align-items: center;
	justify-content: center;
	padding: 0.25rem 1.25rem 0.25rem 0.25rem;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-left:0.625rem;
	margin-right:0.625rem;
}
.shfw02 .tex .phone a::before{
	width: 2.75rem;
	height: 2.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/dh2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.81rem;
}

.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:40%;
}
.lx01-l dl dt{
	padding-bottom:0.62rem;
	color: var(--Color, #0051BB);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lx01-l dl dd{
	margin-top:1.25rem;
	display:flex;
	align-items: center;
	color: var(--Color, #0051BB);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-l dl dd img{
	margin-right:0.62rem;
}

.feix{
	display:flex;
	margin-top:6.25rem;
}
.feix a{
	padding: 0.8125rem 2.625rem 0.6875rem 3.625rem;
	display: flex;
	align-items:center;
	position:relative;
	border: 1px solid var(--Color, #0051BB);
	
	color: #0051BB;
	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;
}
.feix a::after{
	content:'';
	display:inline-block;
	margin-left:1.56rem;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width: 1.75rem;
	height: 1.75rem;
}
.feix 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, #0051BB);
}
.feix a:hover::before{
	width:100%;
}
.feix a:hover{
	color:var(--Color, #fff);
}

.lx01-r{
	width:60%;
	overflow:hidden;
}
.lx01-r img{
	width:100%;
	height:auto;
	display:block;
}

.lx02{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-l{
	width:40%;
}
.lx02-l dl dt{
	color: var(--Color, #0051BB);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.lx02-l dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}


.lx02-r{
	width:60%;
}
.baojia{
	width:100%;
	float:left;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:49.7%;
	margin-top:1.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia ul li div{
	display: flex;
	align-items:center;
}
.baojia ul li div input{
	margin-right:0.62rem;
}
.baojia ul li dl{
	width:100%;
}
.baojia ul li:first-child{
	margin-top:0px;
}
.baojia ul li:nth-child(2){
	margin-top:0px;
}
.baojia ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk{
	width:100%;
	border: 0px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
}
.bgbk2{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
}
.baojia ul li.w100{
	width:100%;
}

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




.blue{
	color: var(--Color, #0051BB);
}
.jz{
	justify-content: center;
}
.mart6{
	margin-top:6.25rem;
}
.mart3{
	margin-top:3.75rem;
}
.mart5{
	margin-top:5.0rem;
}
.mart0{
	margin-top:0rem;
}
.mart2{
	margin-top:2.5rem;
}

.w100{
	width:100%;
}
.fl{
	float:left;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.dingw{ width:100%; float:left; margin-top:-150px;}

}


@media (min-width:2000px){


.incp ul li{
	width:calc(33.4% - 1.25rem);
}
.inewlist ul li{
	width:calc(25.1% - 1.25rem);
}






}

@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;
}
.innav ul li a{
	font-size:0.875rem;
}
.inss{
	width:2.0rem;
	height:2.0rem;
	margin-right:0.5rem;
}
.intel::before{
	width:2.0rem;
	height:2.0rem;
	margin-right:0.5rem;
}
.intel dl dd{
	font-size:1.25rem;
}
.lx01-l dl dt{
	font-size:2.5rem;
}
.lx02-l dl dd{
	font-size:2.0rem;
}
.dbtel dl dt{
	font-size:1.5rem;
}
.shfw02 .tex{
	width:70%;
	left:15%;
}
.cpyy.ny .tex{
	width:40%;
}
.index01 .tex dl dd{
	display:none;
}
.falist ul li .fatex .tex .sm{
	display:none;
}
.newtit{
	font-size:2.0rem;
}
.cpshow-l h1{
	font-size:2.0rem;
}
.cpshow-l{
	padding:5.5rem 8.33vw;
}
.incp ul li .pic{
	height:23rem;
}
.incp ul li .pic img{
	max-height:70%;
	max-height:70%;
}
.qywh ul li dl dt{
	font-size:1.5rem;
}
.qywh ul li{
	padding:3.0rem 2.0rem;
	min-height:30rem;
}
.qywh ul li dl dd{
	font-size:0.875rem;
	line-height:180%;
}
.qywh ul li .pic img{
	max-height:3.0rem;
}
.num ul li dl dt b{
	font-size:4.0rem;
}
.num{
	padding:3.25rem 8.33vw;
}

.inpro .pic{
	padding:0 2.5rem;
}
.swiper.aa01{
	margin:0 15%;
	width:70%;
}
.inpro .tex{
	padding:2.5rem;
}
.inpro .tex h1{
	margin-bottom:1.5rem;
	font-size:2.0rem;
}
.inpro .tex ul{
	margin-bottom:3.0rem;
	margin-top:3.0rem;
}
.inhy .hytit{
	width:40%;
	top:10%;
}
.inhy .hytit dl dt{
	font-size:2.0rem;
}
.inhy .hytit dl dd{
	margin-top:0.5rem;
}
.inhy .hylm .a01 ul li dl dd{
	font-size:1.0rem;
}
.innewtj .tex dl dd{
	font-size:1.5rem;
	margin-top:1.5rem;
}
.innewtj .tex .sm{
	margin-top:1.5rem;
}
.innewtj .tex{
	padding:3.5rem 2.5rem;
}
.inab .tex .a01 dl dd{
	font-size:1.0rem;
}
.inab .tex .a02 dl dt b{
	font-size:2.5rem;
}










.mart5{
	margin-top:3.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-family: "Microsoft YaHei";
	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;
}

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

.inmore{
	display:flex;
}
.inmore a{
	padding: 0.3rem 1.5rem;
	display: flex;
	align-items:center;
	position:relative;
	border: 1px solid var(---white, #FFF);
	
	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{
	content:">";
	display:inline-block;
	margin-left:1.0rem;
	font-family:'宋体';
	font-weight:bold;
}
.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, #ffffff);
}
.inmore a:hover::before{
	width:100%;
}
.inmore a:hover{
	color:var(--Color, #0051BB);
}

.inmore2{
	display:flex;
}
.inmore2 a{
	padding: 0.3rem 1.5rem;
	display: flex;
	align-items:center;
	position:relative;
	border: 1px solid var(--Color, #0051BB);
	
	color: #0051BB;
	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;
}
.inmore2 a::after{
	content:">";
	display:inline-block;
	margin-left:1.0rem;
	font-family:'宋体';
	font-weight:bold;
}
.inmore2 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, #0051BB);
}
.inmore2 a:hover::before{
	width:100%;
}
.inmore2 a:hover{
	color:var(--Color, #fff);
}




.inab{
	width:100%;
	float:left;
	margin-top:4.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex{
	width:100%;
	color: var(---333, #333);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.75rem */
}
.inab .tex .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab .tex .a01 dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-family: Roboto;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.06875rem;
	text-transform: capitalize;
	margin-bottom:1.5rem;
}
.inab .tex .a02{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex .a02 .sx{
	width:1px;
	background: #BDBDBD;
	position:relative;
}
.inab .tex .a02 .sx::before{
	width:100%;
	height:30%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	content:'';
	display:inline-block;
	background: var(--Color, #0051BB);
}
.inab .tex .a02 dl dt{
	display: flex;
	justify-content:center;
	align-items: flex-end;
	color: var(--095-da-2, #095DA2);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}
.inab .tex .a02 dl dt b{
	color: var(--Color, #0051BB);
	font-family: Roboto;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	margin-right:0.32rem;
}
.inab .tex .a02 dl dd{
	color: var(---999, #999);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}



.inab .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.inab .pic img{
	width:100%;
	height:auto;
	display:block;
}

.insp{
	width:100%;
	float:left;
	margin-top:3.0rem;
	position:relative;
}
.insp img{
	width:100%;
	height:auto;
	display:block;
}
.insp a::before{
	width: 2.8rem;
	height: 2.8rem;
	position:absolute;
	left:calc(50% - 1.4rem);
	top:calc(50% - 1.4rem);
	z-index:1;
	background-image:url(../img/insp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.intit{
	width:100%;
	float:left;
	margin-top:4rem;
}
.intit dl dt{
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.75rem */
	text-transform: capitalize;
}
.intit dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	text-align: center;
	font-family: Roboto;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.06875rem;
	text-transform: capitalize;
}

.inpro{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro .pic{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	padding:2.0rem 0;
	padding-top:1.0rem;
}
.swiper-slide div{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	max-width:100%;
	max-height:100%;
}
.swiper-slide .b01{
	width:60px;
	height:60px;
	border-radius: 5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.swiper-slide-thumb-active .b01{
	border: 1px solid var(--Color, #0051BB);
}
.swiper-slide .b01 img{
	width:60%;
	max-height:60%;
}
.swiper-slide .a01{
	padding:2.0rem 0;
}
.swiper.aa01{
	margin:0 0;
	width:100%;
}

.inpro .tex{
	width:100%;
	background: var(--Color, #0051BB);
	padding:3.0rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.inpro .tex h1{
	margin-bottom:1.5rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.375rem */
	text-transform: capitalize;
}
.inpro .tex ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.5rem;
	margin-bottom:2.5rem;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.inpro .tex ul li{
	width:100%;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:1.25rem;
}
.inpro .tex ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro .tex ul li dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:0.31rem;
}

.incp{
	width:100%;
	float: left;
}
.incp.ny ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incp.ny ul li{
	width:calc(50% - 0.625rem);
	margin-right:0px;
}
.incp.ny ul li:first-child{
	margin-top:0px;
}
.incp.ny ul li:nth-child(2){
	margin-top:0px;
}
.incp ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.incp ul li{
	width:calc(50% - 0.325rem);
	margin-top:2.5rem;
}
.incp ul li:nth-child(3n){
	margin-right:0px;
}
.incp ul li .pic{
	overflow:hidden;
	background: var(---Gray-6, #F2F2F2);
	height:12rem;
	display: flex;
	justify-content:center;
	align-items: center;
}
.incp ul li .pic img{
	transition: all 0.6s;
	max-width:90%;
	max-height:70%;
}
.incp ul li:hover .pic img{
	transform: scale(1.05);
}
.incp ul li dl dt{
	margin-top:1.5rem;
	padding-bottom:1.25rem;
	border-bottom:1px solid #E0E0E0;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.0rem;
}
.incp ul li dl dt i{
	margin-left:1.0rem;
	padding: 0.25rem 0.5rem;
	border-radius: 0.25rem;
	border: 1px solid var(---999, #999);
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.incp ul li dl dd{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.incp ul li:hover dl dt{
	color: var(--Color, #0051BB);
}
.incp ul li:hover dl dt i{
	border: 1px solid var(--Color, #0051BB);
	color: var(--Color, #0051BB);
}

.inhy{
	width:100%;
	float:left;
	margin-top:4rem;
	position:relative;
	height:29rem;
}
.inhy .pic{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	height:15rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	opacity:0;
	transition: all 2.6s;
	z-index:0;
}
.inhy .pic.cur{
	opacity:1.0;
	z-index:2;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.inhy .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inhy .hytit{
	width:80%;
	left:8.33vw;
	top:6%;
	z-index:3;
	position:absolute;
}
.inhy .hytit .inmore.mart5{
	margin-top:1.0rem;
}
.inhy .hytit dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.75rem */
	text-transform: capitalize;
}
.inhy .hytit dl dd{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	display:none;
}
.inhy .hylm{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:4;
	background-color:var(--Color, #0051BB);
}
.inhy .hylm .a01{
	width:100%;
	border-radius: 0.5rem 0.5rem 0 0;
	position:relative;
	z-index:3;
}
.inhy .hylm .a01::before{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
}
.inhy .hylm .a01 ul{
	display: flex;
	justify-content:space-around;
	flex-wrap: wrap;
}
.inhy .hylm .a01 ul li{
	width:33.33%;
	height:7.0rem;
	position:relative;
}
.inhy .hylm .a01 ul li dl dt{
	margin-top:-1.9375rem;
	display: flex;
	justify-content:center;
}
.inhy .hylm .a01 ul li dl dt div{
	border-radius: 50%;
	border: 2px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(25px);
	width:3.875rem;
	height:3.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
	z-index:3;
}
.inhy .hylm .a01 ul li dl dt div img{
	max-width:100%;
	max-height:100%;
}
.inhy .hylm .a01 ul li dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:1.25rem;
	position:relative;
}
.inhy .hylm .a01 ul li dl dd::after{
	width: 1.1875rem;
	height: 0.625rem;
	content:'';
	display:inline-block;
	position:absolute;
	bottom:0;
	left:calc(50% - 0.59375rem);
	z-index:1;
	opacity:0;
	background-image:url(../img/sjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inhy .hylm .a01 ul li.cur dl dd::after{
	opacity:1;
}
.inhy .hylm .a01 ul li.cur dl dt div{
	background: var(--Color, #0051BB);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}

.innewtj{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewtj .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.innewtj .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.innewtj .tex{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	padding:2.0rem;
}
.innewtj .tex dl dt{
	color: var(---999, #999);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex .sm{
	margin-top:1.5rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: var(---333, #333);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.inewlist{
	width:100%;
	float:left;
}
.inewlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inewlist ul li{
	width:100%;
	margin-top:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
}
.inewlist ul li:nth-child(4n){
	margin-right:0px;
}
.inewlist ul li .pic{
	overflow:hidden;
}
.inewlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inewlist ul li:hover .pic img{
	transform: scale(1.05);
}
.inewlist ul li .tex{
	padding:1.88rem;
}
.inewlist ul li .tex .a01{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inewlist ul li .tex .a01::after{
	width: 2.125rem;
	height: 2.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inewlist ul li .tex .a01 dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inewlist ul li .tex .a01 dl dd{
	margin-top:1.06rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.inewlist ul li .tex .sm{
	margin-top:1.06rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	align-self: stretch;
	overflow: hidden;
	color: var(---333, #333);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}
.inewlist ul li .tex .more{
	display:flex;
	align-items: center;
	margin-top:1.88rem;
}
.inewlist ul li .tex .more a{
	display:flex;
	align-items: center;
	color: var(--Color, #0051BB);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.37238rem */
}
.inewlist ul li .tex .more a::after{
	margin-left:1.25rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}
.inewlist ul li:hover{
	background: var(--Color, #0051BB);
}
.inewlist ul li:hover .tex .a01 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.inewlist ul li:hover .tex .a01 dl dd{
	color: var(---white, #FFF);
}
.inewlist ul li:hover .tex .sm{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.inewlist ul li:hover .tex .more a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}

.index01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	position:relative;
	background-color:var(--Color, #0051BB);
}
.index01 img{
	width:100%;
	height:auto;
	display:block;
}
.index01 .tex{
	width:100%;
	float:left;
	padding:2.0rem;
}
.index01 .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.index01 .tex dl dd{
	margin-top:0.62rem;
	overflow: hidden;
	color: var(---white, #FFF);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
}

.foot{
	width:100%;
	float:left;
	margin-top:3.0rem;
	background: #383838;
	padding:3rem 8.33vw;
	padding-bottom:0;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:1.5rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.foot01 dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3rem */
	text-transform: capitalize;
}
.foot01 dl dd{
	margin-top:0.62rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dbtel{
	width: 100%;
}
.dbtel dl dt{
	padding-bottom:0.63rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.dbtel dl dd{
	margin-top:1.0rem;
	display:flex;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbtel dl dd img{
	margin-right:0.62rem;
}
.dbnav{
	width:48%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.dbnav dl dt{
	padding-bottom:0.82rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbnav dl dd{
	margin-top:1.06rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbnav dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.dbewm{
	width:100%;
	text-align:center;
	margin-top:3.0rem;
}
.dbewm dl dt img{
	max-width:100%;
}
.dbewm dl dd{
	margin-top:1.25rem;
	color: var(--30, rgba(255, 255, 255, 0.30));
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot03{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
	padding:1.0rem 0;
	border-top:1px solid rgba(255, 255, 255, 0.30);
}
.back{
	display: flex;
	width: 2rem;
	height: 2rem;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom:1.5rem;
	right:1.5rem;
	z-index:5;
}
.back img{
	max-width:100%;
}
.aboutbanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.aboutbanner img{
	width:100%;
	height:auto;
	display:block;
}
.aboutbanner .tex{
	width:100%;
	position:absolute;
	top:16.2%;
	left:0;
	z-index:1;
}
.aboutbanner .tex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.aboutbanner .tex dl dd{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.nab{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .pic{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:2.0rem;
}
.nab .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.nab .tex{
	width:100%;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2rem */
}
.nab .tex h1{
	color: var(---333, #333);
	text-align: justify;
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.5rem */
	margin-top:2.0rem;
	margin-bottom:1.5rem;
}
.nab .tex h1 i{
	color: var(--Color, #0051BB);
}
.nab .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab .tex dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-family: Roboto;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.06875rem;
	text-transform: capitalize;
}
.num{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:2.0rem 8.33vw;
	background: var(--Color, #0051BB);
}
.num ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.num ul .sx{
	width:1px;
	background: rgba(255, 255, 255, 0.60);
	position:relative;
}
.num ul .sx::before{
	width:100%;
	height:30%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	content:'';
	display:inline-block;
	background: var(--Color, #ffffff);
}
.num ul li{
	width:auto;
}
.num ul li dl dt{
	display: flex;
	justify-content:center;
	align-items: flex-end;
	color: var(---white, #FFF);
	text-align: justify;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%;
}
.num ul li dl dt b{
	font-family: Roboto;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	margin-right:0.32rem;
}
.num ul li dl dd{
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}

.abtit{
	width:100%;
	float:left;
	margin-top:4rem;
}
.abtit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.75rem */
	text-transform: capitalize;
}
.abtit dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-family: Roboto;
	font-size:0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.06875rem;
	text-transform: capitalize;
}
.qywh{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.qywh ul{
	display: flex;
	flex-wrap: wrap;
}
.qywh ul li{
	width:100%;
	margin-top:1.0rem;
	padding:3.0rem 2.5rem;
	background: var(---Gray-6, #F2F2F2);
	position:relative;
	transition: all 0.6s;
}
.qywh ul li:hover{
	background: var(--Color, #0051BB);
}
.qywh ul li:hover dl dt{
	color: #FFF;
}
.qywh ul li:hover dl dd{
	color: #FFF;
}
.qywh ul li:nth-child(3n){
	margin-right:0px;
}
.qywh ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3rem */
	text-transform: capitalize;
}
.qywh ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2rem */
}
.qywh ul li .pic{
	width:auto;
	float:left;
	margin-top:3.0rem;
}
.qywh ul li .pic img{
	max-width:100%;
	max-height:3.0rem;
}

.glsm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	display:flex;
	color: var(---333, #333);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.75rem */
}
.glsm div{
	width:100%;
}

.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: center;
	flex-wrap: wrap;
	align-items: center;
	background: var(--Color, #0051BB);
	border-bottom:1px solid #FFF;
	text-align:center;
}
.subNav a{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 1.0rem 1.25rem;
	text-align:center;
	position:relative;
}
.subNav a::after{
	width: 0.75rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	position:absolute;
	right:2.5rem;
	top:calc(50% - 0.75rem);
	z-index:1;
}
.subNav:hover{float:left; }
.currentDd{
	background: var(--Color, #0051BB);
	color: #FFFFFF;
}
.currentDd a{
	color: #FFFFFF;
	width:100%;
}
.currentDd a::after{
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	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: center;
	align-items: center;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 1.0rem 1.25rem;
}
.navContent dl dd a.cur{
	color: var(--Color, #0051BB);
}
.navContent dl dd a:hover{
	color: var(--Color, #0051BB);
}


.procon-r{
	width:100%;
	margin-top:2.0rem;
}
.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	color:#666;
	
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);

	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, #0051BB);
	background: var(--Color, #0051BB);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--Color, #0051BB);
	background: var(--Color, #0051BB);
	color:#FFF;
}

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

.cpshow{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow-l{
	width:100%;
	background: var(--Color, #0051BB);
	padding:3rem 8.33vw;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.cpshow-l h1{
	margin-bottom:1.5rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.375rem */
	text-transform: capitalize;
}
.cpshow-l ul{
	display:flex;
	flex-wrap: wrap;
	margin-top:3.25rem;
	margin-bottom:3.75rem;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.cpshow-l ul li{
	width:100%;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:1.34rem 1.25rem;
}
.cpshow-l ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpshow-l ul li dl dd{
	margin-top:0.54rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpshow-l .a01{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow-l .a01 .tel{
	width:100%;
	padding:0 0.5rem;
	height:3.75rem;
	background: var(---white, #FFF);
	color: var(--Color, #0051BB);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cpshow-l .a01 .tel a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--Color, #0051BB);
}
.cpshow-l .a01 .tel::before{
	width: 2.8125rem;
	height: 2.8125rem;
	position: absolute;
	left:0.5rem;
	top:0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/dh.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.cpshow-l .a01 .xz{
	width:100%;
	height:3.75rem;
	border: 1px solid #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.0rem;
}
.cpshow-l .a01 .xz a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#FFF;
}
/* From Uiverse.io by ZAKARIAE48CHELLE */ 
.Btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  background-color:transparent;
}

.svgIcon {
  fill: #fff;
}

.icon2 {
  width: 18px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}


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

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

.Btn:hover .svgIcon {
  fill: #fff;
  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;
  }
}

.cplm{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
}
.cplm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cplm ul li{
	width:25%;
	border-right: 1px solid var(---white, #FFF);
	height:4.0rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cplm ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cplm ul li a:hover{
	background: var(---Gray-5, #E0E0E0);
	color: var(--Color, #0051BB);
}
.cplm ul li a.cur{
	background: var(---Gray-5, #E0E0E0);
	color: var(--Color, #0051BB);
}
.cplm ul li a.cur2{
	background: var(--Color, #0051BB);
	color: var(--Color, #ffffff);
}
.cplm.ny ul li a:hover{
	background: var(--Color, #0051BB);
	color: var(--Color, #ffffff);
}
.cptit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(--Color, #0051BB);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 4.05rem */
	text-transform: uppercase;
}
.cptit div{
	width:100%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	text-transform: capitalize;
	margin-top:1.0rem;
}
.cppic{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.cppic img{
	width:100%;
	height:auto;
	display:block;
}
.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%;
	padding:1.25rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.cpcs ul li div{
	width:50%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.cpyy{
	width:100%;
	float:left;
	margin-top:3.25rem;
	position:relative;
}
.cpyy img{
	width:100%;
	height:auto;
	display:block;
}
.cpyy .tex{
	width:80%;
	position:absolute;
	top:10%;
	left:1.5rem;
	z-index:2;
}
.cpyy.ny{
	margin-top:5.0rem;
}
.cpyy.ny .tex{
	left:8.33%;
	top:14%;
	width:80%;
}
.cpyy.ny .tex dl dt{
	font-size: 1.5rem;
}
.cpyy .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.375rem */
	text-transform: capitalize;
}
.cpyy .tex dl dd{
	margin-top:0rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.subNavBox2{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.subNav2{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: var(---Gray-6, #F2F2F2);
	margin-top:0.62rem;
}
.subNav2 a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 1.5rem;
	position:relative;
}
.subNav2 a .a01{
	width:90%;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.subNav2 a .a01 .date{
	width:9.0rem;
	min-width:9.0rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:none;
}
.subNav2 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;
}
.subNav2:hover{float:left; }
.currentDd2{
	background: var(---Gray-6, #F2F2F2);
}
.currentDd2 a::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	background: var(---Gray-6, #F2F2F2);
	padding:2.5rem;
	padding-top:0px;
}
.navContent2 .b01{
	width:90%;
	display: flex;
	align-items: center;
}
.navContent2 .b01 .tex{
	width:100%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}

.showwrap{
	width:100%;
	float:left;
	margin-top:3.25rem;
	background: var(---Gray-6, #F2F2F2);
	padding:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.showwrap .xtb{
	width:2.25rem;
}
.showwrap .xtb ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.showwrap .xtb ul li{
	width:100%;
	margin-bottom:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.showwrap .xtb ul li img{
	max-width:100%;
}
.showwrap .ncon{
	width:calc(100% - 3.5rem);
}
.newtit{
	width:100%;
	float:left;
	color: var(--Gray1, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.81rem;
	color: var(--Gray-3, #828282);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtex{
	margin-top:1.44rem;
	width:100%;
	float:left;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	padding:1.5rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li a{
	max-width:80%;
}
.zllist{
	width:100%;
	float:left;
	margin-top:2.63rem;
}
.zllist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zllist ul li{
	width:100%;
	padding:1.5rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	transition: all 0.6s;
	margin-top:0.62rem;
}
.zllist ul li .a01{
	width:100%;
	display: flex;
	align-items: center;
}
.zllist ul li .a01::before{
	width: 3rem;
	height: 3rem;
	min-width:3.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xz01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:1.0rem;
}
.zllist ul li .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zllist ul li .a01 dl dd{
	margin-top:0.56rem;
	display: flex;
	align-items:center;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.zllist ul li .a01 dl dd i{
	width:1px;
	height:1.0rem;
	margin-left:0.56rem;
	margin-right:0.56rem;
	background-color:#999;
}
.zllist ul li:hover{
	background: var(--Color, #0051BB);
}
.zllist ul li:hover .a01::before{
	background-image:url(../img/xz02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.zllist ul li:hover .a01 dl dt{
	color:#FFF;
}
.zllist ul li:hover .a01 dl dd{
	color:var(--60, rgba(255, 255, 255, 0.60));
}
.zllist ul li:hover .a01 dl dd i{
	background-color:var(--60, rgba(255, 255, 255, 0.60));
}
.zllist ul li .a02{
	width: 100%;
	margin-top:2.0rem;
	display: flex;
	align-items:center;
}
.zllist ul li .a02 .eye{
	display: flex;
	width: 3.0rem;
	height: 3.0rem;
	justify-content: center;
	align-items: center;
	border-radius: 3.0rem;
	background: var(---white, #FFF);
	margin-right:0.62rem;
}
.zllist ul li .a02 .eye a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;

}
.zllist ul li .a02 .eye img{
	max-width:1.375rem;
}
/* From Uiverse.io by Tsiangana */ 
.botao {
  width: 125px;
  height: 3.0rem;
  border-radius: 3.0rem;
  border: none;
  padding: 5px 10px;
  background: rgb(255,255,255);
  color: var(--Color, #0051BB);
  font-family: Roboto, sans-serif;
  font-weight: 505;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  filter: drop-shadow(0 0 0px rgba(59, 190, 230, 0.568));
  transition: .5s linear;
}

.botao .mysvg {
  display: none;
}

.botao:hover {
  width: 3.0rem;
  height: 3.0rem;
  border-radius: 50%;
  transition: .5s linear;
}
.botao:hover .texto {
  display: none;
}

.botao:hover .mysvg {
  display: inline;
}

.botao:hover::before {
  content: '';
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  border: 3.5px solid transparent;
  border-top: 3.5px solid #0051BB;
  border-right: 3.5px solid #0051BB;
  border-radius: 50%;
  animation: animateC 2s linear infinite;
}

@keyframes animateC {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.falist{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.falist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.falist ul li{
	width:100%;
	padding:0 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.falist ul li .fatex{
	width:100%;
	padding:1.5rem 0;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.falist ul li .fatex .tex{
	width:41%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	position:relative;
}
.falist ul li .fatex .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.falist ul li .fatex .tex dl dd{
	margin-top:0.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
	text-transform: capitalize;
}
.falist ul li .fatex .tex .sm{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
	margin-top:0.62rem;
	transition: all 0.6s;
	display:none;
}
.falist ul li .fatex .tex .gd{
	width:100%;
	float:left;
	margin-top:1.0rem;
	opacity:0;
	display:none;
}
.falist ul li:hover .fatex .tex .gd{
	opacity:1;
}
.falist ul li .fatex .pic{
	width:50%;
	overflow:hidden;
}
.falist ul li .fatex .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.falist ul li:hover .fatex .pic img{
	transform: scale(1.05);
}
.falist ul li:hover{
	background: var(--Color, #0051BB);
}
.falist ul li:hover .fatex .tex dl dt{
	color: var(---white, #FFF);
}
.falist ul li:hover .fatex .tex dl dd{
	color: var(---white, #FFF);
}
.falist ul li:hover .fatex .tex .sm{
	color: var(---white, #FFF);
}
.falist ul li:hover .fatex .tex{
	display: inline-block;
}

.shbanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding:2.0rem 8.33vw;
	border-bottom: 1px solid var(---white, #FFF);
	background: var(--Color, #0051BB);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.shbanner dl dt{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0.5rem;
}
.shbanner dl dd{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.shfw{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.shfw .tex{
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.shfw .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.shfw .tex dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}

.subNavBox4{
	width:100%;
	margin-top:1.5rem;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer;
	padding-bottom:1.0rem;
	margin-top:1.5rem;
	border-bottom:1px solid #E0E0E0; 
	font-size:1.0rem;
	font-family: zt4;
	display:flex;
	align-items: center;
}
.subNav4 b{
	margin-right:1.25rem;
}
.subNav4 a{
	width:100%;
}
.currentDd4{
	color: var(---333, #333);
	border-bottom:0px solid #E0E0E0; 
}

.navContent4{
	display: none;
	float:left; 
	width:100%; 
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	padding-bottom:1.25rem;
	border-bottom:1px solid #E0E0E0; 
}

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

.shfw02{
	width:100%;
	float:left;
	position:relative;
	margin-top:4rem;
}
.shfw02 img{
	width:100%;
	height:auto;
	display:block;
}
.shfw02 .tex{
	width:90%;
	position:absolute;
	top:16.8%;
	left:5%;
	z-index:1;
	text-align:center;
}
.shfw02 .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.shfw02 .tex dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
	display:none;
}
.shfw02 .tex .phone{
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:1.0rem;
}
.shfw02 .tex .phone a{
	display:flex;
	align-items: center;
	justify-content: center;
	padding: 0.25rem 1.25rem 0.25rem 0.25rem;
	border-radius: 3.125rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-left:0.25rem;
	margin-right:0.25rem;
}
.shfw02 .tex .phone a::before{
	width: 1.75rem;
	height: 1.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/dh2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.41rem;
}

.lx01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:100%;
}
.lx01-l dl dt{
	padding-bottom:0.62rem;
	color: var(--Color, #0051BB);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lx01-l dl dd{
	margin-top:1.0rem;
	display:flex;
	align-items: center;
	color: var(--Color, #0051BB);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01-l dl dd img{
	margin-right:0.62rem;
}

.feix{
	display:flex;
	margin-top:3.25rem;
}
.feix a{
	padding: 0.8125rem 2.625rem 0.6875rem 3.625rem;
	display: flex;
	align-items:center;
	position:relative;
	border: 1px solid var(--Color, #0051BB);
	
	color: #0051BB;
	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;
}
.feix a::after{
	content:'';
	display:inline-block;
	margin-left:1.56rem;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width: 1.75rem;
	height: 1.75rem;
}
.feix 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, #0051BB);
}
.feix a:hover::before{
	width:100%;
}
.feix a:hover{
	color:var(--Color, #fff);
}

.lx01-r{
	width:100%;
	overflow:hidden;
	margin-top:3.0rem;
}
.lx01-r img{
	width:100%;
	height:auto;
	display:block;
}

.lx02{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02-l{
	width:100%;
}
.lx02-l dl dt{
	color: var(--Color, #0051BB);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.lx02-l dl dd{
	margin-top:0.34rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}


.lx02-r{
	width:100%;
	margin-top:3.0rem;
}
.baojia{
	width:100%;
	float:left;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:49.0%;
	margin-top:1.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia ul li div{
	display: flex;
	align-items:center;
}
.baojia ul li div input{
	margin-right:0.62rem;
}
.baojia ul li dl{
	width:100%;
}
.baojia ul li:first-child{
	margin-top:0px;
}
.baojia ul li:nth-child(2){
	margin-top:0px;
}
.baojia ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk{
	width:100%;
	border: 0px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
}
.bgbk2{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
}
.baojia ul li.w100{
	width:100%;
}

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




.blue{
	color: var(--Color, #0051BB);
}
.jz{
	justify-content: center;
}
.mart6{
	margin-top:2.25rem;
}
.mart3{
	margin-top:1.5rem;

}
.mart5{
	margin-top:2.0rem;
}
.mart0{
	margin-top:0rem;
}
.mart2{
	margin-top:1.5rem;
}


.cplm.mart5{
	margin-top:5.0rem;
}










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




}
































