@charset "utf-8";
/* CSS Document */
body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	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;
  }
}
html {
  scroll-behavior: smooth;
}

/* 为不支持 scroll-behavior 的浏览器提供检测 */
@supports not (scroll-behavior: smooth) {
:root {
    --scroll-behavior: smooth;
  }
}
.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 */
	
}

@font-face
{
	font-family: Regular;
	src: url('../font/Regular.ttf'),
	url('../font/Regular.ttf'); /* IE9+,可以是具体的实际链接 */
	
}
*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:#DC0011;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}


.header.yanse{
	background-color:#FFF;
	border-bottom:1px solid var(--10, rgba(0, 0, 0, 0.10));
}
.header.yanse .innav ul li a{
	color:#333;
}
.header.yanse .innav ul li a:hover{
	color: var(--e-50012, #DC0011);
}
.header.yanse .innav ul li a.cur{
	color: var(--e-50012, #DC0011);
}
.header.yanse .zyw{
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.header.yanse .zyw2 .a01{
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
}


.header.yanse.yanse01 a{
	color: #FFFFFF;
}
.header.yanse.yanse01 .cur{
	color: var(--e-50012, #DC0011);
}
.header.yanse .cur{
	color: var(--e-50012, #DC0011);
}


@keyframes animateTop{
    0%{ transform: translateY(500%);opacity: 0;}
    100%{ transform: translateY(0); opacity: 1; }
}
@-moz-keyframes animatedTop {
    0%{ -moz-transform: translateY(500%);opacity: 0; }
    100%{ -moz-transform: translateY(0);opacity: 1;}
}
@-webkit-keyframes animatedTop {
    0%{ -webkit-transform: translateY(500%);opacity: 0; }
    100%{ -webkit-transform: translateY(0); opacity: 1;}
}
@-ms-keyframes animatedTop {
    0%{ -ms-transform: translateY(500%);opacity: 0; }
    100%{ -ms-transform: translateY(0); opacity: 1;}
}

@media (min-width:1000px) {
/*底部开始*/
.footer{
	background: var(---Gray-6, #F2F2F2);
	width: 100%;
	position: static;
	z-index: 300;
	left: 0;
	bottom: 0;
	height: 0;
	overflow: hidden;
	z-index: 12;
}
.footer.foot_show{
	height: 580px;
	overflow: visible;
}
.footTop{
	opacity: 0;
	-webkit-transform:translateY(150px);
	-moz-transform:translateY(150px);
	transform:translateY(150px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.footBottom{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid #1a1a1b;
	text-align: center;
	font-size: 12px;
}
.footer.foot_show .footTop{
	opacity: 1;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	transform:translateY(0px);
}

.footer,.foot_top{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*底部结束*/

.main{
	width: 100%;
	margin:auto;
	padding:0 8.33vw;
}
.header{
	width: 100%;
	position: fixed;
	height: 5rem;
	top: 0;
	left: 0;
	z-index: 997;
	padding:0 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	transition: all 0.6s;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}

.header .logo{
	width: auto;
	height: 5rem;
	max-width: 12.8%;
	display: flex;
	align-items: center;
}
.header .logo a{
	width:100%;
	display: flex;
	align-items: center;
}
.header .logo img{
	max-width: 100%;
}
.header .innav{
	width: auto;
	height: 5rem;
}
.header .innav ul{
	display: flex;
	align-items: center;
	height:5rem;
}
.header .innav ul li{
	width: auto;
	font-size: 1.0rem;
	height:5rem;
	text-transform: uppercase;
	align-items: center;
	display: flex;
	margin-left:2.5rem;
	margin-right:2.5rem;
}
.header .innav ul li a{
	white-space: nowrap;
	color:#FFF;
	transition: all 0.6s;
}
.inr{
	width:auto;
	align-items: center;
	display: flex;
}
.zyw{
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	border-radius: 50%;
	display:flex;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zyw a{
	color:#FFF;
}

.chax{
	right:8.33vw; 
	top:5.0rem;
	position: absolute;
	width:15rem; 
	z-index:996;
	display: none;
}
.chax.marg{
	top:4.5rem;
}
.chax　.aa{
	display: flex;
	width:15rem;
	height:2.5rem;
	background-color:#FFF;
	overflow:hidden;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 11.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	border: 0px;
	background-color: #fff;
	outline: none;
	padding-left: 0.5rem;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 0.8rem;
	color: #999999;
}
.chaxanniu{
	width: 4.0rem;
	height: 2.5rem;
	line-height: 2.5rem;
	text-align: center;
	cursor: pointer;
	background: #DC0011;
	color: #FFFFFF;
	border: 0px;
	outline:none;
}

.inbk{
	width:calc(100% - 20px);
	border:0px;
	line-height:20px;
	outline:none;
	background-color:transparent;
	font-size:14px;
	color:#FFF;
}

.zyw2{
	width:auto;
	display:flex;
	justify-content: center;
	align-items: center;
	margin-left:0.62rem;
	position:relative;
}
.zyw2 .a01{
	width: 2.5rem;
	height: 2.5rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	border-radius: 50%;
	display:flex;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zyw2 .a02{
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	top:2.5rem;
	left:0;
	z-index:1;
	opacity:0;
	visibility:hidden;
	display:flex;
	justify-content: center;
	align-items: center;
	background-color:#FFF;
	border-radius:50%;
	color:#DC0011;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zyw2:hover .a02{
	opacity:1;
	visibility:visible;
}
.header.yanse.yanse01 .zyw2 .a02{
	color:#DC0011;
}
.header.yanse .zyw2 .a02{
	color:#DC0011;
}

.index01{
	width: 100%;
	float: left;
}

.inmore{
	display:flex;
}
.inmore a{
	position:relative;
	color:#FFF;
	transition: all 0.6s;
	padding: 1rem 3.125rem;
	display: flex;
	align-items: center;
	z-index:3;
	border-radius: 0.25rem;
	border: 1px solid var(---white, #FFF);
	overflow:hidden;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	content:'';
	display:inline-block;
	left:0;
	top:0;
	z-index:-1;
	background: var(--e-50012, #DC0011);
	transition: all 0.6s;
}
.inmore a:hover{
	border: 1px solid var(--e-50012, #DC0011);
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	margin-left:1.25rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
	display:inline-block;
	transition: all 0.6s;
}

.inmore a.cur::before{
	width:100%;
}

.index02 .inab01{
opacity: 0;-webkit-transform:translateX(-200px);-moz-transform:translateX(-200px);transform:translateX(-200px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}
.index02.active .inab01{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}

.index02 .cplm02{
opacity: 0;-webkit-transform:translateX(200px);-moz-transform:translateX(200px);transform:translateX(200px);-webkit-transition: all 1s;-moz-transition: all 1s;transition: all 1s;
}
.index02.active .cplm02{opacity: 1;-webkit-transform:translateY(0px) scale(1);-moz-transform:translateY(0px) scale(1);transform:translateY(0px) scale(1);}

.index02{
	width: 100%;
	float: left;
	background-image:url(../img/inab01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.rotating-circle{
	width: 5.8rem;
	height: 5.8rem;
	position:absolute;
	top:calc(50% - 2.9rem);
	left:calc(50% - 2.9rem);
	z-index:2;
	border-radius: 50%;
	background: url(../img/Rectangle.svg) no-repeat center;
	background-size:contain;
	animation: rotate 6s linear infinite;
}
.inbf{
	width:3.9rem;
	height:3.9rem;
	position:absolute;
	left:calc(50% - 1.95rem);
	top:calc(50% - 1.95rem);
	z-index:3;
	display:flex;
	justify-content:center;
	align-items: center;
	border-radius: 50%;
	background: var(--e-50012, #DC0011);
}
.inbf a{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items: center;
}
.inbf img{
	max-width:1.8rem;
}
@keyframes rotate {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}

.inab{
	width:50%;
	position:absolute;
	height:calc(100% - 5.0rem);
	top:5.0rem;
	right:0;
	z-index:1;
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-left:5.7vw;
	padding-right:10.3vw;
}
.inab01{
	width:100%;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.inab01 dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab01 dl dd{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:5.0rem;
}
.inab01 .more{
	display:flex;
	margin-top:5rem;
}
.inab01 .more a{
	display: flex;
	align-items: center;
	padding: 1.0625rem 2.625rem 1.0625rem 2.875rem;
	border-radius: 0.25rem;
	background: var(--e-50012, #DC0011);
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
}
.inab01 .more a::after{
	margin-left:1.88rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}



.index03{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.index03 .rztit{
	opacity: 0;
	-webkit-transform:translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index03.active .rztit{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}
.inrz{
	width:100%;
	height:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	padding:0 8.33vw;
}
.inrz01{
	width:100%;
}
.rztit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.rztit .a01{
	width:26.8%;
}
.rztit .a01 dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.rztit .a01 dl dd{
	margin-top:1.25rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.rztit .a02{
	width:auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.rztit .a02 div{
	display: flex;
	align-items: flex-start;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
	margin-left:2.5rem;
	padding-right:2.5rem;
}
.rztit .a02 div b{
	color: var(---white, #FFF);
	font-family: DIN;
	font-size: 8rem;
	font-style: normal;
	font-weight: 5;
	line-height: 80%;
}
.rztit .a02 div i{
	width:4.75rem;
	padding: 0.375rem 0.625rem;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	border-radius: 1.625rem;
	background: var(--e-50012, #DC0011);
	/* Drop Shadow */
	box-shadow: 0 15px 21px 0 rgba(128, 19, 17, 0.26);
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: zt2;
}
.inzs{
	width:100%;
	float:left;
	margin-top:12rem;
}
.inzs ul li{
	width:10.5rem;
	margin-right:0.75rem;
	float:left;
	position:relative;
}
.inzs ul li img{
	display: block;
	width: 100%;
	height: auto;
}
/* 倒影样式 */
.inzs ul li::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,
	rgba(255, 255, 255, 0.3) 0%, 
	rgba(255, 255, 255, 0.05) 50%,
	rgba(255, 255, 255, 0) 100%);
	transform: scaleY(-1);
	opacity: 0.3;
	background-size: cover;
	background-image: inherit;
}
/* 如果需要模糊效果 */
.inzs ul li::after {
	filter: blur(1px);
}

#demo {
	overflow:hidden;
	width: 100%;
	padding-bottom:7rem;
} 
#demo img { 
} 
#indemo { 
float: left; 
width: 1800%; 
} 
#demo1 { 
float: left; 
} 
#demo2 { 
float: left; 
} 

.index04{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab03.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.inwenz{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	z-index:33;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 900;
	line-height: 65%;
	text-transform: uppercase;
}

.index04 .intit{
	opacity: 0;
	-webkit-transform:
	translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index04.active .intit{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}

.index04 .inxlm{
	opacity: 0;
	-webkit-transform:
	translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index04.active .inxlm{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}

.index04 .inhz{
	opacity: 0;
	-webkit-transform:
	translateX(200px);
	-moz-transform:translateX(200px);
	transform:translateX(200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index04.active .inhz{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}

.intit{
	width:100%;
	float:left;
	margin-top:10rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inxlm{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.inxlm ul{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.inxlm ul li{
	width:auto;
	margin-left:0.31rem;
	margin-right:0.31rem;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.inxlm ul li a{
	display: flex;
	align-items: center;
	padding: 0.9375rem 4.15625rem 1rem 2.78125rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
}
.inxlm.ny ul li a{
	background: var(---Gray-6, #F2F2F2);
}
.inxlm ul li a img{
	max-width:2.4rem;
	margin-right:1.25rem;
}
.inxlm ul li dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inxlm ul li dl dd{
	color: var(---999, #999);
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inxlm ul li a:hover{
	background: var(--e-50012, #DC0011);
	/* Drop Shadow */
	box-shadow: 0 40px 60px -34px rgba(163, 0, 0, 0.46);
}
.inxlm ul li a:hover dl dt{
	color: var(---white, #FFF);
}
.inxlm ul li a:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.inxlm ul li.cur a{
	background: var(--e-50012, #DC0011);
	/* Drop Shadow */
	box-shadow: 0 40px 60px -34px rgba(163, 0, 0, 0.46);
}
.inxlm ul li.cur dl dt{
	color: var(---white, #FFF);
}
.inxlm ul li.cur dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.inxlm ul li.cur .pic01{
	display:none;
}
.inxlm ul li.cur .pic02{
	display:inline-block;
}
.inxlm ul li .pic01{
	display:inline-block;
}
.inxlm ul li .pic02{
	display: none;
}
.inxlm ul li:hover .pic01{
	display:none;
}
.inxlm ul li:hover .pic02{
	display:inline-block;
}

.inhz{
	width:100%;
	float:left;
	margin-top:6.25rem;
	overflow:hidden;
	padding:0 8.33vw;
}
.inhz ul{
	display: flex;
	flex-wrap: wrap;
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.inhz ul li{
	width:16.666%;
	height:17rem;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	align-items: center;
	justify-content:center;
}
.inhz ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content:center;
}
.inhz ul li a img{
	max-width:50%;
}
.inhz ul li:last-child{
	border-right:0px;
}

.index05{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab04.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.index05 .intit{
	opacity: 0;
	-webkit-transform:
	translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index05.active .intit{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}

.index05 .inxlm{
	opacity: 0;
	-webkit-transform:
	translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index05.active .inxlm{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}

.index05 .inpro{
	opacity: 0;
	-webkit-transform:
	translateX(200px);
	-moz-transform:translateX(200px);
	transform:translateX(200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index05.active .inpro{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}


.inpro{
	width:100%;
	float:left;
	margin-top:6.25rem;
	padding:0 8.33vw;
}
.inpro ul li{
	width:calc(25% - 1.0rem);
	float:left;
	margin-right:1.0rem;
	border-radius: 0.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	transition: all 0.6s;
}
.inpro ul li:nth-child(4n){
	margin-right:0px;
}
.inpro ul li .pic{
	overflow:hidden;
}
.inpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li .tex{
	padding:1.88rem;
	position:relative;
}
.inpro ul li .tex::before{
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	left:calc(50% - 1.25rem);
	top:-1.25rem;
	z-index:2;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.inpro ul li:hover .tex::before{
	opacity:1;
}
.inpro ul li:hover{
	border-radius: 0.5rem;
	border: 4px solid var(--e-50012, #DC0011);
	background: var(--e-50012, #DC0011);
}
.inpro ul li .tex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li .tex dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height:0;
	overflow:hidden;
	transition: all 0.6s;
}
.inpro ul li:hover .tex dl dd{
	height:auto;
	margin-top:0.31rem;
}
.index06{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab05.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.index06 .cpsctit{
	opacity: 0;
	-webkit-transform:
	translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index06.active .cpsctit{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}

.cpsc{
	width:100%;
	height:calc(100% - 5.0rem);
	margin-top:5.0rem;
	float:left;
	position:relative;
}
.cpsctit{
	width:100%;
	position:absolute;
	top:5rem;
	left:0;
	z-index:5;
	text-align:center;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}


.index07{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab06.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.index07 .insb .tex{
	opacity: 0;
	-webkit-transform:
	translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index07.active .insb .tex{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}


.insb{
	width:100%;
	height:100%;
	padding:0 8.33vw;
	display: flex;
	align-items: center;
}
.insb .tex{
	width:36.3%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.insb .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.insb .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:0.62rem;
}
.insblm{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:3;
	padding:0 8.33vw;
}
.insblm ul{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	flex-wrap: wrap;
}
.insblm ul li{
	width:25%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.insblm ul li .a02{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:3;
	border-radius: 0.5rem 0.5rem 0 0;
	background: var(--e-50012, #DC0011);
	padding:2.5rem;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.insblm ul li .a02 .b1{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.insblm ul li .a02 .b1::after{
	width: 2.25rem;
	height: 2.25rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.insblm ul li .a02 .b1 dl dt{
	color: #FFF;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.insblm ul li .a02 .b1 dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: Arial;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insblm ul li .a02 .num{
	display: flex;
	align-items: flex-start;
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:2.38rem;
	color: transparent; /* 文字透明 */
	-webkit-text-stroke: 0.025rem #fff; /* 描边宽度和颜色 */
}
.insblm ul li .a02 .num b{
	color: transparent; /* 文字透明 */
	-webkit-text-stroke: 0.025rem #fff; /* 描边宽度和颜色 */
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	margin-right:0.62rem;
}
.insblm ul li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
	padding: 1.875rem 2.5rem 1.875rem 3.75rem;
}
.insblm ul li a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	opacity:0;
	display:inline-block;
	color:#FFF;
}
.insblm ul li a:hover::after{
	opacity:1;
}
.insblm ul li a .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.insblm ul li a .a01 img{
	margin-right:0.62rem;
}
.insblm ul li a .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.insblm ul li a .a01 dl dd{
	margin-top:0.31rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: Arial;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insblm ul li .pic01{
	display:inline-block;
}
.insblm ul li .pic02{
	display: none;
}
.insblm ul li:hover .pic01{
	display:none;
}
.insblm ul li:hover .pic02{
	display:inline-block;
}


.index08{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab07.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

.index08 .innewtit{
	opacity: 0;
	-webkit-transform:
	translateX(-200px);
	-moz-transform:translateX(-200px);
	transform:translateX(-200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index08.active .innewtit{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}

.index08 .innew{
	opacity: 0;
	-webkit-transform:
	translateX(200px);
	-moz-transform:translateX(200px);
	transform:translateX(200px);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}
.index08.active .innew{
	opacity: 1;
	-webkit-transform:translateY(0px) scale(1);
	-moz-transform:translateY(0px) scale(1);
	transform:translateY(0px) scale(1);
}

.innewtit{
	width:100%;
	float:left;
	margin-top:12.5rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew{
	width:100%;
	float:left;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew.ny ul li{
	width:calc(33.33% - 1.25rem);
	margin-right:1.25rem;
	padding: 1.875rem 1.875rem 3.125rem 1.875rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	margin-top:3.75rem;
}
.innew ul li{
	width:calc(33.33% - 1.25rem);
	margin-right:1.25rem;
	padding: 1.875rem 1.875rem 3.125rem 1.875rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	overflow:hidden;
	margin-top:4.94rem;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow: hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex dl dt{
	margin-top:2.5rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innew ul li .tex dl dd{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	margin-top:1.25rem;
	border-bottom:1px solid #E0E0E0;
	padding-bottom:1.25rem;
}
.innew ul li .more{
	display:flex;
	margin-top:1.25rem;
}
.innew ul li .more a{
	display: flex;
	align-items: center;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innew ul li .more a::after{
	margin-left:0.62rem;
	width: 2.25rem;
	height:1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/thin_long_02_down.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innew ul li:hover .tex dl dd{
	color: var(--e-50012, #DC0011);
}
.innew ul li:hover .more a{
	color: var(--e-50012, #DC0011);
}
.innew ul li:hover .more a::after{
	background-image:url(../img/thin_long_02_down2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}


.foot{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding-top:5.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:1.88rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.foot01 .a01{
	width:15.7%;
	display: flex;
	align-items: center;
}
.foot01 .a01 img{
	max-width:100%;
}
.foot01 .a02{
	width:22.5%;
}
.foot01 .a02 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot01 .a02 dl dd{
	margin-top:0.62rem;
	border-radius: 0.25rem;
	border: 1px solid var(--e-50012, #DC0011);
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 1.25rem;
}
.dbbk{
	width:80%;
	border:0px;
	background-color:transparent;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}


.foot02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:4.4rem;
}
.foot02 .dbtel{
	width:20%;
}
.foot02 .dbtel dl dt{
	padding-bottom:0.82rem;
	color: var(--e-50012, #DC0011);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02 .dbtel dl dd{
	margin-top:1.06rem;
	display: flex;
	align-items: center;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .dbtel dl dd img{
	margin-right:0.62rem;
	max-width:1.125rem;
}
.foot02 .a01{
	width:35.5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot02 .a01 dl{
	width:auto;
}
.foot02 .a01 dl dt{
	margin-bottom:0.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02 .a01 dl dd{
	margin-top:1.06rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .a01 dl dd a{
	color: var(---666, #666);
}
.foot02 .a02{
	width:12.25%;
	text-align:center;
}
.foot02 .a02 dl dt{
	overflow:hidden;
}
.foot02 .a02 dl dt img{
	max-width:100%;
}
.foot02 .a02 dl dd{
	margin-top:0.56rem;
	color: var(---999, #999);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:5.0rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
	padding:1.5rem 0;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot03 a{
	color: var(---999, #999);
}
.back{
	width:3.0rem;
	height:3.0rem;
	position:fixed;
	right:3.75rem;
	bottom:2.84rem;
}
.back img{
	width:100%;
	height:auto;
	display:block;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:5.0rem;
	position:relative;
}
.nybanner.ab::before{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
	content:'';
	display:inline-block;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nybanner .tex dl dt{
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rotating-circle2{
	width: 5.8rem;
	height: 5.8rem;
	border-radius: 50%;
	background: url(../img/Rectangle2.svg) no-repeat center;
	animation: rotate 6s linear infinite;
}
.nybanner .tex dl dt .play{
	width:3.9rem;
	height:3.9rem;
	position:absolute;
	left:calc(50% - 1.95rem);
	top:calc(50% - 1.95rem);
	background-color:#fff;
	border-radius: 50%;
	z-index:4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nybanner .tex dl dt .play img{
	max-width:1.8rem;
}
.nybanner .tex dl dd{
	margin-top:1.5rem;
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab01{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab01-l{
	width:50%;
}
.nab01-l dl dt{
	display:flex;
}
.nab01-l dl dt img{
	max-width:46.8%;
}
.nab01-l dl dd{
	margin-top:2.13rem;
	display:flex;
}
.nab01-l dl dd img{
	max-width:74%;
}
.nab01-r{
	width:50%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.nab01-r h1{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	margin-bottom:3.75rem;
}
.nab01-r h1 i{
	color: var(--Color, #D71F19);
}
.nabpic{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.nabpic img{
	width:100%;
	height:auto;
	display:block;
}

.nynum{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.nynum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nynum ul li{
	width:auto;
}
.nynum ul li .pic{
	overflow:hidden;
}
.nynum ul li .pic img{
	max-width:3.0rem;
}
.nynum ul li dl dt{
	margin-top:1.25rem;
	color: var(--e-50012, #DC0011);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nynum ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.nynum ul .sx{
	width:1px;
	background: #E0E0E0;
}
.nwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	margin-top:10rem;
}
.tdtit{
	width:100%;
	float:left;
	margin-top:10rem;
}
.tdtit dl dt{
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.tdtit dl dd{
	margin-top:2.5rem;
	display: flex;
	justify-content:center;
}
.tdtit dl dd.mart1{
	margin-top:1.25rem;
}
.tdtit dl dd div{
	width:70%;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.team{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.lnwrap{
	width:100%;
	float:left;
	margin-top:10rem;
	background-image:url(../img/lnbj.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0 8.33vw;
}
.lntit{
	width:100%;
	float:left;
	margin-top:7.5rem;
}
.lntit dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.lntit dl dd{
	margin-top:3.2rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}
.lntex{
	width:100%;
	float:left;
	margin-top:8.44rem;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.lntex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lntex ul li{
	width:33.33%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding: 3.125rem 3.75rem;
	display: flex;
	align-items: center;
	transition: all 0.6s;
}
.lntex ul li:hover{
	background: var(--e-50012, #DC0011);
}
.lntex ul li img{
	max-width:2.5rem;
	margin-right:1.25rem;
}
.lntex ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lntex ul li dl dd{
	margin-top:0.31rem;
	color: var(---white, #FFF);
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.rylist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.rylist ul{
	display: flex;
	flex-wrap: wrap;
}
.rylist ul li{
	width:calc(20% - 1.25rem);
	margin-right:1.25rem;
	margin-top:3.75rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
}
.rylist ul li:nth-child(5n){
	margin-right:0px;
}
.rylist ul li dl dt{
	height:17rem;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom:1px solid #E0E0E0;
}
.rylist ul li dl dt img{
	max-width:60%;
	max-height:13rem;
	transition: all 0.6s;
}
.rylist ul li:hover dl dt img{
	transform: scale(1.05);
}
.rylist ul li dl dd{
	padding-bottom:2.25rem;
	padding-top:1.88rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.rylist ul li:hover{
	border: 1px solid var(--e-50012, #DC0011);
	background: var(---white, #FFF);
}
.rylist ul li:hover dl dd{
	color: var(--e-50012, #DC0011);
}
.fy{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

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

.cplm{
	width:100%;
	float:left;
}
.cplm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cplm.w2 ul li{
	width:50%;
}
.cplm.w3 ul li{
	width:33.333%;
}
.cplm.w4 ul li{
	width:25%;
}
.cplm.w5 ul li{
	width:20%;
}

.cplm.w6 ul li{
	width:16.666%;
}
.cplm.w7 ul li{
	width:14.22%;
}


.cplm.w33 ul li{
	width:33.33%;
}
.cplm ul li{
	width:50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(---Gray-6, #F2F2F2);
	border-right:1px solid #FFF;
}
.cplm ul li:last-child{
	border-right:0px solid #FFF;
}
.cplm ul li a{
	width:100%;
	padding:1.75rem 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.cplm ul li a:hover{
	background: var(--e-50012, #DC0011);
	color:#FFF;
}
.cplm ul li a.cur{
	background: var(--e-50012, #DC0011);
	color:#FFF;
}

.nyss{
	width:100%;
	float:left;
	margin-top:6.25rem;
	border-radius: 0.5rem;
	border: 1px solid var(--e-32525, #D60B1C);
	padding:0.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.cpcon{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcon-l{
	width:24.1%;
}
.subNavBox{
	width:100%;
	float:left;
	border-radius: 0.5rem;
	background: var(---Gray-6, #fff);
	overflow:hidden;
	margin-top:2.5rem;
}
.subNav{
	width:100%; 
	float:left; 
	CURSOR: pointer;
	display: flex;
	padding: 0.9375rem 1.25rem 1rem 2.5rem;
	justify-content: space-between;
	align-items: center;
	border-radius: 0.5rem;
	background: var(--e-50012, #DC0011);
}
.subNav .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.subNav .a01 img{
	margin-right:1.25rem;
	width: 2.1rem;
}
.subNav .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.subNav .a01 dl dd{
	color: var(---white, #FFF);
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.subNav::after{ 
	width: 1.5rem;
	height: 1.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.subNav:hover{float:left; }
.currentDd{
	background: var(--e-50012, #DC0011);
	color: #FFF;
}
.currentDd a{
	color: #FFF;
}
.currentDd::after{
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent{
	display: block;
	float:left; 
	width:100%;
	background: var(---Gray-6, #F2F2F2);
}
.navContent dl dd{
	border-bottom:1px solid #FFF;
	display:flex;
}
.navContent dl dd a{
	height: 3.75rem;
	padding: 0 4.6875rem 0 2.5rem;
	display:flex;
	align-items: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.navContent dl dd.cur a{ color:#F00;}

.cpcon-r{
	width:74.8%;
	border-radius: 1rem;
	background: var(---Gray-6, #F2F2F2);
	padding: 3.75rem 1.1875rem 6.25rem 1.1875rem;
}
.protit{
	width:100%;
	float:left;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.prolist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(33.9% - 1.25rem);
	margin-right:1.25rem;
	margin-top:2.5rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	overflow:hidden;
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li .pic{
	overflow: hidden;
    /*padding: 1.08rem 2.5rem;*/
    padding-bottom: 1.08rem;
}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	    padding: 2.06rem 2rem;
    padding-bottom: 2.08rem;
	position:relative;
	transition: all 0.6s;
}
.prolist ul li .tex::before{
	width: 2.5rem;
	height: 2.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:calc(50% - 1.25rem);
	top:-1.25rem;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.prolist ul li:hover .tex::before{
	opacity:1;
}
.prolist ul li .tex dl dt{
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.prolist ul li .tex dl dd{
	margin-top:1.0rem;
	text-align: center;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.prolist ul li:hover .tex{
	background: var(--e-50012, #DC0011);
}
.prolist ul li:hover .tex dl dt{
	color: var(---white, #FFF);
}
.prolist ul li:hover .tex dl dd{
	color: var(---white, #FFF);
}

.proshow{
	width:100%;
	float:left;
	margin-top:5.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow .tex{
	width:50%;
	background: var(---Gray-6, #F2F2F2);
	padding:8.56rem 10vw;
}
.proshow .tex h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:5.0rem;
}
.proshow .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow .tex ul li{
	width:100%;
	margin-top:1.25rem;
	padding-bottom:0.75rem;
	border-bottom:1px solid #E0E0E0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.proshow .tex ul li div{
	width:50%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.proshow .tex .sm{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:6.25rem;
}
.proshow .tex .sm .a01{
	width:49%;
	padding: 0.5rem;
	padding-left:2.0rem;
	height: 3.75rem;
	line-height:3.75rem;
	position:relative;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	border-radius: 0.25rem;
	background: var(--e-50012, #DC0011);
	display: flex;
	align-items: center;
	justify-content: center;
}
.proshow .tex .sm .a01::before{
	width:2.8rem;
	height:2.8rem;
	position:absolute;
	left:0.5rem;
	top:0.5rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/dh.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.proshow .tex .sm .a02{
	width:49%;
	padding: 0.5rem;
	height: 3.75rem;
	line-height:3.75rem;
	position:relative;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	border-radius: 0.25rem;
	background: var(--e-50012, #DC0011);
	display: flex;
	align-items: center;
	justify-content: center;
}
.proshow .tex .sm .a02::before{
	width: 0.75rem;
	height: 1.5rem;
	position:absolute;
	right:2.62rem;
	top:1.06rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.proshow .pic{
	width:50%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.proshow .pic img{
	max-width:80%;
}

.pro2{
	width:100%;
	float:left;
	position:relative;
}
.pro2 img{
	width:100%;
	height:auto;
	display:block;
}
.pro2 .tit{
	width:100%;
	position:absolute;
	left:0;
	top:19%;
	z-index:1;
	padding:0 8.33vw;
}
.pro2 .tit dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.pro2 .tit dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}
.pro2 .tex{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	padding:0 8.33vw;
}
.pro2 .tex ul{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	flex-wrap: wrap;
}

.pro2 .tex ul li{
	width:25%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.pro2 .tex ul li:last-child{
	border-right:0px;
}
.pro2 .tex ul li a{
	display: flex;
	align-items: center;
	width:100%;
	padding: 1.88rem 3.75rem;
}
.pro2 .tex ul li a img{
	margin-right:0.62rem;
	max-width:2.5rem;
}
.pro2 .tex ul li a dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.pro2 .tex ul li a dl dd{
	margin-top:0.31rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: Arial;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sblist{
	width:100%;
	float: left;
}
.sblist ul{
	display: flex;
	flex-wrap: wrap;
}
.sblist ul li{
	margin-top:3.75rem;
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	position:relative;
}
.sblist ul li:nth-child(3n){
	margin-right:0px;
}
.sblist ul li::before{
	width: 1.75rem;
	height: 1.75rem;
	position:absolute;
	top:1.88rem;
	right:1.88rem;
	z-index:1;
	opacity:0;
	content:'';
	display:inline-block;
	background-image:url(../img/sst.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.sblist ul li:hover::before{
	opacity:1;
}
.sblist ul li .pic{
	    height: auto;
    padding: 1rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.sblist ul li .pic img{
	max-width:100%;
	transition: all 0.6s;
}
.sblist ul li:hover .pic img{
	transform: scale(1.05);
}
.sblist ul li dl dt{
	padding-bottom:0.94rem;
	margin-top:3.12rem;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sblist ul li dl dd{
	margin-top:0.31rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.newcon{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:26%;
}
.newtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.69rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.newlink{
	width:100%;
	float:left;
	margin-top:7.56rem;
	display:flex;
}
.newlink a{
	margin-right:0.62rem;
	display:flex;
}

.newcon-r{
	width:66.5%;
}
.newtex{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:7.5rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	padding:2.5rem 0;
	border-bottom:1px solid #E0E0E0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li a{
	max-width:80%;
}

.lx{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-l{
	width:27.2%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.lx-l h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lx-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-l ul li{
	width:100%;
	padding:1.88rem 0;
	display: flex;
	align-items: center;
	transition: all 0.6s;
	border-bottom:1px solid #E0E0E0;
}
.lx-l ul li img{
	max-width:3.0rem;
	margin-right:2.5rem;
}
.lx-l ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lx-l 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;
}

.lx-r{
	width:66.25%;
	position:relative;
	overflow:hidden;
}
.lx-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.nlx02{
	width:100%;
	float:left;
	margin-top:10rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx02-l{
	width:25.5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nlx02-l dl dt{
	display:flex;
}
.nlx02-l dl dd{
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nlx02-l .sm{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.nlx02-r{
	width:66.25%;
}
.baojia{
	width:100%;
	float:left;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:49.7%;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia ul li div{
	display: flex;
	align-items:center;
}
.baojia ul li div input{
	margin-right:0.62rem;
}
.baojia ul li dl{
	width:100%;
}
.baojia ul li:first-child{
	margin-top:0px;
}
.baojia ul li:nth-child(2){
	margin-top:0px;
}
.baojia ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk{
	width:100%;
	border: 0px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
}
.baojia ul li.w100{
	width:100%;
}
.anniu{
	display:flex;
}
.anniu a{
	display: flex;
	padding: 1.0625rem 2.625rem 1.0625rem 3.3125rem;
	align-items: center;
	border-radius: 0.25rem;
	background: var(--e-50012, #DC0011);
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
}
.anniu a::after{
	margin-left:2.31rem;
	width: 1.125rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}




.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%); line-height:40px;}
.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:#DC0011;
}
.mart6{
	margin-top:6.25rem;
}
.mart2{
	margin-top:2rem;
}
.mart3{
	margin-top:3rem;
}
.mart0{
	margin-top:0rem;
}
.mart10{
	margin-top:10rem;
}

.pc{
	display: block;
}
.moblie{
	display: none;
}
.footer{position: absolute;}
.header2{
	display: none;
}
.dingw{ width:100%; float:left; margin-top:-120px;}	
}


@media (min-width:1361px) and  (max-width:1700px){
.foot02 .dbtel dl dt{
	font-size:1.875rem;
}
.foot01 .a02{
	width:28%;
}














}


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

.header .innav ul li{
	margin-left:1.0rem;
	margin-right:1.0rem;
}

.lx-l h1{
	font-size:1.25rem;
}
.lx-l ul li img{
	margin-right:1.0rem;
}
.lx-l ul li dl dd{
	font-size:1.0rem;
}
.nlx02-l dl dd{
	font-size:1.5rem;
}
.foot01 .a02{
	width:40%;
}
.foot02 .dbtel dl dt{
	font-size:1.5rem;
}
.foot02 .dbtel{
	width:25%;
}
.foot02 .a02{
	width:10%;
}
.foot02 .a02 dl dd{
	font-size:0.55rem;
}
.newtit{
	font-size:1.5rem;
}
.sblist ul li .pic{
	    height: auto;
    padding: 1rem;
}
.sblist ul li .pic img{
	max-width:100%;
}
.proshow .tex .sm .a01{
	font-size:0.875rem;
	padding-left:3.0rem;
}
.proshow .tex{
	padding:4.0rem 8.33vw;
}
.proshow .tex .sm .a02::before{
	right:1.5rem;
}
.pro2 .tit dl dd{
	font-size:4.0rem;
}
.pro2 .tex ul li a{
	padding:1.0rem;
}
.pro2 .tex ul li a img{
	max-width:2.0rem;
}
.subNav .a01 img{
	max-width:1.5rem;
	margin-right:0.5rem;
}
.subNav{
	padding:0.5rem 1.25rem;
}
.navContent dl dd a{
	padding:0 1.25rem;
	font-size:0.75rem;
}
.protit{
	font-size:2.0rem;
}
.lntit dl dd{
	font-size:4.0rem;
}
.lntex ul li{
	padding:2.0rem;
}
.rylist ul li dl dt{
	height:15rem;
}
.rylist ul li dl dd{
	padding:1.0rem 0.5rem;
}
.nynum ul li dl dt{
	font-size:3.0rem;
}
.inmore a{
	padding:0.5rem 1.5rem;
}
.inmore a::after{
	margin-left:0.75rem;
}
.cpsctit{
	display:none;
}
.insb .tex dl dt{
	font-size:2.0rem;
}
.insb .tex dl dd{
	font-size:4.0rem;
}
.insblm ul li a{
	padding:1.5rem;
}
.insblm ul li a .a01 dl dt{
	font-size:0.875rem;
}
.insblm ul li .a02 .num b{
	font-size:4.0rem;
}
.insblm ul li .a02{
	padding:1.5rem;
}
.insblm ul li .a02 .b1 dl dt{
	font-size:1.0rem;
}
.innewtit{
	margin-top:7.0rem;
	font-size:2.0rem;
}
.innew ul li{
	margin-top:2.0rem;
}






}




@media (max-width:999px) {

.footer{}
.footer.foot_show{}
.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}
.header2{ 
	width:100%; 
	float:left; 
	height:4.375rem; 
	line-height:4.375rem;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:4rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:4.375rem; 
	height:4.375rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:4.375rem; 
	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:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top:1.0rem; 
	left:1.0rem; 
	z-index:102;  
	width: 2.375rem; 
	height: 2.375rem; 
	background:url(../img/close.png) no-repeat; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:4.375rem; 
	background: #fff;
}
.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;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/xjt2.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{
	background: var(--e-50012, #DC0011);
	color: #FFF;
}
.currentDd3 a{
	color: #FFF;
}
.currentDd3 i{
	background:url(../img/xjt2.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.9rem; 
	padding-bottom:0px;
}

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

.index01{
	width: 100%;
	float: left;
}

.inmore{
	display:flex;
}
.inmore a{
	position:relative;
	color:#FFF;
	transition: all 0.6s;
	padding: 1rem 3.125rem;
	display: flex;
	align-items: center;
	z-index:3;
	border-radius: 0.25rem;
	border: 1px solid var(---white, #FFF);
	overflow:hidden;
}
.inmore a::before{
	width:0px;
	height:100%;
	position:absolute;
	content:'';
	display:inline-block;
	left:0;
	top:0;
	z-index:-1;
	background: var(--e-50012, #DC0011);
	transition: all 0.6s;
}
.inmore a:hover{
	border: 1px solid var(--e-50012, #DC0011);
}
.inmore a:hover::before{
	width:100%;
}
.inmore a::after{
	margin-left:1.25rem;
	content:">";
	font-family:'宋体';
	font-weight:bold;
	display:inline-block;
	transition: all 0.6s;
}

.inmore a.cur::before{
	width:100%;
}



.index02{
	width: 100%;
	height: auto;
	float: left;
	background-image:url(../img/inab01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.rotating-circle{
	width: 5.8rem;
	height: 5.8rem;
	position:absolute;
	top:calc(50% - 2.9rem);
	left:calc(50% - 2.9rem);
	z-index:2;
	border-radius: 50%;
	background: url(../img/Rectangle.svg) no-repeat center;
	background-size:contain;
	animation: rotate 6s linear infinite;
	display:none;
}
.inbf{
	width:3.9rem;
	height:3.9rem;
	position:absolute;
	left:calc(50% - 1.95rem);
	top:calc(50% - 1.95rem);
	z-index:3;
	display:flex;
	justify-content:center;
	align-items: center;
	border-radius: 50%;
	background: var(--e-50012, #DC0011);
	display:none;
}
.inbf a{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items: center;
}
.inbf img{
	max-width:1.8rem;
}
@keyframes rotate {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}

.inab{
	width:100%;
	padding:4.0rem 8.33vw;
	float:left;
	border-left: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.inab01{
	width:100%;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.inab01 dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inab01 dl dd{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:2.0rem;
}
.inab01 .more{
	display:flex;
	margin-top:3rem;
}
.inab01 .more a{
	display: flex;
	align-items: center;
	padding: 0.75rem 2.0rem;
	border-radius: 0.25rem;
	background: var(--e-50012, #DC0011);
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
}
.inab01 .more a::after{
	margin-left:1.88rem;
	content:">";
	display:inline-block;
	font-family:'宋体';
	font-weight:bold;
}



.index03{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab02.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:4.0rem 0;
}

.inrz{
	width:100%;
	height:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	padding:0 8.33vw;
}
.inrz01{
	width:100%;
}
.rztit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.rztit .a01{
	width:100%;
}
.rztit .a01 dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.rztit .a01 dl dd{
	margin-top:1.25rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.rztit .a02{
	width:100%;
	margin-top:2.0rem;
	display: flex;
	align-items: center;
}
.rztit .a02 div{
	display: flex;
	align-items: flex-start;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
	margin-right:1.0rem;
	padding-right:2.5rem;
}
.rztit .a02 div b{
	color: var(---white, #FFF);
	font-family: DIN;
	font-size: 5rem;
	font-style: normal;
	font-weight: 5;
	line-height: 80%;
}
.rztit .a02 div i{
	width:4.75rem;
	padding: 0.375rem 0.625rem;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	border-radius: 1.625rem;
	background: var(--e-50012, #DC0011);
	/* Drop Shadow */
	box-shadow: 0 15px 21px 0 rgba(128, 19, 17, 0.26);
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-family: zt2;
}
.inzs{
	width:100%;
	float:left;
	margin-top:10rem;
}
.inzs ul li{
	width:7.5rem;
	margin-right:0.75rem;
	float:left;
	position:relative;
}
.inzs ul li img{
	display: block;
	width: 100%;
	height: auto;
}
/* 倒影样式 */
.inzs ul li::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom,
	rgba(255, 255, 255, 0.3) 0%, 
	rgba(255, 255, 255, 0.05) 50%,
	rgba(255, 255, 255, 0) 100%);
	transform: scaleY(-1);
	opacity: 0.3;
	background-size: cover;
	background-image: inherit;
}
/* 如果需要模糊效果 */
.inzs ul li::after {
	filter: blur(1px);
}

#demo {
	overflow:hidden;
	width: 100%;
	padding-bottom:7rem;
} 
#demo img { 
} 
#indemo { 
float: left; 
width: 1800%; 
} 
#demo1 { 
float: left; 
} 
#demo2 { 
float: left; 
} 

.index04{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab03.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:5.0rem;
}
.inwenz{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	z-index:33;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 900;
	line-height: 65%;
	text-transform: uppercase;
}
.intit{
	width:100%;
	float:left;
	margin-top:4rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.inxlm{
	width:100%;
	float:left;
	margin-top:1.5rem;
	padding:0 8.33vw;
}
.inxlm ul{
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.inxlm ul li{
	width:100%;
	margin-top:1.0rem;
	display: flex;
	justify-content:center;
	flex-wrap: wrap;
}
.inxlm ul li a{
	width:100%;
	display: flex;
	align-items: center;
	padding: 0.9375rem 4.15625rem 1rem 2.78125rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
}
.inxlm.ny ul li a{
	background: var(---Gray-6, #F2F2F2);
}
.inxlm ul li a img{
	max-width:2.4rem;
	margin-right:1.25rem;
}
.inxlm ul li dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inxlm ul li dl dd{
	color: var(---999, #999);
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.inxlm ul li a:hover{
	background: var(--e-50012, #DC0011);
	/* Drop Shadow */
	box-shadow: 0 40px 60px -34px rgba(163, 0, 0, 0.46);
}
.inxlm ul li a:hover dl dt{
	color: var(---white, #FFF);
}
.inxlm ul li a:hover dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.inxlm ul li .pic01{
	display:inline-block;
}
.inxlm ul li .pic02{
	display: none;
}
.inxlm ul li:hover .pic01{
	display:none;
}
.inxlm ul li:hover .pic02{
	display:inline-block;
}

.inhz{
	width:100%;
	float:left;
	margin-top:3.0rem;
	overflow:hidden;
	padding:0 8.33vw;
}
.inhz ul{
	display: flex;
	flex-wrap: wrap;
	border-radius: 0.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
}
.inhz ul li{
	width:33.33%;
	height:5rem;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	align-items: center;
	justify-content:center;
}
.inhz ul li:nth-child(3n){
	border-right:0px;
}
.inhz ul li a{
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content:center;
}
.inhz ul li a img{
	max-width:50%;
}
.inhz ul li:last-child{
	border-right:0px;
}

.index05{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab04.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:5.0rem;
}


.inpro{
	width:100%;
	float:left;
	margin-top:2.5rem;
	padding:0 8.33vw;
}
.inpro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro ul li{
	width:48%;
	margin-top:1.0rem;
	border-radius: 0.5rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	transition: all 0.6s;
}
.inpro ul li:nth-child(4n){
	margin-right:0px;
}
.inpro ul li .pic{
	overflow:hidden;
}
.inpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inpro ul li:hover .pic img{
	transform: scale(1.05);
}
.inpro ul li .tex{
	padding:1.0rem;
	position:relative;
}
.inpro ul li .tex::before{
	width:1.5rem;
	height:1.5rem;
	position:absolute;
	left:calc(50% - 0.75rem);
	top:-0.75rem;
	z-index:2;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	opacity:0;
	transition: all 0.6s;
}
.inpro ul li:hover .tex::before{
	opacity:1;
}
.inpro ul li:hover{
	border-radius: 0.5rem;
	border: 4px solid var(--e-50012, #DC0011);
	background: var(--e-50012, #DC0011);
}
.inpro ul li .tex dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpro ul li .tex dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	text-align: center;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height:0;
	overflow:hidden;
	transition: all 0.6s;
}
.inpro ul li:hover .tex dl dd{
	height:auto;
	margin-top:0.31rem;
}
.index06{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab05.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}



.cpsc{
	width:100%;
	height:calc(100% - 5.0rem);
	margin-top:5.0rem;
	float:left;
	position:relative;
}
.cpsctit{
	width:100%;
	padding:0 8.33vw;
	float:left;
	text-align:center;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}


.index07{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab06.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}



.insb{
	width:100%;
	float:left;
	padding:0 8.33vw;
	display: flex;
	align-items: center;
	margin-top:4.0rem;
}
.insb .tex{
	width:100%;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.insb .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.insb .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:0.62rem;
}
.insblm{
	width:100%;
	float:left;
	margin-top:5.0rem;
	z-index:3;
	padding:0 8.33vw;
}
.insblm ul{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	flex-wrap: wrap;
}
.insblm ul li{
	width:100%;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.insblm ul li .a02{
	width:100%;
	border-radius: 0.5rem 0.5rem 0 0;
	background: var(--e-50012, #DC0011);
	padding:1.5rem;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.insblm ul li .a02 .b1{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.insblm ul li .a02 .b1::after{
	width: 2.0rem;
	height: 2.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.insblm ul li .a02 .b1 dl dt{
	color: #FFF;
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.insblm ul li .a02 .b1 dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: Arial;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insblm ul li .a02 .num{
	display: flex;
	align-items: flex-start;
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-bottom:2.38rem;
	color: transparent; /* 文字透明 */
	-webkit-text-stroke: 0.025rem #fff; /* 描边宽度和颜色 */
}
.insblm ul li .a02 .num b{
	color: transparent; /* 文字透明 */
	-webkit-text-stroke: 0.025rem #fff; /* 描边宽度和颜色 */
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
	margin-right:0.62rem;
}
.insblm ul li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	width:100%;
	padding: 1.5rem;
}
.insblm ul li a::after{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	opacity:0;
	display:inline-block;
	color:#FFF;
}
.insblm ul li a:hover::after{
	opacity:1;
}
.insblm ul li a .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.insblm ul li a .a01 img{
	margin-right:0.62rem;
	max-width:2.0rem;
}
.insblm ul li a .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.insblm ul li a .a01 dl dd{
	margin-top:0.31rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: Arial;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.insblm ul li .pic01{
	display:inline-block;
}
.insblm ul li .pic02{
	display: none;
}
.insblm ul li:hover .pic01{
	display:none;
}
.insblm ul li:hover .pic02{
	display:inline-block;
}


.index08{
	width: 100%;
	float: left;
	position:relative;
	background-image:url(../img/inab07.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:4.0rem;
}

.innewtit{
	width:100%;
	float:left;
	margin-top:4rem;
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.innew{
	width:100%;
	float:left;
}
.innew ul{
	display: flex;
	flex-wrap: wrap;
}
.innew.ny ul li{
	width:100%;
	padding: 1.0rem 1.0rem 3.125rem 1.0rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	margin-top:1.0rem;
}
.innew ul li{
	width:100%;
	padding: 1.0rem 1.0rem 3.125rem 1.0rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	overflow:hidden;
	margin-top:2.0rem;
}
.innew ul li:nth-child(3n){
	margin-right:0px;
}
.innew ul li .pic{
	overflow: hidden;
}
.innew ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.innew ul li:hover .pic img{
	transform: scale(1.05);
}
.innew ul li .tex dl dt{
	margin-top:2.5rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innew ul li .tex dl dd{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	margin-top:1.25rem;
	border-bottom:1px solid #E0E0E0;
	padding-bottom:1.25rem;
}
.innew ul li .more{
	display:flex;
	margin-top:1.25rem;
}
.innew ul li .more a{
	display: flex;
	align-items: center;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.innew ul li .more a::after{
	margin-left:0.62rem;
	width: 2.25rem;
	height:1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/thin_long_02_down.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.innew ul li:hover .tex dl dd{
	color: var(--e-50012, #DC0011);
}
.innew ul li:hover .more a{
	color: var(--e-50012, #DC0011);
}
.innew ul li:hover .more a::after{
	background-image:url(../img/thin_long_02_down2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}


.foot{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding-top:4.0rem;
}
.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom:1.88rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.foot01 .a01{
	width:100%;
	display: flex;
	align-items: center;
}
.foot01 .a01 img{
	max-width:50%;
}
.foot01 .a02{
	width:100%;
	margin-top:2.0rem;
}
.foot01 .a02 dl dt{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot01 .a02 dl dd{
	margin-top:0.62rem;
	border-radius: 0.25rem;
	border: 1px solid var(--e-50012, #DC0011);
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding:0 1.25rem;
}
.dbbk{
	width:80%;
	border:0px;
	background-color:transparent;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	outline:none;
}


.foot02{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:4.0rem;
}
.foot02 .dbtel{
	width:100%;
}
.foot02 .dbtel dl dt{
	padding-bottom:0.82rem;
	color: var(--e-50012, #DC0011);
	font-family: zt4;
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02 .dbtel dl dd{
	margin-top:1.06rem;
	display: flex;
	align-items: center;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .dbtel dl dd img{
	margin-right:0.62rem;
	max-width:1.125rem;
}
.foot02 .a01{
	width:35.5%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot02 .a01 dl{
	width:auto;
}
.foot02 .a01 dl dt{
	margin-bottom:0.5rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.foot02 .a01 dl dd{
	margin-top:1.06rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 .a01 dl dd a{
	color: var(---666, #666);
}
.foot02 .a02{
	width:100%;
	text-align:center;
	margin-top:3.0rem;
}
.foot02 .a02 dl dt{
	overflow:hidden;
}
.foot02 .a02 dl dt img{
	max-width:100%;
}
.foot02 .a02 dl dd{
	margin-top:0.56rem;
	color: var(---999, #999);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot03{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:4.0rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
	padding:1.5rem 0;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot03 a{
	color: var(---999, #999);
}
.back{
	width:2.0rem;
	height:2.0rem;
	position:fixed;
	right:1.75rem;
	bottom:1.84rem;
}
.back img{
	width:100%;
	height:auto;
	display:block;
}

.nybanner{
	width:100%;
	float:left;
	margin-top:4.375rem;
	position:relative;
}
.nybanner.ab::before{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	background: var(--30, rgba(0, 0, 0, 0.30));
	content:'';
	display:inline-block;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nybanner .tex dl dt{
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rotating-circle2{
	width: 3.8rem;
	height: 3.8rem;
	border-radius: 50%;
	background: url(../img/Rectangle2.svg) no-repeat center;
	background-size:contain;
	animation: rotate 6s linear infinite;
}
.nybanner .tex dl dt .play{
	width:1.9rem;
	height:1.9rem;
	position:absolute;
	left:calc(50% - 0.95rem);
	top:calc(50% - 0.95rem);
	background-color:#fff;
	border-radius: 50%;
	z-index:4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nybanner .tex dl dt .play img{
	max-width:1.0rem;
}
.nybanner .tex dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab01{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab01-l{
	width:100%;
}
.nab01-l dl dt{
	display:flex;
}
.nab01-l dl dt img{
	max-width:46.8%;
}
.nab01-l dl dd{
	margin-top:1.13rem;
	display:flex;
}
.nab01-l dl dd img{
	max-width:74%;
}
.nab01-r{
	width:100%;
	margin-top:2.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.nab01-r h1{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	margin-bottom:2.5rem;
}
.nab01-r h1 i{
	color: var(--Color, #D71F19);
}
.nabpic{
	width:100%;
	float:left;
	margin-top:3.0rem;
}
.nabpic img{
	width:100%;
	height:auto;
	display:block;
}

.nynum{
	width:100%;
	float:left;
	margin-top:0rem;
}
.nynum ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nynum ul li{
	width:50%;
	margin-top:2.0rem;
}
.nynum ul li .pic{
	overflow:hidden;
}
.nynum ul li .pic img{
	max-width:2.0rem;
}
.nynum ul li dl dt{
	margin-top:1.25rem;
	color: var(--e-50012, #DC0011);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nynum ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.nynum ul .sx{
	width:1px;
	background: #E0E0E0;
	display:none;
}
.nwrap{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	margin-top:4rem;
}
.tdtit{
	width:100%;
	float:left;
	margin-top:4rem;
}
.tdtit dl dt{
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.tdtit dl dd{
	margin-top:1.5rem;
	display: flex;
	justify-content:center;
}
.tdtit dl dd.mart1{
	margin-top:1.0rem;
}
.tdtit dl dd div{
	width:100%;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.team{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.lnwrap{
	width:100%;
	float:left;
	margin-top:4rem;
	background-image:url(../img/lnbj.png);
	background-position: center;
	background-repeat:no-repeat;
	background-size:cover;
	padding:0 8.33vw;
}
.lntit{
	width:100%;
	float:left;
	margin-top:3.5rem;
}
.lntit dl dt{
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.lntit dl dd{
	margin-top:2.2rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}
.lntex{
	width:100%;
	float:left;
	margin-top:3.44rem;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.lntex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lntex ul li{
	width:100%;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:1.5rem 2.0rem;
	display: flex;
	align-items: center;
	transition: all 0.6s;
}
.lntex ul li:hover{
	background: var(--e-50012, #DC0011);
}
.lntex ul li img{
	max-width:2.0rem;
	margin-right:1.0rem;
}
.lntex ul li dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lntex ul li dl dd{
	margin-top:0.31rem;
	color: var(---white, #FFF);
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.rylist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.rylist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rylist ul li{
	width:48%;
	margin-top:1.5rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
}
.rylist ul li:nth-child(5n){
	margin-right:0px;
}
.rylist ul li dl dt{
	height:12rem;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-bottom:1px solid #E0E0E0;
}
.rylist ul li dl dt img{
	max-width:70%;
	transition: all 0.6s;
}
.rylist ul li:hover dl dt img{
	transform: scale(1.05);
}
.rylist ul li dl dd{
	padding-bottom:2.0rem;
	padding-top:1.5rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.rylist ul li:hover{
	border: 1px solid var(--e-50012, #DC0011);
	background: var(---white, #FFF);
}
.rylist ul li:hover dl dd{
	color: var(--e-50012, #DC0011);
}
.fy{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.fy ul li{
	width: auto;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	color:#666;

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

.cplm{
	width:100%;
	float:left;
}
.cplm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cplm.w33 ul li{
	width:33.33%;
}
.cplm ul li{
	width:50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background: var(---Gray-6, #F2F2F2);
	border-right:1px solid #FFF;
}
.cplm ul li:last-child{
	border-right:0px solid #FFF;
}
.cplm ul li a{
	width:100%;
	padding:1.0rem 0.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.cplm ul li a:hover{
	background: var(--e-50012, #DC0011);
	color:#FFF;
}
.cplm ul li a.cur{
	background: var(--e-50012, #DC0011);
	color:#FFF;
}

.nyss{
	width:100%;
	float:left;
	margin-top:3.25rem;
	border-radius: 0.5rem;
	border: 1px solid var(--e-32525, #D60B1C);
	padding:0.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.cpcon{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cpcon-l{
	width:100%;
}
.subNavBox{
	width:100%;
	float:left;
	border-radius: 0.35rem;
	background: var(---Gray-6, #fff);
	overflow:hidden;
	margin-top:1.0rem;
}
.subNav{
	width:100%; 
	float:left; 
	CURSOR: pointer;
	display: flex;
	padding: 0.5rem 1.25rem;
	justify-content: space-between;
	align-items: center;
	border-radius: 0.35rem;
	background: var(--e-50012, #DC0011);
}
.subNav .a01{
	width:auto;
	display: flex;
	align-items: center;
}
.subNav .a01 img{
	margin-right:1.0rem;
	max-width:2.0rem;
}
.subNav .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.subNav .a01 dl dd{
	color: var(---white, #FFF);
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.subNav::after{ 
	width: 1.0rem;
	height: 1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.subNav:hover{float:left; }
.currentDd{
	background: var(--e-50012, #DC0011);
	color: #FFF;
}
.currentDd a{
	color: #FFF;
}
.currentDd::after{
	background-image:url(../img/xjt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent{
	display: block;
	float:left; 
	width:100%;
	background: var(---Gray-6, #F2F2F2);
}
.navContent dl dd{
	border-bottom:1px solid #FFF;
	display:flex;
}
.navContent dl dd a{
	height: 3.75rem;
	padding: 0 1.25rem;
	display:flex;
	align-items: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.navContent dl dd.cur a{ color:#F00;}
.cpcon-r{
	width:100%;
	border-radius: 1rem;
	background: var(---Gray-6, #F2F2F2);
	padding: 3.75rem 1.1875rem 6.25rem 1.1875rem;
	margin-top:2.0rem;
}
.protit{
	width:100%;
	float:left;
	color: var(---333, #333);
	text-align: center;
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.prolist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li{
	width:48%;
	margin-top:1.5rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	overflow:hidden;
}
.prolist ul li:nth-child(3n){
	margin-right:0px;
}
.prolist ul li .pic{
	overflow:hidden;
	/*padding:1.0rem 0.8rem;*/
	padding-bottom:0px;
}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.prolist ul li:hover .pic img{
	transform: scale(1.05);
}
.prolist ul li .tex{
	padding:1.5rem 0.8rem;
	position:relative;
	transition: all 0.6s;
}
.prolist ul li .tex::before{
	width: 2.0rem;
	height: 2.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	position:absolute;
	left:calc(50% - 1.0rem);
	top:-1.0rem;
	z-index:1;
	opacity:0;
	transition: all 0.6s;
}
.prolist ul li:hover .tex::before{
	opacity:1;
}
.prolist ul li .tex dl dt{
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.prolist ul li .tex dl dd{
	margin-top:1.0rem;
	text-align: center;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.prolist ul li:hover .tex{
	background: var(--e-50012, #DC0011);
}
.prolist ul li:hover .tex dl dt{
	color: var(---white, #FFF);
}
.prolist ul li:hover .tex dl dd{
	color: var(---white, #FFF);
}

.proshow{
	width:100%;
	float:left;
	margin-top:4.375rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow .tex{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	padding:4.0rem 8.33vw;
}
.proshow .tex h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	margin-bottom:2.0rem;
}
.proshow .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.proshow .tex ul li{
	width:100%;
	margin-top:1.0rem;
	padding-bottom:0.75rem;
	border-bottom:1px solid #E0E0E0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.proshow .tex ul li div{
	width:50%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.proshow .tex .sm{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.25rem;
}
.proshow .tex .sm .a01{
	width:100%;
	padding: 0.5rem;
	margin-top:1.0rem;
	height: 3.75rem;
	line-height:3.75rem;
	position:relative;
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	border-radius: 0.25rem;
	background: var(--e-50012, #DC0011);
	display: flex;
	align-items: center;
	justify-content: center;
}
.proshow .tex .sm .a01::before{
	width:2.8rem;
	height:2.8rem;
	position:absolute;
	left:0.5rem;
	top:0.5rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/dh.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.proshow .tex .sm .a02{
	width:100%;
	margin-top:1.0rem;
	padding: 0.5rem;
	height: 3.75rem;
	line-height:3.75rem;
	position:relative;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	border-radius: 0.25rem;
	background: var(--e-50012, #DC0011);
	display: flex;
	align-items: center;
	justify-content: center;
}
.proshow .tex .sm .a02::before{
	width: 0.75rem;
	height: 1.5rem;
	position:absolute;
	right:2.62rem;
	top:1.06rem;
	z-index:1;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.proshow .pic{
	width:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	padding:5.0rem 8.33vw;
}
.proshow .pic img{
	max-width:80%;
}

.pro2{
	width:100%;
	float:left;
	position:relative;
}
.pro2 img{
	width:100%;
	height:auto;
	display:block;
}
.pro2 .tit{
	width:100%;
	position:absolute;
	left:0;
	top:9%;
	z-index:1;
	padding:0 8.33vw;
}
.pro2 .tit dl dt{
	color: var(---white, #FFF);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.pro2 .tit dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 900;
	line-height: normal;
	text-transform: uppercase;
}
.pro2 .tex{
	width:100%;
	float:left;
	z-index:2;
}
.pro2 .tex ul{
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	flex-wrap: wrap;
	background-color:var(--e-50012, #DC0011);
}

.pro2 .tex ul li{
	width:50%;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.pro2 .tex ul li:last-child{
	border-right:0px;
}
.pro2 .tex ul li a{
	display: flex;
	align-items: center;
	width:100%;
	padding: 1.5rem;
}
.pro2 .tex ul li a img{
	margin-right:0.62rem;
	max-width:2.0rem;
}
.pro2 .tex ul li a dl dt{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.pro2 .tex ul li a dl dd{
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: Arial;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sblist{
	width:100%;
	float: left;
}
.sblist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.sblist ul li{
	margin-top:2.0rem;
	width:48%;
	position:relative;
}
.sblist ul li:nth-child(3n){
	margin-right:0px;
}
.sblist ul li::before{
	width: 1.0rem;
	height: 1.0rem;
	position:absolute;
	top:1.0rem;
	right:1.0rem;
	z-index:1;
	opacity:0;
	content:'';
	display:inline-block;
	background-image:url(../img/sst.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	transition: all 0.6s;
}
.sblist ul li:hover::before{
	opacity:1;
}
.sblist ul li .pic{
	    height: auto;
    padding: 0.55rem;
	background: var(---Gray-6, #F2F2F2);
	overflow:hidden;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.sblist ul li .pic img{
	max-width:100%;
	transition: all 0.6s;
}
.sblist ul li:hover .pic img{
	transform: scale(1.05);
}
.sblist ul li dl dt{
	padding-bottom:0.94rem;
	margin-top:2.0rem;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sblist ul li dl dd{
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
}
.newcon{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newcon-l{
	width:100%;
}
.newtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.69rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.newlink{
	width:100%;
	float:left;
	margin-top:2.56rem;
	display:flex;
}
.newlink a{
	margin-right:0.62rem;
	display:flex;
}
.newlink a img{
	max-width:2.0rem;
}
.newcon-r{
	width:100%;
	margin-top:3.0rem;
}
.newtex{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 220%; /* 1.925rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:4.5rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	padding:1.5rem 0;
	border-bottom:1px solid #E0E0E0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newnext ul li a{
	max-width:80%;
}

.lx{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx-l{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
}
.lx-l h1{
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.lx-l ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.0rem;
}
.lx-l ul li{
	width:100%;
	padding:1.0rem 0;
	display: flex;
	align-items: center;
	transition: all 0.6s;
	border-bottom:1px solid #E0E0E0;
}
.lx-l ul li img{
	max-width:2.5rem;
	margin-right:1.5rem;
}
.lx-l ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.lx-l 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;
}

.lx-r{
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:2.0rem;
}
.lx-r img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.nlx02{
	width:100%;
	float:left;
	margin-top:4rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx02-l{
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nlx02-l dl dt{
	display:flex;
}
.nlx02-l dl dd{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nlx02-l .sm{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	margin-top:2.0rem;
}
.nlx02-r{
	width:100%;
	margin-top:3.0rem;
}
.baojia{
	width:100%;
	float:left;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:49.0%;
	margin-top:2.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items:center;
}
.baojia ul li div{
	display: flex;
	align-items:center;
	margin-bottom:1rem;
}
.baojia ul li div input{
	margin-right:0.62rem;
	
}
.baojia ul li dl{
	width:100%;
}
.baojia ul li:first-child{
	margin-top:0px;
}
.baojia ul li:nth-child(2){
	margin-top:0px;
}
.baojia ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk{
	width:100%;
	border: 0px solid var(---Gray-5, #E0E0E0);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 0.875rem;
}
.baojia ul li.w100{
	width:100%;
}
.anniu{
	display:flex;
}
.anniu a{
	display: flex;
	padding: 0.5rem 1.5rem;
	align-items: center;
	border-radius: 0.25rem;
	background: var(--e-50012, #DC0011);
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
}
.anniu a::after{
	margin-left:1.31rem;
	width: 1.125rem;
	height: 1.125rem;
	content:'';
	display:inline-block;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}







.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: 0%; z-index: 999; transform: translate(0%,-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:#DC0011;
}
.mart6{
	margin-top:3.25rem;
}
.mart2{
	margin-top:2rem;
}
.mart3{
	margin-top:3rem;
}
.mart0{
	margin-top:0rem;
}
.mart10{
	margin-top:4rem;
}

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





}
































