body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: PingFang SC, Microsoft Yahei, Hiragino Sans GB, sans-serif;
  transition: all 0.3s;
}
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}
a:hover {
  color: #067FFC;
}
img {
  border: none;
  max-width: 100%;
}
ol,
ul,
li,
button {
  list-style: none;
  border: none;
}
input,
button,
textarea {
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
body {
  font-size: 14px;
  min-width: 1040px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #f6f8fc;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
.left {
  float: left;
}
.right {
  float: right;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
}
.header .top {
  background: #F3F3F3;
  height: 26px;
  font-size: 12px;
  color: #000000;
  line-height: 24px;
}
.header .top .right a,
.header .top .right span {
  margin-left: 12px;
}
.header .bot {
  height: 70px;
}
.header .bot .logo {
  float: left;
  display: block;
  height: 26px;
  padding-top: 22px;
}
.header .bot .logo img {
  max-height: 100%;
}
.header .bot .nav {
  float: right;
  transform: translateX(10px);
}
.header .bot .nav li {
  float: left;
  font-size: 14px;
  color: #333333;
  height: 70px;
  margin-left: 37px;
}
.header .bot .nav li > a {
  display: block;
  padding: 7px 10px 0;
  line-height: 56px;
  height: 56px;
  font-weight: bold;
}
.header .bot .nav li.active a {
  color: #2577FF;
  border-bottom: 2px solid #2577FF;
}
.main {
  padding-top: 96px;
}
.footer .top {
  background: #3A3D40;
  min-height: 310px;
}
.footer .top .logo {
  width: 65px;
  padding-top: 58px;
}
.footer .top .nav {
  padding: 60px 0 40px;
}
.footer .top .nav dl {
  width: 200px;
  float: left;
}
.footer .top .nav dl dt {
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  padding-bottom: 14px;
}
.footer .top .nav dl dd {
  font-size: 14px;
  color: #999999;
  line-height: 34px;
}
.footer .bot {
  background: #35383B;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #999999;
}
.consult {
  position: fixed;
  width: 70px;
  height: 150px;
  top: 50%;
  margin-top: -30px;
  right: 10px;
  z-index: 9999999;
}
.consult dl {
  width: 70px;
  height: 50px;
  cursor: pointer;
  opacity: 0.9;
  background: #535353;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 11px 0 9px 0;
}
.consult .tel {
  margin-top: 10px;
}
.consult dl dt {
  width: 100%;
  height: 26px;
  margin-bottom: 7px;
}
.consult dl dd {
  line-height: 17px;
  text-align: center;
  font-size: 12px;
  color: #FFFFFF;
}
.consult .qq dt {
  background: url("../images/icon-qq.png") center no-repeat;
}
.consult .tel dt {
  background: url("../images/icon-phone.png") center no-repeat;
}
.consult .tel {
  position: relative;
}
.consult .tel .tel-num {
  display: none;
  position: absolute;
  top: 13px;
  right: 0;
  opacity: 0.9;
  background: #535353;
  border-radius: 4px;
  height: 43px;
  line-height: 43px;
  width: 138px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.consult .tel i {
  display: none;
  position: absolute;
  top: 30px;
  right: 73px;
  width: 0;
  height: 0;
  border: 5px solid #535353;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.consult .tel:hover .tel-num {
  display: block;
  right: 83px;
}
.consult .tel:hover i {
  display: block;
}
