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(--e-60012, #CD0B1A);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


@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%;
	border-bottom: 2px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.header.yanse.yanse01 .innav ul>li>a{
	color:#FFF;
}
.header.yanse.yanse01 .intop{
	padding-left:2.0vw;
}
.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}
.header.yanse .intop{
	padding-left:2.0vw;
}


.header{
	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.3%;
	display: flex;
	align-items: center;
	height:5.0rem;
	min-width:13.3%;
	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-family: zt4;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	display:flex;
	align-items: center;
	margin-left:1.875rem;
	margin-right:1.875rem;
}
.innav ul>li>a{
	width:auto;
	display:flex;
	align-items: center;
	position:relative;
}
.innav ul>li>a:hover{
}
.header.yanse .innav ul>li.cur a{
	color:#CD0B1A;
}
.header.yanse.yanse01 .innav ul>li.cur a{
	color:#fff;
}
.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;
	position:relative;
}

.insear{
	width:5rem;
	height:5.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--e-60012, #CD0B1A);
	margin-left:5.375rem;
}
.insear img{
	max-height:1.75rem;
}

.chax{
	right:0; 
	top:5.5rem;
	position: fixed;
	width:15rem; 
	z-index:2;
	display: none;
	background-color:#FFF;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.05); 
}
.chax　.aa{
	display: flex;
	width:15rem;
	height:2.5rem;
	background-color:#FFF;
	overflow:hidden;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 11.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 0px;
	background-color: #fff;
	outline: none;
	padding-left: 0.5rem;
	color: #999999;
	font-family: zt3;
	font-size: 0.8rem;
	color: #999999;
}
.chaxanniu{
	width: 4.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	cursor: pointer;
	background: var(--e-60012, #CD0B1A);
	color:#fff;
	border: 0px;
	outline:none;
	font-family: zt3;
	font-size:0.875rem;
}

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

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 1.125rem 2.5rem;
	border: 1px solid var(--e-60012, #CD0B1A);
	align-items: center;
	position:relative;
	overflow:hidden;
	color: var(--e-60012, #CD0B1A);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	z-index:5;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--e-60012, #CD0B1A);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 0.5625rem;
	height: 1.125rem;
	margin-left:1.25rem;
	content:'';
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.inmore a:hover::after{
	background-image: url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur::after{
	background-image: url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}
.inpro{
	width:100%;
	float:left;
	background: var(--, linear-gradient(130deg, #FCFCFE 6.61%, #EEF1F6 102.2%));
}
.inpro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro ul li{
	width:50%;
	position:relative;
}
.inpro ul li .pic{
	height:100%;
	width:100%;
	overflow:hidden;
	position:relative;
}
.inpro ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li .tex{
	width:62.2%;
	position:absolute;
	left:18.9%;
	top:12.6%;
	z-index:1;
	text-align:center;
}
.inpro ul li .tex h1{
	overflow:hidden;
}
.inpro ul li .tex h1 img{
	width:auto;
	max-height:2.2rem;
}
.inpro ul li .tex dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inpro ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
}
.inpro ul li .inmore{
	width:100%;
	position:absolute;
	left:0;
	bottom:5.0rem;
	z-index:1;
	justify-content: center;
}
.insb{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:10rem;
}
.insb-l{
	width:42.8%;
}
.insb-l h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNavBox{
	width:100%;
	margin-top:5.0rem;
}
.subNav{
	width:100%; 
	float:left;  
	CURSOR: pointer;
	margin-top:0.2rem;
	padding:2.5rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	position:relative;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav::before{
	width:0px;
	height:4px;
	background-color:var(--e-60012, #CD0B1A);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.currentDd{
	background: var(--Color, #F2F2F5);
	padding-bottom:0px;
	border-bottom:0px;
}
.currentDd::before{
	width:100%;
}

.navContent{
	display: none;
	float:left; 
	width:100%;
	background: var(--Color, #F2F2F5);
	padding:0.62rem 2.5rem 2.5rem 2.5rem;
	color: var(---333, #333);
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
}
.navContent .inmore{
	margin-top:1.88rem;
}

.insb-r{
	width:44.4%;
	overflow:hidden;
	position:relative;
}
.insb-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.insb-r:hover img{
	transform: scale(1.05);
}
.insb2{
	width:100%;
	float:left;
	margin-top:10rem;
}
.insb2 ul li{
	width:24rem;
	float:left;
	background: var(--Color, #F2F2F5);
	padding: 2rem 3.8rem 3.1rem 3.8rem;
	text-align:center;
	margin-right:1px;
}
.insb2 ul li .pic{
	overflow:hidden;
}
.insb2 ul li .pic img{
	max-width:100%;
}
.insb2 ul li dl dt{
	margin-top:1.56rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.insb2 ul li dl dd{
	margin-top:0.75rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#demo{
	overflow:hidden;
	width: 100%; 
} 
#indemo{
	float: left; 
	width: 800%; 
} 
#demo1{
	float: left; 
} 
#demo2{
	float: left; 
}

.infw{
	width:100%;
	float:left;
	height:62.5rem;
	position:relative;
}
.fwpic{
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	transition: all 0.6s;
}
.fwpic .tex{
	width:100%;
	position:absolute;
	top:25%;
	left:0;
	z-index:5;
	padding:0 8.33vw;
}
.fwpic .tex .a01{
	width:37.4%;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
}
.fwpic .tex .a01 h1{
	margin-bottom:5.0rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inmore.aa{
	margin-top:2.5rem;
}
.inmore.aa a{
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: var(---white, #FFF);
	margin-right:0.5rem;
}
.inmore.aa a::before{
	background: var(---white, #FFF);
}
.inmore.aa a::after{
	background-image: url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.aa a:hover::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.aa a:hover{
	color: var(--e-60012, #CD0B1A);
}
.inmore.aa a.cur::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.aa a.cur{
	color: var(--e-60012, #CD0B1A);
}
.fwlm{
	width:100%;
	position:absolute;
	left:0;
	bottom:5rem;
	z-index:9;
	padding:0 8.33vw;
}
.fwlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fwlm ul li{
	width:20%;
	border-right: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	display: flex;
	align-items: center;
	justify-content: space-between;
	position:relative;
	transition: all 0.6s;
	
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.fwlm ul li a{
	width:100%;
	padding:1.88rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fwlm ul li a img{
	margin-right:0.94rem;
	max-width:2.5rem;
}
.fwlm ul li:nth-child(5n){
	border-right:0px;
}
.fwlm ul li a:hover{
	background: var(--e-60012, #CD0B1A);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fwlm ul li.cur{
	background: var(--e-60012, #CD0B1A);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}

.logmc{
	width:100%;
	float:left;
	padding:3.75rem 2.5rem;
}
.logmc ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.logmc ul li{
	width:auto;
	color: #001E40;
	font-family: Roboto;
	font-size: 1.875rem;
	font-style: normal;
	font-weight: 900;
	line-height: 2.5rem; /* 133.333% */
	letter-spacing: -0.09375rem;
}
.inab{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inab .pic{
	width:50%;
	position:relative;
	overflow:hidden;
}
.inab .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inab .pic:hover img{
	transform: scale(1.05);
}
.inab .tex{
	width:50%;
	background: linear-gradient(130deg, #FCFCFE 6.61%, #EEF1F6 102.2%);
	display: flex;
	align-items: center;
	padding:0 8.2rem;
}
.inab .tex .a01{
	width:100%;
	color: var(---333, #333);
	text-align: center;
	font-family:zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
}
.inab .tex .a01 dl dt{
	color: var(--e-60012, #CD0B1A);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.inab .tex .a01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:3.75rem;
}
.inab .tex .a01 .inmore{
	margin-top:5.0rem;
	justify-content: center;
}

.inzx{
	width:100%;
	float:left;
	padding:10rem 8.33vw;
	background: var(--e-60012, #CD0B1A);
}
.inzx dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inzx dl dd{
	margin-top:1.25rem;
	color: #FFF4F2;
	text-align: center;
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.inzx .inmore{
	justify-content: center;
}
.inzx .inmore.aa a{
	margin-left:0.625rem;
	margin-right:0.625rem;
}

.foot{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:6.25rem 8.33vw 2.5rem 8.33vw;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot01-l{
	width:22.2%;
	color: var(---333, #333);
	font-family:zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.52344rem; /* 152.344% */
}
.foot01-l h1{
	overflow:hidden;
	margin-bottom:3.75rem;
}
.foot01-l h1 img{
	max-width:100%;
}
.foot01-l ul{
	margin-top:3.75rem;
	display: flex;
	flex-wrap: wrap;
}
.foot01-l ul li{
	width:2.5rem;
	position:relative;
	margin-right:1.25rem;
}
.foot01-l ul li img{
	max-width:100%;
}
.foot01-l ul li .xl{
	width:6.0rem;
	position:absolute;
	left:-1.75rem;
	top:2.8rem;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.foot01-l ul li .xl img{
	max-width:100%;
	height:auto;
}
.foot01-l ul li:hover .xl{
	opacity:1;
	visibility:visible;
}
.foot01-r{
	width:55%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot01-r dl dt{
	padding-bottom:1.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.foot01-r dl dd{
	margin-top:1.25rem;
	color: #43474F;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.25rem; /* 142.857% */
}
.foot02{
	width:100%;
	float:left;
	margin-top:6.9rem;
	border-top: 0.8px solid #C3C6D1;
	padding-top:2.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: #43474F;
	font-family: zt;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 162.5% */
}
.foot02 a{
	margin-left:2.5rem;
}

.aboutbanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(--Color, #F2F2F5);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.aboutbanner .tex{
	width:50%;
	padding-left:8.33vw;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
}
.aboutbanner .tex h1{
	color: var(--e-60012, #CD0B1A);
	font-family: zt3;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 100% */
	text-transform: uppercase;
}
.aboutbanner .tex dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.aboutbanner .tex dl dd{
	color: var(--e-60012, #CD0B1A);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:2.5rem;
}
.aboutbanner .pic{
	overflow:hidden;
	position:relative;
	width:50%;
}
.aboutbanner .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.aboutbanner .pic:hover img{
	transform: scale(1.05);
}
.nab{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab-l{
	width:40%;
	position:relative;
}
.nab-l h1{
	color: var(--e-60012, #CD0B1A);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.nab-l dl dt{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab-l dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.025rem;
}
.nab-l .inmore{
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
}
.nab-r{
	width:50%;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.7rem */
}
.nab-r ul{
	margin-top:3.75rem;
	display: flex;
	flex-wrap: wrap;
}
.nab-r ul li{
	width:auto;
	margin-right:3.4rem;
	display:flex;
}
.nab-r ul li img{
	max-height:3.0rem;
}

.qywh{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:10rem 8.33vw 24rem 8.33vw;
	background-image:url(../img/whbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.qywh h1{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.qywh ul{
	margin-top:6.44rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid var(--60, rgba(255, 255, 255, 0.60));
}
.qywh ul li{
	width:19.9%;
	height: 18.5rem;
}
.qywh ul li .pic{
	overflow:hidden;
}
.qywh ul li .pic img{
	max-height:2.625rem;
}
.qywh ul li dl dt{
	margin-top:2.44rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.qywh ul li dl dd{
	margin-top:2.44rem;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
}

.zyfw{
	width:100%;
	float:left;
	padding:10rem 8.33vw;
	background: var(--Color, #F2F2F5);
}
.zyfw h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zyfw ul{
	display: flex;
	flex-wrap: wrap;
	margin-top:3.75rem;
}
.zyfw ul li{
	width:calc(25.1% - 0.62rem);
	margin-right:0.62rem;
	position:relative;
	overflow:hidden;
}
.zyfw ul li:nth-child(4n){
	margin-right:0px;
}
.zyfw ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.zyfw ul li:hover img{
	transform: scale(1.05);
}
.zyfw ul li .tit{
	width:auto;
	position:absolute;
	left:2.5rem;
	top:2.5rem;
	z-index:1;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zyfw ul li .tex{
	width:calc(100% - 2.5rem);
	position:absolute;
	left:1.25rem;
	bottom:1.37rem;
	z-index:1;
	padding:1.19rem 1.88rem;
	border-radius: 0.5rem;
	background: var(--e-60012, #CD0B1A);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	overflow:hidden;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
	opacity:0;
	transition: all 0.6s;
}
.zyfw ul li:hover .tex{
	opacity:1;
}

.nab2{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nab2 .tex{
	width:47.5%;
}
.nab2 .tex h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab2 .tex h1 i{
	color: var(--e-60012, #CD0B1A);
}
.nab2 .tex .a01{
	margin-top:2.5rem;
	border-left: 1.25px solid #E2E2E2;
	padding-left:1.88rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
}
.nab2 .tex .a01 h2{
	margin-top:1.88rem;
	padding-top:1.88rem;
	border-top:1px solid #E2E2E2;
	color: #291715;
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	text-transform: uppercase;
}
.nab2 .tex .a01 ul{
	display: flex;
	flex-wrap: wrap;
	width:80%;
}
.nab2 .tex .a01 ul li{
	width:auto;
	margin-right:0.62rem;
	display:flex;
	margin-top:1.25rem;
}
.nab2 .tex .a01 ul li i{
	padding: 0.31rem 0.94rem;
	border-radius: 0.15625rem;
	border: 1.25px solid #E2E2E2;
	background: var(--Color, #F2F2F5);
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.875rem; /* 187.5% */
}

.nab2 .pic{
	width:47.3%;
	overflow:hidden;
	position:relative;
}
.nab2 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab2 .pic:hover img{
	transform: scale(1.05);
}
.nab2 .pic i{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	padding:1.25rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	backdrop-filter: blur(2.5px);
	color: #FFF;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	text-transform: uppercase;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:0 8.33vw;
}
.nybanner .tex .a01{
	width:35%;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
}
.nybanner .tex .a01 h1{
	border-left: 2.5px solid var(--e-60012, #CD0B1A);
	padding-left:1.25rem;
	color: var(--e-60012, #CD0B1A);
	font-family:zt3;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 100% */
	text-transform: uppercase;
}
.nybanner .tex .a01 h2{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:2.5rem;
}
.nybanner .tex .a01 .nymore{
	margin-top:5.34rem;
}
.nymore{
	display:flex;
}
.nymore a{
	padding: 1.25rem 2.5rem;
	background: var(--e-60012, #CD0B1A);
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 100% */
	text-transform: uppercase;
}
.nymore a::after{
	margin-left:0.62rem;
	width: 0.8rem;
	height: 0.8rem;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	margin-bottom:-0.15rem;
}
.prolist{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(33.9% - 1.88rem);
	margin-right:1.88rem;
	margin-top:3.75rem;
	display:flex;
}
.prolist ul li a{
	width:100%;
	border: 1.25px solid #E2E2E2;
	background: #FFF;
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li .pic{
	overflow:hidden;
	position:relative;
}
.prolist ul li .pic i{
	position:absolute;
	left:1.25rem;
	top:1.25rem;
	z-index:2;
	padding: 0.3125rem 0.9375rem;
	border: 1.25px solid #E7BDB8;
	background: #FCDBD7;
	color: #5D3F3C;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 100% */
}
.prolist ul li .pic img{
    width: 100%;
    height: 100%;
    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 .a01{
	padding-bottom:1.95rem;
	border-bottom: 1px solid #E2E2E2;
}
.prolist ul li .tex .a01 dl dt{
	color: var(---333, #333);
	font-family:zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.prolist ul li .tex .a01 dl dt.f1{
	font-size:1.5rem;
}
.prolist ul li .tex .a01 dl dd{
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2rem; /* 228.571% */
}
.prolist ul li .tex .a02{
	margin-top:1.88rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li .tex .a02 dl{
	width:auto;
}
.prolist ul li .tex .a02 dl dt{
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 300;
	line-height: 0.9375rem; /* 100% */
	text-transform: uppercase;
}
.prolist ul li .tex .a02 dl dd{
	margin-top:0.23rem;
	color: #291715;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2rem; /* 160% */
}
.prolist ul li a:hover{
	background: var(--e-60012, #CD0B1A);
	border:1px  solid #CD0B1A;	
}
.prolist ul li:hover .a01{
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.prolist ul li:hover .a01 dl dt{
	color: var(---white, #FFF);
}
.prolist ul li:hover .a01 dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.prolist ul li:hover .a02 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.prolist ul li:hover .a02 dl dd{
	color: var(---white, #FFF);
}

.prolist ul li .tex .a03{
	padding-top:0.625rem;
}
.prolist ul li .tex .a03 dl dt{
	margin-top:0.625rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.875rem; /* 150% */
}
.prolist ul li .tex .a03 dl dt b{
	font-family: zt4;
}
.prolist ul li:hover .a03 dl dt{
	color: var(---white, #FFF);
}


.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
	margin-left:0.625rem;
	margin-right:0.625rem;
	display:flex;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 50%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color: var(---666, #666);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a:hover{
	background: var(--e-60012, #CD0B1A);
	border: 1px solid var(--e-60012, #CD0B1A);
	color:#FFF;
}
.fy ul li a.cur{
	background: var(--e-60012, #CD0B1A);
	border: 1px solid var(--e-60012, #CD0B1A);
	color:#FFF;
}
.fy ul li a b{
	font-family:'宋体';
}
.cpshow{
	width:100%;
	float:left;
	margin-top:11.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpshow-l{
	width:50%;
	position:relative;
}
.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	width:100%;
	height: auto;
}
.swiper-slide .b01{
	border: 2px solid #fff;
	display:flex;
	overflow:hidden;
}
.swiper-slide-thumb-active .b01{
	border: 2px solid var(--e-60012, #CD0B1A);
}
.swiper-slide .b01 img{
	width:100%;
	height:auto;
}
.swiper-slide .a01{
}
.swiper.aa01{
	margin-top:1.69rem;
	width:100%;
}

.cpshow-l .tit{
	width:auto;
	position:absolute;
	left:2.5rem;
	top:2.5rem;
	z-index:2;
	display:flex;
}
.cpshow-l .tit i{
	padding: 0.25rem 0.5625rem;
	border-radius: 0.25rem;
	border: 1px solid var(---999, #999);
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cpshow-r{
	width:42%;
	color: var(---black, #000);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.cpshow-r .a01 dl dt{
	color: var(--e-60012, #CD0B1A);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.cpshow-r .a01 dl dd{
	margin-top:0.62rem;
	color: var(---black, #000);
	font-family: zt;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
	margin-bottom:1.88rem;
}
.cpshow-r .a02{
	margin-top:2.5rem;
}
.cpshow-r .a02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpshow-r .a02 ul li{
	width:100%;
	margin-top:1.25rem;
	padding-bottom:1.25rem;
	border-bottom:1px solid #E0E0E0;
}
.cpshow-r .a02 ul li dl dt{
	color: var(---black, #000);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.cpshow-r .a02 ul li dl dd{
	margin-top:1.25rem;
	color: var(---black, #000);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
}
.cpshow-r .inmore{
	margin-top:3.75rem;
}
.cpshow-r .inmore a{
	margin-right:0.62rem;
}

.cpwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	background-image:url(../img/cd01.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding:0 8.33vw;
}
.cptit{
	width:100%;
	float:left;
	margin-top:10rem;
}
.cptit ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cptit ul li{
	width:auto;
	padding-bottom:0.94rem;
	margin-left:3.375rem;
	margin-right:3.375rem;
	position:relative;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cptit ul li a{
	color: var(---white, #FFF);
}
.cptit ul li::before{
	width: 0;
	height: 0.25rem;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: #FFF;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.cptit ul li:hover::before{
	width:100%;
}
.cptit ul li.cur::before{
	width:100%;
}
.cptit ul li.cur{
	font-family:zt2;
}
.cptex{
	width:100%;
	float:left;
	margin-top:2.5rem;
	background: linear-gradient(130deg, #FCFCFE 6.61%, #EEF1F6 102.2%);
	padding:3.75rem 5.5rem;
	font-size:1.0rem;
	line-height:150%;
}
.cptex img{
	max-width:100%;
}
.cpcs{
	width:100%;
	float:left;
	/*display: flex;*/
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpcs ul{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:1.88rem;
}
.cpcs ul li{
	width:40%;
	padding-bottom:1.56rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.cpcs ul li:first-child{
	width:10%;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cpcs ul li:nth-child(3){
	width:10%;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cpcs table{
	width: 100%;
    padding: 1.25rem 0;
	border-collapse: collapse;
}
.cpcs table th {
    color: var(--ec-3535, #CD0B1A);
    font-size: 1.25rem;
    padding: 1.25rem 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-align: left;
    border:1px solid var(---Gray-5, #E0E0E0);
	padding-left:10px;
	
}
.cpcs table td {
    width: auto;
	max-width: 60%;
    color: var(---333, #333);
    font-size: 1rem;
    font-style: normal;
    padding: 1.25rem 0;
    font-weight: 400;
    line-height: normal;
    border: 1px solid var(---Gray-5, #E0E0E0);
	padding-left:10px;
}
.cpyy{
	width:100%;
	float:left;
	margin-top:10rem;
}
.cpyy h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cpyy ul{
	margin-top:3.75rem;
	display: flex;
	flex-wrap: wrap;
}
.cpyy ul li{
	width:calc(25.31% - 1.25rem);
	margin-right:1.25rem;
}
.cpyy ul li:nth-child(4n){
	margin-right:0px;
}
.cpyy ul li dl dt{
	overflow:hidden;
	position:relative;
}
.cpyy ul li dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.cpyy ul li:hover dl dt img{
	transform: scale(1.05);
}
.cpyy ul li dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.fazlm{
	width:100%;
	float:left;
	margin-top:11.25rem;
	background: var(--Color, #F2F2F5);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fazlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fazlm ul li{
	width:20%;
	border-right: 1px solid var(--dde-7-ed, #DDE7ED);
	display: flex;
	align-items: center;
	justify-content: space-between;
	position:relative;
	transition: all 0.6s;
	
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.fazlm ul li a{
	width:100%;
	padding:1.88rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fazlm ul li a img{
	margin-right:0.94rem;
	max-width:2.5rem;
}
.fazlm ul li:nth-child(5n){
	border-right:0px;
}
.fazlm ul li a:hover{
	background: var(--e-60012, #CD0B1A);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color:#FFF;
}
.fazlm ul li.cur{
	background: var(--e-60012, #CD0B1A);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color:#FFF;
}
.fazlm ul li.cur a{
	color:#FFF;
}
.fazlm ul li .pic01{
	display:inline-block;
}
.fazlm ul li .pic02{
	display: none;
}
.fazlm ul li:hover .pic01{
	display:none;
}
.fazlm ul li:hover .pic02{
	display:inline-block;
}
.fazlm ul li.cur .pic01{
	display:none;
}
.fazlm ul li.cur .pic02{
	display:inline-block;
}

.altj{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.altj .pic{
	width:66.1%;
	position:relative;
	overflow:hidden;
}
.altj .pic i{
	width:auto;
	position:absolute;
	right:1.25rem;
	top:1.25rem;
	padding: 0.3125rem 0.9375rem;
	background: var(--e-60012, #CD0B1A);
	box-shadow: 0 1.25px 2.5px 0 rgba(0, 0, 0, 0.05);
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 100% */
}
.altj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.altj .pic:hover img{
	transform: scale(1.05);
}
.altj .tex{
	width:32.6%;
	background: var(--Color, #F2F2F5);
	padding:2.56rem 2.5rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2rem; /* 200% */
}
.altj .tex dl dt{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 300;
	line-height: 0.9375rem; /* 100% */
	letter-spacing: 0.09375rem;
}
.altj .tex dl dt::before{
	content: "\2022";
	color: var(--e-60012, #CD0B1A);
	font-size:1.5rem;
}
.altj .tex dl dd{
	margin-top:1.52rem;
	color: #291715;
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3rem */
	margin-bottom:2.54rem;
}
.altj .tex .inmore{
	margin-top:4.3rem;
}
.allist{
	width:100%;
	float:left;
}
.allist ul{
	display: flex;
	flex-wrap: wrap;
}
.allist ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
	background: var(--Color, #F2F2F5);
}
.allist ul li:nth-child(3n){
	margin-right:0px;
}
.allist ul li .pic{
	position:relative;
	overflow:hidden;
}
.allist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.allist ul li:hover .pic img{
	transform: scale(1.05);
}
.allist ul li .tex{
	padding:3.12rem 1.88rem;
}
.allist ul li .tex dl dt{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 300;
	line-height: 0.9375rem; /* 100% */
	letter-spacing: 0.09375rem;
}
.allist ul li .tex dl dt::before{
	content: "\2022";
	color: var(--e-60012, #CD0B1A);
	font-size:1.5rem;
}
.allist ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3rem */
}
.allist ul li .tex .inmore{
	margin-top:1.88rem;
}

.alwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: linear-gradient(130deg, #FCFCFE 6.61%, #EEF1F6 102.2%);
	padding:10rem 8.33vw;
}
.altit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.altit-l{
	width:35.7%;
}
.altit-l dl dt{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 300;
	line-height: 0.9375rem; /* 100% */
	letter-spacing: 0.09375rem;
}
.altit-l dl dt::before{
	content: "\2022";
	color: var(--e-60012, #CD0B1A);
	font-size:1.5rem;
}
.altit-l dl dd{
	margin-top:1.52rem;
	color: var(--e-60012, #CD0B1A);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.altit-r{
	width:50%;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2rem; /* 200% */
}
.altit-r .inmore{
	margin-top:3.0rem;
}
.altit-r .inmore a{
	margin-right:0.62rem;
}
.alpic{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.alpic img{
	width:100%;
	height:auto;
	display:block;
}
.altit2{
	width:100%;
	float:left;
	margin-top:10rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.alshow{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.alshow ul{
	display: flex;
	flex-wrap: wrap;
}
.alshow ul li{
	width:calc(33.9% - 1.88rem);
	margin-right:1.88rem;
	background: var(--Color, #F2F2F5);
	padding:5.0rem 2.5rem;
	position:relative;
}
.alshow ul li:nth-child(3n){
	margin-right:0px;
}
.alshow ul li dl dt{
	padding-bottom:3.13rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.alshow ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 2rem; /* 200% */
}
.alshow ul li::after{
	width:0px;
	height:4px;
	background-color:var(--e-60012, #CD0B1A);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.alshow ul li:hover::after{
	width:100%;
}
.lxwrap{
	width:100%;
	float:left;
	padding:6.25rem 8.33vw;
	background: var(--Color, #F2F2F5);
	margin-top:5.0rem;
}
.lxtit{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	position:relative;
	padding-left:1.88rem;
}
.lxtit::before{
	width:0.625rem;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	height:100%;
	background-color:#CD0B1A;
	content:'';
	display:inline-block;
}
.lxtit dl dt{
	margin-bottom:1.16rem;
	color: #291715;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lxtit dl dd{
	color: var(---666, #666);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.lx01{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	background: #FFF;
	padding:3.12rem;
}
.lx01 ul li:nth-child(3n){
	margin-right:0px;
}
.lx01 ul li .pic{
	overflow:hidden;
}
.lx01 ul li .pic img{
	max-height:3.75rem;
}
.lx01 ul li h1{
	margin-top:2.5rem;
	color: #291715;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.25rem; /* 216.667% */
}
.lx01 ul li dl dt{
	margin-top:0.63rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.lx01 ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5625rem;
	font-style: normal;
	font-weight: 500;
	line-height: 2.1875rem; /* 140% */
}
.map{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}

.zxly{
	width:100%;
	float:left;
	margin-top:8.75rem;
}
.zxly h1{
	color: var(--e-60012, #CD0B1A);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.zxly h2{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.zxly ul{
	margin-top:1.87rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly ul li{
	width:49.7%;
	margin-top:1.88rem;
}
.zxly ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zxly ul li dl dd{
	margin-top:0.62rem;
}
.lybk{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:3.75rem;
	padding:0 1.25rem;
	font-family:zt3;
	color:#333;
	font-size:0.875rem;
	outline:none;
}
.zxly ul li.w100{
	width:100%;
}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
    appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
    background: url("../img/xjt2.svg") no-repeat scroll center right 10px transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right:1.25rem;
	background-size:1.0rem auto;
}









.red{
	color: var(--e-60012, #CD0B1A);
}
.mart10{
	margin-top:10rem;
}
.mart0{
	margin-top:0px;
}
.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:4rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:5rem; 
	height:5rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height: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(--e-60012, #CD0B1A);
	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:3rem; 
	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(--e-60012, #CD0B1A); 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;
}
.container{
	width: 100%;
	float:left;
	padding:0px 5.2vw;
}

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.5rem 1.0rem;
	border: 1px solid var(--e-60012, #CD0B1A);
	align-items: center;
	position:relative;
	overflow:hidden;
	color: var(--e-60012, #CD0B1A);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	z-index:5;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--e-60012, #CD0B1A);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 0.5625rem;
	height: 1.125rem;
	margin-left:1.0rem;
	content:'';
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.inmore a:hover::after{
	background-image: url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur::after{
	background-image: url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}
.inpro{
	width:100%;
	float:left;
	background: var(--, linear-gradient(130deg, #FCFCFE 6.61%, #EEF1F6 102.2%));
}
.inpro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro ul li{
	width:50%;
	position:relative;
}
.inpro ul li .pic{
	height:100%;
	width:100%;
	overflow:hidden;
	position:relative;
}
.inpro ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li .tex{
	width:80%;
	position:absolute;
	left:10%;
	top:6%;
	z-index:1;
	text-align:center;
}
.inpro ul li .tex h1{
	overflow:hidden;
}
.inpro ul li .tex h1 img{
	width:auto;
	max-height:1.2rem;
}
.inpro ul li .tex 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;
}
.inpro ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
	display:none;
}
.inpro ul li .inmore{
	width:100%;
	position:absolute;
	left:0;
	bottom:1.0rem;
	z-index:1;
	justify-content: center;
}
.insb{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:4rem;
}
.insb-l{
	width:100%;
}
.insb-l h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNavBox{
	width:100%;
	margin-top:2.0rem;
}
.subNav{
	width:100%; 
	float:left;  
	CURSOR: pointer;
	margin-top:0.2rem;
	padding:1.5rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	position:relative;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav::before{
	width:0px;
	height:4px;
	background-color:var(--e-60012, #CD0B1A);
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	content:'';
	display:inline-block;
}
.currentDd{
	background: var(--Color, #F2F2F5);
	padding-bottom:0px;
	border-bottom:0px;
}
.currentDd::before{
	width:100%;
}

.navContent{
	display: none;
	float:left; 
	width:100%;
	background: var(--Color, #F2F2F5);
	padding:0.62rem 1.5rem 1.5rem 1.5rem;
	color: var(---333, #333);
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
}
.navContent .inmore{
	margin-top:1.88rem;
}

.insb-r{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.insb-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.insb-r:hover img{
	transform: scale(1.05);
}
.insb2{
	width:100%;
	float:left;
	margin-top:4rem;
}
.insb2 ul li{
	width:12rem;
	float:left;
	background: var(--Color, #F2F2F5);
	padding: 1rem 2.8rem 2.1rem 2.8rem;
	text-align:center;
	margin-right:1px;
}
.insb2 ul li .pic{
	overflow:hidden;
}
.insb2 ul li .pic img{
	max-width:100%;
}
.insb2 ul li dl dt{
	margin-top:1.56rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.insb2 ul li dl dd{
	margin-top:0.75rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
#demo{
	overflow:hidden;
	width: 100%; 
} 
#indemo{
	float: left; 
	width: 800%; 
} 
#demo1{
	float: left; 
} 
#demo2{
	float: left; 
}

.infw{
	width:100%;
	float:left;
	height:40rem;
	position:relative;
}
.fwpic{
	width:100%;
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	transition: all 0.6s;
}
.fwpic .tex{
	width:100%;
	position:absolute;
	top:8%;
	left:0;
	z-index:5;
	padding:0 5.2vw;
}
.fwpic .tex .a01{
	width:80%;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
}
.fwpic .tex .a01 h1{
	margin-bottom:2.0rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inmore.aa{
	margin-top:2.5rem;
}
.inmore.aa a{
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: var(---white, #FFF);
	margin-right:0.5rem;
}
.inmore.aa a::before{
	background: var(---white, #FFF);
}
.inmore.aa a::after{
	background-image: url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.aa a:hover::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.aa a:hover{
	color: var(--e-60012, #CD0B1A);
}
.inmore.aa a.cur::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.aa a.cur{
	color: var(--e-60012, #CD0B1A);
}
.fwlm{
	width:100%;
	position:absolute;
	left:0;
	bottom:3rem;
	z-index:9;
	padding:0 5.2vw;
}
.fwlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fwlm ul li{
	width:50%;
	border-right: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	border-bottom: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	display: flex;
	align-items: center;
	justify-content: space-between;
	position:relative;
	transition: all 0.6s;
	
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.fwlm ul li a{
	width:100%;
	padding:1.0rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fwlm ul li a img{
	margin-right:0.44rem;
	max-width:1.5rem;
}
.fwlm ul li:nth-child(2n){
	border-right:0px;
}
.fwlm ul li a:hover{
	background: var(--e-60012, #CD0B1A);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fwlm ul li.cur{
	background: var(--e-60012, #CD0B1A);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fwlm ul li:last-child{
	width:100%;
	border-right:0px;
}

.logmc{
	width:100%;
	float:left;
	padding:1.5rem 5.2vw;
}
.logmc ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.logmc ul li{
	width:auto;
	color: #001E40;
	font-family: Roboto;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 900;
	line-height: 150%; /* 133.333% */
	margin-right:1.0rem;
}
.inab{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inab .pic{
	width:100%;
	position:relative;
	overflow:hidden;
}
.inab .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inab .pic:hover img{
	transform: scale(1.05);
}
.inab .tex{
	width:100%;
	background: linear-gradient(130deg, #FCFCFE 6.61%, #EEF1F6 102.2%);
	display: flex;
	align-items: center;
	padding:3.0rem 5.2vw;
}
.inab .tex .a01{
	width:100%;
	color: var(---333, #333);
	text-align: center;
	font-family:zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
}
.inab .tex .a01 dl dt{
	color: var(--e-60012, #CD0B1A);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.inab .tex .a01 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:1.75rem;
}
.inab .tex .a01 .inmore{
	margin-top:3.0rem;
	justify-content: center;
}

.inzx{
	width:100%;
	float:left;
	padding:4rem 5.2vw;
	background: var(--e-60012, #CD0B1A);
}
.inzx dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inzx dl dd{
	margin-top:1.0rem;
	color: #FFF4F2;
	text-align: center;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.inzx .inmore{
	justify-content: center;
}
.inzx .inmore.aa a{
	margin-left:0.325rem;
	margin-right:0.325rem;
}

.foot{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:3.25rem 5.2vw 1.5rem 5.2vw;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.foot01-l{
	width:100%;
	color: var(---333, #333);
	font-family:zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.52344rem; /* 152.344% */
}
.foot01-l h1{
	overflow:hidden;
	margin-bottom:1.75rem;
}
.foot01-l h1 img{
	max-width:70%;
}
.foot01-l ul{
	margin-top:1.75rem;
	display: flex;
	flex-wrap: wrap;
}
.foot01-l ul li{
	width:2.5rem;
	position:relative;
	margin-right:1.0rem;
}
.foot01-l ul li img{
	max-width:100%;
}
.foot01-l ul li .xl{
	width:6.0rem;
	position:absolute;
	left:-0rem;
	top:2.8rem;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.foot01-l ul li .xl img{
	max-width:100%;
	height:auto;
}
.foot01-l ul li:hover .xl{
	opacity:1;
	visibility:visible;
}
.foot01-r{
	width:55%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	display:none;
}
.foot01-r dl dt{
	padding-bottom:1.25rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.foot01-r dl dd{
	margin-top:1.25rem;
	color: #43474F;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.25rem; /* 142.857% */
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.5rem;
	border-top: 0.8px solid #C3C6D1;
	padding-top:1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-size:0.75rem;
	line-height:150%;
}
.foot02 a{
	margin-right:1.0rem;
}

.aboutbanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: var(--Color, #F2F2F5);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.aboutbanner .tex{
	width:100%;
	padding:3.0rem 5.2vw;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
}
.aboutbanner .tex h1{
	color: var(--e-60012, #CD0B1A);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 100% */
	text-transform: uppercase;
}
.aboutbanner .tex dl dt{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.aboutbanner .tex dl dd{
	color: var(--e-60012, #CD0B1A);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:1.5rem;
}
.aboutbanner .pic{
	overflow:hidden;
	position:relative;
	width:100%;
}
.aboutbanner .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.aboutbanner .pic:hover img{
	transform: scale(1.05);
}
.nab{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab-l{
	width:100%;
	position:relative;
}
.nab-l h1{
	color: var(--e-60012, #CD0B1A);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.nab-l dl dt{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab-l dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	letter-spacing: 0.025rem;
}
.nab-l .inmore{
	margin-top:2.0rem;
}
.nab-r{
	width:100%;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 2.7rem */
	margin-top:2.0rem;
}
.nab-r ul{
	margin-top:2.5rem;
	display: flex;
	flex-wrap: wrap;
}
.nab-r ul li{
	width:auto;
	margin-right:1.4rem;
	display:flex;
}
.nab-r ul li img{
	max-height:2.0rem;
	width:auto;
}

.qywh{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:4rem 5.2vw 12rem 5.2vw;
	background-image:url(../img/whbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.qywh h1{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.qywh ul{
	margin-top:3.44rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid var(--60, rgba(255, 255, 255, 0.60));
}
.qywh ul li{
	width:48%;
	padding-bottom:3.0rem;
}
.qywh ul li .pic{
	overflow:hidden;
}
.qywh ul li .pic img{
	max-height:2.0rem;
}
.qywh ul li dl dt{
	margin-top:2.44rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.qywh ul li dl dd{
	margin-top:2.44rem;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
}

.zyfw{
	width:100%;
	float:left;
	padding:4rem 5.2vw;
	background: var(--Color, #F2F2F5);
}
.zyfw h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zyfw ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.75rem;
}
.zyfw ul li{
	width:48%;
	margin-top:1.25rem;
	position:relative;
	overflow:hidden;
}
.zyfw ul li:nth-child(4n){
	margin-right:0px;
}
.zyfw ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.zyfw ul li:hover img{
	transform: scale(1.05);
}
.zyfw ul li .tit{
	width:auto;
	position:absolute;
	left:1.5rem;
	top:1.5rem;
	z-index:1;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zyfw ul li .tex{
	width:calc(100% - 2.5rem);
	position:absolute;
	left:1.25rem;
	bottom:1.37rem;
	z-index:1;
	padding:1.19rem 1.88rem;
	border-radius: 0.5rem;
	background: var(--e-60012, #CD0B1A);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	overflow:hidden;
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
	opacity:0;
	transition: all 0.6s;
	display:none;
}
.zyfw ul li:hover .tex{
	opacity:1;
}

.nab2{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nab2 .tex{
	width:100%;
}
.nab2 .tex h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nab2 .tex h1 i{
	color: var(--e-60012, #CD0B1A);
}
.nab2 .tex .a01{
	margin-top:2.5rem;
	border-left: 1.25px solid #E2E2E2;
	padding-left:1.88rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
}
.nab2 .tex .a01 h2{
	margin-top:1.5rem;
	padding-top:1.5rem;
	border-top:1px solid #E2E2E2;
	color: #291715;
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	text-transform: uppercase;
}
.nab2 .tex .a01 ul{
	display: flex;
	flex-wrap: wrap;
	width:80%;
	margin-top:0.5rem;
}
.nab2 .tex .a01 ul li{
	width:auto;
	margin-right:0.31rem;
	display:flex;
	margin-top:0.5rem;
}
.nab2 .tex .a01 ul li i{
	padding: 0.31rem 0.94rem;
	border-radius: 0.15625rem;
	border: 1.25px solid #E2E2E2;
	background: var(--Color, #F2F2F5);
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.875rem; /* 187.5% */
}

.nab2 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:2.0rem;
}
.nab2 .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.nab2 .pic:hover img{
	transform: scale(1.05);
}
.nab2 .pic i{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	padding:1.25rem;
	background: var(--10, rgba(255, 255, 255, 0.10));
	backdrop-filter: blur(2.5px);
	color: #FFF;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 150% */
	text-transform: uppercase;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding:0 8.33vw;
}
.nybanner .tex .a01{
	width:85%;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.5rem */
}
.nybanner .tex .a01 h1{
	border-left: 2.5px solid var(--e-60012, #CD0B1A);
	padding-left:1.0rem;
	color: var(--e-60012, #CD0B1A);
	font-family:zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 100% */
	text-transform: uppercase;
}
.nybanner .tex .a01 h2{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:0.5rem;
}
.nybanner .tex .a01 p{
	display:none;
}
.nybanner .tex .a01 .nymore{
	margin-top:1.34rem;
}
.nymore{
	display:flex;
}
.nymore a{
	padding: 0.5rem 1.5rem;
	background: var(--e-60012, #CD0B1A);
	color: #FFF;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 100% */
	text-transform: uppercase;
}
.nymore a::after{
	margin-left:0.62rem;
	width: 0.8rem;
	height: 0.8rem;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	margin-bottom:-0.15rem;
}
.prolist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li{
	width:48%;
	margin-top:1.75rem;
	display:flex;
}
.prolist ul li a{
	width:100%;
	border: 1.25px solid #E2E2E2;
	background: #FFF;
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li .pic{
	overflow:hidden;
	position:relative;
}
.prolist ul li .pic i{
	position:absolute;
	left:1.0rem;
	top:1.0rem;
	z-index:2;
	padding: 0.3125rem 0.9375rem;
	border: 1.25px solid #E7BDB8;
	background: #FCDBD7;
	color: #5D3F3C;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 100% */
}
.prolist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	padding:0.5rem;
}
.prolist ul li .tex .a01{
	padding-bottom:1.5rem;
	border-bottom: 1px solid #E2E2E2;
}
.prolist ul li .tex .a01 dl dt{
	color: var(---333, #333);
	font-family:zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.prolist ul li .tex .a01 dl dt.f1{
	font-size:1.0rem;
}
.prolist ul li .tex .a01 dl dd{
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 228.571% */
	margin-top:0.5rem;
}
.prolist ul li .tex .a02{
	margin-top:1.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li .tex .a02 dl{
	width:auto;
}
.prolist ul li .tex .a02 dl dt{
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 100% */
	text-transform: uppercase;
}
.prolist ul li .tex .a02 dl dd{
	margin-top:0.23rem;
	color: #291715;
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 160% */
}
.prolist ul li a:hover{
	background: var(--e-60012, #CD0B1A);
	border:1px  solid #CD0B1A;	
}
.prolist ul li:hover .a01{
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.prolist ul li:hover .a01 dl dt{
	color: var(---white, #FFF);
}
.prolist ul li:hover .a01 dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.prolist ul li:hover .a02 dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.prolist ul li:hover .a02 dl dd{
	color: var(---white, #FFF);
}

.prolist ul li .tex .a03{
	padding-top:0.625rem;
}
.prolist ul li .tex .a03 dl dt{
	margin-top:0.625rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 150% */
}
.prolist ul li .tex .a03 dl dt b{
	font-family: zt4;
}
.prolist ul li:hover .a03 dl dt{
	color: var(---white, #FFF);
}


.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.fy ul li{
	width:auto;
	margin-left:0.225rem;
	margin-right:0.225rem;
	display:flex;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 50%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color: var(---666, #666);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fy ul li a:hover{
	background: var(--e-60012, #CD0B1A);
	border: 1px solid var(--e-60012, #CD0B1A);
	color:#FFF;
}
.fy ul li a.cur{
	background: var(--e-60012, #CD0B1A);
	border: 1px solid var(--e-60012, #CD0B1A);
	color:#FFF;
}
.fy ul li a b{
	font-family:'宋体';
}
.cpshow{
	width:100%;
	float:left;
	margin-top:8.25rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpshow-l{
	width:100%;
	position:relative;
}
.swiper-slide .a01{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.swiper-slide .a01 img{
	width:100%;
	height: auto;
}
.swiper-slide .b01{
	border: 1px solid #fff;
	display:flex;
	overflow:hidden;
}
.swiper-slide-thumb-active .b01{
	border: 1px solid var(--e-60012, #CD0B1A);
}
.swiper-slide .b01 img{
	width:100%;
	height:auto;
}
.swiper-slide .a01{
}
.swiper.aa01{
	margin-top:1.0rem;
	width:100%;
}

.cpshow-l .tit{
	width:auto;
	position:absolute;
	left:1.5rem;
	top:1.5rem;
	z-index:2;
	display:flex;
}
.cpshow-l .tit i{
	padding: 0.25rem 0.5625rem;
	border-radius: 0.25rem;
	border: 1px solid var(---999, #999);
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.cpshow-r{
	width:100%;
	color: var(---black, #000);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
	margin-top:2.0rem;
}
.cpshow-r .a01 dl dt{
	color: var(--e-60012, #CD0B1A);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.cpshow-r .a01 dl dd{
	margin-top:0.62rem;
	color: var(---black, #000);
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
	margin-bottom:1.5rem;
}
.cpshow-r .a02{
	margin-top:2.5rem;
}
.cpshow-r .a02 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpshow-r .a02 ul li{
	width:100%;
	margin-top:1.25rem;
	padding-bottom:1.25rem;
	border-bottom:1px solid #E0E0E0;
}
.cpshow-r .a02 ul li dl dt{
	color: var(---black, #000);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.cpshow-r .a02 ul li dl dd{
	margin-top:1.25rem;
	color: var(---black, #000);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
}
.cpshow-r .inmore{
	margin-top:2.5rem;
}
.cpshow-r .inmore a{
	margin-right:0.62rem;
}

.cpwrap{
	width:100%;
	float:left;
	margin-top:4rem;
	background-image:url(../img/cd01.png);
	background-position:top left;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding:0 5.2vw;
}
.cptit{
	width:100%;
	float:left;
	margin-top:1rem;
}
.cptit ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cptit ul li{
	width:auto;
	padding-bottom:0.94rem;
	margin-left:1.375rem;
	margin-right:1.375rem;
	position:relative;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.cptit ul li a{
	color: var(---white, #FFF);
}
.cptit ul li::before{
	width: 0;
	height: 0.15rem;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	background: #FFF;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.cptit ul li:hover::before{
	width:100%;
}
.cptit ul li.cur::before{
	width:100%;
}
.cptit ul li.cur{
	font-family:zt2;
}
.cptex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	background: linear-gradient(130deg, #FCFCFE 6.61%, #EEF1F6 102.2%);
	padding:2.5rem 1.5rem;
	font-size:1.0rem;
	line-height:150%;
}
.cptex img{
	max-width:100%;
}
.cpcs{
	width:100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpcs ul{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:1.0rem;
}
.cpcs ul li{
	width:30%;
	padding-bottom:1.0rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.cpcs ul li:first-child{
	width:20%;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cpcs ul li:nth-child(3){
	width:20%;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cpcs table{
	width: 100%;
	border-collapse: collapse;
}
.cpcs table th {
    color: var(--ec-3535, #CD0B1A);
    font-size: 1rem;
    padding: 1rem 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-align: left;
    border:1px solid var(---Gray-5, #E0E0E0);
	    padding: 5px;
	
}
.cpcs table td {
    width: auto;
	max-width: 60%;
    color: var(---333, #333);
    font-size: 0.875rem;
    font-style: normal;
    padding: 1rem 0;
    font-weight: 400;
    line-height: normal;
    border: 1px solid var(---Gray-5, #E0E0E0);
	    padding: 5px;
}
.cpyy{
	width:100%;
	float:left;
	margin-top:4rem;
}
.cpyy h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cpyy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cpyy ul li{
	width:48%;
	margin-top:1.25rem;
}
.cpyy ul li:nth-child(4n){
	margin-right:0px;
}
.cpyy ul li dl dt{
	overflow:hidden;
	position:relative;
}
.cpyy ul li dl dt img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.cpyy ul li:hover dl dt img{
	transform: scale(1.05);
}
.cpyy ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.fazlm{
	width:100%;
	float:left;
	margin-top:8.25rem;
	background: var(--Color, #F2F2F5);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.fazlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fazlm ul li{
	width:50%;
	border-right: 1px solid var(--dde-7-ed, #DDE7ED);
	border-bottom: 1px solid var(--dde-7-ed, #DDE7ED);
	display: flex;
	align-items: center;
	justify-content: space-between;
	position:relative;
	transition: all 0.6s;
	
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.fazlm ul li a{
	width:100%;
	padding:1.0rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.fazlm ul li a img{
	margin-right:0.54rem;
	max-width:1.5rem;
}
.fazlm ul li:nth-child(2n){
	border-right:0px;
}
.fazlm ul li a:hover{
	background: var(--e-60012, #CD0B1A);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color:#FFF;
}
.fazlm ul li.cur{
	background: var(--e-60012, #CD0B1A);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color:#FFF;
}
.fazlm ul li.cur a{
	color:#FFF;
}
.fazlm ul li .pic01{
	display:inline-block;
}
.fazlm ul li .pic02{
	display: none;
}
.fazlm ul li:hover .pic01{
	display:none;
}
.fazlm ul li:hover .pic02{
	display:inline-block;
}
.fazlm ul li.cur .pic01{
	display:none;
}
.fazlm ul li.cur .pic02{
	display:inline-block;
}
.fazlm ul li:last-child{
	width:100%;
	border-right:0px;
}

.altj{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.altj .pic{
	width:100%;
	position:relative;
	overflow:hidden;
}
.altj .pic i{
	width:auto;
	position:absolute;
	right:1.25rem;
	top:1.25rem;
	padding: 0.3125rem 0.9375rem;
	background: var(--e-60012, #CD0B1A);
	box-shadow: 0 1.25px 2.5px 0 rgba(0, 0, 0, 0.05);
	color: #FFF;
	font-size: 0.9375rem;
	font-style: normal;
	font-weight: 400;
	line-height: 0.9375rem; /* 100% */
}
.altj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.altj .pic:hover img{
	transform: scale(1.05);
}
.altj .tex{
	width:100%;
	background: var(--Color, #F2F2F5);
	padding:2.5rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 200% */
}
.altj .tex dl dt{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 100% */
	letter-spacing: 0.09375rem;
}
.altj .tex dl dt::before{
	content: "\2022";
	color: var(--e-60012, #CD0B1A);
	font-size:1.5rem;
}
.altj .tex dl dd{
	margin-top:1.0rem;
	color: #291715;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3rem */
	margin-bottom:1.54rem;
}
.altj .tex .inmore{
	margin-top:2.3rem;
}
.allist{
	width:100%;
	float:left;
}
.allist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.allist ul li{
	width:48%;
	margin-top:1.25rem;
	background: var(--Color, #F2F2F5);
}
.allist ul li:nth-child(3n){
	margin-right:0px;
}
.allist ul li .pic{
	position:relative;
	overflow:hidden;
}
.allist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.allist ul li:hover .pic img{
	transform: scale(1.05);
}
.allist ul li .tex{
	padding:2.5rem 1.5rem;
}
.allist ul li .tex dl dt{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 100% */
}
.allist ul li .tex dl dt::before{
	content: "\2022";
	color: var(--e-60012, #CD0B1A);
	font-size:1.5rem;
}
.allist ul li .tex dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3rem */
}
.allist ul li .tex .inmore{
	margin-top:1.5rem;
}

.alwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background: linear-gradient(130deg, #FCFCFE 6.61%, #EEF1F6 102.2%);
	padding:4rem 5.2vw;
}
.altit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.altit-l{
	width:100%;
}
.altit-l dl dt{
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 100% */
}
.altit-l dl dt::before{
	content: "\2022";
	color: var(--e-60012, #CD0B1A);
	font-size:1.5rem;
}
.altit-l dl dd{
	margin-top:1.0rem;
	color: var(--e-60012, #CD0B1A);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.altit-r{
	width:100%;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 200% */
	margin-top:2.0rem;
}
.altit-r .inmore{
	margin-top:3.0rem;
}
.altit-r .inmore a{
	margin-right:0.62rem;
}
.alpic{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.alpic img{
	width:100%;
	height:auto;
	display:block;
}
.altit2{
	width:100%;
	float:left;
	margin-top:4rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.alshow{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.alshow ul{
	display: flex;
	flex-wrap: wrap;
}
.alshow ul li{
	width:100%;
	margin-top:1.25rem;
	background: var(--Color, #F2F2F5);
	padding:3.0rem 2.5rem;
	position:relative;
}
.alshow ul li:nth-child(3n){
	margin-right:0px;
}
.alshow ul li dl dt{
	padding-bottom:1.13rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.alshow ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 200% */
}
.alshow ul li::after{
	width:0px;
	height:4px;
	background-color:var(--e-60012, #CD0B1A);
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.alshow ul li:hover::after{
	width:100%;
}
.lxwrap{
	width:100%;
	float:left;
	padding:3.25rem 5.2vw;
	background: var(--Color, #F2F2F5);
	margin-top:5.0rem;
}
.lxtit{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	position:relative;
	padding-left:1.5rem;
}
.lxtit::before{
	width:0.325rem;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	height:100%;
	background-color:#CD0B1A;
	content:'';
	display:inline-block;
}
.lxtit dl dt{
	margin-bottom:1.0rem;
	color: #291715;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lxtit dl dd{
	color: var(---666, #666);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.lx01{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.lx01 ul{
	display: flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:100%;
	margin-top:1.25rem;
	background: #FFF;
	padding:2.5rem;
}
.lx01 ul li:nth-child(3n){
	margin-right:0px;
}
.lx01 ul li .pic{
	overflow:hidden;
}
.lx01 ul li .pic img{
	max-height:2.5rem;
}
.lx01 ul li h1{
	margin-top:1.5rem;
	color: #291715;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.25rem; /* 216.667% */
}
.lx01 ul li dl dt{
	margin-top:0.63rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.lx01 ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 140% */
}
.map{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}

.zxly{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.zxly h1{
	color: var(--e-60012, #CD0B1A);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.7rem */
	text-transform: uppercase;
}
.zxly h2{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.zxly ul{
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zxly ul li{
	width:49.0%;
	margin-top:1.5rem;
}
.zxly ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zxly ul li dl dd{
	margin-top:0.62rem;
}
.lybk{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	padding:0 1.25rem;
	font-family:zt3;
	color:#333;
	font-size:0.875rem;
	outline:none;
}
.zxly ul li.w100{
	width:100%;
}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
    appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
    background: url("../img/xjt2.svg") no-repeat scroll center right 10px transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right:1.25rem;
	background-size:1.0rem auto;
}









.red{
	color: var(--e-60012, #CD0B1A);
}
.mart10{
	margin-top:4rem;
}
.mart0{
	margin-top:0px;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.dingw{ width:100%; float:left; margin-top:-5rem;}










}












































