﻿@charset "utf-8";
* {
  -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%;font-size:5.2083333vw;} */
html{-webkit-text-size-adjust:100%;font-size:100px}

html,body{height:100%;}

body{padding:0; margin:0px auto; font-size:0.16rem;line-height:0.3rem; color:#333; width:100%; zoom:1;font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif;background:#fff;}
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:16px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: "Microsoft YaHei","微软雅黑",Arial,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,pre,time,menu{ padding: 0px;margin: 0; display: block;font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif;}
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;}
img{ max-width:100%; border:none; border:0;display: inline-block;vertical-align: middle;}
a{ color:#1a1a1a; 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:#005fe1;}
/**: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里面的边框是不一样的，所以复写了一下*/
	text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#666666;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: #f5f7fa url(../images/selectarr.png) no-repeat scroll 90% center;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 8px; 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;}

/*公用样式*/
.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;}
.w1600{ z-index:3; position:relative; clear:both;width: 16rem; margin:0px auto;}
.w1440{ z-index:3; position:relative; clear:both;width: 14.4rem; margin:0px auto;}
.w1280{ z-index:3; position:relative; clear:both;width: 1280px; margin:0px auto;}
.w1200{ z-index:3; position:relative; clear:both;width: 1200px; margin:0px auto;}
.w1000{width: 1000px;margin: 0px auto;}
.table{ display: table; width:100%;}
.table .row{ display: table-row;}
.table .cell{ display: table-cell; vertical-align: middle;}
 table {border-collapse: collapse;border-spacing: 0;}
/* table, th, td {border: 1px solid #E0E0E0;padding: 16px 20px;line-height: 1;} */
.iblock{font-size:0;}
.iblock div,.iblock li{ display: inline-block; vertical-align: middle;font-size:16px;}
.pd120{padding-top:1.2rem;padding-bottom:1.2rem;}
.pd100{padding-top:1rem;padding-bottom:1rem;}
.pt120{padding-top:1.2rem;}
.pt100{padding-top:1rem;}
.pb120{padding-bottom:1.2rem;}
.pb100{padding-bottom:1rem;}
.nones{ position:absolute; visibility:hidden; opacity:0; top:0;width: 100%;z-index: -1;}
.relative{position: relative;}

/* button */
.btnam{position: relative;transition: all 0.3s;display: inline-block;text-align: center;border-radius: 0.28rem;width: 1.52rem;line-height: 0.48rem;overflow: hidden;border: 1px solid #dcdcdc;clear: both;}
.btnam em{position: relative;z-index: 1;display: inline-block;}
.btnam:after{right: 0;bottom: 0%;position: absolute;content: "";width: 100%;height: 0;transition: all 0.5s 0.1s;background:#005fe7;border-radius: 28rem;}
.btnam:hover:after{height: 100%;}
.btnam:hover{color:#fff;}

/*font*/
.f_18{font-size: 0.18rem;}
.f_20{font-size: 0.2rem;}
.f_24{font-size: 0.24rem;}
.f_red{ color:#cc0000;}
.f_999{ color:#999999;}
.txt_justify{word-wrap:break-word;word-break:normal;text-align:justify;}
.l30{line-height: 0.30rem;}
.iconfont{ font-size:24px; vertical-align:middle;display: inline-block;}
.iconyjt{margin-top: -3px;font-size: 20px;}
.tit{ display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden; width:100%;}
.p,.dot{overflow: hidden;word-break:normal;
text-overflow: ellipsis;
/* white-space: break-spaces; */
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;}

@media(max-width:1660px){
	html{font-size:6.25vw}
	.w1600{width: 88%;}
}
@media(max-width:1440px){
	.w1440,.w1280,.w1200{width: 88%;}
}
@media ( max-width:1024px){
	html{font-size:9.765625vw}
	select,input,textarea,button{font-size: 14px;}
	.w1600,.w1440,.w1280,.w1200,.w1000{width:92%;min-width: 300px;}
body{min-width:300px;padding-top: 50px;}
.pd120,.pd100{padding-top:0.8rem;padding-bottom:0.8rem;}
.pt120,.pt100{padding-top: 0.8rem;}
.pb120,.pb120{padding-bottom: 0.8rem;}
.l30{line-height: 24px;}
}
@media(max-width:768px){
	html{font-size:12.02083vw}
	body{font-size: 14px;line-height: 24px;}
	.btnam{width: 115px;line-height: 30px;}
	.f_18{font-size: 14px;}
		.f_20{font-size: 16px;}
	.f_24{font-size: 16px;}
}


/*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; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.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{ max-height:100%;}

.ico{display: flex;vertical-align: middle;position: relative;align-items: center;justify-content: center;}
.ico .i1,.ico .i2 {position: absolute;z-index: 100;width: 100%;height: 100%;}
.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 {-webkit-transform: scale(1);transform: scale(1);opacity: 1;filter: alpha(opacity=100);}
.li:hover .ico .i1,.li.on .ico .i1 {opacity: 0;filter: alpha(opacity=0);-webkit-transform: scale(1.2);transform: scale(1.2);}

/*pages*/
.Pages{clear: both;text-align: center;line-height: 0.6rem;position: relative;padding-top: 1%;}
.Pages a{display: inline-block;vertical-align: middle;width: 0.6rem;height: 0.6rem;border-radius: 50%;background:#f5f7fa;}
.Pages .num a{margin:0 5px;}
.Pages .num a:hover,.Pages .num a.a_cur{color:#fff;background:#005fe1;}
.Pages .a_prev{margin-right: 0.35rem;}
.Pages .a_next{ margin-left: 0.35rem;}
.Pages .a_next i{transform: rotate(180deg);}
.Pages .arr{font-weight: bold;}
.Pages .arr:hover{background:#005fe1;color:#fff;}

@media ( max-width:767px){
.Pages{line-height:25px; font-size:14px;}
.Pages a{width: 25px;height: 25px;}
.Pages .p_page .num a{ width:25px;}
.Pages .a_prev{margin-right: 5px;}
.Pages .a_next{margin-left: 5px;}
}
/*pages end*/


/*Top*/
.Header{ position:fixed; width:100%; left:0; top:0;z-index:1000; transition: all 0.5s;height: 80px;line-height:79px;border-bottom: 1px solid rgba(255,255,255,0.1);text-align: right;}
.Header .auto {padding:0 0.4rem;}
.Header .dis{display: inline-block;vertical-align: top;}
.Header .Logo{float: left;}
.Header .Logo img{height: 40px;}
.Header .Logo .cai{display: none;}

.Searchico{ cursor:pointer; color:#fff;display: inline-block;vertical-align: middle;}
.Searchico:hover{color:#d5031a;}
.Searchico .icongb{ display:none;}
.Searchico.on .icongb{ display:block;}
.Searchico.on .iconso{ display:none;}
.Searchico .iconfont{ font-size:24px;}
.searchbox{width:100%;position: absolute;line-height: 35px;opacity: 0;visibility: hidden;z-index: -1;top: 120%;transition: all 0.3s;left: 0;background:rgba(0,0,0,0.85);padding:0.19rem 0 0.4rem 0;text-align: left;}
.searchbox .w1440{position: relative;text-align: left;}
.searchbox .ti{line-height: 0.58rem;color:#fff;font-size: 18px;}
.searchbox .input{width:calc(100% - 128px); height:46px; line-height:46px; text-indent:1em;font-size: 14px;background:#484848;float: left;color:#fff;}
.searchbox .btn {width: 128px;float: right;height: 46px;color:#fff;background: #005fe1;}
.searchbox .btn:hover {background: #00e6ff;}
.searchbox.on{opacity: 1;visibility: visible;top: 100%;z-index: 10;right: 0.9rem;}

.MainNav li{float: left; margin-right: 0.76rem;}
.MainNav span a{ position:relative; z-index:1;display:block; text-align:center;transition: all ease 0s;color:#fff;font-size: 18px;}
.MainNav span a em{ position:relative; z-index:1;}
.MainNav span a:after{ position:absolute; left:50%; width:0; bottom:0; height:2px; background:#005fe1;transition: all ease 0.3s;content: "";transform: translateX(-50%);}
.MainNav .arr{ display:none;}
/* .MainNav li:hover span a,.MainNav li.onnav span a{color:#005fe1;} */
.MainNav li:hover a:after,.MainNav li.onnav a:after{ width:100%;}

.NavPull{ z-index:99;display:none; position:absolute; text-align:left; top:100%; left:0%;width:100%; line-height:0.62rem; background:#f5f7fa;padding-bottom: 0.46rem;}
.NavPull.null{background:none; padding:0;}
.NavPull dl{margin-left: -0.5rem;text-align: center;font-size: 0;}
.NavPull dd{ position:relative;width: 25%;padding-left:0.5rem;margin-top: 0.24rem;display:inline-block;text-align: left;font-size: 18px;}
.NavPull dd:after{content: "";position: absolute;width: 0;height: 0;background:url(../images/arr.png);right: -11px;top: 50%;margin-top:-5px;transition: all 0.3s;}
.NavPull a{ display:block;border-bottom: 1px solid #e6e8eb;color:#666666;}
.NavPull a:hover{color:#005fe1;}
.NavPull dd:hover:after{width: 11px;height: 11px;right: 0;}
.NavPull .ico{width: 0.33rem;height: 0.33rem;display: inline-block;vertical-align: middle;margin-right: 0.12rem;}
.NavPull.tl dl dd{width: 20%;}

.closebtn{ position:fixed; left:0px; top:50px; width:100%; height:100%; z-index:10; display:none;background: rgba(0,0,0,0.5);}
.openbtn{ cursor:pointer; height:25px; position:absolute; right:0; top:0;height: 80%; z-index:999;color:#fff;font-family: Arial, Helvetica, sans-serif;display: none;font-size: 12px;display: none;}
.openbtn span{ display:inline-block;vertical-align: middle;margin:0 10px 0 0;}
.openbtn i{ display:block; height:2px; background:#333; border-radius:4px; margin:5px 0;transition: all ease 0.3s;width: 25px;}
.openbtn i.sp3{margin-left: 5px;width: 20px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 7px) rotate(45deg) !important;
	-moz-transform: translate(0, 7px) rotate(45deg) !important;
	-ms-transform: translate(0, 7px) rotate(45deg) !important;
	-o-transform: translate(0, 7px) rotate(45deg) !important;
	transform: translate(0, 7px) 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;}

.Header.fixed3,.Header.on{background:#fff;box-shadow: 0 0 16px rgba(133,144,162,0.1);}
.Header.on .MainNav li:hover span a:after,
.Header.on .MainNav li.onnav span  a:after,
.Header.fixed3 .MainNav li:hover span a:after,
.Header.fixed3 .MainNav li.onnav span a:after{ width:100%;}
.Header.fixed3 .Logo .cai,.Header.on .Logo .cai{display: inline-block;}
.Header.fixed3 .Logo .bai,.Header.on .Logo .bai{display: none;}
.Header.fixed3 .MainNav span a,.Header.on .MainNav span a,
.Header.fixed3 .Searchico,.Header.on .Searchico{color: #333;}

@media(max-width:1366px){
	.MainNav li{margin-right: 0.5rem;}
}
@media(max-width:1100px){
	.MainNav li{margin-right: 0.4rem;}
}
@media(max-width:1024px){
	.Header{height:50px !important;line-height:50px !important;background:#fff;box-shadow: 0 0 16px rgba(133,144,162,0.1);}
	.Header .MainNav span a,.Header .Searchico{color: #333;}
 .Header .Logo .cai{display: inline-block;}
 .Header .Logo .bai{display: none;}
	.Header .Logo img{height: 30px;}
	
	.openbtn{display: block;}
	.Searchico{margin-right: 35px;}
	
	.MainNav{position: fixed;right: 0;top: 50px;width: 80%;height: calc(100% - 50px);right: -100%;transition: all 0.3s;opacity: 0;background:#fff;box-shadow: 0 0 20px rgba(0,0,0,0.2);padding-top: 20px;overflow-y: auto;z-index: 100;}
	.MainNav ul{float: none;}
	.MainNav.on{right: 0;opacity: 1;}
	.MainNav li{width: auto;float: none;text-align: left;margin-right: 0;position: relative !important;}
	.MainNav span a{text-align: left;font-size: 17px;padding-left: 15px;line-height: 50px;border-bottom: 1px solid #eee;margin:0 10px;color:#333;}
	.MainNav .arr{display: block;width: 80px;position: absolute;right: 0;top: 0;height: 50px;line-height: 50px;z-index: 5;}
	.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);}
	.NavPull{position: static;}
	.NavPull dd{width: 50% !important;}
	.NavPull dd a{display: block;padding-left: 15px;}
	}
	
	@media(max-width:767px){
		.searchbox .ti{line-height: 30px;font-size: 16px;}
		.searchbox .input{width: calc(100% - 80px);}
		.searchbox .btn{width: 80px;}
		
		.NavPull{padding:15px 0;}
		.NavPull dd{font-size: 15px;width: auto !important;display: block;margin-top: 0;line-height: 35px;}
		.NavPull dd:last-child a{border-bottom: 0;}
		.NavPull .ico{width: 25px;height: 25px;}
	}



/*Bottom*/
.Footer{clear: both;background:#0d1623;color:#fff;position: relative;padding:0.85rem 0 0.78rem 0;font-size: 14px;}
.Footer a{color:rgba(255,255,255,0.5);}
.Footer a:hover{color:#fff;}
.Footer .sitemap {margin-left: -10%;}
.Footer .sitemap dl{width: 25%;padding: 0 0 0.55rem 10%;float: left;}
.Footer .sitemap dl:nth-child(4n+4){margin-right:0;}
.Footer .sitemap dl dt{margin-bottom: 0.24rem;color: #fff;position: relative;font-size: 18px;line-height: 48px;border-bottom: 1px solid rgba(255,255,255,0.1);}
.Footer .sitemap dl dt i{position: absolute;right: 0;top: 50%;width: 11px;height: 11px;margin-top: -5px;background:url(../images/arr.png);transition: all 0.3s;}
.Footer .sitemap dl:nth-child(5){clear: both;}
.Footer .sitemap .fl{width: 50%;}

.Footer .Copyright{clear: both;padding-top:0.17rem;color:rgba(255,255,255,0.5);position: relative;}
.Footer .Copyright p{display: inline-block;vertical-align: middle;}
.Footer .Copyright .link{padding-top: 6px;display: block;}
.Footer .Copyright .link a{margin-right: 13px;}
.Footer .Copyright a{display: inline-block;}
.Footer .Copyright .logo{position: absolute;right: 0;top: 16px;}
.Footer .Copyright .logo img{height: 32px;}

@media(max-width:1024px){
	.Footer{padding:0.5rem 0;min-height: auto;}

	.Footer .sitemap dl{width: auto;float: none;padding-bottom: 12px;}
	.Footer .sitemap dl dd{display: none;padding-top: 10px;font-size: 15px;line-height: 30px;}
	.Footer .sitemap dl dt{font-size: 16px;line-height: 35px;margin-bottom: 0;}
	.Footer .sitemap dl.on dt i{transform: rotate(90deg);}

	.Footer .Copyright .logo{display: none;}
}
@media(max-width:767px){
	.Footer {line-height: 24px;}

	.Footer .Copyright{font-size: 12px;}
}
/*Bottom*/


.itemhover{transition: all ease 0.3s;display: block;}
.activehover{-webkit-box-shadow: 0 15px 38px rgba(0,0,0,0.18);
	box-shadow: 0 15px 38px rgba(0,0,0,0.18);
	-webkit-transform: translate3d(0, -4px, 0);
	transform: translate3d(0, -4px, 0);}
.itemhover2{transition: all ease 0.3s;display: block;}
.activehover2{
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0);}


/* 弹窗 */
.Popbox{left: 50%;top: 50%;background:#fff;padding:0.6rem;width: 12rem;transform: translate(-50%,-50%);border-radius: 0.2rem;z-index: 1000;box-shadow: 0 0 20px rgba(0,0,0,0.2);position: fixed;display: none;}
.Popbox .close{position: absolute;right: 0.1rem;top: 0.1rem;width: 35px;line-height: 35px;height:35px;text-align: center;border-radius: 50%;background:#005fe1;color:#fff;}
.Popbox .close:hover{background:#00e6ff;}
.Popbox video{width: 100%;height: 80%;}	
.Popbox.ewmbox{width: 660px;text-align: center;}
.Popbox.ewmbox p span{margin:0 0.15rem 0.15rem;display: inline-block;}
.Popbox.ewmbox img{display: block;margin:0px auto 5px;}

@media(max-width:1024px){
	.Popbox{width: 94%;}
	.Popbox .close{width: 25px;height: 25px;line-height: 21px;}
	.Popbox .close .iconfont{font-size: 20px;}
}
@media(max-width:768px){
	.Popbox{width: 94% !important;}
}

/* 服务单位 */
.HomePartner{background-image: linear-gradient(#f6f8fa, #fff);overflow: hidden;}
.HomePartner.sub{background-image: none;}
.HomePartner .slider{padding-bottom: 0.6rem;}
.HomePartner .item{margin-left: -10px;}
.HomePartner .aitem{width: 14.285%;float: left;padding:0 0 10px 10px;}
.HomePartner .imgbox{padding-top: 1.1rem;}
.HomePartner .imgbox:after,
.HomePartner .imgbox:before{width: 0;height: 0;content: "";position: absolute;transition: all 0.3s;opacity: 0;}
.HomePartner .imgbox:after{border-top: 1px solid #005fe1;border-left: 1px solid #005fe1;top: 0;left: 0;z-index: 10;}
.HomePartner .imgbox:before{border-right: 1px solid #005fe1;border-bottom: 1px solid #005fe1;bottom: 0;right: 0;z-index: 10;}
.HomePartner .aitem:hover .imgbox:before,
.HomePartner .aitem:hover .imgbox:After{width: 100%;height: 100%;opacity: 1;}
.HomePartner .slick-dots{bottom: 0;line-height: 10px;}
.HomePartner .slick-arrow{top: 38%;}
.HomePartner .slider:hover .slick-prev{left: 0;}
.HomePartner .slider:hover .slick-next{right: 0;}

@media(max-width:767px){
	.HomePartner .aitem{width: 33.333%;}
}

/* 右侧飘浮 */
.FloatRight{position: fixed;right: 0.4rem;top: 50%;transform: translateY(-50%);z-index: 999;width: 0.6rem;}
.FloatRight li:nth-child(1) .btn{border-radius: 5px 5px 0 0;}
.FloatRight li{position: relative;}
.FloatRight .btn{height: 0.6rem;display: flex;justify-content: center;align-items: center;background:#005fe1;border-bottom: 1px solid #2677e5;}
.FloatRight .telinfo{position: absolute;right: 0;border-radius: 10px;background:#fff;padding:13px 13px 13px 65px;width: 256px;top: 50%;transform: translateY(-50%);box-shadow: 0 0 12px rgba(0,0,0,0.06);z-index: -1;transition: all 0.3s;opacity: 0;visibility: hidden;}
.FloatRight .telinfo:After,.FloatRight .ewminfo:After{position: absolute;right: -7px;top: 50%;transform: translateY(-50%) rotate(135deg);width: 15px;height: 15px;background:#fff;box-shadow: 0 0 12px rgba(0,0,0,0.06);content: "";z-index: -1;}
.FloatRight .telinfo img{position: absolute;top: 13px;left: 13px;width: 41px;}
.FloatRight .telinfo .ti{color: #999999;}
.FloatRight .telinfo .tel{line-height: 26px;font-size: 24px;margin-top: 3px;}
.FloatRight .ewminfo{position: absolute;padding:13px;border-radius: 10px;background:#fff;right: 0;top: 50%;transform: translateY(-50%);text-align: center;z-index: -1;transition: all 0.3s;opacity: 0;visibility: hidden;}
.FloatRight .ewminfo .item{line-height: 22px;font-size: 14px;color:#666666;padding-bottom: 15px;}
.FloatRight .ewminfo .item img{display: block;width: 100px;margin:0px auto 5px;max-width: none;}
.FloatRight li.on .telinfo,.FloatRight li.on .ewminfo{right: 0.6rem;opacity: 1;visibility: visible;}

.totop{ cursor: pointer;overflow: hidden;visibility: hidden;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;height: 0;border-bottom: 0;border-radius: 0 0 5px 5px;}
.totop.cd-is-visible {visibility: visible;opacity: 1; cursor:pointer;bottom: 0;height: 0.6rem;}

@media(max-width:767px){
	.FloatRight{right: 5px;width: 35px;}
	.FloatRight .btn,.totop.cd-is-visible{height: 35px;}
	.FloatRight .btn img{width: 22px;}
	.FloatRight li.on .telinfo,.FloatRight li.on .ewminfo{right: 35px;}
}


