@charset "UTF-8";
/***导航***/
.menuBtn {
  position: relative;
  z-index: 9;
  display: none;
  float: right;
  width: 40px;
  height: 40px;
  padding: 7px;
  cursor: pointer;
  margin-top: 10px;
  margin-right: -0.05rem;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.menuBtn b {
  display: block;
  height: 3px;
  background-color: #333;
  margin: 3px 0 5px;
  border-radius: 2px;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.menuBtn.open b {
  display: none;
  margin: 0;
  position: absolute;
  top: 50%;
  width: 30px;
}

.menuBtn.open b:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.menuBtn.open b:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

@media (min-width: 951px) {
  .header .hdr {
    display: block !important;
  }
}

@media (max-width: 850px) {
  .menuBtn {
    display: block;
    margin-top: 2px;
    margin-right: -5px;
  }
  .header {
    padding: 4px 0 !important;
  }
  .header .logo img {
    max-width: 120px;
  }
  .header .hdr {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    float: none;
    display: none;
    background: #fff;
    padding: 0 0 10px 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
  .header .nav {
    padding: 0 15px;
  }
  .header .nav li {
    float: none;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  }
  .header .nav li a {
    display: block;
    height: 45px;
    line-height: 45px;
  }
  .header .nav li:last-child {
    border-bottom: 0;
  }
  .sec-type .desc {
    padding: 6px 0 16px;
  }
  .sec-type .desc::after {
    width: 50px;
    height: 3px;
    border-radius: 3px;
  }
  .banner .swiper-pagination {
    bottom: 10px;
  }
  .banner .swiper-pagination-bullet {
    width: 8px;
    height: 5px;
  }
  .banner .swiper-pagination-bullet-active {
    width: 15px;
  }
  .section2 .item-info {
    padding: 25px 0 0 0;
  }
  .section2 .item-info .list {
    margin: 15px 0;
  }
  .section2 .item-info .list .item {
    margin: 6px 0;
  }
  .section2 .item-info .list .item .icon {
    margin-right: 15px;
    width: 35px;
  }
  .section2 .item-info .link a {
    padding: 0 18px;
  }
  .news .item {
    padding: 15px;
  }
  .news .item .item-info .item-tit {
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    font-weight: bold;
  }
  .news .item .item-info .item-desc {
    margin: 8px 0;
  }
  .footer {
    padding: 25px 0;
  }
  .footer .msg .cont {
    margin: 15px 0;
  }
  .footer .msg .cont ul li {
    width: 100% !important;
  }
  .footer .qrcode img {
    max-width: 90px;
  }
  .footer .copyright {
    line-height: 1.6;
  }
  .pages {
    padding: 25px 0;
  }
  .pages li {
    margin-right: 6px;
  }
  .pages li a {
    width: 32px;
    height: 32px;
  }
  .about1 .info {
    max-width: 100%;
  }
  .about1 .item-pic {
    margin-top: 10px;
  }
  .about2 {
    padding: 30px;
    margin-top: 30px;
  }
  .about2 li {
    margin: 6px 0;
    line-height: 1.5;
  }
  .about2 li .item-tit {
    margin-bottom: 3px;
  }
  .subcat {
    margin-bottom: 20px;
  }
  .subcat li {
    min-width: auto;
    font-size: 13px;
    padding: 0 15px;
  }
  .detail .item-cont {
    padding-top: 15px;
  }
  .contact .lxfs {
    margin-top: 20px;
  }
  .contact .lxfs li {
    margin: 10px 0;
  }
}
