

@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 */
	
}

@font-face
{
	font-family: Regular;
	src: url('../font/Regular.ttf'),
	url('../font/Regular.ttf'); /* IE9+,可以是具体的实际链接 */
	
}
@font-face
{
	font-family: Regular;
	src: url('../font/Regular.ttf'),
	url('../font/Regular.ttf'); /* IE9+,可以是具体的实际链接 */
	
}
@font-face
{
	font-family: Outfit;
	src: url('../font/Outfit-VariableFont_wght.ttf'),
	url('../font/Outfit-VariableFont_wght.ttf'); /* IE9+,可以是具体的实际链接 */
	
}

body{
	font-size:12px;
	font-weight:normal;
	color:#000;
	line-height:1.5;
	font-family: "Outfit";
	margin:auto;
	overflow-x:hidden;
	}

*{
	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:#B51D34;
	text-decoration: none;
	}
table{ 
	margin: auto;
	}
i{ font-style:normal}
em{ font-style:normal}



@media (min-width:1000px) {
	
.header.yanse{
	background-color:#FFF;
	border-bottom:1px solid #E0E0E0;
	top:0;
}
.header.yanse.yanse01{
	top:0px;
}
.header.yanse.yanse01{
	background: url(../img/topbj.png) no-repeat center;
	background-size:cover;
	width:100%;
	border-bottom: 0px solid rgba(255,255,255,0.1);
}
.header.yanse.yanse01 a{
	color:#FFF;
}
.header.yanse a{
	color:#333;
}

.header.yanse .intop{
	padding:0 2.6vw;
}
.header.yanse.yanse01 .intop{
	padding:0 2.6vw;
}

.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.yanse01 .intop:hover{
	background-color:#FFF;
	border-bottom:1px solid #E0E0E0;
}
.header.yanse.yanse01 .intop:hover a{
	color:#333;
}
.header.yanse.yanse01 .intop:hover a:hover{
	color:#333;
}
.header.yanse.yanse01 .intop:hover .pic01{
	display:none;
}
.header.yanse.yanse01 .intop:hover .pic02{
	display:inline-block;
}
.main{
	width:100%;
	float:left;
	padding:0px 8.3vw;
}
.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;
	transition: all 0.6s;
}

.logo{
	width:6.5%;
	display: flex;
	align-items: center;
	height:5.0rem;
	max-width:6.5%;
	transition: all 0.6s;
	position:relative;
}

.logo img{
	max-width:100%;
	height:auto;
}
.innav{
	width: auto;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	text-align: center;
	margin-left:2.5625vw;
	margin-right:2.5625vw;
	position:relative;
}
.innav ul li::after{
	width:0px;
	height:2px;
	position:absolute;
	left:0;
	bottom:0.85rem;
	z-index:1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
	background-color:#F05D08;
}
.innav ul li:hover::after{
	width:100%;
}
.innav ul li:hover a{
	color:#F05D08;
}
.innav ul li.cur::after{
	width:100%;
}
.innav ul li a{
	width:100%;
	display: flex;
	align-items: center;	
	color: var(---333, #333);
	font-size: 1.45rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	
}

.header.yanse .innav ul li.cur a{
	color: var(--f-07008, #F05D08);
}


.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.top-r .zyw{
	width: auto;
	display: flex;
	align-items: center;
	justify-content:center;
	height:5.0rem;
	margin-left:1.25rem;
	position:relative;
}
.top-r .zyw .a01{
	display: flex;
	align-items: center;
	width:2.5rem;
	height:2.5rem;
	border-radius: 50%;
	background: var(--f-07008, #F05D08);
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	justify-content:center;
}
.top-r .zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.top-r .zyw .xl{
	width:2.5rem;
	height:2.5rem;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	background-color:#FFF;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	border-radius:50%;
	line-height:2.5rem;
	text-align:center;
}
.header.yanse.yanse01 .top-r .zyw .xl a{
	color: var(---333, #333);
}
.header.yanse .top-r .zyw .xl a{
	color: var(---333, #333);
}
.top-r .qiu{
	display: flex;
	height: 2.5rem;
	padding: 0.6875rem 1.125rem 0.75rem 1.25rem;
	justify-content: center;
	align-items: center;
	border-radius: 1.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: #FFF;
}

.chaxbk{
	width: calc(100% - 1.0rem);
	border: 0px;
	background-color: transparent;
	outline: none;
	padding: 0 0.5rem;
	color: var(---Gray-4, #BDBDBD);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.chaxanniu{
	width: 80px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	background-color: #B51D34;
	color: #FFFFFF;
	border: 0px;
	outline:none;
}
.inban{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.inban img{
	width:100%;
	height:auto;
	display:block;
}
.inban .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:flex;
	align-items: center;
	padding:0 8.33vw;
}
.inban .tex dl{
	width:44.4%;
}
.inban .tex dl dt{
	color: var(---white, #FFF);
	
	font-size: 4rem;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 4.4rem */
	
}
.inban .tex dl dt i{
	color: var(--f-07008, #F05D08);
}
.inban .tex dl dd{
	margin-top:5.0rem;
	display:flex;
	align-items: center;
}
.inban .tex dl dd a{
	display:flex;
	align-items: center;
}
.inban .tex dl dd a i{
	display: flex;
	height: 3.75rem;
	padding: 0rem 4.375rem;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1rem */
	
	background: var(--f-07008, #F05D08);
}
.inban .tex dl dd a::after{
	width: 3.75rem;
	height: 3.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.inab{
	width:100%;
	float:left;
	margin-top:8.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l{
	width:18%;
}
.inab-l dl dt{
	color: var(---333, #333);
	
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.inab-l dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab-l .more{
	margin-top:3.2rem;
	display:flex;
	align-items: center;
}
.inab-l .more a{
	display:flex;
	align-items: center;
	color: var(--f-07008, #F05D08);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1rem */
	
}
.inab-l .more a::after{
	width: 1.5rem;
	height: 1.5rem;
	margin-left:0.56rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.inab-r{
	width:60%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.inab-r ul{
	margin-top:5.0rem;
	display:flex;
	flex-wrap: wrap;
}
.inab-r ul li{
	width:calc(34.0% - 2.5rem);
	margin-right:2.5rem;
	padding-bottom:1.88rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.inab-r ul li:nth-child(3n){
	margin-right:0px;
}
.inab-r ul li dl dt{
	color: var(--f-07008, #F05D08);
	
	font-size: 3rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab-r ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.intit{
	width:100%;
	float:left;
	margin-top:9.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.intit .a01{
	width:auto;
	max-width:50%;
}
.intit .a01 dl dt{
	color: var(---333, #333);
	
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.intit .a01 dl dt.f2{
	font-size:2.5rem;
}
.intit .a01 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.intit .a02{
	width:auto;
	max-width:50%;
	display: flex;
	flex-wrap: wrap;
}
.intit .a02 a{
	display: flex;
	height: 3.75rem;
	padding: 0rem 2.0625rem;
	justify-content: center;
	align-items: center;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---666, #666);
	text-align: center;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1rem */
	
	margin-left:0.62rem;
}
.intit .a02 a:hover{
	background: var(--f-07008, #F05D08);
	color:#FFF;
}
.intit .a02 a.cur{
	background: var(--f-07008, #F05D08);
	color:#FFF;
}
.inpro{
	width:100%;
	float:left;
	margin-top:1.88rem;
}
.inpro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro ul li{
	width:49%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.88rem;
}
.inpro ul li:hover{
	background: var(---Gray-6, #F2F2F2);
}
.inpro ul li .pic{
	width:57%;
	padding:4.3rem 3.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.inpro ul li .pic img{
	max-width:100%;
}
.inpro ul li .tex{
	width:43%;
	padding:2.5rem;
}
.inpro ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.inpro ul li .tex dl dd{
	margin-top:2.4rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.5rem */
}
.inpro ul li .tex .more{
	display:flex;
	align-items: center;
	margin-top:2.4rem;
}
.inpro ul li .tex .more a{
	display:flex;
	align-items: center;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1rem */
	
}
.inpro ul li .tex .more a::after{
	margin-left:0.56rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width: 1.5rem;
	height: 1.5rem;
}
.inpro ul li .tex .more a:hover{
	color: var(--f-07008, #F05D08);
}
.inpro ul li .tex .more a:hover::after{
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.intit2{
	width:100%;
	float:left;
	margin-top:8.75rem;
	text-align:center;
}
.intit2 dl dt{
	color: var(---333, #333);
	
	font-size: 3rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.intit2 dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpic{
	width:100%;
	float:left;
	margin-top:4.0rem;
}
.inpic img{
	width:100%;
	height:auto;
	display:block;
}

.foot{
	width:100%;
	float:left;
	background: #222;
	padding:6.25rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot .a01{
	width:20%;
}
.foot .a01 .hz{
	display:flex;
	align-items: center;
	margin-top:3.75rem;
	color:var(--60, rgba(255, 255, 255, 0.60));
	font-size:0.75rem;
}
.foot .a01 .hz img{
	max-height:4.0rem;
}
.foot .a01 h1{
	overflow:hidden;
}
.foot .a01 h1 img{
	max-width:100%;
}
.foot .a01 dl dt{
	margin-top:3.3rem;
	color: var(--f-07008, #F05D08);
	
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.foot .a01 dl dd{
	margin-top:1.0rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.foot .a01 p{
	display:flex;
	align-items: center;
	margin-top:3.3rem;
}
.foot .a01 p img{
	margin-right:1.22rem;
}
.foot .a02{
	width:37%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot .a02 dl dt{
	padding-bottom:0.56rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.foot .a02 dl dd{
	margin-top:1.0rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.foot .a02 dl dd i{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.foot .a02 dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot .a03{
	width:15%;
}
.foot .a03 dl{
	margin-bottom:2.0rem;
}
.foot .a03 dl dt{
	padding-bottom:0.38rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot .a03 dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.foot02{
	width:100%;
	float:left;
	border-top: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: #222;
	padding:1.0rem 8.33vw;
	text-align:center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.back{
	width: 3rem;
	height: 3rem;
	position:fixed;
	bottom:3.0rem;
	right:1.25rem;
	z-index:5;
	display:flex;
}
.back img{
	max-width:100%;
}
.nablogo{
	width:100%;
	float:left;
	margin-top:13.75rem;
}
.nablogo img{
	max-width:22%;
}
.nab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.75rem;
}
.nab-l{
	width:28%;
	color: var(---333, #333);
	
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab-r{
	width:59.2%;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.nsp{
	width:100%;
	float:left;
	margin-top:8.75rem;
	position:relative;
}
.nsp img{
	width:100%;
	height:auto;
	display:block;
}
.nsp .bf{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.nsp .bf i{
	width: 7.375rem;
	height: 7.375rem;
	background-image:url(../img/sp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nab02{
	width:100%;
	float:left;
}
.nab02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:3.75rem;
	padding-bottom:1.25rem;
	border-bottom:1px solid #E0E0E0;
}
.nab02 ul li dl dt{
	overflow:hidden;
}
.nab02 ul li dl dt img{
	max-height:3.75rem;
}
.nab02 ul li dl dd{
	margin-top:2.0rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab02 ul li b{
	color: var(---333, #333);
	text-align: right;
	
	font-size: 6rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.nab03{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.nab03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab03 ul li{
	width:33.33%;
	padding:2.5rem;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
}
.nab03 ul li h1{
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.nab03 ul li dl dt{
	margin-top:7.2rem;
	text-align:center;
}
.nab03 ul li dl dt img{
	max-height:9.5rem;
}
.nab03 ul li dl dd{
	margin-top:7.2rem;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.nab03 ul li .pic01{
	display:inline-block;
}
.nab03 ul li .pic02{
	display: none;
}
.nab03 ul li:hover .pic01{
	display:none;
}
.nab03 ul li:hover .pic02{
	display:inline-block;
}
.nab03 ul li:hover{
	background: var(---Gray-6, #F2F2F2);
}

.cplm{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.cplm ul{
	display: flex;
	flex-wrap: wrap;
}
.cplm ul li{
	width:auto;
	margin-right:0.62rem;
	display:flex;
}
.cplm ul li a{
	display: flex;
	padding: 0.75rem 1.9375rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Color-7, rgba(55, 54, 53, 0.05));
	color: var(---333, #333);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.cplm ul li a:hover{
	border-radius: 6.25rem;
	background: var(--10, rgba(0, 0, 0, 0.10));
}
.cplm ul li a.cur{
	border-radius: 6.25rem;
	background: var(--10, rgba(0, 0, 0, 0.10));
}
.line{
	width:100%;
	height:1px;
	float:left;
	margin-top:3.75rem;
	background-color:var(---Gray-5, #E0E0E0);
}
.prolist{
	width:100%;
	float:left;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
}
.prolist ul li{
	width:calc(25.1% - 1.31rem);
	margin-right:1.31rem;
	margin-top:3.75rem;
}
.prolist ul li:nth-child(4n){
	margin-right:0px;
}
.prolist ul li .pic{
	height:18.4rem;
	background: var(---Gray-6, #F2F2F2);
	display:flex;
	justify-content: center;
	align-items: center;
	position:relative;
}
.prolist ul li .pic img{
	max-width:100%;
	max-height:100%;
}
.prolist ul li .tex{
	position:relative;
	padding:2.5rem 0;
	overflow:hidden;
	transition: all 0.6s;
}
.prolist ul li .tex dl dt{
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.prolist ul li .tex dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.5rem */
	    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.prolist ul li .tex::before{
	width:100%;
	height:100%;
	position:absolute;
	top:100%;
	left:0;
	z-index:-1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
	background: var(--f-07008, #F05D08);
}
.prolist ul li:hover .tex::before{
	top:0;
}
.prolist ul li:hover .tex{
	padding:2.5rem 1.25rem;
}
.prolist ul li:hover .tex dl dt{
	color:#FFF;
}
.prolist ul li:hover .tex dl dd{
	color:#FFF;
}
.prolist ul li .pic .jia{
	width:3.0rem;
	height:3.0rem;
	position:absolute;
	right:1.25rem;
	bottom:-1.5rem;
	z-index:33;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.prolist ul li:hover .pic .jia{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}

.npro{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: #222;
	padding:7.2rem 5.0rem;
	padding-right:12rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.npro .tex{
	width:auto;
	max-width:40%;
}
.npro .tex dl dt{
	color: var(---white, #FFF);
	
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.npro .tex dl dd{
	margin-top:1.25rem;
	color: var(---white, #FFF);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2.5rem */
}
.npro .tex .more{
	margin-top:3.75rem;
	display:flex;
	align-items: center;
}
.npro .tex .more a{
	display:flex;
	align-items: center;
}
.npro .tex .more a i{
	display: flex;
	height: 3.75rem;
	padding: 0rem 4.375rem;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1rem */
	
	background: var(--f-07008, #F05D08);
}
.npro .tex .more a::after{
	width: 3.75rem;
	height: 3.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.npro .pic{
	width:auto;
	max-width:60%;
	overflow:hidden;
}
.npro .pic img{
	max-width:100%;
}
.npro2{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.npro2 ul{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---white, #FFF);
}
.npro2 ul.white{
	background-color:#FFF;
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	padding-top:3.75rem;
	padding-bottom:1.5rem;
}
.npro2 ul li{
	width:33.33%;
	padding:1.5rem 1.88rem;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
    align-items: center;
	border-right: 1px solid var(---white, #FFF);
}
.npro5h ul li{
	width:20%;
	}
.npro2 ul:first-child{
	background: #222;
}
.npro2 ul:first-child li{
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color:#FFF;
}
.npro2 ul li:last-child{
	    padding: 0.38rem;
	}
.npro2 ul li img{height:70px;}
.cpsm{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}

.liuyan{
	width:100%;
	float:left;
	margin-top:8.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liuyan-l{
	width:39%;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 300;
	line-height: 200%; /* 2.5rem */
}
.liuyan-l .a01{
	width:100%;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.liuyan-l .a01 dl dt{
	color: var(---333, #333);
	font-size: 2.5rem;
	
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.liuyan-l .a01 dl dd{
	margin-top:1.44rem;
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-bottom:7rem;
}


.liuyan-r{
	width:51%;
}
.lx03{
	width:100%;
	float:left;
}
.lx03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx03 ul li{
	width:49%;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
}
.lx03 ul li.mart0{
	margin-top:0px;
}
.lx03 ul li:first-child{
	margin-top:0px;
}
.lx03 ul li.w100{
	width:100%;
}
.lx03 ul li dl{
	width:100%;
}
.lx03 ul li .a01{
	display: flex;
	align-items: center;
}
.lx03 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx03 ul li dl dt{
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.lx03 ul li dl dt i{
	color:#DA2122;
}
.lx03 ul li dl dd{
	margin-top:1.56rem;
}
.bk2{
	width:100%;
	height: auto;
	border:0px;
	background-color:transparent;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	outline:none;
	color: var(---999, #999);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	/**/
	padding-bottom:1.0rem;
}
.lx03 ul li .inmore a i{
	z-index:5;
}

.inmore{
	display:flex;
	align-items: center;
}
.inmore a{
	display:flex;
	align-items: center;
}
.inmore a i{
	display: flex;
	height: 3.75rem;
	padding: 0rem 4.375rem;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1rem */
	
	background: var(--f-07008, #F05D08);
}
.inmore a::after{
	width: 3.75rem;
	height: 3.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.inmore.rs a::after{
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
}

.down{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.down ul{
	display: flex;
	flex-wrap: wrap;
}
.down ul li{
	width:calc(33.44% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	padding:2.5rem;
}
.down ul li:nth-child(3n){
	margin-right:0px;
}
.down ul li dl dt{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.down ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.down ul li .a01{
	display:flex;
	align-items: center;
	margin-top:3.54rem;
}
.down ul li .a01 a{
	margin-right:0.63rem;
	display:flex;
}
.down ul li .a01 a img{
	max-height:3.75rem;
}
.down ul li .pic01{
	display:inline-block;
}
.down ul li .pic02{
	display: none;
}
.down ul li a:hover .pic01{
	display:none;
}
.down ul li a:hover .pic02{
	display:inline-block;
}
.rec01{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rec01 .tex{
	width:36.2%;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.rec01 .tex dl{
	margin-top:6.25rem;
}
.rec01 .tex dl dd{
	padding:1.25rem 0;
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom:1px solid #333;
}


.rec01 .pic{
	width:50%;
	overflow:hidden;
	position:relative;
}
.rec01 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.subNavBox4{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer; 
	text-align:left;
	font-size:1.5rem;
	padding:2.5rem 3.75rem;
	margin-top:1.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.subNav4 dl dt{
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.subNav4 dl dd{
	margin-top:2.6rem;
	color: var(---666, #666);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.subNav4 dl dd div{
	display: flex;
	align-items:center;
}
.subNav4 dl dd i{
	margin-right:1.0rem;
}
.subNav4:hover{float:left; }
.currentDd4{
	border-bottom:0px;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:3.0rem 2.5rem;
	padding-top:0.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	background: var(---Gray-6, #F2F2F2);
	border: 1px solid var(---Gray-5, #E0E0E0);
	border-top:0px;
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
	margin-top:2.5rem;
}
.navContent4 dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	line-height: normal;
	width:17.0rem;
	margin-top:0.3rem;
}
.navContent4 dl dd{
	width:calc(100% - 17.0rem);
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.red{
	display: flex;
	align-items:center;
	padding: 1.375rem 4.1875rem;
	background: var(--f-07008, #F05D08);
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1rem */
	margin-left:17.0rem;
}

.lx01{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.lx01 ul{
	border: 1px solid var(---Gray-5, #E0E0E0);
	display:flex;
	flex-wrap: wrap;
}
.lx01 ul li{
	width:33.33%;
	padding:2.5rem;
	border-right: 1px solid var(---Gray-5, #E0E0E0);
}
.lx01 ul li:nth-child(3n){
	border-right:0px;
}
.lx01 ul li dl dt{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.lx01 ul li dl dd{
	margin-top:8.0rem;
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.lx01 ul li:hover{
	background: var(---Gray-6, #F2F2F2);
}
.search{
	width:100%;
	float:left;
	margin-top:11.25rem;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.search .a01{
	width:78.1%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.search .a01 .ss{
	display: flex;
	height: 3.75rem;
	width:15.625rem;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	background: var(--f-07008, #F05D08);
}
.search .a01 .ss img{
	margin-right:0.62rem;
}
.ssbk{
	width:calc(100% - 15.625rem);
	height: 3.75rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	outline:none;
	padding:0 1.93rem;
	line-height:3.75rem;
	color: var(---999, #999);
	font-size: 0.85rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sswz{
	width:100%;
	float:left;
	margin-top:3.75rem;
	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;
	
}
.sswz div{
	display:flex;
	align-items: center;
}
.sswz div img{
	margin-right:0.62rem;
}
.sswz div i{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}


/* From Uiverse.io by ZAKARIAE48CHELLE */ 
.Btn {
  width: 3.75rem;
  height: 3.75rem;
  border: none;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

.svgIcon {
  fill: var(--Color, #999);
}

.icon2 {
  width: 18px;
  height: 5px;
  border-bottom: 2px solid var(--Color, #999);
  border-left: 2px solid var(--Color, #999);
  border-right: 2px solid var(--Color, #999);
}

.tooltip {
  position: absolute;
  right: -80px;
  opacity: 0;
  background-color: rgb(12, 12, 12);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
  pointer-events: none;
  letter-spacing: 0.5px;
  display: none;
}

.tooltip::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(12, 12, 12);
  background-size: 1000%;
  background-position: center;
  transform: rotate(45deg);
  left: -5%;
  transition-duration: 0.3s;
}

.Btn:hover .tooltip {
  opacity: 1;
  transition-duration: 0.3s;
}

.Btn:hover {
  background: var(--Color, #F05D08);
  transition-duration: 0.3s;
}

.Btn:hover .icon2 {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
}

.Btn:hover .svgIcon {
  fill: white;
  animation: slide-in-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}








.mart0{
	margin-top:0rem;
}
.mart3{
	margin-top:3.75rem;
}

.mart6{
	margin-top:6.25rem;
}
.mart8{
	margin-top:8.75rem;
}

.w100{
	width:100%;
}
.fl{
	float:left;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

.dingw{ width:100%; float:left; margin-top:-120px;}
.ssnr{
	width:100%;
	float:left;
	margin-top:80px;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.ssnr img{ max-width:100%; display:block;}

.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;}

}


@media (min-width:1000px) and (max-width:1680px){










}

@media (min-width:1000px) and (max-width:1700px){


.intit .a02 a{
	padding:0rem 1.0rem;
}






	
}

@media (min-width:1000px) and (max-width:1360px){

.main{
	padding:0 5.2vw;
}
.header.yanse .intop{
	padding:0 5.2vw;
}
.innav ul li{
	margin-left:1.0vw;
	margin-right:1.0vw;
}
.innav ul li a{
	font-size:0.875rem;
}
.top-r .qiu{
	padding:0.5rem;
}
.top-r .zyw{
	margin-left:0.5rem;
}
.foot .a01 dl dt{
	font-size:1.5rem;
}
.foot .a02{
	width:45%;
}

.cplm ul li{
	margin-top:0.62rem;
}
.npro .tex .more a i{
	padding:0rem 2.375rem;
}
.npro{
	padding-right:8rem;
}
.prolist ul li .pic img{
	max-width:80%;
}
.prolist ul li .tex dl dt{
	font-size:1.25rem;
}
.nab-l{
	font-size:1.5rem;
}
.nab03 ul li dl dt img{
	max-height:5.0rem;
}

.nab02 ul li b{
	font-size:4.0rem;
}
.inban .tex dl dt{
	font-size:3.0rem;
}
.inab-l dl dd{
	font-size:2.0rem;
}
.inab-l{
	width:25%;
}
.intit .a02 a{
	padding:0rem 0.5rem;
	font-size:0.75rem;
	height:2.5rem;
}
.inpro ul li .pic{
	padding:1.0rem;
}
.inpro ul li .pic img{
	max-width:80%;
}
.inpro ul li .tex{
	padding:1.5rem;
}
.inpro ul li .tex .more a{
	font-size:0.875rem;
}
.inpro ul li .tex .more a::after{
	width:1.0rem;
	height:1.0rem;
}
.inpro ul li .tex dl dt{
	font-size:1.25rem;
}
.inab-r ul li dl dt{
	font-size:2.0rem;
}









	
}





@media (max-width:999px) {


.pc{
	display: none;
}
.moblie{
	width: 100%;
	float: left;
}
.header{
	display: none;
}

.header2{ 
	width:100%; 
	float:left; 
	height:5.0rem; 
	line-height:5.0rem;
	background-color:#FFF;
	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:5.0rem; 
	text-align:center;
}
.logo span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.logo img{ 
	max-width:50%; 
	max-height:4rem; 
	vertical-align:middle; 
}
.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:5.0rem; 
	height:5.0rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:5.0rem; 
	vertical-align:middle;
}
.nav-bar2 span{ 
	display:inline-block; 
	height:100%; 
	vertical-align:middle;
}
.nav-bg { 
	width:0px; 
	height: auto; 
	overflow:hidden; 
	position: absolute; 
	right:0px; 
	top:0; 
	z-index:998;
}
.v_close { 
	display:block; 
	position: absolute; 
	top: 3%; 
	left:5%; 
	z-index:102;  
	width: 2.0rem; 
	height: 2.0rem; 
	background:url(../img/close.png) no-repeat; 
	background-size: contain; 
	display:none;
}
.nav { 
	margin:0 0 0 0;
}

.top-r{
	width:auto;
	display: flex;
	align-items: center;
	position:absolute;
	right:0.5rem;
	top:0;
	z-index:3;
}
.top-r .zyw{
	width:auto;
	display: flex;
	align-items: center;
	height:5.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	position:relative;
}
.top-r .zyw .a01{
	display: flex;
	align-items: center;
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.24rem;
	text-transform: uppercase;
}
.top-r .zyw .a01::after{
	width: 0.75rem;
	height: 0.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-left:0.12rem;
	margin-top:-2px;
}
.top-r .zyw .a01::before{
	width: 1.2rem;
	height: 1.2rem;
	content:'';
	display:inline-block;
	background-image:url(../img/qiu.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	margin-right:0.32rem;
}

.top-r .zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.top-r .zyw .xl{
	width:100%;
	position:absolute;
	top:5.0rem;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	background-color:#FFF;
	padding:1.0rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.top-r .zyw .xl a{
	color: var(---333, #333);
}

.subNavBox3{
	width:65%;
	float:right; 
	background:#fff;  
	padding-bottom:4rem;
}
.subNavBox3 h1{ 
	text-align:center; 
	height:5.0rem; 
	background: url(../img/topbj.png) no-repeat center;
	background-size:cover;
}
.subNavBox3 h1 span{ 
	height:100%; 
	display:inline-block; 
	vertical-align:middle;
}
.subNavBox3 h1 img{ 
	max-width:80%; 
	max-height:4rem; 
	vertical-align:middle;
} 
.subNav3{
	width:100%; 
	float:left; 
	HEIGHT:3.0rem;
	CURSOR: pointer; 
	padding-left:5%;
	text-align:left; 
	border-bottom:1px solid #e0e0e0; 
	line-height:3.0rem; 
	font-size:1.0rem;
	font-weight: bold;
	display:flex;
}
.subNav3 a{
	width:100%;
}
.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: #B51D34; color: #FFFFFF;}
.currentDd3 a{
	color: #FFFFFF;
	width:100%;
}
.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;
}
.navContent3 h2{
	font-size: 0.8rem;
	line-height: 2.0rem;
	font-weight:normal;
}

.main{
	width:100%;
	float:left;
	padding:0 2vw;
}

.inban{
	width:100%;
	float:left;
	position:relative;
	margin-top:5.0rem;
}
.inban img{
	width:100%;
	height:auto;
	display:block;
}
.inban .tex{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	display:flex;
	align-items: center;
	padding:0 8.33vw;
}
.inban .tex dl{
	width:80%;
}
.inban .tex dl dt{
	color: var(---white, #FFF);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 4.4rem */
	
}
.inban .tex dl dt i{
	color: var(--f-07008, #F05D08);
}
.inban .tex dl dd{
	margin-top:1.0rem;
	display:flex;
	align-items: center;
}
.inban .tex dl dd a{
	display:flex;
	align-items: center;
}
.inban .tex dl dd a i{
	display: flex;
	height: 2.5rem;
	padding: 0rem 1.375rem;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1rem */
	
	background: var(--f-07008, #F05D08);
}
.inban .tex dl dd a::after{
	width: 2.5rem;
	height: 2.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inab{
	width:100%;
	float:left;
	margin-top:3.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inab-l{
	width:100%;
}
.inab-l dl dt{
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.inab-l dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab-l .more{
	margin-top:2.0rem;
	display:flex;
	align-items: center;
}
.inab-l .more a{
	display:flex;
	align-items: center;
	color: var(--f-07008, #F05D08);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1rem */
	
}
.inab-l .more a::after{
	width: 1.0rem;
	height: 1.0rem;
	margin-left:0.56rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.inab-r{
	width:100%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	margin-top:3.0rem;
}
.inab-r ul{
	margin-top:1.0rem;
	display:flex;
	flex-wrap: wrap;
}
.inab-r ul li{
	width:100%;
	margin-top:2.0rem;
	padding-bottom:1.0rem;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.inab-r ul li:nth-child(3n){
	margin-right:0px;
}
.inab-r ul li dl dt{
	color: var(--f-07008, #F05D08);
	
	font-size: 2.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inab-r ul li dl dd{
	margin-top:0.62rem;
	color: var(---333, #333);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.intit{
	width:100%;
	float:left;
	margin-top:6.5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
}
.intit .a01{
	width:auto;
	max-width:100%;
}
.intit .a01 dl dt{
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.intit .a01 dl dt.f2{
	font-size:1.25rem;
}
.intit .a01 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.intit .a02{
	width:100%;
	max-width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:1.0rem;
}
.intit .a02 a{
	display: flex;
	height: 2.5rem;
	width:32.3%;
	justify-content: center;
	align-items: center;
	border: 1px solid var(---Gray-5, #E0E0E0);
	color: var(---666, #666);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1rem */
	
	margin-top:1.0rem;
}
.intit .a02 a:hover{
	background: var(--f-07008, #F05D08);
	color:#FFF;
}
.intit .a02 a.cur{
	background: var(--f-07008, #F05D08);
	color:#FFF;
}
.inpro{
	width:100%;
	float:left;
	margin-top:1.88rem;
}
.inpro ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inpro ul li{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:1.0rem;
}
.inpro ul li:hover{
	background: var(---Gray-6, #F2F2F2);
}
.inpro ul li .pic{
	width:50%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.inpro ul li .pic img{
	max-width:100%;
}
.inpro ul li .tex{
	width:48%;
	padding:0.75rem;
}
.inpro ul li .tex dl dt{
	color: var(---333, #333);
	font-size: 1.05rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.inpro ul li .tex dl dd{
	margin-top:0.9rem;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.45; /* 1.5rem */
	    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.inpro ul li .tex .more{
	display:flex;
	align-items: center;
	margin-top:0.95rem;
}
.inpro ul li .tex .more a{
	display:flex;
	align-items: center;
	color: var(---999, #999);
	font-size: 0.8rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1rem */
}
.inpro ul li .tex .more a::after{
	margin-left:0.56rem;
	content:'';
	display:inline-block;
	background-image:url(../img/long_up4.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	width: 1.5rem;
	height: 1.5rem;
}
.inpro ul li .tex .more a:hover{
	color: var(--f-07008, #F05D08);
}
.inpro ul li .tex .more a:hover::after{
	background-image:url(../img/long_up.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.intit2{
	width:100%;
	float:left;
	margin-top:4.75rem;
	text-align:center;
}
.intit2 dl dt{
	color: var(---333, #333);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.intit2 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inpic{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.inpic img{
	width:100%;
	height:auto;
	display:block;
}

.foot{
	width:100%;
	float:left;
	background: #222;
	padding:3.25rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.foot .a01{
	width:100%;
}
.foot .a01 .hz{
	display:flex;
	align-items: center;
	margin-top:3.75rem;
	color:var(--60, rgba(255, 255, 255, 0.60));
	font-size:0.75rem;
}
.foot .a01 .hz img{
	max-height:3.0rem;
}
.foot .a01 h1{
	overflow:hidden;
}
.foot .a01 h1 img{
	max-width:100%;
}
.foot .a01 dl dt{
	margin-top:2.3rem;
	color: var(--f-07008, #F05D08);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.foot .a01 dl dd{
	margin-top:1.0rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.foot .a01 p{
	display:flex;
	align-items: center;
	margin-top:2.3rem;
}
.foot .a01 p img{
	margin-right:1.22rem;
}
.foot .a02{
	width:37%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.foot .a02 dl dt{
	padding-bottom:0.56rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.foot .a02 dl dd{
	margin-top:1.0rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.foot .a02 dl dd i{
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}
.foot .a02 dl dd a{
	color: var(--60, rgba(255, 255, 255, 0.60));
}
.foot .a03{
	width:15%;
	display:none;
}
.foot .a03 dl{
	margin-bottom:2.0rem;
}
.foot .a03 dl dt{
	padding-bottom:0.38rem;
	color: var(--60, rgba(255, 255, 255, 0.60));
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot .a03 dl dd{
	margin-top:0.62rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.foot02{
	width:100%;
	float:left;
	border-top: 1px solid var(--10, rgba(255, 255, 255, 0.10));
	background: #222;
	padding:1.0rem 8.33vw;
	text-align:center;
	color: var(--60, rgba(255, 255, 255, 0.60));
	font-family: zt3;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.back{
	width: 2rem;
	height: 2rem;
	position:fixed;
	bottom:3.0rem;
	right:1.0rem;
	z-index:5;
	display:flex;
}
.back img{
	max-width:100%;
}
.nablogo{
	width:100%;
	float:left;
	margin-top:7.75rem;
}
.nablogo img{
	max-width:22%;
}
.nab{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.5rem;
}
.nab-l{
	width:100%;
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab-r{
	width:100%;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	margin-top:2.0rem;
}
.nsp{
	width:100%;
	float:left;
	margin-top:3.75rem;
	position:relative;
}
.nsp img{
	width:100%;
	height:auto;
	display:block;
}
.nsp .bf{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.nsp .bf i{
	width: 3.5rem;
	height: 3.5rem;
	background-image:url(../img/sp.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.nab02{
	width:100%;
	float:left;
}
.nab02 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab02 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top:2.5rem;
	padding-bottom:1.0rem;
	border-bottom:1px solid #E0E0E0;
}
.nab02 ul li dl dt{
	overflow:hidden;
}
.nab02 ul li dl dt img{
	max-height:2.5rem;
}
.nab02 ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.nab02 ul li b{
	color: var(---333, #333);
	text-align: right;
	
	font-size: 1.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	min-width:8rem;
}

.nab03{
	width:100%;
	float:left;
	margin-top:2.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	border-bottom: 0px solid var(---Gray-5, #E0E0E0);
}
.nab03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nab03 ul li{
	width:100%;
	padding:2.5rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.nab03 ul li h1{
	color: var(---333, #333);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.nab03 ul li dl dt{
	margin-top:3.2rem;
	text-align:center;
}
.nab03 ul li dl dt img{
	max-height:4.5rem;
}
.nab03 ul li dl dd{
	margin-top:3.2rem;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.nab03 ul li .pic01{
	display:inline-block;
}
.nab03 ul li .pic02{
	display: none;
}
.nab03 ul li:hover .pic01{
	display:none;
}
.nab03 ul li:hover .pic02{
	display:inline-block;
}
.nab03 ul li:hover{
	background: var(---Gray-6, #F2F2F2);
}

.cplm{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.cplm ul{
	display: flex;
	flex-wrap: wrap;
}
.cplm ul li{
	width:auto;
	margin-right:0.62rem;
	margin-top:0.5rem;
	display:flex;
}
.cplm ul li a{
	display: flex;
	padding: 0.5rem 1.0005rem;
	justify-content: center;
	align-items: center;
	border-radius: 6.25rem;
	background: var(--Color-7, rgba(55, 54, 53, 0.05));
	color: var(---333, #333);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.cplm ul li a:hover{
	border-radius: 6.25rem;
	background: var(--10, rgba(0, 0, 0, 0.10));
}
.cplm ul li a.cur{
	border-radius: 6.25rem;
	background: var(--10, rgba(0, 0, 0, 0.10));
}
.line{
	width:100%;
	height:1px;
	float:left;
	margin-top:2.5rem;
	background-color:var(---Gray-5, #E0E0E0);
}
.prolist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.prolist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prolist ul li{
	width:48%;
	margin-top:1.0rem;
}
.prolist ul li:nth-child(4n){
	margin-right:0px;
}
.prolist ul li .pic{
	/*height:12.4rem;*/
	background: var(---Gray-6, #F2F2F2);
	display:flex;
	justify-content: center;
	align-items: center;
	position:relative;
}
.prolist ul li .pic img{
	max-width:100%;
	max-height:100%;
}
.prolist ul li .tex{
	position:relative;
	padding:1.5rem 0;
	overflow:hidden;
	transition: all 0.6s;
}
.prolist ul li .tex dl dt{
	color: var(---333, #333);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.prolist ul li .tex dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.5rem */
	    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.prolist ul li .tex::before{
	width:100%;
	height:100%;
	position:absolute;
	top:100%;
	left:0;
	z-index:-1;
	transition: all 0.6s;
	content:'';
	display:inline-block;
	background: var(--f-07008, #F05D08);
}
.prolist ul li:hover .tex::before{
	top:0;
}
.prolist ul li:hover .tex{
	padding:2.5rem 1.25rem;
}
.prolist ul li:hover .tex dl dt{
	color:#FFF;
}
.prolist ul li:hover .tex dl dd{
	color:#FFF;
}
.prolist ul li .pic .jia{
	width:2.0rem;
	height:2.0rem;
	position:absolute;
	right:1.25rem;
	bottom:-1.5rem;
	z-index:33;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.prolist ul li:hover .pic .jia{
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
	-webkit-transition:all .25s ease 0s;
	-moz-transition:all .25s ease 0s;
	-o-transition:all .25s ease 0s;
	transition:all .25s ease 0s;
}

.npro{
	width:100%;
	float:left;
	margin-top:2.5rem;
	background: #222;
	padding:3.2rem 2.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.npro .tex{
	width:100%;
}
.npro .tex dl dt{
	color: var(---white, #FFF);
	
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.npro .tex dl dd{
	margin-top:1.0rem;
	color: var(---white, #FFF);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2.5rem */
}
.npro .tex .more{
	margin-top:1.5rem;
	display:flex;
	align-items: center;
}
.npro .tex .more a{
	display:flex;
	align-items: center;
}
.npro .tex .more a i{
	display: flex;
	height: 2.5rem;
	padding: 0rem 2.375rem;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1rem */
	
	background: var(--f-07008, #F05D08);
}
.npro .tex .more a::after{
	width: 2.5rem;
	height: 2.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.npro .pic{
	width:100%;
	overflow:hidden;
	margin-top:3.0rem;
	text-align:center;
}
.npro .pic img{
	max-width:80%;
}
.npro2{
	width:100%;
	float:left;
	margin-top:2.5rem;
	justify-content: space-between;
	flex-wrap: wrap;
	overflow:hidden;
	overflow-x: scroll;
}
.npro2 ul{
	width:100%;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid var(---white, #FFF);
}
.npro2 ul.white{
	background-color:#FFF;
	color: var(---333, #333);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	padding-top:3.75rem;
	padding-bottom:1.5rem;
}
.npro2 ul li{
	width:40%;
	padding:0.5rem;
	color: var(---333, #333);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
    align-items: center;
	border-right: 1px solid var(---white, #FFF);
}

.npro2 ul li:last-child{
	    padding: 0.25rem;
	}
.npro2 ul li img{height:50px;}
.npro2 ul li:nth-child(1){
	width:20%;
	}
.npro5h ul li{
	width:20%;
	}
.npro2 ul:first-child{
	background: #222;
}
.npro2 ul:first-child li{
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	color:#FFF;
}
.cpsm{
	width:100%;
	float:left;
	margin-top:2.0rem;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}

.liuyan{
	width:100%;
	float:left;
	margin-top:4.75rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.liuyan-l{
	width:100%;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 300;
	line-height: 200%; /* 2.5rem */
}
.liuyan-l .a01{
	width:100%;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.liuyan-l .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.5rem;
	
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.liuyan-l .a01 dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	margin-bottom:3rem;
}


.liuyan-r{
	width:100%;
	margin-top:3.0rem;
}
.lx03{
	width:100%;
	float:left;
}
.lx03 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.lx03 ul li{
	width:49%;
	margin-top:2.5rem;
	display: flex;
	justify-content: space-between;
}
.lx03 ul li.mart0{
	margin-top:0px;
}
.lx03 ul li:first-child{
	margin-top:0px;
}
.lx03 ul li.w100{
	width:100%;
}
.lx03 ul li dl{
	width:100%;
}
.lx03 ul li .a01{
	display: flex;
	align-items: center;
}
.lx03 ul li .a01 a{
	color: var(--0-a-72-ba, #2C82BF);
}
.lx03 ul li dl dt{
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.lx03 ul li dl dt i{
	color:#DA2122;
}
.lx03 ul li dl dd{
	margin-top:1.0rem;
}
.bk2{
	width:100%;
	height: auto;
	border:0px;
	background-color:transparent;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	outline:none;
	color: var(---999, #999);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
	padding-bottom:1.0rem;
}
.lx03 ul li .inmore a i{
	z-index:5;
}

.inmore{
	display:flex;
	align-items: center;
}
.inmore a{
	display:flex;
	align-items: center;
}
.inmore a i{
	display: flex;
	height: 2.5rem;
	padding: 0rem 2.375rem;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1rem */
	
	background: var(--f-07008, #F05D08);
}
.inmore a::after{
	width: 2.5rem;
	height: 2.5rem;
	content:'';
	display:inline-block;
	background-image:url(../img/jt.svg);
	background-position:center;
	background-repeat:no-repeat;
}
.inmore.rs a::after{
	background-image:url(../img/jt2.svg);
	background-position:center;
	background-repeat:no-repeat;
}

.down{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.down ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.down ul li{
	width:48%;
	margin-top:1.0rem;
	background: var(---Gray-6, #F2F2F2);
	padding:1.5rem;
}
.down ul li:nth-child(3n){
	margin-right:0px;
}
.down ul li dl dt{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.down ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	
}
.down ul li .a01{
	display:flex;
	align-items: center;
	margin-top:2.5rem;
}
.down ul li .a01 a{
	margin-right:0.33rem;
	display:flex;
}
.down ul li .a01 a img{
	max-height:2.5rem;
}
.down ul li .pic01{
	display:inline-block;
}
.down ul li .pic02{
	display: none;
}
.down ul li a:hover .pic01{
	display:none;
}
.down ul li a:hover .pic02{
	display:inline-block;
}
.rec01{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rec01 .tex{
	width:100%;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.rec01 .tex dl{
	margin-top:3.25rem;
}
.rec01 .tex dl dd{
	padding:1.0rem 0;
	margin-top:1.0rem;
	color: var(---333, #333);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom:1px solid #333;
}


.rec01 .pic{
	width:100%;
	overflow:hidden;
	position:relative;
	margin-top:3.0rem;
}
.rec01 .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.subNavBox4{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer; 
	text-align:left;
	font-size:1.0rem;
	padding:1.5rem 1.75rem;
	margin-top:1.0rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.subNav4 dl dt{
	color: var(---333, #333);
	
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.subNav4 dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: flex;
	align-items:center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.subNav4 dl dd div{
	display: flex;
	align-items:center;
	flex-wrap: wrap;
}
.subNav4 dl dd i{
	margin-right:1.0rem;
}
.subNav4:hover{float:left; }
.currentDd4{
	border-bottom:0px;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:1.5rem;
	padding-top:0.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	background: var(---Gray-6, #F2F2F2);
	border: 1px solid var(---Gray-5, #E0E0E0);
	border-top:0px;
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width:100%;
	margin-top:1.5rem;
}
.navContent4 dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	line-height: normal;
	width:100%;
	margin-top:0.3rem;
}
.navContent4 dl dd{
	width:100%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	margin-top:1.0rem;
}
.red{
	display: flex;
	align-items:center;
	padding: 1.0rem;
	background: var(--f-07008, #F05D08);
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1rem */
}

.lx01{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.lx01 ul{
	border: 1px solid var(---Gray-5, #E0E0E0);
	display:flex;
	flex-wrap: wrap;
	border-bottom: 0px solid var(---Gray-5, #E0E0E0);
}
.lx01 ul li{
	width:100%;
	padding:1.5rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.lx01 ul li:nth-child(3n){
	border-right:0px;
}
.lx01 ul li dl dt{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.lx01 ul li dl dd{
	margin-top:3.0rem;
	color: var(---333, #333);
	
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.875rem */
}
.lx01 ul li:hover{
	background: var(---Gray-6, #F2F2F2);
}
.search{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.search .a01{
	width:100%;
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.search .a01 .ss{
	display: flex;
	height: 2.5rem;
	width:8.0rem;
	justify-content: center;
	align-items: center;
	color: var(---white, #FFF);
	text-align: center;
	
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	background: var(--f-07008, #F05D08);
}
.search .a01 .ss img{
	margin-right:0.62rem;
}
.ssbk{
	width:calc(100% - 8.0rem);
	height: 2.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	outline:none;
	padding:0 1.0rem;
	line-height:3.75rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.sswz{
	width:100%;
	float:left;
	margin-top:2.5rem;
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	color: var(---333, #333);
	
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	
}
.sswz div{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
}
.sswz div img{
	margin-right:0.32rem;
}
.sswz div i{
	overflow: hidden;
	color: var(---333, #333);
	text-overflow: ellipsis;
	
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.35rem */
}

/* From Uiverse.io by ZAKARIAE48CHELLE */ 
.Btn {
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  transition-duration: 0.3s;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.11);
}

.svgIcon {
  fill: var(--Color, #999);
}

.icon2 {
  width: 18px;
  height: 5px;
  border-bottom: 2px solid var(--Color, #999);
  border-left: 2px solid var(--Color, #999);
  border-right: 2px solid var(--Color, #999);
}

.tooltip {
  position: absolute;
  right: -80px;
  opacity: 0;
  background-color: rgb(12, 12, 12);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.2s;
  pointer-events: none;
  letter-spacing: 0.5px;
  display: none;
}

.tooltip::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background-color: rgb(12, 12, 12);
  background-size: 1000%;
  background-position: center;
  transform: rotate(45deg);
  left: -5%;
  transition-duration: 0.3s;
}

.Btn:hover .tooltip {
  opacity: 1;
  transition-duration: 0.3s;
}

.Btn:hover {
  background: var(--Color, #F05D08);
  transition-duration: 0.3s;
}

.Btn:hover .icon2 {
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  border-right: 2px solid white;
}

.Btn:hover .svgIcon {
  fill: white;
  animation: slide-in-top 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes slide-in-top {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}









.mart0{
	margin-top:0rem;
}
.mart3{
	margin-top:2.5rem;
}



.mart6{
	margin-top:3.25rem;
}
.mart8{
	margin-top:4.75rem;
}




.w100{
	width:100%;
}
.fl{
	float:left;
}

.dingw{ width:100%; float:left; margin-top:-6rem;}

.ssnr{
	width:100%;
	float:left;
	margin-top:3rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
}
.ssnr img{ max-width:100%;}


.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: 700px; height: 30vh;}
.zz{ background: rgba(0,0,0,0.8); position: fixed; left: 0; top: 0; z-index: 998; width: 100%; height: 100vh; display: none;}

}
































