html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
a,
span,
button,
input,
textarea {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei", "PingFang SC";
  font-weight: normal;
}
html,
body {
  height: 100%;
  width: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  display: block;
}
ul,
ol,
li {
  list-style-type: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: '\20';
}
.clearfix {
  *display: table;
  *zoom: 1;
}
.tools {
  height: 160px;
  width: 60px;
  position: fixed;
  right: 40px;
  bottom: 50px;
}
.tools li {
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
  position: relative;
  background-color: #1ca5fa;
  border-radius: 50%;
  cursor: pointer;
  cursor: hand;
}
.tools li a {
  display: block;
  width: 60px;
  height: 60px;
}
.tools li a img {
  position: absolute;
  top: 14px;
  left: 14px;
}
.tools li#gotop {
  margin-bottom: 0px;
}
.site-footer {
  margin-top: 60px;
  min-width: 1200px;
  background-color: #333;
  height: 373px;
  color: #fff;
}
.site-footer .footer-content {
  width: 582px;
  margin: 0 auto;
  padding-top: 70px;
  position: relative;
}
.site-footer .footer-content .contact-wrap {
  float: left;
  margin-right: 200px;
}
.site-footer .footer-content .contact-wrap p {
  margin-bottom: 20px;
}
.site-footer .footer-content .contact-wrap a {
  color: #fff;
}
.site-footer .footer-content .contact-wrap .contact {
  font: 16px "Microsoft YaHei", "PingFang SC";
}
.site-footer .footer-content .contact-wrap .tel,
.site-footer .footer-content .contact-wrap .sales-consult,
.site-footer .footer-content .contact-wrap .cooperation {
  font: 14px "Microsoft YaHei", "PingFang SC";
  color: #fff;
}
.site-footer .footer-content .scan {
  float: left;
  text-align: center;
  position: absolute;
  right: 0;
}
.site-footer .footer-content .scan img {
  margin-bottom: 20px;
}
.site-footer .footer-content .scan span {
  font: 14px "Microsoft YaHei", "PingFang SC";
  margin-top: 20px;
}
.site-footer .footer-content .copyright {
  line-height: 73px;
  display: block;
  float: left;
  width: 582px;
  text-align: center;
  border-top: 1px solid #555;
  height: 73px;
}
#popup-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1000;
  opacity: 0.5;
  filter: Alpha(opacity = 50);
}
#popup-content {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -300px;
  margin-top: -100px;
  height: 200px;
  width: 600px;
  background: #fff;
  z-index: 1001;
}
#popup-content .contactus {
  width: 600px;
  height: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -52px;
  margin-left: -300px;
}
#popup-content .contactus p {
  text-align: center;
  font-size: 16px;
}
#popup-content .contactus .hd {
  width: 153px;
  text-align: center;
  margin: 0 auto;
}
#popup-content .contactus .tel {
  margin-top: 20px;
}
#popup-content #close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("../img/index/icon_close_normal.png");
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
#popup-content #close:hover {
  background: url("../img/index/icon_close_click.png");
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
