@charset "utf-8";ul li{list-style:none}


img {
  border: 0;
}
/*浮动客服*/
.floatBar {
  display: none;
  width: 34px;
  height: 113px;
  position: fixed;
  right: 0;
  top: 50%;
  overflow: hidden;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 19;
  background-color: #ff5c01;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/contact-icon.png);
}
.floatBar:hover {
  background-color: #ff7d34;
}
.float {
  position: fixed;
  bottom: 50px;
  right: 2px;
  z-index: 19;
  font-size: 14px;
  line-height: 28px;
}
.float .float-closed {
  right: 0;
  top: -25px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  cursor: pointer;
  font-weight: 100;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  text-align: center;
  position: absolute;
  background-color: #232323;
}
.float .return-top {
  width: 50px;
  height: 50px;
  display: none;
  cursor: pointer;    margin-right: 0px;
  background: url(../images/side_icon_top.png) no-repeat center rgba(0, 155, 228, 0.8);
  filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8; 
}
.float .return-top:hover {
  background-color: #4cd2b8;
}

.float-box{margin:auto;padding: 0px;}
.float .float-box li {
  width: 50px;
  height: 50px;
  margin-top: 2px;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: rgba(0, 155, 228, 0.8);
  transition: All 0.2s ease-in-out;
  -webkit-transition: All 0.2s ease-in-out;
  -moz-transition: All 0.2s ease-in-out;
  -o-transition: All 0.2s ease-in-out;
  /*filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8; */
}
.float .float-box li .item {
  bottom: 0;
  right: 114%;
  width: 230px;
  color: #7f7f7f;
  display: none;
  text-align: center;
  position: absolute;
  padding: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px #666;
}
.float .float-box li .item .lx_span1{letter-spacing: 14px;}
.float .float-box li .item .lx_span2{margin-left: -12px;}
.item_ewm_img{}
.float .float-box li p{font-size: 14px;text-align: left;margin:auto 10px;}
.float .float-box li h3{font-size:20px;}
.float .float-box li .item:before {
  content: "";
  right: -10px;
  bottom: 20px;
  position: absolute;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #eee;
  border-width: 5px;
  width: 0;
  height: 0;
}
.closediv{width: 18px;
    height: 18px;
    line-height: 18px;
    cursor: pointer;
    font-weight: 100;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #2095d4;
	position: absolute;
    top: 10px;
    right: 10px;
	display: none;
}
.float .float-box li .item .btn-warning {
  padding-top: 5px;
  padding-bottom: 5px;
}
.float .float-box li .item .p-1 {
  font-size: 12px;
}
.float .float-box li .item .p-2 {
  font-size: 17px;
  font-family: 'century gothic';
  color: #dcdcdc;
}
.float .float-box li > a {
  display: block;
  text-align: center;
  color: #7f7f7f;
  font-size: 12px;
  line-height: 90px;
}
.float .float-box li:hover {
  background-color: #4cd2b8;
  color: #fff;
}
.float .float-box li .qq {
  line-height: 30px;
}
.float .float-box li .qq span {
  font-size: 16px;
  color: #a8a8a8;
  margin-bottom: 15px;
}
.float .float-box li .qq a {
  display: block;
  margin-bottom: 15px;
  color:#7f7f7f;
}
.float .float-box li .qq span {
  color: #7f7f7f;
  font-size: 12px;
}
.float .float-box li .qq img {
  vertical-align: middle;
  background: #8e8e8e;
  border-radius: 50%;
  display: block;
  height: 50px;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
}
.float .float-box li .item-message {
  width: 200px;
  color: #ffffff;
}

@media only screen and (min-width: 1024px) {
}

@media screen and (max-width: 1023px)
{
	.closediv{display: block;}
	.float .float-box li {filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8; }
}
@media (min-width: 375px) and (max-width: 767px)
{

	
}
@media (min-width: 321px) and (max-width: 375px)
{
	
	
}
@media screen and (max-width: 320px)
{
	
	
}
