@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family:Arial, Helvetica, sans-serif;
	font-family: zt;
	margin:auto
	}
@font-face
{
	font-family: 思源黑体;
	src: url('../font/思源黑体 CN-Light.otf'),
	url('../font/思源黑体 CN-Light.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: DIN;
	src: url('../font/DIN-Bold.otf'),
	url('../font/DIN-Bold.otf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: anton;
	src: url('../font/anton.woff.ttf'),
	url('../font/anton.woff.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Roboto;
	src: url('../font/Roboto-Regular.ttf'),
	url('../font/Roboto-Regular.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: Source;
	src: url('../font/Source-Han-Serif-CN-Bold.ttf'),
	url('../font/Source-Han-Serif-CN-Bold.ttf'); /* IE9+,可以是具体的实际链接 */
}
@font-face
{
	font-family: zt;
	src: url('../font/zt.TTF'),
	url('../font/zt.TTF'); /* IE9+,可以是具体的实际链接 */
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#1F2A66;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,1);
	border-bottom:1px solid #E0E0E0;
	top:0;
}

.header.yanse{
	top:0px;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background-color: rgba(0,0,0,0);
	width:100%;
	border-radius: 8px;
	border-bottom: 1px solid rgba(255,255,255,0);
}
.header.yanse.yanse01 a{
	color:#FFF;
}

.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 .innav ul li{
	color:#fff;
}
.main{
	width: auto;
	margin:auto;
	padding:0px 15px;
	max-width:1440px;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
	transition: all 0.6s;
	backdrop-filter: blur(12.5px);
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	padding:0 5.2vw;
}

.logo{
	width:9.2%;
	display: flex;
	align-items: center;
	height:5.0rem;
	max-width:9.2%;
	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;
	margin-left:1.5625vw;
	margin-right:1.5625vw;
	position:relative;
	height:5.0rem;
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innav ul li i{
	width: 0;
	height: 0.125rem;
	transition: all 0.6s;
	position:absolute;
	left:0;
	bottom:1.0rem;
	background: #1F2A66;
	z-index:1;
}
.innav ul li:hover i{
	width:100%;
}
.innav ul li a:hover{
	color:#1F2A66;
}
.header.yanse .innav ul li.cur a{
	color:#1F2A66;
	font-weight:bold;
}
.header.yanse .innav ul li.cur i{
	width:100%;
}

.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.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;
	padding: 0.5rem 1.0625rem 0.5rem 1.875rem;
	align-items: center;
	border-radius: 1.875rem;
	background: var(--1-d-2-b-66, #1F2A66);
	color: #FFF;
	text-align: center;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
}
.top-r .zyw .a01::after{
	width: 1.5rem;
	height: 0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.75rem;
	margin-top:-2px;
}
.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 .qiu{
	display: flex;
	width: 2.625rem;
	height: 2.625rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.875rem;
	background: var(--1-d-2-b-66, #1F2A66);
	margin-left:1.25rem;
}
.innav ul li .xiala{
	width:12.0rem;
	position:absolute;
	top:5.0rem;
	left:-3.5rem;
	z-index:2;
	text-align:center;
	font-size:0.875rem;
	line-height:250%;
	opacity:0;
	visibility:hidden;
	padding:0.5rem 0;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility:visible;
}
.header.yanse.yanse01 .xiala{
	background-color:rgba(0,0,0,0.3);
}
.header.yanse .xiala{
	background-color:rgba(255,255,255,1);
}
.header.yanse .innav ul li.cur .xiala a{
	color:#333;
}
.header.yanse .innav ul li.cur .xiala a:hover{
	color:#1F2A66;
}

.chax{
	right:5.2vw; 
	top:5.0rem;
	position: absolute;
	width:15rem; 
	z-index:996;
	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(--1-d-2-b-66, #1F2A66);
	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;
}

.innum{
	width:100%;
	float:left;
	padding:3.25rem 0;
	background: #028C94;
}
.innum ul{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.innum ul li{
	width:auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align:center;
}
.innum ul li dl dt{
	color: var(---white, #FFF);
	text-align: justify;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	text-align:center;
}
.innum ul li dl dt b{
	font-family: zt;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innum ul li dl dd{
	color:rgba(255, 255, 255, 0.5);
	text-align: justify;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	text-align:center;
}
.innum ul li .sx{
	width: 0.0625rem;
	height: 4.625rem;
	background: rgba(255, 255, 255, 0.30);
}

.index01{
	width:100%;
	float:left;
	background-image: url(../img/abj.png);
	background-position:left center;
	background-repeat:no-repeat;
	background-size:48% 100%;
}
.inab{
	width:41%;
	float:right;
	color: var(---666, #666);
	text-align: justify;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	padding-top:11rem;
	padding-bottom:16.5rem;
	position:relative;
}
.inab .wz{
	width:auto;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
}
.inab dl dt{
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:2.5rem;
}
.inmore{
	display:flex;
	margin-top:6.25rem;
}
.inmore a{
	display: flex;
	padding: 1.0625rem 2.625rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.875rem;
	background: var(--0-a-94-d-4, #028C94);
	color: #FFF;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
}
.inmore a::after{
	width: 0.75rem;
	height: 1.5rem;
	margin-left:1.56rem;
	content:'';
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.index02{
	width:100%;
	float:left;
	position:relative;
}
.index02 img{
	width:100%;
	height:auto;
	display:block;
}
.index02 .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
}
.index02 .vido{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index02 .vido::before{
	width: 7.375rem;
	height: 7.375rem;
	content:'';
	display:inline-block;
	background-image:url(../img/play.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.index02 .vido::before a{
	width:100%;
	height:100%;
}

.index03{
	width:100%;
	float:left;
	position:relative;
}
.lyu{
	width:100%;
	float:left;
	position:relative;
}
.lyu img{
	width:100%;
	height:auto;
	display:block;
}
.lyu .lyutex{
	width:100%;
	position:absolute;
	top:19%;
	left:0;
	z-index:1;
}
.lyu .lyutex .a01{
	width:37%;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.lyu .lyutex .a01 h1{
	margin-bottom:1.25rem;
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lyu .lyutex .a01 .inmore{
	margin-top:5.0rem;
}
.lyulm{
	width:100%;
	position:absolute;
	bottom:5.0rem;
	left:0;
	z-index:2;
}
.lyulm ul{
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	overflow:hidden;
}
.lyulm ul li{
	width:12.5%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	height: 4.5rem;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lyulm ul li a{
	width:100%;
	height:4.5rem;
	display:flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.lyulm ul li a img{
	margin-right:0rem;
	max-width:2.2375rem;
}
.lyulm ul li:last-child{
	border-right:0px;
}
.lyulm ul li a:hover{
	background: var(--0-a-94-d-4, #028C94);
}
.lyulm ul li a.cur{
	background: var(--0-a-94-d-4, #028C94);
}

.index04{
	width:100%;
	float:left;
	position:relative;
	background-image:url(../img/a03.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:8.12rem 0;
}

.intex{
	width:100%;
	position:absolute;
	left:0;
	top:14.75rem;
}
.intex .a01{
	width:38%;
	color: var(---white, #FFF);
	text-align: justify;
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.intex .a01 h2{
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:3.12rem;
}
.inmore2{
	display:flex;
	margin-top:6.25rem;
}
.inmore2 a{
	display: flex;
	padding: 1.0625rem 2.625rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.875rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: #FFF;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
}
.inmore2 a::after{
	width: 0.75rem;
	height: 1.5rem;
	margin-left:1.56rem;
	content:'';
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inpro{
	width:51.75%;
	float:right;
}
.inpro ul{
	display:flex;
	flex-wrap: wrap;
}
.inpro ul li{
	width:calc(34.0% - 1.88rem);
	margin-right:1.88rem;
	margin-top:2.5rem;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li dl dt{
	overflow:hidden;
	position:relative;
}
.inpro ul li dl dt::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--50, rgba(0, 0, 0, 0.50));
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.inpro ul li:hover dl dt::before{
	opacity:1;
}
.inpro ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.inpro ul li dl dt .smalpic{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:2;
	opacity:0;
	padding:1.88rem;
	transition: all 0.6s;
}
.inpro ul li:hover .smalpic{
	opacity:1;
}
.inpro ul li dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.intit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit dl{
	max-width:59%;
}
.intit dl dt{
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	text-align: justify;
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.intit .inmore{
	margin-top:0px;
}

.incx{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.incx ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incx ul li{
	width:33.33333%;
	position:relative;
	overflow:hidden;
}
.incx ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.incx ul li:hover img{
	transform: scale(1.05);
}
.incx ul li span{
	width:auto;
	position:absolute;
	top:3.75rem;
	left:3.12rem;
	z-index:1;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.incx ul li::after{
	width: 3rem;
	height: 3rem;
	position:absolute;
	bottom:3.75rem;
	left:3.12rem;
	content:'';
	display:inline-block;
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat: no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.incx ul li:hover::after{
	opacity:1;
}

.innew{
	width:100%;
	float:left;
}
.innew ul{
	display:flex;
	flex-wrap: wrap;
}
.innew ul li{
	width:calc(34.0% - 1.88rem);
	margin-right:1.88rem;
	margin-top:3.75rem;
	border-bottom: 1px solid var(---999, #999);
	padding-bottom:1.25rem;
	position:relative;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li::after{
	width:0px;
	height:3px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background-color:var(--1-d-2-b-66, #1F2A66);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.innew ul li:hover::after{
	width:100%;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li dl dt{
	margin-top:2.5rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
	
}
.innew ul li .more{
	margin-top:4.44rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.innew ul li .more a{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---999, #999);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew ul li .more a::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/small_long_down.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innew ul li:hover .more a::after{
	background-image:url(../img/small_long_down2.svg);
}
.innew ul li:hover .more a{
	color: var(--1-d-2-b-66, #1F2A66);
}
.foot{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background: var(--bg, #EEE);
	padding-top:6.25rem;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:3.75rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .xlogo{
	width:11%;
	max-width:11%;
	display:flex;
	align-items: center;
}
.foot01 .xlogo img{
	max-width:100%;
}
.foot01 .a01{
	width:80%;
	display:flex;
}
.foot01 .a01 div{
	width: 20%;
    display: flex;
    align-items: center;
    margin-left: 1.25vw;
    color: var(---666, #666);
    font-family: zt;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.foot01 .a01 div:nth-child(3){
	width: 43%;
	}
.foot01 .a01 div img{
	margin-right:0.94rem;
	max-width:2.25rem;
}

.foot02{
	width:100%;
	float:left;
	padding-bottom:3.75rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.75rem;
}
.foot02 dl dt{
	color: var(---333, #333);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:0.5rem;
}
.foot02 dl dd{
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.06rem;
}
.foot02 dl dd a{
	color: var(---666, #666);
}
.foot03{
	width:100%;
	float:left;
	padding:2.5rem 0;
	text-align:center;
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height:100%;
	display:flex;
	align-items: center;
}
.nybanner .tex .tex01{
	width:100%;
}
.nybanner .tex .tex01 dl dt{
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner .tex .tex01 dl dd{
	color: var(---white, #FFF);
	font-size: 6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}

.zlm{
	width:100%;
	float:left;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	background: #FFF;
}
.zlm01{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.zlm01.jur{
	justify-content: flex-end;
}
.zlm01 ul{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
}
.zlm01 ul li{
	width:auto;
	display:flex;
}
.zlm01 ul li a{
	padding: 1rem 1rem;
	border-radius: 6.25rem;
	color: var(---666, #666);
	text-align: center;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.zlm01 ul li a:hover{
	background: var(--1-d-2-b-66, #1F2A66);
	color: #FFF;
}
.zlm01 ul li a.cur{
	background: var(--1-d-2-b-66, #1F2A66);
	color: #FFF;
}
.zlm01 .a01{
	width:auto;
	color: var(---999, #999);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
	padding:1.16rem 0;
}
.zlm01 .a01 a{
	color: var(---999, #999);
}
.zlm01 .a01::before{
	width: 1.4375rem;
	height: 1.4375rem;
	margin-right:0.62rem;
	content:'';
	display:inline-block;
	background-image:url(../img/home.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.abtit{
	width:100%;
	float:left;
	margin-top:7.5rem;
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab{
	width:100%;
	float:left;
	margin-top:6.0rem;
	color: var(---666, #666);
	text-align: justify;
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.nab img{
	float:left;
	margin-right:5.54rem;
	max-width:48%;
}
.nab h1{
	color: var(---Gray-5, #E0E0E0);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	display:flex;
	align-items: center;
	margin-bottom:4.6rem;
}
.nab h1 b{
	color: var(--1-d-2-b-66, #1F2A66);
	font-family: Roboto;
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	padding-left: 20px;
	line-height: normal;
	
}
.nab h1::before{
	width:60%;
	height:1px;
	background: #E0E0E0;
	content:'';
	display:inline-block;
}
/*大事记start*/
.about_bg{width:100%;height: 330px;float: left; position:relative; margin-top:7.5rem; }
.event_box{width: auto;position:relative;margin:0 auto;max-width:1440px; padding:0px 15px;  }
.event_box .parHd {width:100%;display:inline-block;height:92px;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;}
.parHd .tempWrap{margin:0 auto;}
.about_bg::after{
	content:'';
	width:100%;
	height:2px;
	background: #E0E0E0;
	position:absolute;
	right:0;
	top:10.4rem;
	z-index:10;
}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-bottom:30px;font-size:6.0rem;margin:0 7.65rem;position:relative; color: var(---Gray-5, #E0E0E0);}
.parHd li:after{content:''; background:url(../img/dot_ico.svg) no-repeat center;width: 0.59306rem;height: 0.59306rem;position:absolute;z-index:20;bottom:2px;left:calc(50% - 0.29653rem);border-radius: 50%;}
.parBd{height: auto; width:80%; margin: auto;margin-top:4.0rem;}
.parBd .slideBox{position:relative}
.parBd .tex{
	width:100%;
	position:absolute;
	z-index:2;
	font-size:1.0rem;
	line-height: 200%; /* 2rem */
	color: var(---333, #333);
}
.parBd .tex ul{ display:flex; justify-content: center; position: relative;}
.parBd .tex ul li{ width:85%; text-align:center; }
div#listBox {width:100%;}
.sPrev,.sNext{
	width:3.0rem;
	height:3.0rem;
	display:block;
	position:absolute;
	top:9.0rem; 
	z-index:99;
	border: 1px solid var(---Gray-5, #E0E0E0);
	border-radius:50%;
}
.sPrev:hover,.sNext:hover{
	background: var(--0-a-94-d-4, #028C94);
	color:#fff;
}
.sPrev:hover,.sNext:hover::before{
	color:#fff;
}
.sPrev:hover::before{
	color:#fff;
}
.sPrev{left:15px;}
.sNext{right:15px;}
.sPrev::before{
	width:3.0rem;
	height:3.0rem;
	content:'<';
	color:#028C94;
	font-family:'宋体';
	font-weight: bold;
	line-height:3.0rem;
	text-align:center;
	position:absolute;
}
.sNext::before{
	width:3.0rem;
	height:3.0rem;
	content:'>';
	color:#028C94;
	font-family:'宋体';
	font-weight: bold;
	line-height:3.0rem;
	text-align:center;
	position:absolute;
}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width: 0.79244rem;height: 0.79244rem;overflow:hidden; background:url(../img/cat.svg) no-repeat center;border-radius: 50%;position:absolute;bottom:0;left:calc(50% - 0.39622rem);z-index:21;}
.parHd li.act{
	color: var(--1-d-2-b-66, #1F2A66);
}
.parHd li span,.parHd li.clone span{display:none;}
.parHd li.act::after{
	background:none;
}
/*大事记start*/

.abtit2{
	width:100%;
	float:left;
	margin-top:6.58rem;
	text-align:center;
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab02{
	width:100%;
	float:left;
	margin-top:8.75rem;
}
.nab02 ul{
	display:flex;
	flex-wrap: wrap;
}
.nab02 ul li{
	width:calc(33.5% - 0.66rem);
	margin-right:0.66rem;
	padding:2.5rem 1.8rem;
	background: var(---Gray-6, #F2F2F2);
	position:relative;
}
.nab02 ul li::after{
	width:0px;
	height:6px;
	background-color:#1F2A66;
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.nab02 ul li:hover::after{
	width:100%;
}
.nab02 ul li:nth-child(3n){
	margin-right:0px;
}
.nab02 ul li .pic{
	overflow:hidden;
}
.nab02 ul li .pic img{
	max-height:5.0rem;
}
.nab02 ul li dl dt{
	margin-top: 1.75rem;
    margin-bottom: 1.75rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab02 ul li dl dd{
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.nab03{
	width:100%;
	float:left;
	margin-top:10rem;
}
.nab03 ul{
	display:flex;
	flex-wrap: wrap;
}
.nab03 ul li{
	width:25%;
	position:relative;
	overflow:hidden;
}
.nab03 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nab03 ul li:hover img{
	transform: scale(1.05);
}
.nab03 ul li .tex{
	width:100%;
	text-align:center;
	position:absolute;
	bottom:7.5rem;
	left:0;
	z-index:1;
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lylist{
	width:100%;
	float:left;
	margin-top:2.55rem;
}
.lylist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lylist ul li{
	width:48%;
	margin-top:3.75rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.30);
	position:relative;
}
.lylist ul li::after{
	width:0px;
	height: 0.1875rem;
	background: #1F2A66;
	content:'';
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
}
.lylist ul li:hover::after{
	width:100%;
}
.lylist ul li dl dt{
	overflow:hidden;
}
.lylist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.lylist ul li:hover dl dt img{
	transform: scale(1.05);
}
.lylist ul li dl dd{
	padding:1.88rem 0;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lylist ul li dl dd::after{
	width: 2.8125rem;
	height: 2.875rem;
	background-image:url(../img/caret_right.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.lylist ul li:hover dl dd::after{
	opacity:1;
}
.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 3.125rem;
	height: 3.125rem;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:3.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(--30, rgba(255, 255, 255, 0.30));
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color: var(---666, #666);

}
.fy ul li a:hover{
	background: var(--0-a-94-d-4, #028C94);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--Color-2, #028C94);
}
.fy ul li .cur{
	background: var(--0-a-94-d-4, #028C94);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--Color-2, #028C94);
}

.swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper{
	width: 100%;
	float:left;
	margin-top:3.75rem;
}

.swiper-slide{
	background-size: cover;
	background-position: center;
}
.mySwiper2{
	height: auto;
	width: 100%;
}
.mySwiper.a01{
	margin-left:10%;
	margin-right:10%;
	width:80%;
}
.mySwiper{
	height: auto;
	box-sizing: border-box;
	padding: 20px 0;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#999;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#999;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}

.fan{
	width:100%;
	float:left;
	position:relative;
}

.fa01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.fa01 .a01{
	max-width:64%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.fa01 .a02{
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fa01 .inmore{
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.fa02{
	width:100%;
	float:left;
	margin-top:10rem;
}
.fa02 ul{
	display: flex;
	flex-wrap: wrap;
}
.fa02 ul li{
	width:calc(34.0% - 1.88rem);
	margin-right:1.88rem;
	margin-bottom:2.5rem;
}
.fa02 ul li:nth-child(3n){
	margin-right:0px;
}
.fa02 ul li dl dt{
	overflow:hidden;
	transition: all 0.6s;
	position:relative;
}
.fa02 ul li dl dt::after{
	width: 3rem;
	height:3.0rem;
	position: absolute;
	left:2.5rem;
	bottom:2.5rem;
	z-index:1;
	opacity:0;
	content:'';
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.fa02 ul li:hover dl dt::after{
	opacity:1;
}
.fa02 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.fa02 ul li:hover dl dt img{
	transform: scale(1.05);
}
.fa02 ul li:hover dl dt{
	box-shadow: 0px 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.fa02 ul li dl dd{
	margin-top:2.5rem;
	color: var(--1-d-2-b-66, #1F2A66);
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align:center;
}

.subNavBox{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.subNav{
	width:100%; 
	float:left;
	DISPLAY: block;  
	CURSOR: pointer;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:2.5rem;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.25rem;
}
.subNav .pic{
	width:25%;
	overflow:hidden;
}
.subNav .pic img{
	width:100%;
	height:auto;
	display:block;
}
.subNav .tex{
	width:69%;
}
.subNav .tex dl dt{
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	padding-bottom:1.1rem;
}
.subNav .tex dl dd{
	padding:0.95rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-family: zt;
	font-size: 0.95rem;
	font-style: normal;
	line-height: 2; /* 1.925rem */
}
.currentDd 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;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:1.25rem 2.5rem; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
	background: var(---Gray-6, #F2F2F2);
}
.navContent .a01{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
}
.navContent dl{
	width:calc(25.5% - 1.8rem);
	margin-right:1.8rem;
}
.navContent dl:nth-child(4n){
	margin-right:0px;
}
.navContent dl dt{
	overflow:hidden;
}
.navContent dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.navContent dl:hover dt img{
	transform: scale(1.05);
}
.navContent dl dd{
	padding:1.88rem 0;
	color: var(---333, #333);
	text-align: center;
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}

.cpshow{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow .tex{
	width:40%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.cpshow .tex dl dt{
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cpshow .tex dl dd{
	margin-top:0.62rem;
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:2.2rem;
}
.cpshow .tex ul{
	margin-top:2.5rem;
	display:flex;
	flex-wrap: wrap;
}
.cpshow .tex ul li{
	width:100%;
	padding:1.25rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.cpshow .pic{
	width:53.4%;
	overflow:hidden;
	box-shadow: 0px 69.412px 65.074px -36.875px rgba(0, 0, 0, 0.19);
}
.cpshow .pic img{
	width: 100%;
    height: 100%;
    display: block;
}
.cpshow02{
	width:100%;
	float:left;
	margin-top:7.5rem;
	
}
.cpshow02 ul{
	display:flex;
	flex-wrap: wrap;
}
.cpshow02 ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	overflow:hidden;
}
.cpshow02 ul li:nth-child(4n){
	margin-right:0px;
}
.cpshow02 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cpshow02 ul li:hover img{
	transform: scale(1.05);
}

.cpwrap{
	width:100%;
	float:left;
	margin-top:8.75rem;
	background: var(--1-d-2-b-66, #1F2A66) url(../img/cb01.png) no-repeat center;
	background-size:cover;
	padding:10rem 0;
}
.tedian{
	width:100%;
	float:left;
}
.tedian h1{
	color: var(---white, #FFF);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.tedian ul{
	margin-top:3.75rem;
	display:flex;
	flex-wrap: wrap;
}
.tedian ul.hs li{
	background: var(---Gray-6, #F2F2F2);
}
.tedian ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	background: var(---white, #FFF);
	    padding: 2.5rem 1.25rem;
	text-align:center;
}
.tedian ul li:nth-child(4n){
	margin-right:0px;
}
.tedian ul li .pic{
	overflow:hidden;
}
.tedian ul li .pic img{
	max-height:6.25rem;
}
.tedian ul li dl dt{
	margin-top:2.5rem;
	margin-bottom:1.88rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.tedian ul li dl dd{
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8; /* 1.75rem */
}

.subNavBox2{
	width:100%;
	float:left;
	margin-top:1.87rem;
}
.subNav2{
	width:100%; 
	float:left;
	DISPLAY: block;  
	CURSOR: pointer;
	border-bottom:1px solid #E0E0E0;
	padding:1.88rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.subNav2 .a01{
	width:auto;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.subNav2 .a01 i{
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:2.5rem;
}
.subNav2::after{ 
	width: 1.5625rem;
	height: 1.5625rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.subNav2:hover{float:left; }
.currentDd2{
	border-bottom:0px;
}
.currentDd2::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	padding:1.88rem 0;
	border-bottom:1px solid #E0E0E0;
	padding-top:0px;
}
.navContent2 .a01{
	width:90%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}

.sp{
	width:100%;
	float:left;
	position:relative;
	background: var(---333, #333);
	margin-top:3.75rem;
}
.sp img{
	width:100%;
	height:auto;
	display:block;
}
.sp .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
}
.sp .vido{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sp .vido::before{
	width: 4.625rem;
	height: 4.625rem;
	content:'';
	display:inline-block;
	background-image:url(../img/bf.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cxin{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cxin-l{
	width:39%;
	overflow:hidden;
}
.cxin-l img{
	width:100%;
	height:auto;
	display:block;
}
.cxin-r{
	width:50%;
	height:38.2rem;
	overflow-y:scroll;
	padding-right:6.25rem;
}
.cxin-r dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:1.8rem 0;
	color: var(--1-d-2-b-66, #1F2A66);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
}
.cxin-r dl dd b{
	font-size: 1.5rem;
}
/* 通用滚动条样式 */
* {
  scrollbar-width: thin;          /* Firefox支持 */
  scrollbar-color: #fff #F2F2F2; /* Firefox滑块和轨道颜色 */
}

/* WebKit浏览器滚动条样式 */
.cxin-r::-webkit-scrollbar {
  width: 10px;       /* 垂直滚动条宽度 */
  height: 10px;      /* 水平滚动条高度 */
}

.cxin-r::-webkit-scrollbar-track {
  background: #F2F2F2; /* 轨道颜色 */
  border-radius: 0px;  /* 轨道圆角 */
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); /* 内阴影 */
}

::-webkit-scrollbar-thumb {
  background: #4a5568;
  border: 4px solid transparent;
  background-clip: padding-box;
  border-radius: 9999px;
}

.cxin-r::-webkit-scrollbar-thumb:hover {
  background: #fff;  /* 悬停时滑块颜色 */
}

/* 可选：角落样式 */
.cxin-r::-webkit-scrollbar-corner {
  background: #F2F2F2;
}

.jce{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jce-l{
	width:46%;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6; /* 1.8rem */
}
.jce-l h1{
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:2.75rem;
}
.jce-l ul{
	margin-top:4rem;
	display: flex;
	flex-wrap: wrap;
}
.jce-l ul li{
	width:calc(20.2% - 0.5rem);
	margin-right:0.5rem;
	overflow:hidden;
}
.jce-l ul li:nth-child(5n){
	margin-right:0px;
}
.jce-l ul.yf li{
	width:calc(33.7% - 0.5rem);
}
.jce-l ul.yf li:nth-child(3n){
	margin-right:0px;
}
.jce-l ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jce-l ul li:hover img{
	transform: scale(1.05);
}
.jce-r{
	width:47%;
	position:relative;
	overflow:hidden;
}
.jce-r img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jce-r:hover img{
	transform: scale(1.05);
}
.jce-r span{
	width:auto;
	position:absolute;
	left:3.75rem;
	bottom:3.75rem;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	z-index:1;
}

.jcwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	margin-top:6.25rem;
	padding-top:6.25rem;
	padding-bottom:10rem;
}

.jscx{
	width:100%;
	float:left;
	background: var(--0-a-94-d-4, #028C94);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
	margin-top:6.25rem;
}
.jscx .pic{
	width:50%;
	overflow:hidden;
}
.jscx .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jscx .tex{
	width:100%;
	position:absolute;
	left:0;
	top:11.5%;
	z-index:1;
}
.jscx .tex .a01{
	width:44%;
	float: right;
}
.jscx .tex h1{
	color: var(---white, #FFF);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:1.87rem;
}
.jscx .tex dl dt{
	margin-top:1.88rem;
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
}
.jscx .tex dl dd{
	margin-top:0.62rem;
	padding-bottom:1.25rem;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: justify;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtj{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(---Gray-6, #F2F2F2);
}
.newtj .tex{
	width:67%;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	padding:5.0rem 3.75rem;
	padding-right:8.0rem;
}
.newtj .tex p{
	font-family: zt;
}
.newtj .tex dl dt{
	color: var(---999, #999);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.newtj .tex dl dd{
	margin-top: 1.25rem;
    margin-bottom: 1.87rem;
    color: var(---333, #333);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
}
.newtj .tex .date{
	display:flex;
	align-items: flex-end;
	margin-top:5.0rem;
	color: var(---999, #999);
	font-family: DIN;
	font-size: 0.875rem;
	font-style: normal;
	line-height: 180%; /* 1.575rem */
}
.newtj .tex .date b{
	color: var(--0-a-94-d-4, #028C94);
	font-family: DIN;
	font-size: 4rem;
	font-style: normal;
	font-weight: 5;
	line-height: 100%; /* 7.2rem */
}
.newtj .pic{
	width:32%;
	overflow:hidden;
}
.newtj .pic img{
	min-width:100%;
	min-height:100%;
	display:block;
}

.newshow{
	width:100%;
	float:left;
	background-color:#FFF;
	display:flex;
	justify-content: space-between;
	overflow:hidden;
	margin-top:6.25rem;
}
.newshow .xtb{
	width:2.25rem;
	min-width:2.25rem;
}
.newshow .xtb ul li{
	width:100%;
	float:left;
	margin-bottom:1.0rem;
	display:flex;
}
.newshow .xtb ul li img{
	max-width:100%;
}
.newshow .show2{
	width: 86%;
}
.newtit{
	width:100%;
	float:left;
	color: var(---Gray1, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	color: var(---Gray-3, #828282);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:2.13rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.75rem;
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:3.62rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
}
.newnext ul li{
	width:100%;
	float:left;
	padding:1.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li b{
	font-weight:normal;
}
.back{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display:flex;
	justify-content: center;
}
.back a{
	display: flex;
	padding: 0.875rem 1.75rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--0-a-94-d-4, #028C94);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
}
.back a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:0.62rem;
	content:'';
	background-image:url(../img/back.svg);
	background-position: center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}

.rlzy{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rlzy-l{
	width:46%;
	color: var(---666, #666);
	text-align: justify;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.6; /* 1.75rem */
}
.rlzy-l dl dt{
	color: var(---999, #999);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.rlzy-l dl dd{
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 2.15rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: zt;
	margin-top:1.88rem;
	margin-bottom:2.75rem;
}
.rlzy-r{
	width:48%;
}
.zp{
	width: 100%;
	float: left;
}
.subNavBox4{
	width:100%;
	float:left;
}

.subNav4{
	width:100%; 
	float:left;
	padding:2.25rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	CURSOR: pointer; 
	text-align:left;
	font-size:14px;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	transition: all 0.2s;
}
.subNav4 dl dt{
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.subNav4 dl dd{
	margin-top:1.12rem;
	display:flex;
	align-items: center;
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.subNav4 dl dd i{
	width:1px;
	height: 1.0rem;
	background-color:#666;
	margin-left:1.62rem;
	margin-right:1.62rem;
}
.subNav4::after{
	width: 2.25rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd4{
	background: #fff; 
	border: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom:0px;
	padding:2.25rem 2.5rem;
	margin-top:3.75rem;
}
.currentDd4::after{
	-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;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:2.19rem 2.5rem; 
	line-height:32px; 
	font-size:16px;
	background: var(---2, #F9FAFB);
	border: 1px solid var(---Gray-5, #E0E0E0);
	border-top:0px;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:40px;
	margin-top:40px;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width:12.0rem;
	margin-top:0.3rem;
}
.navContent4 dl dd{
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	width:calc(100% - 6.0rem);
	color: var(---666, #666);
}
.red{
	color: var(--1-d-2-b-66, #1F2A66);
}


.lx01{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding:2.0rem;
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:calc(25.5% - 1.88rem);
	margin-right:1.88rem;
	background-color:#FFF;
	padding:2.5rem;
	overflow:hidden;
	text-align:center;
}
.lx01 ul li:nth-child(4){
	margin-right:0px;
}
.lx01 ul li .pic{
	overflow:hidden;
}
.lx01 ul li .pic img{
	max-width:100%;
}
.lx01 ul li dl dt{
	color: var(--333, #333);
	text-align: center;
	font-family: zt;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.56rem;
	margin-bottom:1.25rem;
}
.lx01 ul li dl dd{
	color: var(--666, #666);
	text-align: center;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.lx02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem;
	padding-top:1.5rem;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:49%;
	margin-top:2.25rem;
	display: flex;
	justify-content: space-between;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li.mart60{
	margin-top:3.75rem;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li .inmore{
	margin-top:0px;
}
.lx02 ul li .a01{
	display: flex;
	align-items: center;
}
.lx02 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx02 ul li dl dt{
	font-size: 1rem;
	line-height:22px;
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	line-height:3.75rem;
	height: 3.75rem;
	border:0px;
	outline:none;
	padding:0 1.25rem;
	font-size: 0.875rem;
	font-family: zt;
	color:#999;
}
.anniu2{
	width: auto;
	padding: 1.0625rem 4.625rem 1.0625rem 3.125rem;
	border-radius: 1.875rem;
	background: var(--0-a-94-d-4, #028C94) url(../img/fx.svg) no-repeat right;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
	border:0px;
	cursor:pointer;
	text-align:left;
}























.mart60{
	margin-top:3.75rem;
}
.mart0{
	margin-top:0rem;
}
.mart7{
	margin-top:7.5rem;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

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



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

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

.dingw{ width:100%; float:left; margin-top:-100px;}
.jl150{margin-top:-150px;}
.jl200{ margin-top:-200px;}
}


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


.tedian ul li .pic img {
    max-height: 4rem;
}
.abtit{
	    font-size: 2rem;
	}
.nab{
	 font-size: 0.875rem;
	}
.navContent4 dl dd {
    font-size: 0.875rem;}
.foot02 dl dd{
	font-size: 0.75rem;}
.fa02 ul li dl dd{
	font-size: 1rem;
	}	
}

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







	
}

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

.main{
	padding:0 5.2vw;
}
.innav ul li{
	font-size:0.8rem;
	margin-left:0.9vw;
	margin-right:0.9vw;
}

.foot01 .a01 div{
	margin-left:0.5rem;
	font-size:0.75rem;
}

.abtit{
	font-size:2.0rem;
}
.tedian ul li{
	padding: 2.5rem 1.4rem;
	}
.nybanner .tex .tex01 dl dd{
	font-size:3.0rem;
}
.nybanner .tex .tex01 dl dt{
	font-size:1.0rem;
}
.fa01 .a02{
	font-size:2.0rem;
}
.jscx .tex{
	top:8%;
}
.jscx .tex h1{
	font-size:1.5rem;
	padding-bottom:1.0rem;
}
.jscx .tex dl dt{
	margin-top:1.0rem;
}
.jscx .tex dl dd{
	font-size:0.75rem;
	padding-bottom:0.8rem;
}
.jce-l h1{
	font-size:1.5rem;
	margin-bottom:1.5rem;
}
.cpshow .tex {
   
   font-size: 0.95rem;}
.cpshow .tex ul {
    margin-top: 1.6rem;}
	
.cpshow .tex ul li{
	padding: 0.8rem 0;
	}
.jce-l{
	font-size:0.875rem;
}
.jce-l ul{
	margin-top:3.0rem;
}
.intit dl dt{
	font-size:2.0rem;
}

.rlzy-l dl dd{
	font-size:2.0rem;
}
.lyu .lyutex .a01{
	width:50%;
	font-size:0.75rem;
}
.lyu .lyutex{
	top:9%;
}
.lyu .lyutex .a01 h1{
	font-size:2.0rem;
}
.lyu .lyutex .a01 .inmore{
	margin-top:2.0rem;
}
.lyulm ul li a{
	font-size:0.75rem;
}
.inab dl dd{
	font-size:1.2rem;
}
.inab dl dt{
	font-size:2.0rem;
}
.inab .wz img{
	max-width:100%;
}



	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.nyheader{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	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:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:4rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:5rem; 
	height:5rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:5rem; 
	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;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	background:#fff;
}
.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;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background: #1F2A66; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

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

.innum{
	width:100%;
	float:left;
	padding:1.25rem 0;
	background: #028C94;
}
.innum ul{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
}
.innum ul li{
	width:auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	text-align:center;
	margin: 0.5rem 0;
}
.innum ul li dl dt{
	color: var(---white, #FFF);
	text-align: justify;
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	text-align:center;
}
.innum ul li dl dt b{
	font-family: zt;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innum ul li dl dd{
	color:rgba(255, 255, 255, 0.5);
	text-align: justify;
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	text-align:center;
}
.innum ul li .sx{
	width: 0.0625rem;
	height: 2.625rem;
	background: rgba(255, 255, 255, 0.30);
}
.innum ul li:nth-child(6) .sx{
	display:none;
}
.innum ul li:nth-child(4) .sx{
	display:none;
}
.index01{
	width:100%;
	float:left;
}
.inab{
	width:100%;
	float:right;
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	padding-top:3rem;
	padding-bottom:4.5rem;
	position:relative;
}
.inab .wz{
	width:auto;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
}
.inab .wz img{
	max-width:100%;
}
.inab dl dt{
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.5rem;
}
.inmore{
	display:flex;
	margin-top:3.25rem;
}
.inmore a{
	display: flex;
    padding: 0.525rem 0.25rem;
    justify-content: center;
    align-items: center;
    border-radius: 1.875rem;
    background: var(--0-a-94-d-4, #028C94);
    color: #FFF;
    text-align: center;
    font-size: 0.75rem;
    font-style: normal;
    /* font-weight: 500; */
    /* line-height: 182.982%;*/
    
}
.inmore a::after{
	width: 0.75rem;
	height: 1.5rem;
	margin-left:0.5rem;
	content:'';
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.index02{
	width:100%;
	float:left;
	position:relative;
}
.index02 img{
	width:100%;
	height:auto;
	display:block;
}
.index02 .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
}
.index02 .vido{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index02 .vido::before{
	width: 3.375rem;
	height: 3.375rem;
	content:'';
	display:inline-block;
	background-image:url(../img/play.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.index02 .vido::before a{
	width:100%;
	height:100%;
}
.index03{
	width:100%;
	float:left;
	position:relative;
	background: var(--0-a-94-d-4, #028C94);
}
.lyu{
	float:left;
	position:relative;
	width: 100%;
    height:70vw;
    overflow: hidden;
}
.lyu img{
	position: relative;
    transform: scale(1.0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
	display:block;
}
.lyu .lyutex{
	width:100%;
	position:absolute;
	top:19%;
	left:0;
	z-index:1;
}
.lyu .lyutex .a01{
	width: 60%;
    color: var(---333, #333);
    /* text-align: justify; */
    font-family: zt;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
}
.lyu .lyutex .a01 h1{
	margin-bottom:0.95rem;
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lyu .lyutex .a01 p{
	display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lyu .lyutex .a01 .inmore{
	margin-top:2.0rem;
}
.lyulm{
	width:100%;
	float:left;
	margin-bottom:2.0rem;
	margin-top:2.0rem;
}
.lyulm ul{
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 1rem;
	overflow:hidden;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	overflow:hidden;
}
.lyulm ul li{
	width:50%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	height: 3.5rem;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lyulm ul li a{
	width:100%;
	height:3.5rem;
	display:flex;
	align-items: center;
	/*justify-content: center;*/
	color: var(---white, #FFF);
	font-size: 0.825rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.lyulm ul li a img{
	margin-right:0.3rem;
	max-width:2.4375rem;
}
.lyulm ul li:last-child{
	border-right:0px;
}
.lyulm ul li a:hover{
	background: var(--0-a-94-d-4, #028C94);
}
.lyulm ul li a.cur{
	background: var(--0-a-94-d-4, #028C94);
}

.index04{
	width:100%;
	float:left;
	position:relative;
	background-image:url(../img/a03.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:5.12rem 0;
}
.intex{
	width:100%;
	float:left;
}
.intex .a01{
	width:100%;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 0.825rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.intex .a01 h2{
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:2.12rem;
}
.inmore2{
	display:flex;
	margin-top:1.75rem;
}
.inmore2 a{
	display: flex;
	padding: 0.625rem 1.125rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.875rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: #FFF;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
}
.inmore2 a::after{
	width: 0.75rem;
	height: 1.5rem;
	margin-left:1.56rem;
	content:'';
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inpro{
	width:100%;
	float:right;
	margin-top:3.0rem;
	padding:0 5%;
}
.inpro ul{
	display:flex;
	flex-wrap: wrap;
}
.inpro ul li{
	width:calc(34.5% - 0.88rem);
	margin-right:0.88rem;
	margin-top:1.5rem;
}
.inpro ul li:nth-child(3n){
	margin-right:0px;
}
.inpro ul li dl dt{
	overflow:hidden;
	position:relative;
}
.inpro ul li dl dt::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--50, rgba(0, 0, 0, 0.50));
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.inpro ul li:hover dl dt::before{
	opacity:1;
}
.inpro ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
}
.inpro ul li dl dt .smalpic{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:2;
	opacity:0;
	padding:1.88rem;
	transition: all 0.6s;
}
.inpro ul li:hover .smalpic{
	opacity:1;
}
.inpro ul li dl dd{
	margin-top:1.05rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	text-align:center;
	font-weight: 400;
	line-height: normal;
}

.intit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intit dl{
	max-width:100%;
}
.intit dl dt{
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.825rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.intit .inmore{
	margin-top:2.0rem;
}

.incx{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.incx ul{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incx ul li{
	width:33.33333%;
	position:relative;
	overflow:hidden;
}
.incx ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.incx ul li:hover img{
	transform: scale(1.05);
}
.incx ul li span{
	width:auto;
	position:absolute;
	top:1.75rem;
	left:1.12rem;
	z-index:1;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.incx ul li::after{
	width: 3rem;
	height: 3rem;
	position:absolute;
	bottom:3.75rem;
	left:3.12rem;
	content:'';
	display:inline-block;
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat: no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.incx ul li:hover::after{
	opacity:1;
}

.innew{
	width:100%;
	float:left;
}
.innew ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innew ul li{
	width:100%;
	margin-top:3.75rem;
	border-bottom: 1px solid var(---999, #999);
	padding-bottom:1.25rem;
	position:relative;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li::after{
	width:0px;
	height:3px;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	background-color:var(--1-d-2-b-66, #1F2A66);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.innew ul li:hover::after{
	width:100%;
}
.innew ul li .pic{
	overflow:hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li dl dt{
	margin-top:1.5rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew ul li dl dd{
	margin-top:0.925rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.5rem */
	
}
.innew ul li .more{
	margin-top:1.44rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.innew ul li .more a{
	width:100%;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---999, #999);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew ul li .more a::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/small_long_down.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innew ul li:hover .more a::after{
	background-image:url(../img/small_long_down2.svg);
}
.innew ul li:hover .more a{
	color: var(--1-d-2-b-66, #1F2A66);
}
.foot{
	width:100%;
	float:left;
	margin-top:3.25rem;
	background: var(--bg, #EEE);
	padding-top:1.75rem;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:1.75rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .xlogo{
	width:30%;
	max-width:30%;
	display:flex;
	align-items: center;
}
.foot01 .xlogo img{
	max-width:100%;
}
.foot01 .a01{
	width:100%;
	display:flex;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.foot01 .a01 div{
	width:100%;
	display:flex;
	align-items: center;
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.0rem;
}
.foot01 .a01 div img{
	margin-right:0.94rem;
	max-width:2.25rem;
}

.foot02{
	width:100%;
	float:left;
	padding-bottom:3.75rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display: none;
}
.foot02 dl{
	width:33.33%;
	margin-top:2rem;
}
.foot02 dl dt{
	color: var(---333, #333);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:0.5rem;
}
.foot02 dl dd{
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.06rem;
}
.foot02 dl dd a{
	color: var(---666, #666);
}
.foot03{
	width:100%;
	float:left;
	padding:1.5rem 0;
	text-align:center;
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height:100%;
	display:flex;
	align-items: center;
}
.nybanner .tex .tex01{
	width:100%;
}
.nybanner .tex .tex01 dl dt{
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner .tex .tex01 dl dd{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}

.zlm{
	width:100%;
	float:left;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	background: #FFF;
}
.zlm01{
	width:100%;
	float:left;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.zlm01.jur{
	justify-content: flex-end;
}
.zlm01 ul{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	padding:1.0rem 0;
}
.zlm01 ul li{
	width: auto;
    display: flex;
    flex: auto;
}
.zlm01 ul li a{
padding: 0.5rem 0.25rem;
    border-radius: 6.25rem;
    color: var(---666, #666);
    text-align: center;
    font-family: zt;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}
.zlm01 ul li a:hover{
	background: var(--1-d-2-b-66, #1F2A66);
	color: #FFF;
}
.zlm01 ul li a.cur{
	background: var(--1-d-2-b-66, #1F2A66);
	color: #FFF;
}
.zlm01 .a01{
	width:auto;
	color: var(---999, #999);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
	padding:1.0rem 0;
	display:none;
}
.zlm01 .a01 a{
	color: var(---999, #999);
}
.zlm01 .a01::before{
	width: 1.4375rem;
	height: 1.4375rem;
	margin-right:0.62rem;
	content:'';
	display:inline-block;
	background-image:url(../img/home.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.abtit{
	    width: 100%;
    float: left;
    margin-top: 1.5rem;
    color: var(--1-d-2-b-66, #1F2A66);
    font-size: 1.0rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
}
.nab{
	width: 100%;
    float: left;
    margin-top: 2rem;
    color: var(---666, #666);
    text-align: justify;
    font-family: zt;
    font-size: 0.805rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.25px;
}
.nab img{
	float:left;
	margin-right:0.8rem;
	margin-bottom:0.8rem;
	max-width:48%;
}
.nab h1{
	color: var(---Gray-5, #E0E0E0);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	display:flex;
	align-items: center;
	margin-bottom:0.8rem;
}
.nab h1 b{
	color: var(--1-d-2-b-66, #1F2A66);
	font-family: Roboto;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	padding-left: 10px;
}
.nab h1::before{
	width:60%;
	height:1px;
	background: #E0E0E0;
	content:'';
	display:inline-block;
}
/*大事记start*/
.about_bg{width:100%;height: 220px;float: left; position:relative; margin-top:3.5rem; }
.event_box{width: auto;position:relative;margin:0 auto;max-width:1440px; padding:0px 15px;  }
.event_box .parHd {width:100%;display:inline-block;height:92px;}
.parHd  ul{width:100%;text-align:center;margin:0 auto;}
.parHd .tempWrap{margin:0 auto;}
.about_bg::after{
	content:'';
	width:100%;
	height:2px;
	background: #E0E0E0;
	position:absolute;
	right:0;
	top:5.85rem;
	z-index:10;
}
.parHd li.no_line:before{display:none;}
.parHd li{display:inline-block;cursor:pointer;padding-bottom:30px;font-size:3.0rem;margin:0 2.65rem;position:relative; color: var(---Gray-5, #E0E0E0);}
.parHd li:after{content:''; background:url(../img/dot_ico.svg) no-repeat center;width: 0.59306rem;height: 0.59306rem;position:absolute;z-index:20;bottom:2px;left:calc(50% - 0.29653rem);border-radius: 50%;}
.parBd{height: auto; width:80%; margin: auto;margin-top:4.0rem;}
.parBd .slideBox{position:relative}
.parBd .tex{
	    width: 100%;
    position: absolute;
    z-index: 2;
    font-size: 0.825rem;
    line-height: 1.5;
    color: var(---333, #333);
}
.parBd .tex ul{ display:flex; justify-content: center; position: relative;}
.parBd .tex ul li{ width:100%; text-align:center; }
div#listBox {width:100%;}
.sPrev,.sNext{
	width:3.0rem;
	height:3.0rem;
	display:block;
	position:absolute;
	top:4.5rem; 
	z-index:99;
	border: 1px solid var(---Gray-5, #E0E0E0);
	border-radius:50%;
}
.sPrev:hover,.sNext:hover{
	background: var(--0-a-94-d-4, #028C94);
	color:#fff;
}
.sPrev:hover,.sNext:hover::before{
	color:#fff;
}
.sPrev:hover::before{
	color:#fff;
}
.sPrev{left:15px;}
.sNext{right:15px;}
.sPrev::before{
	width:3.0rem;
	height:3.0rem;
	content:'<';
	color:#028C94;
	font-family:'宋体';
	font-weight: bold;
	line-height:3.0rem;
	text-align:center;
	position:absolute;
}
.sNext::before{
	width:3.0rem;
	height:3.0rem;
	content:'>';
	color:#028C94;
	font-family:'宋体';
	font-weight: bold;
	line-height:3.0rem;
	text-align:center;
	position:absolute;
}
.sPrev img,.sNext img{transition:all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition:all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition:all .6s cubic-bezier(.51,1.1,.9,.95);}
.parHd li.act span{display:block;width: 0.79244rem;height: 0.79244rem;overflow:hidden; background:url(../img/cat.svg) no-repeat center;border-radius: 50%;position:absolute;bottom:0;left:calc(50% - 0.39622rem);z-index:21;}
.parHd li.act{
	color: var(--1-d-2-b-66, #1F2A66);
}
.parHd li span,.parHd li.clone span{display:none;}
.parHd li.act::after{
	background:none;
}
/*大事记start*/

.abtit2{
	width:100%;
	float:left;
	margin-top:3.58rem;
	text-align:center;
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab02{
	width:100%;
	float:left;
	margin-top:5.75rem;
}
.nab02 ul{
	display:flex;
	flex-wrap: wrap;
}
.nab02 ul li{
	width:100%;
	margin-top:1.0rem;
	padding: 2rem 1rem;
	background: var(---Gray-6, #F2F2F2);
	position:relative;
}
.nab02 ul li::after{
	width:0px;
	height:6px;
	background-color:#1F2A66;
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.nab02 ul li:hover::after{
	width:100%;
}
.nab02 ul li:nth-child(3n){
	margin-right:0px;
}
.nab02 ul li .pic{
	overflow:hidden;
}
.nab02 ul li .pic img{
	max-height:4.0rem;
}
.nab02 ul li dl dt{
	margin-top: 1.75rem;
    margin-bottom: 1.75rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab02 ul li dl dd{
	color: var(---666, #666);
	text-align: justify;
	font-family: zt;
	font-size: 0.825rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.nab03{
	width:100%;
	float:left;
	margin-top:5rem;
}
.nab03 ul{
	display:flex;
	flex-wrap: wrap;
}
.nab03 ul li{
	width:25%;
	position:relative;
	overflow:hidden;
}
.nab03 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nab03 ul li:hover img{
	transform: scale(1.05);
}
.nab03 ul li .tex{
	width:100%;
	text-align:center;
	position:absolute;
	bottom:2.5rem;
	left:0;
	z-index:1;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lylist{
	width:100%;
	float:left;
	margin-top:1.55rem;
}
.lylist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lylist ul li{
	width:48%;
	margin-top:2.75rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.30);
	position:relative;
}
.lylist ul li::after{
	width:0px;
	height: 0.1875rem;
	background: #1F2A66;
	content:'';
	display:inline-block;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	transition: all 0.6s;
}
.lylist ul li:hover::after{
	width:100%;
}
.lylist ul li dl dt{
	overflow:hidden;
}
.lylist ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.lylist ul li:hover dl dt img{
	transform: scale(1.05);
}
.lylist ul li dl dd{
	padding:0.88rem 0;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.lylist ul li dl dd::after{
	width: 2.8125rem;
	height: 2.875rem;
	background-image:url(../img/caret_right.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
	display:none;
}
.lylist ul li:hover dl dd::after{
	opacity:1;
}
.fy{
	width:100%;
	float:left;
	margin-top:2.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 2.125rem;
	height: 2.125rem;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:2.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(--30, rgba(255, 255, 255, 0.30));
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color: var(---666, #666);

}
.fy ul li a:hover{
	background: var(--0-a-94-d-4, #028C94);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--Color-2, #028C94);
}
.fy ul li .cur{
	background: var(--0-a-94-d-4, #028C94);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border:1px solid var(--Color-2, #028C94);
}

.swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper{
	width: 100%;
	float:left;
	margin-top:3.75rem;
}

.swiper-slide{
	background-size: cover;
	background-position: center;
}
.mySwiper2{
	height: auto;
	width: 100%;
}
.mySwiper.a01{
	margin-left:10%;
	margin-right:10%;
	width:80%;
	margin-top:1.0rem;
}
.mySwiper{
	height: auto;
	box-sizing: border-box;
	padding: 20px 0;
}
.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.6;
}
.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.swiper-button-prev{
	border-bottom:0px;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#999;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#999;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
}

.fan{
	width:100%;
	float:left;
	position:relative;
}

.fa01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.fa01 .a01{
	max-width:100%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.fa01 .a02{
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:2.0rem
}
.fa01 .inmore{
	
}
.fa02{
	width:100%;
	float:left;
	margin-top:3rem;
}
.fa02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fa02 ul li{
	width:calc(50.0% - 0.88rem);
	margin-right:0.88rem;
	margin-bottom:0.88rem;
}
.fa02 ul li:nth-child(2n){
	margin-right:0px;
}
.fa02 ul li dl dt{
	overflow:hidden;
	transition: all 0.6s;
	position:relative;
}
.fa02 ul li dl dt::after{
	width: 3rem;
	height:3.0rem;
	position: absolute;
	left:2.5rem;
	bottom:2.5rem;
	z-index:1;
	opacity:0;
	content:'';
	background-image:url(../img/hov.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.fa02 ul li:hover dl dt::after{
	opacity:1;
}
.fa02 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.fa02 ul li:hover dl dt img{
	transform: scale(1.05);
}
.fa02 ul li:hover dl dt{
	box-shadow: 0px 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.fa02 ul li dl dd{
	margin-top:1.5rem;
	color: var(--1-d-2-b-66, #1F2A66);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:center;
}

.subNavBox{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.subNav{
	width:100%; 
	float:left;
	DISPLAY: block;  
	CURSOR: pointer;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1.5rem;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.25rem;
}
.subNav .pic{
	width:100%;
	overflow:hidden;
}
.subNav .pic img{
	width:100%;
	height:auto;
	display:block;
}
.subNav .tex{
	width:100%;
	margin-top:1rem;
}
.subNav .tex dl dt{
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.subNav .tex dl dd{
	    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    overflow: hidden;
    color: var(---666, #666);
    text-overflow: ellipsis;
    font-family: zt;
    font-size: 0.875rem;
    font-style: normal;
    line-height: 1.8;
}
.currentDd 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;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:1.25rem 1.5rem; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
	background: var(---Gray-6, #F2F2F2);
}
.navContent .a01{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
}
.navContent dl{
	width:calc(50% - 0.8rem);
	margin-right:0.8rem;
}
.navContent dl:nth-child(2n){
	margin-right:0px;
}
.navContent dl dt{
	overflow:hidden;
}
.navContent dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.navContent dl:hover dt img{
	transform: scale(1.05);
}
.navContent dl dd{
	padding:1.0rem 0;
	color: var(---333, #333);
	text-align: center;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}

.cpshow{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpshow .tex{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.cpshow .tex dl dt{
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cpshow .tex dl dd{
	margin-top:0.62rem;
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.5rem;
}
.cpshow .tex ul{
	margin-top:1.5rem;
	display:flex;
	flex-wrap: wrap;
}
.cpshow .tex ul li{
	width:100%;
	margin-right:2%;
	padding: 0.95rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.cpshow .tex ul li:nth-child(2n){
	margin-right:0;
	}
.cpshow .pic{
	width:100%;
	overflow:hidden;
	box-shadow: 0px 69.412px 65.074px -36.875px rgba(0, 0, 0, 0.19);
	margin-top:3.0rem;
}
.cpshow .pic img{
	width:100%;
	height:auto;
	display:block;
}
.cpshow02{
	width:100%;
	float:left;
	margin-top:3.5rem;
}
.cpshow02 ul{
	display:flex;
	flex-wrap: wrap;
}
.cpshow02 ul li{
	width:calc(25.7% - 0.8rem);
	margin-right:0.8rem;
	overflow:hidden;
}
.cpshow02 ul li:nth-child(4n){
	margin-right:0px;
}
.cpshow02 ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.cpshow02 ul li:hover img{
	transform: scale(1.05);
}

.cpwrap{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: var(--1-d-2-b-66, #1F2A66) url(../img/cb01.png) no-repeat center;
	background-size:cover;
	padding:4rem 0;
}
.tedian{
	width:100%;
	float:left;
}
.tedian h1{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.tedian ul{
	margin-top:1.75rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.tedian ul.hs li{
	background: var(---Gray-6, #F2F2F2);
}
.tedian ul li{
	width:100%;
	background: var(---white, #FFF);
	padding: 1.1rem 0.65rem;
	text-align:center;
	margin-top:1.0rem;
}
.tedian ul li:nth-child(4n){
	margin-right:0px;
}
.tedian ul li .pic{
	overflow:hidden;
}
.tedian ul li .pic img{
	max-height:3.25rem;
}
.tedian ul li dl dt{
	margin-top: 1.5rem;
    margin-bottom: 1.08rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.tedian ul li dl dd{
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.7; /* 1.75rem */
}

.subNavBox2{
	width:100%;
	float:left;
	margin-top:1.87rem;
}
.subNav2{
	width:100%; 
	float:left;
	DISPLAY: block;  
	CURSOR: pointer;
	border-bottom:1px solid #E0E0E0;
	padding:1.2rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.subNav2 .a01{
	width:auto;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.95rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.subNav2 .a01 i{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:1.5rem;
}
.subNav2::after{ 
	width: 1.2rem;
	height: 1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.subNav2:hover{float:left; }
.currentDd2{
	border-bottom:0px;
}
.currentDd2::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	padding:1.88rem 0;
	border-bottom:1px solid #E0E0E0;
	padding-top:0px;
}
.navContent2 .a01{
	width:90%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}

.sp{
	width:100%;
	float:left;
	position:relative;
	background: var(---333, #333);
	margin-top:2rem;
}
.sp img{
	width:100%;
	height:auto;
	display:block;
}
.sp .mask{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
}
.sp .vido{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sp .vido::before{
	width: 4.625rem;
	height: 4.625rem;
	content:'';
	display:inline-block;
	background-image:url(../img/bf.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.cxin{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cxin-l{
	width:100%;
	overflow:hidden;
}
.cxin-l img{
	width:100%;
	height:auto;
	display:block;
}
.cxin-r{
	width:100%;
	height:18.2rem;
	overflow-y:scroll;
	padding-right:0.75rem;
	margin-top:2.0rem;
}
.cxin-r dl dd{
	display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    align-items: center;
    padding: 1rem 0;
    color: var(--1-d-2-b-66, #1F2A66);
    font-family: zt;
    font-size: 0.95rem;
    font-style: normal;
    font-weight: 400;
    width: 99%;
    line-height: normal;
    border-bottom: 1px solid var(---Gray-6, #F2F2F2);
}
.cxin-r dl dd b{
	font-size: 1.5rem;
}

/* WebKit浏览器滚动条样式 */
::-webkit-scrollbar {
  width: 15px;       /* 垂直滚动条宽度 */
  height: 15px;      /* 水平滚动条高度 */
}

::-webkit-scrollbar-track {
  background: #F2F2F2; /* 轨道颜色 */
  border-radius: 0px;  /* 轨道圆角 */
}

::-webkit-scrollbar-thumb {
  background: #fff;
  border: 4px solid transparent;
  background-clip: padding-box;
}

.cxin-r::-webkit-scrollbar-thumb:hover {
  background: #fff;  /* 悬停时滑块颜色 */
}

/* 可选：角落样式 */
.cxin-r::-webkit-scrollbar-corner {
  background: #F2F2F2;
}

.jce{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jce-l{
	width:100%;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.825rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.jce-l h1{
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.75rem;
}
.jce-l ul{
	margin-top:2rem;
	display: flex;
	flex-wrap: wrap;
}
.jce-l ul li{
	width:calc(20.2% - 0.5rem);
	margin-right:0.5rem;
	overflow:hidden;
}
.jce-l ul li:nth-child(5n){
	margin-right:0px;
}
.jce-l ul.yf li{
	width:calc(33.7% - 0.5rem);
}
.jce-l ul.yf li:nth-child(3n){
	margin-right:0px;
}
.jce-l ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jce-l ul li:hover img{
	transform: scale(1.05);
}
.jce-r{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:3.0rem;
}
.jce-r img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.jce-r:hover img{
	transform: scale(1.05);
}
.jce-r span{
	width:auto;
	position:absolute;
	left:2.75rem;
	bottom:2.75rem;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	z-index:1;
}

.jcwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	margin-top:3.25rem;
	padding-top:3.25rem;
	padding-bottom:5rem;
}

.jscx{
	width:100%;
	float:left;
	background: var(--0-a-94-d-4, #028C94);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
	margin-top:3.25rem;
}
.jscx .pic{
	width:100%;
	overflow:hidden;
}
.jscx .pic img{
	width:100%;
	height:auto;
	display:block;
}
.jscx .tex{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.jscx .tex .a01{
	width:100%;
	float: right;
}
.jscx .tex h1{
	color: var(---white, #FFF);
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.jscx .tex dl dt{
	margin-top:1.88rem;
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
}
.jscx .tex dl dd{
	margin-top:0.62rem;
	padding-bottom:1.25rem;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.newtj{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(---Gray-6, #F2F2F2);
}
.newtj .tex{
	width:100%;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	padding:1rem;
}
.newtj .tex p{
	font-family: zt;
	  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newtj .tex dl dt{
	color: var(---999, #999);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.newtj .tex dl dd{
	margin-top: 1rem;
    margin-bottom: 1.17rem;
    color: var(---333, #333);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.newtj .tex .date{
	display:flex;
	align-items: flex-end;
	margin-top:2.0rem;
	color: var(---999, #999);
	font-family: DIN;
	font-size: 0.875rem;
	font-style: normal;
	line-height: 180%; /* 1.575rem */
}
.newtj .tex .date b{
	color: var(--0-a-94-d-4, #028C94);
	font-family: DIN;
	font-size: 4rem;
	font-style: normal;
	font-weight: 5;
	line-height: 100%; /* 7.2rem */
}
.newtj .pic{
	width:100%;
	overflow:hidden;
	height: 50vw;
}
.newtj .pic img{
	min-width:100%;
	min-height:100%;
	display:block;
	position: relative;
    transform: scale(1.0);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

.newshow{
	width:100%;
	float:left;
	background-color:#FFF;
	display:flex;
	justify-content: space-between;
	overflow:hidden;
	margin-top:3.25rem;
}
.newshow .xtb{
	width:2.25rem;
	min-width:2.25rem;
}
.newshow .xtb ul li{
	width:100%;
	float:left;
	margin-bottom:1.0rem;
	display:flex;
}
.newshow .xtb ul li img{
	max-width:100%;
}
.newshow .show2{
	width: 86%;
}
.newtit{
	width:100%;
	float:left;
	color: var(---Gray1, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	color: var(---Gray-3, #828282);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:2.13rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:2.62rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
}
.newnext ul li{
	width:100%;
	float:left;
	padding:1.5rem 0;
	display: flex;
	justify-content: space-between;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li b{
	font-weight:normal;
}
.newnext ul li div{
	min-width:4.0rem;
	text-align:right;
}
.back{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display:flex;
	justify-content: center;
}
.back a{
	display: flex;
	padding: 0.875rem 1.75rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--0-a-94-d-4, #028C94);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
}
.back a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:0.62rem;
	content:'';
	background-image:url(../img/back.svg);
	background-position: center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}

.rlzy{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rlzy-l{
	width:100%;
	color: var(---666, #666);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.rlzy-l dl dt{
	color: var(---999, #999);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.rlzy-l dl dd{
	color: var(--1-d-2-b-66, #1F2A66);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	font-family: zt;
	margin-top:0.88rem;
	margin-bottom:1.75rem;
}
.rlzy-r{
	width:100%;
}
.zp{
	width: 100%;
	float: left;
}
.subNavBox4{
	width:100%;
	float:left;

}

.subNav4{
	width:100%; 
	float:left;
	padding:1.25rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	CURSOR: pointer; 
	text-align:left;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	transition: all 0.2s;
}
.subNav4 dl dt{
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.subNav4 dl dd{
    margin-top: 1.12rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: var(---666, #666);
    font-family: zt;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
}
.subNav4 dl dd i{
	width:1px;
	height: 1.0rem;
	background-color:#666;
	margin-left:0.62rem;
	margin-right:0.62rem;
}
.subNav4::after{
	width: 1.5rem;
	height: 0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.currentDd4{
	background: #fff; 
	border: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom:0px;
	padding:1.25rem 1.5rem;
	margin-top:1.75rem;
}
.currentDd4::after{
	-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;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:1.19rem 1.0rem; 
	line-height:32px; 
	font-size:16px;
	background: var(---2, #F9FAFB);
	border: 1px solid var(---Gray-5, #E0E0E0);
	border-top:0px;
}
.navContent4 .line{
	width:100%;
	height:1px;
	margin-bottom:40px;
	margin-top:40px;
	background-color:rgba(0,0,0,0.1);
}
.navContent4 dl{
	/*display: flex;*/
	justify-content: space-between;
	width:100%;
}
.navContent4 dl dt{
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	width:100%;
	margin-top:0.3rem;
	margin-bottom:1rem;
}
.navContent4 dl dd{
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8;
    width: calc(100% - 0.5rem);
	color: var(---666, #666);
}
.red{
	color: var(--1-d-2-b-66, #1F2A66);
}


.lx01{
	width:100%;
	float:left;
	margin-top:2.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding:1.0rem;
	padding-top:0px;
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01 ul li{
	width:48%;
	background-color:#FFF;
	padding: 1.5rem 0.6rem;
	overflow:hidden;
	text-align:center;
	margin-top:1.0rem;
}
.lx01 ul li:nth-child(4){
	margin-right:0px;
}
.lx01 ul li .pic{
	overflow:hidden;
}
.lx01 ul li .pic img{
	max-width:40%;
}
.lx01 ul li:nth-child(4) .pic img{
	max-width:100%;
}
.lx01 ul li dl dt{
	color: var(--333, #333);
	text-align: center;
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.56rem;
	margin-bottom:1.25rem;
}
.lx01 ul li dl dd{
	color: var(--666, #666);
	text-align: center;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.lx02{
	width: 100%;
    float: left;
    margin-top: 1.75rem;
    background: var(---Gray-6, #F2F2F2);
    padding: 1rem 0.6rem;
}
.lx02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx02 ul li{
	width:100%;
	margin-top:1.25rem;
	display: flex;
	justify-content: space-between;
}
.lx02 ul li.w100{
	width:100%;
}
.lx02 ul li.mart60{
	margin-top:2.75rem;
}
.lx02 ul li dl{
	width:100%;
}
.lx02 ul li .inmore{
	margin-top:0px;
}
.lx02 ul li .a01{
	display: flex;
	align-items: center;
}
.lx02 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx02 ul li dl dt{
	font-size: 0.875rem;
	line-height:22px;
}
.lx02 ul li dl dt i{
	color:#DA2122;
}
.lx02 ul li dl dd{
	margin-top:10px;
}
.bk2{
	width:100%;
	    line-height: 2.5rem;
    height: 2.5rem;
	border:0px;
	outline:none;
	padding:0 1.25rem;
	font-size: 0.875rem;
	font-family: zt;
	color:#999;
}
.anniu2{
	width: auto;
	padding: 1.0625rem 4.625rem 1.0625rem 3.125rem;
	border-radius: 1.875rem;
	background: var(--0-a-94-d-4, #028C94) url(../img/fx.svg) no-repeat right;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
	border:0px;
	cursor:pointer;
	text-align:left;
}




.mart60{
	margin-top:1.75rem;
}
.mart0{
	margin-top:0rem;
}
.mart7{
	margin-top:3.5rem;
}



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



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

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


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








}
































