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

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

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

@font-face
{
	font-family: zt;
	src: url('../font/HarmonyOS_Sans_SC_Light.ttf'),
	url('../font/HarmonyOS_Sans_SC_Light.ttf'); /* IE9+,可以是具体的实际链接 */
	font-weight: 300; /* Light */
	
}
@font-face
{
	font-family: zt2;
	src: url('../font/HARMONYOS_SANS_SC_BOLD.TTF'),
	url('../font/HARMONYOS_SANS_SC_BOLD.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 700; /* Bold */
	
}
@font-face
{
	font-family: zt3;
	src: url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'),
	url('../font/HARMONYOS_SANS_SC_REGULAR.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 400; /* Regular/Normal */
	
}
@font-face
{
	font-family: zt4;
	src: url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'),
	url('../font/HARMONYOS_SANS_SC_MEDIUM.TTF'); /* IE9+,可以是具体的实际链接 */
	font-weight: 500; /* Medium */
	
}

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


*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color: var(--Color, #D60B1C);
	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 var(---Gray-6, #F2F2F2);
	top:0;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	width:100%;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.header.yanse.yanse01 .intop{
	padding-left:2.0vw;
}
.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}
.header.yanse .intop{
	padding-left:2.0vw;
}
.header.yanse.yanse01 .innav ul li a{
	color:#fff;
}
.main{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	position:relative;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:10%;
	display: flex;
	align-items: center;
	height:5.0rem;
	min-width:10%;
	transition: all 0.6s;
	position:relative;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	font-size: var(--font-size-sm, 1rem);
	font-style: normal;
	font-weight: 400;
	line-height: var(--font-size-sm, 1rem); /* 100% */
	letter-spacing: 0.01rem;
	height:5.0rem;
}
.innav ul li a{
	position:relative;
	width:auto;
	height:5.0rem;
	display:flex;
	align-items: center;
	padding:0 4.2rem;
	border-right: 1px solid var(--10, rgba(255, 255, 255, 0.10));
}
.innav ul li a i{
	width:0px;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.innav ul li a:hover i{
	width:100%;
}
.innav ul li.cur i{
	opacity:1;
	width:100%;
}
.innav ul li a:hover{
	color: var(--Color-2, #F00000);
}
.header.yanse .innav ul li.cur a{
	background: var(--e-32525, #D60B1C);
	color:#FFF;
}
.header.yanse.yanse01 .innav ul li.cur a{
	background: var(--10, rgba(255, 255, 255, 0.10));
}
.header.yanse .innav ul li a:hover{
	background: var(--e-32525, #D60B1C);
	color:#FFF;
}
.header.yanse.yanse01 .innav ul li a:hover{
	background: var(--10, rgba(255, 255, 255, 0.10));
}
.innav ul li:hover i{
	width:100%;
}

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

.search{
	width:5.0rem;
	height:5.0rem;
	display: flex;
	align-items: center;
	justify-content:center;
	background: var(--e-32525, #D60B1C);
	cursor:pointer;
}
.search img{
	max-width:100%;
	height:auto;
}
.chax{
	right:0; 
	top:5.0rem;
	position: absolute;
	width:300px; 
	z-index:99999;
	display: none;
}
.chax.marg{
	top:80px;
}
.chax　div{
	display: flex;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 220px;
	height: 48px;
	line-height: 48px;
	border: 0px;
	background-color: #f5f5f5;
	outline: none;
	padding-left: 10px;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
}
.chaxanniu{
	width: 80px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background-color: #D60B1C;
	color: #FFFFFF;
	border: 0px;
	outline:none;
}

.inmore{
	display:flex;
}
.inmore a{
	padding: 0.75rem 2.5rem;
	display: flex;
	align-items:center;
	position:relative;
	border-radius: 0.25rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	z-index:3;
	overflow:hidden;
}
.inmore a::after{
	margin-left:1.25rem;
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a::before{
	width:0;
	height:100%;
	content:'';
	display:inline-block;
	position: absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background: var(--e-32525, #D60B1C);
}
.inmore a:hover::before{
	width:100%;
}
.inmore a:hover{
	border:1px solid #D60B1C;
}

.inmore2{
	display:flex;
}
.inmore2 a{
	padding: 0.75rem 2.5rem;
	display: flex;
	align-items:center;
	position:relative;
	border-radius: 0.25rem;
	border: 1px solid var(--e-32525, #D60B1C);
	
	text-align: center;
	font-family: zt2;
	color: var(--e-32525, #D60B1C);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	z-index:3;
	overflow:hidden;
}
.inmore2 a::after{
	width: 1.5rem;
	height: 1.5rem;
	margin-left:1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore2 a::before{
	width:0;
	height:100%;
	content:'';
	display:inline-block;
	position: absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background: var(--e-32525, #D60B1C);
}
.inmore2 a:hover::before{
	width:100%;
}
.inmore2 a:hover{
	color:var(--Color, #fff);
}
.inmore2 a:hover::after{
	background-image:url(../img/long_up2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}



.inab{
	width:100%;
	float:left;
	margin-top:10.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex{
	width:37.1%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.inab .tex .a01 dl dt{
	display: flex;
	align-items:center;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inab .tex .a01 dl dt i{
	width:1px;
	height:1.0rem;
	background-color:#333;
	margin-left:1.25rem;
	margin-right:1.25rem;
}
.inab .tex .a01 dl dd{
	margin-top:0.62rem;
	margin-bottom:6.25rem;
	
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}




.inab .pic{
	width:55.3%;
	position:relative;
	overflow:hidden;
	border-radius: 0.75rem;
	background: var(---333, #333);
	/* 扩展投影 */
	box-shadow: 0 64px 60px -34px rgba(0, 0, 0, 0.29);
}
.inab .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inab .pic:hover img{
	transform: scale(1.05);
}

.insp{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
	display:flex;
}
.insp img{
	max-width:70%;
	height:auto;
}
.inwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
}


.intit{
	width:100%;
	float:left;
	margin-top:10rem;
}
.intit dl dt{
	display: flex;
	align-items:center;
	justify-content: center;
	
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.intit dl dt i{
	width:1px;
	height:1.0rem;
	margin-left:1.25rem;
	margin-right:1.25rem;
	background-color:#333;
}
.intit dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
}
.incplm{
	width:100%;
	float: left;
	margin-top:3.75rem;
}
.incplm ul{
	display: flex;
	flex-wrap: wrap;
	justify-content:left;
}
.incplm ul li{
	width: 15.5%;
    /* margin-left: 0.625rem; */
    margin-right: 1%;
	/*display: flex;*/
	align-items:center;
	margin-bottom:0.625rem;
}
.incplm ul li a{
	padding: 0.825rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	display: flex;
	align-items:center;
}
.incplm ul li a:hover{
	background: var(--e-32525, #D60B1C);
	/* Drop Shadow */
	box-shadow: 0 40px 60px -34px rgba(163, 0, 0, 0.46);
}
.incplm ul li:nth-child(6n){
	margin-right: 0rem;
	}
.incplm ul li a:hover dl dt{
	color: var(---white, #FFF);
}
.incplm ul li a:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.incplm ul li a img{
	margin-right: 0.7rem;
    max-width: 2.0125rem;
}
.incplm ul li dl dt{
	color: var(---333, #333);
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.incplm ul li dl dd{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.incplm ul li .pic01{
	display:inline-block;
}
.incplm ul li .pic02{
	display:none;
}
.incplm ul li:hover .pic01{
	display:none;
}
.incplm ul li:hover .pic02{
	display:inline-block;
}

.incplm ul li a.cur{
	background: var(--e-32525, #D60B1C);
	/* Drop Shadow */
	box-shadow: 0 40px 60px -34px rgba(163, 0, 0, 0.46);
}
.incplm ul li a.cur dl dt{
	color: var(---white, #FFF);
}
.incplm ul li a.cur dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.incplm ul li a.cur .pic01{
	display:none;
}
.incplm ul li a.cur .pic02{
	display:inline-block;
}

.incp{
	width:100%;
	float: left;
	margin-top:2.5rem;
}
.incp ul{
	display: flex;
	flex-wrap: wrap;
}
.incp ul li{
	width:calc(25% - 1.25rem);
	margin-top:3.75rem;
	margin-right:1.25rem;
	border-radius: 0.5rem;
	background: linear-gradient(355deg, #D9E2EF 4.25%, #F8F8F8 95.75%);
	overflow:hidden;
	/*border: 2px solid var(---white, #FFF);*/
	padding:1.25rem;
}
.incp ul li:nth-child(4n){
	margin-right:0px;
}
.incp ul li .bq{
	display:flex;
}
.incp ul li .bq i{
	padding: 0.625rem 1.25rem;
	border-radius: 3.125rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.incp ul li .pic{
	margin-top:1.44rem;
	overflow:hidden;
	display: flex;
	justify-content:center;
	align-items: center;
}
.incp ul li .pic img{
	transition: all 0.6s;
	max-width:100%;
	max-height:100%;
}
.incp ul li:hover .pic img{
	transform: scale(1.05);
}
.incp ul li dl dt{
	margin-top:2.5rem;
	border-radius: 0.25rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	padding: 0.96875rem 1.56rem;
	justify-content: center;
	align-items: center;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	transition: all 0.6s;
}
.incp ul li dl dt::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
}
.incp ul li:hover{

	/*border: 2px solid var(--e-32525, #D60B1C);*/
	background: linear-gradient(355deg, #D9E2EF 4.25%, #F8F8F8 95.75%);
	box-shadow: 0 40px 60px -34px rgba(163, 0, 0, 0.21);
	box-shadow: inset 0 0 0 2px #D60B1C;
}
.incp ul li:hover dl dt{
	color: var(---white, #FFF);
	background: var(--e-32525, #D60B1C);
	justify-content: space-between;
}
.incp ul li:hover dl dt::after{
	opacity:1;
}
.incp ul li:hover .bq i{
	border: 1px solid var(--e-32525, #D60B1C);
	color: var(--e-32525, #D60B1C);
}
.inw{
	width:100%;
	float:left;
	display:flex;
	margin-top:4.75rem;
}
.inw img{
	width:100%;
	height:auto;
}

.inhy{
	width:100%;
	float:left;
	position:relative;
	height:64rem;
}
.inhy .pic{
	width:100%;
	height:64rem;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	transition: all 1.6s;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}

.inhy .pic.cur{
	opacity:1;
	z-index:5;
	transition: all 1s;
}
.inhy .hytit{
	width:30.7%;
	left:8.33vw;
	top:25.4%;
	z-index:3;
	position:absolute;
}
.inhy .hytit dl dt{
	display:flex;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inhy .hytit dl dt i{
	margin-left:1.25rem;
	margin-right:1.25rem;
	background-color:var(--60, rgba(255, 255, 255, 0.60));
	width:1px;
	height:1.0rem;
}
.inhy .hytit dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inhy .smwz{
	width:25.4%;
	position:absolute;
	left:8.33vw;
	bottom:10%;
	z-index:4;
	border-radius: 0.5rem;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding: 1.875rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.inhy .hylm{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}
.inhy .hylm .a01{
	width:100%;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	position:relative;
	z-index:3;
}
.inhy .hylm .a01::before{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.inhy .hylm .a01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inhy .hylm .a01 ul li{
	width:16.666%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	height:5rem;
	position:relative;
	display:flex;
	align-items: center;
	justify-content: center;
}
.inhy .hylm .a01 ul li:nth-child(6n){
	border-right:0px;
}
.inhy .hylm .a01 ul li a{
	width:100%;
	height:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inhy .hylm .a01 ul li a img{
	margin-right:0.62rem;
}
.inhy .hylm .a01 ul li a:hover{
	background: var(--e-32525, #D60B1C);
}
.inhy .hylm .a01 ul li.cur a{
	background: var(--e-32525, #D60B1C);
}


.inhz{
	width:100%;
	float:left;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.inhz ul{
	display: flex;
	flex-wrap: wrap;
}
.inhz ul li{
	width:16.666%;
	height: 17.125rem;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	display:flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
}
.inhz ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.inhz ul li a img{
	max-width:60%;
	transition: all 0.6s;
}
.inhz ul li a:hover img{
	transform: scale(1.05);
}

.innewtj{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewtj .pic{
	width:49.4%;
	overflow:hidden;
	position:relative;
	border-radius:0.35rem;
}
.innewtj .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.innewtj .pic:hover img{
	transform: scale(1.05);
}
.innewtj .tex{
	width:49.375%;
	background: var(---Gray-6, #F2F2F2);
	padding:4rem 3.75rem;
}
.innewtj .tex dl dt{
	color: var(---999, #999);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.innewtj .tex dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.innewtj .tex .sm{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: var(---333, #333);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.inewlist{
	width:100%;
	float:left;
}
.inewlist ul{
	display: flex;
	flex-wrap: wrap;
}
.inewlist ul li{
	width:calc(25.4% - 1.25rem);
	margin-right:1.08rem;
	margin-top:3.75rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
	padding:4.0rem 2.5rem;
	border: 2px solid var(---Gray-6, #F2F2F2);
}
.inewlist ul li:hover{
	border: 2px solid var(--e-32525, #D60B1C);
	background: var(---white, #FFF);
	/* 0-30-60-0.1 */
	box-shadow: 0 30px 60px 0 rgba(57, 57, 57, 0.10);
}
.inewlist ul li:nth-child(4n){
	margin-right:0px;
}
.inewlist ul li:hover h1{
	color: var(--e-32525, #D60B1C);
}
.inewlist ul li:hover h2{
	color: var(--e-32525, #D60B1C);
}
.inewlist ul li h1{
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inewlist ul li h2{
	color: var(---999, #999);
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-bottom:1.88rem;
}
.inewlist ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 1.8rem */
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
	
}
.inewlist ul li dl dd{
	margin-top:4.37rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inewlist ul li dl dd a{
	display: flex;
	align-items: center;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inewlist ul li dl dd a::after{
	margin-left:0.62rem;
	width: 2.25rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/thin_long_02_down.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.index01{
	width:100%;
	float:left;
	margin-top:9.37rem;
	position:relative;
}
.index01 img{
	width:100%;
	height:auto;
	display:block;
}
.index01 .tex{
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	position:absolute;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
}
.index01 .tex dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1.25rem */
}
.index01 .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.foot{
	width:100%;
	float:left;
	background: #fff;
	padding:5rem 8.33vw;
	padding-bottom:0;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:1.88rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .dblogo{
	width:14.7%;
	display: flex;
	align-items: center;
}
.foot01 .dblogo img{
	max-width:100%;
}
.foot01 .a01{
	width:22.5%;
}
.foot01 .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot01 dl dd{
	margin-top:0.62rem;
	border-radius: 0.25rem;
	border: 1px solid var(--e-32525, #D60B1C);
	padding:0.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.sjbk{
	border:0;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width:80%;
	font-family: zt3;
	outline:none;
}

.foot02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dbnav{
	width:73.7%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dbnav dl dt{
	padding-bottom:0.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.dbnav dl dd{
	margin-top:1.06rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.dbnav dl dd img{
	margin-right:0.62rem;
}
.dbnav dl dd a{
	color: var(---666, #666);
}
.dbewm{
	width:auto;
	max-width:10%;
}
.dbewm dl dt img{
	max-width:100%;
}
.dbewm dl dd{
	margin-top:0.56rem;
	color: var(---999, #999);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot03{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:1.25rem 0;
	border-top:1px solid rgba(0, 0, 0, 0.10);
}
.back{
	display: flex;
	width: 3rem;
	height: 3rem;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom:1.87rem;
	right:1.87rem;
	z-index:5;
}
.back img{
	max-width:100%;
}


.aboutbanner{
	width:100%;
	float:left;
	background-image:url(../img/aboutbanner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
}
.aboutbanner.yyfa{
	background-image:url(../img/yybanner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.aboutbanner.yyfa .tex{
	margin-top:15.38rem;
}
.aboutbanner.yyfa .tex .ywwz{
	margin-top:23.88rem;
}

.aboutbanner.js{
	background-image:url(../img/jsbanner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:13.75rem;
}
.aboutbanner.js .tex{
	margin-top:22.69rem;
}
.aboutbanner.js .tex .tel{
	margin-top:9.12rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.aboutbanner.js .tex .tel h1{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.aboutbanner.new{
	background-image:url(../img/newbanner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.aboutbanner.new .tex{
	margin-top:22.69rem;
}
.aboutbanner.new .tex .ywwz{
	margin-top:16.56rem;
}

.aboutbanner .tex{
	width:100%;
	margin-top:18.5rem;
}
.aboutbanner .tex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.aboutbanner .tex dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.aboutbanner .tex .ywwz{
	margin-top:20.75rem;
	text-align:center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 12.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 60%;
	text-transform: uppercase;
}
.nzlm{
	width:100%;
	float:left;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	background: #FFF;
}
.nzlm ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nzlm ul li{
	width:auto;
	display:flex;
	margin-left:1.875rem;
	margin-right:1.875rem;
}
.nzlm ul li a{
	padding:1.88rem 2.19rem;
	position:relative;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nzlm ul li a::after{
	position:absolute;
	left:0;
	bottom:0;
	width:0px;
	height:4px;
	content:'';
	display:inline-block;
	background-color:var(--e-32525, #D60B1C);
	transition: all 0.6s;
}
.nzlm ul li a:hover::after{
	width:100%;
}
.nzlm ul li a.cur::after{
	width:100%;
}

.nab{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .pic{
	width:38.5%;
	position:relative;
	overflow:hidden;
}
.nab .pic::after{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	height: 0.25rem;
	background: #D60B1C;
	content:'';
	display:inline-block;
}
.nab .pic dl dt{
	color: var(--e-32525, #D60B1C);
	font-family: zt2;
	font-size: 10rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.nab .pic dl dd{
	margin-top:1.25rem;
	color: var(--e-32525, #D60B1C);
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.nab .tex{
	width:50%;
	color: var(---333, #333);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.025rem */
}
.nab .tex dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	display:flex;
	align-items: center;
}
.nab .tex dl dt i{
	margin-left:1.25rem;
	margin-right:1.25rem;
	width:1px;
	height:1.0rem;
	background-color:#333;
}
.nab .tex dl dd{
	margin-top:0.62rem;
	color: var(--e-32525, #D60B1C);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:3.75rem;
}
.npic{
	width:100%;
	float:left;
	margin-top:10rem;
}
.npic img{
	width:100%;
	height:auto;
	display:block;
}


.qywh{
	width:100%;
	float:left;
	margin-top:10rem;
	background-image:url(../img/whb.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
	display: flex;
	justify-content:flex-end;
	flex-wrap: wrap;
}
.qywh ul{
	display: flex;
	flex-wrap: wrap;
	width:40%;
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.qywh ul li{
	width:100%;
	padding: 5.125rem 3.75rem 5.21875rem 5rem;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	position:relative;
	transition: all 0.6s;
	min-height:16rem;
	display: flex;
	align-items: center;
}
.qywh ul li dl{
	width:100%;
}
.qywh ul li dl dt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.qywh ul li dl dt::after{
	width: 0.75rem;
	height: 0.75rem;
	background-color:var(--30, rgba(255, 255, 255, 0.30));
	content:'';
	display:inline-block;
	min-width:0.75rem;
	border-radius:50%;
}
.qywh ul li dl dd{
	margin-top:1.25rem;
	display:flex;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.qywh ul li dl dd div{
	width:78%;
}
.qywh ul li:hover dl dt{
	color: var(---white, #FFF);
}
.qywh ul li:hover dl dt::after{
	background-color:var(--30, rgba(255, 255, 255, 1));
}
.qywh .btit{
	width:auto;
	position:absolute;
	bottom:10rem;
	left:8.33vw;
	z-index:1;
	color: var(---white, #FFF);
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.qywh .btit h1{
	color: var(---white, #FFF);
	font-size: 8rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.qywh .btit h2{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.zzrz{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.zzrz ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.zzrz ul li{
	width:auto;
	margin-left:1.25rem;
	margin-right:1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.zzrz ul li dl{
	margin-left:2.0rem;
	margin-right:2.0rem;
	text-align:center;
}
.zzrz ul li dl dt{
	color: var(--e-32525, #D60B1C);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.zzrz ul li dl dd{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zzrz ul li::before{
	width: 1.62163rem;
	height: 3.74681rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.zzrz ul li::after{
	width: 1.62163rem;
	height: 3.74681rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nzs{
	width:100%;
	float:left;
	margin-top:6.25rem;
	padding:0 7.7rem;
	padding-bottom:6.13rem;
	background-image:url(../img/tm.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
	display: flex;
	flex-wrap: wrap;
}
.nzs div{
	width:calc(16.8% - 1.88rem);
	margin-right:1.88rem;
}
.nzs div:nth-child(6n){
	margin-right:0px;
}
.nzs div img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nzs div:hover img{
	transform: scale(1.05);
}
.cpwrap{
	width:100%;
	float: left;
	background-image:url(../img/cpbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:10rem;
}
.xlm{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.xlm ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.xlm ul li{
	width:auto;
	margin-left:1.875rem;
	margin-right:1.875rem;
}
.xlm ul li a{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	display: flex;
	align-items: center;
}
.xlm ul li a::before{
	width: 0.625rem;
	height: 0.625rem;
	content:'';
	display:inline-block;
	margin-right:0.62rem;
	background-image:url(../img/quan.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.xlm ul li a:hover{
	color: var(--e-32525, #D60B1C);
}
.xlm ul li a:hover::before{
	background-image:url(../img/quan2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.xlm ul li a.cur{
	color: var(--e-32525, #D60B1C);
}
.xlm ul li a.cur::before{
	background-image:url(../img/quan2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.ss{
	width:100%;
	float:left;
	border-radius: 0.5rem;
	border: 1px solid var(--e-32525, #D60B1C);
	margin-top:3.75rem;
	padding: 0.5rem 0.5rem 0.5rem 1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ssbk{
	width:calc(100% - 4.0rem);
	border:0px;
	outline:none;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	background-color:transparent;
}
.sscp{
	width:calc(100% - 4.0rem);
	border:0px;
	outline:none;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	
	background-color:transparent;
}

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

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


.cpshow{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	background: #FFF;
}
.cpshow-l{
	width:50%;
	background: var(---Gray-6, #F2F2F2);
	padding:5rem 8.33vw;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.cpshow-l h1{
	margin-bottom:1.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 4.5rem */
	
}
.ke-zeroborder {
    width: 100%;
    padding: 1rem 0;
}
.ke-zeroborder th {
    color: #D60B1C;
    font-size: 1rem;
    padding: 0.8rem 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    
    text-align: left;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.ke-zeroborder td {
    width: auto;
    color: var(---333, #333);
    font-size: 0.9rem;
    font-style: normal;
    padding: 0.6rem 0;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.cpshow-l .a01{
	display: flex;
	flex-wrap: wrap;
	margin-top:5rem;
}
.cpshow-l .a01 .tel{
	width:calc(50% - 0.31rem);
	padding:0 0.5rem;
	height:3.75rem;
	border-radius: 0.25rem;
	background: var(--e-32525, #D60B1C);
	color: #ffffff;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right:0.62rem;
}
.cpshow-l .a01 .tel a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--Color, #ffffff);
}
.cpshow-l .a01 .tel::before{
	width: 2.8rem;
	height: 2.8rem;
	position: absolute;
	left:0.5rem;
	top:0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/dh.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.cpshow-l .a01 .xz{
	width:calc(50% - 0.31rem);
	height:3.75rem;
	border-radius: 0.25rem;
	border: 1px solid var(--e-32525, #D60B1C);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #D60B1C);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpshow-l .a01 .xz a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#D60B1C;
}
/* From Uiverse.io by ZAKARIAE48CHELLE */ 
.Btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  background-color:transparent;
}

.svgIcon {
  fill: #D60B1C;
}

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


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

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

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

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

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.cpshow-r{
	width:50%;
	position:relative;
}
.swiper-slide div{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	max-width:100%;
	max-height:100%;
	    padding-bottom: 5rem;
}
.swiper-slide .b01{
	padding:1.85rem 2.0rem;
	border-radius: 5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.swiper-slide-thumb-active .b01{
	border: 1px solid var(--e-32525, #D60B1C);
}
.swiper-slide .b01 img{
	max-height:70%;
}
.swiper-slide .a01{
}
.swiper.aa01{
	margin:0 25%;
	width:50%;
	position:absolute;
	bottom:-4rem;
}

.hyyy{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
	overflow:hidden;
	border-radius: 0.75rem;
}
.hyyy img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hyyy:hover img{
	transform: scale(1.05);
}
.hyyy .a01{
	width: auto;
	position:absolute;
	bottom:2.5rem;
	right:2.5rem;
	z-index:2;
}
.yylist{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.yylist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yylist ul li{
	width:100%;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	overflow:hidden;
}
.yylist ul li .tex{
	width:33.3%;
	padding: 3.75rem 2.75rem 5.625rem 3.125rem
}
.yylist ul li .tex dl dt{
	padding-bottom:2.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.yylist ul li .tex dl dd{
	
}
.yylist ul li .tex dl dd p{
	padding:1rem 0;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-size: 0.98rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.yylist ul li .tex dl dd p a{
	/*display: flex;*/
	align-items: center;
	margin-right:0.8rem;
}
.yylist ul li .tex dl dd p a::before{
	content:">";
	display:inline-block;
	margin-right:0.4rem;
	font-family:'宋体';
	font-weight:bold;
}
.yylist ul li .pic{
	width:66.7%;
	border-radius: 0.75rem;
	overflow:hidden;
	position:relative;
}
.yylist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.yylist ul li:hover .pic img{
	transform: scale(1.05);
}
.yylist ul li:hover{
	background: var(--e-32525, #D60B1C);
}
.yylist ul li:hover .tex dl dd a{
	color:#FFF;
}
.yylist ul li:hover .tex dl dt{
	color:#FFF;
}

.glfs{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
}
.glfs .wztex{
	width:auto;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	color: var(--e-32525, #D60B1C);
	font-family: zt2;
	font-size: 8rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 8rem */
	text-transform: uppercase;
}
.glfs::before{
	width: 3.75rem;
	height: 3.75rem;
	position:absolute;
	left:calc(50% - 1.875rem);
	top:0;
	z-index:2;
	content:'';
	display:inline-block;
	background-image:url(../img/xtb.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.glfs::after{
	width:1px;
	height:calc(100% - 2.0rem);
	position:absolute;
	top:2.0rem;
	left:calc(50% - 0.05px);
	z-index:1;
	content:'';
	display:inline-block;
	background-color:#D60B1C;
}
.glfs-l{
	width:50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float:left;
}
.glfs01{
	width:100%;
	margin-top:5.56rem;
}
.glfs01 dl dt{
	overflow:hidden;
	display: flex;
	padding-bottom:1.25rem;
	border-bottom:1px solid #D60B1C;
}
.glfs01 dl dt div{
	width:35%;
	overflow:hidden;
	border-radius: 0.5rem;
	border: 1px solid var(--e-32525, #D60B1C);
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */
}
.glfs01 dl dt div i{
	padding: 0.4375rem 1rem;
	background: var(--e-32525, #D60B1C);
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3rem */
	margin-right:1.88rem;
}
.glfs01 dl dd{
	padding-top:1.25rem;
	display: flex;
	position:relative;
}
.glfs01 dl dd div{
	width:63.6%;
	overflow:hidden;
	border-radius: 0.5rem;
}
.glfs01 dl dd div img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.glfs01:hover dl dd div img{
	transform: scale(1.05);
}
.glfs01.yb dl dt{
	justify-content:flex-end;
}
.glfs01.yb dl dd{
	justify-content:flex-end;
}
.glfs-l .glfs01:last-child dl dd::after{
	width: 0.5rem;
	height: 0.5rem;
	position:absolute;
	right:-0.25rem;
	bottom:0;
	content:'';
	display:inline-block;
	z-index:4;
	background-image:url(../img/q.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.glfs-l .glfs01.yb:first-child{
	margin-top:0px;
}

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

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

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

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

.newcon{
	width:100%;
	float:left;
	margin-top:11.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:66.5%;
}
.nynewtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.25rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.newtex{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:4.44rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	padding:1.88rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	position:relative;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.newnext ul li::after{
	width:0px;
	height:2px;
	background-color:var(--e-32525, #D60B1C);
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.newnext ul li:hover::after{
	width:100%;
}
.newnext ul li a{
	max-width:80%;
}

.newcon-r{
	width:24.1%;
}
.newcon-r .inewlist ul li{
	width:100%;
	margin-top:1.25rem;
	    margin-right: 0;
}
.newcon-r .inewlist ul li:first-child{
	margin-top:0px;
}

.nlx{
	width:100%;
	float:left;
	margin-top:16.5rem;
	padding:0 8.33vw;
}
.nlx01{
	width:100%;
	border-radius: 0.75rem 0.75rem 0 0;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.nlx01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li{
	width:25%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:3.0rem 0;
	text-align:center;
}
.nlx01 ul li .pic{
	overflow:hidden;
}
.nlx01 ul li .pic img{
	max-width:100%;
	width:auto;
	height:auto;
	display:inline-block;
}
.nlx01 ul li dl dt{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-bottom:0.62rem;
}
.nlx01 ul li dl dd{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nlx01 ul li dl dd.f1{
	font-size:1.125rem;
}

.nlx02{
	width:100%;
	float:left;
	margin-top:8.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx02-l{
	width:30.7%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nlx02-l .intit dl dt{
	justify-content:flex-start;
}
.nlx02-l .intit dl dd{
	text-align:left;
}
.nlx02-l .sm{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.nlx02-r{
	width:50%;
}
.baojia{
	width:100%;
	float:left;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:49%;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia ul li div{
	display: flex;
	align-items:center;
}
.baojia ul li div input{
	margin-right:0.62rem;
}
.baojia ul li dl{
	width:100%;
}
.baojia ul li:first-child{
	margin-top:0px;
}
.baojia ul li:nth-child(2){
	margin-top:0px;
}
.baojia ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk{
	width:100%;
	border: 0px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
}
.baojia ul li.w100{
	width:100%;
}
.map{
	width:100%;
	float:left;
	margin-top:8.75rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}

.feix{
	display:flex;
}
.feix a{
	padding: 1.0625rem 2.625rem 1.0625rem 3.3125rem;
	display: flex;
	align-items:center;
	position:relative;
	border-radius: 0.25rem;
	background: var(--e-32525, #D60B1C);
	
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
	z-index:3;
	overflow:hidden;
}
.feix a::after{
	content:'';
	display:inline-block;
	margin-left:2.3rem;
	background-image:url(../img/fxin.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width: 1.125rem;
	height: 1.125rem;
}

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


.mart10{
	margin-top:4rem;
}
.mart8{
	margin-top:8.12rem;
}
.jz{
	justify-content: center;
}
.mart6{
	margin-top:6.25rem;
}
.mart3{
	margin-top:3.75rem;
}
.mart5{
	margin-top:5.0rem;
}
.mart0{
	margin-top:0rem;
}
.mart2{
	margin-top:2.5rem;
}
.mart15{
	margin-top:15rem;
}
.marb10{
	margin-bottom:10rem;
}

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



}


@media (min-width:2000px){


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






}

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

.innav ul li a{
	padding:0 2.2rem;
}
.aboutbanner .tex .ywwz{
	font-size:10rem;
}
.glfs .wztex{
	font-size:6.0rem;
}
.swiper-slide .b01{
	padding:1.50rem 2.0rem;
}
.inhz ul li {
   height: 13.125rem;
	}
.nzs{
	padding-bottom:4.25rem;
}

.inab .tex .a01 dl dd{
	font-size:2.25rem;
}
.dbnav {
    width: 82%;}
.yylist ul li .tex{
	width: 35.3%;
    padding: 2.75rem 2.25rem 3.625rem 1.725rem;
	}	
.yylist ul li .pic {
    width: 64.7%;
	}	
.incplm ul li dl dt{
	font-size: 1rem;
	}
.incplm ul li a{
	padding: 0.5rem;
	}
}

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

.incplm ul li {
    width: 19%;}
.incplm ul li:nth-child(6n) {
    margin-right: 1%;
}	
.incplm ul li:nth-child(5n) {
    margin-right: 0rem;
}	
	}


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

.main{
	padding:0 5.2vw;
}
.innav ul li a{
	padding:0 1.5rem;
	font-size:0.875rem;
}
.nlx01 ul li dl dd{
	font-size:1.0rem;
}
.nlx01 ul li dl dd.f1{
	font-size:0.875rem;
}
.intit dl dd{
	font-size:2.0rem;
}
.index01 .tex dl dd{
	font-size:2.0rem;
}
.foot01 .a01{
	width:30%;
}
.dbnav dl dt{
	font-size:0.875rem;
}
.dbnav dl dd{
	font-size:0.65rem;
}
.dbnav{
	width:85%;
}
.dbewm dl dd{
	font-size:0.65rem;
}
.aboutbanner .tex dl dt{
	font-size:3.0rem;
}
.aboutbanner .tex dl dd{
	font-size:1.75rem;
}
.inewlist ul li h2{
	font-size:2.0rem;
}
.inewlist ul li{
	padding:2.0rem 1.5rem;
}
.aboutbanner .tex .ywwz{
	font-size:6.0rem;
}
.innewtj .tex dl dd{
	font-size:1.25rem;
	margin-top:1.25rem;
}
.innewtj .tex{
	padding:2rem 1.75rem;
}
.nlx01 ul li .pic img{
	width: 3rem;
	}
.nlx01 ul li .ewm img{
	width: 6rem;
	}
.aboutbanner .tex{
	margin-top: 14.5rem;
	}
.nlx{
	 margin-top: 8.5rem;
	 padding: 0 5vw;
	}
.shfw .tex dl dt{
	font-size:2.0rem;
}
.glfs01 dl dt div{
	width:60%;
}
.glfs .wztex{
	font-size:5.0rem;
}
.yylist ul li .tex{
	padding: 2.75rem 2.75rem 2.625rem 2.125rem;
}
.yylist ul li .tex dl dd p{
	font-size: 0.8rem;
	}
.cpshow-l{
	padding:3.5rem 5.2vw;
	font-size:0.875rem;
}
.cpshow-l h1{
	font-size:2.0rem;
	margin-bottom:1.5rem;
}
.cpshow-l .a01 .tel{
	font-size:0.875rem;
}
.cpshow-l .a01 .tel a{
	padding-left:1.0rem;
}
.swiper-slide .b01{
	padding:1.20rem 2.0rem;
}
.swiper.aa01{
	width:65%;
	margin:0 15%;
}
.incplm ul li a{
	padding: 0.7rem 1.05rem;
}
.incplm ul li dl dt{
	font-size: 1rem;
	}
.incp ul li dl dt{
	padding: 0.96875rem 1.16rem;
	}
.inhy .smwz {
    width: 35.4%;
	}
.inhy{
	height: 46rem;
	}
.aboutbanner .tex .ywwz {
    margin-top: 11.75rem;
}
.nab .tex{
	    font-size: 1rem;
	}
.qywh ul{
	width: 45%;
	}
.qywh ul li{
	padding: 1.5rem 2.25rem 1.8rem 3rem;
	min-height: 11rem;
	}
.qywh ul li dl dt{
	    font-size: 1.25rem;
	}
.qywh ul li dl dd{
	    font-size: 0.825rem;
	}
.inhy .pic{
	height: 46rem;
	}
.nab .pic dl dt{
	font-size:5.0rem;
}
.nab .pic dl dd{
	font-size:2.0rem;
}
.nab .tex dl dd{
	font-size:2.0rem;
}
.qywh .btit h1{
	font-size:4.5rem;
}
.qywh .btit h2{
	font-size:4.5rem;
}
.aboutbanner.js .tex {
    margin-top: 11.69rem;
}
.aboutbanner.new .tex {
    margin-top: 11.69rem;
}
.nzs{
	padding:0 3.5rem;
	padding-bottom:3.0rem;
}
.inab .tex .a01 dl dd{
	font-size:1.5rem;
	margin-bottom:2.0rem;
}
.inab .tex .a01 dl dt{
	font-size:1.0rem;
}
.inab .tex{
	font-size:0.75rem;
	line-height:150%;
}
.inhy .hytit{
	width:40.7%;
}
.inhy .hytit dl dd{
	font-size:2.0rem;
}
.inhz ul li{
	height:10rem;
}

.inewlist ul li dl dd a::after{
	width:2.0rem;
	height:1.0rem;
}













	
}





@media (max-width:999px) {


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

.header2{ 
	width:100%; 
	float:left; 
	height:5.0rem; 
	line-height:5.0rem;
	background-color:#FFF;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5.0rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:50%; 
	max-height:4rem; 
	vertical-align:middle; 
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:5.0rem; 
	height:5.0rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:5.0rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 2.0rem; 
	height: 2.0rem; 
	background:url(../img/close.png) no-repeat; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}

.top-r{
	width:auto;
	display: flex;
	align-items: center;
	position:absolute;
	right:0.5rem;
	top:0;
	z-index:3;
	display:none;
}
.top-r .zyw{
	width:auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.top-r .zyw .a01{
	display: flex;
	align-items: center;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24rem;
	text-transform: uppercase;
}
.top-r .zyw .a01::after{
	width: 0.75rem;
	height: 0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.12rem;
	margin-top:-2px;
}
.top-r .zyw .a01::before{
	width: 1.2rem;
	height: 1.2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.32rem;
}

.top-r .zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.top-r .zyw .xl{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	background-color:#FFF;
	padding:1.0rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.top-r .zyw .xl a{
	color: var(---333, #333);
}

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

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

.inmore{
	display:flex;
}
.inmore a{
	padding: 0.5rem 0.8rem;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 0.25rem;
    border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
    color: var(---white, #FFF);
    font-family: zt2;
    font-size: 0.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    z-index: 3;
    overflow: hidden;
}
.inmore a::after{
	margin-left:1.25rem;
	width: 1.0rem;
	height: 1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a::before{
	width:0;
	height:100%;
	content:'';
	display:inline-block;
	position: absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background: var(--e-32525, #D60B1C);
}
.inmore a:hover::before{
	width:100%;
}
.inmore a:hover{
	border:1px solid #D60B1C;
}

.inmore2{
	display:flex;
}
.inmore2 a{
	padding: 0.5rem 1.5rem;
	display: flex;
	align-items:center;
	position:relative;
	border-radius: 0.25rem;
	border: 1px solid var(--e-32525, #D60B1C);
	
	text-align: center;
	font-family: zt2;
	color: var(--e-32525, #D60B1C);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	z-index:3;
	overflow:hidden;
}
.inmore2 a::after{
	width: 1.0rem;
	height: 1.0rem;
	margin-left:1.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore2 a::before{
	width:0;
	height:100%;
	content:'';
	display:inline-block;
	position: absolute;
	left:0;
	top:0;
	z-index:-1;
	transition: all 0.6s;
	background: var(--e-32525, #D60B1C);
}
.inmore2 a:hover::before{
	width:100%;
}
.inmore2 a:hover{
	color:var(--Color, #fff);
}
.inmore2 a:hover::after{
	background-image:url(../img/long_up2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}



.inab{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .tex{
	width:100%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.inab .tex .a01 dl dt{
	display: flex;
	align-items:center;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inab .tex .a01 dl dt i{
	width:1px;
	height:1.0rem;
	background-color:#333;
	margin-left:0.5rem;
	margin-right:0.5rem;
}
.inab .tex .a01 dl dd{
	margin-top:0.62rem;
	margin-bottom:2.25rem;
	
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}




.inab .pic{
	width:100%;
	overflow:hidden;
	border-radius: 0.75rem;
	background: var(---333, #333);
	/* 扩展投影 */
	box-shadow: 0 64px 60px -34px rgba(0, 0, 0, 0.29);
	margin-top:3.0rem;
}
.inab .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab .pic:hover img{
	transform: scale(1.05);
}

.insp{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
	display:flex;
}
.insp img{
	max-width:70%;
	height:auto;
}
.inwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
}


.intit{
	width:100%;
	float:left;
	margin-top:3rem;
}
.intit dl dt{
	display: flex;
	align-items:center;
	justify-content: center;
	
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.intit dl dt i{
	width:1px;
	height:1.0rem;
	margin-left:0.5rem;
	margin-right:0.5rem;
	background-color:#333;
}
.intit dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align:center;
}
.incplm{
	width:100%;
	float: left;
	margin-top:1.75rem;
}
.incplm ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.incplm ul li{
	width:48.5%;
	display: flex;
	align-items:center;
	margin-top:0.5rem;
}
.incplm ul li:nth-child(3){
	/*width:100%;*/
}
.incplm ul li a{
	width:100%;
	padding: 0.5rem 0.8rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	display: flex;
	align-items:center;
}
.incplm ul li a:hover{
	background: var(--e-32525, #D60B1C);
	/* Drop Shadow */
	box-shadow: 0 40px 60px -34px rgba(163, 0, 0, 0.46);
}
.incplm ul li a:hover dl dt{
	color: var(---white, #FFF);
}
.incplm ul li a:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.incplm ul li a img{
	margin-right:0.5rem;
	max-width:1.3125rem;
}
.incplm ul li dl dt{
	color: var(---333, #333);
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.incplm ul li dl dd{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: none;
}
.incplm ul li .pic01{
	display:inline-block;
}
.incplm ul li .pic02{
	display:none;
}
.incplm ul li:hover .pic01{
	display:none;
}
.incplm ul li:hover .pic02{
	display:inline-block;
}

.incplm ul li a.cur{
	background: var(--e-32525, #D60B1C);
	/* Drop Shadow */
	box-shadow: 0 40px 60px -34px rgba(163, 0, 0, 0.46);
}
.incplm ul li a.cur dl dt{
	color: var(---white, #FFF);
}
.incplm ul li a.cur dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.incplm ul li a.cur .pic01{
	display:none;
}
.incplm ul li a.cur .pic02{
	display:inline-block;
}

.incp{
	width:100%;
	float: left;
	margin-top:1.5rem;
}
.incp ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.incp ul li{
	width:48.5%;
	margin-top:1.75rem;
	border-radius: 0.5rem;
	background: linear-gradient(355deg, #D9E2EF 4.25%, #F8F8F8 95.75%);
	overflow:hidden;
	/*border: 2px solid var(---white, #FFF);*/
	padding:1.0rem 0.5rem;
}
.incp ul li:nth-child(4n){
	margin-right:0px;
}
.incp ul li .bq{
	display:flex;
}
.incp ul li .bq i{
	padding: 0.5rem 1.0rem;
	border-radius: 3.125rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.incp ul li .pic{
	margin-top:1.04rem;
	overflow:hidden;
	display: flex;
	justify-content:center;
	align-items: center;
}
.incp ul li .pic img{
	transition: all 0.6s;
	max-width:80%;
	max-height:100%;
}
.incp ul li:hover .pic img{
	transform: scale(1.05);
}
.incp ul li dl dt{
	margin-top:1.25rem;
	border-radius: 0.25rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	padding: 0.5rem;
	justify-content: center;
	align-items: center;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
	transition: all 0.6s;
}
.incp ul li dl dt::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
}
.incp ul li:hover{
	border: 2px solid var(--e-32525, #D60B1C);
	background: linear-gradient(355deg, #D9E2EF 4.25%, #F8F8F8 95.75%);
	box-shadow: 0 40px 60px -34px rgba(163, 0, 0, 0.21);
}
.incp ul li:hover dl dt{
	color: var(---white, #FFF);
	background: var(--e-32525, #D60B1C);
	justify-content: space-between;
}
.incp ul li:hover dl dt::after{
	opacity:1;
}
.incp ul li:hover .bq i{
	border: 1px solid var(--e-32525, #D60B1C);
	color: var(--e-32525, #D60B1C);
}
.inw{
	width:100%;
	float:left;
	display:flex;
	margin-top:2.75rem;
}
.inw img{
	width:100%;
	height:auto;
}

.inhy{
	width:100%;
	float:left;
	position:relative;
	height:25rem;
}
.inhy .pic{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	transition: all 0.6s;
}
.inhy .pic.cur{
	opacity:1;
	z-index:5;
}
.inhy .hytit{
	    width: 94%;
    left: 3vw;
    top: 25.4%;
	z-index:30;
	position:absolute;
}
.inhy .hytit dl dt{
	margin-top:0.62rem;
	display:flex;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inhy .hytit dl dt i{
	margin-left:0.5rem;
	margin-right:0.5rem;
	background-color:var(--60, rgba(255, 255, 255, 0.60));
	width:1px;
	height:1.0rem;
}
.inhy .hytit dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inhy .smwz{
	    width: 94%;
    position: absolute;
    left: 3vw;
    bottom: 2%;
	z-index:4;
	border-radius: 0.5rem;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding: 1rem 0.5rem;
    color: var(---white, #FFF);
    font-size: 0.825rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.inhy .hylm{
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:20;
}
.inhy .hylm .a01{
	width:100%;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	position:relative;
	z-index:3;
}
.inhy .hylm .a01::before{
	width:100%;
	height:100%;
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	z-index:0;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.inhy .hylm .a01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inhy .hylm .a01 ul li{
	width:33.333%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	height:3rem;
	position:relative;
	display:flex;
	align-items: center;
	justify-content: center;
}
.inhy .hylm .a01 ul li:nth-child(3n){
	border-right:0px;
}
.inhy .hylm .a01 ul li a{
	width:100%;
	height:100%;
	display:flex;
	align-items: center;
    /* justify-content: center; */
    padding-left: 10px;
	justify-content: center;
	color: var(---white, #FFF);
	font-size:0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inhy .hylm .a01 ul li a img{
	margin-right:0.62rem;
}
.inhy .hylm .a01 ul li a:hover{
	background: var(--e-32525, #D60B1C);
}
.inhy .hylm .a01 ul li.cur a{
	background: var(--e-32525, #D60B1C);
}


.inhz{
	width:100%;
	float:left;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.inhz ul{
	display: flex;
	flex-wrap: wrap;
}
.inhz ul li{
	width:33.33%;
	height: 5.0rem;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display:flex;
	justify-content: center;
	align-items: center;
	overflow:hidden;
}
.inhz ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
.inhz ul li a img{
	max-width:60%;
	transition: all 0.6s;
}
.inhz ul li a:hover img{
	transform: scale(1.05);
}

.innewtj{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewtj .pic{
	width:100%;
	overflow:hidden;
	position:relative;
	border-radius:0.35rem;
}
.innewtj .pic img{
	width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.innewtj .pic:hover img{
	transform: scale(1.05);
}
.innewtj .tex{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	padding:2rem 1.25rem;
}
.innewtj .tex dl dt{
	color: var(---999, #999);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.innewtj .tex dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.innewtj .tex .sm{
	margin-top:1.0rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: var(---333, #333);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.825rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.inewlist{
	width:100%;
	float:left;
}
.inewlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inewlist ul li{
	width:48.5%;
	margin-top:1.0rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
	padding:2.0rem 1.0rem;
	border: 2px solid var(---Gray-6, #F2F2F2);
}
.inewlist ul li:hover{
	border: 2px solid var(--e-32525, #D60B1C);
	background: var(---white, #FFF);
	/* 0-30-60-0.1 */
	box-shadow: 0 30px 60px 0 rgba(57, 57, 57, 0.10);
}
.inewlist ul li:nth-child(4n){
	margin-right:0px;
}
.inewlist ul li:hover h1{
	color: var(--e-32525, #D60B1C);
}
.inewlist ul li:hover h2{
	color: var(--e-32525, #D60B1C);
}
.inewlist ul li h1{
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inewlist ul li h2{
	color: var(---999, #999);
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-bottom:1.88rem;
}
.inewlist ul li dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.8rem */
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.inewlist ul li dl dd{
	margin-top:2.37rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inewlist ul li dl dd a{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inewlist ul li dl dd a::after{
	margin-left:0.62rem;
	width: 2.25rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/thin_long_02_down.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.index01{
	width:100%;
	float:left;
	margin-top:3.0rem;
	position:relative;
	background-image:url(../img/inb01.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:2.0rem 8.33vw;
}
.index01 img{
	width:100%;
	height:auto;
	display: none;
}
.index01 .tex{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
}
.index01 .tex dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1.25rem */
}
.index01 .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.foot{
	width:100%;
	float:left;
	background: #fff;
	padding:3rem 3vw;
	padding-bottom:0;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:1.88rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .dblogo{
	width:100%;
	display: flex;
	align-items: center;
}
.foot01 .dblogo img{
	max-width:100%;
}
.foot01 .a01{
	width:100%;
	margin-top:2.0rem;
}
.foot01 .a01 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot01 dl dd{
	margin-top:0.62rem;
	border-radius: 0.25rem;
	border: 1px solid var(--e-32525, #D60B1C);
	padding:0.48rem 0.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.sjbk{
	border:0;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-width:80%;
	font-family: zt3;
	outline:none;
}

.foot02{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dbnav{
	width:73.7%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.dbnav dl dt{
	padding-bottom:0.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.dbnav dl dd{
	margin-top:1.06rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.dbnav dl dd img{
	margin-right:0.62rem;
}
.dbnav dl dd a{
	color: var(---666, #666);
}
.dbewm{
	width:100%;
	max-width:100%;
	text-align:center;
}
.dbewm dl dt img{
	max-width:100%;
}
.dbewm dl dd{
	margin-top:0.56rem;
	color: var(---999, #999);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot03{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:1.25rem 0;
	border-top:1px solid rgba(0, 0, 0, 0.10);
}
.back{
	display: flex;
	width: 3rem;
	height: 3rem;
	justify-content: center;
	align-items: center;
	position: fixed;
	bottom:1.87rem;
	right:1.87rem;
	z-index:5;
}
.back img{
	max-width:100%;
}


.aboutbanner{
	width:100%;
	float:left;
	background-image:url(../img/aboutbanner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	/*background-attachment:fixed;*/
}
.aboutbanner.yyfa{
	background-image:url(../img/yybanner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.aboutbanner.yyfa .tex{
	margin-top:15.38rem;
}
.aboutbanner.yyfa .tex .ywwz{
	margin-top:23.88rem;
}

.aboutbanner.js{
	background-image:url(../img/jsbanner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:3.75rem;
}
.aboutbanner.js .tex{
	margin-top:7.5rem;
}
.aboutbanner.js .tex .tel{
	margin-top:3.12rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.aboutbanner.js .tex .tel h1{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.aboutbanner.new{
	background-image:url(../img/newbanner.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.aboutbanner.new .tex{
	margin-top:7.5rem;
}
.aboutbanner.new .tex .ywwz{
	margin-top:2.56rem;
}

.aboutbanner .tex{
	width:100%;
	margin-top:7.5rem;
}
.aboutbanner .tex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.aboutbanner .tex dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.aboutbanner .tex .ywwz{
	margin-top:4.75rem;
	text-align:center;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 60%;
	text-transform: uppercase;
}
.nzlm{
	width:100%;
	float:left;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	background: #FFF;
}
.nzlm ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.nzlm ul li{
	width:25%;
	display:flex;
}
.nzlm ul li a{
	padding:1.0rem 0.5rem;
	position:relative;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nzlm ul li a::after{
	position:absolute;
	left:0;
	bottom:0;
	width:0px;
	height:4px;
	content:'';
	display:inline-block;
	background-color:var(--e-32525, #D60B1C);
	transition: all 0.6s;
}
.nzlm ul li a:hover::after{
	width:100%;
}
.nzlm ul li a.cur::after{
	width:100%;
}

.nab{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab .pic{
	width:100%;
	position:relative;
	overflow:hidden;
	padding-bottom:3.0rem;
}
.nab .pic::after{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	height: 0.15rem;
	background: #D60B1C;
	content:'';
	display:inline-block;
}
.nab .pic dl dt{
	color: var(--e-32525, #D60B1C);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.nab .pic dl dd{
	margin-top:1.25rem;
	color: var(--e-32525, #D60B1C);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.nab .tex{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.025rem */
	margin-top:3.0rem;
}
.nab .tex dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	display:flex;
	align-items: center;
}
.nab .tex dl dt i{
	margin-left:1.25rem;
	margin-right:1.25rem;
	width:1px;
	height:1.0rem;
	background-color:#333;
}
.nab .tex dl dd{
	margin-top:0.62rem;
	color: var(--e-32525, #D60B1C);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:2.5rem;
}
.npic{
	width:100%;
	float:left;
	margin-top:3rem;
}
.npic img{
	width:100%;
	height:auto;
	display:block;
}


.qywh{
	width:100%;
	float:left;
	margin-top:3rem;
	background-image:url(../img/whb.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	position:relative;
	display: flex;
	justify-content:flex-end;
	flex-wrap: wrap;
}
.qywh ul{
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.qywh ul li{
	width:100%;
	padding: 2.125rem 0.75rem;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	position:relative;
	transition: all 0.6s;
	display: flex;
	align-items: center;
}
.qywh ul li dl{
	width:100%;
}
.qywh ul li dl dt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.qywh ul li dl dt::after{
	width: 0.75rem;
	height: 0.75rem;
	background-color:var(--30, rgba(255, 255, 255, 0.30));
	content:'';
	display:inline-block;
	min-width:0.75rem;
	border-radius:50%;
}
.qywh ul li dl dd{
	margin-top:1.25rem;
	display:flex;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.qywh ul li dl dd div{
	width:78%;
}
.qywh ul li:hover dl dt{
	color: var(---white, #FFF);
}
.qywh ul li:hover dl dt::after{
	background-color:var(--30, rgba(255, 255, 255, 1));
}
.qywh .btit{
	width:100%;
	padding:0 3vw;
	margin-top:2.0rem;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:2.0rem;
}
.qywh .btit h1{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.qywh .btit h2{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.zzrz{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.zzrz ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.zzrz ul li{
	width:auto;
	margin-left:0.5rem;
	margin-right:0.5rem;
	margin-top:0.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.zzrz ul li dl{
	margin-left:0rem;
	margin-right:0rem;
	text-align:center;
}
.zzrz ul li dl dt{
	color: var(--e-32525, #D60B1C);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.zzrz ul li dl dd{
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zzrz ul li::before{
	width: 1.2163rem;
	height: 2.4681rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.zzrz ul li::after{
	width: 1.2163rem;
	height: 2.4681rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nzs{
	width:100%;
	float:left;
	margin-top:2.25rem;
	background-image:url(img/tm.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
	display: flex;
	flex-wrap: wrap;
}
.nzs div{
	width:calc(33.5% - 0.5rem);
	margin-right:0.5rem;
	margin-top:0.5rem;
}
.nzs div:nth-child(3n){
	margin-right:0px;
}
.nzs div img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.nzs div:hover img{
	transform: scale(1.05);
}
.cpwrap{
	width:100%;
	float: left;
	background-image:url(../img/cpbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:4rem;
}
.xlm{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.xlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.xlm ul li{
	width:48%;
	margin-top:1.0rem;
}
.xlm ul li a{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	display: flex;
	align-items: center;
}
.xlm ul li a::before{
	width: 0.625rem;
	height: 0.625rem;
	content:'';
	display:inline-block;
	margin-right:0.62rem;
	background-image:url(../img/quan.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.xlm ul li a:hover{
	color: var(--e-32525, #D60B1C);
}
.xlm ul li a:hover::before{
	background-image:url(../img/quan2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.xlm ul li a.cur{
	color: var(--e-32525, #D60B1C);
}
.xlm ul li a.cur::before{
	background-image:url(../img/quan2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.ss{
	width:100%;
	float:left;
	border-radius: 0.5rem;
	border: 1px solid var(--e-32525, #D60B1C);
	margin-top:2.0rem;
	padding: 0.5rem 0.5rem 0.5rem 1.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
input[type="image"]{
	 width: 35px;    /* 宽度，替换为你需要的值 */
  height: 35px; 
	}
.ssbk{
	width:calc(100% - 4.0rem);
	border:0px;
	outline:none;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	background-color:transparent;
}

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

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


.cpshow{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	background: #FFF;
}
.cpshow-l{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	padding:3.0rem 3vw;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}
.ke-zeroborder {
    width: 100%;
    padding: 1rem 0;
}
.ke-zeroborder th {
    color: var(--ec-3535, #CE2F2F);
    font-size: 0.95rem;
    padding: 0.6rem 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    
    text-align: left;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.ke-zeroborder td {
    width: auto;
    color: var(---333, #333);
    font-size: 0.825rem;
    font-style: normal;
    padding: 0.6rem 0;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.cpshow-l h1{
	margin-bottom:1.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 4.5rem */
	
}

.cpshow-l .a01{
	display: flex;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.cpshow-l .a01 .tel{
	width:100%;
	padding:0 0.5rem;
	height:3.75rem;
	border-radius: 0.25rem;
	background: var(--e-32525, #D60B1C);
	color: #ffffff;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cpshow-l .a01 .tel a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--Color, #ffffff);
}
.cpshow-l .a01 .tel::before{
	width: 2.8rem;
	height: 2.8rem;
	position: absolute;
	left:0.5rem;
	top:0.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/dh.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.cpshow-l .a01 .xz{
	width:100%;
	margin-top:1.0rem;
	height:3.75rem;
	border-radius: 0.25rem;
	border: 1px solid var(--e-32525, #D60B1C);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #D60B1C);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpshow-l .a01 .xz a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#D60B1C;
}
/* From Uiverse.io by ZAKARIAE48CHELLE */ 
.Btn {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  background-color:transparent;
}

.svgIcon {
  fill: #D60B1C;
}

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


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

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

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

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

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.cpshow-r{
	width:100%;
	position:relative;
}
.swiper-slide div{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	max-width:100%;
	max-height:100%;
}
.swiper-slide .b01{
	padding:1.20rem 2.0rem;
	border-radius: 5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.swiper-slide-thumb-active .b01{
	border: 1px solid var(--e-32525, #D60B1C);
}
.swiper-slide .b01 img{
	max-height:70%;
}
.swiper-slide .a01{
}
.swiper.aa01{
	margin:0 22%;
	width:56%;
	position:absolute;
	bottom:1.5rem;
}

.hyyy{
	width:100%;
	float:left;
	margin-top:2.5rem;
	position:relative;
	overflow:hidden;
	border-radius: 0.75rem;
}
.hyyy img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.hyyy:hover img{
	transform: scale(1.05);
}
.hyyy .a01{
	width: auto;
	position:absolute;
	bottom:2.5rem;
	right:2.5rem;
	z-index:2;
}
.yylist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.yylist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yylist ul li{
	width:100%;
	margin-top:2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 0.75rem;
	background: var(---white, #FFF);
	overflow:hidden;
}
.yylist ul li .tex{
	width:100%;
	padding: 2.125rem 1rem;
}
.yylist ul li .tex dl dt{
	padding-bottom:1.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.yylist ul li .tex dl dd{
	
}
.yylist ul li .tex dl dd p{
	padding:0.65rem 0;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.yylist ul li .tex dl dd p a{
	/*display: flex;*/
	align-items: center;
}
.yylist ul li .tex dl dd p a::before{
	content:">";
	display:inline-block;
	margin-right:0.4rem;
	font-family:'宋体';
	font-weight:bold;
}
.yylist ul li .pic{
	width:100%;
	border-radius: 0.75rem;
	overflow:hidden;
	position:relative;
}
.yylist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.yylist ul li:hover .pic img{
	transform: scale(1.05);
}
.yylist ul li:hover{
	background: var(--e-32525, #D60B1C);
}
.yylist ul li:hover .tex dl dd a{
	color:#FFF;
}
.yylist ul li:hover .tex dl dt{
	color:#FFF;
}

.glfs{
	width:100%;
	float:left;
	margin-top:3rem;
	position:relative;
}
.glfs .wztex{
	width:auto;
	position:absolute;
	bottom:0;
	right:0;
	z-index:1;
	color: var(--e-32525, #D60B1C);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%; /* 8rem */
	text-transform: uppercase;
}
.glfs::before{
	width: 2.5rem;
	height: 2.5rem;
	position:absolute;
	left:calc(50% - 1.25rem);
	top:0;
	z-index:2;
	content:'';
	display:inline-block;
	background-image:url(../img/xtb.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.glfs::after{
	width:1px;
	height:calc(100% - 2.0rem);
	position:absolute;
	top:2.0rem;
	left:calc(50% - 0.05px);
	z-index:1;
	content:'';
	display:inline-block;
	background-color:#D60B1C;
}
.glfs-l{
	width:50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float:left;
}
.glfs01{
	width:100%;
	margin-top:2.5rem;
}
.glfs01 dl dt{
	overflow:hidden;
	display: flex;
	padding-bottom:1.25rem;
	border-bottom:1px solid #D60B1C;
}
.glfs01 dl dt div{
	width:90%;
	overflow:hidden;
	border-radius: 0.5rem;
	border: 1px solid var(--e-32525, #D60B1C);
	display:flex;
	align-items: center;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.65rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */
}
.glfs01 dl dt div i{
	padding:0.3rem 0.5rem;
	background: var(--e-32525, #D60B1C);
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3rem */
	margin-right:0.5rem;
}
.glfs01 dl dd{
	padding-top:1.25rem;
	display: flex;
	position:relative;
}
.glfs01 dl dd div{
	width:90%;
	overflow:hidden;
	border-radius: 0.5rem;
}
.glfs01 dl dd div img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.glfs01:hover dl dd div img{
	transform: scale(1.05);
}
.glfs01.yb dl dt{
	justify-content:flex-end;
}
.glfs01.yb dl dd{
	justify-content:flex-end;
}
.glfs-l .glfs01:last-child dl dd::after{
	width: 0.5rem;
	height: 0.5rem;
	position:absolute;
	right:-0.25rem;
	bottom:0;
	content:'';
	display:inline-block;
	z-index:4;
	background-image:url(../img/q.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.glfs-l .glfs01.yb:first-child{
	margin-top:0px;
}
.glfs-l.mart8{
	margin-top:5.0rem;
}

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

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

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

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

.newcon{
	width:100%;
	float:left;
	margin-top:7.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
}
.nynewtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.25rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.925rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:4.44rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	padding:1.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	position:relative;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	
}
.newnext ul li::after{
	width:0px;
	height:2px;
	background-color:var(--e-32525, #D60B1C);
	content:'';
	display:inline-block;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.newnext ul li:hover::after{
	width:100%;
}
.newnext ul li a{
	max-width:80%;
}

.newcon-r{
	width:24.1%;
	display:none;
}
.newcon-r .inewlist ul li{
	width:100%;
	margin-top:1.25rem;
	    margin-right: 0;
}
.newcon-r .inewlist ul li:first-child{
	margin-top:0px;
}

.nlx{
	width:100%;
	float:left;
	margin-top:2.5rem;
	padding:0 3vw;
}
.nlx01{
	width:100%;
	border-radius: 0.75rem 0.75rem 0 0;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 0px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.nlx01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li{
	width:50%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:1.0rem 0;
	text-align:center;
}
.nlx01 ul li .pic{
	overflow:hidden;
}
.nlx01 ul li .pic img{
	max-width:3.0rem;
	width:auto;
	height:auto;
	display:inline-block;
}
.nlx01 ul li:last-child .pic img{
	max-width:80%;
}
.nlx01 ul li dl dt{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-bottom:0.62rem;
}
.nlx01 ul li dl dd{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding:0 0.5rem;
}
.nlx01 ul li dl dd.f1{
	font-size:0.875rem;
}

.nlx02{
	width:100%;
	float:left;
	margin-top:2.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx02-l{
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nlx02-l .intit dl dt{
	justify-content:flex-start;
}
.nlx02-l .intit dl dd{
	text-align:left;
}
.nlx02-l .sm{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	margin-top:3.0rem;
}
.nlx02-r{
	width:100%;
	margin-top:3.0rem;
}
.baojia{
	width:100%;
	float:left;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:48%;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia ul li div{
	display: flex;
	align-items:center;
}
.baojia ul li div input{
	margin-right:0.62rem;
}
.baojia ul li dl{
	width:100%;
}
.baojia ul li:first-child{
	margin-top:0px;
}
.baojia ul li:nth-child(2){
	margin-top:0px;
}
.baojia ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk{
	width:100%;
	border: 0px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
}
.baojia ul li.w100{
	width:100%;
}
.map{
	width:100%;
	float:left;
	margin-top:2.75rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}

.feix{
	display:flex;
}
.feix a{
	padding: 1.0rem 2.5rem;
	display: flex;
	align-items:center;
	position:relative;
	border-radius: 0.25rem;
	background: var(--e-32525, #D60B1C);
	
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	
	z-index:3;
	overflow:hidden;
}
.feix a::after{
	content:'';
	display:inline-block;
	margin-left:2.3rem;
	background-image:url(../img/fxin.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width: 1.125rem;
	height: 1.125rem;
}




.mart10{
	margin-top:3rem;
}
.mart8{
	margin-top:2.6rem;
}
.jz{
	justify-content: center;
}
.mart6{
	margin-top:2.25rem;
}
.mart3{
	margin-top:1.75rem;
}
.mart5{
	margin-top:2.0rem;
}  
.mart0{
	margin-top:0rem;
}
.mart2{
	margin-top:1.5rem;
}
.mart15{
	margin-top:8rem;
}
.marb10{
	margin-bottom:3rem;
}



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





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

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




}
































