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


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

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

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

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
html {
    scroll-behavior: smooth;
}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:var(--c-10202, #B20E0E);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}

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

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

.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:9%;
	display: flex;
	align-items: center;
	height:5.0rem;
	min-width:9%;
	transition: all 0.6s;
	position:relative;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul>li{
	width:auto;
	font-size: 1.125rem;
	height:5.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	position:relative;
	display:flex;
	align-items: center;
}
.innav ul>li>a{
	width:auto;
	padding:0.88rem 2.25rem;
	display:flex;
	align-items: center;
	position:relative;
	border-radius: 0.25rem;
}
.innav ul>li>a:hover{
	color:#fff;
	background: var(--c-10202, #B20E0E);
}
.header.yanse .innav ul>li.cur a{
	color:#fff;
	background: var(--c-10202, #B20E0E);
}
.header.yanse.yanse01 .innav ul>li.cur a{
	color:#fff;
}
.innav ul>li>ol {
    width: 100%;
	background: var(--10, rgba(255, 255, 255, 1));
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    transform: scaleY(0);
    transition: all 0.6s;
    transform-origin: 50% 0;
	position: absolute;
	left: 0rem;
	top:5rem;
}
.innav ul>li>ol>li {
    height: 3.0rem;
    border-bottom: 1px solid rgb(245, 245, 245);
}

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

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

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

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

.zyw{
	display: flex;
	justify-content: center;
	align-items: center;
	width:auto;
	position:relative;
}
.zyw .a01{
	height: 3.0rem;
	width:3.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3rem;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zyw .xl{
	height: 3.0rem;
	width:3.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position:absolute;
	left:0;
	top:3.0rem;
	z-index:9;
	opacity:0;
	visibility:hidden;
	background: var(---white, #FFF);
	border: 1px solid var(---Gray-5, #E0E0E0);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 3rem;
}
.zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.header.yanse.yanse01 .zyw .a01{
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
	border-radius: 3rem;
}
.header.yanse.yanse01 .zyw .a01{
	color: var(---white, #FFF);
}
.header.yanse .zyw{
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---999, #999);
	border-radius: 3rem;
}
.header.yanse .zyw .a01{
	color: var(---999, #999);
}
.header.yanse .zyw .xl{
	color: var(---999, #999);
}
.header.yanse.yanse01 .zyw .xl a{
	color: var(---999, #999);
}

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


.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 1rem 3.0rem;
	align-items: center;
	border: 1px solid #B20E0E;
	position:relative;
	color: #B20E0E;
	text-align: center;
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.15406rem; /* 115.406% */
	text-transform: uppercase;
	
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: #B20E0E;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:0.81rem;
	content:'';
	background-image: url(../img/plus.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	margin-bottom:0.2rem;
}
.inmore a:hover::after{
	background-image: url(../img/plus2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur::after{
	background-image: url(../img/plus2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}

.inab{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .pic{
	width:35%;
	overflow:hidden;
}
.inab .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inab .tex{
	width:52%;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.inab .tex h1{
	margin-bottom:2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inab .tex h1 i{
	color: var(--c-10202, #B20E0E);
}
.inab .tex .inmore{
	margin-top:5.12rem;
}

.inys{
	width:100%;
	float:left;
	margin-top:7.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.inys ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inys ul li{
	width:25%;
	padding:5.0rem 4.0rem;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	transition: all 0.6s;
}
.inys ul li:nth-child(4n){
	border-right:0px;
}
.inys ul li .pic{
	overflow:hidden;
	display: flex;
	justify-content:center;
}
.inys ul li .pic img{
	max-width:5.0rem;
}
.inys ul li dl dt{
	margin-top:5.0rem;
	color: var(---333, #333);
	text-align: center;
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inys ul li dl dd{
	margin-top:2.0rem;
	color: var(---666, #666);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.inys ul li:hover{
	background: var(--c-10202, #B20E0E);
}
.inys ul li:hover dl dt{
	color:#FFF;
}
.inys ul li:hover dl dd{
	color:#FFF;
}
.inys ul li .pic01{
	display:inline-block;
}
.inys ul li .pic02{
	display: none;
}
.inys ul li:hover .pic01{
	display:none;
}
.inys ul li:hover .pic02{
	display:inline-block;
}

.infw{
	width:100%;
	float:left;
	margin-top:10rem;
	height:62.5rem;
	position:relative;
}
.fwpic{
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	transition: all 0.6s;
}
.fwlm{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:9;
}
.fwlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.fwlm ul li{
	width:33.333%;
	height:100%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding:6.25rem 3.75rem 3.75rem 3.75rem;
	position:relative;
	transition: all 0.6s;
}
.fwlm ul li:nth-child(3n){
	border-right:0px;
}
.fwlm ul li:hover{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fwlm ul li.cur{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fwlm ul li .more{
	display: flex;
	width: 7.75rem;
	height: 7.75rem;
	background: var(--c-10202, #B20E0E);
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
	
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.fwlm ul li:hover .more{
	opacity:1;
}
.fwlm ul li .more a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.fwlm ul li .more dl dt{
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.fwlm ul li .more dl dt img{
	max-height:2.25rem;
}
.fwlm ul li .more dl dd{
	margin-top:0.81rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.15406rem; /* 115.406% */
	text-transform: uppercase;
}
.fwlm ul li .a01{
	width:100%;
}
.fwlm ul li .a01 dl dt{
	overflow:hidden;
}
.fwlm ul li .a01 dl dt img{
	max-height:3.0rem;
}
.fwlm ul li .a01 dl dd{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fwlm ul li .a02{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.15rem;
	text-transform: uppercase;
}

.intit{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.intit .inmore{
	margin-bottom:0.5rem;
}
.intit.white dl dt{
	color:#FFF;
}
.intit dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: flex-end;
}
.intit dl dt::after{
	width: 0.625rem;
	height: 0.625rem;
	border-radius:50%;
	background-color: transparent;
	border:0.2rem solid #FAC544;
	content:'';
	display:inline-block;
	margin-left:0.25rem;
}
.intit dl dd{
	margin-top:0.88rem;
	color: var(--Style, #FAC544);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.inwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewtj{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewtj .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.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:50%;
	padding:5.25rem 6.94rem 5.25rem 3.75rem;
}
.innewtj .tex .date{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex dl dt{
	margin-top:2.5rem;
	color: var(--c-10202, #B20E0E);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex dl dd{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	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 */
}
.innewtj .tex .more{
	display:flex;
	position:relative;
	margin-top:5.0rem;
	z-index:3;
}
.innewtj .tex .more a{
	display: flex;
	padding: 0.75rem 2.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	position:relative;
	z-index:5;
	color: var(--c-10202, #B20E0E);
	background: var(---white, #FFF);
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	overflow:hidden;
}
.innewtj .tex .more a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	content:'';
	display:inline-block;
	background:var(--c-10202, #B20E0E);
	transition: all 0.6s;
}
.innewtj .tex .more a::after{
	margin-left:1.25rem;
	content: "\2192";
}
.innewtj .tex .more a:hover::before{
	width:100%;
}
.innewtj .tex .more a:hover{
	color:#FFF;
}

.innews{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.innews ul{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.innews ul li{
	width:25%;
	display:flex;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
}
.innews ul li:nth-child(4n){
	border-right:0px;
}
.innews ul li a{
	width:100%;
	height:25rem;
	padding:3.75rem 2.5rem;
	position:relative;
}
.innews ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innews ul li dl dd{
	color: var(---999, #999);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innews ul li .sm{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 1.5rem */
}
.innews ul li a::after{
	width: 3rem;
	height: 3rem;
	position:absolute;
	left:2.5rem;
	bottom:3.75rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innews ul li a:hover::after{
	background-image:url(../img/jia2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innews ul li a:hover{
	background: var(--c-10202, #B20E0E);
}
.innews ul li a:hover dl dt{
	color:#FFF;
}
.innews ul li a:hover dl dd{
	color:#FFF;
}
.innews ul li a:hover .sm{
	color:#FFF;
}

.inzs{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
}
.inzs img{
	width:100%;
	height: auto;
	display:block;
}
.inzs .tex{
	width:100%;
	position:absolute;
	top:14.6vw;
	left:0;
	z-index:1;
	padding:0 8.33vw;
}
.inzs .tex dl dt{
	background: linear-gradient(180deg, #F7F6F7 0%, #FBDBC7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	-webkit-text-stroke: 0.035rem rgba(0, 0, 0, 1);
	
	/* Drop Shadow */
	font-family:zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inzs .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.inzs .tex .sm{
	display:flex;
	margin-top:3.75rem;
}
.inzs .tex .sm .a01{
	display: flex;
	align-items: center;
	border: 2px solid var(--c-10202, #B20E0E);
}
.inzs .tex .sm .a01 .b1{
	display: flex;
	height: 3.75rem;
	padding:0rem 3rem;
	align-items: center;
	background: var(--c-10202, #B20E0E);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.15406rem; /* 115.406% */
	text-transform: uppercase;
}
.inzs .tex .sm .a01 .b2{
	display: flex;
	height: 3.75rem;
	padding:0rem 3rem;
	align-items: center;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inzs .tex .sm .a01 .b2::before{
	width: 1.5rem;
	height: 1.5rem;
	margin-right:0.62rem;
	content:'';
	display:inline-block;
	background-image:url(../img/phone.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.indz{
	width:100%;
	float:left;
	padding:2.75rem 8.33vw;
	background: var(--c-10202, #B20E0E);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.indz .a01{
	width:auto;
	max-width:50%;
}
.indz .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 0.875rem */
	text-transform: uppercase;
}
.indz .a01 dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.indz .a02{
	width:46.7%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.yybk{
	width:26%;
	height:2.7rem;
	border:0;
	outline:none;
	padding:0 0.88rem;
	line-height:2.7rem;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.yyanniu{
	width:19.3%;
	height:2.7rem;
	display: flex;
	padding: 0rem 2.5rem;
	justify-content: center;
	align-items: center;
	background: var(--Style, #FAC544);
	border:0px;
	cursor:pointer;
	color: var(--c-10202, #B20E0E);
	text-align: center;
	font-family:zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.foot{
	width:100%;
	float:left;
	padding-top:5.0rem;
	background: #171717;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .dblogo{
	width:auto;
}
.foot01 .dblogo img{
	max-height:3.0rem;
}
.foot01 .fx{
	width:auto;
	display: flex;
	align-items: center;
}
.foot01 .fx a{
	display:flex;
	margin-left:1.82rem;
}
.foot01 .fx a img{
	max-width:2.5rem;
}

.foot02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:4.76rem;
}
.foot02 .add{
	width:15.1%;
}
.foot02 .add dl dd{
	margin-bottom:1.25rem;
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .add dl dd img{
	max-height:1.5rem;
}
.foot02 .add dl dd b{
	color: var(---white, #FFF);
	font-family:zt3;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .dbnav{
	width:48%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 .dbnav dl dt{
	padding-bottom:0.82rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .dbnav dl dd{
	margin-top:1.06rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .dbnav dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot02 .dbnav dl dd a:hover{
	color: var(--60, rgba(255, 255, 255, 1));
}
.foot02 .dbewm{
	width:10%;
	text-align:center;
}
.foot02 .dbewm dl dt{
	overflow:hidden;
}
.foot02 .dbewm dl dt img{
	max-width:8.0rem;
}
.foot02 .dbewm dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot03{
	width:100%;
	float:left;
	margin-top:3.87rem;
	padding:1.88rem 8.33vw;
	border-top:1px solid rgba(255, 255, 255, 0.10);
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.back{
	width:3.0rem;
	height:3.0rem;
	position:fixed;
	right:2.5rem;
	bottom:5.0rem;
	z-index:6;
	border-radius: 1.875rem;
	background: var(--c-10202, #B20E0E);
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.back img{
	max-height:1.125rem;
}
.back a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-3rem);
	text-align:center;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom:0.69rem;
	border-bottom:1px solid #FFF;
}
.nybanner .tex dl dd{
	margin-top:0.75rem;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .zlm{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	border-top: 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);
	padding:0 8.33vw;
}
.nybanner .zlm ul{
	display: flex;
	flex-wrap: wrap;
}
.nybanner .zlm ul li{
	width:auto;
	display:flex;
}
.nybanner .zlm ul li a{
	padding: 1.31rem 4.0rem 1.38rem 4.0rem;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	position:relative;
	z-index:3;
}
.nybanner .zlm ul li a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--c-10202, #B20E0E);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.nybanner .zlm ul li a:hover::before{
	width:100%;
}
.nybanner .zlm ul li a.cur::before{
	width:100%;
}

.ntit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	text-align:center;
}
.ntit.white dl dt{
	color:#FFF;
}
.ntit dl dt{
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ntit dl dd{
	margin-top:0.62rem;
	color: var(--Style, #FAC544);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.nyab{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2.5rem */
	display: flex;
	justify-content: center;
}
.nyab div{
	width:71.3%;
}
.nyab h1{
	color: var(--c-10202, #B20E0E);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3rem */
	margin-bottom:3.75rem;
}

.abwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	background: var(--Color, #171717);
	padding:7.5rem 8.33vw 10rem 8.33vw;
}
.ppzj{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ppzj .tex{
	width:43%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.ppzj .tex h2{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.15rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom:3.75rem;
	margin-bottom:3.75rem;
	position:relative;
}
.ppzj .tex h2::after{
	width: 6.25rem;
	height: 0.125rem;
	background: #FAC544;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.ppzj .tex h2 i{
	color: var(--Style, #FAC544);
}
.ppzj .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.ppzj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ppzj .pic:hover img{
	transform: scale(1.05);
}

.yxfw{
	width:100%;
	float:left;
}
.yxfw ul{
	display: flex;
	flex-wrap: wrap;
}
.yxfw ul li{
	width:calc(33.9% - 1.94rem);
	margin-right:1.94rem;
	background: var(--f-6-f-6-f-6, #F6F6F6);
	padding: 3.75rem 4.3rem 4.5rem 4.3rem;
	text-align:center;
	transition: all 0.6s;
	margin-top:3.75rem;
}
.yxfw ul li:nth-child(3n){
	margin-right:0px;
}
.yxfw ul li .pic{
	overflow:hidden;
}
.yxfw ul li .pic img{
	max-height:7.0rem;
	max-width:100%;
}
.yxfw ul li dl dt{
	margin-top:2.88rem;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 2.5rem */
}
.yxfw ul li dl dd{
	margin-top:1.56rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
}
.yxfw ul li:hover{
	background: var(--c-10202, #B20E0E);
}
.yxfw ul li:hover dl dt{
	color:#FFF;
}
.yxfw ul li:hover dl dd{
	color:#FFF;
}
.yxfw ul li .pic01{
	display:inline-block;
}
.yxfw ul li .pic02{
	display: none;
}
.yxfw ul li:hover .pic01{
	display:none;
}
.yxfw ul li:hover .pic02{
	display:inline-block;
}

.abwrap2{
	width:100%;
	float:left;
	margin-top:10rem;
	background-image:url(../img/abj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:7.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abwrap2 .tex{
	width:50%;
	padding:0 8.33vw;
}
.abwrap2 .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.5rem;
}
.abwrap2 .tex ul li{
	width:100%;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abwrap2 .tex ul li .a01{
	width:5.6rem;
	color: var(---333, #333);
	text-align: justify;
	font-family:zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
}
.abwrap2 .tex ul li .a02{
	width:calc(100% - 5.6rem);
	color: var(---333, #333);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}

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

.cpnlm{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.cpnlm ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top:2.5rem;
}
.cpnlm ul li{
	width:auto;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:1.25rem;
	margin-right:1.25rem;
	display: flex;
	align-items: center;
}
.cpnlm ul li a{
	color: var(---666, #666);
}
.cpnlm ul li a:hover{
	color: var(--c-10202, #B20E0E);
	font-weight: 700;
}
.cpnlm ul li a.cur{
	color: var(--c-10202, #B20E0E);
	font-weight: 700;
}
.cpnlm ul .sx{
	width:1px;
	height:1.0rem;
	background-color:#333;
	margin-left:1.25rem;
	margin-right:1.25rem;
}
.cpnlm ul li b{
	color: var(---333, #333);
	text-align: justify;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cpnlm ul li:first-child{
	margin-left:0px;
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li dl dt{
	overflow:hidden;
	position:relative;
}
.prolist ul li dl dt img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist ul li:hover dl dt img{
	transform: scale(1.05);
}
.prolist ul li dl dd{
	margin-top:1.88rem;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li dl dt::after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background:var(--30, rgba(0, 0, 0, 0.30)) url(../img/tb.svg) no-repeat center;
	background-size:1.875rem auto;
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.prolist ul li:hover dl dt::after{
	opacity:1;
}

.cpshow{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:5.0rem;
}
.cpshow-l{
	width:25%;
	display: flex;
	align-items: center;
	padding-left:5.2vw;
}
.cpshow-l .a01{
	width:100%;
}
.cpshow-l .a01 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cpshow-l .a01 dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpshow-l .a01 .inmore{
	margin-top:10.44rem;
	position:relative;
	z-index:5;
}

.cpshow-r{
	width:75%;
}

.caselist{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.caselist ul{
	display: flex;
	flex-wrap: wrap;
}
.caselist ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
}
.caselist ul li:nth-child(3n){
	margin-right:0px;
}
.caselist ul li dl dt{
	overflow:hidden;
	position:relative;
}
.caselist ul li dl dt img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.caselist ul li:hover dl dt img{
	transform: scale(1.05);
}
.caselist ul li dl dd{
	margin-top:1.88rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.caselist ul li dl dd b{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.caselist ul li dl dd i{
	margin-left:0.88rem;
	margin-right:0.88rem;
	width:1px;
	height:1.0rem;
	background-color:#333;
}
.caselist ul li dl dt::after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background:var(--30, rgba(0, 0, 0, 0.30)) url(../img/sst.svg) no-repeat center;
	background-size:2.25rem auto;
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.caselist ul li:hover dl dt::after{
	opacity:1;
}
.caselist ul li:hover dl dd b{
	color: var(--c-10202, #B20E0E);
}
.zssmwz{
	width:100%;
	float:left;
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.jmys{
	width:100%;
	float:left;
	margin-top:1.87rem;
}
.jmys ul{
	display: flex;
	flex-wrap: wrap;
}
.jmys ul li{
	width:calc(25.4% - 1.81rem);
	margin-right:1.81rem;
	padding: 3.12rem 2.2rem;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
	text-align: center;
	margin-top:1.88rem;
}
.jmys ul li:nth-child(4n){
	margin-right:0px;
}
.jmys ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.jmys ul li dl dd{
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.jmys ul li:hover{
	background: var(--c-10202, #B20E0E);
	box-shadow: -15px 40px 100px 0 rgba(255, 0, 4, 0.20), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}
.jmys ul li:hover dl dt{
	color:#FFF;
}
.jmys ul li:hover dl dd{
	color:#FFF;
}

.nyzs{
	width:100%;
	float:left;
	margin-top:6.25rem;
	position:relative;
	padding:10rem 8.33vw;
	background-image:url(../img/zsbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.nyzs .tex{
	width:100%;
	float:left;
	text-align:center;
}
.nyzs .tex dl dt{
	background: linear-gradient(180deg, #F7F6F7 0%, #FBDBC7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	-webkit-text-stroke: 0.035rem rgba(0, 0, 0, 1);
	
	/* Drop Shadow */
	font-family:zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nyzs .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.nyzs .tex .sm{
	display:flex;
	justify-content: center;
	margin-top:3.75rem;
}
.nyzs .tex .sm .a01{
	display: flex;
	align-items: center;
	border: 2px solid var(--c-10202, #B20E0E);
}
.nyzs .tex .sm .a01 .b1{
	display: flex;
	height: 3.75rem;
	padding:0rem 3rem;
	align-items: center;
	background: var(--c-10202, #B20E0E);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.15406rem; /* 115.406% */
	text-transform: uppercase;
}
.nyzs .tex .sm .a01 .b2{
	display: flex;
	height: 3.75rem;
	padding:0rem 3rem;
	align-items: center;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nyzs .tex .sm .a01 .b2::before{
	width: 1.5rem;
	height: 1.5rem;
	margin-right:0.62rem;
	content:'';
	display:inline-block;
	background-image:url(../img/phone.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.nyzs .a02{
	width:100%;
	float:left;
	margin-top:8.0rem;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
}
.nyzs .a02 dl dt{
	overflow:hidden;
}
.nyzs .a02 dl dt img{
	max-height:5.25rem;
	max-width:100%;
}
.nyzs .a02 dl dd{
	margin-top:2.75rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nyzs .a02 .sx{
	width: 0.0625rem;
	height: 6.25rem;
	background: rgba(255, 255, 255, 0.30);
}

.zczc{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zczc-l{
	width:43%;
}
.zczc-l .a01{
	width:100%;
}
.zczc-l .a01 dl dt{
	color: var(---333, #333);
	font-family:zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.zczc-l .a01 dl dd{
	margin-top:1.87rem;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.zczc-l .a02{
	width:100%;
	margin-top:3.5rem;
}
.zczc-l .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zczc-l .a02 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:1.25rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:2.5rem;
}
.zczc-l .a02 ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.zczc-l .a02 ul li dl dt i{
	color: var(--c-10202, #B20E0E);
	margin-right:0.5rem;
}
.zczc-l .a02 ul li dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.zczc-l .a02 ul li img{
	max-width:2.5rem;
}
.zczc-r{
	width:50%;
	overflow:hidden;
	position:relative;
}
.zczc-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.zczc-r:hover img{
	transform: scale(1.05);
}

.jmlc{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.jmlc ul{
	display: flex;
	flex-wrap: wrap;
}
.jmlc ul li{
	width:calc(25.5% - 3.375rem);
	margin-right:3.375rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: #FFF;
	padding: 2.9375rem 0 2.5rem 0;
	position:relative;
	text-align:center;
	margin-top:2.5rem;
}

.jmlc ul li dl dt{
	overflow:hidden;
}
.jmlc ul li dl dt img{
	max-height:3.75rem;
	max-width:100%;
	margin:auto;
}
.jmlc ul li:hover{
	border: 1px solid  #ff0000;
}
.jmlc ul li dl dt img.pic01{
	display: block;
}
.jmlc ul li dl dt img.pic02{
	display:none;
}
.jmlc ul li:hover dl dt img.pic01{
	display: none;
}
.jmlc ul li:hover dl dt img.pic02{
	display:block;
}
.jmlc ul li dl dd{
	margin-top:2.19rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jmlc ul li::after{
	width: 0.875rem;
	height: 1.75rem;
	position:absolute;
	right:-2.25rem;
	top:calc(50% - 0.875rem);
	content:'';
	display:inline-block;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.jmlc ul li:nth-child(4n){
	margin-right:0px;
}
.jmlc ul li:nth-child(4n)::after{
	width:0;
	opacity:0;
}

.newlist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newlist ul li{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:3.75rem;
	padding-bottom:3.75rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	position:relative;
}
.newlist ul li::after{
	width:0px;
	height:2px;
	background-color:var(--c-10202, #B20E0E);
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.newlist ul li:hover::after{
	width:100%;
}
.newlist ul li .pic{
	width:27.1%;
	overflow:hidden;
	position:relative;
}
.newlist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:69.1%;
	position:relative;
}
.newlist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newlist ul li .tex dl dd{
	margin-top:0.69rem;
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.65rem */
}
.newlist ul li .tex .sm{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.newlist ul li .tex .inmore{
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.newlist ul li:hover .tex dl dt{
	color: var(--c-10202, #B20E0E);
}

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

	text-align:center;
	font-size: 0.875rem;
	transition: all 0.6s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--c-10202, #B20E0E);
	background: var(--c-10202, #B20E0E);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--c-10202, #B20E0E);
	background: var(--c-10202, #B20E0E);
	color:#FFF;
}

.nycon{
	width:100%;
	float:left;
	margin-top:11.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nycon-l{
	width:66.6%;
}
.newtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.newtex img{
	width:100%;
	height:auto;
}

.nycon-r{
	width:30.6%;
	background: var(--f-6-f-6-f-6, #F6F6F6);
	padding:2.5rem;
}
.nycon-r ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nycon-r ul li{
	width:100%;
	padding-bottom:2.5rem;
	margin-top:2.5rem;
	position:relative;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.nycon-r ul li:first-child{
	margin-top:0px;
}
.nycon-r ul li::after{
	width:0px;
	height:2px;
	background-color:var(--c-10202, #B20E0E);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.nycon-r ul li:hover::after{
	width:100%;
}
.nycon-r ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.nycon-r ul li dl dd{
	color: var(---999, #999);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.nycon-r ul li .tit{
	margin-top:1.88rem;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 1.5rem */
}
.nycon-r ul li .tex{
	margin-top:1.88rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}

.fh{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display:flex;
}
.fh a{
	padding: 0.875rem 3.75rem;
	background: var(--c-10202, #B20E0E);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.lx01{
	width:100%;
	float:left;
	margin-top:11.25rem;
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:calc(25% - 1.88rem);
	background: var(--Gray-6, #F2F2F2);
	margin-right:1.88rem;
	padding: 2.81rem 3.25rem 2.69rem 3.25rem;
	text-align:center;
}
.lx01 ul li .pic{
	overflow:hidden;
}
.lx01 ul li .pic img{
	max-height:5.0rem;
	max-width:100%;
}
.lx01 ul li dl dt{
	padding-bottom:1.25rem;
	padding-top:1.5rem;
	color: var(--333, #333);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01 ul li dl dd{
	color: var(--666, #666);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01 ul li:last-child{
	display: flex;
	align-items: center;
	justify-content: center;
}
.lx01 ul li:last-child dl dt{
	padding:0;
}
.lx01 ul li:last-child dl dt img{
	max-height:9.22rem;
	max-width:100%;
}
.lx01 ul li:last-child dl dd{
	margin-top:0.44rem;
	color: var(--666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.lx02 img{
	width:100%;
	height:auto;
	display:block;
}






.texl{
	text-align:left;
}
.mart3{
	margin-top:3.75rem;
}
.mart0{
	margin-top:0rem;
}
.mart10{
	margin-top:10rem;
}
.mart6{
	margin-top:6.25rem;
}


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

}


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




	
}

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






	
}

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


















	
}





@media (max-width:999px) {


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

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

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

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


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


.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.5rem 2.0rem;
	align-items: center;
	border: 1px solid #B20E0E;
	position:relative;
	color: #B20E0E;
	text-align: center;
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.15406rem; /* 115.406% */
	text-transform: uppercase;
	
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: #B20E0E;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:0.81rem;
	content:'';
	background-image: url(../img/plus.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	margin-bottom:0.2rem;
}
.inmore a:hover::after{
	background-image: url(../img/plus2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur::after{
	background-image: url(../img/plus2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}

.inab{
	width:100%;
	float:left;
	margin-top:3rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .pic{
	width:100%;
	overflow:hidden;
}
.inab .pic img{
	width:100%;
	height:auto;
	display:block;
}
.inab .tex{
	width:100%;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-top:1.5rem; /* 1.5rem */
}
.inab .tex h1{
	margin-bottom:1.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inab .tex h1 i{
	color: var(--c-10202, #B20E0E);
}
.inab .tex .inmore{
	margin-top:2.12rem;
}

.inys{
	width:100%;
	float:left;
	margin-top:2.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	border-bottom:0px;
}
.inys ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inys ul li{
	width:50%;
	padding:3.0rem 2.0rem;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	transition: all 0.6s;
}
.inys ul li:nth-child(2n){
	border-right:0px;
}
.inys ul li .pic{
	overflow:hidden;
	display: flex;
	justify-content:center;
}
.inys ul li .pic img{
	max-width:4.0rem;
}
.inys ul li dl dt{
	margin-top:2.0rem;
	color: var(---333, #333);
	text-align: center;
	font-family:zt2;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inys ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.inys ul li:hover{
	background: var(--c-10202, #B20E0E);
}
.inys ul li:hover dl dt{
	color:#FFF;
}
.inys ul li:hover dl dd{
	color:#FFF;
}
.inys ul li .pic01{
	display:inline-block;
}
.inys ul li .pic02{
	display: none;
}
.inys ul li:hover .pic01{
	display:none;
}
.inys ul li:hover .pic02{
	display:inline-block;
}

.infw{
	width:100%;
	float:left;
	margin-top:3rem;
	height:32.5rem;
	position:relative;
}
.fwpic{
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	transition: all 0.6s;
}
.fwlm{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:9;
}
.fwlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.fwlm ul li{
	width:33.333%;
	height:100%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding:2.25rem 1.75rem 1.75rem 1.75rem;
	position:relative;
	transition: all 0.6s;
}
.fwlm ul li:nth-child(3n){
	border-right:0px;
}
.fwlm ul li:hover{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fwlm ul li.cur{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fwlm ul li .more{
	display: flex;
	width: 3.75rem;
	height: 3.75rem;
	background: var(--c-10202, #B20E0E);
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
	
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.fwlm ul li:hover .more{
	opacity:1;
}
.fwlm ul li .more a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content:center;
	flex-wrap: wrap;
}
.fwlm ul li .more dl dt{
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.fwlm ul li .more dl dt img{
	max-height:1.25rem;
}
.fwlm ul li .more dl dd{
	margin-top:0.31rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.15406rem; /* 115.406% */
	text-transform: uppercase;
}
.fwlm ul li .a01{
	width:100%;
}
.fwlm ul li .a01 dl dt{
	overflow:hidden;
}
.fwlm ul li .a01 dl dt img{
	max-height:2.0rem;
}
.fwlm ul li .a01 dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.fwlm ul li .a02{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.intit{
	width:100%;
	float:left;
	margin-top:3rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.intit .inmore{
	margin-bottom:0.5rem;
}
.intit.white dl dt{
	color:#FFF;
}
.intit dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	align-items: flex-end;
}
.intit dl dt::after{
	width: 0.325rem;
	height: 0.325rem;
	border-radius:50%;
	background-color: transparent;
	border:0.2rem solid #FAC544;
	content:'';
	display:inline-block;
	margin-left:0.25rem;
}
.intit dl dd{
	margin-top:0.88rem;
	color: var(--Style, #FAC544);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.inwrap{
	width:100%;
	float:left;
	margin-top:3rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewtj{
	width:100%;
	float:left;
	margin-top:2.5rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewtj .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.innewtj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.innewtj .pic:hover img{
	transform: scale(1.05);
}
.innewtj .tex{
	width:100%;
	padding:2.25rem 2.75rem;
}
.innewtj .tex .date{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex dl dt{
	margin-top:1.5rem;
	color: var(--c-10202, #B20E0E);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex dl dd{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	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 */
}
.innewtj .tex .more{
	display:flex;
	position:relative;
	margin-top:2.0rem;
	z-index:3;
}
.innewtj .tex .more a{
	display: flex;
	padding: 0.75rem 2.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	position:relative;
	z-index:5;
	color: var(--c-10202, #B20E0E);
	background: var(---white, #FFF);
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	overflow:hidden;
}
.innewtj .tex .more a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	content:'';
	display:inline-block;
	background:var(--c-10202, #B20E0E);
	transition: all 0.6s;
}
.innewtj .tex .more a::after{
	margin-left:1.25rem;
	content: "\2192";
}
.innewtj .tex .more a:hover::before{
	width:100%;
}
.innewtj .tex .more a:hover{
	color:#FFF;
}

.innews{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.innews ul{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.innews ul li{
	width:50%;
	display:flex;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.innews ul li:nth-child(2n){
	border-right:0px;
}
.innews ul li a{
	width:100%;
	height:25rem;
	padding:2.75rem 1.5rem;
	position:relative;
}
.innews ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innews ul li dl dd{
	color: var(---999, #999);
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innews ul li .sm{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 1.5rem */
}
.innews ul li a::after{
	width: 3rem;
	height: 3rem;
	position:absolute;
	left:2.5rem;
	bottom:3.75rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innews ul li a:hover::after{
	background-image:url(../img/jia2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innews ul li a:hover{
	background: var(--c-10202, #B20E0E);
}
.innews ul li a:hover dl dt{
	color:#FFF;
}
.innews ul li a:hover dl dd{
	color:#FFF;
}
.innews ul li a:hover .sm{
	color:#FFF;
}

.inzs{
	width:100%;
	float:left;
	margin-top:3rem;
	position:relative;
}
.inzs img{
	width:100%;
	height: auto;
	display:block;
}
.inzs .tex{
	width:100%;
	position:absolute;
	top:6.6vw;
	left:0;
	z-index:1;
	padding:0 8.33vw;
}
.inzs .tex dl dt{
	background: linear-gradient(180deg, #F7F6F7 0%, #FBDBC7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	-webkit-text-stroke: 0.035rem rgba(0, 0, 0, 1);
	
	/* Drop Shadow */
	font-family:zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inzs .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.inzs .tex .sm{
	display:flex;
	margin-top:1.5rem;
}
.inzs .tex .sm .a01{
	display: flex;
	align-items: center;
	border: 2px solid var(--c-10202, #B20E0E);
}
.inzs .tex .sm .a01 .b1{
	display: flex;
	height: 2.75rem;
	padding:0rem 2rem;
	align-items: center;
	background: var(--c-10202, #B20E0E);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.15406rem; /* 115.406% */
	text-transform: uppercase;
}
.inzs .tex .sm .a01 .b2{
	display: flex;
	height: 2.75rem;
	padding:0rem 2rem;
	align-items: center;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	font-family: zt2;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inzs .tex .sm .a01 .b2::before{
	width: 1.5rem;
	height: 1.5rem;
	margin-right:0.62rem;
	content:'';
	display:inline-block;
	background-image:url(../img/phone.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.indz{
	width:100%;
	float:left;
	padding:2.75rem 8.33vw;
	background: var(--c-10202, #B20E0E);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.indz .a01{
	width:100%;
}
.indz .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 0.875rem */
	text-transform: uppercase;
}
.indz .a01 dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.indz .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:2.0rem;
}
.yybk{
	width:49%;
	height:2.7rem;
	border:0;
	outline:none;
	padding:0 0.88rem;
	line-height:2.7rem;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:0.6rem;
}
.yyanniu{
	width:49%;
	height:2.7rem;
	display: flex;
	padding: 0rem 2.5rem;
	justify-content: center;
	align-items: center;
	background: var(--Style, #FAC544);
	border:0px;
	cursor:pointer;
	color: var(--c-10202, #B20E0E);
	text-align: center;
	font-family:zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-top:0.6rem;
}

.foot{
	width:100%;
	float:left;
	padding-top:3.0rem;
	background: #171717;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .dblogo{
	width:auto;
}
.foot01 .dblogo img{
	max-height:3.0rem;
}
.foot01 .fx{
	width:auto;
	display: flex;
	align-items: center;
}
.foot01 .fx a{
	display:flex;
	margin-left:1.0rem;
}
.foot01 .fx a img{
	max-width:2.0rem;
}

.foot02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.76rem;
}
.foot02 .add{
	width:100%;
}
.foot02 .add dl dd{
	margin-bottom:1.25rem;
	display: flex;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .add dl dd img{
	max-height:1.5rem;
}
.foot02 .add dl dd b{
	color: var(---white, #FFF);
	font-family:zt3;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .dbnav{
	width:48%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot02 .dbnav dl dt{
	padding-bottom:0.82rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .dbnav dl dd{
	margin-top:1.06rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .dbnav dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot02 .dbnav dl dd a:hover{
	color: var(--60, rgba(255, 255, 255, 1));
}
.foot02 .dbewm{
	width:100%;
	text-align:center;
	margin-top:2.0rem;
}
.foot02 .dbewm dl dt{
	overflow:hidden;
}
.foot02 .dbewm dl dt img{
	max-width:8.0rem;
}
.foot02 .dbewm dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot03{
	width:100%;
	float:left;
	margin-top:3.87rem;
	padding:1.88rem 8.33vw;
	border-top:1px solid rgba(255, 255, 255, 0.10);
	color: var(--30, rgba(255, 255, 255, 0.30));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.back{
	width:2.0rem;
	height:2.0rem;
	position:fixed;
	right:1.5rem;
	bottom:3.0rem;
	z-index:6;
	border-radius: 1.875rem;
	background: var(--c-10202, #B20E0E);
	
	display: flex;
	justify-content: center;
	align-items: center;
}
.back img{
	max-height:0.575rem;
}
.back a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height: auto;
	position:absolute;
	left:0;
	top:2rem;
	z-index:1;
	display: flex;
	justify-content: center;
	text-align:center;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom:0.69rem;
	border-bottom:1px solid #FFF;
}
.nybanner .tex dl dd{
	margin-top:0.75rem;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.nybanner .zlm{
	width:100%;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--Color, #171717);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:0;
}
.nybanner .zlm ul{
	display: flex;
	flex-wrap: wrap;
}
.nybanner .zlm ul li{
	width:auto;
	display:flex;
}
.nybanner .zlm ul li a{
	padding: 1.0rem 1.5rem;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	position:relative;
	z-index:3;
}
.nybanner .zlm ul li a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--c-10202, #B20E0E);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.nybanner .zlm ul li a:hover::before{
	width:100%;
}
.nybanner .zlm ul li a.cur::before{
	width:100%;
}

.ntit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	text-align:center;
}
.ntit.white dl dt{
	color:#FFF;
}
.ntit dl dt{
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.ntit dl dd{
	margin-top:0.62rem;
	color: var(--Style, #FAC544);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.nyab{
	width:100%;
	float:left;
	margin-top:1.75rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2.5rem */
	display: flex;
	justify-content: center;
}
.nyab div{
	width:100%;
}
.nyab h1{
	color: var(--c-10202, #B20E0E);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3rem */
	margin-bottom:1.75rem;
}

.abwrap{
	width:100%;
	float:left;
	margin-top:4rem;
	background: var(--Color, #171717);
	padding:3.5rem 8.33vw;
}
.ppzj{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.ppzj .tex{
	width:100%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.ppzj .tex h2{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding-bottom:1.75rem;
	margin-bottom:1.75rem;
	position:relative;
}
.ppzj .tex h2::after{
	width: 6.25rem;
	height: 0.125rem;
	background: #FAC544;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.ppzj .tex h2 i{
	color: var(--Style, #FAC544);
}
.ppzj .pic{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.ppzj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ppzj .pic:hover img{
	transform: scale(1.05);
}

.yxfw{
	width:100%;
	float:left;
}
.yxfw ul{
	display: flex;
	flex-wrap: wrap;
}
.yxfw ul li{
	width:100;
	margin-top:1.5rem;
	background: var(--f-6-f-6-f-6, #F6F6F6);
	padding: 2.75rem 4.3rem 2.5rem 4.3rem;
	text-align:center;
	transition: all 0.6s;
}
.yxfw ul li:nth-child(3n){
	margin-right:0px;
}
.yxfw ul li .pic{
	overflow:hidden;
}
.yxfw ul li .pic img{
	max-height:5.0rem;
	max-width:100%;
}
.yxfw ul li dl dt{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 200%; /* 2.5rem */
}
.yxfw ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
}
.yxfw ul li:hover{
	background: var(--c-10202, #B20E0E);
}
.yxfw ul li:hover dl dt{
	color:#FFF;
}
.yxfw ul li:hover dl dd{
	color:#FFF;
}
.yxfw ul li .pic01{
	display:inline-block;
}
.yxfw ul li .pic02{
	display: none;
}
.yxfw ul li:hover .pic01{
	display:none;
}
.yxfw ul li:hover .pic02{
	display:inline-block;
}

.abwrap2{
	width:100%;
	float:left;
	margin-top:3rem;
	background-image:url(../img/abj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:3.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abwrap2 .tex{
	width:100%;
	padding:0 8.33vw;
}
.abwrap2 .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.5rem;
}
.abwrap2 .tex ul li{
	width:100%;
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abwrap2 .tex ul li .a01{
	width:5.6rem;
	color: var(---333, #333);
	text-align: justify;
	font-family:zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.8rem */
}
.abwrap2 .tex ul li .a02{
	width:calc(100% - 5.6rem);
	color: var(---333, #333);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
}

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

.cpnlm{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.cpnlm ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.0rem;
}
.cpnlm ul li{
	width:auto;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-left:0.5rem;
	margin-right:0.5rem;
	display: flex;
	align-items: center;
	margin-top:0.5rem;
}
.cpnlm ul li a{
	color: var(---666, #666);
}
.cpnlm ul li a:hover{
	color: var(--c-10202, #B20E0E);
	font-weight: 700;
}
.cpnlm ul li a.cur{
	color: var(--c-10202, #B20E0E);
	font-weight: 700;
}
.cpnlm ul .sx{
	width:1px;
	height:1.0rem;
	background-color:#333;
	margin-left:0.25rem;
	margin-right:0.5rem;
	margin-top:0.5rem;
}
.cpnlm ul li b{
	color: var(---333, #333);
	text-align: justify;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cpnlm ul li:first-child{
	margin-left:0px;
}

.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(33.9% - 0.5rem);
	margin-right:0.5rem;
	margin-top:2.0rem;
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li dl dt{
	overflow:hidden;
	position:relative;
}
.prolist ul li dl dt img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist ul li:hover dl dt img{
	transform: scale(1.05);
}
.prolist ul li dl dd{
	margin-top:1.0rem;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.prolist ul li dl dt::after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background:var(--30, rgba(0, 0, 0, 0.30)) url(../img/tb.svg) no-repeat center;
	background-size:1.875rem auto;
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.prolist ul li:hover dl dt::after{
	opacity:1;
}

.cpshow{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:5.0rem;
}
.cpshow-l{
	width:40%;
	display: flex;
	align-items: center;
	padding-left:5.2vw;
}
.cpshow-l .a01{
	width:100%;
}
.cpshow-l .a01 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cpshow-l .a01 dl dd{
	margin-top:0.31rem;
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cpshow-l .a01 .inmore{
	margin-top:1.44rem;
	position:relative;
	z-index:5;
}
.cpshow-l .a01 .inmore a{
	padding:0.35rem 1.0rem;
}
.cpshow-r{
	width:60%;
}

.caselist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.caselist ul{
	display: flex;
	flex-wrap: wrap;
}
.caselist ul li{
	width:calc(33.9% - 0.5rem);
	margin-right:0.5rem;
	margin-top:1.75rem;
}
.caselist ul li:nth-child(3n){
	margin-right:0px;
}
.caselist ul li dl dt{
	overflow:hidden;
	position:relative;
}
.caselist ul li dl dt img{
    width: 100%;
    height: auto;
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.caselist ul li:hover dl dt img{
	transform: scale(1.05);
}
.caselist ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.caselist ul li dl dd b{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.caselist ul li dl dd i{
	margin-left:0.38rem;
	margin-right:0.38rem;
	width:1px;
	height:1.0rem;
	background-color:#333;
}
.caselist ul li dl dt::after{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background:var(--30, rgba(0, 0, 0, 0.30)) url(../img/sst.svg) no-repeat center;
	background-size:2.25rem auto;
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.caselist ul li:hover dl dt::after{
	opacity:1;
}
.caselist ul li:hover dl dd b{
	color: var(--c-10202, #B20E0E);
}
.zssmwz{
	width:100%;
	float:left;
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.jmys{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.jmys ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jmys ul li{
	width:48%;
	padding: 2.12rem 1.5rem;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
	text-align: center;
	margin-top:1.5rem;
}
.jmys ul li:nth-child(4n){
	margin-right:0px;
}
.jmys ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.jmys ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.75rem */
}
.jmys ul li:hover{
	background: var(--c-10202, #B20E0E);
	box-shadow: -15px 40px 100px 0 rgba(255, 0, 4, 0.20), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}
.jmys ul li:hover dl dt{
	color:#FFF;
}
.jmys ul li:hover dl dd{
	color:#FFF;
}

.nyzs{
	width:100%;
	float:left;
	margin-top:3.25rem;
	position:relative;
	padding:3rem 8.33vw;
	background-image:url(../img/zsbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.nyzs .tex{
	width:100%;
	float:left;
	text-align:center;
}
.nyzs .tex dl dt{
	background: linear-gradient(180deg, #F7F6F7 0%, #FBDBC7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	-webkit-text-stroke: 0.035rem rgba(0, 0, 0, 1);
	
	/* Drop Shadow */
	font-family:zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nyzs .tex dl dd{
	margin-top:0.31rem;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.nyzs .tex .sm{
	display:flex;
	justify-content: center;
	margin-top:1.75rem;
}
.nyzs .tex .sm .a01{
	display: flex;
	align-items: center;
	border: 2px solid var(--c-10202, #B20E0E);
}
.nyzs .tex .sm .a01 .b1{
	display: flex;
	height: 2.75rem;
	padding:0rem 2rem;
	align-items: center;
	background: var(--c-10202, #B20E0E);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.15406rem; /* 115.406% */
	text-transform: uppercase;
}
.nyzs .tex .sm .a01 .b2{
	display: flex;
	height: 2.75rem;
	padding:0rem 2rem;
	align-items: center;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nyzs .tex .sm .a01 .b2::before{
	width: 1.5rem;
	height: 1.5rem;
	margin-right:0.62rem;
	content:'';
	display:inline-block;
	background-image:url(../img/phone.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.nyzs .a02{
	width:100%;
	float:left;
	margin-top:4.0rem;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: center;
	text-align:center;
}
.nyzs .a02 dl dt{
	overflow:hidden;
}
.nyzs .a02 dl dt img{
	max-height:3.25rem;
	max-width:100%;
}
.nyzs .a02 dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nyzs .a02 .sx{
	width: 0.0625rem;
	height: 4.25rem;
	background: rgba(255, 255, 255, 0.30);
}

.zczc{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zczc-l{
	width:100%;
}
.zczc-l .a01{
	width:100%;
}
.zczc-l .a01 dl dt{
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.zczc-l .a01 dl dd{
	margin-top:1.0rem;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.zczc-l .a02{
	width:100%;
	margin-top:1.5rem;
}
.zczc-l .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zczc-l .a02 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:1.25rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:2.5rem;
}
.zczc-l .a02 ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.zczc-l .a02 ul li dl dt i{
	color: var(--c-10202, #B20E0E);
	margin-right:0.5rem;
}
.zczc-l .a02 ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.zczc-l .a02 ul li img{
	max-width:2.0rem;
}
.zczc-r{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.zczc-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.zczc-r:hover img{
	transform: scale(1.05);
}

.jmlc{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.jmlc ul{
	display: flex;
	flex-wrap: wrap;
}
.jmlc ul li{
	width:calc(56% - 3.375rem);
	margin-right:3.375rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: #FFF;
	padding: 1.9375rem 0 1.5rem 0;
	position:relative;
	text-align:center;
	margin-top:2.0rem;
}
.jmlc ul li dl dt{
	overflow:hidden;
}
.jmlc ul li dl dt img{
	max-height:2.75rem;
	max-width:100%;
	margin:auto;
}
.jmlc ul li:hover{
	border: 1px solid  #ff0000;
}
.jmlc ul li dl dt img.pic01{
	display: block;
}
.jmlc ul li dl dt img.pic02{
	display:none;
}
.jmlc ul li:hover dl dt img.pic01{
	display: none;
}
.jmlc ul li:hover dl dt img.pic02{
	display:block;
}
.jmlc ul li dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.jmlc ul li::after{
	width: 0.875rem;
	height: 1.75rem;
	position:absolute;
	right:-2.25rem;
	top:calc(50% - 0.875rem);
	content:'';
	display:inline-block;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.jmlc ul li:nth-child(2n){
	margin-right:0px;
}
.jmlc ul li:nth-child(2n)::after{
	width:0;
	opacity:0;
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newlist ul li{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.75rem;
	padding-bottom:1.75rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	position:relative;
}
.newlist ul li::after{
	width:0px;
	height:2px;
	background-color:var(--c-10202, #B20E0E);
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.newlist ul li:hover::after{
	width:100%;
}
.newlist ul li .pic{
	width:37.1%;
	overflow:hidden;
	position:relative;
}
.newlist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:59.1%;
	position:relative;
}
.newlist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newlist ul li .tex dl dd{
	margin-top:0.69rem;
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.65rem */
	display:none;
}
.newlist ul li .tex .sm{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	display:none;
}
.newlist ul li .tex .inmore{
	margin-top:1.0rem;
}
.newlist ul li:hover .tex dl dt{
	color: var(--c-10202, #B20E0E);
}

.fy{
	width:100%;
	float:left;
	margin-top:2.75rem;
}
.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;
}

.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--c-10202, #B20E0E);
	background: var(--c-10202, #B20E0E);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--c-10202, #B20E0E);
	background: var(--c-10202, #B20E0E);
	color:#FFF;
}

.nycon{
	width:100%;
	float:left;
	margin-top:8.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nycon-l{
	width:100%;
}
.newtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1.35rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
}
.newtex img{
	width:100%;
	height:auto;
}

.nycon-r{
	width:30.6%;
	background: var(--f-6-f-6-f-6, #F6F6F6);
	padding:2.5rem;
	display:none;
}
.nycon-r ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nycon-r ul li{
	width:100%;
	padding-bottom:2.5rem;
	margin-top:2.5rem;
	position:relative;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.nycon-r ul li:first-child{
	margin-top:0px;
}
.nycon-r ul li::after{
	width:0px;
	height:2px;
	background-color:var(--c-10202, #B20E0E);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.nycon-r ul li:hover::after{
	width:100%;
}
.nycon-r ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.nycon-r ul li dl dd{
	color: var(---999, #999);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.nycon-r ul li .tit{
	margin-top:1.88rem;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 120%; /* 1.5rem */
}
.nycon-r ul li .tex{
	margin-top:1.88rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---666, #666);
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}

.fh{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display:flex;
}
.fh a{
	padding: 0.875rem 3.75rem;
	background: var(--c-10202, #B20E0E);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.lx01{
	width:100%;
	float:left;
	margin-top:8.25rem;
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01 ul li{
	width:48%;
	background: var(--Gray-6, #F2F2F2);
	margin-top:1.0rem;
	padding: 1.81rem 1.25rem;
	text-align:center;
}
.lx01 ul li .pic{
	overflow:hidden;
}
.lx01 ul li .pic img{
	max-height:4.0rem;
	max-width:100%;
}
.lx01 ul li dl dt{
	padding-bottom:1.25rem;
	padding-top:1.5rem;
	color: var(--333, #333);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01 ul li dl dd{
	color: var(--666, #666);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx01 ul li:last-child{
	display: flex;
	align-items: center;
	justify-content: center;
}
.lx01 ul li:last-child dl dt{
	padding:0;
}
.lx01 ul li:last-child dl dt img{
	max-height:7.22rem;
	max-width:100%;
}
.lx01 ul li:last-child dl dd{
	margin-top:0.44rem;
	color: var(--666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lx02{
	width:100%;
	float:left;
	margin-top:2.25rem;
}
.lx02 img{
	width:100%;
	height:auto;
	display:block;
}







.texl{
	text-align:left;
}
.mart3{
	margin-top:1.75rem;
}
.mart0{
	margin-top:0rem;
}
.mart10{
	margin-top:3rem;
}
.mart6{
	margin-top:2.25rem;
}


.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}

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




}












































