﻿@charset "utf-8";
/*@font-face{
	font-family: oswald;
	src:url(../fonts/Oswald-Medium.ttf);
}*/
html{-webkit-text-size-adjust:100%;font-size:5.2083333vw}

@media(max-width:1024px){
	html{font-size: 7vw;}
}

@media(max-width:750px){
	html{font-size: 14vw;}
}

* {
	-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;
}

*{margin:0;padding:0;}
body{margin:0px; padding:0px; margin:0px auto; font-size:0.16rem; color:#333; width:100%;  zoom:1;}
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: syhtr,arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{font-size:0.16rem; 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{ display: block;font-family: syhtr,arial, sans-serif;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
pre{white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;}
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;transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#0093f3;}

.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;}

/*单行文本省略号*/
.dot {
overflow: hidden;word-break:normal;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 1;
}
.dot2, .dot3, .dot4, .dot5, .dot6 {
	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;
}
.dot5 {
	-webkit-line-clamp: 5;
}
.dot6 {
	-webkit-line-clamp: 6;
}

/*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{
	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: #0093f3;}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #e6e6e6;}

/*effict*/
.Scale-img {overflow: hidden;cursor: pointer; 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;transition: all .5s;-webkit-transition: all .5s;}
.imgbox img{ width:auto !important; max-height:100%;}


/*pages*/
.Pages{padding:3% 0;text-align: center;}
.Pages a{display: inline-block;}
.Pages .p_jump,.Pages .p_cur,.Pages .p_count,.Pages .p_total,.Pages .a_first,.Pages .a_end{display: none;}
.Pages .a_arr{width:1.6rem;line-height: 0.44rem;border-radius: 0.44rem;border:1px solid #0093f3;font-size: 0.24rem;color:#0093f3;}
.Pages .a_arr.a_prev{float:left;}
.Pages .a_arr.a_next{float:right;}
.Pages .num a{width:0.44rem;height:0.44rem;line-height: 0.44rem;font-size: 0.2rem;border-radius: 50%;border:1px solid #fff;margin:0 3px;}
.Pages a.a_cur,.Pages a:hover{background: #0093f3;border:1px solid #0093f3;color:#fff;}

/*pages end*/


.w1600{max-width:16rem;margin:0 auto;width:95%;}
.w1600.white{background:#fff;}

.Top{position: fixed;top:0;left:0;z-index:999;width:100%;line-height: 0.99rem;border-bottom:1px solid rgba(255,255,255,0.1);transition: all 0.3s;}
.Top .Logo img{max-height:0.6rem;}
.Top .Logo img.caise{display: none;}
.Top .m-btn{display: none;cursor: pointer;padding:0.25rem 0.05rem;border-radius: 5px;z-index:999;margin-top:0.22rem;margin-left:0.2rem;position: relative;z-index:999;}
.Top .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);}
.Top .m-btn span::before,.Top .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);}
.Top .m-btn span:before {top: -8px;}
.Top .m-btn span:after {bottom: -8px;}
.Top .m-btn.active span {background: transparent;}
.Top .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;}
.Top .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 .LoginBtn{color:#fff;font-size: 14px;padding-left: 24px;background:url(../images/user.png) 0px center no-repeat;position: relative;margin-left:0.6rem;}
.Top .LoginBtn a{color:#fff;}
.Top .LoginBtn::before{content:'';display: block;width:1px;height:0.14rem;background: rgba(255,255,255,0.3);position: absolute;left:-0.3rem;top:50%;margin-top:-0.07rem;}
.Top .LoginBtn .out{cursor: pointer;}
.Top .LoginBtn .out .iconxjt{margin-left: 5px;}
.Top .LoginBtn .pull{background:#0060a3;position: absolute;width: 100px;line-height: 40px;padding:15px 0;top: 66px;right: 0;z-index: 10;text-align: center;display: none;}
.Top .LoginBtn .pull a{color:#fff !important;font-size: 14px;}
.Top .LoginBtn .out:hover .pull{display: block;}


.Top .Language{color:#66738c;font-size: 14px;padding:0 0.3rem;margin-right:0;position: relative;margin-left:0.7rem;padding-left: 24px;background:url(../images/lan.png) 0px center no-repeat;}
.Top .Language a{color:#66738c;}
.Top .Language a.on{color:#fff;}
.Top .Language::before{content:'';display: block;width:1px;height:0.14rem;background: rgba(255,255,255,0.3);position: absolute;left:-0.3rem;top:50%;margin-top:-0.07rem;}

.Top .search{position: relative;z-index:99;height:0.99rem;}
.Top .search .searchico{width:25px;height:100%;background: url(../images/search.png) no-repeat center center;}
.Top.fixed2 .search .searchico{background: url(../images/searchh.png) no-repeat center center;}
.Top .search .searchico.on{background: url(../images/sclose.png) no-repeat center center;}
.Top.fixed2 .search .searchico.on{background: url(../images/scloseh.png) no-repeat center center;}

.Top .search .searchbox{position: absolute;right:0;top:100%;background: #fff;box-shadow: 0 10px 10px rgba(0,0,0,0.05);width:300px;box-sizing: border-box;padding-right:50px;height:45px;line-height: 45px;display: none;}
.Top .search .searchbox input{width:100%;box-sizing: border-box;padding:0 10px;}
.Top .search .searchbox button{width:50px;height:100%;background: url(../images/search.png) no-repeat center center #0093f3;position: absolute;right:0;top:0;}


.Top .MainNav ul li{float:left;font-size: 0.2rem;margin-left:0.45rem;}
.Top .MainNav ul li a{color:#fff;display: block;position: relative;}
.Top .MainNav ul li> em{position: relative;z-index:99;display: block;}
.Top .MainNav ul li> em>a::before{content:'';display: block;width:100%;height:2px;background: #0093f3;position: absolute;bottom:-1px;left:0;transition: all .5s;-webkit-transition: all .5s;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);opacity: 0;}
.Top .MainNav ul li.on em> a::before{transform: rotateY(0);-webkit-transform: rotateY(0);opacity: 1;}
.Top .MainNav ul li.on em>a{color:#0093f3;}
.Top .MainNav ul li:hover em a::before{transform: rotateY(0);-webkit-transform: rotateY(0);opacity: 1;}
.Top .MainNav ul li:hover em>a{color:#0093f3;}

.Top .Logo,.Top .m-btn,.Top .LoginBtn,.Top .search,.Top .Language{z-index:999;position: relative;}

.NavPull{position: absolute;top:100%;left:0;width:100%;background: #09164f;padding:0.7rem 0;display: none;}
.NavPull::before{content:'';display: block;width:100%;height:1px;background: #fff;opacity: 0.1;position: absolute;top:0;left:0;z-index:9;}
.NavPull .NavPull_bg{width:100%;height:calc(100% + 1rem);background: url(../images/navbg.png) no-repeat right top;position: absolute;top:-1rem;right:0;transition: all .3s;}
.NavPull .NavPull_img{width:38.5%;}
.NavPull .NavPull_img .img{padding-top:3.47rem;}
.NavPull .NavPull_txt{width:58.5%;}
.NavPull .NavPull_txt dl{display: flex;margin-left:-1rem;}
.NavPull .NavPull_txt dl .navbox{width:30%;margin-left:1rem;}
.NavPull .NavPull_txt dl dd a{font-size: 0.16rem;position: relative;}
.NavPull .NavPull_txt dl dd a::after{content:'';display: block;width:20px;height:20px;background: url(../images/arr.png) no-repeat center center;transition: all .3s;position: absolute;right:0;top:50%;margin-top:-10px;}
.NavPull .NavPull_txt dl dd:hover a::after{transform: translateX(-0.1rem);}


.Top.fixed2, .Top.fixed3 {transition: transform .3s;transform-origin: top center;position: fixed;width: 100%;z-index: 100;top: 0;box-shadow: 0px 5px 20px rgba(0,0,0,0.1);}
.Top.fixed2{background:#fff;color: #666;}
.Top.fixed2 .MainNav ul li em a{color:#333;}
.Top.fixed2 .Logo img.caise{display: inline-block;}
.Top.fixed2 .Logo img.white{display: none;}
.Top.fixed2 .Language a.on{color: #0093f3;}
.Top.fixed2 .Language{background:url(../images/lan2.png) 0px center no-repeat;}
.Top.fixed2 .LoginBtn a{color: #666;}
.Top.fixed2 .LoginBtn{background:url(../images/user2.png) 0px center no-repeat;color:#333;}
.Top.fixed2 .m-btn span,.Top.fixed2 .m-btn span::after,.Top.fixed2 .m-btn span::before{background: #0093f3;}
.Top.fixed2 .m-btn.active span{background: transparent;}


.Top.fixed2.fix{background:#09164f;color: #fff;}
.Top.fixed2.fix .MainNav ul li em a{color:#fff;}
.Top.fixed2.fix .Logo img.white{display: inline-block;}
.Top.fixed2.fix .Logo img.caise{display: none;}
.Top.fixed2.fix .Language a.on{color: #fff;}
.Top.fixed2.fix .Language{background:url(../images/lan.png) 0px center no-repeat;}
.Top.fixed2.fix .LoginBtn a{color: #fff;}
.Top.fixed2.fix .LoginBtn{background:url(../images/user.png) 0px center no-repeat;color:#333;}


@media(max-width:1024px){
	body{font-size: 14px;line-height: 24px;}
	input,select{font-size: 14px;}
    .Top .LoginBtn .pull {top: 50px;}
	.Top .m-btn{display: block;}
	.Top .MainNav{position: absolute;right:0;top:100%;width:0;z-index:999;background: #006bc0;height:calc(100vh - 0.99rem);overflow: hidden;opacity: 0;transition: all .5s;-webkit-transition: all .5s;}
	.Top .MainNav ul{padding:0.2rem;height:100%;box-sizing: border-box;overflow: auto;}
	.Top .MainNav ul li{width:100%;margin:0;padding:0;box-sizing: border-box;line-height: 40px;position: relative;font-size: 15px;}
	.Top .MainNav ul li span a{padding-left: 15px;}
	.Top .MainNav .NavPull dd{font-size: 14px;line-height: 30px;}
	.Top .MainNav .NavPull dd .tit{font-size: 15px;line-height: 30px;}
	.Top .MainNav ul li b{width:0.5rem;height:0.5rem;background: url(../images/more.png) no-repeat center center;position: absolute;right:0;top:0;background-size: 0.1rem;}
	.Top .MainNav ul li.on a,.Top .MainNav ul li:hover a{color:#fff !important;}
	.Top .MainNav.show{width:200px;opacity: 1;}
	.Top .MainNav ul li> em>a::before{display: none;}
	.Top .MainNav ul li> em i{display: block;width:30px;height:30px;background: url(../images/arr.png) no-repeat center center;position: absolute;right:0;top:50%;margin-top:-15px;}
	.NavPull{position: static;padding:10px;}
	.NavPull .NavPull_bg{display: none;}
	.NavPull .NavPull_img{display: none;}
	.NavPull .NavPull_txt{width:100%;}
	.NavPull .NavPull_txt dl{display: block;margin-left:0;}
	.NavPull .NavPull_txt dl .navbox{width:100%;margin-left:0;}
	.NavPull .NavPull_txt dl dd a{font-size: 14px;}
	.NavPull .NavPull_txt dl dd a::after{display: none;}
	.Top .Language::before{display: none;}
	.Top.fixed2 .MainNav ul li em a{color:#fff;}
	.Top.fixed2.fix{background:#fff;}
}




.tc .More{margin:0 auto;}
.More{display: block;width:2.1rem;height:0.6rem;line-height: 0.6rem;text-align: center;background: url(../images/morebg.png) no-repeat center center;background-size: 100% 100%;font-family: syhtl;color:#fff;font-size: 0.16rem;}
.More a{color:#fff;display: block;}
.More img{display: inline-block;position: relative;margin-left:0.1rem;top:-2px;}

.pd100{padding:1rem 0;}

.HomeTit{padding:0.2rem 0;background: url(../images/logobg.png) no-repeat center center;background-size: 1.25rem;margin-bottom:0.5rem;}
.HomeTit h1{font-size: 0.52rem;line-height: 0.65rem;text-align: center;font-weight: normal;color:#fff;}

.slick-arrow{width:0.58rem;height:0.58rem;border-radius: 50%;border:1px solid rgba(255,255,255,0.5);position: absolute;top:50%;margin-top:-0.3rem;font-size: 0;color:transparent;background-position: center center;background-repeat: no-repeat;background-color: transparent;z-index:99;}
.slick-arrow.slick-prev{background-image: url(../images/prev.png);left:0;}
.slick-arrow.slick-next{background-image: url(../images/next.png);right:0;}
.slick-arrow:hover{background-color: #0093f3;border:1px solid #0093f3;}
/* .History  .slick-arrow{background-color: #0093f3;border:1px solid #0093f3;top: 125%} */
.Bottom{padding:0.7rem 0;background: url(../images/footbg.jpg) no-repeat right center;background-size: cover;}
.Bottom .BottomBox{padding:0.5rem 0.7rem 0.4rem 0.7rem;background: url(../images/footbox.png) no-repeat center center;background-size: 100% 100%;}
.Bottom .BottomBox .BottomLeft{width:60%;box-sizing: border-box;padding-right:2rem;border-right:1px solid rgba(255,255,255,0.1);}
.Bottom .BottomBox .BottomLeft .title{padding-bottom:0.2rem;font-size: 0.36rem;color:#fff;border-bottom:1px solid rgba(255,255,255,0.1);margin-bottom:0.2rem;}
.Bottom .BottomBox .BottomLeft .con{color:#fff;line-height: 0.36rem;opacity: 0.6;}
.Bottom .BottomBox .BottomLeft .con b{color:#0093f3;font-weight: normal;}
.Bottom .BottomBox .BottomLeft .con span{display: inline-block;margin-right:0.3rem;}
.Bottom .BottomBox .BottomLeft .copyright{margin-top:0.5rem;color:#fff;opacity: 0.6;}

.Bottom .BottomBox .BottomRight{width:40%;box-sizing: border-box;padding-left:2rem;}
.Bottom .BottomBox .BottomRight .BottomEwa{display: flex;justify-content: flex-end;align-items: center;}
.Bottom .BottomBox .BottomRight .BottomEwa .txt{width:1.5rem;font-size: 0.18rem;line-height: 0.22rem;color:#fff;}
.Bottom .BottomBox .BottomRight .BottomEwa .img{width:1.28rem;height:1.54rem;background: url(../images/ewabg.png) no-repeat center center;background-size: 100% 100%;padding:0.15rem;text-align: center;}
.Bottom .BottomBox .BottomRight .BottomEwa p{color:#fff;margin-top:0.08rem;}
.Bottom .BottomBox .BottomRight .enjoy{text-align: right;margin-top:0.4rem;}
.Bottom .BottomBox .BottomRight .enjoy ul li{display: inline-block;margin-left:0.1rem;}
.Bottom .BottomBox .BottomRight .enjoy ul li .ico{width:40px;height:40px;border-radius: 40px;line-height: 40px;text-align: center;background: rgba(0,147,243,0.1);}
.Bottom .BottomBox .BottomRight .enjoy ul li .ico img{opacity: 0.2;}
.Bottom .BottomBox .BottomRight .enjoy ul li:hover .ico img{opacity: 1;}
.Bottom .BottomBox .BottomRight .enjoy ul li a{display: block;}

@media(max-width:768px){
	.Bottom .BottomBox{padding:0;background: none;}
	.Bottom .BottomBox .BottomLeft{width:100%;padding-right:0;border-right:none;}
	.Bottom .BottomBox .BottomRight{width:100%;padding-left:0;margin-bottom:20px;}
	.Bottom .BottomBox .BottomRight .BottomEwa {justify-content: flex-start;}
	.Bottom .BottomBox .BottomRight .BottomEwa .txt{width:100px;font-size: 14px;line-height: 20px;}
	.Bottom .BottomBox .BottomRight .BottomEwa .img{width:128px;height:154px;padding:15px;}
	.Bottom .BottomBox .BottomRight .enjoy{text-align: left;}
	.Bottom .BottomBox .BottomRight .enjoy ul li{margin-left:0;margin-right:10px;}
	.Bottom .BottomBox .BottomRight .enjoy ul li .ico{width:30px;height:30px;line-height: 30px;}
	.Bottom .BottomBox .BottomRight .enjoy ul li .ico img{max-height:15px;max-width:15px;}
	.Bottom .BottomBox .BottomLeft .title{font-size: 18px;}
	.Bottom .BottomBox .BottomLeft .con{line-height: 25px;}
}

/* @media(max-width:480px){
	.Bottom .BottomBox .BottomRight .BottomEwa{justify-content: center;}
	.Bottom .BottomBox .BottomRight .enjoy ul li{margin:0 5px;}
	.Bottom .BottomBox .BottomRight .enjoy {text-align: center;}

} */
.wapshow{display: none;}
@media(max-width:640px){
	.pd100{padding:30px 0;}
	.HomeTit h1{font-size: 22px;line-height: 30px;}
	.Top .LoginBtn{padding-left:15px;margin-left:15px;}
	.Top .LoginBtn::before{display: none;}
	.Top .Language{display: none;}
	.Top .Language.wapshow{display: block;margin:0 10px;padding-top:10px;color:#fff !important;border-bottom:1px solid rgba(255,255,255,0.1);}
	.Top .Language.wapshow a{color:#fff !important;}
	.More img{width:16px;}
	.Pages .num{display: none;}
	.Pages .p_page::after{content:'';display: block;clear: both;}
	.Pages .a_arr{width:100px;line-height: 30px;font-size: 14px;}
}

.FloatBox{position: fixed;top:50%;right:0;z-index:999;transform:translateY(-50%);}
.FloatBox ul li{background: url(../images/floatbg.png) no-repeat center center;border-radius: 0.6rem 0 0 0.6rem;background-size: cover;margin-bottom:0.1rem;padding:0 0.2rem;position: relative;}
.FloatBox ul li a{display: block;padding-left:35px;position: relative;}
.FloatBox ul li .ico{width:25px;height:25px;text-align: center;line-height: 25px;position: absolute;left:0;top:50%;margin-top:-12.5px;}
.FloatBox ul li p{display: flex;align-items: center;color:#fff;height:0.6rem;text-transform: uppercase;width:0rem;font-size: 0;transition: all 0.3s}
.FloatBox ul:hover p{width: 1.3rem;font-size: 0.16rem}
.FloatBox ul li:hover .ico{-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;}
.FloatBox ul li .tel{display:none;position: absolute;top: -105%;left: 0;width: 200px;background: url(../images/floatbg.png) no-repeat center center;border-radius: 0.6rem 0 0 0.6rem;}
.FloatBox ul li .tel p{display:block;line-height: 0.6rem;font-size: 16px;text-align: center;width: 100%;border-radius: 0.6rem 0 0 0.6rem;}
/* .sec-6 .FloatBox{display: none;} */
@media(max-width:768px){
	.FloatBox ul li p{height:40px;font-size: 12px;line-height: 18px;width:90px;}
}
@media(max-width:640px){
	.Bottom{padding-bottom:70px;}
	.FloatBox{bottom:0;left:0;right:0;transform: translateY(0);top:auto;}
	.FloatBox ul{display: flex;}
	.FloatBox ul li{margin-bottom:0;border-radius: 0 !important;width:50%;}
	.FloatBox ul li p{height:40px;font-size: 12px;line-height: 18px;width:90px;}
}

/* 在线咨询 */
.Online_Message{width:95%;max-width:12rem;box-sizing: border-box;background: #fff;padding:0.6rem;position: relative;margin:0 auto;}
.Online_Message .tit{font-size: 0.3rem;font-family: syhtl;text-align: center;margin-bottom:0.3rem;}
.Online_Message .Form ul{margin-left:-2%;}
.Online_Message .Form li{margin-left:2%;float:left;margin-bottom:2%;box-sizing: border-box;border:1px solid #d6d6d6;height:0.58rem;line-height: 0.58rem;position: relative;}
.Online_Message .Form li.col30{width:31.33%;}
.Online_Message .Form li.col100{width:98%;}
.Online_Message .Form li input{padding:0 0.2rem;padding-left:0.28rem;box-sizing: border-box;width:100%;height:100%;font-size: 0.16rem;}
.Online_Message .Form li select{padding:0 0.2rem;padding-left:0;box-sizing: border-box;width:100%;height:100%;font-size: 0.16rem;border:0;background: url(../images/selectarr2.png) no-repeat scroll 95% center transparent;}
.Online_Message .Form li b{color:#fa0000;position: absolute;left:0.15rem;top:0;}
.Online_Message .Form li.textarea{height:auto;padding:0.15rem 0.2rem 0.15rem 0.28rem;font-size: 0.16rem;}
.Online_Message .Form li.textarea textarea{height:1rem;}
.Online_Message .Form .FormBtn{text-align: center;margin-top:0.3rem;}
.Online_Message .Form .FormBtn button{width:2rem;height:0.7rem;line-height: 0.7rem;background: #0093f3;font-size: 0.16rem;color:#fff;}
.Online_Message .Form .other{text-align: center;margin-top:0.3rem;}
.Online_Message .Form .other input{position: relative;top:2px;margin-right:0.05rem;}

@media(max-width:1024px){
	.FloatRight .messageBtn{height:1.1rem;}
	.Online_Message .Form li.col30{width:98%;}
}


