@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;
  max-width: 100%;
  max-height: 100%;
}
/*浮动客服*/
.floadQq {
  width: 140px;
  position: fixed;
  top: 100px;
  border: 1px solid #027fe0;
  border-radius: 5px;
  background: #00a0e9;
  padding: 4px 4px 0 4px;
  right: 0;
  font-size: 14px;
  z-index: 999;
}
.box {
  width: 100%;
  position: relative;
}
.box .bar {
  width: 29px;
  height: 117px;
  position: absolute;
  left: -33px;
  top: 50%;
  margin-top: -58px;
  background: url(../images/title.png) no-repeat 0 0;
  display: block;
}
.box ul {
  background: #fff;
  border-radius: 5px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 5px;
  padding: 0 0 5px 0;
}
.box ul li {
  margin: 0 8px;
}
.box ul .title {
  color: #00a0e9;
  font-size: 16px;
  border-bottom: #ace5f9 solid 1px;
  padding: 10px 5px 5px;
  margin-bottom: 10px;
}
.box ul.qq a {
  font-size: 12px;
  display: block;
  border-bottom: #e6e5e4 solid 1px;
  margin: 5px 0;
  padding-bottom: 5px;
  color: #00a0e9;
}
.box ul.qq a img {
  vertical-align: middle;
  margin-right: 5px;
}
.box ul.qq a:hover {
  color: #ff8100;
}
.box ul.qq a:last-child {
  border: none;
}
.box ul .tel {
  margin: 5px 8px;
  padding: 0 0 5px 15px;
  background: url(../images/tel.png) no-repeat;
}
