﻿@charset "utf-8";
html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;}
html{font-size:5.2083334vw}
@media (min-width:769px) and (max-width:1024px) {
	html{font-size: calc((100 / 1200) * 100vw);} 
}
@media (max-width:768px) {
	html{font-size: calc((100 / 768) * 100vw);} 
}
@media (max-width:480px){
    html{font-size:calc(100 / 480 * 100vw);}
}
*{margin:0;padding:0;box-sizing: border-box;}
body{ font-family:sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:0.16rem; color:#333; width:100%;  zoom:1;line-height: 1.875;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ 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.14rem; border-radius:0; -webkit-border-radius:0; color:#333;font-family: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{ display: block;} /*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;  vertical-align:middle;}
a{ color:#333; text-decoration:none;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#198a7d;}
.dj a:hover{ text-decoration:none; color: red;}
table{border-collapse: collapse;border-spacing: 0;}

.fl{ float:left;}
.fr{ float:right;}
.tl{ text-align:left !important;}
.tr{ text-align:right;}
.tc{ text-align:center !important;}
.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;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;}
.table {display: table;width: 100%;border-collapse: collapse;}
.table-tr {display: table-row;}
.table-th {display: table-cell;height: 100%;border: 1px solid gray;text-align: center;vertical-align: middle;}
.table .cell {display: table-cell;vertical-align: middle;}
.flex{display: flex;}
.flex_sw{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}


/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*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里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar-button{display: none;}
::-webkit-scrollbar{width: 6px; height:6px;-webkit-overflow-scrolling : touch;background-color: #e6e6e6;}
::-webkit-scrollbar-track{background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{border-radius: 10px;background-color: #58504a;}
::-webkit-scrollbar-button{height: 0px;background-color: #e6e6e6;}

.scroll{overflow: auto;}
.scroll::-webkit-scrollbar-button{display: none;}
.scroll::-webkit-scrollbar{width: 2px; height:2px;-webkit-overflow-scrolling : touch;background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-track{background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-thumb{border-radius: 2px;background-color: #c5c5c5;}
.scroll::-webkit-scrollbar-button{height: 0px;background-color: #f5f5f5;}

/*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,.Scale-img:hover span {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;transition: all .5s;-webkit-transition: all .3s;}
.imgbox img{ width:100%;height:100%;object-fit: cover;}

.ico{width:0.6rem;height:0.6rem;position: relative;margin:0 auto;}
.ico img{position: absolute;top:50%;left:50%;transform: scale(0) translate(-50%,-50%);transition: all .5s;max-height:0.6rem;max-width:0.6rem;transform-origin:top left;}
.ico .img1{transform: scale(1) translate(-50%,-50%);}
.item:hover .ico .img1{transform: scale(0) translate(-50%,-50%);}
.item:hover .ico .img2{transform: scale(1) translate(-50%,-50%);}

/*pages*/
.Pages{padding-top:0.4rem;text-align: center;}
.Pages a{display: inline-block;width:0.48rem;height: 0.48rem;border:1px solid #e6e6e6;margin:0 0.05rem;line-height: 0.48rem;color:#666;overflow: hidden;border-radius: 0.05rem;vertical-align: top;}
.Pages .p_cur, .Pages .p_count, .Pages .p_total, .Pages .p_jump,.Pages .a_first,.Pages .a_end{display: none;}
.Pages .a_prev,.Pages .a_next{color:transparent;font-size: 12px;position: relative;margin:0 0.3rem;display: inline-block;vertical-align: top;}
.Pages .a_prev a,.Pages .a_next a{font-size: 0;position: relative;z-index: 10;margin: 0;}
.Pages .a_prev::after,
.Pages .a_next::after{content:'';display: block;width:100%;height:100%;position: absolute;top:0;left:0;background-position: center;background-repeat: no-repeat;}
.Pages .a_prev::after{background-image: url(../images/page_prev.png);}
.Pages .a_next::after{background-image: url(../images/page_next.png);}
.Pages .a_cur{background: #007d6f;color:#fff;border:1px solid #007d6f;}
.Pages .num a:hover{background: #007d6f;color:#fff;border:1px solid #007d6f;}
.Pages .a_prev:hover,.Pages .a_next:hover{background: #007d6f;color:#fff;border-radius: 0.05rem;}
.Pages .a_prev:hover,
.Pages .a_next:hover{color:#007d6f;}
.Pages .a_prev:hover::after{background-image: url(../images/page_prevc.png);}
.Pages .a_next:hover::after{background-image: url(../images/page_nextc.png);}
.dj .Pages .a_cur{background: red;border:1px solid red;}
.dj .Pages a:hover{background: red;border:1px solid red;}
.dj .Pages .a_prev:hover,
.dj .Pages .a_next:hover{color: red;}
@media(max-width:1024px){
	body{font-size: 14px;}
}


@media(max-width:768px){
	.Pages{padding-top:0.25rem;}
	.Pages .num{display: none;}
	.Pages a{width:0.4rem;height:0.4rem;line-height: 0.4rem;}
	.Pages .a_prev,.Pages .a_next{margin:0 0.1rem;}
}

/*pages end*/
.w1280{width:96%;max-width:12.8rem;margin:0 auto;}
.f18{font-size: 0.18rem;}


.m-btn{display: none;cursor: pointer;padding:0.15rem 0.05rem;border-radius: 5px;z-index:999;margin-top:0.05rem;margin-left:10px;}
.m-btn span{display: block;width:25px;height:3px;background:#198a7d;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.m-btn span::before, .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #198a7d;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.m-btn span:before {top: -8px;}
.m-btn span:after {bottom: -8px;}
.m-btn.active span {background: transparent;}
.m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}


body{padding-top:1.4rem;}
.Top{position: fixed;z-index:999;width:100%;top:0;left:0;background: #fff;}
.Top .w1280{display: flex;justify-content: space-between;align-items: center;}
.Top .Logo img{height:0.83rem;transition: all .3s;}
.Top .Top_right .Top_other{margin-top:0.3rem;transition: all .5s;}
.Top .Top_right .Search{}
.Top .Top_right .Search .SearchIco{display: none;}
.Top .Top_right .Search .SearchBox{width:3rem;position: relative;padding-right:0.5rem;border-radius: 0.4rem;background: #f2f5f5;}
.Top .Top_right .Search .SearchBox input{width:100%;box-sizing: border-box;padding:0 0.2rem;height:0.4rem;}
.Top .Top_right .Search .SearchBox button{width:0.5rem;height:100%;background: url(../images/search.png) no-repeat center center;position: absolute;right:0;top:0;background-size: 0.21rem;}
.Top .Top_right .wx{position: relative;margin-left:0.2rem;}
.Top .Top_right .wx .icon{width:0.4rem;height:0.4rem;border-radius: 50%;background: #f2f5f5;display: flex;align-items: center;justify-content: center;}
.Top .Top_right .wx .icon img{width:0.2rem;}
.Top .Top_right .wx .icon .img2{display: none;}
.Top .Top_right .wx .wx_img{position: absolute;left:50%;top:0.5rem;transform: translateX(-50%);width:1.3rem;box-shadow: 0 0 10px rgba(0,0,0,0.1);padding:0.06rem;border-radius: 0.05rem;background: #007d6f;transition: all .5s;opacity: 0;visibility: hidden;top:0.8rem;z-index:99;}
.Top .Top_right .wx .wx_img img{width:100%;}
.Top .Top_right .wx .wx_img::before{content:'';display: block;border-bottom:0.05rem solid #007d6f;border-left:0.05rem solid transparent;border-right:0.05rem solid transparent;border-top:0.05rem solid transparent;position: absolute;bottom:100%;left:50%;transform: translateX(-50%);}
.Top .Top_right .wx:hover .wx_img{opacity: 1;top:0.5rem;visibility: visible;}
.Top .Top_right .wx:hover .icon{background: #007d6f;}
.Top .Top_right .wx:hover .icon .img1{display: none;}
.Top .Top_right .wx:hover .icon .img2{display: block;}
.dj .Top .Top_right .Search .SearchBox button{background: url(../images/search1.png) no-repeat center center;}
.dj .Top .Top_right .wx:hover .icon{background: red;}
.Top .Top_right .wx .wx_img{background: red;}
.Top .Top_right .wx .wx_img::before{border-bottom:0.05rem solid red;}
.MainNav{line-height: 0.7rem;}
.MainNav ul::after{content:"";display: block;clear: both;}
.MainNav ul li{float:left;margin-left:0.35rem;position: relative;}
.MainNav ul li em{font-size: 0.18rem;display: block;}
.MainNav ul li.onnav em{font-weight: bold;}
.MainNav ul li.onnav em a{color:#007d6f;}
.dj .MainNav ul li.onnav em a{color: red;}
.MainNav ul li .NavPull{position: absolute;width:150px;left:50%;top:100%;transform: translateX(-50%);background: #fff;text-align: center;box-shadow: 0 0 10px rgba(0,0,0,0.1);padding:0.05rem;line-height: 40px;display: none;z-index:99;}
.MainNav ul li .NavPull dd:not(:last-child){border-bottom:1px dashed #eee;}
.MainNav ul li .NavPull dd:hover{background: #007d6f;border-bottom:1px solid #007d6f;}
.MainNav ul li .NavPull dd:hover a{color:#fff;}
.dj .MainNav ul li .NavPull dd:hover{background: red;border-bottom:1px solid red;}
@media(max-width:1024px){
	body{padding-top:0.7rem;}
	.m-btn{display: block;}
	.Top .Logo img{height:0.4rem;}
	.Top .Top_right .Search{position: relative;}
	.Top .Top_right .Top_other{margin:0.15rem 0;}
	.Top .Top_right .Search .SearchIco{display: block;width:0.3rem;height:0.4rem;line-height: 0.4rem;text-align: center;}
	.Top .Top_right .Search .SearchIco img{width:0.21rem;}
	.Top .Top_right .Search .SearchIco .img2{display: none;}
	.Top .Top_right .Search .SearchIco.on .img1{display: none;}
	.Top .Top_right .Search .SearchIco.on .img2{display: inline-block;}
	.Top .Top_right .Search .SearchBox{position: absolute;right:0;top:0.55rem;z-index:999;display: none;}
	.MainNav{position: absolute;right:0;top:100%;width:240px;background: #fff;z-index:999;height:calc(100vh - 0.7rem);box-shadow: 0 0 10px rgba(0,0,0,0.1);overflow: hidden;visibility: hidden;width:0;opacity: 0;transition: all .5s;}
	.MainNav ul{padding:0.2rem 0.3rem;box-sizing: border-box;max-height:100%;width:240px;overflow: auto;}
	.MainNav ul li{margin-left:0;width:100%;line-height: 40px;}
	.MainNav ul li em{position: relative;font-size: 15px;}
	.MainNav ul li em b{display: block;width:0.4rem;height:100%;background: url(../images/navmore.svg) no-repeat center center;position: absolute;right:-0.15rem;top:0;background-size: 0.2rem;transition: all .5s;}
	.MainNav ul li .NavPull{position: static;background: #f7f8f9;text-align: center;line-height: 32px;transform: translateX(0);width:100%;}
	.MainNav ul li em b.on{transform: rotate(90deg);}
	.MainNav.show{width:240px;opacity: 1;visibility: visible;}
}

@media(min-width:1025px){
	.Top.fix{height:0.7rem;line-height: 0.7rem;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
	.Top.fix .Logo img{max-height:0.4rem;}
	.Top.fix .Top_right .Top_other{height:0;overflow: hidden;opacity: 0;margin-top:0;transform: translateY(-0.5rem);}

}

.Bottom{padding:0.5rem 0;background: #6e818e;}
.Bottom .Links{padding-left:0.9rem;position: relative;color:#fff;margin-top:0.2rem;padding-bottom:0.25rem;border-bottom:1px solid rgba(255,255,255,0.2);}
.Bottom .Links .name{position: absolute;left:0;top:0;}
.Bottom .Links ul{display: flex;flex-wrap: wrap;}
.Bottom .Links ul li{position: relative;}
.Bottom .Links ul li:not(:last-child){padding-right:0.2rem;margin-right:0.2rem;}
.Bottom .Links ul li:not(:last-child)::before{content:'';display: block;width:1px;height:0.14rem;background: #fff;opacity: 0.3;position: absolute;right:0;top:50%;transform: translateY(-50%);}
.Bottom .Links ul li a{color:#fff;}
.Bottom .Links ul li:hover a{text-shadow: 0 1px 1px #000;}
.Bottom .BottomBox{position: relative;}
.Bottom .BottomBox .con{color:#fff;margin:0.45rem 0;}
.Bottom .BottomBox .con dd{margin-bottom:0.05rem;}
.Bottom .BottomBox .con dd span{display: inline-block;}
.Bottom .BottomBox .con dd span:not(:last-child){margin-right:0.3rem;}
.Bottom .BottomBox .ewa{position: absolute;right:0;bottom:0;}
.Bottom .BottomBox .ewa dd{display: inline-block;margin-left:0.18rem;color:#fff;text-align: center;font-weight: lighter;}
.Bottom .BottomBox .ewa dd img{width:1rem;}
.Bottom .BottomBox .ewa dd .name{margin-top:0.05rem;}
.Bottom .Copyright{color:#fff;opacity: 0.6;;display: flex;align-items: center;flex-wrap: wrap;}
.Bottom .Copyright a{color:#fff;display: flex;align-items: center;flex-wrap: wrap;}
.Bottom .Copyright img{display: inline-block;margin:0 0.08rem;}


@media(max-width:1024px){
	.Bottom{padding:0.3rem 0;}
	.Bottom .Links ul li:not(:last-child){padding-right:0.12rem;margin-right:0.12rem;}
	.Bottom .BottomBox .con{margin:0.2rem 0;}
	.Bottom .BottomBox .ewa{position: static;margin-bottom:0.2rem;}
	.Bottom .BottomBox .ewa dd{margin-left:0;margin-right:0.15rem;}
}

@media(max-width:640px){
	.Bottom .Links{padding-left:0;margin-top:0;}
	.Bottom .Links .name{position: static;margin-bottom:0.05rem;}
	.Bottom .BottomBox .con dd span{display: block;}
	.Bottom .BottomBox .con dd span:not(:last-child){margin-right:0;margin-bottom:0.05rem}
	.Bottom .BottomBox .ewa dd img{width:1.2rem;}
	.Bottom .Copyright{display: block;font-size: 12px;text-align: center;padding-top:0.15rem;}
	.Bottom .Copyright a{display: inline-block;}
	.Bottom .Copyright img{width:15px;}
}


/* slick */
.imgBox{width:100%}
.imgbox img{ transition:all 0.5s ease ; -webkit-transition:all 0.5s ease ; -moz-transition:all 0.5s ease ; -ms-transition:all 0.5s ease ; -o-transition:all 0.5s ease ; }
.slick-arrow{background-color: transparent; width: 0.27rem;height: 0.48rem;position: absolute;font-size: 0;background-size: contain;background-repeat: no-repeat;}
.slick-arrow.slick-prev{background-image: url(../images/slick_l.png);left: 0;}
.slick-arrow.slick-next{background-image: url(../images/slick_r.png);right: 0;}

/* flex布局 */
.d-flex{display: flex;}
.a-center{align-items: center;}
.a-end{align-items: flex-end;}
.j-sb{justify-content: space-between;}
.f-wrap{flex-wrap: wrap;}
.f-colu{flex-direction: column;}
.j-center{justify-content: center;}
.j-end{justify-content: flex-end;}
.a-start{align-items: start;}
.tCenter{text-align: center;}

/* 间距 */
.mt14{margin-top: 0.14rem;}
.mt16{margin-top: 0.16rem;}
.mt20{margin-top: 0.2rem;}
.mt26{margin-top: 0.26rem;}
.mt30{margin-top: 0.3rem;}
.pt68{padding-top: 0.68rem;}
.pb68{padding-bottom: 0.68rem;}
.pt80{padding-top: 0.8rem;}
.pb80{padding-bottom: 0.8rem;}
.pb40{padding-bottom: 0.4rem;}
.ml10{margin-left: 0.1rem;}
.mt40{margin-top: 0.4rem;}
.mt10{margin-top: 0.1rem;}
.pt50{padding-top: 0.5rem;}
.ml15{margin-left: 0.15rem;}
@media screen and (max-width:1024px){
	.mt16{margin-top: 0.16rem;}
	.mt20{margin-top: 0.1rem;}
	.mt26{margin-top: 0.13rem;}
	.mt30{margin-top: 0.16rem;}
	.pt68{padding-top: 0.3rem;}
	.pb68{padding-bottom: 0.3rem;}
	.pt80{padding-top: 0.3rem;}
	.pb80{padding-bottom: 0.3rem;}
	.pb40{padding-bottom: 0.2rem;}
	.mt40{margin-top: 0.2rem;}
	.mt10{margin-top: 0.05rem;}
	.pt50{padding-top: 0.25rem;}
}

/* 行高 */
.line1{line-height: 1;}
.line15{line-height: 1.5;}
.line2{line-height: 2;}
.shadow{box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.13);}

/* 字体大小 */
.f14{font-size: 0.14rem;}
.f16{font-size: 0.16rem;}
.f18{font-size: 0.18rem;}
.f20{font-size: 0.2rem;}
.f24{font-size: 0.24rem;}
.f30{font-size: 0.3rem;}
.f36{font-size: 0.36rem;}
.fLight{font-weight: lighter;}
.fbold{font-weight: bold;}
.fNormal{font-weight: normal;}
@media screen and (max-width:1024px){
.f20{font-size: 0.18rem;}
.f24{font-size: 0.2rem;}
.f30{font-size: 0.2rem;}
.f36{font-size: 0.2rem;}
.line1{line-height: 1.5;}
.fLight{font-weight: normal;}
}

/* 字体颜色 */
.corMain{color: #198A7D;}
.cor666{color: #666;}
.cor000{color: #000;}
.corfff{color: #fff;}
.cor333{color: #333;}
.cor80{color: #808080;}

.tra{ transition:all 0.3s ease ; -webkit-transition:all 0.3s ease ; -moz-transition:all 0.3s ease ; -ms-transition:all 0.3s ease ; -o-transition:all 0.3s ease ; }



.CommonList{margin-top: -0.32rem;}
.ThreeNav{margin-bottom: 0.32rem;}

.FloatBox{position: fixed;z-index:999;right: 0.6rem;top:50%;transform: translateY(-50%);}
.FloatBox li{position: relative;box-shadow: 0px 6px 22px 0px rgba(0,77,160,0.12);}
.FloatBox li>a{width: 0.9rem;height: 0.9rem;display: flex;flex-direction: column;align-items: center;justify-content: center;background: #fff;font-weight: lighter;color: #333;font-size: 0.16rem;transition: all 0.3s ease;line-height: 1;}
.FloatBox li .icon{width: 100%;height: 0.26rem;display: flex;align-items: center;justify-content: center;margin-bottom: 0.1rem;}
.FloatBox li .icon .img1{display: block;width: auto;height: 100%;}
.FloatBox li .icon .img2{display: none;}
.FloatBox li:hover>a{background: #198A7D;color: #fff;}
.FloatBox li .tcbox{min-height:100%;min-width:1.2rem;right:105%;border-radius: 0.04rem;background: #198a7d;position: absolute;color:#fff;text-align: center;top:0;padding:0 0.3rem;display: flex;align-items: center;flex-direction: column;white-space: nowrap;justify-content: center;padding: 0.1rem;display: none;}
.FloatBox li:hover .tcbox{display: flex;}
.FloatBox li:hover .icon .img1{display: none;}
.FloatBox li:hover .icon .img2{display: block;}
.FloatBox li.gotop{opacity: 0;visibility: hidden;transition: all .5s;}
.FloatBox li.gotop .icon img{width: 0.16rem;height: 0.08rem;}
.FloatBox.on li.gotop{opacity: 1;visibility: visible;}
.FloatBox li:nth-child(1) a{border-top-left-radius: 0.08rem;border-top-right-radius: 0.08rem;}
.FloatBox li:nth-child(2) a{border-bottom-left-radius: 0.08rem;border-bottom-right-radius: 0.08rem;}
.FloatBox.on li:nth-child(2) a{border-bottom-left-radius: 0;border-bottom-right-radius: 0;}
.FloatBox li:last-child a{border-bottom-left-radius: 0.08rem;border-bottom-right-radius: 0.08rem;}
@media(max-width:1024px){
	.FloatBox li>a{width:50px;height:50px;font-size: 10px;}
	.FloatBox li .icon{width:14px;height:14px;}
	.FloatBox{right: 2%;}
	.FloatBox li>a{font-weight: normal;}
}


/* @media(max-width:640px){
	.FloatBox{transform: translateY(0);top:auto;bottom:0;right:0;width:100%;}
	.FloatBox ul{display: flex;width:100%;}
	.FloatBox li{width:25%;margin-bottom:0;}
	.FloatBox li>a{width:100%;height:50px;font-size: 12px;padding:5px 0;box-sizing: content-box;border-radius: 0;}
	.FloatBox li .icon{width:18px;height:18px;}
	.FloatBox li.gotop{opacity: 1;visibility: visible;}
	.FloatBox li .tcbox{right:auto;left:50%;transform: translateX(-50%);top:auto;bottom:100%;height:auto;min-height:1px;padding:5px 10px;}
} */

.joinUs{
	width: 1.26rem;
	display: flex;
	align-items: center;
	position: fixed;
	left: 0.3rem;
	top: 50%;
	transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	z-index: 999;
}
.joinUs img{
	width: 100%;
}
@media screen and (max-width:1024px){
	.joinUs{
		left: 2%;
		width: 0.8rem;
	}
}