body {
  max-width: 1920px;
  margin: 0 auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.header .header-banner {
  height: 520px;
  background: url(../images/top.png) no-repeat center center;
  -o-background-size: cover;
     background-size: cover;
  padding-top: 30px;
}
.header .header-banner .top-logo-link {
  display: block;
}
.header .header-banner .top-logo {
  display: block;
}
.header .header-banner .top-word {
  width: 747px;
  display: block;
  margin: 70px auto 0;
}
.header .header-nav {
  background: #C91205;
}
.header .header-nav .header-nav-list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 66px;
}
.header .header-nav .header-nav-list .header-nav-item.active a, .header .header-nav .header-nav-list .header-nav-item:hover a {
  font-weight: bold;
}
.header .header-nav .header-nav-list .header-nav-item.active a::after, .header .header-nav .header-nav-list .header-nav-item:hover a::after {
  content: "";
  display: block;
  width: 98%;
  height: 6px;
  background: #FFC600;
  position: absolute;
  border-radius: 3px;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header .header-nav .header-nav-list .header-nav-item a {
  color: #fff;
  font-size: 26px;
  letter-spacing: 2px;
  position: relative;
  line-height: 1.1;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}

.footer .footer-link {
  background-color: #F7F7F7;
}
.footer .footer-link .footer-link-wrap {
  padding: 0 30px;
  position: relative;
}
.footer .footer-link .fl-link-item {
  margin-left: 116px;
  float: left;
}
.footer .footer-link .fl-link-item:first-child {
  margin-left: 0;
}
.footer .footer-link .fl-link-item-title {
  line-height: 46px;
  font-size: 16px;
  color: #000000;
  cursor: pointer;
}
.footer .footer-link .fl-link-item-title img {
  width: 7px;
  height: 6px;
  margin-left: 10px;
}
.footer .footer-link .fl-link-item-content {
  position: absolute;
  display: none;
  bottom: 46px;
  left: 0;
  width: 100%;
  background-color: #fff;
  text-align: left;
  background: #fff;
  overflow: auto;
  box-shadow: 0px 0px 8px 0px rgba(174, 184, 197, 0.23);
  border-radius: 2px;
  z-index: 99;
  height: 200px;
}
.footer .footer-link .fl-link-item-content a {
  display: inline-block;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  color: rgb(51, 51, 51);
  text-align: center;
  min-width: 140px;
  padding: 0 10px;
}
.footer .footer-link .fl-link-item-content a:hover {
  color: #C00000;
}
.footer .footer-info {
  background: #C00000;
  padding: 40px 0 35px;
  color: #fff;
  font-size: 16px;
}
.footer .footer-info a {
  color: #fff;
  font-size: 16px;
}
.footer .footer-info .footer-info-links a {
  padding: 0 20px;
  position: relative;
  line-height: 1;
}
.footer .footer-info .footer-info-links a::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.footer .footer-info .footer-info-links a:last-child::after {
  display: none;
}
.footer .footer-info .footer-info-site span {
  display: inline-block;
  margin: 0 25px;
  text-align: center;
}
.footer .footer-info .footer-info-site span a img {
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.footer .footer-info .footer-info-other {
  margin-top: 34px;
}
.footer .footer-info .footer-info-other a {
  margin: 0 4px;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 13.3333333333vw;
    font-size: -webkit-calc(13.33333333vw);
  }
  .header .header-banner {
    height: 5rem;
  }
  .header .header-banner .top-word {
    width: 6rem;
    margin-top: 1rem;
  }
  .header .header-banner .top-logo {
    width: 3rem;
  }
  .header .header-nav .header-nav-list {
    overflow-y: auto;
    white-space: nowrap;
    height: 46px;
  }
  .header .header-nav .header-nav-list .header-nav-item {
    display: inline-block;
    margin-right: 0.2rem;
  }
  .header .header-nav .header-nav-list .header-nav-item a {
    font-size: 0.36rem;
  }
  .header .header-nav .header-nav-list .header-nav-item.active a::after, .header .header-nav .header-nav-list .header-nav-item:hover a::after {
    height: 4px;
    bottom: -9px;
  }
  .footer-link {
    display: none;
  }
  .footer .footer-info {
    padding: 0.5rem 0;
  }
  .footer .footer-info .footer-info-site {
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-info .footer-info-other {
    margin-top: 0.2rem;
  }
}