﻿@charset "utf-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font-family: arial, "microsoft yahei";
  font-size: 12px;
  color: #333;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: #666;
}
a:hover,
a:active,
a:focus {
  color: #0068B7;
}
ol,
ul {
  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%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  background-color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/contact-icon.png);
}
.floatBar:hover {
  background-color: #ff7d34;
}
.float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  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: 64px;
  height: 64px;
  display: none;
  cursor: pointer;
  background: url(../images/xz-top.png) no-repeat center #ffffff;
}
.float .return-top:hover {
  background: url(../images/xz-top-h.png) no-repeat center #ba001c;
}
.float .float-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.float .float-box li {
  width: 64px;
  height: 64px;
  margin-top: 1px;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  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;
}
.float .float-box li .item {
  bottom: 0;
  right: 120%;
  width: 133px;
  color: #fff;
  display: none;
  text-align: center;
  position: absolute;
  padding: 10px 10px 5px 10px;
  background-color: #ba001c;
}

.float .float-box li .item img{margin-bottom:5px;}

.float .float-box li .item:before {
  content: "";
  right: -17px;
  bottom: 40px;
  position: absolute;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #ba001c;
  border-width: 10px;
  width: 0;
  height: 0;
}
.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: 16px;
  font-family: 'century gothic';
  color: #dcdcdc;
}
.float .float-box li > a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 90px;
}
.float li:hover {
  background-color: #ba001c;
}
.float .wx {
  background: url(../images/xz-icon.png) no-repeat center center;
}
.float .wx:hover {
  background: url(../images/xz-icon-h.png) no-repeat center center #ba001c;
}
.float .zx {
  background: url(../images/gouwu1.png) no-repeat center center;
  /*background: url(../images/xz-icon-2.png) no-repeat center center;*/
}
.float .zx:hover {
  background: url(../images/gouwu.png) no-repeat center center #ba001c;
  /*background: url(../images/xz-icon-2-h.png) no-repeat center center #ba001c;*/
}
@media (max-width: 1200px) {
  .float {
    display: none;
  }
}
