
*,
*: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;
}
/*浮动客服*/
.floadQq .arrow {
  width: 50px;
  height: 45px;
  background: url(http://www.huichengrubber.cn/template/default/images/online_arrow.png) no-repeat #ffcc33;
  position: fixed;
  top: 100px;
  right: 170px;
  z-index: 999;
}
.floadQq .arrow a {
  display: block;
  height: 45px;
}
.floadQq .box {
  width: 170px;
  background: #fff;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 999;
  word-wrap: break-word;
}
.floadQq .box img {
  max-width: 100%;
  max-height: 100%;
}
.floadQq .box .boxShadow {
  background: #fff;
  box-shadow: -2px 2px 3px rgba(0, 0, 0, 0.25);
}
.floadQq .box > .title {
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #f08326;
  color: #fff;
  font-size: 18px;
  text-indent: 22px;
  position: relative;
}
.floadQq .box .qq {
  padding: 10px 14px 0 14px;
}
.floadQq .box .qq li {
  line-height: 34px;
  font-size: 15px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}
.floadQq .box .qq li img {
  margin-right: 10px;
}
.floadQq .box .tel {
  padding-bottom: 5px;
}
.floadQq .box .tel .title {
  font-size: 18px;
  color: #333;
  padding: 12px 15px;
}
.floadQq .box .tel p {
  padding: 0 0 5px 15px;
  color: #ef8227;
  font-size: 18px;
}
.floadQq .box .wchat {
  text-align: center;
  padding: 20px 20px 10px 20px;
  background: #EBEBEB;
}
