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 */
	
}
@font-face
{
	font-family: zt5;
	src: url('../font/AlibabaPuHuiTi-3-55-Regular.otf'),
	url('../font/AlibabaPuHuiTi-3-55-Regular.otf'); /* IE9+,可以是具体的实际链接 */
	
}
@font-face
{
	font-family: zt6;
	src: url('../font/AlibabaPuHuiTi-3-45-Light.otf'),
	url('../font/AlibabaPuHuiTi-3-45-Light.otf'); /* IE9+,可以是具体的实际链接 */
	
}
*{
	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{
	top:0px;
}
.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 8.33vw;
}
.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.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:4.875rem;
	transition: all 0.6s;
}
.intop{
	width:100%;
	float:left;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height:4.875rem;
	transition: all 0.6s;
}

.logo{
	width:14%;
	display: flex;
	align-items: center;
	height:4.875rem;
	max-width:14%;
	transition: all 0.6s;
	position:relative;
}

.logo img{
	
	height:2.15rem;
}
.innav{
	width: auto;
	margin-right:5.2vw;
}
.innav ul{
	display: flex;
	align-items: center;
}
.innav ul li{
	width:auto;
	display: flex;
	align-items: center;
	height:4.875rem;
	text-align: center;
	margin-left:2.6vw;
	position:relative;
}

.innav ul li a{
	width:100%;
	position:relative;
	display: flex;
	align-items: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.header.yanse .innav ul li.cur a{
	color:#B51D34;
	font-weight:bold;
}

.innav ul li .xiala{
	width:380%;
	position:absolute;
	top:4.875rem;
	left:-120%;
	z-index:9;
	background: var(---white, #FFF);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	opacity:0;
	visibility: hidden;
	transition: all 0.2s;
	box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.1);
	padding:2.0rem;
}
.innav ul li .xiala a{
	transition: all 0.2s;
}
.innav ul li:hover .xiala{
	opacity:1;
	visibility: visible;
}
.innav ul li .xiala dl dt{
	color: var(---333, #333);
	display: flex;
	align-items: center;
}
.innav ul li .xiala dl dt a{
	display: flex;
	align-items: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%;
}
.innav ul li .xiala dl dt a::before{
	content:">";
	font-family:'宋体';
	font-weight:bold;
	display:inline-block;
	margin-right:1.31rem;
	color:#999;
	font-size:1.0rem;
}
.innav ul li .xiala dl dt a:hover::before{
	color: var(--Color, #B51D34);
}

.top-r{
	width:auto;
	display: flex;
	align-items: center;
}
.top-r .zyw{
	width: auto;
	display: flex;
	align-items: center;
	justify-content:center;
	height:4.875rem;
	margin-left:1.25rem;
	position:relative;
}
.top-r .zyw .a01{
	display: flex;
	align-items: center;
	padding: 0.6875rem 1.25rem 0.6875rem 2.1875rem;
	border-radius: 3rem;
	background: var(--Color, #B51D34);
	color: var(---white, #FFF);
	text-align: center;
	font-family: "Microsoft YaHei";
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.top-r .zyw .a01::after{
	width: 0.875rem;
	height: 0.875rem;
	margin-left:1.38rem;
	content:'';
	display:inline-block;
	background-image:url(../img/play_arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.top-r .zyw:hover .xl{
	opacity:1;
	visibility:visible;
}
.top-r .zyw .xl{
	width:100%;
	position:absolute;
	top:4.875rem;
	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;
	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;
	width: 2.5rem;
	height: 2.5rem;
	justify-content: center;
	align-items: center;
	cursor:pointer;
	border-radius: 1.25rem;
	border: 1px solid var(--Color, #B51D34);
}
.header.yanse .innav ul li .xiala a{
	color:#333;
}
.header.yanse .innav ul li .xiala a:hover{
	color:#B51D34;
}
.header.yanse.yanse01 .innav ul li .xiala a{
	color:#333;
}
.header.yanse.yanse01 .innav ul li .xiala a:hover{
	color:#B51D34;
}
.header.yanse .innav ul li.cur .xiala a:hover{
	color:#B51D34;
}

.chax{
	right:8.33vw; 
	top:4.875rem;
	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: #f2f2f2;
	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: #B51D34;
	color: #FFFFFF;
	border: 0px;
	outline:none;
}
.inban{
	width:100%;
	float:left;
	position:relative;
}
.inban img{
	width:100%;
	height:auto;
	display:block;
}
.inban .tex{
	width:100%;
	position:absolute;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	display:flex;
	justify-content: center;
	align-items: center;
}
.inban .tex dl{
	width:68%;
}
.inban .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt5;
	text-align:center;
	font-size: 60px;
	font-style: normal;
	line-height: 180%; /* 5.4rem */
	text-transform: capitalize;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.50);
}
.inban .tex dl dd{
	margin-top:1.88rem;
	color: var(---white, #FFF);
	font-size: 36px;
	font-style: normal;
	line-height: 180%; /* 2.7rem */
	text-transform: capitalize;
	font-family: zt6;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.50);
}
.prolist{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:3.75rem;
}
.prolist ul li .tex{
	width:46.8%;
}
.prolist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.prolist ul li .tex dl dd{
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.prolist ul li .pic{
	width:40.8%;
	overflow:hidden;
}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.prolist ul li .pic:hover img{
	transform: scale(1.05);
}

.inmore{
	display:flex;
}
.inmore a{
	height: 3.75rem;
	padding: 0rem 5.25rem;
	background: var(--Color, #B51D34);
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:flex;
	align-items: center;
	font-family: zt4;
}
.inmore a::after{
	width: 0.5rem;
	height: 1rem;
	content:'';
	display:inline-block;
	margin-left:1.12rem;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.hs a{
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
}
.inmore.hs a::after{
	background-image:url(../img/arrow3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.hs a:hover{
	background: var(--Color, #B51D34);
	color: var(---white, #FFF);
}
.inmore.hs a:hover::after{
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore2{
	display:flex;
	justify-content:center;
}
.inmore2 a{
	width: 31.25rem;
	height: 3.75rem;
	background: var(---Gray-5, #E0E0E0);
	color: var(--Color, #B51D34);
	font-size: 1.0rem;
	font-family: zt4;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:flex;
	align-items: center;
	justify-content:center;
}
.inmore2 a::after{
	width: 0.5rem;
	height: 1rem;
	content:'';
	display:inline-block;
	margin-left:1.12rem;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.intit{
	width:100%;
	float:left;
	margin-top:10rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.newpro{
	width:100%;
	float: left;
	margin-top:3.75rem;
}
.newpro ul{
	display: flex;
	flex-wrap: wrap;
}
.newpro ul li{
	width:calc(33.4% - 1.25rem);
	margin-right:1.25rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	padding-bottom:2.62rem;
}
.newpro ul li:nth-child(3n){
	margin-right:0px;
}
.newpro ul li .pic{
	overflow:hidden;
}
.newpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newpro ul li:hover .pic img{
	transform: scale(1.05);
}
.newpro ul li .tex{
	padding:2.5rem 1.88rem;
}
.newpro ul li .tex h1{
	display:flex;
}
.newpro ul li .tex h1 i{
	padding: 0.5625rem 1.25rem;
	background: var(--Color, #B51D34);
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.newpro ul li .tex dl dt{
	margin-top:1.8rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.newpro ul li .tex dl dd{
	margin-top:1.8rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.inpic{
	width:100%;
	float:left;
	margin-top:6.25rem;
	position:relative;
}
.inpic img{
	width:100%;
	height:auto;
	display:block;
}
.injs{
	width:100%;
	float:left;
	position:relative;
}
.injs img{
	width:100%;
	height:auto;
	display:block;
}
.injs .tex{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	z-index:1;
}
.injs .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	height:100%;
}
.injs .tex ul li{
	width:25%;
	height:100%;
	display:flex;
	align-items: center;
	justify-content: center;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	transition: all 0.6s;
}
.injs .tex ul li .subtex{
	width:63%;
	transition: all 0.6s;
}
.injs .tex ul li .subtex .pic{
	overflow:hidden;
	display:flex;
	align-items: center;
	justify-content: center;
}
.injs .tex ul li .subtex .pic img{
	width:auto;
	max-width:7.5rem;
	display:inline-block;
}
.injs .tex ul li .subtex dl dt{
	margin-top:3.75rem;
	color: var(---white, #FFF);
	text-align: center;
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.injs .tex ul li .subtex dl dd{
	margin-top:0;
	height:0;
	overflow:hidden;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
	transition: all 0.6s;
}
.injs .tex ul li .subtex .more{
	margin-top:1.88rem;
	display:flex;
	align-items: center;
	justify-content: center;
	transition: all 0.6s;
	height:0;
	overflow:hidden;
	color: var(---white, #FFF);
}
.injs .tex ul li:hover .subtex .more a{
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.125rem */
	text-transform: capitalize;
	display:flex;
	align-items: center;
	justify-content: center;
}
.injs .tex ul li .subtex .more a::after{
	margin-left:0.56rem;
	width: 0.5rem;
	height: 1rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.injs .tex ul li:hover .subtex dl dd{
	margin-top:1.88rem;
	height:auto;
}
.injs .tex ul li:hover .subtex .more{
	margin-top:1.88rem;
	height:auto;
}
.injs .tex ul li:hover{
	background: var(--Linear, linear-gradient(180deg, rgba(166, 25, 46, 0.00) 0%, var(--Color, #B51D34) 100%));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
}
.jstit{
	width:100%;
	position:absolute;
	top:15%;
	left:0;
	z-index:2;
	padding:0 8.33vw;
}
.jstit dl dt{
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.jstit dl dd{
	margin-top:0.94rem;
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.intit2{
	width:100%;
	float:left;
	margin-top:8.75rem;
}
.intit2 dl dt{
	color: var(--Color, #B51D34);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.intit2 dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.baojia{
	width:100%;
	float:left;
	margin-top:1.87rem;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:49.7%;
	margin-top:1.88rem;
}
.baojia ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:3.75rem;
	outline:none;
	padding:0 1.0rem;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
	min-height:3.75rem;
}
.bgbk2{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:3.0rem;
	outline:none;
	padding:0 1.0rem;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
	min-height:3.0rem;
}
.baojia ul li.w100{
	width:100%;
}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../img/xjt.svg") no-repeat scroll center right 10px transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding:5px 15px;
	padding-right:30px;
}
.baojia ul li:last-child{
	margin-top:3.75rem;
}

.foot{
	width:100%;
	float:left;
	margin-top:8.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding-top:6.25rem;
}

.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intel{
	width:auto;
}
.intel h1{
	overflow:hidden;
}
.intel h1 img{
	max-width:80%;
}
.intel dl dt{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.intel dl dd{
	margin-top:0.44rem;
	padding-bottom:0.25rem;
	color: var(--Color, #B70F37);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.dbdh{
	width: auto;
	min-width:51.9%;
	max-width:52%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dbdh dl dt{
	padding-bottom:0.56rem;
	color: var(---333, #333);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbdh dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbdh dl dd a{
	color: var(---666, #666);
}
.dbewm{
	width:auto;
	max-width:8.87%;
}
.dbewm dl dt{
	overflow:hidden;
}
.dbewm dl dt img{
	max-width:100%;
}
.dbewm dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot02{
	width:100%;
	float:left;
	margin-top:5.44rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
	padding:2.7rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.foot02 a{
	margin-left:1.0rem;
}

.back{
	width: 3rem;
	height: 3rem;
	position:fixed;
	bottom:3.0rem;
	right:1.25rem;
	z-index:5;
	display:flex;
}
.back img{
	max-width:100%;
}
.nybanner{
	width:100%;
	float:left;
	margin-top:4.875rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:58%;
	position:absolute;
	top:36.5%;
	left:0;
	z-index:1;
	padding:0 8.33vw;
	color: var(---white, #FFF);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.nybanner .tex .jiandjs{
	margin-top:1.5rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2;
	}
.zlm{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:2;
	border-top: 1px solid var(--30, rgba(255, 255, 255, 0.30));
}
.zlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zlm.w25 ul li{
	width:25%;
}
.zlm.w16 ul li{
	width:16.6666%;
}

.zlm.gs3 ul li{
	width:33.3%;
}
.zlm.gs4 ul li{
	width:25%;
}
.zlm.gs5 ul li{
	width:20%;
}
.zlm.gs6 ul li{
	width:16.6666%;
}
.zlm.gs7 ul li{
	width:14.27%;
}
.zlm.gs7 ul li{
	width:12.5%;
}

.zlm ul li{
	width:20%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display:flex;
	align-items: center;
	justify-content: center;
}
.zlm ul li:last-child{
	border-right:0px;
}
.zlm ul li a{
	width:100%;
	height:5.0rem;
	display:flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zlm ul li a:hover{
	background: var(--Color, #B51D34);
}
.zlm ul li a.cur{
	background: var(--Color, #B51D34);
}

.cpsm{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.cpsm.js{
	display:flex;
}
.cpsm div{
	width:60%;
}
.cplb{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	padding:2.5rem;
	padding-top:1.25rem;
}
.cplb ul{
	display: flex;
	flex-wrap: wrap;
}
.cplb ul li{
	width:calc(33.4% - 1.25rem);
	margin-right:1.25rem;
	border: 2px solid var(--Color, #FFF);
	background: var(---white, #FFF);
	padding:2.5rem;
	margin-top:1.25rem;
}
.cplb ul li:nth-child(3n){
	margin-right:0px;
}
.cplb ul li:hover{
	border: 2px solid var(--Color, #B51D34);
}
.cplb ul li:hover dl dt{
	margin-top:1.11rem;
}
.cplb ul li .pic{
	overflow:hidden;
	text-align: center;
}
.cplb ul li .pic img{
	max-width:100%;
}
.cplb ul li dl dt{
	margin-top:3.0rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
	transition: all 0.6s;
}
.cplb ul li dl dd{
	margin-top:1.48rem;
	display:flex;
	align-items: center;
	justify-content: center;
	opacity:0;
	transition: all 0.6s;
}
.cplb ul li:hover dl dd{
	opacity:1;
}
.cplb ul li dl dd a{
	padding: 1rem 3rem;
	border: 1px solid var(--Color, #B51D34);
	margin-left:0.19rem;
	margin-right:0.19rem;
	color: var(--Color, #B51D34);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cplb ul li dl dd a:hover{
	background: var(--Color, #B51D34);
	color:#FFF;
}

.fy{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 3.125rem;
	height: 3.125rem;
	display:flex;
	margin-left:5px;
	margin-right:5px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 3.125rem;
	height: 3.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:3.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);

}
.fy ul li a:hover{
	background: var(--Color, #B51D34);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border: 1px solid var(--Color-2, #B51D34);
}
.fy ul li .cur{
	background: var(--Color, #B51D34);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border: 1px solid var(--Color-2, #B51D34);
}
.cplm{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.cplm ul{
	display: flex;
	flex-wrap: wrap;
}
.cplm ul li{
	width:auto;
	margin-right:0.62rem;
	display: flex;
	flex-wrap: wrap;
}
.cplm ul li a{
	border: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.0rem 4.0rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-family: zt4;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cplm ul li a:hover{
	background: var(---Gray-6, #F2F2F2);
	border:1px solid var(---Gray-6, #F2F2F2);
}
.cplm ul li a.cur{
	background: var(---Gray-6, #F2F2F2);
	border:1px solid var(---Gray-6, #F2F2F2);
}
.ntit{
	width:100%;
	float:left;
	margin-top:5.0rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.cptex{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.cptex img{
	max-width:100%;
}
.dyue{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:5.0rem;
	margin-bottom: 5rem;
	float:left;
}
.dyue .a01{
	width:49%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dyue .a01 a{
	padding: 1.25rem 0rem;
	width:100%;
	background: var(--Color, #B51D34);
	display:flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.dyue .a01 a::after{
	width: 1.5rem;
	height: 1.5rem;
	margin-left:1.25rem;
	display:inline-block;
	content:'';
	background-image:url(../img/Download2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.dyue .a02{
	width:49%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dyue .a02 .b01{
	width:66%;
	padding: 1.25rem 0rem;
	border: 1px solid var(--Color, #B51D34);
	display:flex;
	align-items: center;
	justify-content: center;
	color: var(--Color, #B51D34);
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.dyue .a02 .b01::after{
	width: 1.5rem;
	height: 1.5rem;
	margin-left:1.25rem;
	display:inline-block;
	content:'';
	background-image:url(../img/Download.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.dyue .a02 .b02{
	width:33%;
	background: var(--Color, #B51D34);
	display:flex;
	align-items: center;
	justify-content: center;
	background: var(--Color, #B51D34);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.subNavBox{
	width:100%;
	float:left;
	margin-top:0.62rem; 
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer;
	text-align:left; 
	border-bottom:1px solid #E0E0E0;
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom:1.88rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-top:1.88rem;
}
.subNav i{
	margin-right:2.5rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.subNav div{
	display:flex;
	align-items: center;
}
.subNav::after{
	width:1.3rem;
	height:1.3rem;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.currentDd{
	border-bottom:0px;
}
.currentDd::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	padding-bottom:1.88rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	border-bottom:1px solid #E0E0E0;
}

.hylist{
	width:100%;
	float:left;
	margin-top:4.875rem;
}

.hylist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hylist.show ul li{
	background: var(---Gray-6, #F2F2F2);
}
.hylist.show ul li .xtb{
	width:8.5rem;
	height:8.5rem;
	top:calc(50% - 4.25rem);
	left:calc(50% - 4.25rem);
}
.hylist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: var(---white, #FFF);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
	position:relative;
}
.hylist ul li .xtb{
	width:6.0rem;
	height:6.0rem;
	display:flex;
	position:absolute;
	top:calc(50% - 3.0rem);
	left:calc(50% - 3.0rem);
	z-index:2;
}
.hylist ul li .tex{
	width:50%;
	padding:0 8.3vw;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.hylist ul li .tex dl dt{
	color: var(--Color, #B51D34);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.hylist ul li .tex dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.hylist ul li .pic{
    position: relative;     /* 为图片定位提供基准 */
    overflow: hidden;       /* 隐藏溢出部分 */
	width:50%;
}
.hylist ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.ntit2{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.ntit2 dl dt{
	color: var(--Color, #B51D34);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
	text-align:center;
}
.ntit2 dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	text-align:center;
}
.ntit2 .sm{
	display:flex;
	justify-content:center;
	margin-top:2.5rem;
}
.ntit2 .sm div{
	width:88%;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}

.prolist2{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.prolist2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist2 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:6.25rem;
}
.prolist2 ul li .tex{
	width:46.8%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.prolist2 ul li .tex dl dt{
	color: var(--Color, #B51D34);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.prolist2 ul li .tex dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.prolist2 ul li .pic{
	width:40.8%;
	overflow:hidden;
}
.prolist2 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.prolist2 ul li .pic:hover img{
	transform: scale(1.05);
}

.xzlist{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.xzlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xzlist ul li{
	width:49.1%;
	padding:2.3rem 2.5rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:1.25rem;
}
.xzlist ul li .a01{
	width:calc(100% - 60px);
	display: flex;
	align-items: center;
}
.xzlist ul li .a01 img{
	margin-right:2.5rem;
	max-height:3.875rem;
}
.xzlist ul li .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	font-family: zt2;
	line-height: normal;
}
.xzlist ul li .a01 dl dd{
	margin-top:0.56rem;
	color: var(---999, #999);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}


/* From Uiverse.io by ZAKARIAE48CHELLE */ 
.Btn {
  width: 50px;
  height: 50px;
  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, #B51D34);
}

.icon2 {
  width: 18px;
  height: 5px;
  border-bottom: 2px solid var(--Color, #B51D34);
  border-left: 2px solid var(--Color, #B51D34);
  border-right: 2px solid var(--Color, #B51D34);
}

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

.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, #B51D34);
  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;
  }
}

.newlist{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newlist ul li{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-bottom:2.5rem;
	margin-top:2.5rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .a01{
	width:auto;
	max-width:80%;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}
.newlist ul li .a01 i{
	padding: 0.5rem 1rem;
	border-radius: 6.25rem;
	border: 1px solid var(--Color, #B51D34);
	color: var(--Color, #B51D34);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:5.84rem;
}
.newtit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	padding-bottom:2.5rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.newdate{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.newtex{
	width:100%;
	float:left;
	display:flex;
	margin-top:4.0rem;
}
.newtex div{
	width:69.3%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}

.newnext{
	width:100%;
	float:left;
	margin-top:3.75rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
}
.newnext ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newnext ul li{
	width:100%;
	padding:2.0rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.newnext ul li .a01{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.jswrap{
	width:59.3%;
	float:left;
}
.jswrap01{
	width:100%;
	float:left;
}
.jswrap01 ul li{
	width:100%;
	margin-top:1.25rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.jswrap01 ul li .a01{
	width:13%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.jswrap01 ul li .a01 i{
	color: var(--Color, #B51D34);
	margin-right:0.62rem;
}
.jswrap01 ul li .a02{
	width:41%;
	margin-left:1.0rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.anniu{
	width:49%;
	padding: 1rem 0rem;
	border: 1px solid var(--Color, #B51D34);
	background: var(---white, #FFF);
	cursor:pointer;
	color: var(--Color, #B51D34);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: zt4;
}
.zxjstit{
	width:100%;
	float:left;
	margin-top:3.75rem;
	color: var(---333, #333);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
	padding-bottom:1.62rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.abtit{
	width:100%;
	float:left;
	margin-top:6.25rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.abtit .abt{
	max-width:38%;
}
.abtit .abt dl dt{
	color: var(--Color, #B51D34);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.abtit .abt dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.abtit .a01{
	width:44.4%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.abtit .a02{
	width:51.6%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.abtit .a02 .aby{
	width:auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.abtit .a02 .aby::before{
	width:2.0rem;
	height:4.8rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.abtit .a02 .aby::after{
	width:2.0rem;
	height:4.8rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
.abtit .a02 .aby dl{
	margin-left:0.77rem;
	margin-right:0.77rem;
}
.abtit .a02 .aby dl dt{
	color: var(--Color, #B51D34);
	text-align: center;
	font-family: zt2;
	font-size: 2.82356rem;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
}
.abtit .a02 .aby dl dd{
	color: var(---333, #333);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.line{
	width:100%;
	float:left;
	height:1px;
	margin-top:6.25rem;
	background: #E0E0E0;
}
.abtex{
	width:100%;
	float:left;
	margin-top:6.25rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.ablist{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.ablist ul{
	display: flex;
	flex-wrap: wrap;
}
.ablist ul li{
	width:calc(33.6% - 2.5rem);
	margin-right:2.5rem;
	margin-top:2.5rem;
	/*border: 1px solid var(---Gray-5, #E0E0E0);*/
	background:#F2F2F2;
	padding:2.78rem 1.8rem;
}
.ablist ul li:hover{
	border: 0px solid var(--Color, #B51D34);
}
.ablist ul li:nth-child(3n){
	margin-right:0px;
}
.ablist ul li .pic{
	overflow:hidden;
	text-align:center;
}
.ablist ul li dl dt{
	color: var(---333, #333);
	text-align: center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-transform: capitalize;
	margin-top:2.5rem;
}
.ablist ul li dl dd{
	margin-top:1.25rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
	padding:0 3.0rem;
}
.abpic{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.abpic img{
	width:100%;
	height:auto;
	display:block;
}
.honr{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.honr ul{
	display: flex;
	flex-wrap: wrap;
}
.honr ul li{
	width:calc(20% - 1.25rem);
	background: var(---Gray-6, #F2F2F2);
	padding:3.0rem 1.48rem;
	padding-bottom:2.25rem;
	margin-top:2.5rem;
	margin-right:1.25rem;
}
.honr ul li:nth-child(5n){
	margin-right:0px;
}
.honr ul li dl dt{
	padding-bottom:3.0rem;
	border-bottom:1px solid #E0E0E0;
	text-align:center;
}
.honr ul li dl dt img{
	max-width:100%;
}
.honr ul li dl dd{
	margin-top:1.56rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align:center;
	justify-content:center;
}
.honr ul li dl dd::after{
	width: 1.75rem;
	height: 1.75rem;
	content:'';
	display:inline-block;
	background-image:url(../img/ss.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.kzlist{
	width:100%;
	float:left;
}
.kzlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kzlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kzlist ul li .tex{
	width:44.4%;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.kzlist ul li .tex dl dt{
	color: var(--Color, #B51D34);
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.kzlist ul li .tex dl dd{
	margin-top:0.94rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:2.5rem;
}
.kzlist ul li .pic{
	width:50%;
	overflow:hidden;
}
.kzlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.kzlist ul li .pic:hover img{
	transform: scale(1.05);
}

.zklist2{
	width:100%;
	float:left;
	margin-top:5.0rem;
}
.zklist2 ul{
	display: flex;
	flex-wrap: wrap;
}
.zklist2 ul li{
	width:calc(33.33% - 1.25rem);
	margin-right:1.25rem;
	margin-top:1.25rem;
	background: var(---Gray-6, #F2F2F2);
	padding:1.88rem;
}
.zklist2 ul li:nth-child(3n){
	margin-right:0px;
}
.zklist2 ul li dl dt{
	overflow:hidden;
}
.zklist2 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.zklist2 ul li:hover dl dt img{
	transform: scale(1.05);
}
.zklist2 ul li dl dd{
	margin-top:1.93rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.fzlist{
	width:100%;
	float:left;
	margin-top:6.25rem;
}
.fzlist ul{
	display: flex;
	flex-wrap: wrap;
}
.fzlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: var(---Gray-6, #F2F2F2);
}
.fzlist ul li .tex{
	width:50%;
	padding:3.75rem;
}
.fzlist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.fzlist ul li .tex dl dd{
	margin-top:2.94rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.fzlist ul li .pic{
    position: relative;     /* 为图片定位提供基准 */
    overflow: hidden;       /* 隐藏溢出部分 */
	width:50%;
}
.fzlist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.hzlist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.hzlist ul{
	display: flex;
	flex-wrap: wrap;
}
.hzlist ul li{
	width:calc(16.7% - 0.62rem);
	margin-right:0.62rem;
	margin-top:2.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	height: 7.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.hzlist ul li:nth-child(6n){
	margin-right:0px;
}
.hzlist ul li a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.hzlist ul li img{
	max-width:100%;
}

.subNavBox4{
	width:100%;
	float:left;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	display: flex;
	justify-content: space-between;
	align-items:center;
	CURSOR: pointer; 
	text-align:left;
	background-color:#FFF;
	font-size:1.0rem;
	padding:3.16rem 2.5rem;
	margin-top:2.5rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.subNav4 dl{
	width:100%;
}
.subNav4 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.subNav4 dl dd{
	margin-top:2.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items:center;
	justify-content: space-between;
}
.subNav4 dl dd .a01{
	width:auto;
	display: flex;
	align-items:center;
}
.subNav4 dl dd .a01 div{
	margin-right:1.62rem;
}

.subNav4:hover{float:left; }
.currentDd4{
	background: #B51D34;
	color:#FFF;
}
.currentDd4 dl dt{
	color:#FFF;
}
.currentDd4 dl dd{
	color:#FFF;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:2.5rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	background: var(---Gray-6, #F2F2F2);
}
.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;
	font-weight: 500;
	line-height: normal;
	width:8.0rem;
	margin-top:0.3rem;
}
.navContent4 dl dd{
	width:calc(100% - 8.0rem);
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.red{
	padding: 1.125rem 2.625rem 1.125rem 3.75rem;
	border-radius: 3.75rem;
	background: var(--Color, #B51D34);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
	letter-spacing: 0.13125rem;
}
.line{
	margin-top:3.0rem;
	margin-bottom:1.0rem;
	background: rgba(0, 0, 0, 0.10);
	height:1px;
	width:100%;
	display:flex;
}
.hidden{ display: none;}
.moreload3{
	width: 100%;
	float:left;
	margin-top:1.25rem;
}
.moreload3 ul.list{overflow: hidden;}
.moreload3 ul.list li{
	width:100%;
	float: left;
	overflow: hidden;
}
.moreload3 .more{
	overflow: hidden;
	text-align: center;
	margin-top:3.75rem;
}
.moreload3 .more a{
	display: block;
	width: 100%; 
	height:3.75rem;
	margin:0 auto;
	background: var(--Color, #B51D34);
	text-align:center;
	line-height:3.75rem;
	
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
}
.moreload3 .more a:hover{
	text-decoration: none;
	color: #fff;
}

.inlx{
	width:100%;
	float:left;
	margin-top:5.0rem;
	padding: 5rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inlx .a01{
	width:auto;
	max-width:21%;
}
.inlx .a01 .pic{
	overflow:hidden;
}
.inlx .a01 .pic img{
	max-width:4.25rem;
}
.inlx .a01 dl dt{
	margin-top:1.88rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.inlx .a01 dl dd{
	margin-top:1.88rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inlx .sx{
	width:1px;
	background:#E0E0E0;
}



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


















.mart8{
	margin-top:8.75rem;
}
.mart6{
	margin-top:6.25rem;
}
.mart0{
	margin-top:0rem;
}
.mart4{
	margin-top:4.19rem;
}
.mart5{
	margin-top:5rem;
}
.mart3{
	margin-top:3.75rem;
}
.mart2{
	margin-top:2.5rem;
}

.w100{
	width:100%;
}
.fl{
	float:left;
}
.pc{
	display: block;
}
.moblie{
	display: none;
}
.header2{
	display: none;
}

.dingw{ width:100%; float:left; margin-top:-120px;}

}


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










}

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


.cplb ul li dl dd a{
	padding:1.0rem 1.5rem;
}
.abtit .abt dl dd{
	font-size:2.0rem;
	margin-top:0.54rem;
}
.abtit .abt dl dt{
	font-size:1.25rem;
}






	
}

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

.main{
	padding:0 5.2vw;
}
.header.yanse .intop{
	padding:0 5.2vw;
}
.inban .tex dl dt{
	font-size:2.0rem;
}
.inban .tex dl dd{
	font-size:1.0rem;
}
.arrow::before{
	height:6.0rem;
}
.jstit dl dt{
	font-size:1.0rem;
}
.jstit dl dd{
	font-size:2.0rem;
}
.injs .tex ul li .subtex .pic img{
	max-width:4.0rem;
}
.injs .tex ul li .subtex dl dt{
	margin-top:2.0rem;
	font-size:1.0rem;
}
.injs .tex ul li .subtex dl dd{
	font-size:0.75rem;
}
.nybanner .tex{
	top:20%;
	font-size:2.0rem;
}
.zlm ul li a{
	height:3.0rem;
}
.hylist ul li .tex dl dt{
	font-size:1.25rem;
}
.hylist ul li .tex dl dd{
	margin-top:0.54rem;
	font-size:2.0rem;
	margin-bottom:2.0rem;
}
.hylist ul li .tex{
	font-size:0.875rem;
}
.ntit2 dl dt{
	font-size:1.25rem;
}
.ntit2 dl dd{
	font-size:2.0rem;
}
.prolist2 ul li .tex dl dt{
	font-size:1.25rem;
}
.prolist2 ul li .tex dl dd{
	margin-top:0.54rem;
	margin-bottom:2.0rem;
	font-size:2.0rem;
}
.prolist2 ul li .tex{
	font-size:0.875rem;
}
.intit2 dl dt{
	font-size:1.25rem;
}
.intit2 dl dd{
	margin-top:0.54rem;
	font-size:2.0rem;
}
.xzlist ul li .a01 dl dt{
	font-size:1.0rem;
}
.xzlist ul li .a01 img{
	margin-right:1.5rem;
}
.xzlist ul li{
	padding:1.5rem;
}
.newlist ul li .a01 i{
	margin-right:2.0rem;
}
.newlist ul li .a01{
	font-size:1.25rem;
}
.newtit{
	font-size:1.875rem;
}
.newpro ul li .tex dl dt{
	font-size:1.25rem;
}
.jswrap{
	width:85%;
}
.jswrap01 ul li .a01{
	width:16%;
}
.jswrap01 ul li .a02{
	width:38%;
}
.ablist ul li dl dd{
	padding:0 1.0rem;
}
.abtit .abt dl dd{
	font-size:2.0rem;
}
.abtit .abt dl dt{
	font-size:1.25rem;
}
.kzlist ul li .tex dl dt{
	font-size:1.25rem;
}
.kzlist ul li .tex dl dd{
	font-size:2.0rem;
	margin-top:0.54rem;
	margin-bottom:2.0rem;
}
.kzlist ul li .tex{
	font-size:0.875rem;
}
.fzlist ul li .tex{
	padding:2.0rem;
}
.fzlist ul li .tex dl dt{
	font-size:1.5rem;
}
.fzlist ul li .tex dl dd{
	margin-top:1.5rem;
	font-size:0.75rem;
}
.hzlist ul li{
	height:5.0rem;
}












.mart4{
	margin-top:2.0rem;
}
.mart5{
	margin-top:3.0rem;
}



	
}





@media (max-width:999px) {


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

.header2{ 
	width:100%; 
	float:left; 
	height:4.875rem; 
	line-height:4.875rem;
	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:4.875rem; 
	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:4.875rem; 
	height:4.875rem; 
	position:absolute; 
	z-index:11; 
	left:0%; 
	top:0; 
	text-align:center;
}
.nav-bar2 img{ 
	max-width:100%; 
	max-height:4.875rem; 
	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:4.875rem;
	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:4.875rem;
	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:4.875rem; 
	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 8.33vw;
}

.inban{
	width:100%;
	float:left;
	position:relative;
	margin-top:4.875rem;
}
.inban img{
	width:100%;
	height:auto;
	display:block;
}
.inban .tex{
	width:100%;
	position:absolute;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	display:flex;
	justify-content: center;
	align-items: center;
}
.inban .tex dl{
	width:80%;
}
.inban .tex dl dt{
	color: var(---white, #FFF);
	font-family: zt5;
	text-align:center;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 5.4rem */
	text-transform: capitalize;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.50);
}
.inban .tex dl dd{
	margin-top:0.5rem;
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: capitalize;
	font-family: zt6;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.50);
}
.prolist{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.prolist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist ul li .tex{
	width:100%;
	padding:2.0rem 0;
}
.prolist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.prolist ul li .tex dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.prolist ul li .pic{
	width:100%;
	overflow:hidden;
}
.prolist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.prolist ul li .pic:hover img{
	transform: scale(1.05);
}

.inmore{
	display:flex;
}
.inmore a{
	height: 2.5rem;
	padding: 0rem 2.25rem;
	background: var(--Color, #B51D34);
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:flex;
	align-items: center;
	font-family: zt4;
}
.inmore a::after{
	width: 0.5rem;
	height: 1rem;
	content:'';
	display:inline-block;
	margin-left:0.5rem;
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.hs a{
	background: var(---Gray-6, #F2F2F2);
	color: var(---333, #333);
}
.inmore.hs a::after{
	background-image:url(../img/arrow3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore.hs a:hover{
	background: var(--Color, #B51D34);
	color: var(---white, #FFF);
}
.inmore.hs a:hover::after{
	background-image:url(../img/arrow.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.inmore2{
	display:flex;
	justify-content:center;
}
.inmore2 a{
	width: 15.25rem;
	height: 2.5rem;
	background: var(---Gray-5, #E0E0E0);
	color: var(--Color, #B51D34);
	font-size: 1.0rem;
	font-family: zt4;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:flex;
	align-items: center;
	justify-content:center;
}
.inmore2 a::after{
	width: 0.5rem;
	height: 1rem;
	content:'';
	display:inline-block;
	margin-left:1.12rem;
	background-image:url(../img/arrow2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.intit{
	width:100%;
	float:left;
	margin-top:4rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.newpro{
	width:100%;
	float: left;
	margin-top:1.0rem;
}
.newpro ul{
	display: flex;
	flex-wrap: wrap;
}
.newpro ul li{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	margin-top:1.0rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newpro ul li a{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.newpro ul li:nth-child(3n){
	margin-right:0px;
}
.newpro ul li .pic{
	overflow:hidden;
	width:50%
}
.newpro ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.newpro ul li:hover .pic img{
	transform: scale(1.05);
}
.newpro ul li .tex{
	width:50%;
	padding:0.6rem 1.0rem;
}
.newpro ul li .tex h1{
	display:none;
}
.newpro ul li .tex h1 i{
	padding: 0.5625rem 1.25rem;
	background: var(--Color, #B51D34);
	color: var(---white, #FFF);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.newpro ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.newpro ul li .tex dl dd{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	margin-top:0.32rem;
}
.inpic{
	width:100%;
	float:left;
	margin-top:3.25rem;
	position:relative;
}
.inpic img{
	width:100%;
	height:auto;
	display:block;
}
.injs{
	width:100%;
	float:left;
	position:relative;
	margin-top:1.0rem;
}
.injs img{
	width:100%;
	height:auto;
	display:block;
}
.injs .tex{
	width:100%;
	float:left;
	padding:0 8.33vw;
	margin-top:1.0rem;
	margin-bottom:3.0rem;
}
.injs .tex ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.injs .tex ul li{
	width:100%;
	height: auto;
	display:flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.6s;
	background-color:#f2f2f2;
	padding:2.0rem 1.5rem;
	margin-top:1.0rem;
}
.injs .tex ul li .subtex{
	width:100%;
	display:flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.6s;
}
.injs .tex ul li .subtex .pic{
	overflow:hidden;
	display:flex;
	align-items: center;
	justify-content: center;
	width:4.0rem;
}
.injs .tex ul li .subtex .pic img{
	width:auto;
	max-width:4.0rem;
	display:inline-block;
}
.injs .tex ul li .subtex .a01{
	width:calc(100% - 5.0rem);
}
.injs .tex ul li .subtex dl dt{
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
}
.injs .tex ul li .subtex dl dd{
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
	text-transform: capitalize;
	transition: all 0.6s;
	color:#666;
	margin-top:1.0rem;
}
.injs .tex ul li .subtex .more{
	margin-top:1.0rem;
	display:flex;
	align-items: center;
	transition: all 0.6s;
}
.injs .tex ul li .subtex .more a{
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 1.125rem */
	text-transform: capitalize;
	display:flex;
	align-items: center;
}
.injs .tex ul li .subtex .more a::after{
	margin-left:0.56rem;
	width: 0.5rem;
	height: 1rem;
	content:'';
	display:inline-block;
	background-image:url(../img/arrow3.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}



.jstit{
	width:100%;
	float:left;
	padding:0 8.33vw;
	margin-top:2.0rem;
}
.jstit dl dt{
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.jstit dl dd{
	margin-top:0.54rem;
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}

.intit2{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.intit2 dl dt{
	color: var(--Color, #B51D34);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.intit2 dl dd{
	margin-top:0.54rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.baojia{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.baojia ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.baojia ul li{
	width:100%;
	margin-top:1.5rem;
}
.baojia ul li dl dt{
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.baojia ul li dl dd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:0.62rem;
}
.bgbk{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.5rem;
	outline:none;
	padding:0 1.0rem;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
	min-height:2.5rem;
}
.bgbk2{
	width:100%;
	border: 1px solid var(---Gray-5, #E0E0E0);
	line-height:2.0rem;
	outline:none;
	padding:0 1.0rem;
	color: var(---333, #333);
	font-family: zt3;
	font-size: 0.875rem;
	min-height:2.0rem;
}
.baojia ul li.w100{
	width:100%;
}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url("../img/xjt.svg") no-repeat scroll center right 10px transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding:5px 15px;
	padding-right:30px;
	background-size:0.5rem auto;
}
.baojia ul li:last-child{
	margin-top:2.5rem;
}

.foot{
	width:100%;
	float:left;
	margin-top:3.75rem;
	background: var(---Gray-6, #F2F2F2);
	padding-top:3.0rem;
}

.foot01{
	width:100%;
	float:left;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.intel{
	width:100%;
}
.intel h1{
	overflow:hidden;
}
.intel h1 img{
	max-width:50%;
}
.intel dl dt{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.intel dl dd{
	margin-top:0.44rem;
	padding-bottom:0.25rem;
	color: var(--Color, #B70F37);
	font-family: zt4;
	font-size: 2.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.dbdh{
	width: auto;
	min-width:51.9%;
	max-width:52%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	display:none;
}
.dbdh dl dt{
	padding-bottom:0.56rem;
	color: var(---333, #333);
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbdh dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.dbdh dl dd a{
	color: var(---666, #666);
}
.dbewm{
	width:100%;
	text-align:center;
	margin-top:3.0rem;
}
.dbewm dl dt{
	overflow:hidden;
}
.dbewm dl dt img{
	max-width:40%;
}
.dbewm dl dd{
	margin-top:0.62rem;
	color: var(---999, #999);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.foot02{
	width:100%;
	float:left;
	margin-top:3.44rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
	padding:1.5rem 8.33vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.foot02 a{
	margin-left:1.0rem;
}

.back{
	width: 2rem;
	height: 2rem;
	position:fixed;
	bottom:3.0rem;
	right:1.0rem;
	z-index:5;
	display:flex;
}
.back img{
	max-width:100%;
}
.nybanner{
	width:100%;
	float:left;
	margin-top:4.875rem;
	position:relative;
}
.nybanner img{
	width:100%;
	height:auto;
	display:block;
}
.nybanner .tex{
	width:100%;
	position:absolute;
	top:1.0rem;
	left:0;
	z-index:1;
	padding:0 8.33vw;
	color: var(---white, #FFF);
	font-family: "Microsoft YaHei";
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}
.nybanner .tex .jiandjs{
	margin-top:1.5rem;
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2;
	display:none;
}
.zlm{
	width:100%;
	float:left;
}
.zlm ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.zlm.w25 ul li{
	width:50%;
}
.zlm.w16 ul li{
	width:50%;
}
.zlm ul li{
	width:50%;
	border-right: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	border-bottom: 1px solid var(--30, rgba(255, 255, 255, 0.30));
	background: var(--10, rgba(0, 0, 0, 0.10));
	/* 0.4背景模糊 */
	backdrop-filter: blur(12.5px);
	display:flex;
	align-items: center;
	justify-content: center;
}
.zlm ul li:last-child{
	border-right:0px;
}
.zlm ul li a{
	width:100%;
	padding:1.0rem 0;
	height: auto;
	display:flex;
	align-items: center;
	justify-content: center;
	color:#333;
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.zlm ul li a:hover{
	background: var(--Color, #B51D34);
	color:#FFF;
}
.zlm ul li a.cur{
	background: var(--Color, #B51D34);
	color:#FFF;
}

.cpsm{
	width:100%;
	float:left;
	margin-top:1.5rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.cpsm.js{
	display:flex;
}
.cpsm div{
	width:100%;
}
.cplb{
	width:100%;
	float:left;
	margin-top:1.75rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	padding:1.0rem;
	padding-top:1.25rem;
}
.cplb ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cplb ul li{
	width:48%;
	border: 2px solid var(--Color, #FFF);
	background: var(---white, #FFF);
	padding:1.0rem;
	margin-top:1.25rem;
}
.cplb ul li:nth-child(3n){
	margin-right:0px;
}
.cplb ul li:hover{
	border: 2px solid var(--Color, #B51D34);
}
.cplb ul li:hover dl dt{
	margin-top:1.11rem;
}
.cplb ul li .pic{
	overflow:hidden;
	text-align: center;
}
.cplb ul li .pic img{
	max-width:100%;
}
.cplb ul li dl dt{
	margin-top:2.0rem;
	color: var(---333, #333);
	text-align: center;
	font-family: zt2;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
	transition: all 0.6s;
}
.cplb ul li dl dd{
	margin-top:1.0rem;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	opacity:0;
	transition: all 0.6s;
}
.cplb ul li:hover dl dd{
	opacity:1;
}
.cplb ul li dl dd a{
	width:100%;
	padding: 0.5rem 0;
	border: 1px solid var(--Color, #B51D34);
	margin-top:0.5rem;
	color: var(--Color, #B51D34);
	text-align: center;
	font-family: zt4;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cplb ul li dl dd a:hover{
	background: var(--Color, #B51D34);
	color:#FFF;
}

.fy{
	width:100%;
	float:left;
	margin-top:1.75rem;
}
.fy ul{
	display: flex;
	flex-wrap: wrap;
}
.fy ul.center{
	justify-content: center;
}
.fy ul li{
	width: 2.125rem;
	height: 2.125rem;
	display:flex;
	margin-left:2px;
	margin-right:2px;
	transition: all 0.6s;
}
.fy ul li a{
	width: 2.125rem;
	height: 2.125rem;
	text-align:center;
	font-size: 0.875rem;
	border-radius: 50%;
	line-height:2.125rem;
	font-family:'宋体';
	transition: all 0.6s;
	border: 1px solid var(---Gray-5, #E0E0E0);
	background: var(---white, #FFF);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);

}
.fy ul li a:hover{
	background: var(--Color, #B51D34);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border: 1px solid var(--Color-2, #B51D34);
}
.fy ul li .cur{
	background: var(--Color, #B51D34);
	/* Drop Shadow */
	box-shadow: 15px 20px 40px 0px rgba(0, 34, 63, 0.12);
	color:#FFF;
	border: 1px solid var(--Color-2, #B51D34);
}
.cplm{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.cplm ul{
	display: flex;
	flex-wrap: wrap;
}
.cplm ul li{
	width:auto;
	margin-right:0.2rem;
	display: flex;
	flex-wrap: wrap;
}
.cplm ul li a{
	border: 1px solid var(---Gray-5, #E0E0E0);
	padding:0.5rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.875rem;
	font-family: zt4;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cplm ul li a:hover{
	background: var(---Gray-6, #F2F2F2);
	border:1px solid var(---Gray-6, #F2F2F2);
}
.cplm ul li a.cur{
	background: var(---Gray-6, #F2F2F2);
	border:1px solid var(---Gray-6, #F2F2F2);
}
.ntit{
	width:100%;
	float:left;
	margin-top:2.0rem;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
	font-family: zt2;
}
.cptex{
	width:100%;
	float:left;
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	text-transform: capitalize;
}
.cptex img{
	max-width:100%;
}
.dyue{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:2.0rem;
	float:left;
}
.dyue .a01{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.dyue .a01 a{
	padding: 1.0rem 0rem;
	width:100%;
	background: var(--Color, #B51D34);
	display:flex;
	align-items: center;
	justify-content: center;
	color: var(---white, #FFF);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.dyue .a01 a::after{
	width: 1.0rem;
	height: 1.0rem;
	margin-left:1.0rem;
	display:inline-block;
	content:'';
	background-image:url(../img/Download2.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.dyue .a02{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top:1.0rem;
}
.dyue .a02 .b01{
	width:66%;
	padding: 1.0rem 0rem;
	border: 1px solid var(--Color, #B51D34);
	display:flex;
	align-items: center;
	justify-content: center;
	color: var(--Color, #B51D34);
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.dyue .a02 .b01::after{
	width: 1.0rem;
	height: 1.0rem;
	margin-left:1.0rem;
	display:inline-block;
	content:'';
	background-image:url(../img/Download.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.dyue .a02 .b02{
	width:33%;
	background: var(--Color, #B51D34);
	display:flex;
	align-items: center;
	justify-content: center;
	background: var(--Color, #B51D34);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.subNavBox{
	width:100%;
	float:left;
	margin-top:0.62rem; 
}
.subNav{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	CURSOR: pointer;
	text-align:left; 
	border-bottom:1px solid #E0E0E0;
	display:flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin-top:1.0rem;
}
.subNav i{
	margin-right:0.5rem;
	color: var(---999, #999);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.subNav div{
	display:flex;
	align-items: center;
}
.subNav::after{
	width:0.8rem;
	height:0.8rem;
	background-image:url(../img/jia.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	content:'';
	display:inline-block;
}
.currentDd{
	border-bottom:0px;
}
.currentDd::after{
	background-image:url(../img/jian.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.navContent{
	display: none;
	float:left; 
	width:100%;
	padding-bottom:1.88rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 1.75rem */
	border-bottom:1px solid #E0E0E0;
}

.hylist{
	width:100%;
	float:left;
	margin-top:4.875rem;
}

.hylist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hylist.show ul li{
	background: var(---Gray-6, #F2F2F2);
}
.hylist.show ul li .xtb{
	width:4.5rem;
	height:4.5rem;
	bottom:-2.25rem;
	left:calc(50% - 2.25rem);
}
.hylist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: var(---white, #FFF);
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.hylist ul li .xtb{
	width:3.0rem;
	height:3.0rem;
	display:flex;
	position:absolute;
	bottom:-1.5rem;
	left:calc(50% - 1.5rem);
	z-index:2;
}
.hylist ul li .tex{
	width:100%;
	padding:3.0rem 8.3vw;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
	position:relative;
}
.hylist ul li .tex dl dt{
	color: var(--Color, #B51D34);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.hylist ul li .tex dl dd{
	margin-top:0.54rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.5rem;
}
.hylist ul li .pic{
    position: relative;     /* 为图片定位提供基准 */
    overflow: hidden;       /* 隐藏溢出部分 */
	width:100%;
}
.hylist ul li .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.ntit2{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.ntit2 dl dt{
	color: var(--Color, #B51D34);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
	text-align:center;
}
.ntit2 dl dd{
	margin-top:0.54rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	text-align:center;
}
.ntit2 .sm{
	display:flex;
	justify-content:center;
	margin-top:2.5rem;
}
.ntit2 .sm div{
	width:100%;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}

.prolist2{
	width:100%;
	float:left;
	margin-top:2.5rem;
}
.prolist2 ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.prolist2 ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top:2.0rem;
}
.prolist2 ul li .tex{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
	margin-top:2.0rem;
}
.prolist2 ul li .tex dl dt{
	color: var(--Color, #B51D34);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.prolist2 ul li .tex dl dd{
	margin-top:0.54rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.5rem;
}
.prolist2 ul li .pic{
	width:100%;
	overflow:hidden;
}
.prolist2 ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.prolist2 ul li .pic:hover img{
	transform: scale(1.05);
}

.xzlist{
	width:100%;
	float:left;
	margin-top:1.5rem;
}
.xzlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.xzlist ul li{
	width:100%;
	padding:1.5rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top:1.0rem;
}
.xzlist ul li .a01{
	width:calc(100% - 60px);
	display: flex;
	align-items: center;
}
.xzlist ul li .a01 img{
	margin-right:1.5rem;
	max-height:2.875rem;
}
.xzlist ul li .a01 dl dt{
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 700;
	font-family: zt2;
	line-height: normal;
}
.xzlist ul li .a01 dl dd{
	margin-top:0.56rem;
	color: var(---999, #999);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}


/* From Uiverse.io by ZAKARIAE48CHELLE */ 
.Btn {
  width: 50px;
  height: 50px;
  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, #B51D34);
}

.icon2 {
  width: 18px;
  height: 5px;
  border-bottom: 2px solid var(--Color, #B51D34);
  border-left: 2px solid var(--Color, #B51D34);
  border-right: 2px solid var(--Color, #B51D34);
}

.tooltip {
  position: absolute;
  right: 0px;
  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;
}

.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, #B51D34);
  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;
  }
}

.newlist{
	width:100%;
	float:left;
	margin-top:3.75rem;
}
.newlist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:1.5rem;
	margin-top:1.5rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.newlist ul li .a01{
	width:auto;
	max-width:70%;
	color: var(---333, #333);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	text-transform: capitalize;
	display: flex;
	align-items: center;
}
.newlist ul li .a01 i{
	padding: 0.5rem 1rem;
	border-radius: 6.25rem;
	border: 1px solid var(--Color, #B51D34);
	color: var(--Color, #B51D34);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-right:1.0rem;
	display:none;
}
.newtit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	padding-bottom:1.5rem;
	border-bottom:1px solid #E0E0E0;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.newdate{
	width:100%;
	float:left;
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: capitalize;
}
.newtex{
	width:100%;
	float:left;
	display:flex;
	margin-top:2.0rem;
}
.newtex div{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}

.newnext{
	width:100%;
	float:left;
	margin-top:2.5rem;
	border-top:1px solid rgba(0, 0, 0, 0.10);
}
.newnext ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.newnext ul li{
	width:100%;
	padding:1.0rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-bottom:1px solid rgba(0, 0, 0, 0.10);
}
.newnext ul li .a01{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	max-width:80%;
}
.jswrap{
	width:100%;
	float:left;
}
.jswrap01{
	width:100%;
	float:left;
}
.jswrap01 ul li{
	width:100%;
	margin-top:1.25rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.jswrap01 ul li .a01{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display: flex;
	align-items: center;
}
.jswrap01 ul li .a01 i{
	color: var(--Color, #B51D34);
	margin-right:0.62rem;
}
.jswrap01 ul li .a02{
	width:45%;
	margin-left:0.5rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top:0.5rem;
}
.anniu{
	width:100%;
	padding: 0.5rem 0rem;
	border: 1px solid var(--Color, #B51D34);
	background: var(---white, #FFF);
	cursor:pointer;
	color: var(--Color, #B51D34);
	text-align: center;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	font-family: zt4;
	margin-bottom:0.5rem;
}
.zxjstit{
	width:100%;
	float:left;
	margin-top:2.5rem;
	color: var(---333, #333);
	font-size: 1.2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
	padding-bottom:1.0rem;
	border-bottom: 1px solid var(---Gray-5, #E0E0E0);
}
.abtit{
	width:100%;
	float:left;
	margin-top:3.25rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.abtit .abt{
	max-width:100%;
}
.abtit .abt dl dt{
	color: var(--Color, #B51D34);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.abtit .abt dl dd{
	margin-top:0.54rem;
	color: var(---333, #333);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.abtit .a01{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
	margin-top:2.0rem;
}
.abtit .a02{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.abtit .a02 .aby{
	width:auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top:2.0rem;
}
.abtit .a02 .aby::before{
	width:1.0rem;
	height:2.8rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.abtit .a02 .aby::after{
	width:1.0rem;
	height:2.8rem;
	content:'';
	display:inline-block;
	background-image:url(../img/Union.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	transform:rotate(180deg);
}
.abtit .a02 .aby dl{
	margin-left:0.77rem;
	margin-right:0.77rem;
}
.abtit .a02 .aby dl dt{
	color: var(--Color, #B51D34);
	text-align: center;
	font-family: zt2;
	font-size: 2.0rem;
	font-style: normal;
	line-height: normal;
	text-transform: uppercase;
}
.abtit .a02 .aby dl dd{
	color: var(---333, #333);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.line{
	width:100%;
	float:left;
	height:1px;
	margin-top:3.25rem;
	background: #E0E0E0;
}
.abtex{
	width:100%;
	float:left;
	margin-top:2.0rem;
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.ablist{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.ablist ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ablist ul li{
	width:48%;
	margin-top:1.0rem;
	border: 0px solid var(---Gray-5, #E0E0E0);
	background:#F2F2F2;
	padding:1.0rem;
}
.ablist ul li:hover{
	border: 0px solid var(--Color, #B51D34);
}
.ablist ul li:nth-child(3n){
	margin-right:0px;
}
.ablist ul li .pic{
	overflow:hidden;
	text-align:center;
}
.ablist ul li .pic img{
	max-height:2.5rem;
}
.ablist ul li dl dt{
	color: var(---333, #333);
	text-align: center;
	font-size: 1.0rem;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	text-transform: capitalize;
	margin-top:1.0rem;
}
.ablist ul li dl dd{
	margin-top:0.5rem;
	color: var(---333, #333);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 1.8rem */
	text-transform: capitalize;
}
.abpic{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.abpic img{
	width:100%;
	height:auto;
	display:block;
}
.honr{
	width:100%;
	float:left;
	margin-top:2.0rem;
}
.honr ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.honr ul li{
	width:48%;
	background: var(---Gray-6, #F2F2F2);
	padding:2.0rem 1.0rem;
	padding-bottom:2.25rem;
	margin-top:1.0rem;
}
.honr ul li:nth-child(5n){
	margin-right:0px;
}
.honr ul li dl dt{
	padding-bottom:2.0rem;
	border-bottom:1px solid #E0E0E0;
	text-align:center;
}
.honr ul li dl dt img{
	max-width:100%;
}
.honr ul li dl dd{
	margin-top:1.0rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: var(---333, #333);
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.honr ul li dl dd::after{
	width: 1.0rem;
	height: 1.0rem;
	content:'';
	display:inline-block;
	background-image:url(../img/ss.svg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}

.kzlist{
	width:100%;
	float:left;
}
.kzlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kzlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.kzlist ul li .tex{
	width:100%;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.8rem */
	text-transform: capitalize;
}
.kzlist ul li .tex dl dt{
	color: var(--Color, #B51D34);
	font-size: 1.0rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 2.7rem */
	text-transform: uppercase;
}
.kzlist ul li .tex dl dd{
	margin-top:0.54rem;
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
	margin-bottom:1.5rem;
}
.kzlist ul li .pic{
	width:100%;
	overflow:hidden;
	margin-top:2.0rem;
}
.kzlist ul li .pic img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.kzlist ul li .pic:hover img{
	transform: scale(1.05);
}

.zklist2{
	width:100%;
	float:left;
	margin-top:1.0rem;
}
.zklist2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.zklist2 ul li{
	width:48%;
	margin-top:1.0rem;
	background: var(---Gray-6, #F2F2F2);
	padding:1.0rem;
}
.zklist2 ul li:nth-child(3n){
	margin-right:0px;
}
.zklist2 ul li dl dt{
	overflow:hidden;
}
.zklist2 ul li dl dt img{
	width:100%;
	height:auto;
	display:block;
	transition: all 0.6s;
}
.zklist2 ul li:hover dl dt img{
	transform: scale(1.05);
}
.zklist2 ul li dl dd{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.fzlist{
	width:100%;
	float:left;
	margin-top:3.25rem;
}
.fzlist ul{
	display: flex;
	flex-wrap: wrap;
}
.fzlist ul li{
	width:100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	background: var(---Gray-6, #F2F2F2);
}
.fzlist ul li .tex{
	width:100%;
	padding:2.0rem;
}
.fzlist ul li .tex dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-transform: capitalize;
}
.fzlist ul li .tex dl dd{
	margin-top:1.5rem;
	color: var(---333, #333);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 180%; /* 1.575rem */
}
.fzlist ul li .pic{
    position: relative;     /* 为图片定位提供基准 */
    overflow: hidden;       /* 隐藏溢出部分 */
	width:100%;
}
.fzlist ul li .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;      /* 关键属性：保持比例填充容器 */
    display: block;         /* 消除图片底部间隙 */
}

.hzlist{
	width:100%;
	float:left;
	margin-top:1.25rem;
}
.hzlist ul{
	display: flex;
	flex-wrap: wrap;
}
.hzlist ul li{
	width:calc(33.33% - 0.62rem);
	margin-right:0.62rem;
	margin-top:1.0rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
	height: 3.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.hzlist ul li:nth-child(6n){
	margin-right:0px;
}
.hzlist ul li a{
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
}
.hzlist ul li img{
	max-width:100%;
}

.subNavBox4{
	width:100%;
	float:left;
}
.subNav4{
	width:100%; 
	float:left; 
	HEIGHT: auto;
	display: flex;
	justify-content: space-between;
	align-items:center;
	CURSOR: pointer; 
	text-align:left;
	background-color:#FFF;
	font-size:1.0rem;
	padding:1.0rem;
	margin-top:1.0rem;
	border: 1px solid var(---Gray-5, #E0E0E0);
}
.subNav4 dl{
	width:100%;
}
.subNav4 dl dt{
	color: var(---333, #333);
	font-family: zt2;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.subNav4 dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: flex;
	align-items:center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.subNav4 dl dd .a01{
	width:auto;
	display: flex;
	align-items:center;
	flex-wrap: wrap;
}
.subNav4 dl dd .a01 div{
	margin-right:1.0rem;
}

.subNav4:hover{float:left; }
.currentDd4{
	background: #B51D34;
	color:#FFF;
}
.currentDd4 dl dt{
	color:#FFF;
}
.currentDd4 dl dd{
	color:#FFF;
}
.navContent4{
	display: none;
	float:left; 
	width:100%; 
	padding:1.0rem;
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
	background: var(---Gray-6, #F2F2F2);
}
.navContent4 dl{
	display: flex;
	justify-content: space-between;
	width:100%;
	margin-top:1.5rem;
}
.navContent4 dl dt{
	color: var(---333, #333);
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	width:5.0rem;
	margin-top:0.3rem;
}
.navContent4 dl dd{
	width:calc(100% - 5.0rem);
	color: var(---666, #666);
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 400;
	line-height: 200%; /* 2rem */
}
.red{
	padding:0.5rem 1.0rem;
	border-radius: 3.75rem;
	background: var(--Color, #B51D34);
	color: var(---white, #FFF);
	text-align: center;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 400;
	line-height: 182.982%; /* 1.60113rem */
}
.line{
	margin-top:1.0rem;
	margin-bottom:1.0rem;
	background: rgba(0, 0, 0, 0.10);
	height:1px;
	width:100%;
	display:flex;
}
.hidden{ display: none;}
.moreload3{
	width: 100%;
	float:left;
	margin-top:1.25rem;
}
.moreload3 ul.list{overflow: hidden;}
.moreload3 ul.list li{
	width:100%;
	float: left;
	overflow: hidden;
}
.moreload3 .more{
	overflow: hidden;
	text-align: center;
	margin-top:2.0rem;
}
.moreload3 .more a{
	display: block;
	width: 100%; 
	height:2.5rem;
	margin:0 auto;
	background: var(--Color, #B51D34);
	text-align:center;
	line-height:2.5rem;
	
	color: var(---white, #FFF);
	font-family: zt2;
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 700;
}
.moreload3 .more a:hover{
	text-decoration: none;
	color: #fff;
}

.inlx{
	width:100%;
	float:left;
	margin-top:3.0rem;
	padding: 2rem;
	background: var(---Gray-6, #F2F2F2);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.inlx .a01{
	width:100%;
}
.inlx .a01 .pic{
	overflow:hidden;
}
.inlx .a01 .pic img{
	max-width:2.5rem;
}
.inlx .a01 dl dt{
	margin-top:1.0rem;
	color: var(---333, #333);
	font-family: zt4;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.inlx .a01 dl dd{
	margin-top:1.0rem;
	color: var(---666, #666);
	font-size: 1rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.inlx .sx{
	width:100%;
	height:1px;
	background:#E0E0E0;
	margin-bottom:2.0rem;
	margin-top:2.0rem;
}



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


















.mart8{
	margin-top:3.75rem;
}
.mart6{
	margin-top:3.25rem;
}
.mart0{
	margin-top:0rem;
}
.mart4{
	margin-top:2.0rem;
}
.mart5{
	margin-top:2rem;
}
.mart3{
	margin-top:1.75rem;
}
.mart2{
	margin-top:1.5rem;
}

.w100{
	width:100%;
}
.fl{
	float:left;
}

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



}
































