@charset "utf-8";
* {
  -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;
}

/* html{-webkit-text-size-adjust:100%;font-size:5.2083333vw;} */
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:#333333; width:100%; zoom:1;font-family:arial,sans-serif;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:arial,sans-serif;}
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:arial,sans-serif;}
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%; border:none; border:0;display: inline-block;vertical-align: middle;}
a{ color:#333333; 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:#00479d;}
/**: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;font-weight: lighter;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;font-weight: lighter;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	border: 1px solid #edeef2;
	/* background: #f7f7f7 url(../images/selectarr.png) no-repeat right 0.19rem center; */
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-left: 12px;
	padding-right: 0.5rem;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 4px; height:4px;-webkit-overflow-scrolling : touch;transition: all 0.3s;
            background-color: #e6e6e5;}
::-webkit-scrollbar:hover{display: block;}
::-webkit-scrollbar-track{background: url(../images/scrollbartrack.gif) center top repeat-y;}
::-webkit-scrollbar-thumb{
            border-radius: 5px;
												background: #dab659 url(../images/scrollbg.png) center center no-repeat;
												}
::-webkit-scrollbar-button{
            height: 0px;width: 0;
            background-color: #e6e6e5;}

/*公用样式*/
.fl{ float:left;}.fr{ float:right;}.tl{ text-align:left !important;}.tr{ text-align:right;}.tc{ text-align:center !important;}
.auto{margin-left:auto;margin-right: auto;}
.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: 90%; margin:0px auto;}
.w1200{ z-index:1; position:relative; clear:both; max-width:12rem;width: 90%; 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;}
.ptb110{padding-top:1.3rem;padding-bottom:1.6rem;}
.pt110{padding-top:1.1rem;}
.pb110{padding-bottom:1.1rem;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;z-index: -10;left: 0;}
.relative{position: relative;}
.flexj{display: flex;justify-content: center;}
.flexa{display: flex;align-items: center;}
.flexja{display: flex;justify-content: center;align-items: center;}
.flexcad{display: flex;justify-content: center;align-items: center;flex-direction: column;}
.flexcd{display: flex;justify-content: center;flex-direction: column;}
.flexbwa{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.flexba{display: flex;justify-content: space-between;align-items: center;}
.flexbw{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flexw{display: flex;flex-wrap: wrap;}
.flexb{display: flex;justify-content: space-between;}

/*font*/
.t_justify{text-align: justify;}
.f_lighter{font-weight: lighter;}
.fred{color: #e50012;}
.fgreen{color: #008302;}
.f666{color: #666;}
.f999{color: #999;}
.f333{color: #333 !important;}
.f14{font-size: 0.14rem;}
.f16{font-size: 0.16rem;}
.f18{font-size: 0.18rem;}
.f20{font-size: 0.2rem;}
.f22{font-size: 0.22rem;}
.f24{font-size: 0.24rem;}
.f26{font-size: 0.26rem;}
.f30{font-size: 0.3rem;}
.f36{font-size: 0.36rem;}
.l28{line-height: 0.28rem;}
.l32{line-height: 0.32rem;}
.l34{line-height: 0.34rem;}
.l36{line-height: 0.36rem;}
.f_fff{color:#fff;}
.f_666{color:#666;}
.f_999{color:#999;}
.f_blue{color:#00358a;}
.f_red{color:#e80c22;}
.date {color: #999999;}
.date b{color: #0071c8;}
.iconfont{ font-size:0.24rem;display: inline-block;vertical-align: middle;}
.tit{ display:block;overflow: hidden;word-break:normal;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;color: #000;}
.item:hover .tit{color: #e80c22;}
.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}
	.f_lighter{font-weight: normal;}
}
@media ( max-width:1024px){
	/* html{font-size:8vw} */
	select,input,textarea,button{font-size: 14px;}
body{min-width:300px;}
::-webkit-scrollbar{width: 5px; height:5px;}
.f_lighter{font-weight:normal;}
.ptb110{padding-top:0.65rem;padding-bottom:0.65rem;}
.pt110{padding-top:0.65rem;}
.pb110{padding-bottom:0.65rem;}
}
@media (min-width:768px) and (max-width:1024px) {
	html{font-size: calc((100 / 1100) * 100 * 1vw);} 
}
@media (max-width:640px) {
	html{font-size: calc((100 / 750) * 100 * 1vw);} 
		/* html{font-size:12.02083vw} */
		body{font-size: 14px;line-height: 24px;}
		.f14{font-size: 14px;}
		.f16{font-size: 14px;}
		.f18{font-size: 15px;}
		.f20{font-size: 15px;}
		.f22{font-size: 16px;}
		.f24{font-size: 16px;}
		.f26{font-size: 16px;}
		.f30{font-size: 17px;}
  .f36{font-size: 18px;}
		.l36,.l28,.l32,.l34{line-height: 24px;}
		.iconfont{font-size: 16px;}
}

/*effict*/
.Scale-img {overflow: hidden; 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;}

.itemhover{transition: all ease 0.3s;}
.activehover{-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.05);
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	-webkit-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -3px, 0);}
.itemhover2{transition: all ease 0.3s;}
.activehover2{
		-webkit-transform: translate3d(0, -3px, 0);
		transform: translate3d(0, -3px, 0);}

.ico{display:block;position: relative;align-items: center;justify-content: center;margin: 0px auto;}
.ico .i1,.ico .i2 {position: absolute;z-index: 100;width: 100%;height: 100%;z-index: 2;}
.ico img {position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: 2;}
.ico .i1 {transition: 400ms;}
.ico .i2 {-webkit-transform: scale(0);transform: scale(0);opacity: 0;filter: alpha(opacity=0);transition: 500ms;}
.li:hover .ico .i2,.li.on .ico .i2,.item:hover .ico .i2,.item.slick-current .ico .i2,.item.on .ico .i2 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico .i1,.li.on .ico .i1,.item:hover .ico .i1,.item.slick-current .ico .i1,.item.on .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}

.moreBtn{border-radius: 50%;width: 0.48rem;height: 0.48rem;background-image:linear-gradient(to bottom left,#0477d1,#1291f3);display: inline-block;position: relative;transition: all 0.3s;}
.moreBtn:after{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 20px;height: 5px;content: "";background: url(../images/ico/arr_right1.svg) right bottom no-repeat;}
.moreBtn.orange{background-image:linear-gradient(to bottom left,#f5aa00,#fcde00);}
.moreBtn.gray{background: #d2d2d2;}
.moreBtn:hover,.item:hover .moreBtn{transform: scale(1.1);background-image:linear-gradient(to bottom left,#f5aa00,#fcde00);}
@media(max-width:640px){
	.moreBtn{width: 30px !important;height: 30px !important;}
}

/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.48rem;position: relative;color: #666666;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.5rem;height: 0.5rem;color:#666666;border:1px solid #dddddd;margin:0 0.1rem;border-radius: 50%;position: relative;}
.Pages a:hover,.Pages a.a_cur{color:#fff;background-image: linear-gradient(to top, #057ad3 , #1291f3);border: 1px solid rgba(0,0,0,0);}
.Pages .arr:after{content: "";width: 19px;height: 7px;left: 50%;top: 50%;position: absolute;margin: -3.5px 0 0 -9.5px;}
.Pages .arr.a_prev:after{background: url(../images/ico/arr_left.png) right bottom no-repeat;}
.Pages .arr.a_prev:hover:after{background: url(../images/ico/arr_left1.png) right bottom no-repeat;}
.Pages .arr.a_next:after{background: url(../images/ico/arr_right.png) right bottom no-repeat;}
.Pages .arr.a_next:hover:after{background: url(../images/ico/arr_right1.png) right bottom no-repeat;}
.djBody .Pages a:hover,.djBody .Pages a.a_cur{background-image: linear-gradient(to right, #f25201 , #c31f06);}

@media ( max-width:640px){
.Pages{line-height: 30px;}
.Pages a{width: 30px;height: 30px;}
.Pages a{margin: 0 2px;}
}
/*pages end*/


/*Top*/
.Header{ height:0.96rem;line-height:0.95rem; position:fixed; width:100%; left:0; top:0;z-index:1000; text-align: right;font-size: 0;transition: all 0.3s;border-bottom: 1px solid rgba(255,255,255,0.1);}
.Header:after{width: 100%;height: 0%;content: "";position: absolute;left: 0;top: 0;background: #fff ;transition: all 0.5s;top: 0%;opacity: 0;}
.Header .dis{display: inline-block;vertical-align: middle;}
.Header .Logo {float: left;position: relative;z-index: 10;}
.Header .Logo img{height: 0.54rem;transition: all 0.3s;}
.Searchico{ cursor:pointer;color:#fff;background: rgba(0,0,0,0.3);width: 0.4rem;height: 0.4rem;line-height: 0.4rem;text-align: center;border-radius: 50%;}
.Searchico:hover{background: #f6ab05;}
.Searchico .icongb{ display:none;}
.Searchico.on .icongb{ display:block;}
.Searchico.on .iconso{ display:none;}
.Searchico .iconfont{ font-size:22px;}
.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: #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;background: #f6ab05;position: absolute;right: 12px;top: 12px;}
.searchbox.on{opacity: 1;visibility: visible;top: 94%;z-index: 10;}

.MainNav{position: relative;padding-right: 0.45rem;}
.MainNav li{float: left; margin-right:0.61rem;position: relative;}
.MainNav span a{ position:relative; z-index:100;display:block;transition: all ease 0s;color: #fff;font-size: 16px;}
.MainNav span a:after{width: 0;left: 50%;height: 0;bottom:-5px;border-radius:50%;position: absolute;background:#fff200;content: "";transition: all 0.3s;transform: translateX(-50%);z-index: 10;}
.MainNav .arr{ display:none;}
.MainNav li:hover span a{color:#333;}
.MainNav li:hover a:after,.MainNav li.onnav a:after{ width:9px;height: 9px;}

.closebtn{ position:fixed; left:0px; top:50px; width:100%; height:100%; z-index:99; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer; height:25px; position:absolute; right:5%; top:10px; z-index:1001;color:#fff;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:#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;}

/* 头部滑过 */
.Header.fix{box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.Header.fix:after,.Header:hover:after,.detailTop .Header:After{top: 0;height: 100%;opacity: 1;}
.Header.fix .Logo .hide,.Header:hover .Logo .hide,.detailTop .Header .Logo .hide{display: inline-block;}
.Header.fix .Logo .show,.Header:hover .Logo .show,.detailTop .Header .Logo .show{display: none;}
.Header.fix .MainNav span a,.Header:hover .MainNav span a,.detailTop .Header .MainNav span a{color: #333;}
.Header.fix .MainNav li:hover span a,
.Header.fix .MainNav li.onnav span a{color: #333;}	
.Header.fix .MainNav span a:after,
.Header:hover .Searchico,.Header.fix .Searchico{color: #fff;}
.detailTop .openbtn i{background: #333;}

/* 下拉 */
.NavPull{ z-index:99;display:none; position:absolute; top:100%; left:50%;width:2rem;padding:0.15rem;background: #fff url(../images/nav_logo.png) right top no-repeat;transform: translateX(-50%);box-shadow: 0 8px 15px rgba(0,0,0,0.08);border-radius: 10px 10px 0.8rem 10px;text-align: left;line-height: 0.3rem;overflow: hidden;}
.NavPull.null{display: none !important;}
.NavPull dl{position: relative;z-index: 2;margin: 0 0.15rem;}
.NavPull dl dd{padding: 0.1rem 0;border-bottom: 1px solid #e6e6e6;text-align: center;}
.NavPull dl dd:last-child{border-bottom: 0;}
.NavPull.hz dl p a{color: #999999;display: inline-block;}.NavPull.hz dl p a:hover{color: #0071c8;}
.NavPull.hz dl p a:not(:last-child){margin-right: 0.4rem;}
.NavPull.hz dd{padding: 0.26rem 0;text-align: left;}
.NavPull.hz dd:nth-child(3) a:not(:last-child){margin-right: 0.1rem;}
.NavPull.hz{width: 10.7rem;transform: translateX(-45%);}
.NavPull.hz dl{margin: 0;}
.NavPull.link {width: 2.4rem;}
.NavPull.link dl{margin-left: 0.45rem;}
.NavPull.link dl dt {border-bottom: 1px solid #e2e4e7;line-height: 0.69rem;padding-top: 0.08rem;position: relative;margin-bottom: 0.08rem;}
.NavPull.link dl dt:after {position: absolute;left: 0;bottom: -2px;width: 0.64rem;height: 3px;content: "";background: #0071c8;}
.NavPull.link dl dt i{position: absolute;left: -29px;top: 0.05rem;color: #0071c8;}
.NavPull.link dl dd{padding-top: 0;text-align: left;}
.NavPull.link dl p{margin-top: 0.2rem;}


@media(max-width:1440px){
	.MainNav li{margin-right: 0.4rem;}
}
@media(max-width:1024px){
.Header{height: 50px;line-height: 50px;}
.Header .auto{padding-left: 5%;z-index: auto;}
.Header .Logo img{height: 35px !important;}
.Header .w1600{position: relative;z-index: 1000;}
.Header .tel span{display: none !important;}
.Header .menu {margin-right: 40px;}
.Header .openbtn{display: block;}
.Header.fix .openbtn i,.Header:hover .openbtn i{background: #333;}
.MainNav{position: fixed;right: 0;top: 50px;width: 70%;height: calc(100% - 50px);right: -100%;transition: all 0.3s;opacity: 0;background:#fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);padding: 20px 0 0 0;overflow-y: auto;z-index: 100;}
.MainNav.on{right: 0;opacity: 1;}
.MainNav li{width: auto;float: none;text-align: left;margin: 0 15px;position: relative !important;padding: 0;}
.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:#02438d !important;}
.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;}
.MainNav .arr i{position: absolute;right: 10px;font-size: 14px;color:#666;top: 0;transition: all 0.3s;}
.MainNav li.onnav .arr i{transform: rotate(-180deg);}
.Header .MainNav span a:after{display: none;}

.Searchico{margin-right: 50px;}
.searchbox{width: 100%;}

.NavPull{position: static;width: 100% !important;margin:0;text-align: left;padding:10px;transform: translateX(0) !important;line-height: 2.2;border-radius: 10px;}
.NavPull a{font-size: 14px;padding:2px 0 2px 15px;}
.NavPull .name{display: none;}
.NavPull .menu{width: auto;display: block;margin-right: 0;}
.NavPull .menu .item{width: auto;float: none;}
.NavPull .menu .item:not(:last-child){border-bottom: 1px solid #ddd;padding-bottom: 8px;margin-bottom: 8px;}
}
@media(max-width:480px){
	.Searchico{margin-right: 45px;width: 28px;height: 28px;line-height: 28px;}
	.Searchico .iconfont{font-size: 20px;}
	.Header .Logo img{height: 30px !important;}
}

/*Bottom*/
.Footer{ position:relative;margin-top: 1.73rem;padding:0.72rem 0 0 0;background:#142033;color: #fff;z-index: 2;}
.Footer .blank{position: absolute;left: 0;top: -100vh;height: 100vh;z-index: -2;width: 100%;}
.Footer a{color: #fff;}.Footer a:hover{color: #f6ab05;}
.Footer:before{height: 1.64rem;width: 100%;content: "";position: absolute;left: 0;top: -1.64rem;background: url(../images/footer_point.png) center bottom no-repeat;background-size: contain;}
.Footer:after{height: 3.03rem;width: 100%;content: "";position: absolute;left: 0;top: -2.04rem;background: url(../images/footer_point2.png) center top no-repeat;background-size: contain;}
.Footer .logob{position: absolute;z-index: 10;right: 0;top: -2.28rem;color: #fff;font-size: 0.24rem;}
.Footer .logob img{height: 0.55rem;display: inline-block;vertical-align: middle;margin-right: 0.4rem;}
.Footer .logob span{vertical-align: middle;}
.Footer .logob b,.Footer .contact .hotline dd{-webkit-background-clip: text;	-webkit-text-fill-color: transparent;
background-image: linear-gradient(to top,#b5d7ff, #e5f1ff);background-clip: text;-webkit-background-clip: text;color:transparent;font-size: 0.28rem;vertical-align: middle;}
.Footer .link{padding: 0 0 0.54rem 38px;border-bottom: 1px solid rgba(255,255,255,0.05);position: relative;margin-bottom: 0.6rem;}
.Footer .link i{position: absolute;left: 0;top: -2px;font-size: 23px;}
.Footer .link a:not(:last-child){position: relative;margin-right: 0.45rem;display: inline-block;}
.Footer .link a:not(:last-child):after{position: absolute;width: 3px;height: 3px;border-radius: 50%;content: "";right: -0.24rem;top: 50%;transform: translateY(-50%);background: rgba(255,255,255,0.2);}
.Footer .leftInfo{float: left;}
.Footer .nav{margin-bottom: 0.45rem;}
.Footer .nav a:not(:last-child){margin-right: 0.6rem;position: relative;}
.Footer .nav a:not(:last-child):after{position: absolute;right: -0.3rem;top: 50%;transform: translateY(-50%);width: 1px;height: 16px;background: rgba(255,255,255,0.1);content: "";}
.Footer .contact{color: rgba(255,255,255,0.5);}
.Footer .contact .hotline{padding-right: 1.18rem;}
.Footer .contact .hotline dd{font-size: 0.44rem;line-height: 1.5;}

.Footer .Ewm{float: right;text-align: center;}
.Footer .Ewm li:not(:last-child){padding-right: 0.29rem;}
.Footer .Ewm li img{display: block;margin: 0px auto 0.12rem;padding: 0.09rem;background: #fff;width: 1.38rem;height: 1.38rem;}

.Footer .Copyright {clear: both;border-top: 1px solid rgba(255,255,255,0.05);padding: 0.33rem 0;color: rgba(255,255,255,0.5);margin-top: 0.48rem;}
.Footer .Copyright .bei{margin-left: 0.18rem;}
.Footer .Copyright a {color: rgba(255,255,255,0.5);}.Footer .Copyright a:hover{color: #f6ab05;}
.Footer .Copyright menu a:not(:last-child){margin-right: 17px;position: relative;}
.Footer .Copyright menu a:not(:last-child):After{position: absolute;right: -9px;top: 50%;margin-top: -1px;width: 1px;height: 2px;background: #bfbfbf;border-bottom: 1px solid #d3d3d3;content: "";}
.Footer .Copyright .bei{margin-left: 13px;}

.totop{position:fixed;right:1.7%;text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;width: 0.5rem;height: 0.5rem;line-height:0.5rem;z-index:500;background:#f6ab05;color:#fff;box-shadow: 0 6px 30px rgba(216,22,23,0.2);border-radius: 50%;transform: translateY(0.5rem);}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;transform: translateY(0);}

.fixFloat{position: fixed;right: 1.7%;z-index: 100;bottom: 20%;}
.fixFloat li{position: relative;}
.fixFloat .ico{width: 0.5rem;height: 0.5rem;line-height:0.5rem;text-align: center;border-radius: 50%;background-color: #fff;box-shadow: 0 0 40px rgba(0,0,0,0.25);margin-bottom: 0.2rem;color: #f6ab05;}
.fixFloat li:hover .ico{background-color: #f6ab05;color: #fff;}
.fixFloat .info{position: absolute;right: 0;width: 2rem;text-align: center;background: #f6ab05;box-shadow: 0 0 10px rgba(0,0,0,0.08);padding: 0.2rem;font-size: 0.2rem;color: #fff;top: 50%;transform: translateY(-50%);border-radius: 5px;line-height: 1.3;visibility: hidden;z-index: -1;transition: all 0.3s;opacity: 0;}
.fixFloat .info span{display: block;font-size: 0.16rem;}
.fixFloat li.on .info {z-index: 10;visibility: visible;right: 105%;opacity: 1;}
.fixFloat .info a{color: #fff;}

@media(max-width:1420px){
	.Footer:after{top: -1.7rem;}
	.Footer .logob{top: -2.1rem;}
}
@media(max-width:1024px){
	.Footer{padding: 0.5rem 0 0.3rem;}
	.Footer:after {top: -1.17rem;}
	.Footer .logob{top: -1.45rem;font-size: 0.18rem;}
	.Footer .logob img{height: 0.4rem;margin-right: 0.2rem;}
	.Footer .Ewm{float: none;width: auto;clear: both;padding-top: 0.35rem;}

	.totop,.fixFloat .ico{width: 30px;height: 30px;line-height: 30px;}
	.totop i{font-size: 18px;}
	.fixFloat{right: 1px;}
}
@media(max-width:640px){
	.Footer{margin-top: 1.2rem;}
	.Footer:after{top: -0.78rem;}
	.Footer .logob{display: none;}
	.Footer .Ewm li {font-size: 12px;}
	.Footer .Ewm li img{width: 1.68rem;height: 1.68rem;}
	.Footer .link{padding-bottom: 0.35rem;margin-bottom: 0.35rem;}
}
/*Bottom*/

.video_files{position: fixed;left: 50%;top: 50%;width: 70%;height: 70%;z-index: 1001;transform: translate(-50%,-50%);display: flex;justify-content: center;align-items: center;padding: 0.3rem;background: #fff;border-radius: 10px;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.video_files .close{position: absolute;right: 0;top: 0;text-align:center;width: 35px;height: 35px;line-height: 35px;background:#f39900;color:#fff;z-index: 10;cursor: pointer;}
.video_files video{width: 100%;height: 100%;object-fit: cover;background:#000;}
@media(max-width:1024px){
	.video_files{width: 100%;height: 100%;background: rgba(0,0,0,0.5);}
	.video_files video{object-fit: contain;height: auto;position: static;}
}

.wow {visibility: hidden;}
.TabSlide{position: relative;}
