@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: "alimamadfdk"; font-weight: normal; font-style: normal;
	src: url('../fonts/ALIMAMADONGFANGDAKAI-REGULAR.OTF');/**/
}
@font-face{
	font-family: 'HarmonyOS_Sans_SC_Regular';
	src:url(../fonts/HarmonyOS_Sans_SC_Regular.ttf);
	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.18rem;line-height:0.32rem; color:var(--f333-color); width:100%; zoom:1; font-family:"HarmonyOS_Sans_SC_Regular";background:#fff;}
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-size:0.16rem; border-radius:0; -webkit-border-radius:0; color:#545454; font-family:"HarmonyOS_Sans_SC_Regular";}
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; font-family:"HarmonyOS_Sans_SC_Regular";}
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:var(--f333-color); 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(--blue-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 #e5e5e5;
	background: #fff url(../images/selectarr.svg) no-repeat right 0.2rem 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: transparent;}
::-webkit-scrollbar:hover{display: block;}
::-webkit-scrollbar-track{background: url(../images/scrollbartrack.gif) center top repeat-y;}
::-webkit-scrollbar-thumb{border-radius: 5px;background: var(--orange-color) 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;}
.auto{margin:0px auto;}
.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;}
.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;}
.ptb120{padding-top:6.25vw;padding-bottom:6.25vw;}
.pt80{padding-top:0.8rem !important;}
.ptb80{padding-top:0.8rem !important;padding-bottom: 0.8rem !important;}
.ptb60{padding-top:0.6rem !important;padding-bottom: 0.6rem !important;}
.ptb70{padding-top:0.7rem !important;padding-bottom: 0.7rem !important;}
.pt70{padding-top:0.7rem !important;}
.pt60{padding-top:0.6rem !important;}
.pt50{padding-top:0.5rem !important;}
.pb80{padding-bottom:0.8rem !important;}
.pb0{padding-bottom:0 !important;}
.pt0{padding-top:0 !important;}
.pb50{padding-bottom:0.5rem !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;}
.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;}
.flexjc{display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: 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;}
.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;}
.flexwt{display: flex;display: -ms-flexbox;flex-wrap: wrap;-ms-flex-wrap: wrap;align-items: flex-start;-ms-flex-align: flex-start;}
.flexbwt{display: flex;display: -ms-flexbox;flex-wrap: wrap;-ms-flex-wrap: wrap;align-items: flex-start;-ms-flex-align: flex-start;justify-content: space-between;-ms-flex-pack: justify;}
.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;}
.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;}

/*font*/
:root {
	--f000-color:#000000;
	--f333-color:#333333;
	--f555-color:#555555;
	--f666-color:#666666;
	--f999-color:#999999;
	--ffff-color:#ffffff;
	--blue-color:#004098;
	--blue2-color:#2b74d9;
	--blue3-color:#5680b9;
	--blue4-color:#46a9fe;
	--yellow-color:#f7e300;
	--orange-color:#ffca3c;
	--f14: 14px;
	--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;
	--f60: 0.60rem;
}
.f20{font-size: 0.204rem;}
.f24{font-size: 0.24rem;}
.f000{color: var(--f000-color);}
.f333{color: var(--f333-color);}
.f555{color: var(--f555-color);}
.f666{color: var(--f666-color);}
.f999{color: var(--f999-color);}
.ffff{color: var(--ffff-color);}
.fblue{color: var(--blue-color);}
.fblue2{color: var(--blue2-color);}
.fblue3{color: var(--blue3-color);}
.fred{color: #c60019;}
.yellow{color: var(--yellow-color);}
.orange{color: var(--orange-color);}
.t_justify{text-align: justify;}
.f_lighter{font-weight: lighter;}
.f_normal{font-weight: normal;}
.l22{line-height: 0.22rem;}
.l24{line-height: 0.24rem;}
.l25{line-height: 0.25rem;}
.l26{line-height: 0.26rem;}
.l28{line-height: 0.28rem;}
.l30{line-height: 0.30rem;}
.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;}
.l45{line-height: 0.45rem;}
.l42{line-height: 0.42rem;}
.l48{line-height: 0.48rem;}
.iconfont{ font-size:20px;display: inline-block;vertical-align: middle;}
.tit{ display:block;	text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; overflow:hidden; width:100%;-webkit-line-clamp: 1;}
.dot,.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;}

@media ( max-width:1440px){
	html{font-size:6.2vw}
}
@media ( max-width:1024px){
body{min-width:300px;}
::-webkit-scrollbar{width: 5px; height:5px;}
.f_lighter{font-weight:normal;}
}
@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 {
			--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;
			--f60: 24px;
		}
		.f24,.f20{font-size: 16px;}
		.l36,.l28,.l33,.l32,.l30,.l48,.l45,.l42,.l24,.l34,.l26,.l25,.l22{line-height: 24px;}
		.iconfont{font-size: 16px;}
		.ptb80{padding-top:0.65rem !important;padding-bottom:0.65rem !important;}
	.pt80{padding-top:0.65rem !important;}
	.pb80{padding-bottom:0.65rem !important;}
	.pb0{padding-bottom:0 !important;}
}


/*effict*/
.Scale-img {zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.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 10px 10px 0px 	rgba(0, 64, 152, 0.05) !important;
	box-shadow: 0px 10px 10px 0px 	rgba(0, 64, 152, 0.05) !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:inline-block;position: relative;align-items: center;justify-content: center;margin: 0px auto;vertical-align: middle;}
.ico-zoom .i1,.ico-zoom .i2 {position: absolute;z-index: 100;width: 100%;height: 100%;z-index: 2;}
.ico-zoom img {position: absolute;width: 100%;height: 100%;left: 0;top: 0;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: inline-block;vertical-align: middle;margin-right: 10px;position: relative;transform-style: preserve-3d;}
.ico-rotate img{transition: all 0.5s;vertical-align: top;}
.ico-rotate .i2{position: absolute;left: 0;top: 0;transform: rotateY(180deg);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);opacity: 1;}

.moreBtn{display: inline-block;color: var(--blue-color);line-height: 0.4rem;border-radius: 0.4rem;}
.moreBtn i{display: inline-block;width: 0.31rem;height: 0.31rem;border-radius: 50%;margin-right: 0.22rem;border-radius: 50%;vertical-align: middle;border: 1px solid var(--blue-color);position: relative;transition: all 0.5s;}
.moreBtn i:before{width: 0.26rem;height: 0.1rem;content: "";position: absolute;background: url(../images/arr_blue.png) no-repeat center center/contain;right: -0.11rem;top: 50%;transform: translateY(-50%);transition: all 0.5s;}
.moreBtn:After{width: 00;height: 0.1rem;content: "";display: inline-block;vertical-align: middle;background: url(../images/arr_white.png) no-repeat center center/contain;transition: all 0.5s;margin: 0;}
.moreBtn:not(.auto):hover,.item:hover .moreBtn:not(.auto){width: 1.7rem;background-color: #3165ac;text-align: center;color: #fff !important;}
.moreBtn:not(.auto):hover:after,.item:hover .moreBtn:not(.auto):after{width: 0.26rem;margin-left: 0.22rem;}
.moreBtn:not(.auto):hover i,.item:hover .moreBtn:not(.auto) i{margin-right: 0;transform: scale(0);margin-left: -0.31rem;border: 0;}
.moreBtn:not(.auto):hover i:before,.item:hover .moreBtn:not(.auto) i:before{width: 0;}
.moreBtn.white{color: #fff;}
.moreBtn.white i{border: 1px solid #fff;}
.moreBtn.white i:before{background: url(../images/arr_white.png) no-repeat center center/contain;}
.moreBtn.white:hover,.item:hover .moreBtn.white{background-color: #fff;text-align: center;color: #3165ac !important;}
.moreBtn.white:hover:After,.item:hover .moreBtn.white:After{background: url(../images/arr_blue.png) no-repeat center center/contain;}
.moreBtn.auto{width: auto !important;}

.mores:after,.mores:before{content: "";width: 0.22rem;height: 0.13rem;display: inline-block;vertical-align: middle;background: url(../images/arr_gray.png) no-repeat center center/contain;margin-left: 0.12rem;transition: all 0.5s;}
.mores:before{width: 0;margin: 0;background: url(../images/arr_blue2.png) no-repeat center center/contain;}
.mores.blue:after{background: url(../images/arr_blue2.png) no-repeat center center/contain;}
.item:hover .mores:after{width: 0;margin-left: 0;}
.item:hover .mores{color: var(--blue-color);}
.item:hover .mores:before{width: 0.22rem;margin-right: 0.12rem;}

@media(max-width:640px){
	.mores{line-height: 26px;}
}


/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.48rem;position: relative;color: #555555;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.5rem;height: 0.5rem;color:#555555;border:1px solid #e0e0e0;margin:0 0.1rem;border-radius: 3px;}
.Pages a:hover,.Pages a.a_cur{color:#fff;background-color:var(--blue-color);border: 1px solid;border-color: var(--blue-color);}
.Pages .arr {color: #919191;}
.Pages .jump {padding-left: 0.08rem;display: inline-block;}
.Pages .i_text {width: 0.5rem;height: 0.5rem;line-height: 0.48rem;text-align: center;border: 1px solid #e0e0e0;margin: 0 0.1rem;border-radius: 3px;vertical-align: middle;}
.Pages .i_button {width: 0.5rem;height: 0.5rem;border: 1px solid #e0e0e0;background:transparent;margin-left: 0.1rem;padding: 0;cursor: pointer;border-radius: 3px;vertical-align: middle;}
.Pages .i_button:hover {background: var(--blue-color);color: #fff;}

@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.5s;background:rgba(255,255,255,0.15);border-bottom: 1px solid rgba(255,255,255,0.1);color: #fff;}
.Header> .auto{z-index: 100;margin: 0 4.27vw; height:1rem;}
.Header .Logo img{height: 0.46rem;transition: all 0.3s;}
.Header .Logo .sj{display: none;}
.Header .Logo .code{margin: -0.04rem 0 0 0.17rem;padding-left: 0.15rem;position: relative;}
.Header .Logo .code:before{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 1px;background-color: rgba(255,255,255,0.2);content: "";height: 0.4rem;}
.Header .Logo .code b{display: block;}

.Searchico{ cursor:pointer;}
.Searchico:hover{color:var(--purple-color)}
.Searchico .icongb{ display:none;}
.Searchico.on .icongb{ display:block;}
.Searchico.on .iconso{ display:none;}
.Searchico .iconfont{ font-size:22px;vertical-align: top;}
.Searchico:hover{opacity: 0.6;}
.searchbox{position: relative;}
.searchbox .inner{position: absolute;right: 0;top: 0;width: 0;transition: all 0.5s;visibility: hidden;opacity: 0;}
.searchbox .inner .btn{position: absolute;right: 0;top: 0;height: 100%;background-color: transparent;}
.searchbox .inner .input{height: 0.32rem;background:#fff;border-radius: 3px;padding: 0 35px 0 0.2rem;width: 100%;}
.searchbox.on .inner {width: 3rem;visibility: visible;opacity: 1;right: 35px;}

.Header .Ver{margin:0 0 0 0.25rem;position: relative;z-index: 110;}
.Header .Ver dt{padding: 0 0.15rem;border: 1px solid rgba(255,255,255,0.2);border-radius: 3px;}
.Header .Ver dt:before{width: 20px;height: 20px;border:2px solid #fff;border-radius: 50%;display: inline-block;vertical-align: middle;margin:-3px 8px 0 0;background:url(../images/diqiu.gif) no-repeat center center;background-size:118%;content: "";}
.Header .Ver dt:after{font-family: iconfont;content: "\e63d";font-size: 16px;margin-left: 5px;}
.Header .Ver dd{position: absolute;left: 50%;top: 110%;width: 100%;box-shadow: 0 5px 10px rgba(0,0,0,0.1);background-color:#fff;text-align: center;transform: translateX(-50%);border-radius: 0 0 5px 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(--blue-color);}
.Header .Ver.on dd{opacity: 1;z-index: 100;top: 100%;visibility: visible;}
.Header .Ver:hover dt{border: 1px solid #fff;}
.Header .right{justify-content: flex-end;padding-top: 0.06rem;flex: 1;}
.MainNav{width: 100%;}
.MainNav li span{font-size: var(--f20);}
.MainNav ul{justify-content: flex-end;}
.MainNav li:not(:first-child){margin-left: 2.55vw;}
.MainNav span a{ position:relative; z-index:100;display:block;transition: all ease 0s;color: #fff;line-height: 0.55rem;padding-bottom: 0.04rem;}
.MainNav .arr{ display:none;}
.MainNav .arr:after{font-family: iconfont;content: "\e616";color: #333;display: inline-block;transition: all 0.5s;}
.MainNav li:hover span a,.MainNav li.onnav span a{color:var(--orange-color);}

.closebtn{ position:fixed; left:0px; top:1rem; width:100%; height:100%; z-index:99; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer; height:25px; position:absolute; right:6%; top:0.08rem; z-index:1001;display: none;font-size: 12px;display: none;line-height: normal;transition: all 0.3s;}
.openbtn span{ display:inline-block;vertical-align: middle;margin:0;}
.openbtn i{ display:block; height:2px; background-color:#fff; border-radius:4px; margin:6px 0;transition: all ease 0.3s;width: 28px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 9px) rotate(45deg) !important;
	-moz-transform: translate(0, 9px) rotate(45deg) !important;
	-ms-transform: translate(0, 9px) rotate(45deg) !important;
	-o-transform: translate(0, 9px) rotate(45deg) !important;
	transform: translate(0, 9px) 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;}

/* 头部滑过 */
.detailTop .Header, .Header.on,.Header.fix{background: rgba(0,64,152,0.68);}
.Header.fix{box-shadow: 0 10px 10px rgba(0,0,0,0.05);}

/* 下拉 */
.NavPull{width: 100%;background: #fff url(../images/topbg.jpg) no-repeat 0 top/contain;position: absolute;left: 0;top: 100%;padding: 0.62rem 0;display: none;-webkit-box-shadow: 0px 3px 18px 0px 	rgba(0, 64, 152, 0.2);}
.NavPull:After{background-color: #f5f7fa;width: 45.98vw;content: "";height: 100%;right: 0;top: 0;position: absolute;}
.NavPull .auto{max-width: 16.8rem;width: 88%;margin: 0px auto;position: relative;z-index: 1;}
.NavPull dl{padding-left: 13.38vw;width: 54.46%;}
.NavPull dl dt{color: var(--blue-color);line-height: 1;margin-bottom: 0.39rem;width: 100%;font-size: var(--f24);}
.NavPull dl dd{min-width: 33.333%;min-height: 0.6rem;display: flex;align-items: center;padding-right: 0.3rem;}
.NavPull dl dd a{display: block;padding-left: 15px;position: relative;font-size: var(--f20);}
.NavPull dl dd a:before{position: absolute;width: 4px;height: 4px;background-color: #555555;content: "";top: 50%;transform: translateY(-50%);left: 0;transition: all 0.5s;}
.NavPull dl dd a:hover:before{background-color: var(--blue-color);transform: translateY(-50%) scale(1.4);}
.NavPull a:hover{color: var(--blue-color);}
.NavPull .info{width: 40.83%;}
.NavPull .imgbox img{height: 2.24rem;width: auto;}
.NavPull .desc{margin: 0.23rem 0 0.53rem;}
.NavPull.null{display: none !important;}

@media(max-width:1024px){
.Header .openbtn {display: block;}
.Header> .auto{margin: 0 6%;}
.Header .right{padding-top: 0.35rem;}

.MainNav{position: fixed;right: 0;top: 1rem;width: 80%;height: calc(100% - 1rem);right: -100%;transition: all 0.3s;opacity: 0;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 a{text-align: left;font-size: 15px;padding-left: 15px;line-height: 40px;border-bottom: 1px solid #eee;color:#333 !important;}
.MainNav li:hover span a, .MainNav li.onnav span a{color:var(--blue-color);}
.MainNav li:not(:first-child):After{display: none;}
.MainNav .arr{display: block;width: 80px;position: absolute;right: 0;top: 0;height: 40px;line-height: 40px;z-index: 101;text-align: center;}
.MainNav li.onnav .arr:after{transform: rotate(-90deg);}
.Header .MainNav span a:after{display: none;}

.searchbox{position: static;}
.searchbox .inner{top: 105%;width: 95% !important;right: 2.5% !important;}
.searchbox.on .inner{top: 100%;}

.NavPull{position: static;width: 100% !important;margin:0;padding:10px;transform: translateX(0) !important;line-height: 2.2;border-radius: 10px;background-color: transparent;text-align: center;box-shadow: 0 0 0 rgba(0,0,0,0);}
.NavPull dl dt,.NavPull .info,.NavPull:After{display: none;}
.NavPull dl{padding: 0;width: 100%;}
.NavPull dl dd{width: 50%;}
}
@media(max-width:768px){
	.openbtn{top: 48%;transform: translateY(-50%);}
	.Header .right{padding-top: 0;padding-right: 44px;}
	.Header .Logo .pc{display: none;}
	.Header .Logo .sj{display: inline-block;height: 0.55rem;}
	.Header .Logo .code{font-size: 12px;line-height: 18px;}
}
@media(max-width:640px){
	.MainNav span a{font-size: 16px;line-height: 40px;}
	.MainNav .arr{height: 40px;line-height: 40px;}
	.MainNav .arr i{font-size: 20px;}
	.NavPull a{font-size: 14px;}
}

/*Bottom*/
.Footer{ position:relative;background: #4a5665 ;color: #fff;padding: 4.375vw 0 3.125vw;z-index: 1;overflow: hidden;}
.Footer:after{background-color: #414d5b;content: "";right: 0;top: 0;height: 100%;width: 33.333%;position: absolute;}
.Footer .bg{width: 66.66vw;height: 22.23vw;position: absolute;left: 0;bottom: 0;background: url(../images/footerbg.png) no-repeat 0 bottom/contain;}
.Footer a{color: #fff;}.Footer a:hover{color: #fff !important;opacity: 1 !important;}
.Footer .blank{position: absolute;left: 0;top: -100vh;height: 100vh;z-index: -2;width: 100%;visibility: hidden;}

.Footer .SiteMap{width: 63.88%;}
.Footer .SiteMap .item{width:20%;padding:0 0 0.3rem 0.1rem;}
.Footer .SiteMap .item dt{position: relative;line-height: 0.51rem;margin-bottom: 0.11rem;font-size: var(--f20);}
.Footer .SiteMap .item dt:After{content: "";left: 0;bottom: 0;width: 0.81rem;height: 1px;position: absolute;background: rgba(255,255,255,0.2);transition: all 0.3s;}
.Footer .SiteMap .item dt:before{content: "";left: 0;bottom: 0;width: 0.2rem;height: 1px;position: absolute;transition: all 0.6s;z-index: 1;background-color: var(--blue4-color);}
.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: 0.5;font-size: var(--f16);}
.Footer .SiteMap .item:hover dt:after{width: 0;}
.Footer .SiteMap .item:hover dt:before{width: 0.81rem;}

.Footer .content{width: 27.77%;}
.Footer .contact{padding: 0 0 0.1rem 2vw;font-size: var(--f16);width: 120%;}
.Footer .contact dl{min-height: 0.86rem;margin-bottom: 0.2rem;}
.Footer .contact dt{border-radius: 3px;border: 1px solid rgba(153,152,152,0.2);width: 0.6rem;height: 0.5rem;display: flex;align-items: center;justify-content: center;transition: all 0.5s;}
.Footer .contact dt img{height: 0.3rem;}
.Footer .contact dd{padding-left: 0.15rem;flex: 1;}
.Footer .contact span{opacity: 0.5;}
.Footer .contact .tel{color: var(--blue4-color);font-size: var(--f18);}
/*.Footer .contact .tel a{color: var(--blue4-color) !important;}*/
.Footer .contact .add{font-size: var(--f18);width: 58%;}
.Footer .contact dl:hover dt{background-color: #fff;border: 1px solid #fff;}
.Footer .contact .ewm{flex: 1;position: relative;left: -30px;text-align: center;}
.Footer .contact .ewm img{padding: 0px;background-color: #fff;height: 100px;}

.Footer .fllowus{padding-left: 4.1vw;margin: 0.25rem 0 0.29rem;position: relative;}
.Footer .fllowus:after{content: "";left: 0;top: 50%;height: 1px;background-color: rgba(255,255,255,0.1);position: absolute;width: 200%;}
.Footer .fllowus li{position: relative;z-index: 10;padding-left: 0.2rem;background-color: #414d5b;}
.Footer .fllowus li:last-child{padding-right: 0.2rem;}
.Footer .fllowus .icon {width: 41px;height: 41px;line-height:41px;border-radius: 50%;text-align: center;background-color: rgba(255,255,255,0.1);display: inline-block;}
.Footer .fllowus .icon img{height: 20px;cursor: pointer;}
.Footer .fllowus .ewm{background: #fff;width: 100px;bottom: 25px;left: 0;transition: all 0.5s;position: absolute;opacity: 0;z-index: -1;visibility: hidden;font-size: var(--f14);}
.Footer .fllowus .ewm img{padding: 6px;width: 100%;display: block;margin: 0px auto;}
.Footer .fllowus .ewm:after{width: 10px;height: 10px;left: 50%;transform: translateX(-50%) rotate(45deg);content: "";position: absolute;background: #fff;bottom: -5px;}
.Footer .fllowus .ewm p{text-align: center;line-height: 28px;background-color: #f2f2f2;color: #414d5b;}
.Footer .fllowus li:hover .ewm{bottom: 46px;visibility: visible;z-index: 1;opacity: 1;}
.Footer .fllowus li:hover{z-index: 15;}
.Footer .fllowus li:hover .icon{background-color: var(--blue2-color);}

.Footer .link{padding-left: 5.2vw;font-size: var(--f16);}
.Footer .link dt{padding-bottom: 0.04rem;}
.Footer .link p a{position: relative;display: block;padding-right: 15px;opacity: 0.5;}
.Footer .link p a:before{font-family: iconfont;content: "\e616";position: absolute;right: 0;}

.Footer .copyRight{padding-top: 0.35rem;}
.Footer .copyRight .copy{width: 63.88%;color: #9da0a8;font-size: var(--f16);}
.Footer .copyRight .copy a{color: #9da0a8;display:inline-block}
.Footer .copyRight .copy .wanhu{color: #7a7e87;}
.Footer .copyRight .copy .beian{margin: 0 0.18rem 0 0.12rem;}
.Footer .copyRight menu {width: 27.77%;text-align: right;font-size: var(--f14);}
.Footer .copyRight menu a{color: #8d9099;}
.Footer .copyRight menu a:not(:last-child){margin-right: 0.23rem;position: relative;}
.Footer .copyRight menu a:not(:last-child):after{content:"";position: absolute;right: -0.12rem;top: 50%;transform: translateY(-50%);width: 1px;height: 0.12rem;background: rgba(255,255,255,0.2);}

.RightFix{right: 0;top: 60%;z-index: 1000;position: fixed;width: 0.6rem;box-shadow: 0 8px 18px rgba(0,0,0,0.1);position: fixed;transition: all 0.5s;}
.RightFix li{position: relative;cursor: pointer;background: #3366ad;}
.RightFix .btn{text-align: center;position: relative;display: flex;height: 0.61rem;align-items: center;justify-content: center;}
.RightFix .ico-bounce img{width: 0.28rem;}
.RightFix .info{position: absolute;top: 50%;transform: translateY(-50%);padding: 0.1rem;background: #fff;right: 100%;width: 1.68rem;text-align: center;box-shadow: 0 0 15px rgba(0,0,0,0.1);border-radius: 10px;visibility: hidden;opacity: 0;z-index: -10;transition: all 0.5s;}
.RightFix .ewm{margin-bottom: 8px;}
.RightFix .ewm img{width: 1.2rem;}
.RightFix li:hover{background-color:var(--blue-color);}
.RightFix li:hover .btn{color: #fff;}
.RightFix.fix{right: 1%;visibility: visible;opacity: 1; z-index: 100;transition: all 0.5s;}
.totop{text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;height:0;background-color:#dbb344;color: #fff;transition: all 0.5s;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;height: 0.61rem;}
.totop.sub{position: fixed;right: 0;bottom: 0;width: 0.6rem;line-height: 0.6rem;}

@media(min-width:1025px){
	.RightFix{right: 5px;z-index: 500;}
	.RightFix .close{top: -35px;left: 50%;transform: translateX(-50%);width: 25px;height: 25px;line-height: 20px;text-align: center;border-radius: 50%;border: 2px solid #ddd;position: absolute;color: #ddd;cursor: pointer;}
	.RightFix .close .iconfont{font-size: 17px;}
	.RightFix li:first-child:hover{border-radius: 0.1rem 0.1rem 0 0;}
	.RightFix li:last-child:hover{border-radius: 0 0 0.1rem 0.1rem;}
	.RightFix li:hover .info{right: 110%;visibility: visible;z-index: 10;opacity: 1;}
	.RightFix li:first-child{border-radius: 4px 6px 0 0;}
 .RightFix li:last-child{border-radius: 0 0 4px 4px;}
	.RightFix li:not(:last-child){border-bottom: #517db9 1px solid;}
	}
@media(max-width:1024px){
	.Footer{padding-bottom: 0.98rem;}
	.Footer .content{width: 100%;}
	.Footer .contact{padding-left: 0;width: 100%;}
	.Footer .link{padding-left: 0;}
	.Footer .SiteMap{display: none;float: none;width: 100%;margin: 0.35rem 0;}
	.Footer .SiteMap .item{border-bottom: 1px solid rgba(0,0,0,0.08);float: none;margin: 0 !important;width: auto;padding: 0;}
	.Footer .SiteMap .item dd{display: none;padding: 9px 0;}
	.Footer .SiteMap .item dt{margin-bottom: 0;padding-bottom:0;display: block;line-height: 2.5;font-weight: normal;max-width:none;}
	.Footer .SiteMap .item dt:After{background: rgba(255, 255, 255, 0.1);}
	.Footer .SiteMap .item dt i{display: block;}
	.Footer .SiteMap .item dd a{margin-left: 15px;}
	.Footer .SiteMap .ewm{padding-top: 0.2rem;text-align: center;}
	.Footer .SiteMap .ewm dt{margin-bottom: 0;}
	.Footer .fllowus li{background-color: #4a5665;}
	.Footer:after{display: none;}
	.Footer .copyRight {padding-top: 0.35rem;}

	.RightFix{top: auto;bottom: 0;transform: translateY(0);}
	.RightFix ul{display: flex;justify-content: space-between;}
	.RightFix li{flex: 1;}
	.RightFix .btn,.RightFix .totop.cd-is-visible{height: 0.68rem;}
	.RightFix .ico{width: 22px;height: 22px;}
	.RightFix .info{width: 150px;right: 50%;transform: translate(50%,0);top: auto;bottom: 0.5rem;}
	.RightFix li:hover .info{bottom: 100%;visibility: visible;z-index: 10;opacity: 1;}
	.RightFix{width: 100%;right: 0;border-radius: 0;bottom: 0;}
	.RightFix .totop{display: flex !important;opacity: 1;visibility: visible;}
}
@media(max-width:768px){
	.Footer .SiteMap .item dd{line-height: 28px;}

	.Footer .copyRight .copy{width: 100%;}
	.Footer .copyRight menu{width: 100%;text-align: left;}
}
@media(max-width:480px){
	.Footer .copyRight .copy{font-size: 12px;}
	.RightFix .ico-bounce img{width: 20px;}
	.Footer .contact .ewm{left: -15px;}
	.Footer .contact .ewm p{left: 107px;}
}
/*Bottom*/

.video_files{position: fixed;left: 50%;top: 50%;width: 70%;z-index: 1001;transform: translate(-50%,-50%);display: flex;justify-content: center;align-items: center;background-color: #fff;border-radius: 0.25rem;padding: 0.5rem;box-shadow: 0 0 0.3rem rgba(0,0,0,0.1);}
.video_files .close{position: absolute;right: 0.15rem;top: 0.1rem;text-align:center;width: 35px;height: 35px;line-height: 35px;background:var(--purple-color);color:var(--blue-color);z-index: 10;cursor: pointer;font-weight: bold;}
.video_files .close i{font-size: 0.3rem;}
.video_files video{width: 100%;object-fit: fill;background:#000;}
.video_files.nofix{position: absolute;width: 100%;height: 100%;padding: 0;border-radius: 0;}
.video_files.nofix video{object-fit: cover;height: 100%;}

.wow {visibility: visible;}
.TabSlide{position: relative;}

.hoverline{position: relative;}
.hoverline i::before{content:'';display: block;width:0;height:2px;border-top:2px solid var(--blue-color);transition: all .5s;-webkit-transition: all .5s;opacity: 0;position: absolute;z-index:99;}
.hoverline i::after{content:'';display: block;height:0;width:2px;border-left:2px solid var(--blue-color);transition: all .5s;-webkit-transition: all .5s;opacity: 0;position: absolute;z-index:99;}
.hoverline i.l1::before{left:0;top:0;}
.hoverline i.l1::after{right:0;top:0;transition: all .45s .5s;-webkit-transition: all .45s .5s;}
.hoverline i.l2::before{left:0;bottom:0;transition: all .45s .5s;-webkit-transition: all .45s .5s;}
.hoverline i.l2::after{left:0;top:0;}
.hoverline:hover i::before,.hoverline.onli i::before,
.hoverline:hover i::after,.hoverline.onli i::after{opacity: 1;}
.hoverline:hover i::before,.hoverline.onli i::before{width:100%;}
.hoverline:hover i::after,.hoverline.onli i::after{height:100%;}

@media(max-width:1204px){
	.video_files{width: 95%;}
}
