* {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

body {
  position: relative;
}

img {
  max-width: 100%;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 460px) {
  html,
  body {
    font-family: 'PingFangSC-Medium, PingFang SC';
    font-size: 14px;
    min-width: 1200px;
  }
  .wrapper-content {
    min-width: 1180px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: #fff;
  }
  .wrapper-content .header {
    width: 1144px;
    margin: 0 auto;
    line-height: 61px;
    height: 61px;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #F7F7F7;
  }
  .wrapper-content .header .logo {
    max-width: 320px;
    display: inline-block;
  }
  .wrapper-content .header .navs {
    display: inline-block;
    text-align: right;
    float: right;
    overflow: hidden;
    height: 61px;
    width: 50%;
  }
  .wrapper-content .header .navs ul {
    list-style: none;
  }
  .wrapper-content .header .navs ul li {
    text-align: center;
    width: 20%;
    height: 61px;
    overflow: hidden;
    display: inline-block;
    margin: 8px;
  }
  .wrapper-content .header .navs ul li a {
    color: #404040;
    font-size: 16px;
    display: block;
    text-align: center;
    transition: all .4s linear .1s;
    -webkit-transition: all .4s linear .1s;
    -moz-transition: all .4s linear .1s;
    -o-transition: all .4s linear .1s;
  }
  .wrapper-content .header .navs ul li a .en {
    font-family: Helvetica;
  }
  .wrapper-content .header .navs ul li:hover {
    background-color: #10c88e;
    color: #ffffff;
  }
  .wrapper-content .header .navs ul li .on a {
    background-color: #10c88e;
    color: #ffffff;
  }
  .wrapper-content .header .navs ul li .cn {
    margin-top: 0px;
  }
  .wrapper-content .header .navs ul li:hover .cn {
    margin-top: -61px;
  }
  .content {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .content img {
    width: 100%;
    height: auto;
  }
  .footer {
    width: 100%;
    background: #333333;
  }
  .footer .footer-content {
    width: 1150px;
    margin: 0 auto;
  }
  .footer .footer-content .information .logo {
    margin-top: 66px;
  }
  .footer .footer-content .information .contact {
    padding-top: 35px;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
  }
  .footer .footer-content .information .contact .h1 {
    font-size: 30px;
    margin-top: 10px;
  }
  .footer .footer-content .information .contact .contact-qq-icon {
    margin-top: 21px;
  }
  .footer .footer-content .footer-nav {
    width: 100%;
    margin: 80px auto 0 auto;
    text-align: center;
  }
  .footer .footer-content .footer-nav .link {
    padding-bottom: 10px;
  }
  .footer .footer-content .footer-nav .link ul li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #E7E7E7;
    line-height: 12px;
    font-size: 14px;
  }
  .footer .footer-content .footer-nav .link ul li a {
    color: #E7E7E7;
  }
  .footer .footer-content .footer-nav .link ul li:hover {
    color: #E7E7E7;
  }
  .footer .footer-content .footer-nav .link ul li:link {
    color: #E7E7E7;
  }
  .footer .footer-content .footer-nav .copy-right {
    padding-bottom: 5px;
  }
  .footer .footer-content .footer-nav .copy-right a,
  .footer .footer-content .footer-nav .copy-right span {
    color: #9f9f9f;
    display: inline-block;
  }
  .footer .footer-content .footer-nav:link {
    color: #9f9f9f;
  }
  .footer .footer-content .footer-nav:hover {
    color: #9f9f9f;
  }
}
/*# sourceMappingURL=location.css.map */