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(--cd-2-a-21, #CD2A21);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}

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

@media (min-width:1000px) {
	
.header.yanse{
	background: #FBF7F8;
}
.header.yanse.yanse01{
	width:100%;
	background: var(--10, rgba(255, 255, 255, 0));
	margin-top:1.25rem;
}
.header.yanse.yanse01 .innav ul>li>a{
	color:#FFF;
}
.header.yanse.yanse01 .intop{
	padding:0 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;
}


.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	position:relative;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:10%;
	display: flex;
	align-items: center;
	height:5.0rem;
	min-width:10%;
	transition: all 0.6s;
	position:relative;
}
.logo img{
	max-width:100%;
	max-height:100%;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul>li{
	width:auto;
	font-size: 1.0rem;
	height:5.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	display:flex;
	align-items: center;
}
.innav ul>li>a{
	width:auto;
	padding:0.81rem 1.56rem;
	display:flex;
	align-items: center;
	position:relative;
}
.innav ul>li>a::after{
	width: 0.375rem;
	height: 0.375rem;
	position: absolute;
	left:calc(50% - 0.1875rem);
	bottom: 0rem;
	z-index:1;
	background-image:url(../img/dian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
	opacity:0;
	visibility:hidden;
	border-radius:1.25rem;
	transition: all 0.6s;
}
.innav ul>li>a:hover::after{
	opacity:21;
	visibility:visible;
}
.innav ul>li>a.cur::after{
	opacity:21;
	visibility:visible;
}
.header.yanse .innav ul>li.cur a{
}
.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);
}

.innav ul li .xiala{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:9;
	background: var(---white, #FFF);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	opacity:0;
	visibility: hidden;
	transition: all 0.6s;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility: visible;
}
.innav ul li .xiala .a01{
	width:50%;
	padding-left:8.33vw;
	padding-right:7.62rem;
	padding-top:4.94rem;
	padding-bottom:4.12rem;
	box-shadow: 64px 0px 60px -34px rgba(0, 0, 0, 0.11);
	position:relative;
}
.innav ul li .xiala .a01 h1{
	padding-bottom:2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	position:relative;
}
.innav ul li .xiala .a01 h1::before{
	width: 9.125rem;
	height: 0.25rem;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	content:'';
	display:inline-block;
	background:#0052FF;
}
.innav ul li .xiala .a01 dl{
	padding-top:2.96rem;
	width:50%;
}
.innav ul li .xiala .a01 dl dd{
	margin-top:1.69rem;
	color: var(---333, #333);
	font-size: 1.125rem;
	font-family:zt4;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display: flex;
	align-items: center;
}
.innav ul li .xiala .a01 dl dd .xl{
	width:50%;
	position:absolute;
	left:50%;
	top:7.6rem;
	z-index:3;
	opacity:0;
	visibility: hidden;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.innav ul li .xiala .a01 dl dd .xl p{
	display:flex;
	margin-top:1.25rem;
}
.innav ul li .xiala .a01 dl dd .xl p a{
	display: flex;
	align-items: center;
}
.innav ul li .xiala .a01 dl dd .xl p a::before{
	content:">";
	font-family:'宋体';
	margin-right:1.31rem;
	font-weight:bold;
}
.innav ul li .xiala .a01 dl dd:hover .xl{
	opacity:1;
	visibility:visible;
}
.innav ul li .xiala .a01 dl dd a{
	display: flex;
	align-items: center;
	width:100%;
	height:auto;
}
.innav ul li .xiala .a01 dl dd a::before{
	content:">";
	font-family:'宋体';
	margin-right:1.31rem;
	font-weight:bold;
}
.innav ul li .xiala .a02{
	width:50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.innav ul li .xiala .a02 img{
	max-width:60%;
	max-height:18rem;
}

.header.yanse .innav ul li .xiala a{
	color:#333;
}
.header.yanse .innav ul li .xiala a:hover{
	color:#065CA7;
}
.header.yanse.yanse01 .innav ul li .xiala a{
	color:#333;
}
.header.yanse.yanse01 .innav ul li .xiala a:hover{
	color:#065CA7;
}
.header.yanse .innav ul li.cur .xiala a:hover{
	color:#065CA7;
}

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

.zyw{
	display: flex;
	align-items: center;
	width:auto;
	color: var(---999, #999);
}
.zyw a{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.zyw a.cur{
	color: var(---333, #333);
}
.zyw a:hover{
	color: var(---333, #333);
}
.zyw i{
	margin-left:0.5rem;
	margin-right:0.5rem;
}

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

.inmore{
	display:flex;
}
.inmore a{
	display: flex;
	padding: 0.75rem 1.25rem;
	align-items: center;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	/* 按钮 */
	box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.10);
	position:relative;
	overflow:hidden;
	color: var(---black, #000);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	z-index:5;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--cd-2-a-21, #CD2A21);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:0.62rem;
	content:'';
	background-image: url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
}
.inmore a:hover::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}
.inwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:0 8.33vw;
	padding-bottom:10rem;
}
.cpdlm{
	width:100%;
	float:left;
	margin-top:2.81rem;
}
.cpdlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpdlm ul li{
	width:28.4%;
	display: flex;
	justify-content: space-between;
	padding: 1.25rem 2.5rem;
	align-items: center;
	transition: all 0.6s;
}
.cpdlm ul li img{
	max-width:9.0rem;
	min-width:9.0rem;
}
.cpdlm ul li dl dt{
	color: var(---black, #000);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cpdlm ul li dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.cpdlm ul li:hover{
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-6, #F2F2F2);
	background: var(---white, #FFF);
	/* 0-30-60-0.1 */
	box-shadow: 0 30px 60px 0 rgba(57, 57, 57, 0.10);
}
.cpdlm ul li.cur{
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-6, #F2F2F2);
	background: var(---white, #FFF);
	/* 0-30-60-0.1 */
	box-shadow: 0 30px 60px 0 rgba(57, 57, 57, 0.10);
}
.inpro{
	width:100%;
	float:left;
	margin-top:6.56rem;
}
.intit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.intit .a01{
	width:auto;
}
.intit .a01 dl dt{
	color: var(---999, #999);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.intit .a01 dl dd{
	margin-top:0.62rem;
	color: var(---black, #000);
	font-family:zt2;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit .a01 dl dd i{
	color: var(--cd-2-a-21, #CD2A21);
}
.intit .a01 .sm{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit .a03{
	width:auto;
	max-width:39.3%;
	color: var(---black, #000);
	text-align: justify;
	font-family:zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
}
.cpxlm{
	width:auto;
}
.cpxlm ul{
	display: flex;
	flex-wrap: wrap;
}
.cpxlm ul li{
	width:auto;
	margin-left:1.94rem;
	display: flex;
	align-items: center;
}
.cpxlm ul li a{
	width:100%;
	display: flex;
	align-items: center;
	position:relative;
}
.cpxlm ul li a::before{
	width: 0.0625rem;
	height: 3.1875rem;
	background: #000;
	margin-right:1.69rem;
	content:'';
	display:inline-block;
}
.cpxlm ul li dl dt{
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cpxlm ul li dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.cpxlm ul li.cur dl dt{
	color: var(--da-2122, #DA2122);
}
.cpxlm ul li.cur a::before{
	background: #CD2A21;
}
.cpxlm ul li a:hover::before{
	background: #CD2A21;
}
.incp{
	width:100%;
	float:left;
}
.incp ul{
	display: flex;
	flex-wrap: wrap;
}
.incp ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
}
.incp ul li:nth-child(3n){
	margin-right:0px;
}
.incp ul li .pic{
	height:34rem;
	border-radius: 0.5rem;
	background: #FEFEFE;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
	transition: all 0.6s;
}
.incp ul li .pic img{
	max-width:68.4%;
	transition: all 0.6s;
}
.incp ul li:hover .pic img{
	transform: scale(1.05);
}
.incp ul li .pic i{
	width:auto;
	position:absolute;
	left:1.25rem;
	top:1.25rem;
	z-index:1;
	color: var(---black, #000);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.575rem */
	text-transform: uppercase;
}
.incp ul li dl dt{
	margin-top:1.87rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:1.25rem;
	border-bottom:1px solid #E0E0E0;
}
.incp ul li dl dt i{
	padding: 0.25rem 0.56rem;
	border-radius: 0.25rem;
	border: 1px solid var(---999, #999);
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.incp ul li dl dt i:empty {
    border: none; /* 隐藏边框 */
    padding: 0;    /* 清空内边距，防止空标签占位置 */
}
.incp ul li dl dd{
	margin-top:1.25rem;
	display:flex;
	color: var(---black, #000);
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
}
.incp ul li dl dd div{
	width:75.4%;
}
.incp ul li:hover dl dt{
	border-bottom:1px solid #CD2A21;
}
.incp ul li:hover .pic{
	/* 0-30-60-0.1 */
	box-shadow: 0 30px 60px 0 rgba(57, 57, 57, 0.10);
}

.inabwrap{
	width:100%;
	float:left;
	background: #121212;
	padding:12.5rem 8.33vw;
}
.inabtit{
	width:100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.inabtit .a01{
	max-width:49.1%;
	color: var(---white, #FFF);
	text-align: justify;
	font-family: zt;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 300;
	line-height: 200%; /* 2.5rem */
}
.inabtit b{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 8rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	max-width:50%;
}
.inabpic{
	width:100%;
	float:left;
	margin-top:10.0rem;
	overflow:hidden;
	position:relative;
}
.inabpic.a1{
	margin-top:6.25rem;
	border-radius: 1rem;
}
.inabpic.a1::after{
	opacity:0;
}
.inabpic::after{
	width: 1.25rem;
	height: 1.25rem;
	position:absolute;
	right:2.5rem;
	bottom:2.5rem;
	z-index:2;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inabpic img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s;
}
.inabpic:hover img{
	transform: scale(1.05);
}
.innum{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.innum ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.innum ul li{
	width:auto;
	text-align:center;
}
.innum.ny ul{
	justify-content: space-between;
}
.innum.ny ul li dl dt{
	color:#333;
}
.innum.ny ul li dl dd{
	color:#333;
}
.innum ul li dl dt{
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 6rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.innum ul li dl dd{
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.kxnl{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.kxnl ul{
	display: flex;
	flex-wrap: wrap;
}
.kxnl ul li{
	width:calc(20.25% - 1.25rem);
	margin-right:1.25rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	padding:2.5rem 1.84rem;
	transition: all 0.6s;
}
.kxnl ul li:nth-child(5n){
	margin-right:0px;
}
.kxnl ul li .pic{
	overflow:hidden;
	padding-bottom:3.06rem;
	border-bottom:1px solid #E0E0E0;
}
.kxnl ul li .pic img{
	max-width:4.0rem;
}
.kxnl ul li dl dt{
	margin-top:2.5rem;
	color: var(---black, #000);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.kxnl ul li dl dd{
	margin-top:1.38rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.kxnl ul li .pic01{
	display:inline-block;
}
.kxnl ul li .pic02{
	display: none;
}
.kxnl ul li:hover .pic01{
	display:none;
}
.kxnl ul li:hover .pic02{
	display:inline-block;
}
.kxnl ul li:hover{
	background: var(--cd-2-a-21, #CD2A21);
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(222, 8, 8, 0.29);
}
.kxnl ul li:hover .pic{
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.kxnl ul li:hover dl dt{
	color: var(---white, #FFF);
}
.kxnl ul li:hover dl dd{
	color: var(---white, #FFF);
}

.ntwrap{
	width:100%;
	float:left;
	padding:7.5rem 0;
	margin-top:12.5rem;
	background: var(--BG, #F5F6F7);
}
.innt01{
	width:100%;
	float:left;
	margin-top:6.34rem;
	background-image:url(../img/ntbj.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	height:16.53rem;
}
.innt01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-left:8.33vw;
	padding-right:6.12vw;
}
.innt01 ul li{
	width:auto;
	opacity: 0;              /* 初始透明 */
	transform: translateX(-30px);  /* 初始左移 */
	animation: slideIn 0.5s ease forwards;
}
.innt01 ul li dl dt{
	color: var(---black, #000);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innt01 ul li dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innt01 ul li:first-child{
	margin-top:6.22rem;
	animation-delay: 0s; 
}
.innt01 ul li:nth-child(2){
	animation-delay: 0.3s;
}
.innt01 ul li:nth-child(3){
	margin-top:5.0rem;
	animation-delay: 0.6s;
}
.innt01 ul li:nth-child(4){
	margin-top:9.97rem;
	animation-delay: 0.9s;
}
.innt01 ul li:nth-child(5){
	margin-top:4.72rem;
	animation-delay: 1.2s;
}
.innt01 ul li:last-child{
	margin-top:12.28rem;
	animation-delay: 1.5s;
}
@keyframes slideIn {
0% {
	opacity: 0;
	transform: translateX(-30px);
}
100% {
	opacity: 1;
	transform: translateX(0);
}
 }

.hytit{
	width:100%;
	position:absolute;
	left:0;
	top:6.25rem;
	z-index:4;
	text-align:center;
}
.hytit dl dt{
	color: var(---999, #999);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.hytit dl dd{
	margin-top:0.62rem;
	color: var(---black, #000);
	font-family:zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.zdh{
	width:100%;
	float:left;
	height:62.5rem;
	position:relative;
}
.zdh .pic{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10rem 8.33vw;
	transition: all 0.6s;
}
.zdh .xlm{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}
.zdh .xlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
	z-index:3;
}
.zdh .xlm ul li{
	width:25%;
	text-align:center;
	position:relative;
}
.zdh .xlm ul li .a01{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:5;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--60, rgba(255, 255, 255, 0.60));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:1.88rem 4.5rem;
	transition: all 0.6s;
}
.zdh .xlm ul li .xpic{
	overflow:hidden;
}
.zdh .xlm ul li .xpic img{
	max-height:3.0rem;
}
.zdh .xlm ul li dl dt{
	margin-top:1.25rem;
	color: var(---black, #000);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zdh .xlm ul li dl dd{
	margin-top:0rem;
	height:0;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	transition: all 0.6s;
	overflow:hidden;
}
.zdh .xlm ul li:hover .a01{
	border-radius: 1rem 1rem 0 0;
	padding:3.75rem 4.5rem 4.5rem 4.5rem;
}
.zdh .xlm ul li:hover dl dd{
	margin-top:1.88rem;
	height:auto;
}
.zdh .xlm ul li.cur .a01{
	border-radius: 1rem 1rem 0 0;
	padding:3.75rem 4.5rem 4.5rem 4.5rem;
}
.zdh .xlm ul li.cur dl dd{
	margin-top:1.88rem;
	height:auto;
}
.inhz{
	width:100%;
	float:left;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.inhz ul li{
	float:left;
	height:12.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	padding: 0 2rem;
	width:15rem;
}
.inhz ul li a{
	width: 100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.inhz ul li img{
	max-width:100%;
}
#demo {
	overflow:hidden;
	width: 100%; 
} 
#indemo {
	float: left; 
	width: 1800%; 
} 
#demo1 {
	float: left; 
} 
#demo2 {
	float: left; 
}

.innewtj{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewtj .pic{
	width:49.4%;
	overflow:hidden;
	position:relative;
}
.innewtj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.innewtj .pic:hover img{
	transform: scale(1.05);
}
.innewtj .tex{
	width:49.4%;
	padding:4.31rem 3.75rem;
	background: var(---Gray-6, #F2F2F2);
}
.innewtj .tex h1{
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex dl dt{
	margin-top:3.75rem;
	color: var(---black, #000);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.innewtj .tex dl dd{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---black, #000);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.innewtj .tex .more{
	margin-top:2.5rem;
	display:flex;
}
.innewtj .tex .more a{
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	/* 按钮 */
	box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.10);
	padding:0.88rem 2.62rem;
	color: var(---black, #000);
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	display: flex;
	align-items: center;
}
.innewtj .tex .more a::after{
	margin-left:0.62rem;
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.innewlist{
	width:100%;
	float:left;
}
.innewlist.ny ul li{
	margin-top:6.25rem;
}
.innewlist ul{
	display: flex;
	flex-wrap: wrap;
}
.innewlist ul li{
	width:calc(25.3% - 1.25rem);
	margin-right:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.25rem;
	transition: all 0.6s;
}
.innewlist ul li:hover{
	background: var(--cd-2-a-21, #CD2A21);
	/* 0-30-60-0.1 */
	box-shadow: 0 30px 60px 0 rgba(57, 57, 57, 0.10);
}
.innewlist ul li:nth-child(4n){
	margin-right:0px;
}
.innewlist ul li .pic{
	overflow:hidden;
	position:relative;
	overflow:hidden;
}
.innewlist ul li .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.innewlist ul li:hover .pic img{
	transform: scale(1.05);
}
.innewlist ul li .tex{
	padding:2.5rem;
}
.innewlist ul li .tex h1{
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innewlist ul li .tex dl dt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: var(---black, #000);
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-top:1.06rem;
}
.innewlist ul li .tex dl dd{
	margin-top:1.06rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---black, #000);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}
.innewlist ul li:hover .tex h1{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.innewlist ul li:hover .tex dl dt{
	color: var(---white, #FFF);
}
.innewlist ul li:hover .tex dl dd{
	color: var(---white, #FFF);
}

.indz{
	width:100%;
	float:left;
	margin-top:10rem;
	color: rgba(255, 244, 242, 0.80);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:6.25rem 8.33vw;
	background: var(--cd-2-a-21, #CD2A21);
}
.indz h1{
	color: #FFF;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 3.125rem; /* 125% */
	letter-spacing: -0.07031rem;
	margin-bottom:1.25rem;
}
.indz .more{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:2.5rem;
}
.indz .more a{
	padding: 1rem 1rem 1rem 2.5rem;
	border-radius: 6.25rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	background: var(--d-7232-c, #D7232C);
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position:relative;
	z-index:3;
	margin-left:0.5rem;
	margin-right:0.5rem;
	display: flex;
	align-items: center;
	overflow:hidden;
}
.indz .more a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-color:#FFF;
	transition: all 0.6s;
	content:'';
	display: inline-block;
}
.indz .more a::after{
	margin-left:1.25rem;
	width: 2.25rem;
	height: 2.25rem;
	background-image:url(../img/dzx01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.indz .more a:hover::before{
	width:100%;
}
.indz .more a:hover::after{
	background-image:url(../img/dzx02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.indz .more a:hover{
	color: var(---333, #333);
}

.foot{
	width:100%;
	float:left;
	background: var(--f-9-f-9-f-9, #F9F9F9);
	padding-top:5.0rem;
}
.foot01{
	width:100%;
	float:left;
	padding:0 8.33vw;
	padding-bottom:2.5rem;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .a01{
	width:auto;
}
.foot01 .a01 dl dt{
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot01 .a01 dl dd{
	margin-top:0.44rem;
	color: var(---black, #000);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.foot01 .a02{
	width:auto;
}
.foot01 .a02 ul{
	display: flex;
	flex-wrap: wrap;
}
.foot01 .a02 ul li{
	width:auto;
	margin-left:0.94rem;
	position:relative;
	display:flex;
}
.foot01 .a02 ul li a{
	display:flex;
}
.foot01 .a02 ul li img{
	max-width:2.25rem;
}
.foot01 .a02 ul li .xl{
	width:7rem;
	position:absolute;
	left:-2.375rem;
	top:2.25rem;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.foot01 .a02 ul li .xl img{
	max-width:7rem;
}
.foot01 .a02 ul li:hover .xl{
	opacity:1;
	visibility:visible;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02-l{
	width:61.1%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02-l dl dt{
	padding-bottom:0.81rem;
	color: var(---black, #000);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.foot02-l dl dd{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:0.75rem;
}
.foot02-l dl dd a{
	color: var(---666, #666);
}
.foot02-l dl dd a:hover{
	color: var(--cd-2-a-21, #CD2A21);
}

.foot02-r{
	width:9.4%;
	text-align:center;
}
.foot02-r dl dt{
	overflow:hidden;
}
.foot02-r dl dt img{
	max-width:100%;
}
.foot02-r dl dd{
	margin-top:0.88rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot03{
	width:100%;
	float:left;
	margin-top:5.63rem;
	border-top: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	padding:1.31rem 8.33vw;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fud{
	width: 5rem;
	padding: 1.0rem 0;
	position:fixed;
	right:0;
	top:20rem;
	z-index:9;
	border-radius: 0.5rem 0 0 0.5rem;
	background: var(---333, #333);
}
.fud ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fud ul li{
	width:100%;
	padding-bottom:0.75rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
	text-align:center;
	position:relative;
	margin-top:1rem;
}
.fud ul li:first-child{
	margin-top:0px;
}
.fud ul li:last-child{
	padding-bottom:0px;
	border-bottom:0px;
}
.fud ul li dl dt{
	overflow:hidden;
	display:flex;
	justify-content: center;
}
.fud ul li dl dt img{
	max-width:2.25rem;
}
.fud ul li dl dd{
	margin-top:0.82rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fud ul li img{
	max-width:3.125rem;
}
.fud ul li .fdewm{
	width:7.0rem;
	position:absolute;
	left:-7.0rem;
	top:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
}
.fud ul li .fdewm img{
	max-width:7.0rem;
}
.fud ul li:hover .fdewm{
	opacity:1;
	visibility:visible;
}
.fud ul li .fdewm2{
	width:9.0rem;
	position:absolute;
	left:-9.0rem;
	bottom:0%;
	z-index:2;
	opacity:0;
	visibility:hidden;
	font-size:1.0rem;
	background:#333;
	color:#FFF;
	line-height:350%;
}
.fud ul li:hover .fdewm2{
	opacity:1;
	visibility:visible;
}

.ndz01{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding:10rem 8.33vw;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ndz01 .tex{
	width:44%;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 200%; /* 2.5rem */
}
.ndz01 .tex .sm{
	margin-top:5.0rem;
	width:100%;
	float:left;
}
.ndz01 .tex .inmore{
	margin-top:5.0rem;
}
.ndz01 .pic{
	width:50%;
	position:relative;
	overflow:hidden;
}
.ndz01 .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ndz01 .pic:hover img{
	transform: scale(1.05);
}
.lcwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:10rem 8.33vw;
}
.lctit{
	width:100%;
	float:left;
	text-align:center;
}
.lctit dl dt{
	color: var(---999, #999);
	font-family:zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.lctit dl dd{
	margin-top:0.62rem;
	color: var(---black, #000);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lc01{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
	z-index:3;
}
.lc01::before{
	width:80%;
	height:1px;
	position:absolute;
	left:10%;
	top:3.75rem;
	z-index:-1;
	border-bottom:1px dashed #BDBDBD;
	content:'';
	display:inline-block;
}
.lc01 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lc01 ul li{
	width:auto;
	text-align:center;
}
.lc01 ul li .pic{
	display:flex;
	justify-content: center;
}
.lc01 ul li .pic div{
	border-radius: 50%;
	border: 4px solid var(---Gray-6, #F2F2F2);
	background: var(---white, #FFF);
	/* 按钮 */
	box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.10);
	display: flex;
	width: 7.5rem;
	height: 7.5rem;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}
.lc01 ul li:hover .pic div{
	border: 4px solid var(---white, #FFF);
	background: var(--cd-2-a-21, #CD2A21);
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(222, 8, 8, 0.29);
}
.lc01 ul li .pic img{
	max-width:3.0rem;
}
.lc01 ul li dl dt{
	margin-top:1.88rem;
	color: var(---black, #000);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lc01 ul li dl dd{
	margin-top:1.44rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.lc01 ul li .pic01{
	display:inline-block;
}
.lc01 ul li .pic02{
	display: none;
}
.lc01 ul li:hover .pic01{
	display:none;
}
.lc01 ul li:hover .pic02{
	display:inline-block;
}
.lc01 ul .jt{
	display: flex;
	width: 1.5rem;
	height: 1.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: var(---white, #FFF);
	/* 按钮 */
	box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.10);
	margin-top:3.0rem;
}
.lc01 ul .jt img{
	max-height:0.875rem;
}
.kxjs{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.kxjs ul{
	display:flex;
	flex-wrap: wrap;
}
.kxjs ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	padding: 3.13rem 2.5rem 4.31rem 2.5rem;
	transition: all 0.6s;
}
.kxjs ul li:nth-child(3n){
	margin-right:0px;
}
.kxjs ul li .pic{
	overflow:hidden;
}
.kxjs ul li .pic img{
	max-width:4.0rem;
}
.kxjs ul li .tex{
	margin-top:3.75rem;
	border-top:1px solid #E0E0E0;
	padding-top:2.5rem;
	color: var(---333, #333);
	font-family:zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
}
.kxjs ul li .tex h1{
	margin-bottom:1.38rem;
	color: var(---black, #000);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.kxjs ul li:hover{
	background: var(--cd-2-a-21, #CD2A21);
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(222, 8, 8, 0.29);
}
.kxjs ul li:hover .tex{
	color: var(---white, #FFF);
}
.kxjs ul li:hover h1{
	color: var(---white, #FFF);
}
.kxjs ul li .pic01{
	display:inline-block;
}
.kxjs ul li .pic02{
	display: none;
}
.kxjs ul li:hover .pic01{
	display:none;
}
.kxjs ul li:hover .pic02{
	display:inline-block;
}
.dzyf{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:3.81rem 8.33vw;
	background: #121212;
	text-align:center;
	color: var(---white, #FFF);
	font-family:zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.dzyf dl dt{
	color: var(---999, #999);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.dzyf dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:1.88rem;
}
.dzyf .inmore{
	margin-top:2.5rem;
	display:flex;
	justify-content: center;
}
.dzyf .more a{
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	/* 按钮 */
	box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.10);
	padding:0.88rem 1.75rem;
	color: var(---black, #000);
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	display: flex;
	align-items: center;
}
.dzyf .more a::after{
	margin-left:0.62rem;
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
	margin-bottom:8rem;
}
.fy ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	display:flex;
	justify-content: center;
	align-items: center;
	margin-left:0.625rem;
	margin-right:0.625rem;
	transition: all 0.6s;
}
.fy ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	color: var(---666, #666);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fy ul li a:hover{
	color: var(--cd-2-a-21, #CD2A21);
}
.fy ul li:hover{
	border: 1px solid var(--cd-2-a-21, #CD2A21);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
}
.fy ul li a.cur{
	color:#CD2A21;

}
.fy ul li a b{
	font-family:'宋体';
}
.proshow{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.proshow-l{
	width:48%;
	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(--cd-2-a-21, #CD2A21);
}
.swiper-slide .b01 img{
	width:100%;
	height:auto;
}
.swiper-slide .a01{
}
.swiper.aa01{
	margin:0;
	width:80%;
	position:absolute;
	bottom:0;
	left:0rem;
	z-index:1;
}

.proshow-l .tit{
	width:auto;
	position:absolute;
	right:2.5rem;
	top:2.5rem;
	z-index:2;
	display:flex;
}
.proshow-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;
}
.proshow-l .tit i:empty {
    border: none; /* 隐藏边框 */
    padding: 0;    /* 清空内边距，防止空标签占位置 */
}
.proshow-r{
	width:45%;
	position:relative;
	color: var(---black, #000);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.proshow-r h1{
	color: var(---black, #000);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.proshow-r h2{
	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:2.5rem;
}
.proshow-r ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom:1px solid #E0E0E0;
}
.proshow-r ul li{
	width:50%;
	padding:1.25rem 0;
	color: var(---black, #000);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
}
.proshow-r ul li b{
	font-family: zt2;
}
.proshow-r .inmore{
	margin-top:2.5rem;
}
.proshow-r .inmore a{
	margin-right:0.62rem;
	position:relative;
	overflow:visible;
}
.proshow-r .inmore a i{
	opacity:0;
	visibility:hidden;
	position: absolute;
	left:0px;
	top:4.0rem;
	width:10rem;
	z-index:5;
	
}
.proshow-r .inmore a i img{
	width:100%;
}
.proshow-r .inmore a:hover i{
	opacity:1;
	visibility:visible;
}

.cpcs{
	width:100%;
	float:left;
	margin-top:2.0rem;
	font-size: 1rem;
	text-transform: capitalize;
}
.cpcs img{max-width:100%;}
.cpcs ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	margin-top:1.75rem;
}
.cpcs ul li{
	width:50%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:1.31rem;
}
.cpcs ul li:hover{
	color: var(---333, #CD2A21);
}
.cpcs ul li b{
	font-family:zt2;
}
.cpcs table{
	width: 100%;
    margin-top: 2rem;
	}
.cpcs table td {
    justify-content: space-between;
    border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
    padding-top: 1.75rem;
	
	color: var(---333, #333);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 1.31rem;
}
.cpcs table td b{
	font-family: zt2;
	}
.cpcs table td:hover {
    color: var(---333, #CD2A21);
}
.cpcs table tr:nth-child(2) td{
	text-transform: uppercase;
	}
.cpcs table tr:nth-child(3) td{
	text-transform: uppercase;
	}
.jjfa{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	position:relative;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.jjfa .play{
	width:6.0rem;
	height:6.0rem;
	position:absolute;
	left:calc(50% - 3.0rem);
	top:calc(50% - 3.0rem);
	z-index:5;
	background-image:url(../img/jt05.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:flex;
}
.jjfa.white{
	background: var(---white, #FFF);
}
.jjfa .play a{
	width:100%;
	height:100%;
}
.jjfa-l{
	width:32.5%;
	margin-left:8.33vw;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.jjfa-l dl dt{
	color: var(---999, #999);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.jjfa-l dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.jjfa-l dl dd.f2{
	font-size: 2.5rem;
}
.jjfa-l .inmore{
	margin-top:6.25rem;
}
.jjfa-r{
	width:50%;
	overflow:hidden;
	position:relative;
}
.jjfa-r img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.jjfa-r:hover img{
	transform: scale(1.05);
}

.baoj{
	width:100%;
	float:left;
	margin-top:8.75rem;
	color: var(---999, #999);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 180%; /* 2.25rem */
	text-transform: uppercase;
}
.baoj h1{
	margin-bottom:0.94rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.baoj ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.87rem;
}
.baoj ul li{
	width:49.7%;
	margin-top:1.88rem;
}
.baoj ul li.w100{
	width:100%;
}
.baoj ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baoj ul li dl dd{
	margin-top:0.62rem;
}
.bk{
	width:100%;
	padding: 1.31rem 0.625rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	outline:none;
}

.hybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.hybanner img{
	width:100%;
	height: auto;
	display:block;
}
.hybanner .tex{
	width:100%;
	position:absolute;
	left:0;
	top:6.25rem;
	z-index:2;
	text-align:center;
	color: var(---999, #999);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.hybanner .tex h1{
	margin-bottom:0.62rem;
	color: var(---black, #000);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.hybanner .tex .inmore{
	margin-top:2.5rem;
}
.hyshow{
	width:100%;
	float:left;
	padding:3.75rem;
	padding-left:0px;
	border-radius: 1rem;
	box-shadow: 0 64px 60px -34px rgba(0, 0, 0, 0.15);
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.hyshow-l{
	width:49.7%;
	color: var(---333, #333);
	font-family:zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.hyshow-l h1{
	margin-bottom:2.5rem;
	color: var(---black, #000);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}

.hyshow-r{
	width:32.5%;
	border-radius: 0.5rem;
	background: var(--cd-2-a-21, #CD2A21);
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(222, 8, 8, 0.29);
	overflow: hidden;
	padding:2.5rem;
}
.hyshow-r .a01{
	width:100%;
	padding-bottom:2.5rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
	display:flex;
	align-items: center;
}
.hyshow-r .a01 img{
	max-width:4.0rem;
	margin-right:1.88rem;
}
.hyshow-r .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.hyshow-r .a01 dl dd{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.hyshow-r ul{
	margin-top:1.5rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hyshow-r ul li{
	width:100%;
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.zzpz{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.zzpz ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zzpz ul li{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	position:relative;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.zzpz ul li .tex{
	width:50%;
	padding:0 8.33vw;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.zzpz ul li .tex h1{
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	text-transform: uppercase;
}
.zzpz ul li .tex dl dt{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.zzpz ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(--cd-2-a-21, #CD2A21);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.25rem */
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.zzpz ul li .tex .inmore{
	margin-top:6.25rem;
}
.zzpz ul li .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.zzpz ul li .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.zzpz ul li:hover .pic img{
	transform: scale(1.05);
}

.newcon{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newcon-l{
	width:68.2%;
	background: var(--BG, #F5F6F7);
	padding:3.75rem;
}
.newtit{
	width:100%;
	float:left;
	color: var(--Gray1, #333);
	font-family:zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:2.75rem;
	color: var(--Gray-3, #828282);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtex{
	width:100%;
	float:left;
	margin-top:3.25rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.newtex img{
	width:100%;
	height:auto;
}
.newcon-r{
	width:29.3%;
	background: var(--BG, #F5F6F7);
	padding:2.5rem;
}
.newcon-r h1{
	color: var(--Gray1, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newcon-r ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newcon-r ul li{
	width:100%;
	padding-bottom:2.75rem;
	margin-top:2.75rem;
	border-bottom:1px solid #E0E0E0;
}
.newcon-r ul li dl dt{
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r ul li dl dd{
	margin-top:0.88rem;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newcon-r ul li .more{
	display:flex;
	margin-top:0.88rem;
}
.newcon-r ul li .more a{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
}
.newcon-r ul li .more a::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/small_long_down.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.06rem;
}
.newcon-r ul li:hover{
	border-bottom:1px solid #CD2A21;
}

.nab01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab01 .a01{
	width:auto;
	max-width:44%;
}
.nab01 .a01 dl dt{
	color: var(---black, #000);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nab01 .a01 dl dd{
	margin-top:0.62rem;
	color: var(---black, #000);
	font-family: zt;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 3.375rem */
}
.nab01 .a02{
	width:56%;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
}
.abtit{
	width:100%;
	float:left;
}
.abtit dl dt{
	color: var(---999, #999);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.abtit dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.abtit .sm{
	margin-top:0.94rem;
	color: var(---999, #999);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.nab02{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.nab02 ul{
	display:flex;
	flex-wrap: wrap;
}
.nab02 ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	border-radius: 0.25rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	padding:2.5rem;
	transition: all 0.6s;
}
.nab02 ul li:nth-child(3n){
	margin-right:0px;
}
.nab02 ul li h1{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: var(--cd-2-a-21, #CD2A21);
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab02 ul li h1::after{
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 1.5rem;
	background: var(---Gray-5, #E0E0E0);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.nab02 ul li:hover h1::after{
	background: var(--Color, #F00000);
}
.nab02 ul li:hover{
	background: var(---Gray-6, #F2F2F2);
	/* 按钮 */
	box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.10);
}
.nab02 ul li dl dt{
	margin-top:6.94rem;
	text-align:center;
}
.nab02 ul li dl dt img{
	max-height:9.4rem;
}
.nab02 ul li dl dd{
	margin-top:7.12rem;
	color: var(---333, #333);
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
}
.nab03{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.nab03 ul{
	display:flex;
	flex-wrap: wrap;
}
.nab03 ul li{
	width:calc(25.31% - 1.25rem);
	margin-right:1.25rem;
	padding: 3.125rem 1.4375rem 5.5625rem 2.5rem;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	overflow:hidden;
	transition: all 0.6s;
}
.nab03 ul li:nth-child(4n){
	margin-right:0px;
}
.nab03 ul li .pic{
	overflow:hidden;
}
.nab03 ul li .pic img{
	max-height:4.0rem;
}
.nab03 ul li dl dt{
	margin-top:3.75rem;
	padding-top:2.5rem;
	border-top:1px solid #E0E0E0;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nab03 ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
}
.nab03 ul li:hover{
	background: var(--cd-2-a-21, #CD2A21);
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(222, 8, 8, 0.29);
}
.nab03 ul li:hover dl dt{
	color:#FFF;
}
.nab03 ul li:hover dl dd{
	color:#FFF;
}
.nab03 ul li .pic01{
	display:inline-block;
}
.nab03 ul li .pic02{
	display: none;
}
.nab03 ul li:hover .pic01{
	display:none;
}
.nab03 ul li:hover .pic02{
	display:inline-block;
}
.nab04{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.nab04 ul{
	display:flex;
	flex-wrap: wrap;
}
.nab04 ul li{
	width:calc(20.25% - 1.25rem);
	margin-right:1.25rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	border: 1px solid var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
	margin-top:20px;
}
.nab04 ul li:hover{
	border: 1px solid var(--cd-2-a-21, #CD2A21);
	background: var(---white, #FFF);
}
.nab04 ul li:nth-child(5n){
	margin-right:0px;
}
.nab04 ul li dl dt{
	overflow:hidden;
	padding:3.13rem;
}
.nab04 ul li dl dt img{
	max-width:100%;
	transition: all 0.6s;
}
.nab04 ul li:hover dl dt img{
	transform: scale(1.05);
}
.nab04 ul li dl dd{
	padding:1.88rem;
	border-top:1px solid #E0E0E0;
	text-align: center;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.nab05{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
	padding-bottom:5.5rem;
}
.zzpic{
	width:100%;
	position:relative;
	border-radius: 0.5rem;
	overflow:hidden;
}
.zzpic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.zzpic:hover img{
	transform: scale(1.05);
}
.zzpic .tex{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	padding: 0.625rem 0;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
	text-align:center;
}

.lx01{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.lx01 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01 ul li{
	width:49.4%;
	padding: 1.56rem 1.94rem;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.25rem;
	display:flex;
	align-items: center;
}
.lx01 ul li img{
	max-width:3.0rem;
	margin-right:2.5rem;
}
.lx01 ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lx01 ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/*/手机*/


















.red{
	color: var(--cd-2-a-21, #CD2A21);
}
.mart6{
	margin-top:6.25rem;
}
.mart8{
	margin-top:8.75rem;
}
.mart5{
	margin-top:5rem;
}
.mart10{
	margin-top:10rem;
}
.mart4{
	margin-top:4.5rem;
}
.mart12{
	margin-top:12.5rem;
}
.mart3{
	margin-top:3.75rem;
}
.mart0{
	margin-top:0px;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.jr{
	justify-content: flex-end;
}
.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;
}
.sjzwqh {
    width: auto;
    height: 5rem;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 1%;
}
.sjzwqh img {
    width: 1.1rem;
}
.sjzwqh a {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    line-height: 2.5rem;
}
.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color:#FBF7F8;
	/* 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(--cd-2-a-21, #CD2A21);
	color:#FFF;
	line-height:3.0rem;
}

.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center;
	background-color:#FBF7F8;
	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(--cd-2-a-21, #CD2A21); 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 3%;
}

.inmore{
	    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.inmore a{
	display: flex;
	padding: 0.35rem 1.0rem;
	align-items: center;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	/* 按钮 */
	box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.10);
	position:relative;
	overflow:hidden;
	color: var(---black, #000);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	z-index:5;
	width: 8rem;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--cd-2-a-21, #CD2A21);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	width: 1.25rem;
	height: 1.25rem;
	margin-left:0.62rem;
	content:'';
	background-image: url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	position: absolute;
    right: 1rem;
}
.inmore a:hover::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a:hover{
	color:#FFF;
}
.inmore a.cur::after{
	background-image: url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore a.cur{
	color:#FFF;
}
.inmore a.cur::before{
	width:100%;
}
.inwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:0 3%;
	padding-bottom:4rem;
}
.cpdlm{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.cpdlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpdlm ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	padding: 1.0rem 1.5rem;
	align-items: center;
	transition: all 0.6s;
	margin-top:1.0rem;
}
.cpdlm ul li img{
	max-width:4.0rem;
	min-width:4.0rem;
}
.cpdlm ul li dl dt{
	color: var(---black, #000);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cpdlm ul li dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.cpdlm ul li:hover{
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-6, #F2F2F2);
	background: var(---white, #FFF);
	/* 0-30-60-0.1 */
	box-shadow: 0 30px 60px 0 rgba(57, 57, 57, 0.10);
}
.cpdlm ul li.cur{
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-6, #F2F2F2);
	background: var(---white, #FFF);
	/* 0-30-60-0.1 */
	box-shadow: 0 30px 60px 0 rgba(57, 57, 57, 0.10);
}
.inpro{
	width:100%;
	float:left;
	margin-top:3.56rem;
}
.intit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}
.intit .a01{
	width:auto;
}
.intit .a01 dl dt{
	color: var(---999, #999);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.intit .a01 dl dd{
	margin-top:0.62rem;
	color: var(---black, #000);
	font-family:zt2;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit .a01 dl dd i{
	color: var(--cd-2-a-21, #CD2A21);
}
.intit .a01 .sm{
	margin-top:0.62rem;
	color: var(---999, #999);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.intit .a03{
	width:100%;
	color: var(---black, #000);
	text-align: justify;
	font-family:zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.875rem */
	margin-top:2.0rem;
}
.cpxlm{
	width:100%;
	margin-top:1.0rem;
}
.cpxlm ul{
	display: flex;
	flex-wrap: wrap;
}
.cpxlm ul li{
	width:50%;
	display: flex;
	align-items: center;
	margin-top:1.0rem;
}
.cpxlm ul li a{
	width:100%;
	display: flex;
	align-items: center;
	position:relative;
}
.cpxlm ul li a::before{
	width: 0.0625rem;
	height: 2.5rem;
	background: #000;
	margin-right:1.0rem;
	content:'';
	display:inline-block;
}
.cpxlm ul li dl dt{
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.cpxlm ul li dl dd{
	margin-top:0.31rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.cpxlm ul li.cur dl dt{
	color: var(--da-2122, #DA2122);
}
.cpxlm ul li.cur a::before{
	background: #CD2A21;
}
.cpxlm ul li a:hover::before{
	background: #CD2A21;
}
.incp{
	width:100%;
	float:left;
}
.incp ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.incp ul li{
	width:48%;
	margin-top:2.0rem;
}
.incp ul li:nth-child(3n){
	margin-right:0px;
}
.incp ul li .pic{
	height:14rem;
	border-radius: 0.5rem;
	background: #FEFEFE;
	overflow:hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
	transition: all 0.6s;
}
.incp ul li .pic img{
	max-width:68.4%;
	transition: all 0.6s;
}
.incp ul li:hover .pic img{
	transform: scale(1.05);
}
.incp ul li .pic i{
	width:auto;
	position:absolute;
	left:1.0rem;
	top:1.0rem;
	z-index:1;
	color: var(---black, #000);
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.575rem */
	text-transform: uppercase;
}
.incp ul li dl dt{
	margin-top:1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding-bottom:1.25rem;
	border-bottom:1px solid #E0E0E0;
}
.incp ul li dl dt i{
	margin-top:0.5rem;
	padding: 0.25rem 0.56rem;
	border-radius: 0.25rem;
	border: 1px solid var(---999, #999);
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:none;
}
.incp ul li dl dt i:empty {
    border: none; /* 隐藏边框 */
    padding: 0;    /* 清空内边距，防止空标签占位置 */
}
.incp ul li dl dd{
	margin-top:1.25rem;
	display:flex;
	color: var(---black, #000);
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
	 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.incp ul li dl dd div{
	width:100%;
}
.incp ul li:hover dl dt{
	border-bottom:1px solid #CD2A21;
}
.incp ul li:hover .pic{
	/* 0-30-60-0.1 */
	box-shadow: 0 30px 60px 0 rgba(57, 57, 57, 0.10);
}

.inabwrap{
	width:100%;
	float:left;
	background: #121212;
	padding:4.0rem 3%;
}
.inabtit{
	width:100%;
	float: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.inabtit .a01{
	width:100%;
	color: var(---white, #FFF);
	text-align: justify;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 2.5rem */
	margin-top:1.0rem;
}
.inabtit b{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	max-width:100%;
}
.inabpic{
	width:100%;
	float:left;
	margin-top:3.0rem;
	overflow:hidden;
	position:relative;
}
.inabpic.a1{
	margin-top:3.25rem;
	border-radius: 0.5rem;
}
.inabpic.a1::after{
	opacity:0;
}
.inabpic::after{
	width: 1.25rem;
	height: 1.25rem;
	position:absolute;
	right:1.5rem;
	bottom:1.5rem;
	z-index:2;
	content:'';
	display:inline-block;
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inabpic img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s;
}
.inabpic:hover img{
	transform: scale(1.05);
}
.innum{
	width:100%;
	float:left;
}
.innum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innum ul li{
	width:50%;
	margin-top:2.25rem;
}
.innum.ny ul{
	justify-content: space-between;
}
.innum.ny ul li dl dt{
	color:#333;
}
.innum.ny ul li dl dd{
	color:#333;
}
.innum ul li dl dt{
	color: var(---white, #FFF);
	font-family:zt4;
	font-size: 3rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.innum ul li dl dd{
	color: var(---white, #FFF);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.kxnl{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.kxnl ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kxnl ul li{
	width:48%;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	padding:2.5rem 1.84rem;
	transition: all 0.6s;
}
.kxnl ul li:nth-child(5n){
	margin-right:0px;
}
.kxnl ul li:last-child{
	width:100%;
}
.kxnl ul li .pic{
	overflow:hidden;
	padding-bottom:2.06rem;
	border-bottom:1px solid #E0E0E0;
}
.kxnl ul li .pic img{
	max-width:3.0rem;
}
.kxnl ul li dl dt{
	margin-top:1.5rem;
	color: var(---black, #000);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.kxnl ul li dl dd{
	margin-top:1.0rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.kxnl ul li .pic01{
	display:inline-block;
}
.kxnl ul li .pic02{
	display: none;
}
.kxnl ul li:hover .pic01{
	display:none;
}
.kxnl ul li:hover .pic02{
	display:inline-block;
}
.kxnl ul li:hover{
	background: var(--cd-2-a-21, #CD2A21);
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(222, 8, 8, 0.29);
}
.kxnl ul li:hover .pic{
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
}
.kxnl ul li:hover dl dt{
	color: var(---white, #FFF);
}
.kxnl ul li:hover dl dd{
	color: var(---white, #FFF);
}

.ntwrap{
	width:100%;
	float:left;
	padding:3.5rem 0;
	margin-top:4.0rem;
	background: var(--BG, #F5F6F7);
}
.innt01{
	width:100%;
	float:left;
	margin-top:1.34rem;
	/*background-image:url(../../img/ntbj.svg);*/
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	height: auto;
}
.innt01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0 3%;
}
.innt01 ul li{
	width:48%;
	opacity: 0;              /* 初始透明 */
	transform: translateX(-30px);  /* 初始左移 */
	animation: slideIn 0.5s ease forwards;
	margin-top:2.25rem;
}
.innt01 ul li dl dt{
	color: var(---black, #000);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innt01 ul li dl dd{
	margin-top:0.62rem;
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innt01 ul li:first-child{
	animation-delay: 0s; 
}
.innt01 ul li:nth-child(2){
	animation-delay: 0.3s;
}
.innt01 ul li:nth-child(3){
	animation-delay: 0.6s;
}
.innt01 ul li:nth-child(4){
	animation-delay: 0.9s;
}
.innt01 ul li:nth-child(5){
	animation-delay: 1.2s;
}
.innt01 ul li:last-child{
	animation-delay: 1.5s;
}
@keyframes slideIn {
0% {
	opacity: 0;
	transform: translateX(-30px);
}
100% {
	opacity: 1;
	transform: translateX(0);
}
 }

.hytit{
	width:100%;
	position:absolute;
	left:0;
	top:2.25rem;
	z-index:4;
	text-align:center;
}
.hytit dl dt{
	color: var(---999, #999);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.hytit dl dd{
	margin-top:0.62rem;
	color: var(---black, #000);
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.zdh{
	width:100%;
	float:left;
	height:30rem;
	position:relative;
}
.zdh .pic{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:10rem 3%;
	transition: all 0.6s;
}
.zdh .xlm{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
}
.zdh .xlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
	z-index:3;
}
.zdh .xlm ul li{
	width:25%;
	text-align:center;
	position:relative;
}
.zdh .xlm ul li .a01{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:5;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--60, rgba(255, 255, 255, 0.60));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:1.0rem 1.5rem;
	transition: all 0.6s;
}
.zdh .xlm ul li .xpic{
	overflow:hidden;
}
.zdh .xlm ul li .xpic img{
	max-height:2.0rem;
}
.zdh .xlm ul li dl dt{
	color: var(---black, #000);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zdh .xlm ul li dl dd{
	margin-top:0rem;
	height:0;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	transition: all 0.6s;
	overflow:hidden;
	display:none;
}
.zdh .xlm ul li.cur dl dd{
	margin-top:1.88rem;
	height:auto;
}
.inhz{
	width:100%;
	float:left;
	border-top: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.inhz ul li{
	width: auto;
	float:left;
	height:6.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	padding: 0 1.31rem;
	width:12rem;
}
.inhz ul li img{
	max-width:8.0rem;
}
#demo {
	overflow:hidden;
	width: 100%; 
} 
#indemo {
	float: left; 
	width: 1800%; 
} 
#demo1 {
	float: left; 
} 
#demo2 {
	float: left; 
}

.innewtj{
	width:100%;
	float:left;
	margin-top:1.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.innewtj .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.innewtj .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.innewtj .pic:hover img{
	transform: scale(1.05);
}
.innewtj .tex{
	width:100%;
	padding:2.31rem 1.75rem;
	background: var(---Gray-6, #F2F2F2);
}
.innewtj .tex h1{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innewtj .tex dl dt{
	margin-top:1.75rem;
	color: var(---black, #000);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	text-transform: uppercase;
}
.innewtj .tex dl dd{
	margin-top:1.25rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---black, #000);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.575rem */
}
.innewtj .tex .more{
	margin-top:1.5rem;
	display:flex;
}
.innewtj .tex .more a{
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	/* 按钮 */
	box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.10);
	padding:0.35rem 1.62rem;
	color: var(---black, #000);
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	display: flex;
	align-items: center;
}
.innewtj .tex .more a::after{
	margin-left:0.62rem;
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.innewlist{
	width:100%;
	float:left;
}
.innewlist.ny ul li{
	margin-top:2.25rem;
}
.innewlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.innewlist ul li{
	width:48%;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.25rem;
	transition: all 0.6s;
}
.innewlist ul li:hover{
	background: var(--cd-2-a-21, #CD2A21);
	/* 0-30-60-0.1 */
	box-shadow: 0 30px 60px 0 rgba(57, 57, 57, 0.10);
}
.innewlist ul li:nth-child(4n){
	margin-right:0px;
}
.innewlist ul li .pic{
	overflow:hidden;
	position:relative;
	overflow:hidden;
}
.innewlist ul li .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.innewlist ul li:hover .pic img{
	transform: scale(1.05);
}
.innewlist ul li .tex{
	padding:1.5rem;
}
.innewlist ul li .tex h1{
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innewlist ul li .tex dl dt{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	align-self: stretch;
	overflow: hidden;
	color: var(---black, #000);
	text-overflow: ellipsis;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
	margin-top:1.0rem;
}
.innewlist ul li .tex dl dd{
	margin-top:1.0rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: var(---black, #000);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.35rem */
}
.innewlist ul li:hover .tex h1{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.innewlist ul li:hover .tex dl dt{
	color: var(---white, #FFF);
}
.innewlist ul li:hover .tex dl dd{
	color: var(---white, #FFF);
}

.indz{
	width:100%;
	float:left;
	margin-top:4rem;
	color: rgba(255, 244, 242, 0.80);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:2.25rem 3%;
	background: var(--cd-2-a-21, #CD2A21);
}
.indz h1{
	color: #FFF;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 125% */
	letter-spacing: -0.07031rem;
	margin-bottom:0.62rem;
}
.indz .more{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top:2.5rem;
}
.indz .more a{
	padding: 0.5rem 0.5rem 0.5rem 1.5rem;
	border-radius: 6.25rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	background: var(--d-7232-c, #D7232C);
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position:relative;
	z-index:3;
	margin-left:0.5rem;
	margin-right:0.5rem;
	display: flex;
	align-items: center;
	overflow:hidden;
}
.indz .more a::before{
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background-color:#FFF;
	transition: all 0.6s;
	content:'';
	display: inline-block;
}
.indz .more a::after{
	margin-left:1.25rem;
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/dzx01.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.indz .more a:hover::before{
	width:100%;
}
.indz .more a:hover::after{
	background-image:url(../img/dzx02.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.indz .more a:hover{
	color: var(---333, #333);
}

.foot{
	width:100%;
	float:left;
	background: var(--f-9-f-9-f-9, #F9F9F9);
	padding-top:2.0rem;
}
.foot01{
	width:100%;
	float:left;
	padding:0 3%;
	padding-bottom:2.5rem;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.foot01 .a01{
	width:auto;
}
.foot01 .a01 dl dt{
	color: var(---black, #000);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot01 .a01 dl dd{
	margin-top:0.44rem;
	color: var(---black, #000);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.foot01 .a02{
	width:100%;
	margin-top:1.0rem;
}
.foot01 .a02 ul{
	display: flex;
	flex-wrap: wrap;
}
.foot01 .a02 ul li{
	width:auto;
	margin-right:0.45rem;
	position:relative;
	display:flex;
}
.foot01 .a02 ul li a{
	display:flex;
}
.foot01 .a02 ul li img{
	max-width:2.25rem;
}
.foot01 .a02 ul li .xl{
	width:7rem;
	position:absolute;
	left:-2.375rem;
	top:2.25rem;
	z-index:1;
	opacity:0;
	visibility:hidden;
}
.foot01 .a02 ul li .xl img{
	max-width:7rem;
}
.foot01 .a02 ul li:hover .xl{
	opacity:1;
	visibility:visible;
}
.foot02{
	width:100%;
	float:left;
	margin-top:2.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02-l{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot02-l dl dt{
	padding-bottom:0.81rem;
	color: var(---black, #000);
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.foot02-l dl dd{
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-top:0.75rem;
}
.foot02-l dl dd a{
	color: var(---666, #666);
}
.foot02-l dl dd a:hover{
	color: var(--cd-2-a-21, #CD2A21);
}

.foot02-r{
	width:100%;
	text-align:center;
}
.foot02-r dl dt{
	overflow:hidden;
}
.foot02-r dl dt img{
	max-width:40%;
}
.foot02-r dl dd{
	margin-top:0.88rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot03{
	width:100%;
	float:left;
	margin-top:2.63rem;
	border-top: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	padding:1.31rem 3%;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fud{
	width: 5rem;
	padding: 1.0rem 0;
	position:fixed;
	right:0;
	top:20rem;
	z-index:9;
	border-radius: 0.5rem 0 0 0.5rem;
	background: var(---333, #333);
}
.fud ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.fud ul li{
	width:100%;
	padding-bottom:0.75rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.10);
	text-align:center;
	position:relative;
	margin-top:1rem;
}
.fud ul li:first-child{
	margin-top:0px;
}
.fud ul li:last-child{
	padding-bottom:0px;
	border-bottom:0px;
}
.fud ul li dl dt{
	overflow:hidden;
	display:flex;
	justify-content: center;
}
.fud ul li dl dt img{
	max-width:2.25rem;
}
.fud ul li dl dd{
	margin-top:0.82rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fud ul li img{
	max-width:3.125rem;
}
.fud ul li .fdewm{
	width:7.0rem;
	position:absolute;
	left:-7.0rem;
	top:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
}
.fud ul li .fdewm img{
	max-width:7.0rem;
}
.fud ul li:hover .fdewm{
	opacity:1;
	visibility:visible;
}
.fud ul li .fdewm2{
	width:9.0rem;
	position:absolute;
	left:-9.0rem;
	bottom:0%;
	z-index:2;
	opacity:0;
	visibility:hidden;
	font-size:1.0rem;
	background:#333;
	color:#FFF;
	line-height:350%;
}
.fud ul li:hover .fdewm2{
	opacity:1;
	visibility:visible;
}
.ndz01{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding:4rem 3%;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ndz01 .tex{
	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.5rem */
}
.ndz01 .tex .sm{
	margin-top:2.0rem;
	width:100%;
	float:left;
}
.ndz01 .tex .inmore{
	margin-top:2.0rem;
}
.ndz01 .pic{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:2.0rem;
}
.ndz01 .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.ndz01 .pic:hover img{
	transform: scale(1.05);
}
.lcwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:4rem 3%;
}
.lctit{
	width:100%;
	float:left;
	text-align:center;
}
.lctit dl dt{
	color: var(---999, #999);
	font-family:zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.lctit dl dd{
	margin-top:0.62rem;
	color: var(---black, #000);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lc01{
	width:100%;
	float:left;
	margin-top:1.75rem;
	position:relative;
	z-index:3;
}
.lc01::before{
	width:80%;
	height:1px;
	position:absolute;
	left:10%;
	top:3.75rem;
	border-bottom:1px dashed #BDBDBD;
}
.lc01 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lc01 ul li{
	width:18%;
	text-align:center;
}
.lc01 ul li .pic{
	display:flex;
	justify-content: center;
}
.lc01 ul li .pic div{
	border-radius: 50%;
	border: 4px solid var(---Gray-6, #F2F2F2);
	background: var(---white, #FFF);
	/* 按钮 */
	box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.10);
	display: flex;
	width: 4.5rem;
	height: 4.5rem;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
}
.lc01 ul li:hover .pic div{
	border: 2px solid var(---white, #FFF);
	background: var(--cd-2-a-21, #CD2A21);
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(222, 8, 8, 0.29);
}
.lc01 ul li .pic img{
	max-width:2.0rem;
}
.lc01 ul li dl dt{
	margin-top:1.0rem;
	color: var(---black, #000);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.lc01 ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
}
.lc01 ul li .pic01{
	display:inline-block;
}
.lc01 ul li .pic02{
	display: none;
}
.lc01 ul li:hover .pic01{
	display:none;
}
.lc01 ul li:hover .pic02{
	display:inline-block;
}
.lc01 ul .jt{
	display: flex;
	width: 1.5rem;
	height: 1.5rem;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: var(---white, #FFF);
	/* 按钮 */
	box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.10);
	margin-top:3.0rem;
	display:none;
}
.lc01 ul .jt img{
	max-height:0.875rem;
}
.kxjs{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.kxjs ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kxjs ul li{
	width:48%;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	padding: 2.13rem 1.5rem 2.31rem 1.5rem;
	transition: all 0.6s;
}
.kxjs ul li:nth-child(3n){
	margin-right:0px;
	width:100%;
}
.kxjs ul li .pic{
	overflow:hidden;
}
.kxjs ul li .pic img{
	max-width:3.0rem;
}
.kxjs ul li .tex{
	margin-top:1.75rem;
	border-top:1px solid #E0E0E0;
	padding-top:1.5rem;
	color: var(---333, #333);
	font-family:zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
}
.kxjs ul li .tex h1{
	margin-bottom:1.0rem;
	color: var(---black, #000);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.kxjs ul li:hover{
	background: var(--cd-2-a-21, #CD2A21);
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(222, 8, 8, 0.29);
}
.kxjs ul li:hover .tex{
	color: var(---white, #FFF);
}
.kxjs ul li:hover h1{
	color: var(---white, #FFF);
}
.kxjs ul li .pic01{
	display:inline-block;
}
.kxjs ul li .pic02{
	display: none;
}
.kxjs ul li:hover .pic01{
	display:none;
}
.kxjs ul li:hover .pic02{
	display:inline-block;
}
.dzyf{
	width:100%;
	float:left;
	margin-top:4rem;
	padding:3.0rem 3%;
	background: #121212;
	text-align:center;
	color: var(---white, #FFF);
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.8rem */
	text-transform: capitalize;
}
.dzyf dl dt{
	color: var(---999, #999);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.dzyf dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom:1.0rem;
}
.dzyf .inmore{
	margin-top:2.5rem;
	display:flex;
	justify-content: center;
}
.dzyf .more a{
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	/* 按钮 */
	box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.10);
	padding:0.88rem 1.75rem;
	color: var(---black, #000);
	font-family:zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: 182.982%; /* 1.60113rem */
	display: flex;
	align-items: center;
}
.dzyf .more a::after{
	margin-left:0.62rem;
	width: 1.25rem;
	height: 1.25rem;
	background-image:url(../img/jt3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}

.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
	margin-bottom:4rem;
}
.fy ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
	display:flex;
	justify-content: center;
	align-items: center;
	margin-left:0.125rem;
	margin-right:0.125rem;
	transition: all 0.6s;
}
.fy ul li a{
	width:100%;
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
	color: var(---666, #666);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fy ul li a:hover{
	color: var(--cd-2-a-21, #CD2A21);
}
.fy ul li:hover{
	border: 1px solid var(--cd-2-a-21, #CD2A21);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
}
.fy ul li a.cur{
	border: 1px solid var(--cd-2-a-21, #CD2A21);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);
}
.fy ul li a b{
	font-family:'宋体';
}
.proshow{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.proshow-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: 2px solid #fff;
	display:flex;
	overflow:hidden;
}
.swiper-slide-thumb-active .b01{
	border: 2px solid var(--cd-2-a-21, #CD2A21);
}
.swiper-slide .b01 img{
	width:100%;
	height:auto;
}
.swiper-slide .a01{
}
.swiper.aa01{
	margin:0;
	width:100%;
	margin-top:3.0rem;
}

.proshow-l .tit{
	width:auto;
	position:absolute;
	right:2.5rem;
	top:2.5rem;
	z-index:2;
	display:flex;
}
.proshow-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;
}
.proshow-l .tit i:empty {
    border: none; /* 隐藏边框 */
    padding: 0;    /* 清空内边距，防止空标签占位置 */
}
.proshow-r{
	width:100%;
	position:relative;
	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;
}
.proshow-r h1{
	color: var(---black, #000);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.proshow-r h2{
	margin-top:0.62rem;
	color: var(---black, #000);
	font-family: zt;
	font-size: 1.15rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
	margin-bottom:1.5rem;
}
.proshow-r ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom:1px solid #E0E0E0;
}
.proshow-r ul li{
	width:50%;
	padding:1.0rem 0;
	color: var(---black, #000);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	text-transform: capitalize;
}
.proshow-r ul li b{
	font-family: zt2;
}
.proshow-r .inmore{
	margin-top:2.5rem;
}
.proshow-r .inmore a{
	margin-right:0.62rem;
	position:relative;
	overflow:visible;
}
	

.proshow-r .inmore a i{
	opacity:0;
	visibility:hidden;
	position: absolute;
	left:0px;
	top:4.0rem;
	width:10rem;
	z-index:5;
	
}
.proshow-r .inmore a i img{
	width:100%;
}
.proshow-r .inmore a:hover i{
	opacity:1;
	visibility:visible;
}
.cpcs{
	width:100%;
	float:left;
	margin-top:1.0rem;
	font-size: 1rem;
}
.cpcs ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
	margin-top:1.75rem;
}
.cpcs img{max-width:100%;}
.cpcs ul li{
	width:50%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:1.31rem;
}
.cpcs ul li:hover{
	color: var(---333, #CD2A21);
}
.cpcs ul li b{
	font-family:zt2;
}
.cpcs table{
	width: 100%;
    margin-top: 2rem;
	}
.cpcs table td {
    justify-content: space-between;
    border-bottom: 1px solid var(--10, rgba(0, 0, 0, 0.10));
    padding-top: 1.75rem;
	
	color: var(---333, #333);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 1.31rem;
}
.cpcs table td b{
	font-family: zt2;
	}
.cpcs table tr:nth-child(2) td{
	text-transform: uppercase;
	}
.cpcs table tr:nth-child(3) td{
	text-transform: uppercase;
	}
.cpcs table td:hover {
    color: var(---333, #CD2A21);
}
.jjfa{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	position:relative;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.jjfa .play{
	width:4.0rem;
	height:4.0rem;
	position:absolute;
	left:calc(50% - 2.0rem);
	top:calc(43% - 2rem);
	z-index:5;
	background-image:url(../img/jt05.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	display:flex;
}
.jjfa.white{
	background: var(---white, #FFF);
}
.jjfa .play a{
	width:100%;
	height:100%;
}
.jjfa-l{
	width:100%;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.8rem */
	text-transform: capitalize;
	padding:2.5rem 3%;
}
.jjfa-l dl dt{
	color: var(---999, #999);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.jjfa-l dl dd{
	margin-top:0.54rem;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.5rem;
}
.jjfa-l dl dd.f2{
	font-size: 1.25rem;
}
.jjfa-l .inmore{
	margin-top:2.25rem;
}
.jjfa-r{
	width:100%;
	overflow:hidden;
	position:relative;
}
.jjfa-r img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.jjfa-r:hover img{
	transform: scale(1.05);
}

.baoj{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---999, #999);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 2.25rem */
	text-transform: uppercase;
}
.baoj h1{
	margin-bottom:0.94rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.baoj ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.0rem;
}
.baoj ul li{
	width:49.0%;
	margin-top:1.0rem;
}
.baoj ul li.w100{
	width:100%;
}
.baoj ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baoj ul li dl dd{
	margin-top:0.62rem;
}
.bk{
	width:100%;
	padding: 0.875rem 0.625rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	outline:none;
}

.hybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.hybanner img{
	width:100%;
	height: auto;
	display:block;
}
.hybanner .tex{
	width:100%;
	position:absolute;
	left:0;
	top:2.0rem;
	z-index:2;
	text-align:center;
	color: var(---999, #999);
	font-family: zt4;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding:0 3%;
}
.hybanner .tex h1{
	margin-bottom:0.62rem;
	color: var(---black, #000);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.hybanner .tex .inmore{
	margin-top:2.5rem;
}
.hyshow{
	width:100%;
	float:left;
	padding:2.5rem;
	border-radius: 1rem;
	box-shadow: 0 64px 60px -34px rgba(0, 0, 0, 0.15);
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.hyshow-l{
	width:100%;
	color: var(---333, #333);
	font-family:zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.8rem */
	text-transform: capitalize;
}
.hyshow-l h1{
	margin-bottom:1.5rem;
	color: var(---black, #000);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-transform: uppercase;
}

.hyshow-r{
	width:100%;
	border-radius: 0.5rem;
	background: var(--cd-2-a-21, #CD2A21);
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(222, 8, 8, 0.29);
	overflow: hidden;
	padding:1.5rem;
	margin-top:2.0rem;
}
.hyshow-r .a01{
	width:100%;
	padding-bottom:1.5rem;
	border-bottom:1px solid rgba(255, 255, 255, 0.30);
	display:flex;
	align-items: center;
}
.hyshow-r .a01 img{
	max-width:2.5rem;
	margin-right:1.0rem;
}
.hyshow-r .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.hyshow-r .a01 dl dd{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.hyshow-r ul{
	margin-top:1.0rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hyshow-r ul li{
	width:100%;
	margin-top:0.5rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.zzpz{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.zzpz ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zzpz ul li{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	position:relative;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.zzpz ul li .tex{
	width:100%;
	padding:3.0rem 3%;
	color: var(---333, #333);
	font-family: zt;
	font-size: 1rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.zzpz ul li .tex h1{
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	text-transform: uppercase;
}
.zzpz ul li .tex dl dt{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.zzpz ul li .tex dl dd{
	margin-top:1.0rem;
	color: var(--cd-2-a-21, #CD2A21);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.25rem */
	text-transform: capitalize;
	margin-bottom:1.0rem;
}
.zzpz ul li .tex .inmore{
	margin-top:2.25rem;
}
.zzpz ul li .pic{
	width:100%;
	overflow:hidden;
	position:relative;
}
.zzpz ul li .pic img{
    width: 100%;
    height: auto;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
	transition: all 0.6s;
}
.zzpz ul li:hover .pic img{
	transform: scale(1.05);
}

.newcon{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newcon-l{
	width:100%;
	background: var(--BG, #F5F6F7);
	padding:2.5rem 1rem;
}
.newtit{
	width:100%;
	float:left;
	color: var(--Gray1, #333);
	font-family:zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.75rem;
	color: var(--Gray-3, #828282);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.25rem;
	color: var(---666, #666);
	text-align: justify;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.newtex img{
	width:100%;
	height:auto;
}
.newcon-r{
	width:29.3%;
	background: var(--BG, #F5F6F7);
	padding:2.5rem;
	display:none;

}
.newcon-r h1{
	color: var(--Gray1, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newcon-r ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newcon-r ul li{
	width:100%;
	padding-bottom:2.75rem;
	margin-top:2.75rem;
	border-bottom:1px solid #E0E0E0;
}
.newcon-r ul li dl dt{
	color: var(---666, #666);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newcon-r ul li dl dd{
	margin-top:0.88rem;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.newcon-r ul li .more{
	display:flex;
	margin-top:0.88rem;
}
.newcon-r ul li .more a{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:flex;
	align-items: center;
}
.newcon-r ul li .more a::after{
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/small_long_down.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:1.06rem;
}
.newcon-r ul li:hover{
	border-bottom:1px solid #CD2A21;
}

.nab01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab01 .a01{
	width:100%;
}
.nab01 .a01 dl dt{
	color: var(---black, #000);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nab01 .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: 150%; /* 3.375rem */
}
.nab01 .a02{
	width:100%;
	color: var(---333, #333);
	text-align: justify;
	font-family: zt;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 180%; /* 2.25rem */
	margin-top:1.5rem;
}
.abtit{
	width:100%;
	float:left;
}
.abtit dl dt{
	color: var(---999, #999);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.abtit dl dd{
	margin-top:0.54rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.abtit .sm{
	margin-top:0.54rem;
	color: var(---999, #999);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.nab02{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.nab02 ul{
	display:flex;
	flex-wrap: wrap;
}
.nab02 ul li{
	width:100%;
	border-radius: 0.25rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	padding:2.0rem;
	transition: all 0.6s;
	margin-top:1.25rem;
}
.nab02 ul li:nth-child(3n){
	margin-right:0px;
}
.nab02 ul li h1{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: var(--cd-2-a-21, #CD2A21);
	font-family: zt3;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab02 ul li h1::after{
	width: 0.75rem;
	height: 0.75rem;
	border-radius: 1.5rem;
	background: var(---Gray-5, #E0E0E0);
	content:'';
	display:inline-block;
	transition: all 0.6s;
}
.nab02 ul li:hover h1::after{
	background: var(--Color, #F00000);
}
.nab02 ul li:hover{
	background: var(---Gray-6, #F2F2F2);
	/* 按钮 */
	box-shadow: 0 20px 50px -10px rgba(0, 0, 0, 0.10);
}
.nab02 ul li dl dt{
	margin-top:3.94rem;
	text-align:center;
}
.nab02 ul li dl dt img{
	max-height:5.4rem;
}
.nab02 ul li dl dd{
	margin-top:3.12rem;
	color: var(---333, #333);
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
}
.nab03{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.nab03 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab03 ul li{
	width:48%;
	margin-top:1.25rem;
	padding: 1rem 1rem 1.5rem 1rem;
	border-radius: 0.25rem;
	background: var(---white, #FFF);
	overflow:hidden;
	transition: all 0.6s;
}
.nab03 ul li:nth-child(4n){
	margin-right:0px;
}
.nab03 ul li .pic{
	overflow:hidden;
}
.nab03 ul li .pic img{
	max-height:3.0rem;
}
.nab03 ul li dl dt{
	margin-top:1.75rem;
	padding-top:1.5rem;
	border-top:1px solid #E0E0E0;
	color: var(---333, #333);
	font-family:zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nab03 ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family:zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 1.3125rem */
}
.nab03 ul li:hover{
	background: var(--cd-2-a-21, #CD2A21);
	/* 红色 */
	box-shadow: 0 64px 60px -34px rgba(222, 8, 8, 0.29);
}
.nab03 ul li:hover dl dt{
	color:#FFF;
}
.nab03 ul li:hover dl dd{
	color:#FFF;
}
.nab03 ul li .pic01{
	display:inline-block;
}
.nab03 ul li .pic02{
	display: none;
}
.nab03 ul li:hover .pic01{
	display:none;
}
.nab03 ul li:hover .pic02{
	display:inline-block;
}
.nab04{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.nab04 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.nab04 ul li{
	width:48%;
	margin-top:1.25rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	border: 1px solid var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
}
.nab04 ul li:hover{
	border: 1px solid var(--cd-2-a-21, #CD2A21);
	background: var(---white, #FFF);
}
.nab04 ul li:nth-child(5n){
	margin-right:0px;
}
.nab04 ul li dl dt{
	overflow:hidden;
	padding:2.13rem;
}
.nab04 ul li dl dt img{
	max-width:100%;
	transition: all 0.6s;
}
.nab04 ul li:hover dl dt img{
	transform: scale(1.05);
}
.nab04 ul li dl dd{
	padding:1.0rem;
	border-top:1px solid #E0E0E0;
	text-align: center;
	font-family: zt;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
}
.nab05{
	width:100%;
	float:left;
	margin-top:2.5rem;
	position:relative;
	padding-bottom:5.5rem;
}
.zzpic{
	width:100%;
	position:relative;
	border-radius: 0.5rem;
	overflow:hidden;
}
.zzpic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.zzpic:hover img{
	transform: scale(1.05);
}
.zzpic .tex{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
	padding: 0.625rem 0;
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: uppercase;
	text-align:center;
}

.lx01{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.lx01 ul{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.lx01 ul li{
	width:100%;
	padding: 1.25rem 1.54rem;
	background: var(---Gray-6, #F2F2F2);
	margin-top:1.25rem;
	display:flex;
	align-items: center;
}
.lx01 ul li img{
	max-width:3.0rem;
	margin-right:1.5rem;
}
.lx01 ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lx01 ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}


/*/手机*/



.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; left: 50%; bottom: 0; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:70vh; max-width: 100%; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}



/* 方式2 关闭在上面*/

.fixedIcon{ position: fixed; top: 50%; left: 50%; z-index: 999; transform: translate(-50%,-50%); padding:5px; display:none;}
.fixedIcon .close{ width: 40px; height: 40px; position: absolute; right: -30px; top: -100px; cursor: pointer; border: 2px solid #fff; border-radius:50%; text-align: center; font-size: 22px; color: #fff; transform: translate(-50%,140%);}
.fixedIcon img{ display: block; max-height:80vh; max-width: 100%; height: auto;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}




.red{
	color: var(--cd-2-a-21, #CD2A21);
}
.mart6{
	margin-top:3.25rem;
}
.mart8{
	margin-top:3.75rem;
}
.mart5{
	margin-top:5rem;
}
.mart10{
	margin-top:4rem;
}
.mart4{
	margin-top:2.5rem;
}
.mart12{
	margin-top:4.5rem;
}
.mart3{
	margin-top:1.75rem;
}
.mart0{
	margin-top:0px;
}



.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.dingw{ width:100%; float:left; margin-top:-5rem;}


}












































