nav.header,
nav .content-wrap {
  height: 88px;
  line-height: 88px;
}

nav.header .logo-wrap {
  box-shadow: 0px 4px 15px 1px rgba(0, 0, 0, 0.1);
  padding: 0 108px;
  z-index: 9;
}

nav .nav {
  background-color: #f2f2f2;
}

nav .nav ul {
  width: 100%;
}

nav .nav ul li {
  position: relative;
  width: 100%;
  text-align: center;
}

nav .nav ul a {
  font-size: 16px;
  color: #333333;
}

nav .nav ul a:hover {
  color: #007cc3;
}

.drop-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.5s;
  z-index: 999;
}

.drop-menu .item {
  height: 40px;
  line-height: 40px;
  text-align: center;
  min-width: 162px;
  background-color: #000;
}

.drop-menu .item:hover {
  background-color: #007cc3;
}

.drop-menu .item a,
.drop-menu .item a:hover {
  color: #fff;
}

nav .nav ul li:hover .drop-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

nav.header .info {
  box-shadow: 0px 4px 15px 1px rgba(0, 0, 0, 0.1);
  padding: 0 40px;
  z-index: 9;
}

nav.header .info li {
  padding: 0 8px;
  user-select: none;
  position: relative;
}

nav.header .info li span {
  color: #e77817;
  font-weight: bold;
}

nav.header .info li .drop-qr {
  position: absolute;
  top: 150%;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 10px;
  visibility: hidden;
  opacity: 0;
  transition: 0.45s;
}

nav.header .info li .drop-qr .content {
  position: relative;
}

nav.header .info li .drop-qr .content::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  margin-top: -8px;
}

nav.header .info li .drop-qr .content img {
  display: block;
  width: 120px;
  padding: 10px;
  background-color: #fff;
}

nav.header .info li:hover .drop-qr {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

nav.header .menu-toggole {
  display: none;
  width: 100%;
  text-align: right;
  padding: 0 20px;
}

@media screen and (max-width: 1280px) {
  nav.header .logo-wrap {
    padding: 0 20px;
  }

  nav.header .info {
    padding: 0 5px;
  }
}

@media screen and (max-width: 990px) {
  nav.header .logo-wrap {
    box-shadow: none;
  }

  nav.header,
  nav .content-wrap {
    box-shadow: 0px 0 15px 1px rgba(0, 0, 0, 0.1);
  }

  nav.header .nav {
    display: none;
  }

  nav.header .info {
    display: none !important;
  }

  nav.header .menu-toggole {
    display: block;
  }

  nav.header .menu-toggole img {
    width: 20px;
    height: 20px;
  }
}

footer {
  background: url('../img/footer_bg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  padding: 98px 69px 60px 69px;
  background-size: 100% 100%
}

footer .footer-content p {
  width: 80px;
  height: 1px;
  background-color: #fff;
}

footer .footer-content ul {
  margin-top: 30px;
}

footer .footer-content li {
  margin: 12px 0;
  color: #fff;
  font-size: 12px;
}

footer .footer-content .hot-phone {
  color: #e77b1a;
  font-size: 30px;
  font-weight: bold;
  margin: 0;
}

footer .footer-content li .img {
  width: 90px;
  height: 90px;
  float: left;
  margin-right: 10px;
}

footer .footer-content li .img img {
  width: 100%;
  height: 100%;
}

footer .mxc {
  padding-left: 94px;
  margin: 0 auto;
}

footer .mxr {
  float: right;
}

footer .footer-nav {
  margin-top: 55px;
}

footer .footer-nav li {
  display: inline-block;
  line-height: normal;
  color: #fff;
  font-size: 12px;
}

footer .footer-nav li a {
  font-size: 12px;
  color: #fff;
  padding: 0 8px;
}

footer .footer-nav li a:hover {
  text-decoration: underline;
}

footer .footer-nav li:first-child a {
  padding-left: 0;
}

footer .footer-nav li:last-child span {
  display: none;
}

footer .copy {
  color: #fff;
  font-size: 12px;
}

footer .copy a {
  color: #fff;
}

footer .copy a:hover {
  text-decoration: underline;
}

footer .blogroll {
  color: #fff;
  font-size: 12px;
  margin-top: 75px;
}

footer .blogroll a {
  color: #fff;
  font-size: 12px;
  margin: 0 5px;
}

footer .blogroll a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  footer {
    padding: 5%;
  }

  footer .mxc {
    padding: 0;
  }

  footer .mxr {
    float: left;
  }
}

@media screen and (max-width: 991px) {
  footer .footer-nav {
    margin-top: 20px;
  }

  footer .blogroll {
    margin-top: 10px;
  }
}

.base-title-wrap {
  padding: 35px 0;
  text-align: center;
  background-color: #fff;
}

.base-title-wrap h4 {
  font-size: 30px;
  color: #343434;
}

.base-title-wrap p {
  font-size: 16px;
  color: #666666;
  padding: 0 10px;
}

.base-nav-wrap {
  background: url('../img/nav_bg.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  padding: 32px 0 22px 0;
  text-align: center;
}

.base-nav-wrap li {
  display: inline-block;
  margin: 10px;
}

.base-nav-wrap li a {
  color: #333333;
  width: 152px;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  display: block;
}

.base-nav-wrap li a:hover {
  background-color: #057dba;
  color: #fff;
}

.base-nav-wrap .active a {
  background-color: #057dba;
  color: #fff;
}


/* 手机端nav */
.mobile-header-nav-wrap {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease 0s;
  transition-duration: 700ms;
  z-index: 9999;
}

.mobile-header-nav-wrap.open {
  opacity: 1;
  visibility: visible;
}

.overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #212121;
  opacity: .6;
}

.mobile-menu-inner {
  width: 100%;
  height: 100%;
  width: 0;
  background-color: #fff;
  -webkit-box-shadow: -1px 0 20px -5px #aaa;
  box-shadow: -1px 0 20px -5px #aaa;
  position: relative;
  transition: all .3s ease 0s;
  transition-duration: 700ms;
  margin-left: auto;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.mobile-header-nav-wrap.open .mobile-menu-inner {
  width: 80%;
}

.offcanvas-btn-close {
  display: flex;
  justify-content: flex-start;
  font-size: 50px;
  color: #212121;
  opacity: 1;
}

.mobile-menu {
  text-align: start;
  padding: 10px 0 30px;
}

.mobile-menu>li {
  margin-bottom: 15px;
  height: 50px;
  line-height: 50px;
}

.mobile-menu>li>a {
  color: #212121;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.mobile-menu>.has-children .dropdown a {
  font-size: 14px;
  padding-top: 5px;
  display: block;
  padding-left: 15px;
  font-weight: 400;
}

.mobile-header-nav-wrap .mobile-qr-wrap {
  white-space: nowrap;
}

.mobile-header-nav-wrap .mobile-qr-wrap h2 {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
}

.mobile-header-nav-wrap .mobile-qr-wrap img {
  width: 120px;
  height: 120px;
  margin: 8px;
}