﻿@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 / 992) * 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.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:#324ea2;}
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: 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{position: relative;margin:0 auto;}
.ico img{position: absolute;top:50%;left:50%;transform: scale(0) translate(-50%,-50%);transition: all .5s;max-height:100%;max-width:100%;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;display: flex;align-items: center;flex-wrap: wrap;justify-content: center;}
.Pages a{display: inline-block;width:0.5rem;height: 0.5rem;border:1px solid #9daad1;margin:0 0.05rem;line-height: 0.5rem;color:#666;overflow: hidden;border-radius: 0.1rem;}
.Pages .p_cur, .Pages .p_count, .Pages .p_total,.Pages .a_first,.Pages .a_end{display: none;}
.Pages .a_prev,.Pages .a_next,.Pages .a_first,.Pages .a_end{color:transparent;font-size: 0;position: relative;margin:0 0.2rem;}
.Pages .a_next::after,
.Pages .a_prev::after,
.Pages .a_first::after,
.Pages .a_end::after{content:'';display: block;width:100%;height:100%;position: absolute;top:0;left:0;background-position: center;background-repeat: no-repeat;}
.Pages .a_first::after{background-image: url(../images/page_first.png);}
.Pages .a_end::after{background-image: url(../images/page_end.png);}
.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: #324ea2;color:#fff;border:1px solid #324ea2;}
.Pages a:hover{background: #324ea2;color:#fff;border:1px solid #324ea2;}

.Pages .a_first:hover::after{background-image: url(../images/page_firstc.png);}
.Pages .a_end:hover::after{background-image: url(../images/page_endc.png);}
.Pages .a_prev:hover::after{background-image: url(../images/page_prevc.png);}
.Pages .a_next:hover::after{background-image: url(../images/page_nextc.png);}
.Pages b{font-weight: normal;}
.Pages .p_jump{color:#666;margin-left:0.2rem;}
.Pages .p_jump input{width:0.5rem;height:0.5rem;text-align: center;border-radius: 0.1rem;border:1px solid #9daad1;display: inline-block;margin:0.1rem;}
.Pages .p_page,.Pages .num numeric{display: flex;}
.Pages .i_button{background: #9daad1;color:#fff;cursor: pointer;}

@media(max-width:640px){
	.Pages a{margin:0 2px;}
	.Pages{padding-top:20px;}
	.Pages a{width:0.38rem;height:0.38rem;line-height: 0.38rem;}
	.Pages .p_jump input{width:0.38rem;height:0.38rem;}
}

/*pages end*/

.f18{font-size: 0.18rem;}
.f20{font-size: 0.2rem;}
.f22{font-size: 0.22rem;}
.f24{font-size: 0.24rem;}
.f28{font-size: 0.28rem;}
.f30{font-size: 0.3rem;}
.f32{font-size: 0.32rem;}
.f34{font-size: 0.34rem;}
.f36{font-size: 0.36rem;}
.f38{font-size: 0.38rem;}
.f40{font-size: 0.40rem;}
.f42{font-size: 0.42rem;}
.f48{font-size: 0.48rem;}

.light{font-weight: lighter;}
.bold{font-weight: bold;}

.w1440{width:94%;max-width:14.4rem;margin:0 auto;}

@media(max-width:1024px){
	.f22{font-size: 0.18rem;}
	.f24{font-size: 0.2rem;}
	.f30{font-size: 0.24rem;}
	.f32{font-size: 0.28rem;}
	.f34{font-size: 0.28rem;}
	.f36{font-size: 0.30rem;}
	.f40{font-size: 0.3rem;}
	.f20{font-size: 0.18rem;}

}


.m-btn{display: none;cursor: pointer;padding:0.15rem 0.05rem;border-radius: 5px;z-index:999;margin-top:0.18rem;margin-left:0.2rem;}
.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;}

.Homemore{display: inline-block;color:#fff;  line-height:.45rem; border-radius:.1rem; padding: 0 .7rem 0 .3rem; background: url(../images/more-on.svg) no-repeat right .3rem center #324ea2; background-size:auto .16rem; transition: .3s;}
.Homemore:hover{background-color:#fff;  color:#324ea2;background-position:left .3rem center; padding: 0 .3rem 0 .7rem; background-image: url(../images/more.svg);}
.Homemore-white{color:#324ea2; border-color:#fff; background-image: url(../images/more-on.svg);}



@media(max-width:1024px){}


@media(max-width:640px){}




/* Top */
.Top{line-height: 1rem;position: fixed;top:0;width:100%;left:0;z-index:999;transition: all .5s;}
.Top .img2{display: none;}
.Top .Logo img{height:0.5rem;}
.Top .Search .SearchIco{cursor: pointer;}
.Top .Search .SearchIco img{width:0.2rem;}
.Top .Search .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 .Search .SearchBox .w1440{position: relative;}
.Top .Search .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 .Search .SearchBox .box{max-width:8rem;margin:0 auto;width:90%;}
.Top .Search .SearchBox .box .SearchInupt{background: #fff;padding-right:1rem;position: relative;}
.Top .Search .SearchBox .box .SearchInupt input{height:0.5rem;width:100%;;box-sizing: border-box;padding:0 0.2rem;display: block;}
.Top .Search .SearchBox .box .SearchInupt .btn{width:0.7rem;height:100%;background: url(../images/search.svg) #324ea2 no-repeat center center;position: absolute;right:0;top:0;background-size: 0.2rem;}

.Top .Lan{position: relative;padding-right:0.3rem;margin-right:0.3rem;}
.Top .Lan::after{content:'';display: block;width:1px;height:0.2rem;background: #fff;opacity: 0.3;position: absolute;right:0;top:50%;transform: translateY(-50%);}
.Top .Lan .name{display: flex;align-items: center;justify-content: center;color:#fff;cursor: pointer;}
.Top .Lan .name .icon{margin-right:0.1rem;}
.Top .Lan .name .icon img{width:0.2rem;}
.Top .Lan .name i{display: block;width:0.08rem;height:0.08rem;border:1px solid #fff;border-left:none !important;border-bottom:none !important;transform: rotate(135deg);margin-left:0.1rem;}
.Top .Lan ul{position: absolute;width:1rem;top:100%;left:50%;margin-left:-0.5rem;background: #fff;text-align: center;box-shadow: 0 0 10px rgba(0,0,0,0.1);display: none;}
.Top .Lan ul li{line-height: 0.45rem;}
.Top .Lan ul li a{display: block;transition: all .5s;}
.Top .Lan ul li:hover a{background: #324ea2;color:#fff;}
.Top .Lan:hover ul{display: block;}

.MainNav ul::after{content:'';display: block;clear: both;}
.MainNav ul li{float:left;position: relative;margin-right:0.6rem;}
.MainNav ul li em{display: block;position: relative;}
.MainNav ul li em::after{content:"";display: block;width:100%;height:3px;background: #fff;position: absolute;left:0;top:0;transform: rotateY(90deg);opacity: 0;transition: all .5s;}
.MainNav ul li em a{font-size: 0.18rem;color:#fff;}
.MainNav ul li .NavPull{width:2.8rem;top:100%;left:50%;transform: translateX(-50%);background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);position: absolute;display:none;}
.MainNav ul li .NavPull dd{text-align: center;}
.MainNav ul li .NavPull dd a{display: block;transition: all .5s;line-height: 0.24rem;padding: .12rem 0}
.MainNav ul li .NavPull dd:hover a{background: #324ea2;color:#fff;}
.MainNav ul li.onnav em:after{transform: rotateY(0);opacity: 1;}
.MainNav ul li:hover em:after{transform: rotateY(0);opacity: 1;}

.Top.on{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Top.on .img1{display: none;}
.Top.on .img2{display: inline-block;}
.Top.on .Lan::after{background: #000;}
.Top.on .Lan .name{color:#333;}
.Top.on .Lan .name i{border:1px solid #333;}
.Top.on .MainNav ul li em a{color:#333;}
.Top.on .MainNav ul li em a:hover{color:#324ea2;}

.Top.on .m-btn span,.Top.on .m-btn span::before,.Top.on .m-btn span::after{background: #324ea2;}
.Top.on .m-btn.active span{background: transparent;}
.Top.on .MainNav ul li em::after{background: #324ea2;}

.Top.onn{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Top.onn .img1{display: none;}
.Top.onn .img2{display: inline-block;}
.Top.onn .Lan::after{background: #000;}
.Top.onn .Lan .name{color:#333;}
.Top.onn .Lan .name i{border:1px solid #333;}
.Top.onn .MainNav ul li em a{color:#333;}
.Top.onn .MainNav ul li em a:hover{color:#324ea2;}

.Top.onn .m-btn span,.Top.onn .m-btn span::before,.Top.onn .m-btn span::after{background: #324ea2;}
.Top.onn .m-btn.active span{background: transparent;}
.Top.onn .MainNav ul li em::after{background: #324ea2;}

.Top.fix{background: #fff;line-height: 0.7rem;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
.Top.fix .img1{display: none;}
.Top.fix .img2{display: inline-block;}
.Top.fix .Lan::after{background: #000;}
.Top.fix .Lan .name{color:#333;}
.Top.fix .Lan .name i{border:1px solid #333;}
.Top.fix .MainNav ul li em a{color:#333;}
.Top.fix .MainNav ul li em a:hover{color:#324ea2;}

.Top.fix .m-btn span,.Top.fix .m-btn span::before,.Top.fix .m-btn span::after{background: #324ea2;}
.Top.fix .m-btn.active span{background: transparent;}
.Top.fix .MainNav ul li em::after{background: #324ea2;}
.Top.fix .Logo img{height:0.4rem;}

@media(max-width:1024px){
	.Top{line-height: 0.7rem;}
	.Top .Logo img{height:0.35rem;}
	.m-btn{display: block;}
	.MainNav{width:240px;height:calc(100vh - 0.7rem);background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.1);position: absolute;right:0;top:100%;width:0;opacity: 0;visibility: hidden;transition: all .5s;}
	.MainNav ul li{border-bottom:1px dashed #e5e5e5;margin:0;}
	.MainNav ul li em a{color:#333;}
	.MainNav ul{padding:20px;width:240px;box-sizing: border-box;max-height:100%;overflow-y: auto;}
	.MainNav ul li{width:100%;margin-right:0;box-sizing: border-box;line-height: 0.3rem;text-align: left;}
	.MainNav ul li em{padding:0.15rem 0;padding-right:40px;text-align: left;padding-left:0;}
	.MainNav ul li em b{display: block;width:40px;height:100%;background: url(../images/navmore.svg) no-repeat center center;background-size: 0.2rem;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);box-shadow: 0 0 0 0 rgba(0,0,0,0);width:100%;padding:0;background: #f7f8f9;}
	.MainNav ul li .NavPull dl{width:100%;padding:0.1rem 0.2rem;}
	.MainNav.show{width:240px;opacity: 1;visibility: visible;}
	.MainNav ul li em::after{display: none;}
}

@media(max-width:640px){
	.Top .Logo img{height:0.3rem;}
	.Top .Lan{padding-right:0;margin-right:0.15rem;}
	.Top .Lan::after{display: none;}
	.Top .Lan .name .icon{margin-right:0.05rem;}
	.Top .Lan .name i{margin-left:0.05rem;}
	.Top.fix .Logo img{height:0.3rem;}

}



/* Bottom */
.Bottom{padding:0.8rem 0;background: #00134e;}
.Bottom .BottomLeft{width:30%;}
.Bottom .BottomLeft .logo img{max-height:0.42rem;}
.Bottom .BottomLeft .contact{line-height:.3rem; margin-top:.3rem; max-width:4.5rem; }
.Bottom .BottomLeft .contact dd{padding-left:.34rem; background-repeat: no-repeat; background-size: auto .2rem; background-position:left .05rem;color:rgba(255,255,255,0.8);}
.Bottom .BottomLeft .contact dd.tel{background-image:url(../images/Bottom003000_tel.svg);}
.Bottom .BottomLeft .contact dd.mail{background-image:url(../images/Bottom003000_email.svg);}
.Bottom .BottomLeft .contact dd.add{background-image:url(../images/Bottom003000_add.svg);}
.Bottom .BottomLeft .contact dd+dd{margin-top:.15rem;}
.Bottom .ewm{text-align: right; margin: .2rem 0;}
.Bottom .ewm img{ max-width:1.2rem;}

.Bottom .BottomRight{max-width:60%;text-align: right;}
.Bottom .BottomRight nav{border-bottom: 1px solid rgba(255,255,255,0.2);padding-bottom:0.24rem;}
.Bottom .BottomRight nav a{color: #fff;display: inline-block; font-size: 0.18rem;}
.Bottom .BottomRight nav a:not(:last-child):after{display: inline-block; content: '·'; margin:0 0.4rem; color: #fff;}
.Bottom .BottomRight nav a:hover{color:#324ea2;}
.Bottom .BottomRight .copyright{color:rgba(255,255,255,0.8)}
.Bottom .BottomRight .copyright a{color:rgba(255,255,255,0.8)}
.Bottom .BottomRight .copyright a:hover{color:#324ea2;}

@media(max-width:1024px){
	.Bottom .BottomRight nav a:not(:last-child):after{margin:0 0.25rem;}
}

@media(max-width:768px){
	.Bottom{padding:0.4rem 0;}
	.Bottom .BottomLeft{width:100%;}
	.Bottom .BottomRight{max-width:100%;width:100%;text-align: center;margin-top:0.3rem;padding:0 0.25rem;}
	.Bottom .BottomRight nav{display: none;}
	.Bottom .ewm{text-align: center;}
}


.maskdot{position: relative;top:-1.2rem;}

.swiper_button{width:0.58rem !important;height:0.58rem !important;border-radius: 50%;border:1px solid #324ea2;margin-top:0 !important;transform: translateY(-50%) !important;}
.swiper_button::after{font-size: 0 !important;color:transparent !important;width:100%;height:100%;position: absolute;left:0;top:0;background: url(../images/more.svg) no-repeat center center;background-size: 0.18rem;}
.swiper_button:hover{background: #324ea2;border:1px solid #324ea2;}
.swiper_button:hover::after{filter: brightness(0) invert(1);}
.swiper-button-prev::after{transform: rotate(180deg);}
.swiper-button-prev{left:0 !important;}
.swiper-button-next{right:0 !important;}
@media(max-width:1024px){
	.swiper_button{width:0.38rem !important;height:0.38rem !important;}
}

@media(max-width:640px){
	/* .swiper_button{top:25%;} */
	.swiper_button{background: #324ea2;border:1px solid #324ea2;}
    .swiper_button::after{filter: brightness(0) invert(1);}
}


.SelectBox{display: inline-block;margin-left:0.3rem;width:2.2rem;line-height: 0.5rem;border-radius: 0.5rem;background: #fff;position: relative;}
.SelectBox .SelectTxt span{display: block;padding:0 0.4rem 0 0.3rem;position: relative;}
.SelectBox .SelectTxt span::after{content:'';display: block;width:0.08rem;height:0.08rem;border-top:1px solid #00134e;border-right:1px solid #00134e;transform: rotate(135deg);position: absolute;right:0.2rem;top:50%;margin-top:-0.04rem;}
.SelectBox .SelectUl{position: absolute; left: 0; right: 0; top: 102%; z-index: 999; background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.1); display: none; max-height: 1.6rem; overflow: auto;border-radius: 0.1rem;}
.SelectBox .SelectUl .ul li a{display: block; height: 0.4rem; line-height: 0.4rem; padding: 0 0.3rem; color: #333;border:none;}
.SelectBox .SelectUl .ul li:hover a{background: #324ea2;color:#fff;}



.Float{ position:fixed; z-index:200; right:1em; top:50%; transform:translateY(-50%);}
.Float ul li{ position:relative; border-radius:.05rem; background-color:#324ea2; float: right; clear: both;}
.Float ul li a{ display: flex; align-items: center;}
.Float ul li+li{margin-top:0.15rem;}
.Float .icon{ display:block; width:.6rem; height:.6rem;display: flex;align-items: center;justify-content: center;position: relative;z-index:9;background: #324ea2;border-radius: 0.05rem;}
.Float .icon img{width:0.22rem;}
.Float .tcBox{position: absolute;right:-100%;background: #324ea2;border-radius: 0.05rem;color:#fff;min-height:100%;display: flex;align-items: center;padding:0.1rem;width:1.5rem;top:0;transition: all .5s;opacity: 0;visibility: hidden;}
.Float ul li:hover .tcBox{right:100%;opacity: 1;visibility: visible;}
@media (max-width:1024px) {
.Float{display: none;}
}

.HomeBody .Float_com{display: none;}
.HomeBody .Float_com{display: none;}




















