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;
  }
}

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

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

*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	}
img{
	border:0;
	}
ul,li{
	list-style:none;
	}
a{
	color:#333;
	text-decoration:none;
	transition: all 0.6s;
	}
a:hover{
	color:var(--Color, #F00000);
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}

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

@media (min-width:1000px) {
	
.header.yanse{
	background-color: rgba(255,255,255,1);
	border-bottom: 1px solid var(---Gray-6, #F2F2F2);
	top:0;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background: rgba(0,0,0,0);
	width:100%;
	border-bottom: 0px solid rgba(255,255,255,0.1);
}
.header.yanse.yanse01 .intop{
	padding:0 8.33vw;
}
.header.yanse.yanse01 .pic01{
	display:inline-block;
}
.header.yanse.yanse01 .pic02{
	display:none;
}
.header.yanse .pic01{
	display:none;
}
.header.yanse .pic02{
	display:inline-block;
}
.header.yanse .intop{
	padding:0 8.33vw;
}
.header.yanse.yanse01 .innav ul li a{
	color:#fff;
}
.main{
	width: 100%;
	float:left;
	padding:0px 8.33vw;
}
.header{
	width:100%;
	float:left;
	position: fixed;
	left:0;
	z-index:996;
	height:5.0rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:5.0rem;
	position:relative;
}
.top-l{
	width:auto;
	display: flex;
	align-items: center;
}
.logo{
	width:9.25rem;
	display: flex;
	align-items: center;
	height:5.0rem;
	min-width:9.25rem;
	transition: all 0.6s;
	position:relative;
	margin-right:3.0rem;
}
.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	margin-left:1.3vw;
	margin-right:1.3vw;
	font-size: var(--font-size-sm, 1rem);
	font-style: normal;
	font-weight: 400;
	line-height: var(--font-size-sm, 1rem); /* 100% */
	letter-spacing: 0.01rem;
	height:5.0rem;
}
.innav ul li a{
	position:relative;
	width:auto;
	height:5.0rem;
	display:flex;
	align-items: center;
}
.innav ul li a i{
	width:0px;
	height:1px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	transition: all 0.6s;
}
.innav ul li a:hover i{
	width:100%;
}
.innav ul li.cur i{
	opacity:1;
	width:100%;
}
.innav ul li a:hover{
	color: var(--Color-2, #F00000);
}
.header.yanse .innav ul li.cur a{
	color: var(--Color-2, #F00000);
}
.header.yanse.yanse01 .innav ul li.cur a{
	color:#fff;
}
.header.yanse .innav ul li i{
	background-color:var(--Color-2, #F00000);
}
.header.yanse.yanse01 .innav ul li i{
	background-color:#fff;
}
.innav ul li:hover i{
	width:100%;
}

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

.search{
	width:auto;
	display: flex;
	align-items: center;
	margin-left:40px;
	cursor:pointer;
}
.search img{
	max-width:100%;
	height:auto;
}
.chax{
	right:7.8vw; 
	top:80px;
	position: absolute;
	width:300px; 
	z-index:99999;
	display: none;
}
.chax.marg{
	top:80px;
}
.chax　div{
	display: flex;
}
.chax input{
	float: left;
}
.chaxbk{
	width: 220px;
	height: 48px;
	line-height: 48px;
	border: 0px;
	background-color: #f5f5f5;
	outline: none;
	padding-left: 10px;
	color: #999999;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
}
.chaxanniu{
	width: 80px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background-color: #F00000;
	color: #FFFFFF;
	border: 0px;
	outline:none;
}


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#ff0000;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#ff0000;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.banner .anniu .prev:hover{
	background: var(--Color, #F00000);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--Color, #F00000);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}



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

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

.intit{
	width:100%;
	float:left;
	margin-top:8.75rem;
}
.intit.al{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.intit dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.intit dl dt p{margin-left: 2.12rem;}
.intit dl dt::before{
	display:flex;
	align-items: center;
	width: 0.875rem;
	height: 0.875rem;
	content:'';
	display:inline-block;
	margin-right:1.12rem;
	background-color:#F00000;
	border-radius:50%;
}
.intit dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit.white{
	margin-top:0px;
}
.intit.white dl dt{
	color: var(---white, #FFF);
}
.intit.white dl dd{
	color: var(---white, #FFF);
}

.inab{
	width:100%;
	float:left;
	padding:8.28rem 0;
	background-image:url(../img/ab01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .pic{
	width:39.5%;
	overflow:hidden;
	display: flex;
	align-items: center;
}
.inab .pic img{
	width:100%;
	height:auto;
}
.inab ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: column;
	width:25%;
}
.inab ul li{
	width:100%;
	border-radius: 0.5rem;
	border: 1px solid var(--Color, #F00000);
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:3.75rem;
	transition: all 0.6s;
}
.inab ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inab ul li dl dd{
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab ul li:hover{
	border-radius: 0.5rem;
	background: var(--Color, #F00000);
	/* Drop Shadow */
	box-shadow: 0 45px 39px -14px rgba(190, 54, 54, 0.29);
}
.inab ul li:hover dl dt{
	color: var(---white, #FFF);
}
.inab ul li:hover dl dd{
	color: var(---white, #FFF);
}

.inwrap{
	width:100%;
	float:left;
	margin-top:8.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding:10rem 8.33vw;
}
.inabtit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.inabtit .a01{
	width:41%;
}
.inabtit .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inabtit .a01 dl dt::before{
	display:flex;
	align-items: center;
	width: 0.875rem;
	height: 0.875rem;
	min-width:0.875rem;
	content:'';
	display:inline-block;
	margin-right:1.12rem;
	background-color:#F00000;
	border-radius:50%;
}
.inabtit .a01 dl dd{
	margin-top:3.31rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inabtit .a01 .sm{
	display:flex;
	align-items: flex-end;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inabtit .a01 .sm i{
	color: var(--Color, #F00000);
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin-right:0.62rem;
}
.inabtit .a02{
	width:47.1%;
}
.inabtit .a02 dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	
}
.inabtit .a02 dl dt i{
	color: var(--Color, #F00000);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	
}
.inabtit .a02 dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	
}
.inab02{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.inab02 ul{
	display: flex;
	flex-wrap: wrap;
}
.inab02 ul li{
	width:calc(33.7% - 1.25rem);
	margin-right:1.25rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	padding:3.75rem 2.5rem;
	min-height:39.8rem;
	position:relative;
	color: var(---666, #666);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	transition: all 0.6s;
}
.inab02 ul li:nth-child(3n){
	margin-right:0px;
}
.inab02 ul li .pic{
	position:absolute;
	left:2.5rem;
	bottom:3.75rem;
	z-index:1;
	overflow:hidden;
}
.inab02 ul li .pic img{
	max-width:9.375rem;
}
.inab02 ul li dl dt{
	color: var(---999, #999);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inab02 ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	margin-bottom:3.75rem;
}
.inab02 ul li .pic01{
	display:inline-block;
}
.inab02 ul li .pic02{
	display: none;
}
.inab02 ul li:hover .pic01{
	display:none;
}
.inab02 ul li:hover .pic02{
	display:inline-block;
}
.inab02 ul li:hover{
	color: var(---white, #FFF);
	border-radius: 0.5rem;
	background: var(--Color, #F00000);
	/* Drop Shadow */
	box-shadow: 0 45px 39px -14px rgba(190, 54, 54, 0.29);
}
.inab02 ul li:hover a{
	color: var(---white, #FFF);
}
.inab02 ul li:hover dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.inab02 ul li:hover dl dd{
	color: var(---white, #FFF);
}

.incs{
	width:100%;
	float:left;
	background:#000 url(../img/ab02.png) no-repeat bottom center;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding:10rem 8.33vw;
	padding-bottom:18.25rem;
}
.incs01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:7.5rem;
}
.incs01 .a01{
	width:50%;
}
.incs01 .a01 dl dt{
	padding-bottom:1.87rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.incs01 .a01 dl dd{
	padding-bottom:1.25rem;
	margin-top:1.87rem;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incs01 .a01 dl dd .b1{
	width:35%;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.incs01 .a01 dl dd .b2{
	width:65%;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}

.cbwrap{
	width:100%;
	float:left;
	padding:12.5rem 8.33vw;
	background:#EFEFEF url(../img/ab03.png) no-repeat right bottom;
	background-repeat:no-repeat;
	background-size:70.3125% auto;
}
.incb{
	width:100%;
	float:left;
}
.incb dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-bottom:2.5rem;
}
.incb dl dt::before{
	display:flex;
	align-items: center;
	width: 0.875rem;
	height: 0.875rem;
	min-width:0.875rem;
	content:'';
	display:inline-block;
	margin-right:1.12rem;
	background-color:#F00000;
	border-radius:50%;
}
.incb dl dd{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.incb dl dd i{
	color: var(--Color, #F00000);
}
.incb .sm{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	
}
.incb .sm p{
	margin-bottom:0.62rem;
}
.incb .inmore a{
	margin-right:0.62rem;
}


.inrl{
	width:100%;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	padding:0.62rem;
	padding-bottom:2.5rem;
	margin-top:3.75rem;
}
.inrl dl dt{
	overflow:hidden;
}
.inrl dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inrl dl dt:hover img{
	transform: scale(1.05);
}
.inrl dl dd{
	margin-top:4.31rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:0 1.62rem;
}
.inrl dl dd img{
	width:auto;
	height:auto;
}
.index{
	width:100%;
	float:left;
	position:relative;
}
.index .swiper-button-prev{
	left:auto;
	right:3.5rem;
	top:-1.5rem;
	border-radius: 50%;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
}
.index .swiper-button-next{
	left:auto;
	right:0rem;
	top:-1.5rem;
	border-radius: 50%;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
}
.index .swiper-button-next:hover{
	background: var(--Color, #F00000);
}
.index .swiper-button-prev:hover{
	background: var(--Color, #F00000);
}

.tpqh{
	width:100%;
	float:left;
	margin-top:3.75rem;
}



.inhz{
	width:100%;
	float:left;
	margin-top:3.13rem;
}
.inhz ul{
	display: flex;
	flex-wrap: wrap;
}
.inhz ul li{
	width:calc(16.7% - 0.62rem);
	margin-right:0.62rem;
	margin-top:0.62rem;
	border-radius: 0.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	transition: all 0.6s;
	height:8.0rem;
}
.inhz ul li a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.inhz ul li img{
	max-height:70%;
	max-width:70%;
}
.inhz ul li:nth-child(6n){
	margin-right:0px;
}
.inhz ul li:hover{
	border: 2px solid var(--Color, #F00000);
	background: #FFF;
	/* Drop Shadow */
	box-shadow: 0 45px 39px -14px rgba(190, 54, 54, 0.29);
}
.inzs{
	width:100%;
	float:left;
	margin-top:10rem;
	padding:8.75rem 8.33vw;
	padding-bottom:0px;
	background-image:url(../img/ab04.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.inzslist{
	width:100%;
	float:left;
	margin-top:18.88rem;
}
.inzslist ul li{
	width:15.5rem;
	float: left;
	position:relative;
	display:inline-block;
	margin-right:0.75rem;
}
.inzslist ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inzslist ul li:hover img{
	transform: scale(1.05);
}
.inzslist ul li::after {
	content:'';
	display:inline-block;
	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.2;
	background-size: cover;
	background-image: inherit;
	z-index:99;
}
 /* 如果需要模糊效果 */
.inzslist ul li::after {
	 filter: blur(2px);
}

.insp{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
}
.insp img{
	width:100%;
	height:auto;
	display:block;
}
.insp a::before{
	width:4.6rem;
	height:4.6rem;
	position:absolute;
	left:calc(50% - 2.3rem);
	top:calc(50% - 2.3rem);
	z-index:3;
	content:'';
	display:inline-block;
	background:#FFF url(../img/play.svg) no-repeat center;
	border-radius:50%;
}
.rotating-circle {
	width: 6.8rem;
	height: 6.8rem;
	border-radius: 50%;
	background: url(../img/yuan.svg) no-repeat center;
	animation: rotate 6s linear infinite;
	position:absolute;
	left:calc(50% - 3.4rem);
	top:calc(50% - 3.4rem);
	z-index:1;
}
@keyframes rotate {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}

.inlx{
	width:100%;
	float:left;
	background: var(--Color, #F00000);
	margin-top:10rem;
	padding:5.75rem 8.33vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position:relative;
}
.inlx .a02 dl dt{
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 5rem;
	font-style: normal;
	font-weight: 250;
	line-height: 100%; /* 5rem */
	
}
.inlx .a02 dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inlx::after{
	width:52.8%;
	height: 0.0625rem;
	background:rgba(255,255,255,0.5);
	content:'';
	display:inline-block;
}
.inlx .a01{
	width:10.25rem;
	height:10.25rem;
	background-color:#FFF;
	border-radius:50%;
	display: flex;
	justify-content:center;
	align-items: center;
	text-align:center;
	transition: all 0.6s;
	position:absolute;
	right:8.33vw;
	top:calc(50% - 5.125rem);
	z-index:1;
}
.inlx .a01 dl dt{
	overflow:hidden;
}
.inlx .a01 dl dt img{
	max-height:2.25rem;
}
.inlx .a01 dl dd{
	margin-top:0.94rem;
	color: var(--Color, #F00000);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inlx .a01:hover{
	transform: scale(1.05);
}
.foot{
	width:100%;
	float:left;
	margin-top:7.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot .intel{
	width:auto;
	max-width:17%;
}
.foot .intel dl dt{
	padding-bottom:2.87rem;
}
.foot .intel dl dt img{
	max-width:100%;
}
.foot .intel dl dd{
	margin-top:0.75rem;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot .intel dl dd img{
	margin-right:0.62rem;
}
.foot .dbnav{
	width:49.3%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot .dbnav dl dt{
	padding-bottom:0.82rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot .dbnav dl dd{
	margin-top:1.06rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot .dbnav dl dd a{
	color: var(---666, #666);
}
.foot .ewm{
	width:9%;
}
.foot .ewm dl dt{
	overflow:hidden;
}
.foot .ewm dl dt img{
	max-width:100%;
}
.foot .ewm dl dd{
	color: var(---333, #333);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.foot02 img{
	max-width:34.125%;
}
.foot02 i{
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.88rem;
}
.nybanner{
	width:100%;
	float:left;
	position:relative;
}
.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;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0 8.33vw;
}
.nybanner .tex .subtex{
	width:51.3%;
}
.nybanner .tex .subtex h1{
	color: var(---white, #FFF);
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 6rem */
	
}
.nybanner .tex .subtex dl dt{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 4.5rem */
	
}
.nybanner .tex .subtex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner .tex .subtex .date{
	margin-top:2.5rem;
	display:flex;
}
.nybanner .tex .subtex .date i{
	padding: 0.5rem 1.25rem;
	border-radius: 1.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: #FFF;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zlm{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:1.25rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.zlm .dlm{
	width:auto;
	color: var(--Color, #F00000);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 2.25rem */
	
}
.zlm ul{
	width:auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.zlm ul li{
	width: auto;
	margin-left:1.25rem;
}
.zlm ul li a{
	padding: 0.625rem 1.25rem;
	border-radius: 0.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zlm ul li a:hover{
	background: var(--Color, #F00000);
	color: var(---white, #FFF);
}
.zlm ul li a.cur{
	background: var(--Color, #F00000);
	color: var(---white, #FFF);
}

.glfs{
	width:100%;
	float:left;
	margin-top:10rem;
	position:relative;
}
.glfs::before{
	width: 3.125rem;
	height: 3rem;
	position:absolute;
	left:calc(50% - 1.5625rem);
	top:0;
	z-index:2;
	content:'';
	display:inline-block;
	background-image:url(../img/xtb.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.glfs::after{
	width:1px;
	height:calc(100% - 2.0rem);
	position:absolute;
	top:2.0rem;
	left:calc(50% - 0.05px);
	z-index:1;
	content:'';
	display:inline-block;
	background-color:#F00000;
}
.glfs-l{
	width:50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float:left;
}
.glfs01{
	width:100%;
	margin-top:8.5rem;
}
.glfs01 dl dt{
	overflow:hidden;
	display: flex;
	padding-bottom:1.25rem;
	border-bottom:1px solid #F00000;
}
.glfs01 dl dt div{
	width:80%;
	overflow:hidden;
}
.glfs01 dl dt div img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s;
}
.glfs01:hover dl dt div img{
	transform: scale(1.05);
}
.glfs01 dl dd{
	padding-top:1.25rem;
	display: flex;
	position:relative;
}
.glfs01 dl dd div{
	width:80%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.glfs01.yb dl dt{
	justify-content:flex-end;
}
.glfs01.yb dl dd{
	justify-content:flex-end;
}
.glfs01.yb{
	margin-top:7.56rem;
	height:auto;
}
.glfs-l .glfs01:last-child dl dd::after{
	width:1px;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background-color:#FFF;
	content:'';
	display:inline-block;
	z-index:4;
}
.glfs-l .glfs01.yb:first-child{
	margin-top:0px;
}

.gctit{
	width:100%;
	float:left;
	margin-top:12.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gctit .a01{
	width:40.9%;
}
.gctit .a02{
	width:49.4%;
}
.gctit .a02 dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:2.19rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:2.19rem;
}
.gctit .a02 dl dd:first-child{
	margin-top:0px;
}

.gclist{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.gclist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gclist ul li{
	width:49.4%;
	position:relative;
}
.gclist ul li img{
	width:100%;
	height:auto;
	display:block;
}
.gclist ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.gclist ul li .tex .a01{
	width:48%;
	border-radius: 0.5rem;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(---white, #FFF);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding: 2.5rem;
	position:relative;
}
.gclist ul li .tex .a01::after{
	width: 3rem;
	height: 3rem;
	position:absolute;
	right:-1.5rem;
	top:calc(50% - 1.5rem);
	z-index:1;
	background-image:url(../img/jia2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.gclist ul li:nth-child(2) .tex .a01::after{
	top:-1.5rem;
	right:calc(50% - 1.5rem);
}
.gclist ul li .tex .a01 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.gclist ul li .tex .a01 dl dt img{
	width:auto;
	height:auto;
}
.gclist ul li .tex .a01 dl dd{
	margin-top:2.5rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

.nwrap{
	width:100%;
	float:left;
	margin-top:8.75rem;
	padding:8.75rem 8.33vw;
	background: var(---Gray-6, #F2F2F2);
}
.cxtit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cxtit .a01{
	width:42%;
}
.cxtit .a02{
	width:46%;
}
.cxtit .a02 dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	
}
.cxtit .a02 dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	
}

.cxlist{
	width:100%;
	float:left;
	margin-top:0.75rem;
}
.cxlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cxlist ul li{
	width:100%;
	margin-top:5.5rem;
	padding:6.88rem 5.0rem;
	border-radius: 0.5rem;
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.cxlist ul li dl{
	width:33.625%;
}
.cxlist ul li dl dt{
	
	color: transparent;
	-webkit-text-stroke: 1px #F00000;
	text-stroke: 1px #F00000;
  
	font-family: zt2;
	font-size: 6rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	transition: all 0.6s;
}
.cxlist ul li dl dd{
	margin-top:2.19rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.cxlist ul li .sm{
	width:49.6%;
	border-radius: 0.5rem;
	border: 1px solid var(--Color, #F00000);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 45px 39px -14px rgba(190, 54, 54, 0.29);
	padding:4.0rem 3.0rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
	position:absolute;
	top:3.75rem;
	right:0;
	z-index:1;
	transition: all 0.6s;
}
.cxlist ul li:hover dl dt{
	color: var(--Color, #F00000);
}
.cxlist ul li:hover .sm{
	background: var(--Color, #F00000);
	color: var(---white, #FFF);
}

.inmore2{
	display:flex;
	position:relative;
	z-index:3;
}
.inmore2 a{
	display: inline-flex;
	padding: 1.0625rem 2.625rem 1.0625rem 3.3125rem;
	justify-content:center;
	align-items: center;
	border-radius: 0.25rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	position:relative;
}
.inmore2 a::after{
	content:">";
	display: inline-block;
	font-family:'宋体';
	font-weight:bold;
	margin-left:2.31rem;
}
.inmore2 a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--Color-2, #F00000);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore2 a:hover::before{
	width:100%;
}
.inmore2 a:hover{
	color:#FFF;
	border: 1px solid var(--Color-2, #F00000);
}
.inmore2.ly a::after{
	content:'';
	display: inline-block;
	margin-left:2.31rem;
	width: 1.125rem;
	height: 1.125rem;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.inmore2 a.cur::before{
	width:100%;
}
.inmore2 a.cur{
	color:#FFF;
	border: 1px solid var(--Color-2, #F00000);
}


.altit{
	width:100%;
	float:left;
	margin-top:8.75rem;
	color: var(---333, #333);
	font-size: 4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 4rem */
	
}
.allist{
	width:100%;
	float:left;
}
.allist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allist.ny ul li{
	margin-top:3.75rem;
}
.allist ul li{
	width:48.1%;
	margin-top:6.25rem;
}
.allist ul li .pic{
	overflow: hidden;
}
.allist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.allist ul li:hover .pic img{
	transform: scale(1.05);
}
.allist ul li dl dt{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.allist ul li dl dd{
	margin-top:1.25rem;
	display:flex;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.allist ul li dl dd div{
	width:86.4%;
}
.allist ul li .sm{
	display:flex;
	margin-top:2.0rem;
}
.allist ul li .sm i{
	margin-right:0.62rem;
	padding: 0.625rem 1.24rem;
	border-radius: 2.5rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	transition: all 0.6s;
}
.allist ul li:hover .sm i{
	background: var(--Color, #F00000);
	color:#FFF;
}

.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;
	color:#666;
	
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);

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

.show{
	width:100%;
	float:left;
	margin-top:11.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show-l{
	width:41%;
	color: var(---333, #333);
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 6rem */
	
}
.show-r{
	width:47.3125%;
}
.show-r dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.show-r dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	
}

.newlist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	margin-top:3.75rem;
	padding-bottom:3.75rem;
	border-bottom:0.0625rem solid #E0E0E0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position:relative;
}
.newlist ul li::after{
	width:0;
	height:0.0625rem;
	content:'';
	display:inline-block;
	left:0;
	position:absolute;
	bottom:0;
	z-index:1;
	background: var(--Color, #F00000);
	transition: all 0.6s;
}
.newlist ul li:hover::after{
	width:100%;
}
.newlist ul li .pic{
	width:24.1%;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:46.2%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.newlist ul li .tex dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.newlist ul li .tex dl dd{
	margin-top:2.25rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.newlist ul li .tex .sm{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: var(---333, #333);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}

.inmore3{
	display:flex;
	position:relative;
}
.inmore3 a{
	display: inline-flex;
	padding: 1.0625rem 2.625rem 1.0625rem 3.3125rem;
	justify-content:center;
	align-items: center;
	border-radius: 0.25rem;
	background: var(---Gray-6, #F2F2F2);
	font-family: zt4;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position:relative;
	z-index:3;
	overflow:hidden;
}
.inmore3 a::after{
	content:">";
	display: inline-block;
	background-image:url(../img/caret_right2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	font-family:'宋体';
	font-weight:bold;
	margin-left:2.31rem;
}
.inmore3 a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--Color-2, #F00000);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore3 a:hover::before{
	width:100%;
}
.inmore3 a:hover{
	color:#FFF;
}

.newrap{
	width:100%;
	float:left;
	margin-top:11.25rem;
	background: var(---Gray-6, #F2F2F2);
	padding:4.69rem;
}
.newtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 4.5rem */
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	
	display:flex;
}
.newdate i{
	margin-right:1.25rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:2.5rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.newnext ul li a{
	max-width:80%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.aboutbanner{
	width:100%;
	float:left;
	position:relative;
}
.aboutbanner img{
	width:100%;
	height:auto;
	display:block;
}
.aboutbanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.aboutbanner .tex .a01{
	width:60%;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.aboutbanner .tex .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 6rem */
	
}
.aboutbanner .tex .a01 dl dd{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 4.5rem */
	
	margin-bottom:2.5rem;
}
.abwrap{
	width:100%;
	float:left;
	padding:8.75rem 8.3vw;
	padding-bottom:10rem;
	background: var(---Gray-6, #F2F2F2);
}
.gszl{
	width:100%;
	float:left;
	margin-top:2.75rem;
	position:relative;
}
.gszl .pic{
	width:33.8%;
	position:absolute;
	left:33.1%;
	top:0;
	z-index:2;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.gszl .pic img{
	width:100%;
	height:auto;
box-shadow: 0 45px 39px -14px rgba(190, 54, 54, 0.29);
border-radius: 1000px; 
}
.gszl ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gszl ul li{
	width:48.9375%;
	margin-top:1.0rem;
	height: 16.375rem;
	display: flex;
	align-items: center;
	padding:0 4.62rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.375rem */
	
	border-radius: 0.5rem;
	background: var(---white, #FFF);
}
.gszl ul li img{
	margin-right:0.75rem;
}
.gszl ul li:nth-child(2n){
	justify-content:flex-end;
}
.gszl ul li:nth-child(2n) img{
	margin-right:0;
	margin-left:0.75rem;
}

.nab{
	width:100%;
	float:left;
	margin-top:2.12rem;
	position:relative;
}
.nab img{
	width:100%;
	height:auto;
	display:block;
}
.nab .tex{
	width:100%;
	position:absolute;
	left:0;
	top:14.5%;
	z-index:1;
	padding:0 8.33vw;
}
.nab .tex dl dt{
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 3rem */
	
}
.nab .tex dl dt::before{
	display:flex;
	align-items: center;
	width: 0.875rem;
	height: 0.875rem;
	content:'';
	display:inline-block;
	margin-right:1.12rem;
	background-color:#F00000;
	border-radius:50%;
}
.nab .tex dl dd{
	margin-top:0.62rem;
	color: var(--Color, #F00000);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.nab .tex .sm{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 3rem */
	
}
.yeji{
	width:100%;
	float:left;
	border-radius: 0.5rem;
	border: 1px solid var(--Color, #F00000);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 45px 39px -14px rgba(190, 54, 54, 0.29);
	margin-top:6.25rem;
}
.yeji h1{
	margin-top:2.5rem;
	color: var(--Color, #F00000);
	text-align: center;
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.yeji ul{
	margin-top:2.56rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yeji ul li{
	width:100%;
	padding:1.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.yeji ul li div{
	width:16.7%;
}
.yeji ul li div:nth-child(2){
	width:66.6%;
}
.yeji ul li:first-child{
	color: var(---333, #333);
	text-align: center;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.yeji.a01 ul li div{
	width:10%;
}
.yeji.a01 ul li div:nth-child(2){
	width:20%;
}
.yeji.a01 ul li div:nth-child(4){
	width:20%;
}
.yeji.a01 ul li div:nth-child(5){
	width:30%;
}

.czhi{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.czhi ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.czhi ul li{
	width:auto;
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.czhi ul li a{
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: var(---white, #FFF);
	display:flex;
	align-items: center;
	justify-content: center;
	font-family:'宋体';
	font-weight:bold;
	color:#F00000;
}
.czhi ul li a:hover{
	background: var(--Color, #F00000);
	color:#FFF;
}
.czhi ul li a.cur{
	background: var(--Color, #F00000);
	color:#FFF;
}

.nab02{
	width:100%;
	float:left;
	padding:12.5rem 8.33vw;
	background: var(---black, #000) url(../img/abj02.png) no-repeat center;
	background-size:cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02-l{
	width:40.9%;
}
.nab02-l dl dt{
	color: var(---white, #FFF);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	display:flex;
	align-items: center;
}
.nab02-l dl dt::before{
	width: 0.875rem;
	height: 0.875rem;
	margin-right:1.12rem;
	content:'';
	display:inline-block;
	border-radius:50%;
	background-color:#F00000;
}
.nab02-l dl dd{
	margin-top:2.5rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nab02-r{
	width:46.8%;
}
.nab02-r dl dt{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
}
.nab02-r dl dd{
	margin-top:2.5rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.nzs{
	width:100%;
	float:left;
	margin-top:6.25rem;
	padding-bottom:6.13rem;
	background-image:url(../img/tm.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.lxbanner{
	width:100%;
	float:left;
	position:relative;
}
.lxbanner img{
	width:100%;
	height:auto;
	display:block;
}
.lxbanner .tex{
	width:100%;
	position:absolute;
	top:25.7%;
	left:0;
	z-index:1;
	padding:0 8.33vw;
}
.lxbanner .tex dl dt{
	color: var(---white, #FFF);
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 6rem */
	
}
.lxbanner .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 4.5rem */
	
}
.nlx{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	padding:0 8.33vw;
}
.nlx01{
	width:100%;
	border-radius: 0.5rem 0.5rem 0 0;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(---Gray-6, #F2F2F2);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.nlx01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li{
	width:25%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:2.2rem 0;
	text-align:center;
}
.nlx01 ul li .pic{
	overflow:hidden;
}
.nlx01 ul li .pic img{
	max-width:100%;
	width:auto;
	height:auto;
	display:inline-block;
}
.nlx01 ul li dl dt{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-bottom:0.62rem;
}
.nlx01 ul li dl dd{
	color: var(---333, #333);
	text-align: center;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.nlx02{
	width:100%;
	float:left;
	margin-top:8.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx02-l{
	width:47%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nlx02-l .sm{
	width:100%;
	color: var(---333, #333);
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 6rem */
	
}
.nlx02-r{
	width:50%;
}
.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:3rem;
}
.baojia ul li dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	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;
	height:4rem;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 1rem;
}
.baojia ul li.w100{
	width:100%;
}
.map{
	width:100%;
	float:left;
	margin-top:8.75rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}

.fudong{
	width:5.0rem;
	position:fixed;
	top:35%;
	right:0;
	z-index:99;
	border-radius: 0.25rem 0 0 0.25rem;
	background: var(--Color, #F00000);
}
.fudong ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fudong ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.fudong ul li a{
	width:100%;
	padding:1.0rem;
	border-bottom:1px solid rgba(255,255,255,0.30);
	text-align:center;
}
.fudong ul li:last-child a{
	border-bottom:0px;
}
.fudong ul li dl dt{
	overflow:hidden;
}
.fudong ul li dl dt img{
	max-width:100%;
}
.fudong ul li dl dd{
	margin-top:0.83rem;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fudong ul li .tel{
	width:15rem;
	position:absolute;
	left:-15rem;
	top:0;
	z-index:2;
	height:100%;
	background: var(--Color, #F00000);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items:center;
	font-size:1.25rem;
	color:#FFF;
	opacity:0;
	visibility:hidden;
}
.fudong ul li:hover .tel{
	opacity:1;
	visibility:visible;
}
.fudong ul li .wx{
	width:8rem;
	position:absolute;
	left:-8rem;
	top:0;
	z-index:2;
	height:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items:center;
	font-size:1.0rem;
	color:#FFF;
	opacity:0;
	visibility:hidden;
}
.fudong ul li .wx img{
	width:100%;
	height:auto;
	display:block;
}
.fudong ul li:hover .wx{
	opacity:1;
	visibility:visible;
}

.xztit{
	width:100%;
	float:left;
	margin-bottom:3.75rem;
	text-align:center;
}
.xztit dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 2.25rem */
	
}
.xztit dl dt .skg{
	padding-right:40px;
	}
.xztit dl dt i{
	color: var(--Color, #F00000);
}
.xztit dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	
}










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



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

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


.qhyl{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	padding: 3.5625rem 3.625rem 3.625rem 3.75rem;
	justify-content: space-between;
	align-items: center;
	border-radius: 0.75rem;
	border: 1px solid var(--Color, #F00000);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 45px 39px -14px rgba(190, 54, 54, 0.29);
}
.qhyl .tex{
	width:33%;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	text-transform: capitalize;
}
.qhyl .pic{
	width:61%;
}
.qhyl .pic ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qhyl .pic ul li{
	width:calc(50% - 0.625rem);
	overflow:hidden;
}
.qhyl .pic ul li img{
	width:100%;
	height: auto;
	display:block;
}

.picimg{
	left:0; 
	top:0;
	position: fixed;
	width:100%;
	height:100%; 
	z-index:99999;
	display: none;
}
.picimg .tex{
	width:100%;
	height:100%;
	position:relative;
}
.picimg .tex .mask{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.60);
	position: absolute;
	left:0;
	top:0;
	z-index:1;
}
.picimg .tex .pic{
	width:80%;
	position:absolute;
	top:10%;
	height:80%;
	left:10%;
	z-index:2;
	background-color:#FFF;
	display:flex;
	justify-content: center;
	align-items: center;
}
.picimg .tex .pic img{
	max-width:100%;
	max-height:100%;
}

.qhyl02{
	width:100%;
	float:left;
	position:relative;
	margin-top:3.75rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	height:11.3rem;
	padding-right:5.38rem;
	display:flex;
	justify-content: flex-end;
	align-items: center;
}
.qhyl02 .a01{
	width:54%;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	text-transform: capitalize;
}
.qhyl02 .a02{
	width:32.5%;
	height:13rem;
	position:absolute;
	left:0;
	top:-0.85rem;
	z-index:1;
	border-radius: 0.5rem;
	background: var(--Color, #F00000);
	/* Drop Shadow */
	box-shadow: 0 15px 21px 0 rgba(128, 19, 17, 0.26);
	display:flex;
	justify-content: center;
	align-items: center;
}
.qhyl02 .a02 dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.qhyl02 .a02 dl dd{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.gyfl{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.gyfl ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.gyfl ul li{
	width:auto;
	padding: 1rem 2.0rem;
	border-radius: 6.25rem;
	border: 1px solid var(---Gray-4, #BDBDBD);
	background: var(---white, #FFF);
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	text-transform: capitalize;
}
.gyfl ul div{
	width:auto;
}
.gyfl ul div img{
	max-height:2.6rem;
}
.gytex{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.gytex img{
	width:100%;
	height:auto;
	display:block;
}






.mart3{
	margin-top:3.75rem;
}
.mart0{
	margin-top:0rem;
}
.mart10{
	margin-top:10rem;
}
.mart6{
	margin-top:6.25rem;
}
.w100{
	width:100%;
}
.fl{
	float:left;
}
.jz{
	justify-content: center;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}
.dingw{ width:100%; float:left; margin-top:-120px;}

}


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




	
}

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


.lxbanner .tex dl dt{
	font-size:4.0rem;
}
.lxbanner .tex dl dd{
	font-size:2.5rem;
}
.inlx .a02 dl dt{
	font-size:4.0rem;
}
.inlx .a02 dl dd{
	font-size:1.75rem;
}
.inlx::after{
	width:51%;
}
.nybanner .tex .subtex{
	width:60%;
}
.show-l{
	font-size:4.0rem;
}
.cxlist ul li .sm{
	padding:4.0rem 3.0rem;
	font-size:1.0rem;
}





	
}

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

.lxbanner .tex dl dt{
	font-size:3.0rem;
}
.lxbanner .tex dl dd{
	font-size:1.5rem;
}
.nlx01 ul li .pic img{
	max-height:3.0rem;
}
.nlx01 ul li:last-child .pic img{
	max-height:5.0rem;
}
.nlx01 ul li dl dt{
	margin-top:0.5rem;
	font-size:0.75rem;
}
.nlx01 ul li dl dd{
	font-size:1.0rem;
}
.nlx01 ul li{
	padding:1.0rem 0;
}
.inmore2 a{
	padding:0.65rem 2.0rem;
}
.inmore2 a::after{
	margin-left:1.31rem;
}
.intit dl dd{
	font-size:2.0rem;
}
.nlx02-l .sm{
	font-size:4.0rem;
}
.inlx .a02 dl dt{
	font-size:3.0rem;
}
.inlx .a02 dl dd{
	font-size:1.25rem;
}
.inlx::after{
	width:45%;
}
.inlx .a01{
	width:8.0rem;
	height:8.0rem;
	top:calc(50% - 4rem);
}
.foot .dbnav dl dd{
	font-size:0.75rem;
}
.foot .ewm dl dd{
	font-size:0.65rem;
}
.foot .dbnav dl dt{
	font-size:0.875rem;
}

.aboutbanner .tex .a01 dl dt{
	font-size:4.0rem;
}
.aboutbanner .tex .a01 dl dd{
	margin-top:1.0rem;
	margin-bottom:1.0rem;
	font-size:2.0rem;
}
.aboutbanner .tex .a01{
	font-size:1.0rem;
}
.gszl ul li{
	padding:0 1.5rem;
	height:10rem;
	font-size:1.5rem;
}
.nab .tex dl dt{
	font-size:1.25rem;
}
.nab .tex dl dd{
	font-size:2.5rem;
}
.nab .tex .sm{
	font-size:1.5rem;
}
.intit dl dt{
	font-size:1.0rem;
}
.nab02-l dl dd{
	font-size:2.25rem;
}
.nab02-l dl dt{
	font-size:1.0rem;
}
.nab02-r dl dt{
	font-size:1.25rem;
}
.cxtit .a02 dl dt{
	font-size:1.25rem;
}
.nzs{
	padding-bottom:3.0rem;
}
.gszl .pic img{
	max-height:80%;
	max-width:100%;
	width:auto;
}
.newtit{
	font-size:2.0rem;
}
.nybanner .tex .subtex h1{
	font-size:3.5rem;
}
.nybanner .tex .subtex dl dt{
	font-size:2.0rem;
}
.nybanner .tex .subtex .date{
	margin-top:1.0rem;
}
.newlist ul li .tex .sm{
	margin-top:2.0rem;
}
.altit{
	font-size:3.0rem;
}

.show-l{
	font-size:3.0rem;
}
.show-r dl dt{
	font-size:2.0rem;
}
.zlm ul li{
	display:flex;
	margin-left:0.5rem;
}
.zlm ul li a{
	padding:0.625rem;
	font-size:0.875rem;
}
.zlm .dlm{
	font-size:1.25rem;
}
.cxlist ul li .sm{
	padding:2.0rem 1.0rem;
	top:2.0rem;
	font-size:0.875rem;
}
.cxlist ul li dl dt{
	font-size:4.0rem;
}
.cxlist ul li dl dd{
	font-size:1.5rem;
}
.cxlist ul li{
	padding:6.88rem 5.0rem;
}
.gclist ul li .tex .a01{
	width:68%;
}
.gclist ul li .tex .a01 dl dt{
	font-size:1.0rem;
}
.gclist ul li .tex .a01 dl dt img{
	max-height:1.5rem;
}
.gclist ul li .tex .a01 dl dd{
	font-size:0.75rem;
}
.inab ul li{
	padding:1.0rem;
}
.inab ul li dl dt{
	font-size:1.25rem;
}
.inab ul li dl dd{
	font-size:0.875rem;
	margin-top:2.0rem;
}
.inabtit .a01 dl dd{
	font-size:2.0rem;
}
.inabtit .a01 .sm i{
	font-size:2.0rem;
}
.inabtit .a01 .sm{
	font-size:1.0rem;
}
.inab02 ul li dl dt{
	font-size:1.0rem;
}
.inab02 ul li{
	padding:2.5rem 2.0rem;
	font-size:1.0rem;
}
.inab02 ul li dl dd{
	font-size:1.5rem;
}
.inab02 ul li .pic img{
	max-height:5.0rem;
}
.inrl dl dd{
	padding:0px;
	font-size:1.0rem;
}
.inrl dl dd img{
	max-height:2.5rem;
}

.gyfl ul{
	justify-content:flex-start;
}
.gyfl ul li{
	margin-top:0.5rem;
}
.gyfl ul div{
	margin-top:0.5rem;
}
.qhyl02 .a02 dl dt{
	font-size:2.5rem;
}
.qhyl02 .a01{
	font-size:1.25rem;
}
.qhyl .tex{
	font-size:1.25rem;
}








.mart3{
	margin-top:2.5rem;
}
.mart6{
	margin-top:3.25rem;
}


	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}

.header2{ 
	width:100%; 
	float:left; 
	height:5rem; 
	line-height:5rem;
	background-color:var(--10, rgba(255, 255, 255, 1));
	/* 0.4背景模糊 */
	position: fixed;
	top: 0;
	left: 0;
	z-index: 996;
	box-shadow: 0px 4px 23px 0px rgba(0,0,0,0.10); 
}
.logo{ 
	width:100%; 
	float:left; 
	height:5rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:70%; 
	max-height:3rem; 
	vertical-align:middle; 
	margin-left:5%;
}
.nav2{ 
	width:60%; 
	float:right; 
	line-height:110px; 
	height:110px; 
	text-align:right;
}
.nav2 a{ 
	width: auto; 
	font-size:16px; 
	margin-right:5%;
}
.nav-bar2 { 
	width:5rem; 
	height:5rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:4rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:990;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 1.5rem; 
	height: 1.5rem; 
	background:url(../img/close.png) no-repeat center; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}
.zym{
	width:100%;
	float:left;
	text-align:center;
	background-color:var(--Color, #F00000);
	color:#FFF;
	line-height:3.0rem;
}
.zym a{
	color:#FFF;
}
.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5rem; 
	/* 0.4背景模糊 */
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:2rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	DISPLAY: block;  
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
}
.subNav3 i{ 
	padding:0.3rem; 
	background:url(../img/jt01.png) no-repeat center / contain; 
	margin-right:1rem; 
	float:right; 
	margin-top:1.2rem;
}
.subNav3:hover{float:left; }
.currentDd3{background:#f00000; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
}
.currentDd3 i{
	background:url(../img/jt001.png) no-repeat center / contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}
.navContent3{
	display: none;
	float:left; 
	width:90%; 
	padding:0.5rem 5% 1rem 5%; 
	line-height:2.0rem; 
	font-size:0.8rem; 
	padding-bottom:0px;
}

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


.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	content:">";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	content:"<";
	color:#fff;
	font-family:'宋体';
	font-size:14px;
	font-weight:bold;
	text-align:center;
	line-height:40px;
	width:100%;
	display:inline-block;
}
.banner .anniu .prev:hover{
	background: var(--Color, #1B3B32);
	color:#FFF;
}
.banner .anniu .prev:hover::after{
	color:#FFF;
}
.banner .anniu .next:hover{
	background: var(--Color, #1B3B32);
	color:#FFF;
}
.banner .anniu .next:hover::after{
	color:#FFF;
}



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

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

.intit{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.intit.al{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.intit dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.intit dl dt p{margin-left: 2rem;}
.intit dl dt::before{
	display:flex;
	align-items: center;
	width: 0.5rem;
	height: 0.5rem;
	content:'';
	display:inline-block;
	margin-right:1.0rem;
	background-color:#F00000;
	border-radius:50%;
}
.intit dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.intit.white{
	margin-top:0px;
}
.intit.white dl dt{
	color: var(---white, #FFF);
}
.intit.white dl dd{
	color: var(---white, #FFF);
}
.intit.al .inmore{
	margin-top:1.0rem;
}
.inab{
	width:100%;
	float:left;
	padding:2.5rem 0;
	background-image:url(../img/ab01.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab .pic{
	width:100%;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top:2.0rem;
	margin-bottom:2.0rem;
}
.inab .pic img{
	width:50%;
	height:auto;
}
.inab ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
}
.inab ul li{
	width:100%;
	border-radius: 0.5rem;
	margin-top:1.0rem;
	border: 1px solid var(--Color, #F00000);
	background: var(--10, rgba(255, 255, 255, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding:1.5rem;
	transition: all 0.6s;
}
.inab ul li dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inab ul li dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab ul li:hover{
	border-radius: 0.5rem;
	background: var(--Color, #F00000);
	/* Drop Shadow */
	box-shadow: 0 45px 39px -14px rgba(190, 54, 54, 0.29);
}
.inab ul li:hover dl dt{
	color: var(---white, #FFF);
}
.inab ul li:hover dl dd{
	color: var(---white, #FFF);
}

.inwrap{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding:4rem 3vw;
}
.inabtit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.inabtit .a01{
	width:100%;
}
.inabtit .a01 dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inabtit .a01 dl dt::before{
	display:flex;
	align-items: center;
	width: 0.5rem;
	height: 0.5rem;
	min-width:0.5rem;
	content:'';
	display:inline-block;
	margin-right:1.0rem;
	background-color:#F00000;
	border-radius:50%;
}
.inabtit .a01 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inabtit .a01 .sm{
	display:flex;
	align-items: flex-end;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inabtit .a01 .sm i{
	color: var(--Color, #F00000);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	margin-right:0.32rem;
}
.inabtit .a02{
	width:100%;
	margin-top:1.5rem;
}
.inabtit .a02 dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	
}
.inabtit .a02 dl dt i{
	color: var(--Color, #F00000);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	
}
.inabtit .a02 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	
}
.inab02{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.inab02 ul{
	display: flex;
	flex-wrap: wrap;
}
.inab02 ul li{
	width:100%;
	margin-top:1.0rem;
	border-radius: 0.5rem;
	background: var(---white, #FFF);
	padding: 2.75rem 1.5rem;
	position:relative;
	color: var(---666, #666);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
	transition: all 0.6s;
}
.inab02 ul li:nth-child(3n){
	margin-right:0px;
}
.inab02 ul li .pic{
	display:flex;
	margin-top:3.0rem;
}
.inab02 ul li .pic img{
	max-width:4.375rem;
}
.inab02 ul li dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.inab02 ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	margin-bottom:2.5rem;
}
.inab02 ul li .pic01{
	display:inline-block;
}
.inab02 ul li .pic02{
	display: none;
}
.inab02 ul li:hover .pic01{
	display:none;
}
.inab02 ul li:hover .pic02{
	display:inline-block;
}
.inab02 ul li:hover{
	color: var(---white, #FFF);
	border-radius: 0.5rem;
	background: var(--Color, #F00000);
	/* Drop Shadow */
	box-shadow: 0 45px 39px -14px rgba(190, 54, 54, 0.29);
}
.inab02 ul li:hover a{
	color: var(---white, #FFF);
}
.inab02 ul li:hover dl dt{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.inab02 ul li:hover dl dd{
	color: var(---white, #FFF);
}

.incs{
	width:100%;
	float:left;
	background:#000 url(../img/ab02.png) no-repeat bottom center;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding:4rem 8.33vw;
	padding-bottom:6.25rem;
}
.incs01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.incs01 .a01{
	width:100%;
	margin-top:1.0rem;
}
.incs01 .a01 dl dt{
	padding-bottom:1.0rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.incs01 .a01 dl dd{
	padding-bottom:1.0rem;
	margin-top:1.0rem;
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.incs01 .a01 dl dd .b1{
	width:35%;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.incs01 .a01 dl dd .b2{
	width:65%;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}

.cbwrap{
	width:100%;
	float:left;
	padding:3.5rem 8.33vw;
	background:#EFEFEF url(../img/ab03.png) no-repeat right bottom;
	background-repeat:no-repeat;
	background-size:70.3125% auto;
}
.incb{
	width:100%;
	float:left;
}
.incb dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-bottom:1.5rem;
}
.incb dl dt::before{
	display:flex;
	align-items: center;
	width: 0.5rem;
	height: 0.5rem;
	min-width:0.5rem;
	content:'';
	display:inline-block;
	margin-right:1.12rem;
	background-color:#F00000;
	border-radius:50%;
}
.incb dl dd{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.incb dl dd i{
	color: var(--Color, #F00000);
}
.incb .sm{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	
}
.incb .sm p{
	margin-bottom:0.62rem;
}
.incb .inmore a{
	margin-top:0.62rem;
	margin-right:0.31rem;
}


.inrl{
	width:100%;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	padding:0.62rem;
	padding-bottom:1.5rem;
	margin-top:1.0rem;
}
.inrl dl dt{
	overflow:hidden;
}
.inrl dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inrl dl dt:hover img{
	transform: scale(1.05);
}
.inrl dl dd{
	margin-top:1.31rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inrl dl dd img{
	width:auto;
	height:auto;
	max-height:1.5rem;
}
.index{
	width:100%;
	float:left;
	position:relative;
}
.index .swiper-button-prev{
	left:auto;
	right:3.5rem;
	top:-1.5rem;
	border-radius: 50%;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
}
.index .swiper-button-next{
	left:auto;
	right:0rem;
	top:-1.5rem;
	border-radius: 50%;
	background: var(---Gray-6, #F2F2F2);
	transition: all 0.6s;
}
.index .swiper-button-next:hover{
	background: var(--Color, #F00000);
}
.index .swiper-button-prev:hover{
	background: var(--Color, #F00000);
}

.tpqh{
	width:100%;
	float:left;
	margin-top:1.5rem;
}



.inhz{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.inhz ul{
	display: flex;
	flex-wrap: wrap;
}
.inhz ul li{
	width:calc(33.4% - 0.62rem);
	margin-right:0.62rem;
	margin-top:0.62rem;
	border-radius: 0.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	transition: all 0.6s;
	height:4.0rem;
}
.inhz ul li a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.inhz ul li img{
	max-height:70%;
	max-width:50%;
}
.inhz ul li:nth-child(3n){
	margin-right:0px;
}
.inhz ul li:hover{
	border: 2px solid var(--Color, #F00000);
	background: #FFF;
	/* Drop Shadow */
	box-shadow: 0 45px 39px -14px rgba(190, 54, 54, 0.29);
}
.inzs{
	width:100%;
	float:left;
	margin-top:3rem;
	padding:3.75rem 8.33vw;
	padding-bottom:0px;
	background-image:url(../img/ab04.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.inzslist{
	width:100%;
	float:left;
	margin-top:18.88rem;
}
.inzslist ul li{
	width:8.5rem;
	float: left;
	position:relative;
	display:inline-block;
	margin-right:0.75rem;
}
.inzslist ul li img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.inzslist ul li:hover img{
	transform: scale(1.05);
}
.inzslist ul li::after {
	content:'';
	display:inline-block;
	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.2;
	background-size: cover;
	background-image: inherit;
	z-index:99;
}
 /* 如果需要模糊效果 */
.inzslist ul li::after {
	 filter: blur(2px);
}

.insp{
	width:100%;
	float:left;
	margin-top:2.5rem;
	position:relative;
}
.insp img{
	width:100%;
	height:auto;
	display:block;
}
.insp a::before{
	width:2.0rem;
	height:2.0rem;
	position:absolute;
	left:calc(50% - 1.0rem);
	top:calc(50% - 1.0rem);
	z-index:3;
	content:'';
	display:inline-block;
	background:#FFF url(../img/play.svg) no-repeat center;
	border-radius:50%;
	background-size:1.0rem auto;
}
.rotating-circle {
	width: 3.8rem;
	height: 3.8rem;
	border-radius: 50%;
	background: url(../img/yuan.svg) no-repeat center;
	background-size:contain;
	animation: rotate 6s linear infinite;
	position:absolute;
	left:calc(50% - 1.9rem);
	top:calc(50% - 1.9rem);
	z-index:1;
}
@keyframes rotate {
from {
	transform: rotate(0deg);
}
to {
	transform: rotate(360deg);
}
}

.inlx{
	width:100%;
	float:left;
	background: var(--Color, #F00000);
	margin-top:4rem;
	padding:2.75rem 8.33vw;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	position:relative;
}
.inlx .a02 dl dt{
	color: var(---white, #FFF);
	font-family: zt;
	font-size: 2rem;
	font-style: normal;
	font-weight: 250;
	line-height: 100%; /* 5rem */
	
}
.inlx .a02 dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inlx::after{
	width:calc(100% - 6.25rem);
	height: 1px;
	background:rgba(255,255,255,0.5);
	content:'';
	display:inline-block;
	margin-top:3.0rem;
}
.inlx .a01{
	width:6.25rem;
	height:6.25rem;
	background-color:#FFF;
	border-radius:50%;
	display: flex;
	justify-content:center;
	align-items: center;
	text-align:center;
	transition: all 0.6s;
	float:left;
	margin-top:3.0rem;
}
.inlx .a01 dl dt{
	overflow:hidden;
}
.inlx .a01 dl dt img{
	max-height:1.5rem;
}
.inlx .a01 dl dd{
	margin-top:0.54rem;
	color: var(--Color, #F00000);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inlx .a01:hover{
	transform: scale(1.05);
}
.foot{
	width:100%;
	float:left;
	margin-top:3.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot .intel{
	width:100%;
}
.foot .intel dl dt{
	padding-bottom:1.87rem;
}
.foot .intel dl dt img{
	max-width:100%;
}
.foot .intel dl dd{
	margin-top:0.75rem;
	display: flex;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot .intel dl dd img{
	margin-right:0.62rem;
}
.foot .dbnav{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot .dbnav dl{
	margin-top:2.0rem;
}
.foot .dbnav dl dt{
	padding-bottom:0.52rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot .dbnav dl dd{
	margin-top:1.06rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot .dbnav dl dd a{
	color: var(---666, #666);
}
.foot .ewm{
	width:100%;
	margin-top:3.0rem;
	text-align:center;
}
.foot .ewm dl dt{
	overflow:hidden;
}
.foot .ewm dl dt img{
	max-width:100%;
}
.foot .ewm dl dd{
	color: var(---333, #333);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.foot02 img{
	max-width:34.125%;
}
.foot02 i{
	color: var(---999, #999);
	font-family: "Microsoft YaHei";
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:1.88rem;
}
.nybanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.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;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding:0 8.33vw;
}
.nybanner .tex .subtex{
	width:100%;
}
.nybanner .tex .subtex h1{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 6rem */
	
}
.nybanner .tex .subtex dl dt{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 4.5rem */
	
}
.nybanner .tex .subtex dl dd{
	margin-top:0.32rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nybanner .tex .subtex .date{
	margin-top:1.0rem;
	display: none;
}
.nybanner .tex .subtex .date i{
	padding: 0.5rem 1.25rem;
	border-radius: 1.25rem;
	border: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color: #FFF;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.zlm{
	width:100%;
	float:left;
	background: var(---Gray-6, #F2F2F2);
	padding:1.25rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.zlm .dlm{
	width:auto;
	color: var(--Color, #F00000);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 2.25rem */
	
}
.zlm ul{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.0rem;
}
.zlm ul li{
	width: auto;
	display:flex;
	margin-bottom: 20px;
}
.zlm ul li a{
	padding: 0.625rem 1.25rem;
	border-radius: 0.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zlm ul li a:hover{
	background: var(--Color, #F00000);
	color: var(---white, #FFF);
}
.zlm ul li a.cur{
	background: var(--Color, #F00000);
	color: var(---white, #FFF);
}

.glfs{
	width:100%;
	float:left;
	margin-top:3rem;
	position:relative;
}
.glfs::before{
	width: 2.125rem;
	height: 2rem;
	position:absolute;
	left:calc(50% - 1.0625rem);
	top:0;
	z-index:2;
	content:'';
	display:inline-block;
	background-image:url(../img/xtb.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
}
.glfs::after{
	width:1px;
	height:calc(100% - 2.0rem);
	position:absolute;
	top:2.0rem;
	left:calc(50% - 0.05px);
	z-index:1;
	content:'';
	display:inline-block;
	background-color:#F00000;
}
.glfs-l{
	width:50%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	float:left;
}
.glfs01{
	width:100%;
	margin-top:3.5rem;
}
.glfs01 dl dt{
	overflow:hidden;
	display: flex;
	padding-bottom:1.25rem;
	border-bottom:1px solid #F00000;
}
.glfs01 dl dt div{
	width:80%;
	overflow:hidden;
}
.glfs01 dl dt div img{
	width:100%;
	height:auto;
	display: block;
	transition: all 0.6s;
}
.glfs01:hover dl dt div img{
	transform: scale(1.05);
}
.glfs01 dl dd{
	padding-top:1.25rem;
	display: flex;
	position:relative;
}
.glfs01 dl dd div{
	width:80%;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.glfs01.yb dl dt{
	justify-content:flex-end;
}
.glfs01.yb dl dd{
	justify-content:flex-end;
}
.glfs01.yb{
	margin-top:3.56rem;
	height:auto;
}
.glfs-l .glfs01:last-child dl dd::after{
	width:3px;
	height:100%;
	position:absolute;
	right:-1px;
	top:0;
	background-color:#FFF;
	content:'';
	display:inline-block;
	z-index:4;
}
.glfs-l .glfs01.yb:first-child{
	margin-top:0px;
}

.gctit{
	width:100%;
	float:left;
	margin-top:3.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gctit .a01{
	width:100%;
}
.gctit .a02{
	width:100%;
	margin-top:2.0rem;
}
.gctit .a02 dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding-bottom:1.19rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:1.19rem;
}
.gctit .a02 dl dd:first-child{
	margin-top:0px;
}
.gctit .a02 dl dd img{
	max-height:1.5rem;
}

.gclist{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.gclist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gclist ul li{
	width:100%;
	position:relative;
	margin-top:1.0rem;
}
.gclist ul li img{
	width:100%;
	height:auto;
	display:block;
}
.gclist ul li .tex{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.gclist ul li .tex .a01{
	width:78%;
	border-radius: 0.5rem;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(---white, #FFF);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	padding: 1.5rem;
	position:relative;
}
.gclist ul li .tex .a01::after{
	width: 2rem;
	height: 2rem;
	position:absolute;
	right:-1.0rem;
	top:calc(50% - 1.0rem);
	z-index:1;
	background-image:url(../img/jia2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.gclist ul li:nth-child(2) .tex .a01::after{
	top:-1.0rem;
	right:calc(50% - 1.0rem);
}
.gclist ul li .tex .a01 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.gclist ul li .tex .a01 dl dt img{
	width:auto;
	height:auto;
	max-height:1.5rem;
}
.gclist ul li .tex .a01 dl dd{
	margin-top:1.0rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}

.nwrap{
	width:100%;
	float:left;
	margin-top:3.75rem;
	padding:3.75rem 8.33vw;
	background: var(---Gray-6, #F2F2F2);
}
.cxtit{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cxtit .a01{
	width:100%;
}
.cxtit .a02{
	width:100%;
	margin-top:1.5rem;
}
.cxtit .a02 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	
}
.cxtit .a02 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	
}

.cxlist{
	width:100%;
	float:left;
	margin-top:0.75rem;
}
.cxlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cxlist ul li{
	width:100%;
	margin-top:2.5rem;
	padding:3.88rem 2.0rem;
	border-radius: 0.5rem;
	background: linear-gradient(90deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	position:relative;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	transition: all 0.6s;
}
.cxlist ul li dl{
	width:100%;
}
.cxlist ul li dl dt{
	
	color: transparent;
	-webkit-text-stroke: 1px #F00000;
	text-stroke: 1px #F00000;
  
	font-family: zt2;
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
	transition: all 0.6s;
}
.cxlist ul li dl dd{
	margin-top:1.19rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.cxlist ul li .sm{
	width:100%;
	border-radius: 0.5rem;
	border: 1px solid var(--Color, #F00000);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 45px 39px -14px rgba(190, 54, 54, 0.29);
	padding:2.0rem 1.0rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.25rem */
	float:left;
	margin-top:2.0rem;
	transition: all 0.6s;
}
.cxlist ul li:hover dl dt{
	color: var(--Color, #F00000);
}
.cxlist ul li:hover .sm{
	background: var(--Color, #F00000);
	color: var(---white, #FFF);
}

.inmore2{
	display:flex;
	position:relative;
	z-index:3;
}
.inmore2 a{
	display: inline-flex;
	padding: 0.65rem 1.0rem;
	justify-content:center;
	align-items: center;
	border-radius: 0.25rem;
	border: 1px solid var(--60, rgba(255, 255, 255, 0.60));
	color: #FFF;
	text-align: center;
	font-family: zt4;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 182.982%; /* 1.60113rem */
	position:relative;
}
.inmore2 a::after{
	content:">";
	display: inline-block;
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.31rem;
}
.inmore2 a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--Color-2, #F00000);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore2 a:hover::before{
	width:100%;
}
.inmore2 a:hover{
	color:#FFF;
	border: 1px solid var(--Color-2, #F00000);
}
.inmore2.ly a::after{
	content:'';
	display: inline-block;
	margin-left:1.31rem;
	width: 1.125rem;
	height: 1.125rem;
	background-image:url(../img/fx.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.inmore2 a.cur::before{
	width:100%;
}
.inmore2 a.cur{
	color:#FFF;
	border: 1px solid var(--Color-2, #F00000);
}


.altit{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 4rem */
	
}
.allist{
	width:100%;
	float:left;
}
.allist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.allist.ny ul li{
	margin-top:1.75rem;
}
.allist ul li{
	width:48.0%;
	margin-top:2.5rem;
}
.allist ul li .pic{
	overflow: hidden;
}
.allist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.allist ul li:hover .pic img{
	transform: scale(1.05);
}
.allist ul li dl dt{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.allist ul li dl dd{
	margin-top:1.0rem;
	display:flex;
	flex-wrap: wrap;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
}
.allist ul li dl dd div{
	width:86.4%;
}
.allist ul li .sm{
	display:flex;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.allist ul li .sm i{
	margin-right:0.32rem;
	margin-top:0.5rem;
	padding: 0.625rem 1.0rem;
	border-radius: 1.5rem;
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
	transition: all 0.6s;
}
.allist ul li:hover .sm i{
	background: var(--Color, #F00000);
	color:#FFF;
}

.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;
	color:#666;
	
	border-radius: 1.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0 rgba(0, 34, 63, 0.12);

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

.show{
	width:100%;
	float:left;
	margin-top:8.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.show-l{
	width:100%;
	color: var(---333, #333);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 6rem */
	
}
.show-r{
	width:100%;
	margin-top:2.0rem;
}
.show-r dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.show-r dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	
}

.newlist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.newlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newlist ul li{
	width:100%;
	margin-top:2.0rem;
	padding-bottom:2.0rem;
	border-bottom:0.0625rem solid #E0E0E0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	position:relative;
}
.newlist ul li::after{
	width:0;
	height:0.0625rem;
	content:'';
	display:inline-block;
	left:0;
	position:absolute;
	bottom:0;
	z-index:1;
	background: var(--Color, #F00000);
	transition: all 0.6s;
}
.newlist ul li:hover::after{
	width:100%;
}
.newlist ul li .pic{
	width:40%;
	overflow:hidden;
}
.newlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newlist ul li:hover .pic img{
	transform: scale(1.05);
}
.newlist ul li .tex{
	width:55%;
	display: flex;
	justify-content: space-between;
}
.newlist ul li .tex dl dt{
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	display:none;
}
.newlist ul li .tex dl dd{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.newlist ul li .tex .sm{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	color: var(---333, #333);
	text-align: justify;
	text-overflow: ellipsis;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
	display:none;
}

.inmore3{
	display:flex;
	position:relative;
	margin-top:1.0rem;
}
.inmore3 a{
	display: inline-flex;
	padding: 0.65rem 1.25rem;
	justify-content:center;
	align-items: center;
	border-radius: 0.25rem;
	background: var(---Gray-6, #F2F2F2);
	font-family: zt4;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	position:relative;
	z-index:3;
	overflow:hidden;
}
.inmore3 a::after{
	content:">";
	display: inline-block;
	background-image:url(../img/caret_right2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	font-family:'宋体';
	font-weight:bold;
	margin-left:1.31rem;
}
.inmore3 a::before{
	width:0px;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	background: var(--Color-2, #F00000);
	transition: all 0.6s;
	content:'';
	display:inline-block;
}
.inmore3 a:hover::before{
	width:100%;
}
.inmore3 a:hover{
	color:#FFF;
}

.newrap{
	width:100%;
	float:left;
	margin-top:8.25rem;
	background: var(---Gray-6, #F2F2F2);
	padding:2.5rem;
}
.newtit{
	width:100%;
	float:left;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 4.5rem */
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	
	display:flex;
	flex-wrap: wrap;
}
.newdate i{
	margin-right:0.5rem;
}
.newtex{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2rem */
}
.newtex img{
	max-width:100%;
}
.newnext{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.newnext ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newnext ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:1.5rem 0;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.newnext ul li a{
	max-width:80%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.aboutbanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.aboutbanner img{
	width:100%;
	height:auto;
	display:block;
}
.aboutbanner .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.aboutbanner .tex .a01{
	width:90%;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.aboutbanner .tex .a01 dl dt{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 6rem */
	
}
.aboutbanner .tex .a01 dl dd{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 4.5rem */
	
	margin-bottom:1.5rem;
}
.aboutbanner .tex .a01 p{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.abwrap{
	width:100%;
	float:left;
	padding:3.75rem 8.3vw;
	padding-bottom:5rem;
	background: var(---Gray-6, #F2F2F2);
}
.gszl{
	width:100%;
	float:left;
	margin-top:1.75rem;
	position:relative;
}
.gszl .pic{
	width:30%;
	position:absolute;
	left:35%;
	top:0;
	z-index:2;
	overflow:hidden;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.gszl .pic img{
	width:100%;
	height:auto;
}
.gszl ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gszl ul li{
	width:48.9375%;
	margin-top:1.0rem;
	display: flex;
	align-items: center;
	padding:1.0rem 0.5rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 3.375rem */
	
	border-radius: 0.5rem;
	background: var(---white, #FFF);
}
.gszl ul li img{
	margin-right:0.35rem;
}
.gszl ul li:nth-child(2n){
	justify-content:flex-end;
	text-align:right;
}
.gszl ul li:nth-child(2n) img{
	margin-right:0;
	margin-left:0.35rem;
}

.nab{
	width:100%;
	float:left;
	margin-top:3.5rem;
	position:relative;
}
.nab img{
	width:100%;
	height:auto;
	display:block;
}
.nab .tex{
	width:100%;
	float:left;
	padding:0 3vw;
}
.nab .tex dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 3rem */
	
}
.nab .tex dl dt::before{
	display:flex;
	align-items: center;
	width: 0.5rem;
	height: 0.5rem;
	content:'';
	display:inline-block;
	margin-right:1.0rem;
	background-color:#F00000;
	border-radius:50%;
}
.nab .tex dl dd{
	margin-top:0.62rem;
	color: var(--Color, #F00000);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.nab .tex .sm{
	margin-top:0.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 3rem */
	
}
.yeji{
	width:100%;
	float:left;
	border-radius: 0.5rem;
	border: 1px solid var(--Color, #F00000);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 45px 39px -14px rgba(190, 54, 54, 0.29);
	margin-top:3.25rem;
}
.yeji h1{
	margin-top:2.5rem;
	color: var(--Color, #F00000);
	text-align: center;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.yeji ul{
	margin-top:2.56rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yeji ul li{
	width:100%;
	padding:1.5rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.yeji ul li div{
	width:16.7%;
}
.yeji ul li div:nth-child(2){
	width:66.6%;
}
.yeji ul li:first-child{
	color: var(---333, #333);
	text-align: center;
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.yeji.a01 ul li div{
	width:10%;
}
.yeji.a01 ul li div:nth-child(2){
	width:20%;
}
.yeji.a01 ul li div:nth-child(4){
	width:20%;
}
.yeji.a01 ul li div:nth-child(5){
	width:30%;
}

.czhi{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.czhi ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.czhi ul li{
	width:auto;
	margin-left:0.31rem;
	margin-right:0.31rem;
}
.czhi ul li a{
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	background: var(---white, #FFF);
	display:flex;
	align-items: center;
	justify-content: center;
	font-family:'宋体';
	font-weight:bold;
	color:#F00000;
}
.czhi ul li a:hover{
	background: var(--Color, #F00000);
	color:#FFF;
}
.czhi ul li a.cur{
	background: var(--Color, #F00000);
	color:#FFF;
}

.nab02{
	width:100%;
	float:left;
	padding:3.75rem 3vw;
	background: var(---black, #000) url(../img/abj02.png) no-repeat center;
	background-size:cover;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02-l{
	width:100%;
}
.nab02-l dl dt{
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	display:flex;
	align-items: center;
}
.nab02-l dl dt::before{
	width: 0.5rem;
	height: 0.5rem;
	margin-right:1.0rem;
	content:'';
	display:inline-block;
	border-radius:50%;
	background-color:#F00000;
}
.nab02-l dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nab02-r{
	width:100%;
	margin-top:2.0rem;
}
.nab02-r dl dt{
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
}
.nab02-r dl dd{
	margin-top:1.5rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.3125rem */
}
.nzs{
	width:100%;
	float:left;
	margin-top:3.25rem;
	padding-bottom:1.13rem;
	background-image:url(../img/tm.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-size:100% auto;
}
.lxbanner{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.lxbanner img{
	width:100%;
	height:auto;
	display:block;
}
.lxbanner .tex{
	width:100%;
	position:absolute;
	top:5%;
	left:0;
	z-index:1;
	padding:0 3vw;
}
.lxbanner .tex dl dt{
	color: var(---white, #FFF);
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 6rem */
	
}
.lxbanner .tex dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 4.5rem */
	
}
.nlx{
	width:100%;
	float:left;
}
.nlx01{
	width:100%;
	border-radius: 0.5rem 0.5rem 0 0;
	border: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: var(---Gray-6, #F2F2F2);
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.nlx01 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx01 ul li{
	width:50%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	padding:1.2rem 0;
	text-align:center;
}
.nlx01 ul li .pic{
	overflow:hidden;
}
.nlx01 ul li .pic img{
	max-width:3.0rem;
	width:auto;
	height:auto;
	display:inline-block;
}
.nlx01 ul li:last-child .pic img{
	max-width:4.65rem;
}
.nlx01 ul li dl dt{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-bottom:0.62rem;
}
.nlx01 ul li dl dd{
	color: var(---333, #333);
	text-align: center;
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding:0 0.5rem;
}

.nlx02{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nlx02-l{
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nlx02-l .sm{
	width:100%;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 6rem */
	
	margin-top:1.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:48%;
	margin-top:2.5rem;
	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:2rem;
}
.baojia ul li dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	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;
	height:4rem;
	outline:none;
	color: var(---999, #999);
	font-family: zt3;
	font-size: 1rem;
}
.baojia ul li.w100{
	width:100%;
}
.map{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.map img{
	width:100%;
	height:auto;
	display:block;
}

.fudong{
	width:5.0rem;
	position:fixed;
	bottom:10.0rem;
	right:0;
	z-index:99;
	border-radius: 0.25rem 0 0 0.25rem;
	background: var(--Color, #F00000);
}
.fudong ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fudong ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}
.fudong ul li a{
	width:100%;
	padding:1.0rem;
	border-bottom:1px solid rgba(255,255,255,0.30);
	text-align:center;
}
.fudong ul li:last-child a{
	border-bottom:0px;
}
.fudong ul li dl dt{
	overflow:hidden;
}
.fudong ul li dl dt img{
	max-width:100%;
}
.fudong ul li dl dd{
	margin-top:0.83rem;
	color: var(---white, #FFF);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.fudong ul li .tel{
	width:15rem;
	position:absolute;
	left:-15rem;
	top:0;
	z-index:2;
	height:100%;
	background: var(--Color, #F00000);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items:center;
	font-size:1.25rem;
	color:#FFF;
	opacity:0;
	visibility:hidden;
}
.fudong ul li:hover .tel{
	opacity:1;
	visibility:visible;
}
.fudong ul li .wx{
	width:8rem;
	position:absolute;
	left:-8rem;
	top:0;
	z-index:2;
	height:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items:center;
	font-size:1.0rem;
	color:#FFF;
	opacity:0;
	visibility:hidden;
}
.fudong ul li .wx img{
	width:100%;
	height:auto;
	display:block;
}
.fudong ul li:hover .wx{
	opacity:1;
	visibility:visible;
}

.xztit{
	width:100%;
	float:left;
	margin-bottom:2.8rem;
	text-align:center;
}
.xztit dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%; /* 2.25rem */
	
}
.xztit dl dt .skg{
	display:block;
	}
.xztit dl dt i{
	color: var(--Color, #F00000);
}
.xztit dl dd{
	margin-top:0.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	
}






/*/手机*/



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



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

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


.qhyl{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	padding: 2.5rem;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 0.75rem;
	border: 1px solid var(--Color, #F00000);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 0 45px 39px -14px rgba(190, 54, 54, 0.29);
}
.qhyl .tex{
	width:100%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	text-transform: capitalize;
}
.qhyl .pic{
	width:100%;
	margin-top:2.5rem;
}
.qhyl .pic ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qhyl .pic ul li{
	width:calc(50% - 0.625rem);
	overflow:hidden;
}
.qhyl .pic ul li img{
	width:100%;
	height: auto;
	display:block;
}

.picimg{
	left:0; 
	top:0;
	position: fixed;
	width:100%;
	height:100%; 
	z-index:99999;
	display: none;
}
.picimg .tex{
	width:100%;
	height:100%;
	position:relative;
}
.picimg .tex .mask{
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.60);
	position: absolute;
	left:0;
	top:0;
	z-index:1;
}
.picimg .tex .pic{
	width:80%;
	position:absolute;
	top:10%;
	height:80%;
	left:10%;
	z-index:2;
	background-color:#FFF;
	display:flex;
	justify-content: center;
	align-items: center;
}
.picimg .tex .pic img{
	max-width:80%;
	max-height:100%;
}

.qhyl02{
	width:100%;
	float:left;
	position:relative;
	margin-top:3.75rem;
	border-radius: 0.5rem;
	background: var(---Gray-6, #F2F2F2);
	height: auto;
	display:flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}
.qhyl02 .a01{
	width:100%;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	text-transform: capitalize;
	padding:2.5rem;
}
.qhyl02 .a02{
	width:100%;
	border-radius: 0.5rem;
	background: var(--Color, #F00000);
	/* Drop Shadow */
	box-shadow: 0 15px 21px 0 rgba(128, 19, 17, 0.26);
	display:flex;
	justify-content: center;
	align-items: center;
	padding:1.5rem 0;
}
.qhyl02 .a02 dl dt{
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.qhyl02 .a02 dl dd{
	color: var(---white, #FFF);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	text-transform: capitalize;
}
.gyfl{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.gyfl ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.gyfl ul li{
	width:auto;
	padding: 0.5rem 1.0rem;
	border-radius: 6.25rem;
	border: 1px solid var(---Gray-4, #BDBDBD);
	background: var(---white, #FFF);
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 2.25rem */
	text-transform: capitalize;
	margin-top:0.5rem;
}
.gyfl ul div{
	width:auto;
	margin-top:0.5rem;
}
.gyfl ul div img{
	max-height:1.6rem;
}
.gytex{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.gytex img{
	width:100%;
	height:auto;
	display:block;
}


























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





}












































