* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  position: relative;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  font-family: Microsoft YaHei UI, Microsoft YaHei UI, serif;
  line-height: 1.5;
  font-size: 16px;
  color: #000;
}
body em,
body i {
  font-style: normal;
}
body ol,
body ul,
body li {
  list-style: none;
}
body img {
  border: 0;
  vertical-align: middle;
}
body p {
  margin: 0;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
}
body a {
  text-decoration: none !important;
  cursor: pointer;
}
body a:hover {
  color: #5d5d5d !important;
}
.header{
  border-bottom: 1px solid #E5E5E5;
}
.header .logo {
  float: left;
}
.header .logo a {
  display: block;
  width: auto;
  height: 24px;
  margin-top: 23px;
  font-size: 14px;
  color: #5b5b5b;
}
.header .logo a img {
  width: auto;
  height: 100%;
  vertical-align: bottom;
  padding-right: 10px;
}
.header .menu {
  float: right;
}
.header .menu .list li {
  float: left;
  line-height: 70px;
  margin-right: 48px;
}
.header .menu .list li a {
  display: inline-block;
  font-size: 16px;
  color: #000;
}

.contact{
  padding: 60px 15px;
}
.contact .title {
  text-align: center;
  font-size: 26px;
}
.contact .info {
  padding: 60px 0;
  color: #5d5d5d;
}
.contact .info ul li{
  margin-bottom: 20px;
}
.footer {
  margin-top: 50px;
  padding: 20px 0;
  line-height: 25px;
  text-align: center;
  border-top: 1px solid #f1f1f1;
}
.footer .copyright p {
  font-weight: 400;
  font-size: 14px;
  color: #3E3636;
}
@media (max-width: 992px) {
  .header {
    height: 64px;
    padding: 0 15px;
    border-bottom: 1px solid #f1f1f1;
  }
  .header .logo {
    float: left;
  }
  .header .logo a {
    margin: 20px 0;
  }
  .header .menu {
    position: relative;
  }
  .header .menu::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(../images/nav.png) no-repeat center center rgba(24, 47, 95, 0.7);
    background-size: 20px auto;
    cursor: pointer;
  }
  .header .menu .list {
    position: fixed;
    right: 0;
    width: 300px;
    height: 100vh;
    padding: 50px 20px;
    background: #5c6c8f;
    display: none;
    z-index: 999;
  }
  .header .menu .list li {
    float: none;
    line-height: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .header .menu .list li a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #fff;
  }
  .header .menu .list li a:hover {
    color: #eaeaea !important;
  }

  .header .menu .active {
    display: block;
  }

  .footer {
    padding: 50px 15px;
  }
}
/*# sourceMappingURL=info.css.map */