@charset "utf-8";
html{-webkit-text-size-adjust:100%;font-size:100px; overflow-x: hidden;}
html{font-size: 5.7291667vw;}
@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.18rem; 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:#f4436c;}
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;}
.Pages a{display: inline-block;width:0.5rem;height: 0.5rem;margin:0 0.05rem;line-height: 0.5rem;color:#666;overflow: hidden;border-radius: 50%;background: #fcf7f0;}
.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,.Pages .a_first,.Pages .a_end{color:transparent;font-size: 12px;position: relative;}
.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_next,
.Pages .a_prev{background: transparent;margin:0 0.2rem;border:1px solid #666;}
.Pages .a_cur{background: #f4436c;color:#fff;}
.Pages a:hover{background: #f4436c;color:#fff;}

.Pages .a_next:hover,
.Pages .a_prev:hover{background: #f4436c;color:transparent;border:1px solid #f4436c;}
.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);}

@media(max-width:640px){
	.Pages a{width:0.4rem;height:0.4rem;line-height: 0.4rem;}
	.Pages a{margin:0 2px;}
    .Pages .a_next,
    .Pages .a_prev{margin:0rem;}
	.Pages{padding-top:20px;}
}

/*pages end*/
.f14{font-size: 0.14rem;}
.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;}
.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;}
.f50{font-size: 0.50rem;}
.f56{font-size: 0.56rem;}

.light{font-weight: lighter;}
.bold{font-weight: bold;}
.w1600{width:96%;max-width:1600px;margin:0 auto;}
.w1400{width:94%;max-width:1400px;margin:0 auto;}

@media(max-width:1024px){
	.f14{font-size: 0.16rem;}
	.f20{font-size: 0.18rem;}
	.f24{font-size: 0.18rem;}
	.f28{font-size: 0.22rem;}
	.f30{font-size: 0.24rem;}
	.f36{font-size: 0.26rem;}
	.f48{font-size: 0.36rem;}
	.f50{font-size: 0.40rem;}
	.f56{font-size: 0.4rem;}

}

@media(max-width:480px){
	.f22{font-size: 0.2rem;}
	.f30{font-size: 0.22rem;}
	.f36{font-size: 0.22rem;}
	.f48{font-size: 0.28rem;}
	.f50{font-size: 0.3rem;}
	.f56{font-size: 0.32rem;}

}


.m-btn{display: none;cursor: pointer;padding:0.15rem 0.05rem;border-radius: 5px;z-index:999;margin-top:0;margin-left:0.1rem;}
.m-btn span{display: block;width:25px;height:3px;background:#f4436c;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: #f4436c;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{padding:0 0.5rem;width:100%;background: #FAF8F6;position: fixed;z-index:110;left:0;top:0;line-height: 1rem;transition: all .5s;}
.Top .Logo img{height:0.74rem;transition: all .5s;}
.Top .Top_other{display: flex;align-items: center;padding-left:0.2rem;}
.Top .Top_other .tel{color:#F44870;font-weight: bold;display: flex;align-items: center;}
.Top .Top_other .tel img{display: block;margin-right:0.1rem;width:0.19rem;}
.Top .Top_other .Lan{position: relative;margin:0 0.3rem;}
.Top .Top_other .Lan .name{display: flex;align-items: center;color:#333;cursor: pointer;}
.Top .Top_other .Lan .name i{display: block;width:0.12rem;height:0.12rem;background: url(../images/down_jt.svg) no-repeat center center;background-size: contain;margin-left:0.1rem;}
.Top .Top_other .Lan ul{position: absolute;top:100%;left:50%;transform: translateX(-50%);width:1rem;background: #fff;line-height: 0.45rem;text-align: center;display: none;box-shadow: 0 0 10px rgba(0,0,0,0.1);z-index:999;}
.Top .Top_other .Lan ul::after{content:'';display: block;border:0.06rem solid transparent;border-bottom:0.06rem solid #f7f8f9;position: absolute;bottom:100%;left:50%;transform: translateX(-50%);}
.Top .Top_other .Lan ul li a{display: block;}
.Top .Top_other .Lan ul li:hover a{background: #f4436c;color:#fff;}
.Top .Top_other .Lan:hover ul{display: block;}
.Top .Top_other .Search .SearchIco{display: none;}
.Top .Top_other .Search .SearchBox{position: relative;}
.Top .Top_other .Search .SearchBox input{display: block;height:0.4rem;padding:0 0.15rem;border-radius: 0.4rem;border:1px solid #cccccc;width:1.6rem;padding-right:0.4rem;background: url(../images/search.svg) no-repeat right 0.1rem center;background-size: 0.19rem;}
.Top .Top_other .Search .SearchBox button{width:0.4rem;display: flex;height:100%;align-items: center;justify-content: center;position: absolute;right:0;top:0;background-color: transparent;}
.Top .Top_other .Search .SearchBox button .img2{display: none;}
.Top .Top_other .Search .SearchBox button img{width:0.19rem;display: none;}
.Top .Top_other .Search .SearchBox input:focus{border:1px solid #f4436c;background: url(../images/search_r.svg) no-repeat center right 0.1rem;background-size: 0.19rem;}
.Top .Top_other .Search .SearchBox.on input{}
.Top .Top_other .Search .SearchBox.on button .img1{display: none;}
.Top .Top_other .Search .SearchBox.on button .img2{display: block;}

.Top.fix{line-height: 0.72rem;}
.Top.fix .Logo img{height:0.54rem;}

.MainNav ul::after{content:'';display: block;clear: both;}
.MainNav ul li{float:left;margin-right:0.35rem;position: relative;}
.MainNav ul li em{font-size: 0.18rem;display: block;position: relative;}
.MainNav ul li.onnav em a{color:#f4436c;}

.MainNav ul li .NavPull{width:1.75rem;background: #fcf5ed;position: absolute;top:100%;left:50%;transform: translateX(-50%);display: none;text-align: center;}
.MainNav ul li .NavPull dl{padding:0.2rem .1rem;}
.MainNav ul li .NavPull dl dd a{display: block;padding:0.08rem 0;line-height: 1.68;}
.NavPull.null{display: none !important;}


@media(max-width:1024px){
	.m-btn{display: block;}
	.Top{padding:0 0.2rem;line-height: 0.7rem;}
	.Top .Logo img{height:0.44rem;}
	.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-right: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.6rem;padding:0 0 0 0;text-align: left;}
	.MainNav ul li em{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%;}
	.MainNav ul li .NavPull dl{width:100%;padding:0.1rem 0.2rem;}
	.MainNav.show{width:240px;opacity: 1;visibility: visible;}
}

@media(max-width:640px){
	.Top{padding:0 0.1rem;}
	.Top .Top_other .tel{display: none;}
	.Top .Top_other .Lan{margin:0 0.1rem 0 0.2rem;}
}


.Bottom{background: url(../images/footbg.jpg) no-repeat bottom right;background-size: cover;}
.Bottom .BottomBox{padding:0.8rem 0 0.5rem 0;}
.Bottom .BottomBox .BottomNav{width:66.875%;display: flex;justify-content: space-between;}
.Bottom .BottomBox .BottomNav dl{width:10%;white-space: nowrap;}
.Bottom .BottomBox .BottomNav dt{margin-bottom:0.18rem;}
.Bottom .BottomBox .BottomNav dd{margin:0.05rem 0;opacity: 0.7;}
.Bottom .BottomBox .BottomCon .logo img{height:0.89rem;}
.Bottom .BottomBox .BottomCon .tag{margin:0.4rem 0 0.2rem 0;}
.Bottom .BottomBox .BottomCon .Form_email{width:2.4rem;padding-right:0.6rem;position: relative;border-radius: 0.6rem;background: #fff;}
.Bottom .BottomBox .BottomCon .Form_email input{height:0.6rem;display: block;padding:0 0.3rem;}
.Bottom .BottomBox .BottomCon .Form_email button{display: flex;width:0.6rem;height:100%;border-radius: 50%;background: #f4436c;align-items: center;justify-content: center;position: absolute;right:0;top:0;}
.Bottom .BottomBox .BottomCon .Form_email button img{width:0.21rem;}
.Bottom .BottomBox .BottomCon .share{margin-top:0.25rem;}
.Bottom .BottomBox .BottomCon .share .tit{opacity: 0.7;margin-bottom:0.1rem;}
.Bottom .BottomBox .BottomCon .share ul{display:flex;align-items:center;}
.Bottom .BottomBox .BottomCon .share ul li{display: block;margin-right:0.05rem;position: relative; width:0.88rem; max-width:calc(20% - 0.04rem);flex-shrink:0;text-align:center;}
.Bottom .BottomBox .BottomCon .share ul li:last-child {margin-right:0;}
.Bottom .BottomBox .BottomCon .share ul li a.alink{position:absolute; width:100%; height:100%;z-index:1;}
.Bottom .BottomBox .BottomCon .share ul li a{display: block;}
.Bottom .BottomBox .BottomCon .share ul li .icon{width:0.34rem;height:0.34rem;border-radius: 50%;background: rgba(0,0,0,0.1);display: flex;align-items: center;justify-content: center;}
.Bottom .BottomBox .BottomCon .share ul li .icon img{max-height:0.16rem;max-width:0.22rem;}
.Bottom .BottomBox .BottomCon .share ul li .tcbox{width:1.3rem;background: #fff;position: absolute;left:50%;bottom:110%;transform: translateX(-50%);display: none;box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);z-index:1;}
.Bottom .BottomBox .BottomCon .share ul li .tcbox::after{content:'';display: block;border:0.08rem solid transparent;border-top:0.08rem solid #fff;position: absolute;top:100%;left:50%;transform: translateX(-50%);}
.Bottom .BottomBox .BottomCon .share ul li:hover .tcbox{display: block;}
.Bottom .BottomBox .BottomCon .share ul li:hover .icon{background: #f4436c;}
.Bottom .BottomBox .BottomCon .share ul li .qr {overflow:hidden;}
.Bottom .BottomBox .BottomCon .share ul li .qr img {display:block; width:100%; height:auto;}
.Bottom .BottomBox .BottomCon{width: 33.125%;}
.Bottom .share .BottomBtn ul li:hover .tcbox{display: block;}

.Bottom .Copyright{padding:0.28rem 0;border-top:1px solid rgba(0,0,0,0.1);}
.Bottom .Copyright .BottomBtn ul{display: flex;}
.Bottom .Copyright .BottomBtn ul li{margin-left:0.2rem;position:relative;}
.Bottom .Copyright .BottomBtn ul li a{display: flex;width:2rem;height:0.6rem;align-items: center;justify-content: center;border:1px solid rgba(0,0,0,0.1);border-radius: 0.6rem;}
.Bottom .Copyright .BottomBtn ul li a:hover{background: #f4436c;border:1px solid #f4436c;color:#fff;}
.Bottom .Copyright .BottomBtn ul li a img {filter:invert(1);}
/*.Bottom .Copyright .BottomBtn ul li:first-child a{background: #f4436c;border:1px solid #f4436c;color:#fff;}*/
.Bottom .Copyright .BottomBtn ul li img{display: block;width:0.19rem;margin-right:0.1rem;}
.Bottom .Copyright .BottomBtn ul li a:hover img {filter:invert(0);}
.Bottom .Copyright .text{opacity: 0.5;margin:0.05rem 0;}
.Bottom .Copyright .link{display: flex;align-items: center;}
.Bottom .Copyright .link a{opacity: 0.5;display: flex;align-items: center;}
.Bottom .Copyright .link a::after{content:'・';display: block;margin:0 0.05rem;}
.Bottom .Copyright .link a:last-child::after{display: none;}
.Bottom .Copyright .link a:hover{opacity: 1;}
.Bottom .Copyright .BottomBtn ul li .tcbox{width:1.3rem;background: #fff;position: absolute;left:50%;bottom:120%;transform: translateX(-50%);display: none;box-shadow: 0 0 0.2rem rgba(0,0,0,0.1);}
.Bottom .Copyright .BottomBtn ul li .tcbox::after{content:'';display: block;border:0.08rem solid transparent;border-top:0.08rem solid #fff;position: absolute;top:100%;left:50%;transform: translateX(-50%);}
.Bottom .Copyright .BottomBtn ul li:hover .tcbox{display: block;}
.Bottom .Copyright .BottomBtn ul li .tcbox img{width:100%;}


@media(max-width:1024px){
	.Bottom .BottomBox{padding:0.4rem 0;}
	.Bottom .BottomBox .BottomNav{display: none;}
	.Bottom .BottomBox .BottomCon{width:100%;text-align: center;}
	.Bottom .BottomBox .BottomCon .Form_email{margin:0 auto;}
	.Bottom .Copyright .BottomBtn ul li a{height:0.42rem;border-radius: 0.42rem;width:1.6rem;}
	.Bottom .Copyright .BottomBtn{width:100%;}
	.Bottom .Copyright .BottomBtn ul{justify-content: center;}
	.Bottom .Copyright .BottomBtn ul li{margin:0 0.1rem;}
	.Bottom .Copyright .txt{width:100%;text-align: center;margin-top:0.1rem;}
	.Bottom .Copyright .link{justify-content: center;}
	.Bottom .BottomBox .BottomCon .Form_email{width:3.6rem;padding-right:0.42rem;}
	.Bottom .BottomBox .BottomCon .Form_email input{height:0.42rem;}
	.Bottom .BottomBox .BottomCon .Form_email button{width:0.42rem;}
	.Bottom .BottomBox .BottomCon .Form_email button img{width:0.18rem;}
    .Bottom .BottomBox .BottomCon .share ul{justify-content:center;flex-wrap: wrap;}
}


@media(max-width:640px){}



.swiper_button{width:0.6rem !important;height:0.6rem !important;border-radius: 50%;border:1px solid #f4436c; background-color:#f4436c;}
.swiper_button::after{font-size: 0.18rem !important;color:#fff !important;}
.swiper_button:hover{background: transparent;border:1px solid #f4436c;}
.swiper_button:hover::after{color:#f4436c !important;}

@media(max-width:1024px){
	.swiper_button{width:0.42rem !important;height:0.42rem !important;}
}

.Float_kf{position: fixed;z-index:999;right:0.4rem;bottom:10%;display: none;}
.Float_kf a{display: flex;width:0.6rem;height:0.6rem;border-radius:50%;background: #f4436c;align-items: center;justify-content: center;}
.Float_kf a img{max-width:50%;}

@media(max-width:1024px){
	.Float_kf{right:0.1rem;bottom:5%;}
	.Float_kf a{width:0.42rem;height:0.42rem;}
}

.Float{position: fixed;z-index:999;right:10px;top:60%;margin-top:-1.04rem;}
.Float ul li{margin-bottom:1px;position: relative;height:0.52rem;}
.Float ul li .icon{width:0.52rem;height:0.52rem;background: rgba(0,0,0,0.5);display: flex;align-items: center;justify-content: center;}
.Float ul li .icon img{max-width:0.29rem;max-height:0.29rem;}
.Float ul li .tcbox{background: #f4436c;position: absolute;right:100%;top:50%;transform: translateY(-50%);min-width:2.1rem;text-align: center;min-height:100%;display: flex;align-items: center;justify-content: center;color:#fff;display: none;}
.Float ul .gzh .tcbox{min-width: auto; white-space: nowrap; text-align:center;}
.Float ul .gzh .tcbox img{ width:1.2rem; max-width:none;}
.Float ul .gzh .tcbox dl dd{ width:100%;}
.Float ul li:hover .icon{background: #f4436c;}
.Float ul li .tcbox a{color:#fff;width:100%;height:100%;display: flex;align-items: center;justify-content: center;}
.Float ul li:nth-child(2) .tcbox{width:3.5rem;}
.Float ul li .tcbox dl{padding:0.24rem;padding-bottom:0.1rem;display: flex;justify-content: space-between;}
.Float ul li .tcbox dl dd{width:46%;}
.Float ul li .tcbox dl dd p{font-size: 0.14rem;margin-top:0.05rem;}
.Float ul li:hover .tcbox{display: flex;} 
.Float ul li.goTop{opacity: 0;visibility: hidden;}
.Float ul li.goTop.on{opacity: 1;visibility: visible;}
.Float ul li.fenxiang{cursor: pointer;}
@media(max-width:640px){

}


/*英文*/
@media(min-width:1025px){
    .enweb .Bottom .BottomBox .BottomNav dl{white-space:normal;line-height:1.28;}
.enweb .Bottom .BottomBox .BottomNav dl dd{margin-top:0.15rem;font-size:0.14rem;}
.enweb .Bottom .Copyright .BottomBtn ul li a{text-align:center;}
.enweb 
.enweb .MainNav ul li{line-height:1.2;height:1rem;display:flex;align-items:center;text-align:center;margin-right:0.15rem;max-width:1.5rem;transition:all .5s;}
.enweb .MainNav ul li em{font-size:0.16rem;}
.enweb .Top.fix .MainNav ul li{height: 0.7rem;}

}



