@charset "utf-8";
@import url(../js/wow/animate.css);
@import url(iconfont.css);

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*@font-face {
	font-family: 'harmonyOS_Light';
	src: url('../fonts/HarmonyOS/HarmonyOs_Sans_SC_Light.ttf') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'harmonyOS_Regular';font-weight: normal;
	src: url('../fonts/HarmonyOS/HarmonyOs_Sans_SC_Regular.ttf') format('woff');
	font-display: swap;
}
@font-face {
	font-family: 'montserrat_Medium';
	src: url('../fonts/MONTSERRAT/MONTSERRAT-MEDIUM.TTF') format('woff');
	font-display: swap;
}*/

html{-webkit-text-size-adjust:100%;font-size:5.2083333vw;overflow-x: hidden;}
html,body{height:100%;}
body{padding:0;margin:0;font-size:0.16rem;line-height:0.3rem; color:#000000; width:100%; zoom:1;font-family:'harmonyOS_Light',sans-serif;background:#fff;font-weight:lighter;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address,ol{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{font-family: 'harmonyOS_Light';font-weight:lighter; font-size:0.16rem; border-radius:0; -webkit-border-radius:0; color:#545454;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address,pre,time,menu{ padding: 0px;margin: 0; display: block;}
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
/*html5设置*/

figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%;max-height: 100%; border:none; border:0;display: inline-block;vertical-align: middle;}
a{ color:#000000; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);/*transition: all ease 0.3s;*/}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:var(--main-color);}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	border: 1px solid #eaeaea;
	background: #fff url(../images/selectarr.svg) no-repeat right 0.19rem center;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-left: 12px;
	padding-right: 0.5rem;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{width: 6px; height:6px;-webkit-overflow-scrolling : touch;background-color: #ebeced;}
::-webkit-scrollbar:hover{display: block;}
::-webkit-scrollbar-track{background: url(../images/scrollbartrack.gif) center top repeat-y;}
::-webkit-scrollbar-thumb{border-radius: 5px;background: #666 url(../images/scrollbg.png) center center no-repeat;}
::-webkit-scrollbar-button{height: 0px;width: 0;background-color: #ebeced;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
/* .show{ display:inline-block;vertical-align: middle;} */
.hide{ display:none;}
.block{ display:block;}
.clear{ clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{ content: ''; display: block; clear: both; height: 0; visibility: hidden;}
.clearfix{*zoom:1;}.relative{ position:relative;}
.bodyon{ overflow:hidden;}
.w1600{ z-index:1; position:relative; clear:both; max-width:16rem;width: 88%; margin:0px auto;}
.w1440{ z-index:1; position:relative; clear:both; max-width:14.4rem;width: 88%; margin:0px auto;}
.w1200{ z-index:1; position:relative; clear:both; max-width:12rem;width: 88%; margin:0px auto;}
.table{ display: table; width:100%;}
.table .row{ display: table-row;}
.table .cell{ display: table-cell; vertical-align: middle;}
.iblock{font-size:0;}
.iblock div,.iblock li{ display: inline-block; vertical-align: middle;font-size:16px;}
.ptb80{padding-top:0.8rem;padding-bottom:0.8rem;}
.pt80{padding-top:0.8rem;}
.pt70{padding-top:0.7rem;}
.pt60{padding-top:0.6rem !important;}
.pt50{padding-top:0.5rem !important;}
.pb50{padding-bottom:0.5rem !important;}
.pb80{padding-bottom:0.8rem !important;}
.pb0{padding-bottom:0 !important;}
.pt0{padding-top:0 !important;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;z-index: -10;left: 0;}
.relative{position: relative;}
.flex{display: flex;display: -ms-flexbox;}
.flexj{display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;}
.flexa{display: flex;display: -ms-flexbox;align-items: center;}
.flexja{display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;align-items: center;-ms-flex-align: center;}
.flexjaw{display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;align-items: center;-ms-flex-align: center;flex-wrap: wrap;-ms-flex-wrap: wrap;}
.flexjac{display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;align-items: center;-ms-flex-align: center;flex-direction: column;-ms-flex-direction: column;}
.flexjd{display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;flex-direction: column;-ms-flex-direction: column;}
.flexbwa{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;flex-wrap: wrap;-ms-flex-wrap: wrap;align-items: center;-ms-flex-align: center;}
.flexba{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;align-items: center;-ms-flex-align: center;}
.flexbw{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;flex-wrap: wrap;-ms-flex-wrap: wrap;}
.flexbwt{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;flex-wrap: wrap;-ms-flex-wrap: wrap;align-items: flex-start;}
.flexrw{display: flex;display: -ms-flexbox;justify-content:end;-ms-flex-pack: justify;flex-wrap: wrap;-ms-flex-wrap: wrap;}
.flexw{display: flex;display: -ms-flexbox;flex-wrap: wrap;-ms-flex-wrap: wrap;}
.flexaw{display: flex;display: -ms-flexbox;flex-wrap: wrap;-ms-flex-wrap: wrap;align-items: center;-ms-flex-align: center;}
.flexawt{display: flex;display: -ms-flexbox;flex-wrap: wrap;-ms-flex-wrap: wrap;align-items: flex-start;-ms-flex-align: flex-start;}
.flexjw{display: flex;display: -ms-flexbox;flex-wrap: wrap;-ms-flex-wrap: wrap;justify-content: center;-ms-flex-pack: center;}
.flexb{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;}
.flexjc{display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;flex-direction: column;-ms-flex-direction: column;}
.flex1{flex: 1;}

/*font*/
:root {
	--main-color:rgba(202,16,26,1);
	--main-color-op0:rgba(202,16,26,0);
	--main-color-op8:rgba(202,16,26,0.8);
	--main-color-op6:rgba(202,16,26,0.6);
	--main-color-op5:rgba(202,16,26,0.5);
	--main-color-op4:rgba(202,16,26,0.4);
	--main-color-op3:rgba(202,16,26,0.3);
	--main-color-op2:rgba(202,16,26,0.2);
	--f14: 0.14rem;
	--f16: 0.16rem;
	--f18: 0.18rem;
	--f20: 0.2rem;
	--f22: 0.22rem;
	--f24: 0.24rem;
	--f26: 0.26rem;
	--f28: 0.28rem;
	--f30: 0.30rem;
	--f32: 0.32rem;
	--f34: 0.34rem;
	--f36: 0.36rem;
	--f40: 0.40rem;
	--f44: 0.44rem;
	--f48: 0.48rem;
	--f52: 0.52rem;
	--f56: 0.56rem;
}

.f14{font-size: var(--f14);}
.f16{font-size: var(--f16);}
.f18{font-size: var(--f18);}
.f20{font-size: var(--f20);}
.f22{font-size: var(--f22);}
.f14{font-size: var(--f24);}
.f26{font-size: var(--f6);}
.f28{font-size: var(--f28);}

.fred{color: var(--main-color);}
.f000{color: #000;}
.f333{color: #333;}
.f555{color: #555;}
.f666{color: #666;}
.f999{color: #999;}
.ffff{color: #ffffff !important;}
.t_justify{text-align: justify;}

.f_light{font-family: 'harmonyOS_Light';font-weight:lighter;}
.f_regular,h1,h2,h3,h4,dt{font-family: 'harmonyOS_Regular';font-weight: normal;}

.l24{line-height: 0.24rem;}
.l26{line-height: 0.26rem;}
.l28{line-height: 0.28rem;}
.l32{line-height: 0.32rem;}
.l33{line-height: 0.33rem;}
.l34{line-height: 0.34rem;}
.l36{line-height: 0.36rem;}
.l38{line-height: 0.38rem;}
.l40{line-height: 0.40rem;}
.l48{line-height: 0.40rem;}
.iconfont{ font-size:0.24rem;display: inline-block;vertical-align: top;}
.tit{ display:block;	text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; overflow:hidden; width:100%;-webkit-line-clamp: 1;}
.dot1,.dot2,.dot3,.dot4,.dot5,.dot6,.dot7{overflow: hidden;word-break:normal;	text-overflow: ellipsis;	display: -webkit-box;	-webkit-box-orient: vertical;}
.dot1{-webkit-line-clamp: 1;}
.dot2{-webkit-line-clamp: 2;}
.dot3{-webkit-line-clamp: 3;}
.dot4{-webkit-line-clamp: 4;}
.dot5{-webkit-line-clamp: 5;}
.dot6{-webkit-line-clamp: 6;}
.dot7{-webkit-line-clamp: 7;}

/* input */
.mgc{position:relative;width:0.3rem;height:0.3rem;background-clip:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:-3px 0.05rem 0 0;vertical-align:middle;border-radius:3px;-webkit-transition:background-color .25s;transition:background-color .25s;background-color:#fff;border:1px solid #999;display:inline-block;}
.mgc:checked:after{content:'';position: absolute;left: 50%;top: 50%;width: 10px;height: 7px;background: url(../images/yes.svg) no-repeat center center/contain;transform: translate(-50%,-50%);}
.mgc:disabled{opacity:.65}
.mgc:focus{outline:none;box-shadow:inset 0 1px 1px rgba(255,255,255,0.075),0 0 2px #fff;color: #fff;}
.mgc:checked{background-color:var(--main-color);border-color:var(--main-color);}

.mgr{position:relative;width:0.3rem;height:0.3rem;background-clip:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:-3px 0.1rem 0 0;vertical-align:middle;border-radius:50%;-webkit-transition:background-color .25s;transition:background-color .25s;background-color:#fff;border:0.1rem solid #cbcbcb;display:inline-block;}
.mgr:checked{border-color: var(--main-color);}
.mgr:disabled{opacity:.65}
.mgr:focus{outline:none;box-shadow:inset 0 1px 1px rgba(255,255,255,0.075),0 0 2px #fff;color: #fff;}

@media ( max-width:1440px){
	html{font-size:6vw}
}
@media ( max-width:1024px){
body{min-width:300px;font-weight: normal;}
::-webkit-scrollbar{width: 5px; height:2px;}
:root {
--f48: 0.4rem;
--f56: 0.5rem;
}
}
@media (min-width:769px) and (max-width:1024px) {
	html{font-size: calc((100 / 1000) * 100 * 1vw);} 
}
@media (max-width:768px) {
	html{font-size: calc((100 / 750) * 100 * 1vw);} 
}
	@media (max-width:640px) {
		select,input,textarea,button{font-size: 14px;}
		body{font-size: 14px;line-height: 24px;}
		:root {
			--f14: 14px;
			--f16: 14px;
			--f18: 15px;
			--f20: 15px;
			--f22: 16px;
			--f24: 16px;
			--f26: 16px;
			--f28: 16px;
			--f30: 16px;
			--f32: 18px;
			--f34: 18px;
			--f36: 19px;
			--f40: 20px;
			--f48: 22px;
			--f44: 22px;
			--f52: 20px;
			--f56: 24px;
		}
		.l36,.l28,.l33,.l32,.l48,.l24,.l34,.l26{line-height: 24px;}
		.iconfont{font-size: 20px;}
		.ptb80{padding-top:0.65rem;padding-bottom:0.65rem;}
	.pt80{padding-top:0.65rem;}
	.pb80{padding-bottom:0.65rem;}

	.mgc{width: 15px;height: 15px;}
}


/*effict*/
.Scale-img {overflow: hidden; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {transition: transform 0.6s ease;transform: scale(1);}
.Scale-img:hover img {transform: scale(1.05);}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative;}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:100%; height:100%;object-fit: cover;}
.imgbox.auto img{ width:auto; height:auto;object-fit: contain;max-width: 100%;max-height: 100%;}

.itemhover{transition: all ease 0.3s;}
.activehover{-webkit-box-shadow: 0px 3px 18px 0px	rgba(0,0,0,0.08) !important;
	box-shadow: 0px 3px 18px 0px 	rgba(0,0,0,0.08) !important;
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);}
.itemhover2{transition: all ease 0.3s;}
.activehover2{
		-webkit-transform: translate3d(0, -2px, 0);
		transform: translate3d(0, -2px, 0);}

.ico-zoom{display:flex;position: relative;align-items: center;justify-content: center;}
.ico-zoom img {position: absolute;z-index: 2;}
.ico-zoom .i1 {transition: 400ms;}
.ico-zoom .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}	
.li:hover .ico-zoom .i2,.li.on .ico-zoom .i2,.item:hover .ico-zoom .i2,.item.slick-current .ico-zoom .i2,.item.on .ico-zoom .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico-zoom .i1,.li.on .ico-zoom .i1,.item:hover .ico-zoom .i1,.item.slick-current .ico-zoom .i1,.item.on .ico-zoom .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}
		
.ico-rotate{display: flex;position: relative;transform-style: preserve-3d;align-items: center;justify-content: center;}
.ico-rotate img{transition: all 0.5s;vertical-align: top;}
.ico-rotate .i2{position: absolute;left: 50%;top: 50%;transform: rotateY(180deg) translate(-50%,-50%);opacity: 0;}
.item a:hover .ico-rotate .i1,.item.on .ico-rotate .i1{transform: rotateY(180deg);opacity: 0;}
.item a:hover .ico-rotate .i2,.item.on .ico-rotate .i2{transform: rotateY(0) translate(-50%,-50%);opacity: 1;}

.moreBtn{color: var(--main-color);background-color: transparent;font-family: 'harmonyOS_Regular';font-weight: normal;}
.moreBtn i{margin-right: 0.1rem;width: 0.3rem;height: 0.3rem;border-radius: 50%;border: 0.02rem solid var(--main-color);display: inline-block;vertical-align: middle;position: relative;transition: all 0.5s;}
.moreBtn i:before{height: 0.02rem;background-color: var(--main-color);content: "";position: absolute;top: 50%;margin-top: -1px;left: -0.16rem;transition: all 0.8s;}
.moreBtn i:nth-child(1){margin-left: -0.42rem;transform: scale(0.6);opacity: 0;}
.moreBtn i:nth-child(1):before{width: 0;}
.moreBtn i:nth-child(2){margin-right: 0.14rem;margin-left: 0.11rem;transform: translateX() scale(1);opacity: 1;}
.moreBtn i:nth-child(2):before{left: auto;right: -0.16rem;width: 0.3rem;}
.moreBtn.white {color: #fff !important;}
.moreBtn.white i{border-color: #fff;}
.moreBtn.white i:before{background-color: #fff;}
.item:hover .moreBtn{color: var(--main-color) !important;}
.item:hover .moreBtn.white{color: #fff !important;}
.item:hover .moreBtn i:nth-child(1){margin-right: 0.11rem;margin-left: 0.14rem;transform: scale(1);opacity: 1;}
.item:hover .moreBtn i:nth-child(1):before{width: 0.3rem;}
.item:hover .moreBtn i:nth-child(2){margin-left: 0;opacity: 0;transform: scale(0.6);margin-right: -0.42rem;}
.item:hover .moreBtn i:nth-child(2):before{width: 0;}

/*pages*/
.Pages{clear: both;text-align: center;position: relative;font-family: 'montserrat_Medium';display: flex;align-items: center;justify-content: center;padding-top: 3.125vw;}
.Pages .p_page,.Pages .num{display: flex;align-items: center;}
.Pages a{width: 0.5rem;height: 0.5rem;background:#f5f7f8;margin:0 0.1rem;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
.Pages a:hover,.Pages a.a_cur{color:var(--main-color);background-color:#fff;border: 0.02rem solid;border-color: var(--main-color);}
.Pages .arr {color: #fff;font-weight: bold;background-color: var(--main-color);}
.Pages .arr i{font-size: 19px;}
.Pages .jump {padding-left: 0.08rem;}
.Pages .i_text {width: 0.5rem;height: 0.5rem;line-height: 0.48rem;text-align: center;border: 1px solid #e5e5e5;margin: 0 0.1rem;border-radius: 50%;}
.Pages .i_button {width: 0.5rem;height: 0.5rem;border: 1px solid #e5e5e5;background:transparent;margin-left: 0.1rem;padding: 0;cursor: pointer;border-radius: 50%;}
.Pages .i_button:hover {background: var(--main-color);color: #fff;}
.Pages .none{border: 0.02rem solid #d3d8db !important;color: #d3d8db !important;cursor: auto;background-color: transparent;}

@media ( max-width:640px){
.Pages{line-height: 23px;}
.Pages a,.Pages .text{width: 25px;height: 25px;}
.Pages .go{width: 26px;height: 30px;}
.Pages a{margin: 0 2px;}
.Pages .iconfont{vertical-align: top;}
}
/*pages end*/


/*Top*/
.Header{position:fixed; width:100%; left:0; top:0;z-index:1000;transition: all 0.3s;color: #fff;}
.Header:after{left: 0;width: 100%;top: 0;height: 100%;background-color: #fff;content: "";position: absolute;transition: all 0.5s;opacity: 0;filter: blur(10px);}
.Header .auto{display: flex;align-items: center; height:0.8rem;position: relative;padding: 0 0.3rem;justify-content:space-between;z-index: 2;}
.Header .Logo {width: 2.67rem;height: 0.40rem;position: relative;}
.Header .Logo img{height: 0.41rem;transition: all 0.3s;position: absolute;left: 0;top: 0;}
.Header .Logo .cai{opacity: 0;}
.Header .Ver{position: relative;font-family: 'montserrat_Medium';font-size: var(--f18);margin-right: 0.4rem;}
.Header .Ver dt{cursor: pointer;}
.Header .Ver dt:before{width: 20px;height: 20px;border-radius: 50%;display: inline-block;vertical-align: middle;margin:-4px 8px 0 0;border:1px solid #fff;background:url(../images/diqiu_white.gif) no-repeat center center/128%;content: "";}
.Header .Ver dd{position: absolute;left: 50%;top: 150%;width: 120px;box-shadow: 0 5px 10px rgba(0,0,0,0.1);background-color:#fff;text-align: center;transform: translateX(-50%);border-radius: 5px;opacity: 0;visibility: hidden;z-index: -1;transition: all 0.3s;}
.Header .Ver dd a{display: block;line-height: 35px;}.Header .Ver dd a:hover{color:var(--main-color);}
.Header .Ver.on dd{opacity: 1;z-index: 10;top: 120%;visibility: visible;}
.Searchico{cursor:pointer;margin: 0 0 0 0.4rem;position: relative;padding-top: 2px;}
.Searchico:hover{color: var(--main-color);}
.Searchico .icongb{ display:none;}
.Searchico.on .icongb{ display:block;}
.Searchico.on .iconso{ display:none;}
.searchbox{width:100%;position: absolute;line-height: 35px;opacity: 0;visibility: hidden;z-index: -1;top: 120%;transition: all 0.3s;text-align: left;width: 3.5rem;padding: 12px;background-color: #fff;box-shadow: 0 10px 10px rgba(0,0,0,0.1);right: 0;}
.searchbox .input{width:calc(100% - 70px); height:46px; line-height:46px; text-indent:1em;font-size: 14px;background: #eee;}
.searchbox .input::-webkit-input-placeholder{color:#999;}
.searchbox .btn {width: 70px;height: 46px;color:#fff;position: absolute;right: 12px;top: 12px;background-color: var(--main-color);}
.searchbox.on{opacity: 1;visibility: visible;top: 94%;z-index: 10;}

.MainNav{margin: 0px auto;}
.MainNav li{padding:0 1.693vw;position: relative;}
.MainNav span a{ position:relative; z-index:100;display:block;transition: all ease 0s;line-height: 0.8rem;font-size: var(--f18);color: #fff;font-family: 'harmonyOS_Regular';font-weight: normal;}
.MainNav span a:after{left: 50%;transform: translateX(-50%);width:0;bottom: -1px;height: 3px;content: "";position: absolute;background: #fff;transition: all 0.5s;}
.MainNav .arr{ display:none;}
.MainNav li.onnav span a{color: #fff;}
.MainNav li.onnav span a:After,.MainNav li:hover span a:After{width: 100%;}

.Header .navzt{color: #fff;}

.closebtn{ position:fixed; left:0px; top:0.8rem; width:100%; height:100%; z-index:99; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer; position:absolute; right:5%; top:50%; z-index:1001;display: none;display: none;line-height: normal;transition: all 0.3s;transform: translateY(-50%);}
.openbtn span{ display:inline-block;vertical-align: middle;margin:0;}
.openbtn i{ display:block; height:2px; background-color: #fff; border-radius:4px; margin:5px 0;transition: all ease 0.3s;width: 24px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 7px) rotate(45deg) !important;
	-moz-transform: translate(0, 7px) rotate(45deg) !important;
	-ms-transform: translate(0, 7px) rotate(45deg) !important;
	-o-transform: translate(0, 7px) rotate(45deg) !important;
	transform: translate(0, 7px) rotate(45deg) !important;}
.openbtn.on .sp2 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}
.openbtn.on .sp3 {width: 0;}

/* 头部滑过 */
.Header.fix{box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
.Header.on,.Header.fix{color: #333;}
.Header.on:after,.Header.fix:after{filter: blur(0);opacity: 1;}
.Header.on2:after{filter: blur(1);opacity: 0;}
.Header.fix:after{opacity: 1 !important;}
.Header.on .Logo .bai,.Header.fix .Logo .bai{transform: scale(0.8);opacity: 0;}
.Header.on .Logo .cai,.Header.fix .Logo .cai{opacity: 1;}
.Header.on a,.Header.fix a{color: #333333;}
.Header.on a:hover,.Header.fix a:hover{color: var(--main-color);}
.Header.on .openbtn i,.Header.fix .openbtn i{background: #333;}
.Header.on .MainNav li.onnav span a,.Header.fix .MainNav li.onnav span a{color: var(--main-color);}
.Header.on .MainNav span a:after,.Header.fix .MainNav span a:after{background-color: var(--main-color);}
.Header.on .Ver dt,.Header.fix .Ver dt,.Header.on .Searchico,.Header.fix .Searchico{color: #333;}
.Header.on .Ver dt:hover,.Header.fix .Ver dt:hover,.Header.on .Searchico:hover,.Header.fix .Searchico:hover{color: var(--main-color);}
.Header.on .Ver dt:before,.Header.fix .Ver dt:before{background: url(../images/diqiu.gif) no-repeat center center/128%;border: 1px solid #333;}
.Header.on .Searchico:before,.Header.fix .Searchico:before{background-color: #c1c1c1;}
.Header.fix .NavPull.show .inner{box-shadow: 0 0 15px var(--main-color-op2);}

/* 下拉 */
.NavPull{position: absolute;left: 50%;transform: translateX(-50%) scale(0.7);top: 100%;font-size: var(--f18);width: 2rem;text-align: center;opacity: 0;visibility: hidden;z-index: -100;background-color: #fff;transition: all 0.5s;border-radius: 0 0 0.1rem 0.1rem;box-shadow: 0 0 15px rgba(0,0,0,0.09);}
.NavPull.show{display: block;z-index: 999;opacity: 1;visibility: visible;transform: translateX(-50%) scale(1);}
.NavPull .item{padding: 0.15rem 0;}
.NavPull .item dd{position: relative;}
.NavPull .item dd:after{position: absolute;left: 0;bottom: 0;width: 0;transition: all 0.5s;height: 100%;background-color: var(--main-color);content: "";}
.NavPull .item a{display: block;padding: 0.1rem 0.2rem;position: relative;z-index: 1;}
.NavPull .item dd:hover a{color: #fff;}
.NavPull .item dd:hover:after{width: 100%;}
.NavPull .item dl{position: absolute;left: 100%;top: 0;width: 2rem;background-color: #fff;box-shadow: 0 0 15px rgba(0,0,0,0.09);border-radius: 0 5px 5px 0;opacity: 0;transform: scale(0.9);visibility: hidden;transition: all 0.5s;}
.NavPull .item dl dd a{color: #000 !important;}
.NavPull .item dl dd:hover a{color: #fff !important;}
.NavPull .item dd:hover dl{opacity: 1;transform: scale(1);visibility: visible;}
.NavPull br{display: contents;}

@media(max-width:1024px){
.Header .openbtn {display: block;}
.Header .auto{z-index: 100;}

.MainNav{position: fixed;right: 0;top: 0.8rem;width: 250px;height: calc(100% - 0.8rem);right: -100%;opacity: 0;transition: all 0.3s;background-color:#ffffff;box-shadow: 0 0 10px rgba(0,0,0,0.2);padding: 20px 0 0 0;overflow-y: auto;z-index: 100;}
.MainNav ul{display: block;}
.MainNav.on{right: 0;opacity: 1;}
.MainNav li{width: auto;float: none;text-align: left;margin: 0 15px !important;position: relative !important;padding: 0;display: block;}
.MainNav span {position: relative;}
.MainNav span a{text-align: left;font-size: var(--f18);padding:0.1rem 0 0.1rem 0.25rem;border-bottom: 1px solid #eee;line-height: 0.6rem;color: #333;}
.MainNav li:hover span a, .MainNav li.onnav span a{color:var(--main-color);}
.MainNav li:not(:first-child):After{display: none;}
.MainNav .arr{display: block;width: 40%;position: absolute;right: 0;top: 0;height: 100%;z-index: 101;display: flex;align-items: center;justify-content: center;}
.MainNav .arr i{position: absolute;right: 0.2rem;font-size: 14px;color:#666;top: 50%;transition: all 0.3s;transform: translateY(-50%);}
.MainNav li.onnav .arr i{transform: rotate(-180deg) translateY(50%);color: var(--main-color);}
.MainNav li.null .NavPull{display: none !important;}
.Header .MainNav span a:after{display: none;}

.Searchico{margin-right: 68px;}
.searchbox{width: 100% !important;top: 110%;transform: translateY(0);padding: 10px;box-shadow: 0 10px 10px rgba(0,0,0,0.08);visibility: hidden;opacity: 0;z-index: -1;border-radius: 0;}

.NavPull{position: absolute;width: 100%;display: block;position: static;visibility: visible;opacity: 1;transform: scale(1);text-align: left;display: none;transition: all 0s;}
.NavPull .item a{padding-left: 0.5rem;}
.NavPull .item dl{position: static;width: 100%;visibility: visible;transform: scale(1);opacity: 1;padding: 0.1rem 0;}
.NavPull .item dl a{padding-left: 1rem;}
}
@media(max-width:640px){
	.Header .Ver{margin-right: 0.3rem;}
	.Header .Ver dt{font-size: 0;}
	.Header .Ver dt:before{margin: 0;}
	.Searchico{margin: 0 50px 0 0.3rem;}
	.navzt{font-size: 0;}
}

/*Bottom*/
.Footer{ position:relative;background:url(../images/footerbg.jpg) no-repeat center bottom/cover;z-index: 2;padding: 4.844vw 0 5.469vw;color: #333333;}
.Footer .blank{position: absolute;left: 0;top: -50vh;height: 50vh;z-index: -2;width: 100%;visibility: hidden;}
.Footer a{color: #333;}.Footer a:hover{color: var(--main-color);}

.Footer .logo{width: 24.68%;padding-top: 0.18rem;}
.Footer .logo img{height: 0.46rem;}

.Footer .SiteMap{margin-bottom: 3.854vw;width: calc(100% - 21%);}
.Footer .SiteMap .item{margin-right: 2.5vw;flex: 1;}
.Footer .SiteMap .item:nth-child(3){flex: 1.4;}
.Footer .SiteMap .item dt{font-size: var(--f20);padding-bottom: 1.25vw;border-bottom: 0.02rem solid #e1e4e6;margin-bottom: 1.146vw;position: relative;}
.Footer .SiteMap .item dt a{font-family: 'harmonyOS_Regular';font-weight: normal;}
.Footer .SiteMap .item dt:after{position: absolute;left: 0;bottom: -0.02rem;z-index: 1;content: "";width: 0;transition: all 0.5s;background-color: var(--main-color);height: 0.02rem;}
.Footer .SiteMap .item dt i{font-size: 16px;position: absolute;right: 0;top: 0;width: 100%;text-align: right;display: none;z-index: 3;}
.Footer .SiteMap .item dd a{opacity: #333;font-weight: normal;}.Footer .SiteMap .item dd a:hover{color: var(--main-color);font-family: 'harmonyOS_Regular';font-weight: normal;}
.Footer .SiteMap .item:hover dt:after{width: 100%;}

.Footer .Contact {padding-bottom: 0.25rem;}
.Footer .Contact h2{font-size: var(--f20);margin-bottom: 1.979vw;}
.Footer .Contact .tel{font-size: var(--f32);color: var(--main-color);margin-bottom: 0.08rem;}
.Footer .Contact .tel a{color: var(--main-color);font-family: 'montserrat_Medium';}

.Footer .link{border-radius: 0.5rem;min-width: 166px;border: 0.02rem solid #d1d3d5;position: relative;}
.Footer .link aside{padding: 0.08rem 0.27rem;position: relative;cursor: pointer;font-family: 'harmonyOS_Regular';font-weight: normal;}
.Footer .link aside i{position: absolute;right: 0.27rem;top: 50%;font-size: 16px;font-weight: bold;transform: translateY(-50%);transition: all 0.5s;}
.Footer .link .scroll{position: absolute;left: 0;bottom: 80%;width: 170%;border-radius: 5px;background-color: #fff;padding: 0.15rem;border: 0.02rem solid #d1d3d5;opacity: 0;transition: all 0.5s;visibility: hidden;z-index: -1;}
.Footer .link .scroll ul{max-height: 2rem;overflow-y: auto;}
.Footer .link .scroll ul li{padding: 0.03rem;}
.Footer .link.on .scroll{bottom: 110%;opacity: 1;visibility: visible;z-index: 10;}
.Footer .link.on aside i{transform: translateY(-50%) rotate(-180deg);color: var(--main-color);}

.Footer .fllowus li{position: relative;z-index: 10;text-align: center;font-size: var(--f14);}
.Footer .fllowus li:not(:first-child){margin-left: 0.17rem;}
.Footer .fllowus .ico{cursor: pointer;display: flex;align-items: center;justify-content: center;width: 0.5rem;height: 0.5rem;border-radius: 50%;border: 0.02rem solid #d6d7d8;}
.Footer .fllowus .ico img{width: 22px;height: 22px;opacity: 0.4;}
.Footer .fllowus li:nth-child(4) .ico img{width: 30px;height: 30px;}
.Footer .fllowus .ewm{padding: 10px;border-radius: 5px;background: #fff;bottom: 30px;left: 50%;transform: translateX(-50%);transition: all 0.5s;position: absolute;opacity: 0;z-index: -1;visibility: hidden;color: #333;min-width: 1.65rem;box-shadow: 0 0 10px rgba(0,0,0,0.08);}
.Footer .fllowus .ewm img{width: 100%;}
.Footer .fllowus .ewm:after{width: 10px;height: 10px;left: 50%;transform: translateX(-50%) rotate(45deg);content: "";position: absolute;background: #fff;bottom: -5px;}
.Footer .fllowus li a{color: #333;}.Footer .fllowus li a:hover{color: var(--blue-color);}
.Footer .fllowus li:hover .ewm{bottom: 0.62rem;visibility: visible;z-index: 1;opacity: 1;}
.Footer .fllowus li:hover{z-index: 15;}
.Footer .fllowus li:hover .ico {border-color:#333;}
.Footer .fllowus li:hover .ico img{opacity: 1;}

.Footer .copyRight{border-top: 1px solid rgba(255,255,255,0.1);color: #333333;padding-top: 2.604vw;border-top: 0.02rem solid #e3e6e8;font-size: var(--f14);margin-top: 3.125vw;}
.Footer .copyRight a{color: #333;}
.Footer .copyRight a:hover{color: var(--main-color);}


/*右侧飘浮栏目 s*/
.Float-tool {position: fixed;right: 0.2rem;top: 35%;bottom: 0;z-index: 999;width: 0.6rem;}
.Float-tool ul{background-color: #e5e5e5;border-radius: 0.6rem;}
.Float-tool li{position: relative;}
.Float-tool li .btn{display: flex;height: 0.85rem;position: relative;align-items: center;justify-content: center;}
.Float-tool li:not(:last-child) .btn:after{left: 50%;transform: translateX(-50%);width: 18px;height: 2px;content: "";background-color: #c0c0c0;position: absolute;bottom: 0;}
.Float-tool li .ico-zoom{width: 0.32rem;height: 0.32rem;margin: 0px auto;}
.Float-tool li .info{position: absolute;right: 26px;top: 0;width: 200px;padding: 20px;box-shadow: 0 0 7px rgba(0,0,0,0.08);background-color: #fff;border-radius: 5px;transition:all 0.5s;visibility: hidden;opacity: 0;z-index: -1;}
.Float-tool li .info p{color: var(--main-color);line-height: 1;margin-top: 10px;font-size: 20px;font-weight: bold;}
.Float-tool li .info p a{color: var(--main-color);}
.Float-tool li:hover .info{right: 100%;visibility: visible;z-index: 10;opacity: 1;}

.totop{visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;height: 0.6rem;border-radius: 50%;background-color: #fff;display: flex;align-items: center;justify-content: center;box-shadow: 0 0 7px rgba(0,0,0,0.08);margin: 0;cursor: pointer;transform: translateY(-20px);}
.totop.cd-is-visible {visibility: visible;opacity: 1;margin: 0.14rem 0 0 0;height: 0.6rem;transform: translateY(0);}
.totop:hover {background-color: var(--main-color);color: #fff;}

@media(min-width:1025px){
	.Footer .Contact{width: 21%;text-align: right;}
}
@media(max-width:1024px){
	.Footer{padding-bottom: 1.2rem;}
	.Footer .SiteMap{display: none;}
	
	.Float-tool{right: auto;left: 0;width: 100%;top: auto;bottom: 0;}
	.Float-tool ul{display: flex;border-radius: 0;padding-right: 0.5rem;}
	.Float-tool .item{flex: 1;}
	.Float-tool li:not(:last-child) .btn:after{left: auto;right: 0;bottom: auto;top: 50%;transform: translateY(-50%);width: 1px;height: 12px;}
	.Float-tool li .info{right: auto;left: 50%;transform: translateX(-50%);bottom: 0;top: auto;}
	.Float-tool li:hover .info{bottom: 100%;}
	.totop{position: absolute;bottom: 0.1rem;right: 0.2rem;width: 0.6rem;}
}
@media(max-width:480px){
	.Footer .fllowus .ewm{width: 100px;}
	.Footer .fllowus .ico{width: 32px;height: 32px;}
	.Footer .fllowus .ico img{width: 16px;height: 16px;}
}
/*Bottom*/

.video_files{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 100;}
.video_files .close{position: absolute;right: 0;top: 0;text-align:center;width: 35px;height: 35px;line-height: 35px;background:var(--main-color);color:#fff;z-index: 10;cursor: pointer;}
.video_files video{width: 100%;height: 100%;object-fit: fill;background:#000;}
.video_files.fix{position: fixed;display: flex;align-items: center;justify-content: center;background-color: rgba(0,0,0,0.8);}
.video_files.fix video{object-fit: contain;height: auto;}

.wow {visibility: visible;}
.TabSlide{position: relative;}
