@charset "utf-8";
@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;
}
html{-webkit-text-size-adjust:100%;overflow-x: hidden;}

/* html,body{height:100%;} */

body{padding:0;margin:0; color:#333333; width:100%; zoom:1;}
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;}
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: block; vertical-align: baseline;}
img{ max-width:100%;max-height: 100%; border:none; border:0;display: inline-block;vertical-align: middle;}
a{ color:#070202; 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(--orange-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 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;}
.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;}
.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;}
.pb60{padding-top:0.5rem !important;}
.pb80{padding-bottom:0.8rem;}
.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;}
.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;}
.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;}
.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;}
/*font*/
:root {
	--blue-color:#2d397b;
	--orange-color:#f08200;
}
.f000{color: #000;}
.f333{color: #333;}
.f555{color: #555;}
.f666{color: #666;}
.ffff{color: #ffffff !important;}
.fblue{color: #33a1f0;}
.fred{color: #c60019;}
.forange{color: #af8b66;}
.t_justify{text-align: justify;}
.f_lighter{font-weight: lighter;}
.f_normal{font-weight: normal;}
.f_bold{font-weight: bold;}
.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;}
.f32{font-size: 0.32rem;}
.f36{font-size: 0.36rem;}
.f40{font-size: 0.40rem;}
.l24{line-height: 0.24rem;}
.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;}
.l48{line-height: 0.40rem;}
.date{color: #666;}
.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;}


/*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 20px rgba(0,0,0,0.1);
	box-shadow: 0 10px 20px rgba(0,0,0,0.18);
	-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{display:inline-block;position: relative;align-items: center;justify-content: center;margin: 0px auto;vertical-align: middle;}
.ico .i1,.ico .i2 {position: absolute;width: 100%;height: 100%;z-index: 2;}
.ico img {position: absolute;max-width: 100%;max-height: 100%;left: 50%;top: 50%;z-index: 2;transform: translate(-50%,-50%);}
.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: translate(-50%,-50%) scale(1);transform: translate(-50%,-50%) 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: translate(-50%,-50%) scale(1.2);transform: translate(-50%,-50%) scale(1.2);}

.moreBtn{display: inline-block;transition: all 0.3s;width: 1.03rem;line-height: 1.03rem;position: relative;color: #172132;text-align: center;}
.moreBtn:after{position: absolute;left: 0;top: 0;width: 100%;height: 100%;content: "";background: url(../images/logobg.png) no-repeat center center/contain;transition: all 0.5s;}
.moreBtn span{position: relative;z-index: 1;}
.moreBtn span:after{display: inline-block;vertical-align: middle;width: 14px;height: 9px;content: "";background: url(../images/arr_black.svg) no-repeat center center/contain;margin-left: 0.2rem;transition: all 0.5s;}
.moreBtn:hover span:after{transform: translateX(-0.1rem);}
.moreBtn:hover:after{background: url(../images/logobg2.png) no-repeat center center/contain;transform: scale(1.05);}
.moreBtn.white{color: #fff;}
.moreBtn.white span:after{background: url(../images/arr_white.svg) no-repeat center center/contain;}

.mores{width: 0.4rem;height: 0.4rem;border-radius: 50%;border: 1px solid #d1d1d1;display: flex;align-items: center;justify-content: center;transition: all 0.5s;}
.mores:after{content: "";width: 0.11rem;height: 0.11rem;background: url(../images/arr_gray.svg) no-repeat center center/contain;transition: all 0.5s;}
.item:hover .mores{border: 1px solid var(--blue-color);background-color: var(--blue-color);transform: scale(1.1);}
.item:hover .mores:After{background: url(../images/arr_white2.svg) no-repeat center center/contain;transform: rotate(-45deg);}

@media(max-width:640px){
.moreBtn{width: 1.6rem;font-size: 12px;}
}


/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.58rem;position: relative;color: #999999;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.6rem;height: 0.6rem;color:#999999;border:1px solid #e0e0e0;margin:0 0.06rem;border-radius: 50%;}
.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: var(--blue-color);}
.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 #e0e0e0;margin: 0 0.1rem;}
.Pages .i_button {width: 0.5rem;height: 0.5rem;color: #fff;border: 1px solid;background:#cdcdcd;margin-left: 0.1rem;padding: 0;cursor: pointer;}
.Pages .i_button:hover {background: #e45a28;}

@media ( max-width:640px){
.Pages{line-height: 22px;}
.Pages a,.Pages .text{width: 24px;height: 24px;}
.Pages .go{width: 26px;height: 24px;}
.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;text-align: right;color: #fff;border-bottom: 1px solid rgba(255,255,255,0.08);background-color: rgba(0,0,0,0.03);}
.Header:after{left: 0;width: 100%;top: 0;height: 100%;background-color: rgba(255,255,255,0.8);content: "";position: absolute;filter: blur(10px);opacity: 0;transition: all 0.5s;}
.Header a{color: #fff;}.Header a:hover{color: #e45a28;}
.Header .w1440{display: flex;justify-content: flex-end;align-items: center; height:1rem;}
.Header .Logo {position: absolute;z-index: 10;left: 0;width: 2.09rem;height: 0.59rem;}
.Header .Logo img{height: 0.59rem;transition: all 0.3s;position: absolute;left: 0;top: 0;}
.Header .Logo .cai{opacity: 0;}
.Searchico{ cursor:pointer;}
.Searchico:hover{color: #e45a28;}
.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: #e45a28;}
.searchbox.on{opacity: 1;visibility: visible;top: 94%;z-index: 10;}

.MainNav li{margin:0 3.229vw 0 0;display: inline-block;}
.MainNav span a{ position:relative; z-index:100;display:block;transition: all ease 0s;line-height: 1rem;}
.MainNav span a:after{left: 50%;transform: translateX(-50%);width:0;bottom: -1px;height: 3px;content: "";position: absolute;background: #e45a28;transition: all 0.5s;}
.MainNav .arr{ display:none;}
.MainNav li.onnav span a{color: #e45a28;}
.MainNav li.onnav span a:After,.MainNav li:hover span a:After{width: 130%;}

.closebtn{ position:fixed; left:0px; top:45px; 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: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;}

/* 头部滑过 */
.detailBody .Header,.Header.on,.Header.fix{color: #333;border-bottom: 1px solid #e5e5e5;}
.detailBody .Header:after,.Header.on:after,.Header.fix:after{filter: blur(0);opacity: 1;}
.detailBody .Header .Logo .bai,.Header.on .Logo .bai,.Header.fix .Logo .bai{transform: scale(0);}
.detailBody .Header .Logo .cai,.Header.on .Logo .cai,.Header.fix .Logo .cai{opacity: 1;}
.detailBody .Header a,.Header.on a,.Header.fix a{color: #333333;}
.detailBody .Header .fwyy,.Header.on .fwyy,.Header.fix .fwyy{border: 1px solid #e45a28;background: #e45a28;color: #fff;}
.Header.fix{box-shadow: 0 10px 10px rgba(0,0,0,0.05);}
.detailBody .Header  .openbtn i,.Header.on .openbtn i,.Header.fix .openbtn i{background: #333;}


/* 下拉 */
.NavPull{ z-index:99;display:none; position:absolute; top:100%; left:0;width:100%;padding:0.2rem 0.3rem;background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.51) 50%, rgba(255, 255, 255, 0) 100%);text-align: left;line-height: 0.3rem;overflow: hidden;border-top: 1px solid #e5e5e5;text-align: center;}
.NavPull.null{display: none !important;}
.NavPull dd{display: inline-block;margin: 0 0.15rem;}
.NavPull dd a{display: block;padding: 0.05rem 0.2rem;color: #333;border-radius: 5px;}
.NavPull dd a:hover{background: #e45a28;color: #fff;}
.MainNav li.onnav dd{animation:fadeInUpSmall 0.2s .4s ease both;-webkit-animation:fadeInUpSmall 0.2s .4s ease both;-moz-animation:fadeInUpSmall 0.2s .4s ease both;}
.MainNav li:nth-child(3) .NavPull{padding-left: 15.208vw;}
.MainNav li:nth-child(4) .NavPull{text-align: right;padding-right: 5.208vw;}
.MainNav li:nth-child(5) .NavPull{text-align: right;}
.MainNav li:nth-child(6) .NavPull{text-align: right;}

@media(max-width:1024px){
	.Header .w1440{z-index: 1000;}
.Header a{color: #333333;}
.Header .openbtn {display: block;}
.Header .openbtn i{background: #fff;}
.Header .Searchico{margin-right: 35px;}

.MainNav{position: fixed;right: 0;top: 45px;width: 90%;height: calc(100% - 45px);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.on{right: 0;opacity: 1;}
.MainNav li{width: auto;float: none;text-align: left;margin: 0 15px;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:#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{display: inline-block;margin-right: 0.2rem;}
.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: 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;}
}

/*Bottom*/
.Footer{ position:relative;background:url(../images/footerbg.jpg) no-repeat center bottom/cover;color: #fff;padding: 0.51rem 0 0;z-index: 1;}
.Footer a{color: #fff;}.Footer a:hover{color: #e45a28;}
.Footer .blank{position: absolute;left: 0;top: -100vh;height: 100vh;z-index: -2;width: 100%;visibility: hidden;}
.Footer .Contact{padding-bottom: 0.44rem;margin-bottom: 0.38rem;position: relative;}
.Footer .Contact:after{position: absolute;width: calc(100% - 7px);right: 0;bottom: 0;content: "";background-color: rgba(255,255,255,0.07);height: 1px;}
.Footer .Contact:before{position: absolute;width:7px;left: 0;bottom: -3px;content: "";border:1px solid rgba(255,255,255,0.07);height: 7px;border-radius: 50%;}
.Footer .Contact dl dt{opacity: 0.4;}

.Footer .SiteMap .item{padding: 0.14rem 0 0.27rem 0;}
.Footer .SiteMap .item.w20 {width: 20%;}
.Footer .SiteMap .item.w20 .list{width: 50%;}
.Footer .SiteMap .item dt{position: relative;margin-bottom: 0.08rem;}
.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;}.Footer .SiteMap .item dd a:hover{opacity: 1;}
.Footer .SiteMap .item:hover dt:after{background: rgba(255,255,255,0.5);}
.Footer .ewm dd{padding-top: 0.07rem;color: #5e5651;text-align: center;}
.Footer .ewm dd img{width: 1.27rem;height: 1.27rem;padding: 0.08rem;background-color: #ffffff;display: block;margin: 0px auto 2px;}

.Footer .copyRight{padding: 0.39rem 0;position: relative;clear: both;margin-top: 0.39rem;color: rgba(255,255,255,0.3);}
.Footer .copyRight:after{position: absolute;width: calc(100% - 7px);right: 0;top: 0;content: "";background-color: rgba(255,255,255,0.07);height: 1px;}
.Footer .copyRight:before{position: absolute;width:7px;left: 0;top: -3px;content: "";border:1px solid rgba(255,255,255,0.07);height: 7px;border-radius: 50%;}
.Footer .copyRight a{display: inline-block;color: rgba(255,255,255,0.3);}
.Footer .copyRight a:hover{color: rgba(255,255,255,1);}

.Footer .fllowus li{position: relative;z-index: 10;}
.Footer .fllowus li:not(:first-child){margin-left: 0.3rem;}
.Footer .fllowus .icon{cursor: pointer;display: inline-block;position: relative;width: 0.58rem;height: 0.58rem;line-height: 0.58rem;border-radius: 50%;background: #15192d;text-align: center;}
.Footer .fllowus .icon img{width: 30px;height: 30px;}
.Footer .fllowus .ewm{padding: 10px;border-radius: 5px;background: #fff;width: 1.5rem;height: 1.5rem;bottom: 0.4rem;left: 50%;transform: translateX(-50%);transition: all 0.5s;position: absolute;opacity: 0;z-index: -1;visibility: hidden;}
.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:hover .ewm{bottom: 0.68rem;visibility: visible;z-index: 1;opacity: 1;}
.Footer .fllowus li:hover{z-index: 15;}
.Footer .fllowus li:hover .icon{background: #2a304e;}

.totop{position:fixed;left:50%;bottom:-100%;text-align: center; cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;width: 1.37rem;height:0.8rem;z-index:210;color:#33a1f0;border-radius: 50%;transition: all 0.5s;background: linear-gradient(0deg, #FFFFFF 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,0) 50%);transform: translateX(-50%);}
.totop:hover{transform: translateX(-50%) scale(1.1);}
.totop i{font-size: 0.3rem;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;bottom: -0.4rem;}
.totop.fix{position: absolute;bottom: auto;top: -0.4rem;line-height:0.8rem;}

@media(max-width:1024px){
	.Footer .Contact dl{width: 100%;}

	.Footer .SiteMap{display: block;float: none;width: auto;margin-bottom: 0.35rem;}
	.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;border-bottom: 1px solid rgba(255,255,255,0.05);line-height: 2.5;font-weight: normal;}
	.Footer .SiteMap .item dd a{margin-left: 15px;}
	.Footer .SiteMap .item dt i{display: block;}
	.Footer .SiteMap .item:last-child{border-bottom: 0;}
	.Footer .SiteMap .item:last-child dt{border-bottom: 0;}
	.Footer .SiteMap .ewm{padding-top: 0.2rem;text-align: center;}
	.Footer .SiteMap .ewm dt{margin-bottom: 0;}

		.Footer .copyRight{text-align: center;}
}
@media(max-width:640px){
	.totop i{font-size: 20px;}
}
/*Bottom*/

.video_files{position: fixed;left: 50%;top: 50%;width: 75%;height: 75%;z-index: 1001;transform: translate(-50%,-50%);display: flex;justify-content: center;align-items: center;padding: 0.35rem;background: #fff;border-radius: 10px;box-shadow: 0 0 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:#b3783a;color:#fff;z-index: 10;cursor: pointer;}
.video_files video{width: 100%;height: 100%;object-fit: fill;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: visible;}
.TabSlide{position: relative;}

/*liMarquee.css*/
.str_wrap {
	overflow:hidden;
	zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space:nowrap;
}
.str_move {
	white-space:nowrap;
	position:absolute;
	top:0;
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	display:inline;
	zoom:1;
	vertical-align:top;
	position:absolute;
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.str_wrap img {
	max-width:none !important;
}