body{
	font-size:12px;
	font-weight:normal;
	color:#333;
	line-height:1.5;
	font-family: zt3;
	margin:auto;
	overflow-x:hidden;
	}
html {
  scroll-behavior: smooth;
}
@supports (font: -apple-system-body) {
  body {
    font-family: 
      "PingFang SC",
      -apple-system,
      "HarmonyOS Sans",
      sans-serif;
  }
}

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

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

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:var(--cf-000-e, #CF000E);
	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{
	border-bottom: 4px solid var(--cf-000-e, #CF000E);
	background: #FFF;
	/* 23-4-0.1 */
	box-shadow: 0 4px 23px 0 rgba(0, 0, 0, 0.10);
	top:0;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background: rgba(0,0,0,0);
	width:100%;
	border-bottom: 0px solid rgba(255,255,255,0.1);
}
.header.yanse.yanse01 .intop{
	padding:0 8.33vw;
}
.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 8.33vw;
}

.main{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}
.header{
	width:100%;
	float:left;
	position: absolute;
	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;
	
}
.intop::after{
	width:100%;
	height:0;
	position:absolute;
	top:calc(5rem - 4px);
	left:0;
	z-index:2;
	content:'';
	display:inline-block;
	transition: all 0.6s;
	border-bottom: 4px solid var(--cf-000-e, #CF000E);
background-color: rgba(255,255,255,0.9);
}
.intop:hover::after{
	height:12rem;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:9%;
	display: flex;
	align-items: center;
	height:5.0rem;
	min-width:9%;
	transition: all 0.6s;
	position:relative;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	margin-left:2.69rem;
	margin-right:2.69rem;
	font-size: 1rem;
	font-family:zt4;
	height:5.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	position:relative;
}
.innav ul li a{
	width:auto;
	height:5.0rem;
	display:flex;
	align-items: center;
	position:relative;
}
.innav ul li .a01::after{
	width:0;
	height:3px;
	position:absolute;
	bottom:0.5rem;
	left:0;
	z-index:9;
	content:'';
	display:inline-block;
	transition: all 0.6s;
	background-color:var(--cf-000-e, #CF000E);
}
.innav ul li:hover .a01::after{
	width:100%;
}
.innav ul li:hover .a01{
	color: var(--cf-000-e, #CF000E);
}
.innav ul li a:hover{
	color: var(--cf-000-e, #CF000E);
}
.header.yanse .innav ul li.cur a{
	color: var(--cf-000-e, #CF000E);
}

.header.yanse.yanse01 .innav ul li.cur a{
	color:#fff;
}
.innav ul li .xiala{
	width:200%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:3;
	opacity:0;
	visibility:hidden;
	transition: all 0.6s;
}
.innav ul li .xiala dl dd{
	margin-top:0.62rem;
	font-size:1.0rem;
	color: #333;
	line-height:150%;
	font-family:zt3;
}
.innav ul li .xiala dl dd a{
	color: #333;
	height:auto;
}
.innav ul li .xiala dl dd a:hover{
	color: var(--cf-000-e, #CF000E);
}
.intop:hover .innav ul li .xiala{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala dl dd a {
  color: inherit!important;        /* 继承父级默认颜色 */
 /* font-weight: normal;   
  text-decoration: underline; 
  background-color: transparent; */
}
.innav ul li .xiala dl dd a:hover{
	color: #CF000E!important;
}
.top-r{
	width: auto;
	display: flex;
	align-items: center;
}

.zyw{
	display: flex;
	justify-content: center;
	align-items: center;
	width:auto;
	position:relative;
}
.zyw .a01{
	height: 3.0rem;
	width:3.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3rem;
	background: var(--cf-000-e, #CF000E);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zyw .xl{
	width:3.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position:absolute;
	left:0;
	top:3.0rem;
	z-index:9;
	opacity:0;
	visibility:hidden;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top:0.5rem;
}
.zyw .xl a{
	height: 3.0rem;
	width:3.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3rem;
	background: var(--cf-000-e, #CF000E);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0.5rem;
}
.zyw:hover .xl{
	opacity:1;
	visibility:visible;
}

.tel{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:0.63rem;
	cursor:pointer;
}
.tel a{
	display: flex;
	padding: 0.75rem 1.375rem 0.75rem 1.3125rem;
	justify-content: center;
	align-items: center;
	border-radius: 3.125rem;
	background: var(--cf-000-e, #CF000E);
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.tel a::before{
	width: 1.5rem;
	height: 1.5rem;
	margin-right:0.31rem;
	content:'';
	display:inline-block;
	background-image:url(../img/phone.svg);
	background-position:center;
	background-size:contain;
}



.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(--cf-000-e, #CF000E);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--cf-000-e, #CF000E);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}

.inhy{
	width:100%;
	float:left;
	background: var(--cf-000-e, #CF000E);
	padding:0 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.inhy.ny::after{
	width: 2.1rem;
	height: 1.0rem;
	position:absolute;
	bottom:-0.5rem;
	left:calc(50% - 1.05rem);
	z-index:1;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.inhy .a01{
	width:auto;
	display:flex;
	align-items: center;
	height:12.5rem;
}
.inhy .a01 .pic{
	margin-left:6.25rem;
}
.inhy .a01 .pic img{
	max-width:9rem;
	transition: all 0.6s;
}
.inhy .a01 .pic:hover img{
	transform: scale(1.05);
}
.inhy .a01 dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inhy .a01 a{
	width:100%;
	height:100%;
	display:flex;
	align-items: center;
}
.inhy .a01 dl dd{
	margin-top:0.62rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inhy .sx{
	width:1px;
	background: rgba(255, 255, 255, 0.30); 
}
.inhy.a01 cur::after{
	width: 2.1rem;
	height: 1.0rem;
	position:absolute;
	bottom:-0.5rem;
	left:calc(50% - 1.05rem);
	z-index:1;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.inmore{
	display:flex;
	position:relative;
	z-index:3;
}
.inmore a{
	display: inline-flex;
	padding: 0.6875rem 3.1875rem;
	justify-content:center;
	align-items: center;
	border-radius: 0.25rem;
	border: 1px solid var(--cf-000-e, #CF000E);
	color: var(--cf-000-e, #CF000E);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	position:relative;
}
.inmore a::after{
	content:">";
	display: inline-block;
	font-family:'宋体';
	font-weight:bold;
	margin-left:2.31rem;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--cf-000-e, #CF000E);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a:hover{
	color:#FFF;
}

.inmore a.cur::before{
	width:100%;
}
.inmore a.cur::after{
	background-image:url(../img/caret_right.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}

.intit{
	width:100%;
	float:left;
	margin-top:10rem;
	padding-bottom:2.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid #E0E0E0;
}
.zhyig{
	margin-top:-3rem;
	padding-bottom:2rem;
	width: 84%!important;
	}
.intit.ny{
	padding-bottom:0;
	border-bottom:0px;
}
.intit dl dt{
	color: var(--cf-000-e, #CF000E);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.intit dl dt::before{
	content: "\2022";
	display:inline-block;
	margin-right:0.62rem;
}
.intit 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;
}
.intit.white dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.intit.white dl dd{
	color: var(---white, #FFF);
}
.intit dl{
	max-width:50%;
}
.intit .ab{
	width:50%;
	color: var(--cf-000-e, #CF000E);
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit .a02{
	width:50%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}

.inab{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .pic{
	width:40%;
	overflow:hidden;
	display: flex;
	align-items: center;
	position:relative;
	border-radius: 0.5rem;
	background: var(--cf-000-e, #CF000E);
	box-shadow: -15px 60px 100px 0 rgba(255, 0, 0, 0.11), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}
.inab .pic .sypic{
	    width: 100%;
    overflow: hidden;
    height: 33vw;
	}
.inab .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
	width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}
.inab .pic:hover img{
	transform: scale(1.05);
}
.inab .pic .play{
	width:3.45rem;
	height:3.45rem;
	position:absolute;
	left:calc(50% - 1.725rem);
	top:calc(50% - 1.725rem);
	z-index:2;
	border-radius: 50%;
	background: var(---white, #FFF);
	display:flex;
	justify-content:center;
	align-items: center;
}
.inab .pic .play img{
	max-width:1.5rem;
}
.rotating-circle{
	width: 5.5rem;
	height: 5.5rem;
	position:absolute;
	left:calc(50% - 2.75rem);
	top:calc(50% - 2.75rem);
	z-index:1;
	border-radius: 50%;
	background: url(../img/Rectangle.svg) no-repeat center;
	background-size:contain;
	animation: rotate 6s linear infinite;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@keyframes rotate {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}


.inab .tex{
	width:54%;
	color: var(---333, #333);
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.inab .tex h1{
	color: var(---333, #333);
	text-align: justify;
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.375rem */
	margin-bottom:2rem;
}
.inab .tex h1 i{
	color: var(--cf-000-e, #CF000E);
}

.innum{
	width:100%;
	float:left;
	margin-top:12.5rem;
	padding:0 8.33vw;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum .a01{
	width:auto;
	max-width:20.8%;
	height:20rem;
	padding-top:2.5rem;
}
.innum .a01 dl dt{
	color: var(--cf-000-e, #CF000E);
	font-family: DIN;
	font-size: 4.5rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
}
.innum .a01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.innum .sx{
	width:1px;
	background: #E0E0E0;
}

.inpro{
	width:100%;
	float:left;
	background-image:url(../img/incbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	height:1200px;
}
.inpro .intit{
	position:absolute;
	left:8.33vw;
	top:10rem;
	z-index:3;
	border-bottom:0px;
	margin-top:0px;
	padding-bottom:0px;
	width:40%;
}
.inpro01{
	width:50%;
	float:right;
}

.subNavBox{
	width:100%;
	float:left;
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
} 
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:4.0rem 3.75rem;
	color: #FFFFFF;
}
.subNav a img{
	transition: all 0.6s;
}
.currentDd{
	border-bottom:0px;
}
.currentDd a{
	color: #FFFFFF;
}
.currentDd img{
	opacity:0;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:0rem 3.75rem;
	padding-bottom:7.8rem;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.navContent .incon{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.navContent .incon .tex{
	width:30%;
}
.navContent .incon .tex dl dd{
	padding-bottom:0.62rem;
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.navContent .incon .tex dl dd:first-child{
	margin-top:0px;
}
.navContent .incon .tex dl dd a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.6875rem */
	text-transform: capitalize;
}
.navContent .incon .tex dl dd a::after{
	content:'';
	display:inline-block;
	opacity:0;
	width: 0.625rem;
	height: 1.25rem;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.navContent .incon .tex dl dd a:hover::after{
	opacity:1;
}
.navContent .incon .tp{
	width:56%;
	border-radius: 0.5rem;
	border: 2px solid var(--cf-000-e, #CF000E);
	overflow:hidden;
	position:relative;
}
.navContent .incon .tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.navContent .incon .tp:hover img{
	transform: scale(1.05);
}
.navContent .incon .tp::after{
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	right:1.25rem;
	bottom:1.25rem;
	z-index:2;
	content:'';
	display:inline-block;
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
}

.inny{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.inny-l{
	width:47.5%;
	float:left;
}

.subNavBox2{
	width:100%;
	float:left;
} 
.subNav2{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left;
	
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-6, #F2F2F2);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);

	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1rem 1.5rem;
	margin-top:1rem;
}
.subNav2 dl dt{
	color: var(---999, #999);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5;
	display: flex;
	align-items: center;
}
.subNav2 dl dt::before{
	/*content: "\2022";
	margin-right:0.62rem;*/
}
.subNav2 dl dd{
	margin-bottom:0.63rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav2 .sz{
	display: flex;
	padding: 0.25rem 1.0625rem;
	justify-content: center;
	align-items: center;
	width:auto;
	border-radius: 1.25rem;
	background: var(--bg, #F5F5F9);
	color: var(---999, #999);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.currentDd2{
	background: var(---Gray-6, #F2F2F2);
	border-radius: 0.5rem 0.5rem 0 0;
}
.currentDd2 dl dt{
	color: var(--cf-000-e, #CF000E);
}
.currentDd2 .sz{
	background: var(--cf-000-e, #CF000E);
	color:#FFF;
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	padding:0rem 2.5rem;
	padding-bottom:2.13rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal; /* 1.6875rem */
	border-radius:0 0 0.5rem 0.5rem;
}
.navContent2 p{
	margin-top:0.62rem;
}
.navContent2 .more{
	display:flex;
	margin-top:2rem;
}
.navContent2 .more a{
	display: flex;
	align-items: center;
	color: var(--cf-000-e, #CF000E);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
}
.navContent2 .more a::after{
	margin-left:0.62rem;
	content:">";
	font-family:"宋体";
	font-weight:bold;
	margin-top:-0.25rem;
}


.inny-r{
	width:50%;
	overflow:hidden;
	position:relative;
	border-radius:0.5rem;
	float:right;
}
.inny-r img{
    width: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inny-r:hover img{
	transform: scale(1.05);
}
.inwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	background: var(---Gray-6, #F2F2F2);
	padding-bottom:10rem;
}
.tpqh{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.inmap{
	width:100%;
	float:left;
	position:relative;
}
.inmap img{
	width:100%;
	height:auto;
	display:block;
}
.inmap .intit{
	position:absolute;
	top:0;
	left:8.33vw;
	width:40%;
	z-index:2;
}
.inmap .tex{
	width:100%;
	position:absolute;
	bottom:6rem;
	left:0;
	z-index:3;
	padding:0 8.33vw;
}
.inmap .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inmap .tex ul li{
	width:16.2%;
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	padding: 1.88rem 1.2rem;
	transition: all 0.6s;
}
.inmap .tex ul li:hover{
	border: 1px solid var(--cf-000-e, #CF000E);
	background: var(---white, #FFF);
	box-shadow: 0 64px 60px -34px rgba(185, 0, 0, 0.15);
}
.inmap .tex ul li dl dt{
	padding-bottom:0.81rem;
	display:flex;
}
.inmap .tex ul li dl dt img{
	max-width:100%;
	width:137px;
	height:auto;
}
.inmap .tex ul li dl dd{
	margin-top:0.44rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	text-transform: capitalize;
}

.foot{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding-top:6.25rem;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:3.75rem;
	border-bottom:1px solid #E0E0E0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .a01{
	width:12%;
	display:flex;
}
.foot01 .a01 img{
	max-width:100%;
}
.inly{
	display:flex;
}
.inly a{
	display: flex;
	padding: 0.9375rem 1.25rem 1rem 3.4375rem;
	align-items: center;
	border-radius: 0.25rem;
	background: var(--cf-000-e, #CF000E);
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.82981rem */
}
.inly a::after{
	width: 1.5rem;
	height: 1.5rem;
	margin-left:3.88rem;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 .dbtel{
	width:25%;
}
.foot02 .dbtel dl dt{
	padding-bottom:1.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02 .dbtel dl dd{
	margin-top:1.0rem;
	display:flex;
	align-items: center;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .dbtel dl dd img{
	margin-right:0.62rem;
	max-width:1.125rem;
}
.dbnav{
	width:50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dbnav dl dt{
	padding-bottom:0.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.dbnav dl dd{
	margin-top:1.06rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbnav dl dd a{
	color: var(---666, #666);
}
.dbewm{
	width:9%;
}
.dbewm dl dt{
	overflow:hidden;
	display:flex;
	justify-content: center;
}
.dbewm dl dt img{
	max-width:100%;
}
.dbewm 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;
	text-transform: uppercase;
}

.foot03{
	width:100%;
	float:left;
	margin-top:4.0rem;
	padding:1.88rem 0;
	border-top:1px solid #E0E0E0;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}

.back{
	width:3.0rem;
	display:flex;
	position:fixed;
	right:1.56rem;
	bottom:5.0rem;
	z-index:9;
}
.back img{
	max-width:100%;
}

.abwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background-image:url(../img/abb01.svg);
	background-position:right top;
	background-repeat:no-repeat;
	background-size:36% auto;
}
.abcon{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abcon-l{
	width:19%;
	position:relative;
	z-index:3;
}
.abcon-l::after{
	width: 0.75rem;
	height: 33.75rem;
	position:absolute;
	right:1.25rem;
	top:0;
	background-image:url(../img/sx.svg);
	background-position:center;
	background-repeat:no-repeat;
	content:'';
	display:inline-block;
	z-index:-1;
}
.abcon-l dl dt{
	margin-bottom:5.0rem;
	color: var(--cf-000-e, #CF000E);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.abcon-l dl dd{
	display:flex;
}
.abcon-l dl dd a{
	width:100%;
	display: flex;
	padding: 0rem 2.0rem 0rem 0rem;
	align-items: center;
	position:relative;
	z-index:5;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.abcon-l dl dd a div{
	width:100%;
	padding:0.9375rem 0rem 0.875rem 2.5rem;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
}
.abcon-l dl dd a::before{
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-image:url(../img/lmbj.svg);
	background-position:center;
	background-size:100% 100%;
	background-repeat:no-repeat;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.abcon-l dl dd a:hover::before{
	height:100%;
	width:100%;
}
.abcon-l dl dd a:hover{
	color:#FFF;
}
.abcon-l dl dd a.cur::before{
	height:100%;
	width:100%;
}
.abcon-l dl dd a.cur{
	color:#FFF;
}


.abcon-r{
	width:75%;
}
.abtit{
	width:100%;
	float:left;
}
.abtit dl dt{
	color: var(--cf-000-e, #CF000E);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.abtit dl dd{
	margin-top:3.75rem;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.375rem */
	text-transform: capitalize;
}
.abtit dl dd i{
	color: var(--cf-000-e, #CF000E);
}
.absm{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.abnum{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border-radius: 0.5rem;
	overflow:hidden;
	background: var(---Gray-6, #F2F2F2);
}
.abnum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abnum ul li{
	width:33.33%;
	padding:5.3rem 4.0rem;
	border-right: 1px solid var(---white, #FFF);
	text-align:center;
}
.abnum ul li:nth-child(3n){
	border-right:0px;
}
.abnum ul li dl dt{
	color: var(--cf-000-e, #CF000E);
	text-align: center;
	font-family: DIN;
	font-size: 4.5rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
}
.abnum ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.spt{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.spt img{
	width:100%;
	height:auto;
	display:block;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:6.25rem;
	position:relative;
	z-index:3;
}
.fzlc::before{
	width:1px;
	height:100%;
	position:absolute;
	left:16.92%;
	top:0.75rem;
	z-index:-1;
	background: #CF000E;
	content:'';
	display:inline-block;
}
.fzlc ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fzlc ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.12rem;
}
.fzlc ul li:first-child{
	margin-top:0px;
}
.fzlc ul li .a01{
	width:16.92%;
	color: var(--cf-000-e, #CF000E);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	position:relative;
}
.fzlc ul li .a01::after{
	width: 0.75rem;
	height: 0.75rem;
	position:absolute;
	top:0.75rem;
	right:-0.375rem;
	z-index:2;
	content:'';
	display:inline-block;
	background-color:#CF000E;
	border-radius:50%;
}
.fzlc ul li .a02{
	width:83.08%;
	padding-left:3.75rem;
}
.fzlc ul li .a02 dl dt{
	color: var(---333, #333);
	text-align: justify;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.875rem */
	text-transform: capitalize;
	/*
	display:flex;
	align-items: center;
	*/
}
.fzlc ul li .a02 dl dt b{
	margin-right:1.25rem;
	color: var(--cf-000-e, #CF000E);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	min-width:6rem;
}
.fzlc ul li .a02 dl dd{
	margin-top:1.16rem;
}
.fzlc ul li .a02 dl dd img{
	max-width:100%;
}

.qywh{
	width:100%;
	float:left;
	margin-top:3.13rem;
}
.qywh ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:2.5rem;
	margin-top:3.12rem;
	border-bottom:1px solid #CF000E;
}
.qywh ul li .num{
	width:10%;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
}
.qywh ul li .tit{
	width:40%;
	color: var(--cf-000-e, #CF000E);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.qywh ul li .tex{
	width:50%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:2.5rem;
	border: 2px solid #F2F2F2;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.25rem;
	position:relative;
}
.prolist ul li:first-child{
	margin-top:0px;
}
.prolist ul li:hover{
	border: 2px solid var(--cf-000-e, #CF000E);
}
.prolist ul li:hover .tex dl dt{
	color: var(--cf-000-e, #CF000E);
}
.prolist ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li .pic{
	width:50%;
	border-radius: 0.5rem;
	overflow:hidden;
	position:relative;
}
.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::before{
	width: 2.5rem;
	height: 2.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/bj.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	right:calc(50% - 1.25rem);
	top:calc(50% - 1.25rem);
	z-index:3;
	transition: all 0.6s;
}
.prolist ul li:hover::before{
	background-image:url(../img/hj.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.prolist ul li .tex{
	width:36%;
}
.prolist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.375rem */
	text-transform: capitalize;
}
.prolist ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:2.75rem;
}
.prolist ul li .tex p{
	padding-bottom:0.75rem;
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.show{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show-l{
	width:42.2%;
	color: var(---666, #666);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: uppercase;
	position:relative;
}
.show-l dl dt{
	color: var(--cf-000-e, #CF000E);
	font-family: zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 4.5rem */
	text-transform: capitalize;
}
.show-l dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.show-l .sm{
	display:flex;
	margin-top:3.75rem;
	margin-bottom:3.75rem;
}
.show-l .sm i{
	display: flex;
	padding: 0.625rem 1.25rem;
	justify-content: center;
	align-items: center;
	margin-right:0.62rem;
	border-radius: 3.125rem;
	border: 1px solid var(--cf-000-e, #CF000E);
	background: rgba(207, 0, 14, 0.05);
	color: var(--cf-000-e, #CF000E);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.show-l .inmore{
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.show-l .inmore a{
	margin-right:0.62rem;
}

.show-r{
	width:50%;
}
.show2{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border-radius: 1rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	box-shadow: 0 30px 60px 0 rgba(57, 57, 57, 0.10);
	padding:3.75rem;
}
.youd{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.youd ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.youd ul li{
	width:49%;
	display: flex;
	padding: 1.8125rem 2.5rem 1.75rem 2.5rem;
	align-items: center;
	border-radius: 0.5rem;
	border-left: 4px solid var(--cf-000-e, #CF000E);
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-top:1.25rem;
}
.xgcp{
	width:100%;
	float:left;
}
.xgcp ul{
	display: flex;
	flex-wrap: wrap;
}
.xgcp ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	overflow:hidden;
	transition: all 0.6s;
}
.xgcp ul li:hover{
	border: 2px solid var(--cf-000-e, #CF000E);
}
.xgcp ul li:nth-child(3n){
	margin-right:0px;
}
.xgcp ul li .pic{
	overflow:hidden;
	position:relative;
	border-radius: 0.5rem;
}
.xgcp ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.xgcp ul li:hover .pic img{
	transform: scale(1.05);
}
.xgcp ul li .tex{
	padding:2.5rem;
}
.xgcp ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.xgcp ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.xgcp ul li .tex .inmore{
	margin-top:2.5rem;
}
.xgcp ul li .tex .inmore a{
	width:100%;
}
.xgcp ul li .tex .inmore a::after{
	margin-left:0.62rem;
	margin-top:-0.15rem;
}
.alwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background-image:url(../img/albj.svg);
	background-position:right top;
	background-repeat:no-repeat;
	background-size:46.3% auto;
}
.altit{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.altit dl dt{
	color: var(--cf-000-e, #CF000E);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.altit dl dd{
	margin-top:5.5rem;
	display:flex;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.altit dl dd div{
	width:48%;
}
.allist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.allist ul{
	display: flex;
	flex-wrap: wrap;
}
.allist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.allist ul li .tex{
	width:41.6%;
	border-bottom:1px solid #E0E0E0;
}
.allist ul li:hover .tex{
	border-bottom:1px solid #CF000E;
}
.allist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.allist ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.allist ul li .tex .sm{
	display:flex;
	margin-top:2.0rem;
}
.allist ul li .tex .sm i{
	padding: 0.625rem 1.25rem;
	border-radius: 2.5rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	margin-right:0.62rem;
}
.allist ul li .tex .inmore a::after{
	margin-left:0.62rem;
	margin-top:-0.15rem;
}
.allist ul li .pic{
	width:48.1%;
	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);
}
.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.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(--cf-000-e, #CF000E);
	background: var(--cf-000-e, #CF000E);
	color:#fff;
}
.fy ul li .cur{
	border: 1px solid var(--cf-000-e, #CF000E);
	background: var(--cf-000-e, #CF000E);
	color:#fff;
}

.altit2{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.altit2.js dl dt{
	color: var(--cf-000-e, #CF000E);
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.altit2 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.altit2 dl dd{
	margin-top:2.5rem;
	display:flex;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.altit2 dl dd div{
	width:48%;
}
.ykcg{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.ykcg ul{
	display: flex;
	flex-wrap: wrap;
}
.ykcg ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	padding: 1.38rem 1.88rem 2.63rem 1.88rem;
	transition: all 0.6s;
}
.ykcg ul li:nth-child(4n){
	margin-right:0px;
}
.ykcg ul li dl dt{
	overflow:hidden;
}
.ykcg ul li dl dt img{
	max-width:2.25rem;
}
.ykcg ul li dl dd{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.ykcg ul li:hover{
	background: var(--cf-000-e, #CF000E);
	/* 2 */
	box-shadow: -15px 60px 100px 0 rgba(255, 0, 0, 0.11), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}
.ykcg ul li:hover dl dd{
	color: var(---white, #FFF);
}
.hz{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.hz ul{
	display: flex;
	flex-wrap: wrap;
}
.hz ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	transition: all 0.6s;
	height:24rem;
	padding:3.12rem 2.5rem;
}
.hz ul li:nth-child(4n){
	margin-right:0px;
}
.hz ul li dl dt{
	overflow:hidden;
	margin-bottom:2.5rem;
}
.hz ul li dl dt img{
	max-height:5.0rem;
}
.hz ul li dl dd{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.hz ul li:hover{
	border: 1px solid var(--cf-000-e, #CF000E);
	background: var(---white, #FFF);
	/* 2 */
	box-shadow: -15px 60px 100px 0 rgba(255, 0, 0, 0.11), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}

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

.baojia2{
	width:100%;
	float:left;
	margin-top:1.87rem;
}
.baojia2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia2 ul li{
	width:49.7%;
	margin-top:1.88rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia2 ul li div{
	display: flex;
	align-items:center;
}
.baojia2 ul li div input{
	margin-right:0.62rem;
}
.baojia2 ul li dl{
	width:100%;
}
.baojia2 ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia2 ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk3{
	width:100%;
	border: 0px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
}
.bgbk4{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:3.75rem;
	outline:none;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
}
.baojia2 ul li.w100{
	width:100%;
}
.blue{
	color: var(--065-ca-7, #065CA7);
}
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:0 15px;
	padding-right:30px;
}

.inab .tex .inmore{
	justify-content: space-between;
	align-items:center;
}
.inab .tex .inmore .abcd{
	width:auto;
	max-width:10.0rem;
	background-color:#f5f5f7;
	padding:0.5rem;
	text-align:center;
	font-size: 0.95rem;
}
.inab .tex .inmore .abcd img{
	max-width:100%;
	border:1px solid #e27964;
}












.marr1{
	margin-right:0.62rem;
}
.mart3{
	margin-top:3.75rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart5{
	margin-top:4.0rem;
}
.mart8{
	margin-top:8.75rem;
}
.mart0{
	margin-top:0rem;
}

.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:2000px) and (max-width:3600px){

.inpro{
	height: 1600px;
	}
.subNav a{
	padding: 3rem 3.75rem;
	}
.navContent .incon .tp {
    width: 50%;}
	



	
}
@media (min-width:3601px) and (max-width:4200px){

.inpro{
	height: 1800px;
	}
.subNav a{
	padding: 2rem 3.75rem;
	}
.navContent .incon .tp {
    width: 48%;}
	



	
}
@media (min-width:1000px) and (max-width:1440px){
.show-l{	
	    font-size: 0.875rem;
}
}
@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;
}
.top-r{
	width: auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	position:absolute;
	right:3%;
	top:0;
	z-index:1;
}

.zyw{
	display: flex;
	justify-content: center;
	align-items: center;
	width:auto;
	position:relative;
}
.zyw .a01{
	height: 3.0rem;
	width:3.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3rem;
	background: var(--cf-000-e, #CF000E);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zyw .xl{
	width:3.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	position:absolute;
	left:0;
	top:3.0rem;
	z-index:9;
	opacity:0;
	visibility:hidden;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-top:0.5rem;
}
.zyw .xl a{
	height: 3.0rem;
	width:3.0rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3rem;
	background: var(--cf-000-e, #CF000E);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0.5rem;
}
.zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.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(--cf-000-e, #CF000E); 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(--cf-000-e, #CF000E);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--cf-000-e, #CF000E);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}

.inhy{
	width:100%;
	float:left;
	background: var(--cf-000-e, #CF000E);
	padding:0 3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.inhy.ny::after{
	width: 2.1rem;
	height: 1.0rem;
	position:absolute;
	bottom:-0.5rem;
	left:calc(50% - 1.05rem);
	z-index:1;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.inhy .a01{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
	height:6.5rem;
}
.inhy .a01 .pic{
	
}
.inhy .a01 .pic img{
	max-width:4rem;
	transition: all 0.6s;
}
.inhy .a01 .pic:hover img{
	transform: scale(1.05);
}
.inhy .a01 dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inhy .a01 a{
	width:100%;
	height:100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.inhy .a01 dl dd{
	margin-top:0.62rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inhy .sx{
	width:100%;
	height:1px;
	background: rgba(255, 255, 255, 0.30); 
}

.inmore{
	display:flex;
	position:relative;
	z-index:3;
}
.inmore a{
	display: inline-flex;
	padding: 0.5rem 2.1875rem;
	justify-content:center;
	align-items: center;
	border-radius: 0.25rem;
	border: 1px solid var(--cf-000-e, #CF000E);
	color: var(--cf-000-e, #CF000E);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	position:relative;
}
.inmore a::after{
	content:">";
	display: inline-block;
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.31rem;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--cf-000-e, #CF000E);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a:hover{
	color:#FFF;
}

.inmore a.cur::before{
	width:100%;
}
.inmore a.cur::after{
	background-image:url(../img/caret_right.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}

.intit{
	width:100%;
	float:left;
	margin-top:4rem;
	padding-bottom:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom:1px solid #E0E0E0;
}
.intit.ny{
	padding-bottom:0;
	border-bottom:0px;
}
.intit dl dt{
	color: var(--cf-000-e, #CF000E);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.intit dl dt::before{
	content: "\2022";
	display:inline-block;
	margin-right:0.31rem;
}
.intit 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;
}
.intit.white dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.intit.white dl dd{
	color: var(---white, #FFF);
}
.intit dl{
	max-width:50%;
}
.intit .ab{
	width:50%;
	color: var(--cf-000-e, #CF000E);
	font-family: zt2;
	font-size: 2rem;

	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit .a02{
	width:50%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}

.inab{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .pic{
	width:100%;
	overflow:hidden;
	display: flex;
	align-items: center;
	position:relative;
	border-radius: 0.5rem;
	background: var(--cf-000-e, #CF000E);
	box-shadow: -15px 60px 100px 0 rgba(255, 0, 0, 0.11), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}
.inab .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inab .pic:hover img{
	transform: scale(1.05);
}
.inab .pic .play{
	width:3.45rem;
	height:3.45rem;
	position:absolute;
	left:calc(50% - 1.725rem);
	top:calc(50% - 1.725rem);
	z-index:2;
	border-radius: 50%;
	background: var(---white, #FFF);
	display:flex;
	justify-content:center;
	align-items: center;
}
.inab .pic .play img{
	max-width:1.5rem;
}
.rotating-circle{
	width: 5.5rem;
	height: 5.5rem;
	position:absolute;
	left:calc(50% - 2.75rem);
	top:calc(50% - 2.75rem);
	z-index:1;
	border-radius: 50%;
	background: url(../img/Rectangle.svg) no-repeat center;
	background-size:contain;
	animation: rotate 6s linear infinite;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@keyframes rotate {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}


.inab .tex{
	width:100%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.5rem */
	text-transform: capitalize;
	margin-top:2.5rem;
}
.inab .tex h1{
	color: var(---333, #333);
	text-align: justify;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.375rem */
	text-transform: capitalize;
	margin-bottom:1.75rem;
}
.inab .tex h1 i{
	color: var(--cf-000-e, #CF000E);
}

.innum{
	width:100%;
	float:left;
	margin-top:4.5rem;
	padding:0 3%;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum .a01{
	width:auto;
	max-width:16.8%;
	height: auto;
	padding:2.5rem 0;
}
.innum .a01 dl dt{
	color: var(--cf-000-e, #CF000E);
	font-family: DIN;
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
}
.innum .a01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.innum .sx{
	width:1px;
	background: #E0E0E0;
}

.inpro{
	width:100%;
	float:left;
	background-image:url(../img/incbj.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
}
.inpro .intit{
	width:100%;
	padding:0 3%;
	border-bottom:0px;
}
.inpro01{
	width:100%;
	float:right;
	margin-top:4.0rem;
}

.subNavBox{
	width:100%;
	float:left;
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
} 
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav a{
	width:100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1.5rem 1.75rem;
	color: #FFFFFF;
}
.subNav a img{
	transition: all 0.6s;
	max-width:2.0rem;
}
.currentDd{
	border-bottom:0px;
}
.currentDd a{
	color: #FFFFFF;
}
.currentDd img{
	opacity:0;
}
.navContent{
	display: none;
	float:left; 
	width:100%; 
	padding:0rem 1.75rem;
	padding-bottom:2.8rem;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.navContent .incon{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.navContent .incon .tex{
	width:30%;
}
.navContent .incon .tex dl dd{
	padding-bottom:0.62rem;
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.navContent .incon .tex dl dd:first-child{
	margin-top:0px;
}
.navContent .incon .tex dl dd a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.6875rem */
	text-transform: capitalize;
}
.navContent .incon .tex dl dd a::after{
	content:'';
	display:inline-block;
	opacity:0;
	width: 0.625rem;
	height: 1.25rem;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.navContent .incon .tex dl dd a:hover::after{
	opacity:1;
}
.navContent .incon .tp{
	width:56%;
	border-radius: 0.5rem;
	border: 2px solid var(--cf-000-e, #CF000E);
	overflow:hidden;
	position:relative;
}
.navContent .incon .tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.navContent .incon .tp:hover img{
	transform: scale(1.05);
}
.navContent .incon .tp::after{
	width:1.5rem;
	height:1.5rem;
	position:absolute;
	right:1.25rem;
	bottom:1.25rem;
	z-index:2;
	content:'';
	display:inline-block;
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
}

.inny{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inny-l{
	width:100%;
}

.subNavBox2{
	width:100%;
	float:left;
} 
.subNav2{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	DISPLAY: block;  
	CURSOR: pointer;
	text-align:left;
	
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-6, #F2F2F2);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);

	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1rem 0.6rem;
	margin-top:1.25rem;
}
.subNav2 dl dt{
	color: var(---999, #999);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
}
.subNav2 dl dt::before{
	/*content: "\2022";
	margin-right:0.62rem;*/
}
.subNav2 dl dd{
	margin-bottom:0.63rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.subNav2 .sz{
	display: flex;
	padding: 0.25rem 1.0625rem;
	justify-content: center;
	align-items: center;
	width:auto;
	border-radius: 1.25rem;
	background: var(--bg, #F5F5F9);
	color: var(---999, #999);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.currentDd2{
	background: var(---Gray-6, #F2F2F2);
	border-radius: 0.5rem 0.5rem 0 0;
}
.currentDd2 dl dt{
	color: var(--cf-000-e, #CF000E);
}
.currentDd2 .sz{
	background: var(--cf-000-e, #CF000E);
	color:#FFF;
}
.navContent2{
	display: none;
	float:left; 
	width:100%; 
	padding:0rem 2.5rem;
	padding-bottom:1.53rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height:normal; /* 1.6875rem */ 
	border-radius:0 0 0.5rem 0.5rem;
}
.navContent2 p{
	margin-top:0.62rem;
}
.navContent2 .more{
	display:flex;
	margin-top:2.5rem;
}
.navContent2 .more a{
	display: flex;
	align-items: center;
	color: var(--cf-000-e, #CF000E);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
}
.navContent2 .more a::after{
	margin-left:0.62rem;
	content:">";
	font-family:"宋体";
	font-weight:bold;
	margin-top:-0.25rem;
}


.inny-r{
	width:100%;
	overflow:hidden;
	position:relative;
	border-radius:0.5rem;
	margin-top:3.0rem;
}
.inny-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.inny-r:hover img{
	transform: scale(1.05);
}
.inwrap{
	width:100%;
	float:left;
	margin-top:4rem;
	background: var(---Gray-6, #F2F2F2);
	padding-bottom:4rem;
}
.tpqh{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.inmap{
	width:100%;
	float:left;
	position:relative;
}
.inmap img{
	width:100%;
	height:auto;
	display:block;
}
.inmap .intit{
	padding:0 3%;
	border-bottom:0px;
}
.inmap .intit dl{
	max-width:100%;	
}
.inmap .tex{
	width:100%;
	float:left;
	margin-bottom:4.0rem;
	
	padding:0 3%;
}
.inmap .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inmap .tex ul li{
	width:48%;
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	padding: 1.5rem;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.inmap .tex ul li:last-child{
	
}
.inmap .tex ul li:hover{
	border: 1px solid var(--cf-000-e, #CF000E);
	background: var(---white, #FFF);
	box-shadow: 0 64px 60px -34px rgba(185, 0, 0, 0.15);
}
.inmap .tex ul li dl dt{
	padding-bottom:0.81rem;
	display:flex;
}
.inmap .tex ul li dl dt img{
	max-width:100%;
	width:auto;
	height:auto;
}
.inmap .tex ul li dl dd{
	margin-top:0.44rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
	text-transform: capitalize;
}

.foot{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding-top:3.25rem;
}
.foot01{
	width:100%;
	float:left;
	padding-bottom:1.75rem;
	border-bottom:1px solid #E0E0E0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .a01{
	width:32%;
	display:flex;
}
.foot01 .a01 img{
	max-width:100%;
}
.inly{
	display:flex;
}
.inly a{
	display: flex;
	padding: 0.75rem 1.25rem 1rem 2.4375rem;
	align-items: center;
	border-radius: 0.25rem;
	background: var(--cf-000-e, #CF000E);
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.82981rem */
}
.inly a::after{
	width: 1.5rem;
	height: 1.5rem;
	margin-left:1.88rem;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 .dbtel{
	width:100%;
}
.foot02 .dbtel dl dt{
	padding-bottom:1.0rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02 .dbtel dl dd{
	margin-top:1.0rem;
	display:flex;
	align-items: center;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .dbtel dl dd img{
	margin-right:0.62rem;
	max-width:1.125rem;
}
.dbnav{
	width:50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.dbnav dl dt{
	padding-bottom:0.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.dbnav dl dd{
	margin-top:1.06rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbnav dl dd a{
	color: var(---666, #666);
}
.dbewm{
	width:100%;
	margin-top:2.5rem;
}
.dbewm dl dt{
	overflow:hidden;
	display:flex;
	justify-content: center;
}
.dbewm dl dt img{
	max-width:100%;
}
.dbewm 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;
	text-transform: uppercase;
}

.foot03{
	width:100%;
	float:left;
	margin-top:4.0rem;
	padding:1.5rem 0;
	border-top:1px solid #E0E0E0;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
}

.back{
	width:3.0rem;
	display:flex;
	position:fixed;
	right:1.56rem;
	bottom:5.0rem;
	z-index:9;
}
.back img{
	max-width:100%;
}

.abwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background-image:url(../img/abb01.svg);
	background-position:right top;
	background-repeat:no-repeat;
	background-size:36% auto;
}
.abcon{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abcon-l{
	width:19%;
	position:relative;
	z-index:3;
	display:none;
}
.abcon-l::after{
	width: 0.75rem;
	height: 33.75rem;
	position:absolute;
	right:1.25rem;
	top:0;
	background-image:url(../img/sx.svg);
	background-position:center;
	background-repeat:no-repeat;
	content:'';
	display:inline-block;
	z-index:-1;
}
.abcon-l dl dt{
	margin-bottom:5.0rem;
	color: var(--cf-000-e, #CF000E);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.abcon-l dl dd{
	display:flex;
}
.abcon-l dl dd a{
	width:100%;
	display: flex;
	padding: 0rem 2.0rem 0rem 0rem;
	align-items: center;
	position:relative;
	z-index:5;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.abcon-l dl dd a div{
	width:100%;
	padding:0.9375rem 0rem 0.875rem 2.5rem;
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
}
.abcon-l dl dd a::before{
	width:0;
	height:0;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-image:url(../img/lmbj.svg);
	background-position:center;
	background-size:100% 100%;
	background-repeat:no-repeat;
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.abcon-l dl dd a:hover::before{
	height:100%;
	width:100%;
}
.abcon-l dl dd a:hover{
	color:#FFF;
}
.abcon-l dl dd a.cur::before{
	height:100%;
	width:100%;
}
.abcon-l dl dd a.cur{
	color:#FFF;
}


.abcon-r{
	width:100%;
}
.abtit{
	width:100%;
	float:left;
}
.abtit dl dt{
	color: var(--cf-000-e, #CF000E);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.abtit dl dd{
	margin-top:1.75rem;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.375rem */
	text-transform: capitalize;
}
.abtit dl dd i{
	color: var(--cf-000-e, #CF000E);
}
.absm{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.5rem */
	text-transform: capitalize;
}
.abnum{
	width:100%;
	float:left;
	margin-top:3.25rem;
	border-radius: 0.5rem;
	overflow:hidden;
	background: var(---Gray-6, #F2F2F2);
}
.abnum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.abnum ul li{
	width:33.33%;
	padding:2.3rem 1.5rem;
	border-right: 1px solid var(---white, #FFF);
	text-align:center;
}
.abnum ul li:nth-child(3n){
	border-right:0px;
}
.abnum ul li dl dt{
	color: var(--cf-000-e, #CF000E);
	text-align: center;
	font-family: DIN;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 5;
	line-height: normal;
}
.abnum ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.spt{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.spt img{
	width:100%;
	height:auto;
	display:block;
}
.fzlc{
	width:100%;
	float:left;
	margin-top:3.25rem;
	position:relative;
	z-index:3;
}
.fzlc::before{
	width:1px;
	height:100%;
	position:absolute;
	left:16.92%;
	top:0.75rem;
	z-index:-1;
	background: #CF000E;
	content:'';
	display:inline-block;
}
.fzlc ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fzlc ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.12rem;
}
.fzlc ul li:first-child{
	margin-top:0px;
}
.fzlc ul li .a01{
	width:16.92%;
	color: var(--cf-000-e, #CF000E);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	position:relative;
}
.fzlc ul li .a01::after{
	width: 0.75rem;
	height: 0.75rem;
	position:absolute;
	top:0.55rem;
	right:-0.375rem;
	z-index:2;
	content:'';
	display:inline-block;
	background-color:#CF000E;
	border-radius:50%;
}
.fzlc ul li .a02{
	width:83.08%;
	padding-left:1.75rem;
}
.fzlc ul li .a02 dl dt{
	color: var(---333, #333);
	text-align: justify;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.875rem */
	text-transform: capitalize;
	/*
	
	display:flex;
	align-items: flex-start;
	*/
}
.fzlc ul li .a02 dl dt b{
	margin-right:1.25rem;
	color: var(--cf-000-e, #CF000E);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 1.875rem */
	min-width:5rem;
}
.fzlc ul li .a02 dl dd{
	margin-top:1.16rem;
}
.fzlc ul li .a02 dl dd img{
	max-width:100%;
}

.qywh{
	width:100%;
	float:left;
	margin-top:3.13rem;
}
.qywh ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qywh ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom:1.5rem;
	margin-top:2.12rem;
	border-bottom:1px solid #CF000E;
}
.qywh ul li .num{
	width:10%;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
}
.qywh ul li .tit{
	width:40%;
	color: var(--cf-000-e, #CF000E);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.qywh ul li .tex{
	width:50%;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1.5rem;
	border: 2px solid #F2F2F2;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.25rem;
	position:relative;
}
.prolist ul li:first-child{
	margin-top:0px;
}
.prolist ul li:hover{
	border: 2px solid var(--cf-000-e, #CF000E);
}
.prolist ul li:hover .tex dl dt{
	color: var(--cf-000-e, #CF000E);
}
.prolist ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li .pic{
	width:100%;
	border-radius: 0.5rem;
	overflow:hidden;
	position:relative;
}
.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::before{
	width: 2.5rem;
	height: 2.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/bj.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	right:calc(50% - 1.25rem);
	bottom:calc(40% - 1.25rem);
	z-index:3;
	transition: all 0.6s;
}
.prolist ul li:hover::before{
	background-image:url(../img/hj.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.prolist ul li .tex{
	padding-bottom:2.0rem;
	width:100%;
}
.prolist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 3.375rem */
	text-transform: capitalize;
}
.prolist ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:2.75rem;
}
.prolist ul li .tex p{
	padding-bottom:0.75rem;
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.show{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show-l{
	width:100%;
	color: var(---666, #666);
	font-family: zt3;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: uppercase;
	position:relative;
}
.show-l dl dt{
	color: var(--cf-000-e, #CF000E);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 4.5rem */
	text-transform: capitalize;
}
.show-l dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.show-l .sm{
	display:flex;
	margin-top:2.75rem;
	margin-bottom:2.75rem;
}
.show-l .sm i{
	display: flex;
	padding: 0.625rem 1.25rem;
	justify-content: center;
	align-items: center;
	margin-right:0.62rem;
	border-radius: 3.125rem;
	border: 1px solid var(--cf-000-e, #CF000E);
	background: rgba(207, 0, 14, 0.05);
	color: var(--cf-000-e, #CF000E);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.show-l .inmore{
	margin-top:2.5rem;
}
.show-l .inmore a{
	margin-right:0.62rem;
}

.show-r{
	width:100%;
	margin-top:3.0rem;
}
.show2{
	width:100%;
	float:left;
	margin-top:3.25rem;
	border-radius: 1rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	box-shadow: 0 30px 60px 0 rgba(57, 57, 57, 0.10);
	padding:2.5rem;
}
.youd{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.youd ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.youd ul li{
	width:100%;
	display: flex;
	padding: 1.8125rem 2.5rem 1.75rem 2.5rem;
	align-items: center;
	border-radius: 0.5rem;
	border-left: 4px solid var(--cf-000-e, #CF000E);
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-top:1.25rem;
}
.xgcp{
	width:100%;
	float:left;
}
.xgcp ul{
	display: flex;
	flex-wrap: wrap;
}
.xgcp ul li{
	width:100%;
	margin-top:1.75rem;
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	overflow:hidden;
	transition: all 0.6s;
}
.xgcp ul li:hover{
	border: 2px solid var(--cf-000-e, #CF000E);
}
.xgcp ul li:nth-child(3n){
	margin-right:0px;
}
.xgcp ul li .pic{
	overflow:hidden;
	position:relative;
	border-radius: 0.5rem;
}
.xgcp ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.xgcp ul li:hover .pic img{
	transform: scale(1.05);
}
.xgcp ul li .tex{
	padding:2.5rem;
}
.xgcp ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;

	font-weight: 500;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.xgcp ul li .tex dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.xgcp ul li .tex .inmore{
	margin-top:2.5rem;
}
.xgcp ul li .tex .inmore a{
	width:100%;
}
.xgcp ul li .tex .inmore a::after{
	margin-left:0.62rem;
	margin-top:-0.15rem;
}
.alwrap{
	width:100%;
	float:left;
	margin-top:5.0rem;
	background-image:url(../img/albj.svg);
	background-position:right top;
	background-repeat:no-repeat;
	background-size:46.3% auto;
}
.altit{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.altit dl dt{
	color: var(--cf-000-e, #CF000E);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.altit dl dd{
	margin-top:2.5rem;
	display:flex;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	text-transform: capitalize;
}
.altit dl dd div{
	width:85%;
}
.allist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.allist ul{
	display: flex;
	flex-wrap: wrap;
}
.allist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.allist ul li .tex{
	width:41.6%;
	border-bottom:1px solid #E0E0E0;
	padding-bottom:2.0rem;
}
.allist ul li:hover .tex{
	border-bottom:1px solid #CF000E;
}
.allist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.allist ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	display:none;
}
.allist ul li .tex .sm{
	display:flex;
	margin-top:2.0rem;
	display:none;
}
.allist ul li .tex .sm i{
	padding: 0.625rem 1.25rem;
	border-radius: 2.5rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	margin-right:0.62rem;
}
.allist ul li .tex .inmore a::after{
	margin-left:0.62rem;
	margin-top:-0.15rem;
}
.allist ul li .pic{
	width:48.1%;
	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);
}
.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.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(--cf-000-e, #CF000E);
	background: var(--cf-000-e, #CF000E);
	color:#fff;
}
.fy ul li .cur{
	border: 1px solid var(--cf-000-e, #CF000E);
	background: var(--cf-000-e, #CF000E);
	color:#fff;
}

.altit2{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.altit2.js dl dt{
	color: var(--cf-000-e, #CF000E);
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.altit2 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.altit2 dl dd{
	margin-top:1.5rem;
	display:flex;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.altit2 dl dd div{
	width:100%;
}
.ykcg{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.ykcg ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ykcg ul li{
	width:48%;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	padding: 1.38rem 1.88rem 2.63rem 1.88rem;

	transition: all 0.6s;
}
.ykcg ul li:nth-child(4n){
	margin-right:0px;
}
.ykcg ul li dl dt{
	overflow:hidden;
}
.ykcg ul li dl dt img{
	max-width:2.25rem;
}
.ykcg ul li dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.ykcg ul li:hover{
	background: var(--cf-000-e, #CF000E);
	/* 2 */
	box-shadow: -15px 60px 100px 0 rgba(255, 0, 0, 0.11), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}
.ykcg ul li:hover dl dd{
	color: var(---white, #FFF);
}
.hz{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.hz ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hz ul li{
	width:48%;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	transition: all 0.6s;
	height: auto;
	padding:2.12rem 1.5rem;
}
.hz ul li:nth-child(4n){
	margin-right:0px;
}
.hz ul li dl dt{
	overflow:hidden;
	margin-bottom:1.5rem;
}
.hz ul li dl dt img{
	max-width:100%;
	height:auto;
}
.hz ul li dl dd{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	text-transform: capitalize;
}
.hz ul li:hover{
	border: 1px solid var(--cf-000-e, #CF000E);
	background: var(---white, #FFF);
	/* 2 */
	box-shadow: -15px 60px 100px 0 rgba(255, 0, 0, 0.11), -20px 40px 100px 0 rgba(88, 92, 98, 0.04);
}

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

.baojia2{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.baojia2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia2 ul li{
	width:48%;
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia2 ul li div{
	display: flex;
	align-items:center;
}
.baojia2 ul li div input{
	margin-right:0.62rem;
}
.baojia2 ul li dl{
	width:100%;
}
.baojia2 ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia2 ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk3{
	width:100%;
	border: 0px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
}
.bgbk4{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
}
.baojia2 ul li.w100{
	width:100%;
}
.blue{
	color: var(--065-ca-7, #065CA7);
}
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;
	background-size:1.0rem auto;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding:0 15px;
	padding-right:30px;
}

.inab .tex .inmore{
	justify-content: space-between;
	align-items:center;
}
.inab .tex .inmore .abcd{
	width:auto;
	max-width:8.0rem;
	background-color:#f5f5f7;
	padding:0.5rem;
	text-align:center;
}
.inab .tex .inmore .abcd img{
	max-width:100%;
	border:1px solid #e27964;
}














.marr1{
	margin-right:0.62rem;
}
.mart3{
	margin-top:1.75rem;
}
.mart6{
	margin-top:3.25rem;
}
.mart5{
	margin-top:5.0rem;
}
.mart8{
	margin-top:3.75rem;
}
.mart0{

	margin-top:0rem;
}



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

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




}












































