﻿@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: "BEBAS"; font-weight: normal; font-style: normal;
	src: url('../fonts/BEBAS.ttf');
}
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:#333; width:100%; zoom:1;font-family:SourceHanSansCNR,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:SourceHanSansCNR,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:SourceHanSansCNR,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:#333; 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:#ed6802;}
/**: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.18rem center;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-left: 12px;
	padding-right: 0.5rem;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

input[type="radio"],
input[type="checkbox"]{width: 0.18rem; height: 0.18rem;vertical-align: middle;appearance: none;print-color-adjust: exact;cursor: pointer;border: 1px solid #dddddd;position: relative;margin: -0.04rem 0.11rem 0 0;}
input[type="radio"]{border-radius: 50%;}
input[type="radio"]:checked:after{left: 3px;top: 3px;width: calc(100% - 6px);height: calc(100% - 6px);background: #00479d;content: "";position: absolute;border-radius: 50%;}
input[type="radio"]:checked{border: 1px solid #00479d;}

input[type="checkbox"]{border-radius: 4px;border: 1px solid #bfbfbf;background-color: #fff;}
input[type="checkbox"]:checked{background: #fff url(../images/gou.png) no-repeat center center;border: 1px solid #00479d;}

/*网页滚动条*/
::-webkit-scrollbar{width: 6px; height:6px;-webkit-overflow-scrolling : touch;background-color: #ebeced;border-radius: 5px;}
::-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;}
/* .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;}
.ptb100{padding-top:1rem;padding-bottom:1rem;}
.pt60{padding-top:0.6rem;}
.pb150{padding-bottom:1.5rem;}
.pt100{padding-top:1rem;}
.pt70{padding-top:0.7rem;}
.pb100{padding-bottom:1rem;}
.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;}
.flexac{display: flex;display: -ms-flexbox;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;}
.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;}
.flexjw{display: flex;display: -ms-flexbox;flex-wrap: wrap;-ms-flex-wrap: wrap;justify-content: center;-ms-flex-pack: center;}
.flexjaw{display: flex;display: -ms-flexbox;flex-wrap: wrap;-ms-flex-wrap: wrap;justify-content: center;-ms-flex-pack: center;align-items: center;-ms-flex-align: center;}
.flexb{display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;}

/*font*/
.f000{color: #000;}
.f999{color: #999;}
.f666{color: #666;}
.f555{color: #555;}
.f333{color: #333 !important;}
.fblue{color: #142233;}
.fblue2{color: #00479d;}
.fred{color: #ed1600;}
.forange{color: #ed6802;}
.t_justify{text-align: justify;}
.f_lighter{font-weight: lighter;}
.f_normal{font-weight: normal;}
.f14{font-size: 14px;}
.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;}
.f28{font-size: 0.28rem;}
.f30{font-size: 0.30rem;}
.f36{font-size: 0.36rem;}
.f40{font-size: 0.40rem;}
.l24{line-height: 0.24rem;}
.l28{line-height: 0.28rem;}
.l32{line-height: 0.32rem;}
.l33{line-height: 0.33rem;}
.l36{line-height: 0.36rem;}
.l38{line-height: 0.38rem;}
.l40{line-height: 0.40rem;}
.l42{line-height: 0.42rem;}
.l48{line-height: 0.40rem;}
.iconfont{ font-size:22px;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;}
.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;}
		.f14{font-size: 14px;}
		.f16{font-size: 14px;}
		.f18{font-size: 15px;}
		.f20{font-size: 16px;}	
		.f22{font-size: 16px;}
		.f24{font-size: 16px;}
		.f26{font-size: 16px;}
		.f28{font-size: 17px;}
		.f30{font-size: 18px;}
		.f40{font-size: 20px;}
		.l36,.l28,.l24,.l33,.l32,.l48,.l40,.l38,.l42{line-height: 24px;}
		.iconfont{font-size: 16px;}
		.ptb100{padding-top:0.65rem;padding-bottom:0.65rem;}
		.pb150{padding-bottom: 0.65rem;}
	.pt100{padding-top:0.65rem;}
	.pb100{padding-bottom:0.65rem;}
	input[type="radio"],
 input[type="checkbox"]{width: 15px;height: 15px;}
}


/*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;}
.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: 0 10px 10px rgba(0,64,152,0.09);
	box-shadow: 0 10px 10px rgba(0,64,152,0.09);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);}
.itemhover2{transition: all ease 0.3s;display: block;}
.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;max-width: 100%;max-height: 100%;left: 50%;top: 50%;z-index: 2;transform: translate(-50%,-50%);}
.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 .i2 {-webkit-transform: translate(-50%,-50%) scale(1);transform: translate(-50%,-50%) 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: translate(-50%,-50%) scale(1.2);transform: translate(-50%,-50%) scale(1.2);}

.ico-rotate{ transition: 0.6s;transform-style: preserve-3d;}
.ico-rotate .i1,
.ico-rotate .i2 {backface-visibility: hidden;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.item:hover .ico-rotate,.item.on .ico-rotate {transform: rotateY(180deg);}
.ico-rotate .i2 {z-index: 3;transform: translateX(-50%) rotateY(180deg);}

/*pages*/
.Pages{clear: both;text-align: center;position: relative;color: #666666;}
.Pages:After{content: "";width: 0.34rem;height: 0.34rem;left: 50%;top: 50%;transform: translate(-50%,-50%);position: absolute;background: url(../images/sj.svg) no-repeat center center/contain;}
.Pages .arr {background-color: #e6e6e6;min-width: 1.2rem;padding: 0 0.2rem;line-height: 0.43rem;text-align: center;background-color: #e6e6e6;border: 1px solid #e6e6e6;}
.Pages .arr:hover {color: #ed6802;border: 1px solid #ed6802;background-color: transparent;}

@media ( max-width:640px){
}
/*pages end*/


/*Top*/
.Header{position:fixed; width:100%; left:0; top:0;z-index:1000;transition: all 0.5s;text-align: right;color: #fff;}
.Header > .w1440{position: static;}
.Header .Logo img{height: 0.38rem;transition: all 0.5s;}
.Header a{color: #fff;}.Header a:hover{color: #ed6802;}
.Header .Ver{font-size: 12px;color: rgba(255,255,255,0.6);}
.Header .Ver a{color: rgba(255,255,255,0.6);}
.Header .Ver a:hover,.Header .Ver a.on2{color: #fff;}

.MainNav{padding-right: 4vw;}
.MainNav li{margin:0 0 0 2vw;}
.MainNav span a{ position:relative; z-index:100;display:block;line-height: 1rem;color: #fff;transition: all 0.5s;}
.MainNav .arr{ display:none;}
.MainNav li.onnav span a{color: #ed6802 !important;}

.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; height:25px; position:absolute; right:5%; top:50%; z-index:1001;display: none;font-size: 12px;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: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.05);border-bottom: 0;padding: 0;}
.Header.fix{box-shadow: 0 10px 10px rgba(0,0,0,0.05);color: #333;background: #fff;}
.Header.fix .Logo img{height: 0.38rem;}
.Header.fix .MainNav span a{ line-height: 0.74rem;}
.Header.fix .Ver a:hover, .Header.fix .Ver a.on2{color: #ed6802;}
.Header.on{background: #fff;border-bottom: 0;color: #333;}
.Header.on .Logo .show,.Header.fix .Logo .show{display:none;}
.Header.on .Logo .hide,.Header.fix .Logo .hide{display: inline-block;}
.Header.on a,.Header.fix a{color: #333333;}
.Header.on .MainNav span a,.Header.fix .MainNav span a{color: #000000;}
.Header.on .Ver a:hover,.Header.on .Ver a.on2{color: #ed6802;}
.Header.on .openbtn i,.Header.fix .openbtn i{background: #333;}
.MainNav span a{color: #fff;}

/* 下拉 */
.MainNav li{position: relative;}
.MainNav li .NavPull{padding: 10px 0;}
.MainNav li .NavPull dl{float: left;width: 50%;text-align: left;}
.MainNav li .NavPull dl dt{width: 100%;font-size: 0.16rem;text-indent: 0.2rem;min-height: 0.4rem;}
.MainNav li .NavPull dl dt a{color: #ed6802;}
.MainNav li .NavPull dl dt:hover a{font-weight: bold;}
.MainNav li .NavPull dl dd{width: 100%;font-size: 0.16rem;}
.NavPull{z-index:99;display:none;position:absolute;top:100%;left: 50%;width: 5rem;padding:0.15rem;background:#fff;box-shadow: 0 8px 15px rgba(0,0,0,0.08);text-align: left;line-height: 0.3rem;overflow: hidden;text-align: center;border-top: 1px solid #ddd;border-radius: 0 0 5px 5px;transform: translateX(-50%);}
#nav2 .NavPull.null,
#nav36 .NavPull.null,
#nav41 .NavPull.null,
#nav32 .NavPull{display: none !important;}
#nav28 .NavPull{width: 9rem}
#nav7 .NavPull{width: 5rem}
#nav28 .NavPull dl,#nav7 .NavPull dl{width: 33.33%;}
.MainNav li#nav45 .NavPull{width: 1.4rem;}
.MainNav li#nav45 .NavPull dl{width: 100%;}
.MainNav li#nav45 .NavPull dl dd{text-align: center;}
.NavPull dd{display: inline-block;}
.NavPull dd a{display: block;padding: 0rem 0.15rem;color: #000 !important;border-radius: 5px;font-size: 14px;}
.NavPull dd a:hover{color: #ed6802 !important;}
.MainNav li.onnav dd{animation:fadeInUp 0.2s .2s ease both;-webkit-animation:fadeInUp 0.2s .2s ease both;-moz-animation:fadeInUp 0.2s .2s ease both;}

@media(max-width:1024px){
.Header .Ver{margin-right: 40px;}
.Header{padding: 0 0;height: 0.8rem;}
.Header .Logo{height: 0.8rem;display: flex;align-items: center;}
.Header .Logo img{height: 0.4rem !important;}
.Header a{color: #333333;}
.Header .openbtn {display: block;}
.Header .openbtn i{background: #333;}
.Header .w1440{ z-index: 1000;}
.MainNav{position: fixed;right: 0;top: 0.8rem;width: 80%;height: calc(100% - 0.8rem);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;text-align: center;}
.MainNav.on{right: 0;opacity: 1;}
.MainNav li{width: auto;float: none;text-align: left;margin: 0 15px;position: relative !important;padding: 0;display: block;width: 100%;}
.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:#ed6802 !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;}

.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.pro dl{display: flex;justify-content: space-between;flex-wrap: wrap;}
.NavPull.pro dd{width: 33.333%;}
.MainNav li#nav7 .arr{display: block !important;}
.MainNav li#nav32 .arr{display: none !important;}
}
@media(max-width:768px){
	.MainNav li .NavPull dl{width: 100% !important;float: none;}
	.NavPull a{padding-left: 0;}
}
@media(max-width:640px){
	.MainNav li .NavPull dl dt{min-height: 24px;}
	.Header .Logo img{height: 28px;}
}

/*Bottom*/
.Footer{ position:relative;color: #fff;background:url(../images/footerbg.jpg) no-repeat center center/cover;z-index: 3;padding: 3vw 0;}
.Footer .blank{position: absolute;left: 0;top: -60vh;height: 60vh;z-index: -2;width: 100%;visibility: hidden;}
.Footer .contact{width:78%;padding-top: 1.51vw;float: left;}
.Footer .contact h3{font-size: 19px;font-weight: normal;margin-bottom: 15px;width: 100%;}
.Footer .contact .fbox{border-right: 1px solid rgba(255,255,255,0.2);float: left;}
.Footer .contact .fbox.pro{width: 28%;}
.Footer .contact .fbox dl{float: left;width: 50%;}
.Footer .contact .fbox:nth-child(2n+1){float: right;border-right: none}
.Footer .contact .fbox a{color: #fff;font-size: 16px;}
.Footer .contact .fbox a:hover{color: #ed6802;}
.Footer .contact .fbox dt{font-size: 18px;margin-bottom: 10px;}
.Footer .contact .fbox.fa {width: 67%;}
.Footer .contact .fbox.fa dd a{font-size: 14px;}
.Footer .contact .fbox.fa .box{display: flex;}
.Footer .contact .fbox.fa dl:nth-child(1){width: 38%;}
.Footer .contact .fbox.fa dl:nth-child(2){width: 30%;}
.Footer .contact .fbox.fa dl:nth-child(3){width: 32%;}
.Footer .contact .fbox.fa dl:not(:last-child){padding-right: 0.15rem;}
.Footer .contact p{margin-bottom: 2.083vw;font-family: "BEBAS";font-size: 0.24rem;}
.Footer  .ewm{width: 20%;float: right;padding-top: 8vw;}
.Footer  .ewm h3{margin-bottom: 15px;font-weight: normal;font-size: 18px;}
.Footer  .ewm .img{width: 40%;padding: 2px;float: left;text-align: center;}
.Footer  .ewm .img:nth-child(2n+1){float: right;}
.Footer  .ewm .info{flex: 1;padding-left: 0.29rem;}
.Footer  .ewm .info h2{color: #9e9e9e;font-family: "BEBAS";}
.Footer  .ewm .ewm_b{margin-top: 10px;font-size: 0.18rem;line-height: 0.3rem;}
.Footer .copyright {padding-top: 0.24rem;}
.Footer .copyright .logo{padding-right: 4.271vw;}
.Footer .copyright .logo img{height: 0.8rem;}
.Footer .copyright .copy{color: #cbcbcb;padding-top: 0.14rem;}
.Footer .copyright .copy a{color: #cbcbcb;}
.Footer .copyright .copy a:hover{color: #ed6802;}

.Footer .enter a{display: block;border: 2px solid rgba(255,255,255,0.2);min-height: 16.615vw;width: 1.59rem;position: relative;padding: 1.979vw 0 0 0;text-align: center;transition: all 0.5s;}
.Footer .enter a:after{position: absolute;right: -2px;bottom: -2px;width: 0.34rem;height: 0.34rem;background: url(../images/sj.svg) no-repeat center bottom/contain;content: "";}
.Footer .enter p{position: absolute;left: 50%;transform: translateX(-50%);color: #fff;text-align: center;bottom: 3.438vw;width: 100%;}
.Footer .enter aside{color: #ed6802;}
.Footer .enter aside span{background-image: linear-gradient(to right,#dd6d26, #44220c);background-clip: text;-webkit-background-clip: text;color:transparent;font-family: "BEBAS";display: block;}
.Footer .enter a:hover{border: 2px solid rgba(255,255,255,1);}

.Footer .totop{position: absolute;left: 0.54rem;top: 0.36rem;width: 0.8rem;height: 0.8rem;line-height: 0.25rem;padding-top:0.2rem; background: #2E3844;color: #fff;text-align: center;cursor: pointer;z-index: 10;}
.Footer .totop:hover{background: #ed6802;color: #fff;}
.Footer .totop i{font-weight: bold;}
.Footer .totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;bottom: 0;}

@media(max-width:1024px){
	.Footer .contact{width: 100%;border-right: 0;padding: 0;}
	.Footer .copyright{width: 100%;padding: 0.2rem 0;}
	.Footer .copyright{padding-bottom: 0;}
	.Footer .copyright .logo{display: none;}
	.Footer .enter{position: absolute;right: 0;top: 0;}

	.Footer  .ewm{width: 100%;float: none;}
	.Footer .ewm .img img{width: 2.58rem;}
	.Footer .totop{top: -0.5rem;left: auto;right: 0.54rem;}
}
@media(max-width:768px){
	.Footer .enter a{min-height: 26vw;width: 2rem;}
	.Footer .ewm .ewm_b{font-size: 15px;}

	.Footer .contact .fbox{width: auto !important;border-right: 0;}
	.Footer .contact .fbox.pro{border-bottom: 1px solid rgba(255, 255, 255, 0.2);padding-bottom: 10px;margin-bottom: 10px;}
	.Footer .contact .fbox.fa .box{flex-wrap: wrap;}
	.Footer .contact .fbox.fa dl{width: 100% !important;}
}
/*Bottom*/

.video_files{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 1001;display: flex;justify-content: center;align-items: center;padding: 0;}
.video_files .close{position: absolute;right: 0;top: 0;text-align:center;width: 35px;height: 35px;line-height: 35px;background:#b3783a;color:#fff;z-index: 10;cursor: pointer;}
.video_files video{width: 100%;height: 100%;object-fit: fill;background:#000;}

.wow {visibility: visible;}
.TabSlide{position: relative;}

.hoverline{position: relative;}
.hoverline i::before{content:'';display: block;width:0;height:2px;border-top:2px solid #004898;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 #004898;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%;}

/*Location002970 */
.Location002970{margin: 20px 0 ;line-height: 30px;}
.Location002970 em{font-style: normal;padding-left: 30px;background: url("../uploadfiles/image/ico_pro1.png") no-repeat left center/contain;}
.Location002970,
.Location002970 a{color: #666;}
.Location002970 a:hover,
.Location002970 span{color: #ed6802;}


.Footer .totop {
    top: auto;
    bottom: 1.3rem !important;
    position: fixed;
    background: #ed6802;
	opacity: 0;
}