
html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;}
html{font-size:5.2083334vw}
@media screen and (max-width:1600px){
	html{font-size:6.25vw}
}
@media (max-width:1024px) {
    html{font-size:9.765625vw}
}
@media (max-width:480px) {
    html{font-size:14vw}
}
*{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.68;}
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:14px; 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:#00A5A8;}
table{border-collapse: collapse;border-spacing: 0;border: 1px solid #b3b2b2;}

.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: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.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: #666666;}
::-moz-placeholder {color: #666666;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #666666;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #666666;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#666666;
	-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: 0.05rem; height:0.05rem;-webkit-overflow-scrolling : touch;background-color: #e6e6e6;}
::-webkit-scrollbar-track{background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{ border-radius: 0; background: linear-gradient(90deg, #00A5A8, #008AA8); -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
::-webkit-scrollbar-button{height: 0px;background-color: #e6e6e6;}

.scroll{overflow: auto;}
.scroll::-webkit-scrollbar-button{display: none;}
.scroll::-webkit-scrollbar{width: 0.02rem; height:0.02rem;-webkit-overflow-scrolling : touch;background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-track{background-color: #f5f5f5;}
.scroll::-webkit-scrollbar-thumb{ border-radius: 0; background-color: #c5c5c5; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; }
.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.6rem;text-align: center;padding-bottom: 1rem;}
.Pages a{display: inline-block;width:0.58rem;height: 0.58rem;border:1px solid #e6e6e6;margin:0 0.05rem;line-height: 0.58rem;color:#666;overflow: hidden;border-radius: 50%;}
.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 !important;font-size: 12px;position: relative;}
.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: linear-gradient(90deg, #00A5A8, #008AA8);color:#fff;border:1px solid transparent;}
.Pages a:hover{background: linear-gradient(90deg, #00A5A8, #008AA8);color:#fff;border:1px solid transparent;}
.Pages :hover{color:#00A5A8;}
.Pages .a_prev:hover::after{background-image: url(../images/page_prevc.png);}
.Pages .a_next:hover::after{background-image: url(../images/page_nextc.png);}


@media(max-width:1024px){
	body{font-size: 14px;}
	.Pages a{width:36px;height:36px;line-height: 36px;}
}


@media(max-width:640px){
	.Pages a{margin:0 2px;}
	.Pages{padding-top:20px;}
	.Pages a{width:30px;height:30px;line-height: 30px;}
}

/*pages end*/


.w1600{width:95%;max-width:13.34rem;margin:0 auto;}
.imgBox{width: 100%;}
.pc{display: block;}
.mobile{display: none;}
.fbold{font-weight: bold;}
.f14{font-size: 0.14rem;}
.f15{font-size: 0.15rem;}
.f16{font-size: 0.16rem;}
.f17{font-size: 0.17rem;}
.f18{font-size: 0.18rem;}
.f23{font-size: 0.23rem;}
.f25{font-size: 0.25rem;}
.f30{font-size: 0.3rem;}
.f32{font-size: 0.32rem;}
.f33{font-size: 0.33rem;}
.f36{font-size: 0.36rem;}
.f40{font-size: 0.4rem;}
.cor999{color:#999}
.cor666{color:#666}
.cor1313{color:#131313}
.cor333{color:#333}
.cor000{color:#000}
.cor2218{color: #221814;}
.corfff{color: #fff;}
.corGreen{
	background: linear-gradient(0deg, #00A5A8 0%, #008AA8 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
/* color: #00A5A8; */
}
.d-flex{display: flex;}
.a-center{align-items: center;}
.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;}
.pt50{padding-top: 0.5rem;}
.pt100{padding-top: 1rem;}
.pt200{padding-top: 2rem;}
.pb48{padding-bottom: 0.48rem;}
.pb58{padding-bottom: 0.58rem;}
.pb70{padding-bottom: 0.8rem;}
.pb100{padding-bottom: 1rem;}


@media screen and (max-width:1024px){
.Banner .mobile{display: block;min-height: 200px;object-fit: cover;}
.pc{display: none;}
.f14{font-size: 12px;}
.f15{font-size: 14px;}
.f16{font-size: 15px;}
.f17{font-size: 15px;}
.f18{font-size: 16px;}
.f23{font-size: 16px;}
.f25{font-size: 18px;}
.pt100{padding-top: 0.5rem;}
.pb100{padding-bottom: 0.5rem;}
.pt200 {
    padding-top: 80px;
}
}

.slick-arrow{width:0.5rem;height:0.5rem;border-radius:50%;border:1px solid #00A5A8;background-color:transparent;background-repeat:no-repeat;background-size:0.21rem 0.16rem;background-position:center;font-size:0;position:absolute;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%);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;z-index: 2;}
.slick-arrow.slick-prev{background-image:url(../images/arrowLeft.svg);left:-0.79rem}
.slick-arrow.slick-next{background-image:url(../images/arrowRight.svg);right:-0.79rem}
.slick-arrow:hover{background-color:#00A5A8;box-shadow:0px 5px 15px 0px rgba(0,165,168,0.26)}
.slick-arrow.slick-prev:hover{background-image:url(../images/arrowLeftActive.svg)}
.slick-arrow.slick-next:hover{background-image:url(../images/arrowRightActive.svg)}
@media screen and (max-width:1024px){.slick-arrow.slick-prev{left:0}
.slick-arrow.slick-next{right:0}
}

.m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:13px;margin-left:10px;}
.m-btn span{display: block;width:25px;height:3px;background:#fff;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: #fff;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;}

.Top{line-height: 1rem;position: fixed;z-index:9999;width:100%;top:0;left:0;transition: all .5s;}
.Top .Logo img{transition: all .5s;height: 0.5rem;}
.Top .Logo .img2{display: none;}
.Top .searchIco{cursor: pointer;width:0.2rem;}
.Top .searchIco img{width:100%;}
.Top .searchIco .img2{display: none;}

.Top .Lan{cursor: pointer;margin:0 0.45rem;position: relative;}
.Top .Lan::before{content:"";display: block;width:1px;height:0.2rem;background: #fff;opacity: 0.4;position: absolute;left:-0.45rem;top:50%;transform: translateY(-50%);}
.Top .Lan .name{display: flex;align-items: center;}
.Top .Lan .name .icon{width:0.2rem;}
.Top .Lan .name .icon img{width:100%;}
.Top .Lan .name .icon .img2{display: none;}
.Top .Lan .name span{color:#fff;display: inline-block;margin:0 0.15rem;}
.Top .Lan .name i{display: inline-block;width:0.1rem;height:0.1rem;background: url(../images/arr_jtw.svg) no-repeat center center;background-size: contain;}
.Top .Lan ul{width:100%;border-radius: 0.05rem;background: #fff;position: absolute;top:100%;left:0;text-align: center;line-height: 0.4rem;display: none;overflow: hidden;}
.Top .Lan ul li a{display: block;}
.Top .Lan ul li:hover{background: #00A5A8;}
.Top .Lan ul li:hover a{color:#fff;}
.Top .Lan:hover ul{display: block;}

.Top .Tel{color:#fff;font-size: 0.18rem;margin-right: 0.62rem;margin-left: -0.26rem;}
.Top .Tel img{margin-right: 0.1rem;width: 0.12rem;margin-top: -0.04rem;}
.Top .Tel .img2{display: none;}
.Top.on .Tel{color: #333;}
.Top.on .img1{display: none;}
.Top.on .img2{display: inline-block;}


.Top .SearchBox{position: absolute;width:100%;box-sizing: border-box;top:100%;left:0;z-index:99;background: #333;padding:0.9rem 0.3rem;display: none;}
.Top .SearchBox .w1600{position: relative;}
.Top .SearchBox .close{width:0.3rem;height:0.3rem;background: url(../images/close.svg) no-repeat center center;background-size: contain;position: absolute;right:0rem;top:-0.6rem;cursor: pointer;}
.Top .SearchBox .box{max-width:8rem;margin:0 auto;width:90%;}
.Top .SearchBox .box .SearchInupt{background: #fff;padding-right:1rem;position: relative;}
.Top .SearchBox .box .SearchInupt input{height:0.5rem;width:100%;;box-sizing: border-box;padding:0 0.2rem;display: block;}
.Top .SearchBox .box .SearchInupt button{width:0.7rem;height:100%;background: url(../images/search_w.svg) no-repeat center center #00A5A8;position: absolute;right:0;top:0;background-size: 0.2rem;}

.MainNav ul::after{content:'';display: block;clear: both;}
.MainNav ul li{float:left;margin-right: 0.92rem;position: relative;}
.MainNav ul li em{display: block;position: relative;}
.MainNav ul li em::before{content:"";display: block;width:100%;height:0.03rem;background: #ffffff;position: absolute;top:0.85rem;left:0;transition: all .3s;transform: rotateY(90deg);}
.MainNav ul li em a{font-size: 0.18rem;color:#fff;}
.MainNav ul li .NavPull{width:1.8rem;position: absolute;top:0.93rem;left:50%;transform: translateX(-50%);text-align: center;line-height: 0.42rem;background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: none;}
.MainNav ul li .NavPull dl{padding:0.1rem;}
.MainNav ul li .NavPull dl dd a{display: block;}
.MainNav ul li .NavPull dl dd a:hover{background: #00A5A8;color:#fff;}
.MainNav ul li.onnav em::before{transform: rotateY(0);}
.MainNav ul li:hover em::before{transform: rotateY(0);}
.MainNav ul li.onnav em a{color:#ffffff;}
.Top.fix .MainNav ul li.onnav em a{color:#00A5A8;}
.Top.fix .MainNav ul li em::before{background: #00A5A8;}

.Top.on{background: #f7f7f7;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Top.on .Logo .img1{display: none;}
.Top.on .Logo .img2{display: inline-block;}
.Top.on .searchIco .img2{display: inline-block;}
.Top.on .searchIco .img1{display: none;}
.Top.on .Lan .name .icon .img2{display: inline-block;}
.Top.on .Lan .name .icon .img1{display: none;}
.Top.on .Lan .name span{color:#666;}
.Top.on .Lan .name i{background-image: url(../images/arr_jt.svg);}
.Top.on .MainNav ul li em a{color:#333;}
.Top.on .MainNav ul li.onnav em a{color:#00A5A8;}
.Top.on .Lan::before{background: #999;}
.Top.on .m-btn span,.Top.on .m-btn span::before,.Top.on .m-btn span::after{background: #00A5A8;}
.Top.on .m-btn.active span{background: transparent;}
.m-btn.active span {
    background: transparent !important;
}

.Top.fix{line-height: 0.8rem;}
.Top.fix .Logo img{max-height:0.5rem;}
.Top.fix .MainNav ul li em::before{top:auto;bottom:0;}
.Top.fix .MainNav ul li .NavPull{top:100%;}

@media(max-width:1024px){
	body{font-size: 14px;}
	.Top{line-height: 60px;background:#fff}
	.Top.fix{line-height: 60px;}
	.Top .Logo img{max-height:35px;}
	.Top.fix .Logo img{max-height:35px;min-height: auto;}
	.m-btn{display: block;}
	.Top .searchIco{width:16px;}
	.Top .Tel img{width:12px;}
	.Top .Lan .name .icon{width:16px;}
	.Top .Lan .name span{margin:0 8px;}
	.Top .Lan .name i{width:10px;height:10px;}
	.Top .Lan::before{height:14px;left:-20px;display: none;}
	.Top .Lan{margin:0 20px;}
	.Top .Lan ul{line-height: 30px;}
	.MainNav{width: 100%;height:calc(100vh - 60px);background: rgba(0,0,0,.5);box-shadow: 0 0 10px rgba(0,0,0,0.1);position: absolute;left: 0;top:100%;width:0;opacity: 0;visibility: hidden;/* transition: all .5s; */}
	.MainNav ul li em a{color:#333;font-size: 15px;}
	.MainNav ul li.onnav em a {
		color: #00A5A8;
	}
	.MainNav ul{padding:20px;width:240px;box-sizing: border-box;max-height:100%;overflow: auto;float: right;background: #fff;height: 100%;}
	.MainNav ul li{width:100%;margin-right:0;box-sizing: border-box;line-height: 40px;padding:0 0 0 10px;}
	.MainNav ul li em{padding-right:40px;}
	.MainNav ul li em b{display: block;width:40px;height:100%;background: url(../images/navmore.svg) no-repeat center center;background-size: 15px;position: absolute;right:0;top:0;transition: all .5s;}
	.MainNav ul li em b.on{transform: rotate(90deg);}
	.MainNav ul li .NavPull{position: static;transform: translateX(0);line-height: 32px;font-size: 14px;background: #f7f8f9;box-shadow: 0 0 0 0 rgba(0,0,0,0);width:100%;}
	.MainNav.show{width: 100%;opacity: 1;visibility: visible;}
	.MainNav ul li em::before{display: none;}
	.Top .Tel{font-size: 14px;margin-right: 10px;}
    .MainNav ul li.onnav .NavPull{
        display:block;
    }
}


.Bottom{background:#EEF0F2}
.Bottom .BottomTop{display:flex;align-items:center;justify-content:space-between;padding-top:0.34rem;padding-bottom:0.34rem;border-bottom:1px solid #DDDFE0}
.Bottom .BottomTop .logo{display:flex;align-items:center;width:1.48rem}
.Bottom .BottomTop .logo img{width: 100%;}
.Bottom .BottomTop ul{display:flex;justify-content:center;align-items:center}
.Bottom .BottomTop ul li{position:relative;margin-left:0.32rem}
.Bottom .BottomTop ul li a{width:0.46rem;display:flex}
.Bottom .BottomTop ul li a img{width: 0.46rem;}
.Bottom .BottomTop ul li .tcbox{position:absolute;bottom:120%;left:50%;transform:translateX(-50%);padding:2px;border-radius:0.08rem;background:#fff;width:1.2rem;display:none}
.Bottom .BottomTop ul li:hover .tcbox{display:block}
.Bottom .BottomTop ul li .tcbox img{width: 100%;}
.Bottom .copyRight{padding-top:0.23rem;padding-bottom:0.23rem;text-align:center}

.Bottom .BottomCenter{display:flex;border-bottom:1px solid #DDDFE0;padding-bottom:0.32rem;padding-top:0.36rem}
.Bottom .BottomCenter .leftbox{display:flex;line-height:1}
.Bottom .BottomCenter .leftbox dl{margin-right:1.68rem}
.Bottom .BottomCenter .leftbox dl dt{}
.Bottom .BottomCenter .leftbox dl dd{margin-top:0.22rem;}
.Bottom .BottomCenter .leftbox dl dd a:hover{color: #00A5A8;}
.Bottom .BottomCenter .leftbox dl dd img{width:0.16rem;margin-right:0.06rem}
.Bottom .BottomCenter .leftbox dl dd .title{margin-top:0.1rem;margin-left:0.26rem;}
.Bottom .BottomCenter .leftbox dl dd .subtitle{}

.Bottom .BottomCenter .form{flex:1}
.Bottom .BottomCenter .form ul{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between}
.Bottom .BottomCenter .form ul li{width:calc(50% - 0.04rem);height:0.4rem;border:1px solid #DDDFE0;display:flex;margin-bottom:0.08rem;align-items:center;justify-content:flex-start;padding-right:0.12rem}
.Bottom .BottomCenter .form ul li img{width:0.16rem;margin-left:0.12rem;margin-right:0.06rem}
.Bottom .BottomCenter .form ul li  i{color:#F01A1A;margin-left:0.06rem;font-weight:bold;flex:1}
.Bottom .BottomCenter .form ul li .inputItem{font-size:0.14rem;color:#000;height:100%;line-height:0.4rem;flex:1}
.Bottom .BottomCenter .form ul li:last-child{width:100%;height:1rem;align-items:flex-start}
.Bottom .BottomCenter .form ul li:last-child img{margin-top:0.12rem}
.Bottom .BottomCenter .form ul li:last-child textarea.inputItem{line-height: 1.8;
    margin-top: 0.06rem;max-width: 100%;}
.submitBtn{background:linear-gradient(90deg,#00A5A8,#008AA8);border-radius:3px;color:#fff;padding:0.1rem 0.2rem;margin-top:0.12rem;line-height:1;display:inline-block}
.submitBtn:hover{color:#fff}
@media screen and (max-width:1024px){
.Bottom .BottomCenter .leftbox dl{margin-right:20px}
.submitBtn{padding:10px 20px}
.Bottom .BottomTop ul li:last-child .tcbox{
	transform: translateX(-82%);
}
}
@media screen and (max-width:760px){
.Bottom .BottomCenter{flex-direction:column}
.Bottom .BottomCenter .form ul li{height:36px;line-height:36px}
.Bottom .BottomCenter .form ul li .inputItem{height:36px;line-height:36px;font-size:14px;max-width:140px}
.Bottom .BottomCenter .form ul li img{width:14px;margin-left:12px;margin-right:6px}
.Bottom .BottomCenter .leftbox dl dd .title{margin-top:6px;margin-left:26px}
.Bottom .BottomCenter .leftbox dl dd img{width:14px;margin-right:6px}
.Bottom .BottomCenter .leftbox{flex-direction:column}
.Bottom .BottomCenter .leftbox dl{margin-right:0;margin-bottom:20px}
.Bottom .BottomCenter .leftbox dl:nth-child(1) dd{margin-top:0.22rem;float:left;width:25%}
.Bottom .BottomCenter .form ul li:last-child img{margin-top:12px}
}
body,
html{
	overflow-x: hidden;
}

.FloatBox{position: fixed;z-index:999;right:0.1rem;top:50%;transform: translateY(-50%);}
.FloatBox li{margin-bottom:0.05rem;position: relative;}
.FloatBox li>a{width:0.7rem;height:0.7rem;display: flex;flex-direction: column;align-items: center;justify-content: center;border-radius: 0.04rem;background: linear-gradient(90deg, #00A5A8, #008AA8);font-weight: lighter;color:#fff;font-size: 0.14rem;}
.FloatBox li .icon{width:0.25rem;height:0.25rem;display: flex;align-items: center;justify-content: center;margin-bottom:0.05rem;}
.FloatBox li:hover>a{background: linear-gradient(90deg, #00A5A8, #008AA8);}
.FloatBox li .tcbox{min-height:100%;min-width:1.2rem;right:105%;border-radius: 0.04rem;background: #00A5A8;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 0.3rem;display: none;}
.FloatBox li:hover .tcbox{display: flex;}
.FloatBox li.enterPro,
.FloatBox li.gotop{opacity: 0;visibility: hidden;transition: all .5s;}
.FloatBox li.gotop a{background: linear-gradient(90deg, #00A5A8, #008AA8);}
.FloatBox li.enterPro.on,
.FloatBox li.gotop.on{opacity: 1;visibility: visible;}

@media(max-width:1024px){
	.FloatBox li>a{width:50px;height:50px;font-size: 10px;}
	.FloatBox li .icon{width:14px;height:14px;}
}

/* @media(max-width:640px){
	.FloatBox{transform: translateY(0);top:auto;bottom:0;right:0;width:100%;}
	.FloatBox ul{display: flex;width:100%;justify-content: flex-end;}
	.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;}
} */