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 */
	
}
html {
    scroll-behavior: smooth;
}
*{
	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(--d-7232-c, #D7232C);
	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));
	margin-top:1.25rem;
}
.header.yanse.yanse01 .innav ul>li>a{
	color:#FFF;
}
.header.yanse.yanse01 .intop{
	padding:0 2.6vw;
}
.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 2.6vw;
}


.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:13.4%;
	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.0rem;
	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:0rem 1.72rem;
	display:flex;
	align-items: center;
	position:relative;
	border-radius: 0.25rem;
}

.innav ul>li>a:hover{
}
.header.yanse .innav ul>li.cur a{
	color:#F00;
}
.header.yanse.yanse01 .innav ul>li.cur a{
	color:#fff;
}
.header.yanse .innav ul>li.cur ol>li a{
	color:#333;
}
.innav ul>li>ol {
    width: 180%;
	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: -40%;
	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: space-between;
	align-items: center;
	width:15.6rem;
	height:2.5rem;
	position:relative;
	padding: 0.625rem 0.625rem 0.625rem 1.25rem;
	border-radius: 1.25rem;
	margin-left:4.53rem;
}
.header.yanse .zyw{
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.header.yanse.yanse01 .zyw{
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.header.yanse .chaxbk{
	color: var(---333, #333);
}
.header.yanse.yanse01 .chaxbk{
	color: var(---white, #FFF);
}

.zyw .ss{
	max-height:1.25rem;
}
.chaxbk{
	width:calc(100% - 1.25rem);
	height: 1.25rem;
	line-height: 1.25rem;
	border: 0px;
	background-color: transparent;
	outline: none;
	color: var(---white, #FFF);
	font-family:zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	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:"<";
	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(--d-7232-c, #D7232C);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--d-7232-c, #D7232C);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}


.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 1rem 1rem 1rem 2.5rem;
	align-items: center;
	border-radius: 6.25rem;
	border: 1px solid var(--d-7232-c, #D7232C);
	background: var(---white, #FFF);
	position:relative;
	overflow:hidden;
	
	color: var(--d-7232-c, #D7232C);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	z-index:5;
	
}

.inmore.ny a{
	border-radius: 6.25rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	background: var(--d-7232-c, #D7232C);
	color: var(---white, #FFF);
}
.inmore.ny a:hover{
	color: var(---333, #333);
}
.inmore.ny a::before{
	background: var(---white, #FFF);
}
.inmore.ny a::after{
	background-image: url(../img/plus2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.ny a:hover::after{
	background-image: url(../img/plus.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--d-7232-c, #D7232C);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 2.25rem;
	height: 2.25rem;
	margin-left:1.81rem;
	content:'';
	background-image: url(../img/plus.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.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%;
}

.container{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}
.intit{
	width:100%;
	float:left;
	margin-top:10rem;
}
.intit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.infa{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.infa ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infa ul li{
	width:33.33%;
	background: var(---Gray-6, #F2F2F2);
	padding:1.88rem;
	border: 2px solid var(---Gray-6, #F2F2F2);
	border-right: 1px solid var(---white, #FFF);
	    position: relative;
    padding-bottom: 40px;
}
.infa ul li h1{
	    margin: 0;
    padding: 0;
}
.infa ul li h1 i{
	padding: 0.5rem 1rem;
	border-radius: 3.125rem;
	background: var(---white, #FFF);
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: absolute;
    top: 5%;
    left: 10px;
    z-index: 99;
    font-style: normal;
}
.infa ul li .pic{
	overflow:hidden;
	display: flex;
	justify-content: center;
}
.infa ul li .pic img{
	max-width:100%;
}
.infa ul li dl dt{
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.infa ul li dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.infa ul li .jt{
	display:flex;
	justify-content: center;
	margin-top:1.25rem;
	opacity:0;
	transition: all 0.6s;
}
.infa ul li:hover .jt{
	opacity:1;
}
.infa ul li .jt a{
	width: 2.25rem;
	height: 2.25rem;
	background-image:url(../img/plus.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.infa ul li:hover{
	border: 2px solid var(--d-7232-c, #D7232C);
	background: var(---white, #FFF) url(../img/abj01.png) no-repeat center top;
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(172, 23, 23, 0.29);
	background-size:100% auto;
}

.lsfz{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:10rem 8.33vw;
	background-image:url(../img/abj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.lsfz .a01{
	width:40%;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lsfz .a01 dl dt{
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lsfz .a01 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;
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.lsfz .a01 .inmore{
	margin-top:5.0rem;
}
.lsfz .a01 .inmore a{
	border:0px;
}
.lsfz .a02{
	width:100%;
	margin-top:16.25rem;
}
.lsfz .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lsfz .a02 ul li{
	width:auto;
}
.lsfz .a02 ul li dl dt{
	color: var(---white, #FFF);
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.lsfz .a02 ul li dl dt i{
	font-size: 4rem;
}
.lsfz .a02 ul li dl dd{
	display: flex;
	align-items:center;
	color: var(---white, #FFF);
	text-align: justify;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lsfz .a02 ul li dl dd::before{
	width: 1.15rem;
	height: 1.15rem;
	margin-right:0.31rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.jszc{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:10rem;
	position:relative;
}
.jszc-l{
	width:19%;
}
.jszc-l dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.jszc-l dl dd{
	color: var(---333, #333);
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.25rem;
}
.jszc-l ul{
	margin-top:8.31rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jszc-l ul li{
	width:100%;
	padding: 0.75rem 1.25rem;
	display: flex;
	align-items:center;
	background: var(---Gray-6, #F2F2F2);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family:zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	cursor:pointer;
}
.jszc-l ul li img{
	max-width:1.75rem;
	margin-right:1.25rem;
}
.jszc-l ul li .pic01{
	display:inline-block;
}
.jszc-l ul li .pic02{
	display: none;
}
.jszc-l ul li:hover{
	background: linear-gradient(90deg, #D7232C 0%, rgba(215, 35, 44, 0.10) 100%);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
}
.jszc-l ul li:hover .pic01{
	display:none;
}
.jszc-l ul li:hover .pic02{
	display:inline-block;
}

.jszc-l ul li.cur{
	background: linear-gradient(90deg, #D7232C 0%, rgba(215, 35, 44, 0.10) 100%);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
}
.jszc-l ul li.cur .pic01{
	display:none;
}
.jszc-l ul li.cur .pic02{
	display:inline-block;
}


.jszc-r{
	width:74.7%;
	position:relative;
}
.jszc-r .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;
}
.jszc-r2{
	width:74.7%;
	position:relative;
}
.innew{
	width:100%;
	padding-bottom:3.3rem;
	border-bottom:1px solid #E0E0E0;
	padding-right:1.25rem;
}
.innew .pic{
	overflow:hidden;
	position:relative;
}
.innew .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew:hover .pic img{
	transform: scale(1.05);
}
.innew .pic .a1{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	padding: 1.09rem 1.39rem 1.05rem 1.39rem;
	color: var(---white, #FFF);
	font-size: 0.55531rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	background: linear-gradient(90deg, #D7232C 0%, rgba(215, 35, 44, 0.00) 100%);
}
.innew .pic .a1 h1{
	margin-top:0.23rem;
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 0.9795rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.innew .tex{
	margin-top:1.87rem;
}
.innew .tex h2{
	display:flex;
}
.innew .tex h2 i{
	display: flex;
	padding: 0.375rem 0.75rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew .tex dl dt{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew .tex dl dd{
	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.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}
.innew .tex .more{
	margin-top:1.87rem;
	display:flex;
}
.innew .tex .more a{
	display: flex;
	align-items: center;
	color: var(---999, #999);
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 0.75rem */
	text-transform: capitalize;
}
.innew .tex .more a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:0.94rem;
	content:'';
	display:inline-block;
	background-image:url(../img/short_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innew:hover .tex .more a::after{
	background-image:url(../img/short_up2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innew:hover{
	border-bottom:1px solid #D7232C;
}
.innew:hover .tex .more a{
	color: var(--d-7232-c, #D7232C);
}

.foot{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	margin-top:10rem;
	padding:6.25rem 0;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:2.5rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.foot01 .dblogo{
	width:20.4%;
	overflow:hidden;
	display:flex;
}
.foot01 .dblogo img{
	max-width:100%;
	height:auto;
}
.foot01 .a01{
	width:auto;
	color: var(--d-7232-c, #D7232C);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot01 .a01 i{
	font-size: 2rem;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02-l{
	width:72.8%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02-l dl dt{
	padding-bottom:0.88rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02-l dl dd{
	margin-top:1.06rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02-l dl dd a{
	color: var(---666, #666);
}
.foot02-r{
	width:10%;
	text-align:center;
}
.foot02-r dl dt{
	overflow:hidden;
}
.foot02-r dl dt img{
	max-width:100%;
}
.foot02-r dl dd{
	margin-top:0.88rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot03{
	width:100%;
	float:left;
	padding:1.38rem 8.33vw;
	background: #FAFAFA;
	color: var(---999, #999);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fh{
	width:3.75rem;
	position:fixed;
	right:2.5rem;
	bottom:10rem;
	z-index:99;
}
.fh a{
	display:flex;
}
.fh img{
	max-width:100%;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	padding:0 8.33vw;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nybanner .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cptj{
	width:100%;
	float:left;
	margin-top:6.25rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.cptj .pic{
	width:50%;
	position:relative;
	overflow:hidden;
}
.cptj .pic i{
	padding: 0.3125rem 1.25rem;
	width:auto;
	position: absolute;
	left: 1.875rem;
	top: 1.875rem;
	z-index:2;
	border-radius: 0.9375rem;
	background: var(--d-7232-c, #D7232C);
	color: #FFF;
	font-family:zt4;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.cptj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.cptj .pic:hover img{
	transform: scale(1.05);
}
.cptj .tex{
	width:50%;
	padding:0 3.75rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.cptj .tex dl dt{
	color: #1A1C1C;
	font-family:zt4;
	font-size: 2.34375rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8125rem; /* 120% */
}
.cptj .tex dl dd{
	margin-top:2.5rem;
	display:flex;
	margin-bottom:3.13rem;
}
.cptj .tex dl dd i{
	padding: 0.3125rem 0.9375rem;
	border-radius: 0.15625rem;
	border: 1.25px solid #E4E4E7;
	background: #FFF;
	margin-right:0.62rem;
	color: #52525B;
	font-family: zt4;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cptj .tex dl dd i:hover{
	border: 1.25px solid rgba(181, 0, 12, 0.10);
	background: #FFF;
	color: var(--d-7232-c, #D7232C);
}
.cptj .tex ul{
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cptj .tex ul li{
	width:48.6%;
	display: flex;
	align-items: center;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cptj .tex ul li img{
	margin-right:0.94rem;
	max-height:1.56rem;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:49.4%;
	border-radius: 0.625rem;
	background: #F3F3F3;
	overflow:hidden;
	margin-top:3.75rem;
}
.prolist ul li .pic{
	overflow:hidden;
}
.prolist ul li .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	padding:2.5rem;
}
.prolist ul li .tex h1{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.5rem; /* 133.333% */
}
.prolist ul li .tex dl dt{
	margin-top:1.17rem;
	padding-bottom:1.0rem;
	color: var(---666, #666);
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.77738rem; /* 162.5% */
}
.prolist ul li .tex dl dd{
	margin-top:0.94rem;
	padding: 0.94rem;
	border-radius: 0.15625rem;
	background: #FFF;
	display: flex;
	align-items: center;
}
.prolist ul li .tex dl dd::before{
	margin-right:0.94rem;
	width: 1.56rem;
	height: 1.56rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Icon.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.prolist ul li .tex .sm{
	margin-top:2.5rem;
	border-top: 1.25px solid #E4E4E7;
	display:flex;
	align-items: center;
	padding-top:1.88rem;
	color: var(--d-7232-c, #D7232C);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
}

.show01{
	width:100%;
	float: left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show01-l{
	width:38.3%;
}
.show01-l h1{
	display:flex;
}
.show01-l h1 i{
	padding: 0.5rem 1rem;
	border-left: 4px solid #E30013;
	background: rgba(227, 0, 19, 0.10);
	color: #E30013;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 155.556% */
	letter-spacing: 0.1125rem;
	text-transform: uppercase;
}
.show01-l dl dt{
	margin-top:2.62rem;
	color: #1A1C1C;
	font-family:zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.1125rem;
	padding-bottom:0.63rem;
}
.show01-l dl dd{
	margin-top:0.62rem;
	display:flex;
	align-items: center;
	color: #3F3F46;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show01-l dl dd i{
	padding: 0.25rem 0.75rem;
	border-radius: 6.25rem;
	background: var(---Gray-6, #F2F2F2);
	margin-right:0.75rem;
}
.show01-l .sm{
	margin-top:5.0rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.show01-l .inmore{
	margin-top:5.0rem;
}
.show01-l .inmore a{
	margin-right:1.0rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
}
.show01-l .inmore a:hover{
	color:#FFF;
}
.show01-l .inmore a.cur{
	color:#FFF;
}
.show01-r{
	width:58%;
}
.show02{
	width:100%;
	float:left;
	margin-top:10rem;
	background: #F3F3F3;
	padding: 6rem 2.5rem;
}
.show02 h1{
	display:flex;
	align-items: center;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.25rem; /* 90% */
	letter-spacing: -0.04688rem;
	text-transform: uppercase;
}
.show02 h1::before{
	width: 0.25rem;
	height: 2rem;
	margin-right:1.0rem;
	background: #E30013;
	content:'';
	display:inline-block;
}
.show02 ul{
	margin-top:3.0rem;
	display: flex;
	flex-wrap: wrap;
}
.show02 ul li{
	width:calc(25.33% - 1.25rem);
	margin-right:1.25rem;
	background: #FFF;
	padding: 2rem;
}
.show02 ul li:nth-child(4n){
	margin-right:0px;
}
.show02 ul li .pic{
	overflow:hidden;
}
.show02 ul li .pic img{
	max-height:1.48rem;
}
.show02 ul li dl dt{
	margin-top:3.34rem;
	color: var(---999, #999);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5rem; /* 150% */
}
.show02 ul li dl dd{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lc{
	width:100%;
	float:left;
	margin-top:10rem;
	background: #09090B;
	padding:10rem 8.33vw;
}
.lc h1{
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.1125rem;
	text-transform: uppercase;
}
.lc .wb{
	margin-top:1.0rem;
	color: #71717A;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.lc ul{
	margin-top:4.0rem;
	display: flex;
	flex-wrap: wrap;
}
.lc ul li{
	width:calc(16.66% - 1.0rem);
	margin-right:1.0rem;
	position:relative;
	padding:2.4rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	transition: all 0.6s;
}
.lc ul li .num{
	width:auto;
	position:absolute;
	right:1.0rem;
	top:1.0rem;
	z-index:2;
	color: rgba(255, 255, 255, 0.10);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3rem; /* 100% */
}
.lc ul li:hover{
	background: var(--d-7232-c, #D7232C);
}
.lc ul li:nth-child(6n){
	margin-right:0px;
}
.lc ul li .pic{
	overflow:hidden;
	height:2.0rem;
	display:flex;
	align-items: center;
}
.lc ul li .pic img{
	max-height:2.0rem;
}
.lc ul li dl dt{
	margin-top:1.91rem;
	color: #FFF;
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.75rem; /* 140% */
	text-transform: uppercase;
}
.lc ul li dl dd{
	margin-top:0.68rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42188rem; /* 162.5% */
}

.inwrap{
	width:100%;
	float:left;
	background: #F3F3F3;
	padding:10rem 0;
}
.syxz{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.syxz-l{
	width:48.1%;
}
.syxz-l h1{
	padding-bottom:1.82rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 125% */
}
.syxz-l dl dt{
	margin-top:0.62rem;
	padding: 0.9375rem 1.25rem;
	display:flex;
	align-items: center;
	color: #1A1C1C;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
}
.syxz-l dl dt i{
	margin-right:1.88rem;
	width:2.25rem;
	height:2.25rem;
	border-radius: 0.3125rem;
	background: var(---Gray-6, #F2F2F2);
	box-shadow: 0 1.25px 2.5px 0 rgba(0, 0, 0, 0.05);
	display:flex;
	align-items: center;
	justify-content: center;
	color: var(--d-7232-c, #D7232C);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.1875rem; /* 218.75% */
}
.syxz-l dl dd{
	margin-top:2.44rem;
	color: #1A1C1C;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.syxz-r{
	width:48.1%;
	padding: 3.75rem;
	border-radius: 0.625rem;
	background: #2F3131;
	position:relative;
}
.syxz-r::before{
	width: 9.16669rem;
	height: 7.91669rem;
	position:absolute;
	right:2.5rem;
	top:2.5rem;
	z-index:2;
	content:'';
	display:inline-block;
	background-image:url(../img/zy.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.syxz-r dl dt{
	color: var(--d-7232-c, #D7232C);
	font-family: zt4;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.5rem; /* 133.333% */
}
.syxz-r dl dd{
	margin-top:1.88rem;
	display:flex;
	align-items: center;
	color: #FFF;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	border-left: 5px solid #E30013;
}
.syxz-r dl dd img{
	max-height:1.7rem;
	margin-left:1.25rem;
	margin-right:1.25rem;
}
.syxz-r .tex{
	margin-top:3.75rem;
	padding: 1.875rem;
	border-radius: 0.3125rem;
	border: 1.25px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.05);
	color: #A1A1AA;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
}

.fadz{
	width:100%;
	float:left;
	padding:6.25rem 8.33vw;
	background: var(--d-7232-c, #D7232C);
	color: rgba(255, 244, 242, 0.80);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fadz h1{
	margin-bottom:1.25rem;
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 125% */
	letter-spacing: -0.07031rem;
}
.fadz .inmore{
	margin-top:2.5rem;
	justify-content: center;
}
.fadz .inmore a{
	margin-left:0.5rem;
	margin-right:0.5rem;
}

.nab{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-l{
	width:41%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.nab-l dl dt{
	color: #1A1C1C;
	font-family:zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8125rem; /* 93.75% */
	letter-spacing: -0.05856rem;
	text-transform: uppercase;
	display:flex;
	align-items: center;
}
.nab-l dl dt::before{
	width: 0.3125rem;
	height: 2.5rem;
	margin-right:1.25rem;
	content:'';
	display:inline-block;
	background: #E30013;
}
.nab-l dl dd{
	margin-top:2.5rem;
	color: var(--d-7232-c, #D7232C);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.05856rem;
	text-transform: uppercase;
	margin-bottom:2.5rem;
}
.nab-r{
	width:52.3%;
	position:relative;
}
.nab-r img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.nab-r .tex{
	width:auto;
	padding: 2.5rem;
	position: absolute;
	left: -2.5rem;
	bottom: 3.0rem;
	z-index:2;
	background: #E30013;
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(172, 23, 23, 0.29);
}
.nab-r .tex dl dt{
	color: #FFF;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem; /* 133.333% */
}
.nab-r .tex dl dd{
	margin-top:0.62rem;
	color: #FFF;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
	letter-spacing: 0.10938rem;
	text-transform: uppercase;
}
.nabnum{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.nabnum ul{
	display: flex;
	flex-wrap: wrap;
}
.nabnum ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	padding: 3.75rem 2.5rem;
	background: #F3F3F3;
}
.nabnum ul li:nth-child(4n){
	margin-right:0px;
}
.nabnum ul li dl dt{
	color: var(--d-7232-c, #D7232C);
	font-family: zt4;
	font-size: 4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 78.125% */
}
.nabnum ul li dl dd{
	margin-top:0.27rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 156.25% */
	text-transform: uppercase;
}

.abtit{
	width:100%;
	float:left;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 125% */
	letter-spacing: -0.07031rem;
	position:relative;
	padding-bottom:1.25rem;
}
.abtit::before{
	width: 5rem;
	height: 0.3125rem;
	background: #E30013;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.cxzc{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.cxzc::before{
	width:100%;
	height: 0.07813rem;
	background: rgba(94, 63, 59, 0.20);
	position: absolute;
	top: 0.9rem;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.swiper{
	width: 100%;
	float:left;
}
.swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.zc01{
	width:100%;
}
.zc01 .pic{
	display: flex;
	justify-content: center;
}
.zc01 .pic i{
	width:2.0rem;
	height:2.0rem;
	background-color:#E30013;
	border:5px solid #F3F3F3;
	border-radius:50%;
}
.zc01 .tex{
	margin-top:1.5rem;
	padding: 2.5rem;
	background: #FFF;
	text-align:center;
	min-height:15.6rem;
}
.zc01 .tex dl dt{
	color: #1A1C1C;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem; /* 133.333% */
}
.zc01 .tex dl dd{
	margin-top:1.88rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}

.abtit2{
	width:100%;
	float:left;
	margin-top:10rem;
	text-align: center;
}
.abtit2 dl dt{
	color: var(--d-7232-c, #D7232C);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	letter-spacing: 0.125rem;
	text-transform: uppercase;
}
.abtit2 dl dd{
	margin-top:1.25rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 125% */
}
.kxjz{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kxjz-l{
	width:32.5%;
}
.kxjz-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
}
.kxjz-l ul li{
	padding: 3.125rem 3.125rem 3.8rem 3.125rem;
	width:100%;
	background: #F3F3F3;
	min-height:49%;
}
.kxjz-l ul li .pic{
	overflow:hidden;
}
.kxjz-l ul li .pic img{
	max-width:2.6rem;
}
.kxjz-l ul li dl dt{
	margin-top:2.21rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.5rem; /* 166.667% */
}
.kxjz-l ul li dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
}
.kxjz-l ul li.a01{
	display: flex;
	justify-content: center;
	align-items: center;
}
.kxjz-l ul li.a01 dl dt{
	color: var(--d-7232-c, #D7232C);
	text-align: center;
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.75rem; /* 100% */
}
.kxjz-l ul li.a01 dl dd{
	margin-top:0.59rem;
	color: var(---666, #666);
	text-align: center;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.kxjz-m{
	width:32.5%;
	position:relative;
	overflow:hidden;
}
.kxjz-m img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.kxjz-m:hover img{
	transform: scale(1.05);
}
.kxjz-m .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:3.75rem 3.13rem;
}
.kxjz-m .tex .pic{
	overflow:hidden;
}
.kxjz-m .tex .pic img{
	max-width:3.75rem;
	height:auto;
}
.kxjz-m .tex dl dt{
	margin-top:1.88rem;
	color: #FFF;
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.92969rem; /* 146.484% */
}
.kxjz-m .tex dl dd{
	margin-top:0.62rem;
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abtit3{
	width:100%;
	float:left;
	margin-top:12.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.abtit3 dl dt{
	color: var(--d-7232-c, #D7232C);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	letter-spacing: 0.125rem;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.abtit3 dl dt::before{
	width: 2.5rem;
	height: 0.07813rem;
	background: var(--d-7232-c, #D7232C);
	content:'';
	display:inline-block;
	margin-right:1.25rem;
}
.abtit3 dl dd{
	margin-top:1.25rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 125% */
}
.abtit3 .sm{
	width:30%;
	color: var(---666, #666);
	text-align: right;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
}

.honr{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.honr ul{
	display: flex;
	flex-wrap: wrap;
}
.honr ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	padding: 6.60156rem 2.5rem;
	border: 5px solid #EEE;
	background: #F9F9F9;
	text-align:center;
	transition: all 0.6s;
}
.honr ul li .pic{
	overflow: hidden;
}
.honr ul li .pic img{
	max-width:3.75rem;
}
.honr ul li dl dt{
	color: #1A1C1C;
	font-size: 1.40625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1875rem; /* 155.556% */
}
.honr ul li dl dd{
	margin-top:0.62rem;
	color: #1A1C1C;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.07813rem;
	text-transform: uppercase;
}
.honr ul li:nth-child(4n){
	margin-right:0px;
}
.honr ul li:hover{
	background: var(--d-7232-c, #D7232C);
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(172, 23, 23, 0.29);
	border: 5px solid var(--d-7232-c, #D7232C);
}
.honr ul li:hover dl dt{
	color:#FFF;
}
.honr ul li:hover dl dd{
	color:#FFF;
}
.honr ul li .pic01{
	display:inline-block;
}
.honr ul li .pic02{
	display: none;
}
.honr ul li:hover .pic01{
	display:none;
}
.honr ul li:hover .pic02{
	display:inline-block;
}
.allist{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.allist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:6.25rem;
}
.allist ul li .tex{
	width:56.8%;
}
.allist ul li .tex dl dt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.allist ul li .tex dl dt::before{
	width:100%;
	height: 0.07813rem;
	background: #E2E2E2;
	position:absolute;
	left:0;
	top:1.25rem;
	z-index:-1;
	content:'';
	display:inline-block;
}
.allist ul li .tex dl dt i{
	color: var(--d-7232-c, #D7232C);
	font-size: 2.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.125rem; /* 111.111% */
	padding-right:1.25rem;
	background-color:#FFF;
}
.allist ul li .tex dl dt em{
	color: var(--d-7232-c, #D7232C);
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
	padding-left:1.25rem;
	background-color:#FFF;
}
.allist ul li .tex dl dd{
	margin-top:2.5rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.51563rem; /* 140.625% */
}
.allist ul li .tex .a01{
	margin-top:3.12rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allist ul li .tex .a01 div{
	width:49.5%;
	padding:2.5rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.allist ul li .tex .a01 div h1{
	color: var(--d-7232-c, #D7232C);
	font-family:zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
	margin-bottom:1.25rem;
}
.allist ul li .tex .inmore{
	margin-top:5rem;
}
.allist ul li .pic{
	width:39.5%;
	position:relative;
}
.allist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
	border-radius: 0.625rem;
}
.allist ul li .pic:hover img{
	transform: scale(1.05);
}
.allist ul li .pic .wb{
	width: 11.625rem;
	height: 7.10938rem;
	position: absolute;
	right:-1.87rem;
	bottom:3.0rem;
	z-index:2;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 25px 31.25px -6.25px rgba(0, 0, 0, 0.10), 0 10px 12.5px -7.5px rgba(0, 0, 0, 0.10);
	padding:1.87rem;
}
.allist ul li .pic .wb dl dt{
	color: #A1A1AA;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 133.929% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.allist ul li .pic .wb dl dd{
	color: #1A1C1C;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
}

.alshow{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(--d-7232-c, #D7232C);
	padding: 5.375rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.alshow-l{
	width:auto;
	color: var(---white, #FFF);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.alshow-l h1{
	margin-bottom:0.62rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.alshow-l .bq{
	display:flex;
	align-items: center;
	margin-top:0.62rem;
}
.alshow-l .bq i{
	margin-right:0.62rem;
	padding: 0.3125rem 0.9375rem;
	border-radius: 0.15625rem;
	background: var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.alshow2{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.alshow2-l{
	width:54.1%;
	color: #71717A;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.alshow2-l dl dt{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 125% */
	letter-spacing: -0.07031rem;
}
.alshow2-l dl dd{
	display:flex;
	margin-bottom:3.2rem;
	margin-top:1.25rem;
}
.alshow2-l dl dd i{
	padding: 0.3125rem 1.25rem;
	background: #E30013;
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.alshow2-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:5.25rem;
}
.alshow2-l ul li{
	width:49%;
	background: var(---Gray-6, #F2F2F2);
	padding:2.5rem 1.88rem;
	border-left: 5px solid var(---Gray-6, #F2F2F2);
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.alshow2-l ul li h2{
	margin-bottom:1.25rem;
	color: var(--d-7232-c, #D7232C);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25rem; /* 142.857% */
	text-transform: uppercase;
}
.alshow2-r{
	width:39.5%;
	position:relative;
}
.alshow2-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
	border-radius: 0.625rem;
}
.alshow2-r:hover img{
	transform: scale(1.05);
}
.alshow2-r .wb{
	width: 13.875rem;
	height: 7.10938rem;
	position: absolute;
	right:-1.87rem;
	bottom:3.0rem;
	z-index:2;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 25px 31.25px -6.25px rgba(0, 0, 0, 0.10), 0 10px 12.5px -7.5px rgba(0, 0, 0, 0.10);
	padding:1.87rem;
}
.alshow2-r .wb dl dt{
	color: #A1A1AA;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 133.929% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.alshow2-r .wb dl dd{
	color: #1A1C1C;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
	margin-top:0.31rem;
}

.jstd{
	width:100%;
	float:left;
}
.jstd h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.1875rem;
	text-transform: uppercase;
}
.jstd ul{
	margin-top:2.5rem;
	display: flex;
	flex-wrap: wrap;
}
.jstd ul li{
	width:calc(16.8% - 1.25rem);
	margin-right:1.25rem;
	padding: 3.75rem 1.875rem;
	border: 1.25px solid var(---white, #FFF);
	background: var(---white, #FFF);
	transition: all 0.6s;
	text-align:center;
}
.jstd ul li:nth-child(6n){
	margin-right:0px;
}
.jstd ul li dl dt{
	color: var(---Gray-5, #E0E0E0);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.875rem; /* 62.5% */
}
.jstd ul li dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 156.25% */
}
.jstd ul li:hover{
	background: var(--d-7232-c, #D7232C);
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(172, 23, 23, 0.29);
}
.jstd ul li:hover dl dt{
	color: var(--30, rgba(255, 255, 255, 0.30));
}
.jstd ul li:hover dl dd{
	color:#FFF;
}

.gylc{
	width:100%;
	float:left;
	margin-top:10rem;
}
.gylc h1{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 125% */
	letter-spacing: -0.07031rem;
}
.gylc ul{
	margin-top:3.75rem;
	display: flex;
	flex-wrap: wrap;
}
.gylc ul li{
	width:calc(25% - 1.25rem);
	margin-right:1.25rem;
	padding: 2.5rem;
	border: 1.25px solid #F4F4F5;
	background: #F9F9F9;
	position:relative;
}
.gylc ul li:nth-child(4n){
	margin-right:0px;
}
.gylc ul li::before{
	width:5px;
	height:100%;
	background-color:var(--d-7232-c, #D7232C);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.gylc ul li:hover::before{
	opacity:1;
}
.gylc ul li .num{
	width:auto;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	color: #F4F4F5;
	font-family: zt4;
	font-size: 7.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 7.5rem; /* 100% */
}
.gylc ul li .pic{
	overflow:hidden;
	height:2.3rem;
}
.gylc ul li .pic img{
	max-height:2.3rem;
}
.gylc ul li dl dt{
	margin-top:1.62rem;
	color: #1A1C1C;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1875rem; /* 140% */
}
.gylc ul li dl dd{
	margin-top:1.62rem;
	color: #71717A;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.alshow3{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.alshow3-l{
	width:49.4%;
	padding:3.75rem;
	background: #F9F9F9;
}
.alshow3-l h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.alshow3-l ul{
	margin-top:0.62rem;
	display: flex;
	flex-wrap: wrap;
}
.alshow3-l ul li{
	width:100%;
	padding:1.25rem 0;
	border-bottom: 1.25px solid #F4F4F5;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.alshow3-l ul li .a01{
	width:auto;
	color: #71717A;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	text-transform: uppercase;
}
.alshow3-l ul li .a02{
	width:auto;
	display:flex;
	align-items: center;
	color: #A1A1AA;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
}
.alshow3-l ul li .a02 i{
	color: #18181B;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8125rem; /* 187.5% */
}
.alshow3-l dl{
	margin-top:1.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.alshow3-l dl dd{
	width:48%;
	padding:1.25rem 0;
	color: #3F3F46;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
	display:flex;
}
.alshow3-l dl dd::before{
	margin-right:0.62rem;
	width: 1.28319rem;
	height: 0.70456rem;
	background-image:url(../img/xtb.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.alshow3-r{
	width:49.4%;
	padding:3.75rem;
	background: var(--d-7232-c, #D7232C);
	color: #FFF;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.53906rem; /* 203.125% */
}
.alshow3-r h1{
	margin-bottom:1.88rem;
	color: #FFF;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.alshow4{
	width:100%;
	float:left;
	margin-top:3.75rem;
	padding: 5rem 3.75rem;
	background: #09090B;
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.alshow4 h1{
	margin-bottom:1.25rem;
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.njs{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.njs-l{
	width:34%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.njs-l dl dt{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.14063rem;
}
.njs-l dl dd{
	margin-top:2.5rem;
	margin-bottom:2.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.njs-r{
	width:55%;
}
.njs-r img{
	width:100%;
	height:auto;
	display:block;
}
.gyzd{
	width:100%;
	float:left;
	margin-top:7.5rem;
	padding:7.5rem 8.33vw;
	background: #F3F3F3;
}
.gyzd h1{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8125rem; /* 112.5% */
	letter-spacing: -0.05856rem;
	display: flex;
	align-items: center;
}
.gyzd h1::before{
	width: 0.3125rem;
	height: 3.75rem;
	background: #E30013;
	content:'';
	display:inline-block;
	margin-right:1.25rem;
}
.gyzd ul{
	margin-top:5.0rem;
	display: flex;
	flex-wrap: wrap;
}
.gyzd ul li{
	width:calc(25.31% - 1.25rem);
	margin-right:1.25rem;
	background: #FFF;
	box-shadow: 0 1.25px 2.5px 0 rgba(0, 0, 0, 0.05);
	padding:3.0rem;
	position:relative;
}
.gyzd ul li:nth-child(4n){
	margin-right:0px;
}
.gyzd ul li::before{
	width:5px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background-color:#E30013;
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.gyzd ul li:hover::before{
	opacity:1;
}
.gyzd ul li .pic{
	height:2.5rem;
	overflow:hidden;
}
.gyzd ul li .pic img{
	max-height:2.5rem;
}
.gyzd ul li dl dt{
	margin-top:2.38rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.1875rem; /* 175% */
}
.gyzd ul li dl dd{
	margin-top:1.15rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.gyzd ul li .pic01{
	display:inline-block;
}
.gyzd ul li .pic02{
	display: none;
}
.gyzd ul li:hover .pic01{
	display:none;
}
.gyzd ul li:hover .pic02{
	display:inline-block;
}
.csfw{
	width:100%;
	float:left;
	background: #F9F9F9;
	padding:7.5rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.csfw-l{
	width:57.8%;
	padding:3.75rem;
	background-image:url(../img/cs01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.csfw-l .a01{
	width:48%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.csfw-l .a01 h1{
	color: var(---333, #333);
	font-family:zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8125rem; /* 140.625% */
	margin-bottom:2.5rem;
}
.csfw-l .a01 ul{
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.csfw-l .a01 ul li{
	padding:0.62rem 0;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	width:100%;
	display: flex;
	align-items: center;
}
.csfw-l .a01 ul li::before{
	width: 1.5625rem;
	height: 1.5625rem;
	margin-right:0.94rem;
	background-image:url(../img/Icon.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.csfw-r{
	width:41%;
	padding:3.75rem;
	background: #18181B;
	color: #A1A1AA;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
}
.csfw-r dl dt{
	color: var(--d-7232-c, #D7232C);
	font-family: zt4;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.csfw-r dl dd{
	margin-top:1.25rem;
	color: #FFF;
	font-family:zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8125rem; /* 140.625% */
	margin-bottom:1.88rem;
}
.csfw-r .a01{
	display:flex;
	margin-top:4.81rem;
	border-top: 1.25px solid #3F3F46;
	padding-top:2.5rem;
	display: flex;
	align-items: center;
	color: #71717A;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
}
.csfw-r .a01 img{
	margin-right:1.25rem;
	max-height:3.75rem;
}
.csfw-r .a01 h2{
	color: #FFF;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
}
.wenti{
	width:100%;
	float:left;
	background: #F3F3F3;
	padding:7.5rem 8.33vw;
}
.wttit{
	width:100%;
	float:left;
	text-align:center;
}
.wttit dl dt{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 125% */
}
.wttit dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
}
.subNavBox{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer;
	padding:1.88rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #1A1C1C;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	margin-top:1.25rem;
	border-left: 2.5px solid rgba(0, 0, 0, 0.00);
	background: #FFF;
}
.subNav::after{ 
	width: 0.9375rem;
	height: 0.57813rem;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.currentDd{
}
.currentDd::after{
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:1.88rem; 
	line-height:2.0rem; 
	font-size:0.875rem;
	background-color:#FFF;
	padding-top:0px;
}

.jslx{
	width:100%;
	float:left;
	padding: 6.25rem 8.33vw;
	background: var(--d-7232-c, #D7232C);
	color: rgba(255, 244, 242, 0.80);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}
.jslx h1{
	margin-bottom:1.25rem;
	color: #FFF;
	font-family:zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 125% */
	letter-spacing: -0.07031rem;
}
.jslx .tex{
	margin-top:3.75rem;
	display: flex;
	justify-content: center;
}
.jslx .tex dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
	letter-spacing: 0.10938rem;
	text-transform: uppercase;
}
.jslx .tex dl dd{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.34375rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:0.62rem;
}
.jslx .tex .sx{
	width:1px;
	background: #D4D4D8;
	margin-left:2.5rem;
	margin-right:2.5rem;
}
.zlm{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.zlm ul{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.zlm ul li{
	width:auto;
	margin-left:0.31rem;
	margin-right:0.31rem;
	display: flex;
}
.zlm ul li a{
	padding: 1rem 1.75rem;
	border-radius: 6.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.zlm ul li a:hover{
	background: var(--d-7232-c, #D7232C);
	color: var(---white, #FFF);
}
.zlm ul li a.cur{
	background: var(--d-7232-c, #D7232C);
	color: var(---white, #FFF);
}
.hzlist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.hzlist ul{
	display: flex;
	flex-wrap: wrap;
}
.hzlist ul li{
	width:calc(20.25% - 1.25rem);
	margin-right:1.25rem;
	padding: 2.3125rem 2rem 2.5rem 2rem;
	border-radius: 0.75rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	text-align:center;
	transition: all 0.6s;
	margin-top:1.25rem;
}
.hzlist ul li dl dt{
	overflow:hidden;
}
.hzlist ul li dl dt img{
	max-width:100%;
}
.hzlist ul li dl dd{
	margin-top:2.12rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.hzlist ul li:nth-child(5n){
	margin-right:0px;
}
.hzlist ul li:hover{
	background: var(--d-7232-c, #D7232C);
}
.hzlist ul li:hover dl dd{
	color:#FFF;
}

.newlist{
	width:100%;
	float:left;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
}
.newlist ul li{
	width:calc(25.31% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
}
.newlist ul li:nth-child(4n){
	margin-right:0px;
}
.newlist ul li .innew{
	padding-bottom:1.25rem;
	padding-right:0px;
	border-bottom:0px;
}


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

.newrap{
	width:100%;
	float:left;
	margin-top:8.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding:3.75rem;
}
.newdate{
	width:100%;
	float:left;
	color: rgba(94, 63, 59, 0.60);
	font-family:zt4;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
}
.newdate i{
	margin-right:1.25rem;
	padding: 0.3125rem 0.9375rem;
	border-radius: 0.15625rem;
	background: rgba(227, 0, 19, 0.10);
	color: var(--d-7232-c, #D7232C);
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newtit{
	width:100%;
	float:left;
	margin-top:1.25rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 4.6875rem; /* 187.5% */
	letter-spacing: -0.11719rem;
}
.newsm{
	width:100%;
	float:left;
	margin-top:0.62rem;
	color: var(---666, #666);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.53906rem; /* 203.125% */
}
.newcon{
	width:100%;
	float: left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:64%;
}
.newtex{
	width:100%;
	float:left;
	color: var(---666, #666);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.newtex img{
	width:100%;
	height:auto;
	display:block;
}

.newcon-r{
	width:30%;
}

.lxzj{
	width:100%;
	float:left;
	padding:2.5rem;
	border-radius: 0.3125rem;
	background: #2F3131;
	overflow:hidden;
	position:relative;
	color: #A1A1AA;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.lxzj::before{
	width: 7.8rem;
	height: 8.75rem;
	position:absolute;
	top:0rem;
	right:0rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/wh.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.lxzj p{
	padding-right:2.5rem;
}
.lxzj h1{
	margin-bottom:1.16rem;
	color: #FFF;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1875rem; /* 140% */
}
.lxzj .yyzx{
	display:flex;
	margin-top:2.5rem;
}
.lxzj .yyzx a{
	padding: 0.9375rem 0;
	width:100%;
	border-radius: 0.9375rem;
	background: var(--d-7232-c, #D7232C);
	display:flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: "HarmonyOS Sans SC";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
}
.lxzj .yyzx a::after{
	margin-left:0.62rem;
	width: 0.33725rem;
	height: 0.54688rem;
	background-image:url(../img/yjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.nynew{
	width:100%;
	float:left;
	margin-top:1.58rem;
}
.nynew ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nynew ul li{
	width:100%;
	margin-top:0.62rem;
}
.nynew ul li .innew .tex h2 i{
	background-color:#FFF;
}
.nynew ul li .innew{
	padding-right:0px;
	padding-bottom:1.25rem;
}
.nynew ul li .innew .tex .more a{
	color: var(--d-7232-c, #D7232C);
}
.nynew ul li .innew .tex .more a::after{
	background-image:url(../img/short_up2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.newnext{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	padding: 1.5rem 2.5rem 1.5rem 1.875rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.25rem;
	background: var(---Gray-6, #F2F2F2);
}
.newnext ul li a{
	max-width:80%;
}

.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:38.8%;
}
.lx01-l h1{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8125rem; /* 112.5% */
	display:flex;
	align-items: center;
}
.lx01-l h1::before{
	width: 0.3125rem;
	height: 2.5rem;
	background: var(--d-7232-c, #D7232C);
	margin-right:1.25rem;
	content:'';
	display:inline-block;
}
.lx01-l ul{
	margin-top:0.62rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l ul li{
	width:100%;
	margin-top:1.88rem;
	padding:1.88rem;
	border-radius: 0.3125rem;
	background: #F3F3F3;
	overflow:hidden;
	display:flex;
	align-items: center;
}
.lx01-l ul li img{
	max-width:2.5rem;
}
.lx01-l ul li dl dt{
	color: #71717A;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 156.25% */
	letter-spacing: 0.05469rem;
	text-transform: uppercase;
}
.lx01-l ul li dl dd{
	margin-top:0.31rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.40625rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lx01-l ul li:first-child{
	border-left: 5px solid #E30013;
	background-color:#FFF;
}
.lx01-l ul li:first-child dl dd{
	font-size: 1.875rem;
}
.lx01-l ul li:nth-child(2){
	border-left: 5px solid #D4D4D8;
	background: #FFF;
}
.lx01-l ul li:nth-child(2) dl dd{
	font-size: 1.875rem;
}
.lx01-r{
	width:56.25%;
	border-radius: 0.625rem;
	border: 1.25px solid #F4F4F5;
	background: #FFF;
	padding: 2.5rem;
	color: var(---666, #666);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
}
.lx01-r h2{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8125rem; /* 112.5% */
	margin-bottom:0.62rem;
}
.lx01-r ul{
	margin-top:0.63rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-r ul li{
	width:48.6%;
	margin-top:1.24rem;
}
.lx01-r ul li.w100{
	width:100%;
}
.lx01-r ul li dl dt{
	color: #52525B;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.lx01-r ul li dl dd{
	margin-top:0.5rem;
}
.lxbk{
	width:100%;
	padding:0.88rem 1.25rem;
	background: #F3F3F3;
	border:0px;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.map{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}









.red{
	color: #E30013;
}
.mart10{
	margin-top:10rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart0{
	margin-top:0rem;
}
.mart3{
	margin-top:3.75rem;
}
.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(--d-7232-c, #D7232C);
	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(--d-7232-c, #D7232C); 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 3%;
}


.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(--d-7232-c, #D7232C);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--d-7232-c, #D7232C);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}




.container{
	width: 100%;
	float:left;
	padding:0px 3%;
}


.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.5rem 0.5rem 0.5rem 1.0rem;
	align-items: center;
	border-radius: 6.25rem;
	border: 1px solid var(--d-7232-c, #D7232C);
	background: var(---white, #FFF);
	position:relative;
	overflow:hidden;
	
	color: var(--d-7232-c, #D7232C);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	z-index:5;
	
}

.inmore.ny a{
	border-radius: 6.25rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	background: var(--d-7232-c, #D7232C);
	color: var(---white, #FFF);
}
.inmore.ny a:hover{
	color: var(---333, #333);
}
.inmore.ny a::before{
	background: var(---white, #FFF);
}
.inmore.ny a::after{
	background-image: url(../img/plus2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.ny a:hover::after{
	background-image: url(../img/plus.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--d-7232-c, #D7232C);
	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.5rem;
	content:'';
	background-image: url(../img/plus.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.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%;
}

.container{
	width: 100%;
	float:left;
	padding:0px 3%;
}
.intit{
	width:100%;
	float:left;
	margin-top:4rem;
}
.intit dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit dl dd{
	margin-top:0.5rem;
	color: var(---333, #333);
	font-size:0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.infa{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.infa ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.infa ul li{
	width:50%;
	background: var(---Gray-6, #F2F2F2);
	padding:0.88rem;
	border: 2px solid var(---Gray-6, #F2F2F2);
	border-right: 1px solid var(---white, #FFF);
	margin-bottom:0.5rem;
	position: relative;
    padding-bottom: 20px;
}
.infa ul li h1{
	    margin: 0;
    padding: 0;
}
.infa ul li h1 i{
	padding: 0.35rem 0.5rem;
	border-radius: 3.125rem;
	background: var(---white, #FFF);
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position: absolute;
    top: 5%;
    left: 10px;
    z-index: 99;
    font-style: normal;
}
.infa ul li .pic{
	overflow:hidden;
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
}
.infa ul li .pic img{
	max-width:100%;
}
.infa ul li dl dt{
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.infa ul li dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.infa ul li .jt{
	display:flex;
	justify-content: center;
	margin-top:1.25rem;
	opacity:1;
	transition: all 0.6s;
}
.infa ul li:hover .jt{
	opacity:1;
}
.infa ul li .jt a{
	width: 1.5rem;
	height: 1.5rem;
	background-image:url(../img/plus.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.infa ul li:hover{
	border: 2px solid var(--d-7232-c, #D7232C);
	background: var(---white, #FFF) url(../img/abj01.png) no-repeat center top;
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(172, 23, 23, 0.29);
	background-size:100% auto;
}

.lsfz{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:4rem 3%;
	background-image:url(../img/abj02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.lsfz .a01{
	width:90%;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lsfz .a01 dl dt{
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lsfz .a01 dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.5rem;
}
.lsfz .a01 .inmore{
	margin-top:3.0rem;
}
.lsfz .a01 .inmore a{
	border:0px;
}
.lsfz .a02{
	width:100%;
	margin-top:6.25rem;
}
.lsfz .a02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lsfz .a02 ul li{
	width:50%;
	margin-top:2.0rem;
}
.lsfz .a02 ul li dl dt{
	color: var(---white, #FFF);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.lsfz .a02 ul li dl dt i{
	font-size: 1.5rem;
}
.lsfz .a02 ul li dl dd{
	display: flex;
	align-items:center;
	color: var(---white, #FFF);
	text-align: justify;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.lsfz .a02 ul li dl dd::before{
	width: 1.15rem;
	height: 1.15rem;
	margin-right:0.31rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.jszc{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:4rem;
	position:relative;
}
.jszc-l{
	width:34%;
}
.jszc-l dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.jszc-l dl dd{
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.0rem;
}
.jszc-l ul{
	margin-top:4.31rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.jszc-l ul li{
	width:100%;
	padding: 0.5rem 0.45rem;
	display: flex;
	align-items:center;
	background: var(---Gray-6, #F2F2F2);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	margin-top:0.44rem;
	color: var(---333, #333);
	font-family:zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	cursor:pointer;
}
.jszc-l ul li img{
	max-width:1.0rem;
	margin-right:0.25rem;
}
.jszc-l ul li .pic01{
	display:inline-block;
}
.jszc-l ul li .pic02{
	display: none;
}
.jszc-l ul li:hover{
	background: linear-gradient(90deg, #D7232C 0%, rgba(215, 35, 44, 0.10) 100%);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
}
.jszc-l ul li:hover .pic01{
	display:none;
}
.jszc-l ul li:hover .pic02{
	display:inline-block;
}

.jszc-l ul li.cur{
	background: linear-gradient(90deg, #D7232C 0%, rgba(215, 35, 44, 0.10) 100%);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
}
.jszc-l ul li.cur .pic01{
	display:none;
}
.jszc-l ul li.cur .pic02{
	display:inline-block;
}


.jszc-r{
	width:64.7%;
	position:relative;
}
.jszc-r .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;
}
.jszc-r2{
	width:64.7%;
	position:relative;
}
.innew{
	width:100%;
	padding-bottom:3.3rem;
	border-bottom:1px solid #E0E0E0;
	padding-right:1.25rem;
}
.innew .pic{
	overflow:hidden;
	position:relative;
}
.innew .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew:hover .pic img{
	transform: scale(1.05);
}
.innew .pic .a1{
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	padding: 0.5rem 1.0rem 0.5rem 1.0rem;
	color: var(---white, #FFF);
	font-size: 0.55531rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	background: linear-gradient(90deg, #D7232C 0%, rgba(215, 35, 44, 0.00) 100%);
}
.innew .pic .a1 h1{
	margin-top:0.23rem;
	color: var(---white, #FFF);
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.innew .tex{
	margin-top:1.87rem;
}
.innew .tex h2{
	display:flex;
}
.innew .tex h2 i{
	display: flex;
	padding: 0.375rem 0.75rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew .tex dl dt{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innew .tex dl dd{
	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.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}
.innew .tex .more{
	margin-top:1.87rem;
	display:flex;
}
.innew .tex .more a{
	display: flex;
	align-items: center;
	color: var(---999, #999);
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 0.75rem */
	text-transform: capitalize;
}
.innew .tex .more a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:0.94rem;
	content:'';
	display:inline-block;
	background-image:url(../img/short_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innew:hover .tex .more a::after{
	background-image:url(../img/short_up2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innew:hover{
	border-bottom:1px solid #D7232C;
}
.innew:hover .tex .more a{
	color: var(--d-7232-c, #D7232C);
}

.foot{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	margin-top:4rem;
	padding:3.25rem 0;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:1.5rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.foot01 .dblogo{
	width:100%;
	overflow:hidden;
	display:flex;
}
.foot01 .dblogo img{
	max-width:49%;
	height:auto;
}
.foot01 .a01{
	width:100%;
	margin-top:2.0rem;
	color: var(--d-7232-c, #D7232C);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot01 .a01 i{
	font-size: 1.5rem;
}
.foot02{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02-l{
	width:72.8%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot02-l dl dt{
	padding-bottom:0.88rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02-l dl dd{
	margin-top:1.06rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02-l dl dd a{
	color: var(---666, #666);
}
.foot02-r{
	width:100%;
	text-align:center;
}
.foot02-r dl dt{
	overflow:hidden;
}
.foot02-r dl dt img{
	max-width:40%;
}
.foot02-r dl dd{
	margin-top:0.88rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot03{
	width:100%;
	float:left;
	padding:1.38rem 3%;
	background: #FAFAFA;
	color: var(---999, #999);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.fh{
	width:2.75rem;
	position:fixed;
	right:1.0rem;
	bottom:5rem;
	z-index:99;
}
.fh a{
	display:flex;
}
.fh img{
	max-width:100%;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	align-items: center;
	padding:0 3%;
}
.nybanner .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nybanner .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cptj{
	width:100%;
	float:left;
	margin-top:3.25rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.cptj .pic{
	width:100%;
	position:relative;
	overflow:hidden;
}
.cptj .pic i{
	padding: 0.3125rem 1.25rem;
	width:auto;
	position: absolute;
	left: 1.875rem;
	top: 1.875rem;
	z-index:2;
	border-radius: 0.9375rem;
	background: var(--d-7232-c, #D7232C);
	color: #FFF;
	font-family:zt4;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.cptj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.cptj .pic:hover img{
	transform: scale(1.05);
}
.cptj .tex{
	width:100%;
	padding:2.0rem 1.75rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.cptj .tex dl dt{
	color: #1A1C1C;
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 120% */
}
.cptj .tex dl dd{
	margin-top:1.0rem;
	display:flex;
	margin-bottom:1.13rem;
}
.cptj .tex dl dd i{
	padding: 0.3125rem 0.6375rem;
	border-radius: 0.15625rem;
	border: 1.25px solid #E4E4E7;
	background: #FFF;
	margin-right:0.31rem;
	color: #52525B;
	font-family: zt4;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cptj .tex dl dd i:hover{
	border: 1.25px solid rgba(181, 0, 12, 0.10);
	background: #FFF;
	color: var(--d-7232-c, #D7232C);
}
.cptj .tex ul{
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cptj .tex ul li{
	width:48.6%;
	display: flex;
	align-items: center;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.09375rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cptj .tex ul li img{
	margin-right:0.44rem;
	max-height:1.56rem;
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:100%;
	border-radius: 0.625rem;
	background: #F3F3F3;
	overflow:hidden;
	margin-top:1.75rem;
}
.prolist ul li .pic{
	overflow:hidden;
}
.prolist ul li .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	padding:2.0rem 1rem;
}
.prolist ul li .tex h1{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.5rem; /* 133.333% */
}
.prolist ul li .tex dl dt{
	margin-top:1.0rem;
	padding-bottom:1.0rem;
	color: var(---666, #666);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 162.5% */
}
.prolist ul li .tex dl dd{
	margin-top:0.44rem;
	padding: 0.54rem;
	border-radius: 0.15625rem;
	background: #FFF;
	display: flex;
	align-items: center;
	font-size:1rem;
}
.prolist ul li .tex dl dd::before{
	margin-right:0.44rem;
	width: 1.0rem;
	height: 1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Icon.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.prolist ul li .tex .sm{
	margin-top:1.5rem;
	border-top: 1.25px solid #E4E4E7;
	display:flex;
	align-items: center;
	padding-top:1.0rem;
	color: var(--d-7232-c, #D7232C);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
}

.show01{
	width:100%;
	float: left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show01-l{
	width:100%;
}
.show01-l h1{
	display:flex;
}
.show01-l h1 i{
	padding: 0.35rem 0.75rem;
	border-left: 2px solid #E30013;
	background: rgba(227, 0, 19, 0.10);
	color: #E30013;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem; /* 155.556% */
	letter-spacing: 0.1125rem;
	text-transform: uppercase;
}
.show01-l dl dt{
	margin-top:1.62rem;
	color: #1A1C1C;
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.1125rem;
	padding-bottom:0.63rem;
}
.show01-l dl dd{
	margin-top:0.62rem;
	display:flex;
	align-items: center;
	color: #3F3F46;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.show01-l dl dd i{
	padding: 0.25rem 0.75rem;
	border-radius: 6.25rem;
	background: var(---Gray-6, #F2F2F2);
	margin-right:0.75rem;
}
.show01-l .sm{
	margin-top:2.0rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.show01-l .inmore{
	margin-top:2.0rem;
}
.show01-l .inmore a{
	margin-right:1.0rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
}
.show01-l .inmore a:hover{
	color:#FFF;
}
.show01-l .inmore a.cur{
	color:#FFF;
}
.show01-r{
	width:100%;
	margin-top:3.0rem;
}
.show02{
	width:100%;
	float:left;
	margin-top:4rem;
	background: #F3F3F3;
	padding: 2rem 1.0rem;
}
.show02 h1{
	display:flex;
	align-items: center;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.25rem; /* 90% */
	letter-spacing: -0.04688rem;
	text-transform: uppercase;
}
.show02 h1::before{
	width: 0.25rem;
	height: 1.5rem;
	margin-right:1.0rem;
	background: #E30013;
	content:'';
	display:inline-block;
}
.show02 ul{
	margin-top:1.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.show02 ul li{
	width:48%;
	background: #FFF;
	padding: 2rem 1.5rem;
	margin-top:1.0rem;
}
.show02 ul li:nth-child(4n){
	margin-right:0px;
}
.show02 ul li .pic{
	overflow:hidden;
}
.show02 ul li .pic img{
	max-height:1.48rem;
}
.show02 ul li dl dt{
	margin-top:2.34rem;
	color: var(---999, #999);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5rem; /* 150% */
}
.show02 ul li dl dd{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lc{
	width:100%;
	float:left;
	margin-top:4rem;
	background: #09090B;
	padding:4rem 3%;
}
.lc h1{
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.1125rem;
	text-transform: uppercase;
}
.lc .wb{
	margin-top:1.0rem;
	color: #71717A;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
}
.lc ul{
	margin-top:2.0rem;
	display: flex;
	flex-wrap: wrap;
}
.lc ul li{
	width:49%;
	margin-right:2%;
	position:relative;
	padding:1rem 0.5rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	transition: all 0.6s;
	margin-top:0.5rem;
}
.lc ul li:nth-child(2n){
	margin-right:0%;
	}
.lc ul li .num{
	width:auto;
	position:absolute;
	right:1.0rem;
	top:1.0rem;
	z-index:2;
	color: rgba(255, 255, 255, 0.10);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2rem; /* 100% */
}
.lc ul li:hover{
	background: var(--d-7232-c, #D7232C);
}
.lc ul li:nth-child(6n){
	margin-right:0px;
}
.lc ul li .pic{
	overflow:hidden;
	height:1.5rem;
	display:flex;
	align-items: center;
}
.lc ul li .pic img{
	max-height:1.5rem;
}
.lc ul li dl dt{
	margin-top:1.91rem;
	color: #FFF;
	font-family:zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 140% */
	text-transform: uppercase;
}
.lc ul li dl dd{
	margin-top:0.34rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42188rem; /* 162.5% */
}

.inwrap{
	width:100%;
	float:left;
	background: #F3F3F3;
	padding:4rem 0;
}
.syxz{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.syxz-l{
	width:100%;
}
.syxz-l h1{
	padding-bottom:1.0rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 125% */
}
.syxz-l dl dt{
	margin-top:0.62rem;
	padding: 0.9375rem 1.25rem;
	display:flex;
	align-items: center;
	color: #1A1C1C;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
}
.syxz-l dl dt i{
	margin-right:1.0rem;
	width:2.25rem;
	height:2.25rem;
	min-width:2.25rem;
	border-radius: 0.3125rem;
	background: var(---Gray-6, #F2F2F2);
	box-shadow: 0 1.25px 2.5px 0 rgba(0, 0, 0, 0.05);
	display:flex;
	align-items: center;
	justify-content: center;
	color: var(--d-7232-c, #D7232C);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.1875rem; /* 218.75% */
}
.syxz-l dl dd{
	margin-top:2.44rem;
	color: #1A1C1C;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.syxz-r{
	width:100%;
	padding: 2rem 1rem;
	border-radius: 0.625rem;
	background: #2F3131;
	position:relative;
	margin-top:3.0rem;
}
.syxz-r::before{
	width: 9.16669rem;
	height: 7.91669rem;
	position:absolute;
	right:0rem;
	top:0rem;
	z-index:2;
	content:'';
	display:inline-block;
	background-image:url(../img/zy.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.syxz-r dl dt{
	color: var(--d-7232-c, #D7232C);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.5rem; /* 133.333% */
}
.syxz-r dl dd{
	margin-top:1.0rem;
	display:flex;
	align-items: center;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	border-left: 2px solid #E30013;
}
.syxz-r dl dd img{
	max-height:1.2rem;
	margin-left:1.0rem;
	margin-right:1.0rem;
}
.syxz-r .tex{
	margin-top:1.75rem;
	padding: 1.5rem 1rem;
	border-radius: 0.3125rem;
	border: 1.25px solid rgba(255, 255, 255, 0.10);
	background: rgba(255, 255, 255, 0.05);
	color: #A1A1AA;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
}

.fadz{
	width:100%;
	float:left;
	padding:3.25rem 3%;
	background: var(--d-7232-c, #D7232C);
	color: rgba(255, 244, 242, 0.80);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fadz h1{
	margin-bottom:0.5rem;
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 125% */
	letter-spacing: -0.07031rem;
}
.fadz .inmore{
	margin-top:2.5rem;
	justify-content: center;
}
.fadz .inmore a{
	margin-left:0.25rem;
	margin-right:0.25rem;
}

.nab{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab-l{
	width:100%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.nab-l dl dt{
	color: #1A1C1C;
	font-family:zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 93.75% */
	letter-spacing: -0.05856rem;
	text-transform: uppercase;
	display:flex;
	align-items: center;
}
.nab-l dl dt::before{
	width: 0.3125rem;
	height: 1.5rem;
	margin-right:1.25rem;
	content:'';
	display:inline-block;
	background: #E30013;
}
.nab-l dl dd{
	margin-top:1.5rem;
	color: var(--d-7232-c, #D7232C);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.05856rem;
	text-transform: uppercase;
	margin-bottom:1.5rem;
}
.nab-r{
	width:100%;
	position:relative;
	margin-top:2.0rem;
}
.nab-r img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}
.nab-r .tex{
	width:auto;
	padding: 1.5rem;
	position: absolute;
	left: -1.5rem;
	bottom: 2.0rem;
	z-index:2;
	background: #E30013;
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(172, 23, 23, 0.29);
}
.nab-r .tex dl dt{
	color: #FFF;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 133.333% */
}
.nab-r .tex dl dd{
	margin-top:0.62rem;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	letter-spacing: 0.10938rem;
	text-transform: uppercase;
}
.nabnum{
	width:100%;
	float:left;
	margin-top:2.25rem;
}
.nabnum ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nabnum ul li{
	width:48%;
	padding: 2.75rem 1.5rem;
	background: #F3F3F3;
	margin-top:1rem;
}
.nabnum ul li:nth-child(4n){
	margin-right:0px;
}
.nabnum ul li dl dt{
	color: var(--d-7232-c, #D7232C);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 78.125% */
}
.nabnum ul li dl dd{
	margin-top:0.27rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 156.25% */
	text-transform: uppercase;
}

.abtit{
	width:100%;
	float:left;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 125% */
	letter-spacing: -0.07031rem;
	position:relative;
	padding-bottom:1.25rem;
}
.abtit::before{
	width: 2rem;
	height: 0.3125rem;
	background: #E30013;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.cxzc{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.cxzc::before{
	width:100%;
	height: 0.07813rem;
	background: rgba(94, 63, 59, 0.20);
	position: absolute;
	top: 0.9rem;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.swiper{
	width: 100%;
	float:left;
}
.swiper-slide{
	display: flex;
	justify-content: center;
	align-items: center;
}
.zc01{
	width:100%;
}
.zc01 .pic{
	display: flex;
	justify-content: center;
}
.zc01 .pic i{
	width:2.0rem;
	height:2.0rem;
	background-color:#E30013;
	border:5px solid #F3F3F3;
	border-radius:50%;
}
.zc01 .tex{
	margin-top:1.5rem;
	padding: 2.5rem;
	background: #FFF;
	text-align:center;
	min-height:15.6rem;
}
.zc01 .tex dl dt{
	color: #1A1C1C;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.5rem; /* 133.333% */
}
.zc01 .tex dl dd{
	margin-top:1.88rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}

.abtit2{
	width:100%;
	float:left;
	margin-top:4rem;
	text-align: center;
}
.abtit2 dl dt{
	color: var(--d-7232-c, #D7232C);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	letter-spacing: 0.125rem;
	text-transform: uppercase;
}
.abtit2 dl dd{
	margin-top:0rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 125% */
}
.kxjz{
	width:100%;
	float:left;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kxjz-l{
	width:100%;
}
.kxjz-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	grid-row: 1 / span 1;
	grid-column: 1 / span 1;
}
.kxjz-l ul li{
	padding: 3.125rem 3.125rem 3.8rem 3.125rem;
	width:100%;
	background: #F3F3F3;
	margin-top:1.0rem;
}
.kxjz-l ul li .pic{
	overflow:hidden;
}
.kxjz-l ul li .pic img{
	max-width:2.6rem;
}
.kxjz-l ul li dl dt{
	margin-top:1.21rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.5rem; /* 166.667% */
}
.kxjz-l ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
}
.kxjz-l ul li.a01{
	display: flex;
	justify-content: center;
	align-items: center;
}
.kxjz-l ul li.a01 dl dt{
	color: var(--d-7232-c, #D7232C);
	text-align: center;
	font-size: 3.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.75rem; /* 100% */
}
.kxjz-l ul li.a01 dl dd{
	margin-top:0.59rem;
	color: var(---666, #666);
	text-align: center;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.kxjz-m{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:1.0rem;
}
.kxjz-m img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.kxjz-m:hover img{
	transform: scale(1.05);
}
.kxjz-m .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	padding:2.75rem 2.13rem;
}
.kxjz-m .tex .pic{
	overflow:hidden;
}
.kxjz-m .tex .pic img{
	max-width:2.75rem;
	height:auto;
}
.kxjz-m .tex dl dt{
	margin-top:1.88rem;
	color: #FFF;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.92969rem; /* 146.484% */
}
.kxjz-m .tex dl dd{
	margin-top:0.62rem;
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.abtit3{
	width:100%;
	float:left;
	margin-top:4.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.abtit3 dl dt{
	color: var(--d-7232-c, #D7232C);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	letter-spacing: 0.125rem;
	text-transform: uppercase;
	display: flex;
	align-items: center;
}
.abtit3 dl dt::before{
	width: 2.5rem;
	height: 0.07813rem;
	background: var(--d-7232-c, #D7232C);
	content:'';
	display:inline-block;
	margin-right:1.25rem;
}
.abtit3 dl dd{
	margin-top:1.0rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 125% */
}
.abtit3 .sm{
	width:100%;
	color: var(---666, #666);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	margin-top:1.0rem;
}

.honr{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.honr ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.honr ul li{
	width:48%;
	padding: 2.60156rem 1.5rem;
	border: 3px solid #EEE;
	background: #F9F9F9;
	text-align:center;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.honr ul li .pic{
	overflow: hidden;
}
.honr ul li .pic img{
	max-width:2.75rem;
}
.honr ul li dl dt{
	color: #1A1C1C;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1875rem; /* 155.556% */
}
.honr ul li dl dd{
	margin-top:0.62rem;
	color: #1A1C1C;
	font-size: 0.78125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 150% */
	letter-spacing: 0.07813rem;
	text-transform: uppercase;
}
.honr ul li:nth-child(4n){
	margin-right:0px;
}
.honr ul li:hover{
	background: var(--d-7232-c, #D7232C);
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(172, 23, 23, 0.29);
	border: 5px solid var(--d-7232-c, #D7232C);
}
.honr ul li:hover dl dt{
	color:#FFF;
}
.honr ul li:hover dl dd{
	color:#FFF;
}
.honr ul li .pic01{
	display:inline-block;
}
.honr ul li .pic02{
	display: none;
}
.honr ul li:hover .pic01{
	display:none;
}
.honr ul li:hover .pic02{
	display:inline-block;
}
.allist{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.allist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.25rem;
}
.allist ul li .tex{
	width:100%;
}
.allist ul li .tex dl dt{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.allist ul li .tex dl dt::before{
	width:100%;
	height: 0.07813rem;
	background: #E2E2E2;
	position:absolute;
	left:0;
	top:1.45rem;
	z-index:-1;
	content:'';
	display:inline-block;
}
.allist ul li .tex dl dt i{
	color: var(--d-7232-c, #D7232C);
	font-size: 1.8125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 3.125rem; /* 111.111% */
	padding-right:1.25rem;
	background-color:#FFF;
}
.allist ul li .tex dl dt em{
	color: var(--d-7232-c, #D7232C);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
	padding-left:1.25rem;
	background-color:#FFF;
}
.allist ul li .tex dl dd{
	margin-top:1.5rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 140.625% */
}
.allist ul li .tex .a01{
	margin-top:1.12rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allist ul li .tex .a01 div{
	width:49.5%;
	padding:1.5rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.allist ul li .tex .a01 div h1{
	color: var(--d-7232-c, #D7232C);
	font-family:zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 142.857% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
	margin-bottom:1.0rem;
}
.allist ul li .tex .inmore{
	margin-top:2rem;
}
.allist ul li .pic{
	width:100%;
	position:relative;
	margin-top:3.0rem;
}
.allist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
	border-radius: 0.625rem;
}
.allist ul li .pic:hover img{
	transform: scale(1.05);
}
.allist ul li .pic .wb{
	width: 11.625rem;
	position: absolute;
	right:-1.5rem;
	bottom:2.0rem;
	z-index:2;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 25px 31.25px -6.25px rgba(0, 0, 0, 0.10), 0 10px 12.5px -7.5px rgba(0, 0, 0, 0.10);
	padding:1.5rem;
}
.allist ul li .pic .wb dl dt{
	color: #A1A1AA;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 133.929% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.allist ul li .pic .wb dl dd{
	color: #1A1C1C;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
}

.alshow{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(--d-7232-c, #D7232C);
	padding: 2.375rem 3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.alshow-l{
	width:100%;
	color: var(---white, #FFF);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.alshow-l h1{
	margin-bottom:0.62rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.alshow-l .bq{
	display:flex;
	align-items: center;
	margin-top:1.31rem;
}
.alshow-l .bq i{
	margin-right:0.62rem;
	padding: 0.3125rem 0.4375rem;
	border-radius: 0.15625rem;
	background: var(--30, rgba(255, 255, 255, 0.30));
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.alshow .inmore{
	margin-top:2.0rem;
}
.alshow2{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.alshow2-l{
	width:100%;
	color: #71717A;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.alshow2-l dl dt{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 125% */
	letter-spacing: -0.07031rem;
}
.alshow2-l dl dd{
	display:flex;
	margin-bottom:2.0rem;
	margin-top:1.0rem;
}
.alshow2-l dl dd i{
	padding: 0.3125rem 1.25rem;
	background: #E30013;
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 133.333% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.alshow2-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.25rem;
}
.alshow2-l ul li{
	width:49%;
	background: var(---Gray-6, #F2F2F2);
	padding:2.0rem 1.5rem;
	border-left: 5px solid var(---Gray-6, #F2F2F2);
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.alshow2-l ul li h2{
	margin-bottom:1.25rem;
	color: var(--d-7232-c, #D7232C);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.25rem; /* 142.857% */
	text-transform: uppercase;
}
.alshow2-r{
	width:100%;
	position:relative;
	margin-top:2.0rem;
}
.alshow2-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
	border-radius: 0.625rem;
}
.alshow2-r:hover img{
	transform: scale(1.05);
}
.alshow2-r .wb{
	width: 13.875rem;
	position: absolute;
	right:-1.5rem;
	bottom:2.0rem;
	z-index:2;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 25px 31.25px -6.25px rgba(0, 0, 0, 0.10), 0 10px 12.5px -7.5px rgba(0, 0, 0, 0.10);
	padding:1.5rem;
}
.alshow2-r .wb dl dt{
	color: #A1A1AA;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.17188rem; /* 133.929% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.alshow2-r .wb dl dd{
	color: #1A1C1C;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 214.286% */
	margin-top:0.31rem;
}

.jstd{
	width:100%;
	float:left;
}
.jstd h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.1875rem;
	text-transform: uppercase;
}
.jstd ul{
	margin-top:1.5rem;
	display: flex;
	flex-wrap: wrap;
}
.jstd ul li{
	width:calc(33.33% - 0.5rem);
	margin-top:0.5rem;
	margin-right:0.5rem;
	padding: 2.5rem 1.5rem;
	border: 1.25px solid var(---white, #FFF);
	background: var(---white, #FFF);
	transition: all 0.6s;
	text-align:center;
}
.jstd ul li:nth-child(6n){
	margin-right:0px;
}
.jstd ul li dl dt{
	color: var(---Gray-5, #E0E0E0);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.875rem; /* 62.5% */
}
.jstd ul li dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 156.25% */
}
.jstd ul li:hover{
	background: var(--d-7232-c, #D7232C);
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(172, 23, 23, 0.29);
}
.jstd ul li:hover dl dt{
	color: var(--30, rgba(255, 255, 255, 0.30));
}
.jstd ul li:hover dl dd{
	color:#FFF;
}

.gylc{
	width:100%;
	float:left;
	margin-top:4rem;
}
.gylc h1{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 125% */
	letter-spacing: -0.07031rem;
}
.gylc ul{

	margin-top:1.75rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gylc ul li{
	width:48%;
	margin-top:1.0rem;
	padding:2.0rem 1.5rem;
	border: 1.25px solid #F4F4F5;
	background: #F9F9F9;
	position:relative;
}
.gylc ul li:nth-child(4n){
	margin-right:0px;
}
.gylc ul li::before{
	width:3px;
	height:100%;
	background-color:var(--d-7232-c, #D7232C);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.gylc ul li:hover::before{
	opacity:1;
}
.gylc ul li .num{
	width:auto;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
	color: #F4F4F5;
	font-family: zt4;
	font-size: 3.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 100% */
}
.gylc ul li .pic{
	overflow:hidden;
	height:2.3rem;
}
.gylc ul li .pic img{
	max-height:1.8rem;
}
.gylc ul li dl dt{
	margin-top:1.0rem;
	color: #1A1C1C;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1875rem; /* 140% */
}
.gylc ul li dl dd{
	margin-top:1.0rem;
	color: #71717A;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.alshow3{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.alshow3-l{
	width:100%;
	padding:2rem 1rem;
	background: #F9F9F9;
}
.alshow3-l h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.alshow3-l ul{
	margin-top:0.62rem;
	display: flex;
	flex-wrap: wrap;
}
.alshow3-l ul li{
	width:100%;
	padding:1.0rem 0;
	border-bottom: 1.25px solid #F4F4F5;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.alshow3-l ul li .a01{
	width:auto;
	color: #71717A;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	text-transform: uppercase;
}
.alshow3-l ul li .a02{
	width:auto;
	display:flex;
	align-items: center;
	color: #A1A1AA;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
}
.alshow3-l ul li .a02 i{
	color: #18181B;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.8125rem; /* 187.5% */
}
.alshow3-l dl{
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.alshow3-l dl dd{
	width:48%;
	padding:1.0rem 0;
	color: #3F3F46;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 142.857% */
	display:flex;
}
.alshow3-l dl dd::before{
	margin-right:0.62rem;
	width: 1.0rem;
	height: 0.6rem;
	background-image:url(../img/xtb.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.alshow3-r{
	width:100%;
	padding:2rem 1rem;
	background: var(--d-7232-c, #D7232C);
	color: #FFF;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 203.125% */
}
.alshow3-r h1{
	margin-bottom:1.0rem;
	color: #FFF;
	font-family: zt4;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.alshow4{
	width:100%;
	float:left;
	margin-top:1.75rem;
	padding: 2rem 1rem;
	background: #09090B;
	color: #FFF;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.alshow4 h1{
	margin-bottom:1.25rem;
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.njs{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.njs-l{
	width:100%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.njs-l dl dt{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.14063rem;
}
.njs-l dl dd{
	margin-top:1.5rem;
	margin-bottom:1.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.njs-r{
	width:100%;
	margin-top:2.0rem;
}
.njs-r img{
	width:100%;
	height:auto;
	display:block;
}
.gyzd{
	width:100%;
	float:left;
	margin-top:2.5rem;
	padding:2.5rem 3%;
	background: #F3F3F3;
}
.gyzd h1{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.8125rem; /* 112.5% */
	letter-spacing: -0.05856rem;
	display: flex;
	align-items: center;
}
.gyzd h1::before{
	width: 0.3125rem;
	height: 2.0rem;
	background: #E30013;
	content:'';
	display:inline-block;
	margin-right:1.25rem;
}
.gyzd ul{
	margin-top:1.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.gyzd ul li{
	width:48%;
	margin-top:1.0rem;
	background: #FFF;
	box-shadow: 0 1.25px 2.5px 0 rgba(0, 0, 0, 0.05);
	padding:2.0rem;
	position:relative;
}
.gyzd ul li:nth-child(4n){
	margin-right:0px;
}
.gyzd ul li::before{
	width:3px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background-color:#E30013;
	content:'';
	display:inline-block;
	opacity:0;
	transition: all 0.6s;
}
.gyzd ul li:hover::before{
	opacity:1;
}
.gyzd ul li .pic{
	height:2.0rem;
	overflow:hidden;
}
.gyzd ul li .pic img{
	max-height:2.0rem;
}
.gyzd ul li dl dt{
	margin-top:1.38rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.1875rem; /* 175% */
}
.gyzd ul li dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.gyzd ul li .pic01{
	display:inline-block;
}
.gyzd ul li .pic02{
	display: none;
}
.gyzd ul li:hover .pic01{
	display:none;
}
.gyzd ul li:hover .pic02{
	display:inline-block;
}
.csfw{
	width:100%;
	float:left;
	background: #F9F9F9;
	padding:2.5rem 3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.csfw-l{
	width:100%;
	padding:2.5rem;
	background-image:url(../img/cs01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.csfw-l .a01{
	width:80%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.csfw-l .a01 h1{
	color: var(---333, #333);
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 140.625% */
	margin-bottom:1.0rem;
}
.csfw-l .a01 ul{
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.csfw-l .a01 ul li{
	padding:0.31rem 0;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	width:100%;
	display: flex;
	align-items: center;
}
.csfw-l .a01 ul li::before{
	width: 1.0rem;
	height: 1.0rem;
	margin-right:0.44rem;
	background-image:url(../img/Icon.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.csfw-r{
	width:100%;
	padding:2.5rem;
	background: #18181B;
	color: #A1A1AA;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 187.5% */
	margin-top:1.0rem;
}
.csfw-r dl dt{
	color: var(--d-7232-c, #D7232C);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.csfw-r dl dd{
	margin-top:1.0rem;
	color: #FFF;
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 140.625% */
	margin-bottom:1.88rem;
}
.csfw-r .a01{
	display:flex;
	margin-top:2.81rem;
	border-top: 1.25px solid #3F3F46;
	padding-top:1.5rem;
	display: flex;
	align-items: center;
	color: #71717A;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
}
.csfw-r .a01 img{
	margin-right:1.0rem;
	max-height:2.75rem;
}
.csfw-r .a01 h2{
	color: #FFF;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
}
.wenti{
	width:100%;
	float:left;
	background: #F3F3F3;
	padding:2.5rem 3%;
}
.wttit{
	width:100%;
	float:left;
	text-align:center;
}
.wttit dl dt{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 125% */
}
.wttit dl dd{
	margin-top:0.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 187.5% */
}
.subNavBox{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer;
	padding:1.0rem 1.25rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #1A1C1C;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	margin-top:1.0rem;
	border-left: 2.5px solid rgba(0, 0, 0, 0.00);
	background: #FFF;
}
.subNav::after{ 
	width: 0.9375rem;
	height: 0.57813rem;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.currentDd{
}
.currentDd::after{
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:1.25rem; 
	line-height:150%; 
	font-size:0.875rem;
	background-color:#FFF;
	padding-top:0px;
}

.jslx{
	width:100%;
	float:left;
	padding: 3.25rem 3%;
	background: var(--d-7232-c, #D7232C);
	color: rgba(255, 244, 242, 0.80);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-align:center;
}
.jslx h1{
	margin-bottom:0.5rem;
	color: #FFF;
	font-family:zt4;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height:150%; /* 125% */
	letter-spacing: -0.07031rem;
}
.jslx .tex{
	margin-top:2.0rem;
	display: flex;
	justify-content: center;
}
.jslx .tex dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 142.857% */
	text-transform: uppercase;
}
.jslx .tex dl dd{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-top:0.62rem;
}
.jslx .tex .sx{
	width:1px;
	background: #D4D4D8;
	margin-left:1.5rem;
	margin-right:1.5rem;
}
.zlm{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.zlm ul{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.zlm ul li{
	width:auto;
	margin-left:0.21rem;
	margin-right:0.21rem;
	margin-top:0.42rem;
	display: flex;
}
.zlm ul li a{
	padding: 0.5rem 0.75rem;
	border-radius: 6.25rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---black, #000);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.zlm ul li a:hover{
	background: var(--d-7232-c, #D7232C);
	color: var(---white, #FFF);
}
.zlm ul li a.cur{
	background: var(--d-7232-c, #D7232C);
	color: var(---white, #FFF);
}
.hzlist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.hzlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hzlist ul li{
	width:48%;
	padding: 1.3125rem 1rem 1.5rem 1rem;
	border-radius: 0.75rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	text-align:center;
	transition: all 0.6s;
	margin-top:1rem;
}
.hzlist ul li dl dt{
	overflow:hidden;
}
.hzlist ul li dl dt img{
	max-width:100%;
}
.hzlist ul li dl dd{
	margin-top:1.12rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.hzlist ul li:nth-child(3n){
	margin-right:0px;
}
.hzlist ul li:hover{
	background: var(--d-7232-c, #D7232C);
}
.hzlist ul li:hover dl dd{
	color:#FFF;
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newlist ul li{
	width:48%;
	margin-top:1.5rem;
}
.newlist ul li:nth-child(4n){
	margin-right:0px;
}
.newlist ul li .innew{
	padding-bottom:1.25rem;
	padding-right:0px;
	border-bottom:0px;
}


.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;
}
.fy ul li a b{
	font-family:'宋体';
}
.fy ul li a:hover{
	border: 1px solid var(--d-7232-c, #D7232C);
	background: var(--d-7232-c, #D7232C);
	color:#FFF;
}
.fy ul li .cur{
	border: 1px solid var(--d-7232-c, #D7232C);
	background: var(--d-7232-c, #D7232C);
	color:#FFF;
}

.newrap{
	width:100%;
	float:left;
	margin-top:8.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding:1rem;
}
.newdate{
	width:100%;
	float:left;
	color: rgba(94, 63, 59, 0.60);
	font-family:zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
}
.newdate i{
	margin-right:1.0rem;
	padding: 0.3125rem 0.9375rem;
	border-radius: 0.15625rem;
	background: rgba(227, 0, 19, 0.10);
	color: var(--d-7232-c, #D7232C);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.newtit{
	width:100%;
	float:left;
	margin-top:1.0rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 187.5% */
	letter-spacing: 0rem;
}
.newsm{
	width:100%;
	float:left;
	margin-top:0.62rem;
	color: var(---666, #666);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 203.125% */
}
.newcon{
	width:100%;
	float: left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
}
.newtex{
	width:100%;
	float:left;
	color: var(---666, #666);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.newtex img{
	width:100%;
	height:auto;
	display:block;
}

.newcon-r{
	width:30%;
	display:none;
}

.lxzj{
	width:100%;
	float:left;
	padding:2.5rem;
	border-radius: 0.3125rem;
	background: #2F3131;
	overflow:hidden;
	position:relative;
	color: #A1A1AA;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.lxzj::before{
	width: 7.8rem;
	height: 8.75rem;
	position:absolute;
	top:0rem;
	right:0rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/wh.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.lxzj p{
	padding-right:2.5rem;
}
.lxzj h1{
	margin-bottom:1.16rem;
	color: #FFF;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.1875rem; /* 140% */
}
.lxzj .yyzx{
	display:flex;
	margin-top:2.5rem;
}
.lxzj .yyzx a{
	padding: 0.9375rem 0;
	width:100%;
	border-radius: 0.9375rem;
	background: var(--d-7232-c, #D7232C);
	display:flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: "HarmonyOS Sans SC";
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
}
.lxzj .yyzx a::after{
	margin-left:0.62rem;
	width: 0.33725rem;
	height: 0.54688rem;
	background-image:url(../img/yjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.nynew{
	width:100%;
	float:left;
	margin-top:1.58rem;
}
.nynew ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nynew ul li{
	width:100%;
	margin-top:0.62rem;
}
.nynew ul li .innew .tex h2 i{
	background-color:#FFF;
}
.nynew ul li .innew{
	padding-right:0px;
	padding-bottom:1.25rem;
}
.nynew ul li .innew .tex .more a{
	color: var(--d-7232-c, #D7232C);
}
.nynew ul li .innew .tex .more a::after{
	background-image:url(../img/short_up2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.newnext{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	padding: 1.0rem 1.5rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:1.0rem;
	background: var(---Gray-6, #F2F2F2);
}
.newnext ul li a{
	max-width:80%;
}

.lx01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l{
	width:100%;
}
.lx01-l h1{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 112.5% */
	display:flex;
	align-items: center;
}
.lx01-l h1::before{
	width: 0.3125rem;
	height: 1.5rem;
	background: var(--d-7232-c, #D7232C);
	margin-right:1.25rem;
	content:'';
	display:inline-block;
}
.lx01-l ul{
	margin-top:0.62rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-l ul li{
	width:100%;
	margin-top:1.0rem;
	padding:1.0rem;
	border-radius: 0.3125rem;
	background: #F3F3F3;
	overflow:hidden;
	display:flex;
	align-items: center;
}
.lx01-l ul li img{
	max-width:2.5rem;
}
.lx01-l ul li dl dt{
	color: #71717A;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5625rem; /* 156.25% */
	letter-spacing: 0.05469rem;
	text-transform: uppercase;
}
.lx01-l ul li dl dd{
	margin-top:0.31rem;
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lx01-l ul li:first-child{
	border-left: 5px solid #E30013;
	background-color:#FFF;
}
.lx01-l ul li:first-child dl dd{
	font-size: 1.875rem;
}
.lx01-l ul li:nth-child(2){
	border-left: 5px solid #D4D4D8;
	background: #FFF;
}
.lx01-l ul li:nth-child(2) dl dd{
	font-size: 1.875rem;
}
.lx01-r{
	width:100%;
	border-radius: 0.625rem;
	border: 1.25px solid #F4F4F5;
	background: #FFF;
	padding: 1.5rem;
	color: var(---666, #666);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.875rem; /* 150% */
	margin-top:2.0rem;
}
.lx01-r h2{
	color: #1A1C1C;
	font-family: zt4;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 112.5% */
	margin-bottom:0.32rem;
}
.lx01-r ul{
	margin-top:0.63rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx01-r ul li{
	width:48.6%;
	margin-top:1.24rem;
}
.lx01-r ul li.w100{
	width:100%;
}
.lx01-r ul li dl dt{
	color: #52525B;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.25rem; /* 133.333% */
	letter-spacing: 0.09375rem;
	text-transform: uppercase;
}
.lx01-r ul li dl dd{
	margin-top:0.5rem;
}
.lxbk{
	width:100%;
	padding:0.88rem 1.25rem;
	background: #F3F3F3;
	border:0px;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.map{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}









.red{
	color: #E30013;
}






































.mart10{
	margin-top:4rem;
}
.mart6{
	margin-top:3.25rem;
}
.mart0{
	margin-top:0rem;
}
.mart3{
	margin-top:1.75rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}

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









}












































