@charset "utf-8";
*,
*:before,
*:after {
  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%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  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: 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/top-icon.png) no-repeat center #333333;
}
.float .return-top:hover {
  background-color: #e34f43;
}
.float .float-box li {
  width: 64px;
  height: 64px;
  margin-top: 1px;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position: center 0;
  background-color: #4c4c4c;
  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: 107%;
  width: 133px;
  color: #7f7f7f;
  display: none;
  text-align: center;
  position: absolute;
  padding: 10px;
  background-color: #4c4c4c;
  padding-top: 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 #4c4c4c;
  border-width: 5px;
  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: 17px;
  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 .float-box li:hover {
  background-color: #ff5c01;
}
.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:#fff;
}
.float .float-box li .qq span {
  color: #fff;
  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;
}
