.navs {
  display: none;
}
@media (min-width: 1200px) {
  .about .content p {
    margin-bottom: 24px !important;
    line-height: 2.6;
  }
}
@media (max-width: 1200px) {
  .conw {
    max-width: 1080px;
  }
  header .conw .menu .item a {
    margin: 0 16px;
  }
  header .conw .menu .item:hover .sonmenu {
    flex-wrap: wrap;
  }
  .banner .bannerSwiper .swiper-wrapper {
    height: 100% !important;
  }
  .banner .bannerSwiper .bannerNext {
    left: 19% !important;
  }
  .banner .bannerSwiper .bannerPrev {
    left: 14% !important;
  }
  .nav .conw li {
    margin-right: 0;
  }
  .main .project {
    padding: 48px 0 !important;
  }
  .main .project .item .projectSwiper .swiper-wrapper .swiper-slide p {
    width: calc(100% - 60px) !important;
    margin: 30px !important;
    font-size: 18px !important;
  }
}
@media (max-width: 1080px) {
  .conw {
    max-width: 980px;
  }
  header .conw .menu .item a {
    margin: 0 12px;
  }
  header .conw .menu .item:hover .sonmenu {
    flex-wrap: wrap;
  }
  header .conw .rightH .headPhone {
    font-size: 16px;
  }
  footer .conwTop .menuFooter .menuflist {
    margin-right: 4%;
  }
  .main .project {
    padding: 38px 0 !important;
  }
  .main .about .content {
    margin: 4px 0 !important;
  }
  .banner .bannerSwiper .swiper-wrapper {
    height: 100% !important;
  }
  .nav .conw li {
    margin-right: 0;
  }
  .nav .conw li a {
    font-size: 15px;
  }
  .nav .conw a:hover,
  .nav .conw .actives a {
    font-size: 17px;
  }
}
@media (min-width: 922px) {
  .pc {
    display: block;
  }
  .mobile {
    display: none;
  }
  .about .content p {
    margin-bottom: 2px;
  }
  .about .con {
    width: 50% !important;
  }
}
@media (max-width: 992px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .conw {
    max-width: 980px;
    margin: 0 4%;
  }
  body {
    margin-top: 54px;
  }
  .banner .downBanner {
    transform: scale(0.7) translate(-56%) !important;
    bottom: 8% !important;
  }
  .banners img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .header_main {
    height: 54px;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
  }
  .header_main .logo_main {
    width: 42%;
    height: 100%;
  }
  .header_main .logo_main a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .header_main .logo_main a img {
    height: 100%;
  }
  .header_main .iconfont {
    font-size: 26px;
    color: #333;
    line-height: 1;
  }
  .header_main .button_main::before {
    margin-left: 18px;
    font-size: 30px;
  }
  .header_main .button_main div {
    position: absolute;
    top: 0;
    width: 100vw;
    left: 0;
    background-color: #f2f2f2;
    top: 54px;
    z-index: 99999;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  }
  .header_main .button_main div #form {
    width: 88%;
    margin: 0 auto;
    display: flex;
    padding: 12px 0;
  }
  .header_main .button_main div #form input {
    width: 80%;
    background-color: #fff;
    line-height: 38px;
    font-size: 16px;
    text-indent: 1em;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .header_main .button_main div #form button {
    width: 20%;
    background-color: #332c2b;
    color: #caa883;
    line-height: 38px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 16px;
  }
  .header_main .icon-closel:before {
    font-size: 29px;
  }
  .header_main .bars .div {
    width: 100vw;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    height: 100vh;
    transition: all 0.5s;
    top: 54px;
    right: -100vw;
    box-shadow: inset 0px 2px 6px 0px rgba(165, 165, 165, 0.12);
  }
  .header_main .bars .div .headerMain_menu {
    margin-top: 12px;
  }
  .header_main .bars .div .headerMain_menu li {
    border-bottom: 1px solid #ebebeb;
    width: 86%;
    padding: 18px 1%;
    margin: 0 auto;
  }
  .header_main .bars .div .headerMain_menu li .a1 {
    display: block;
    font-size: 16px;
    line-height: 1;
    position: relative;
  }
  .header_main .bars .div .headerMain_menu li .a1 span {
    line-height: 1;
    font-size: 20px;
    position: absolute;
    right: 1%;
  }
  .header_main .bars .div .headerMain_menu li .lidiv {
    margin-top: 12px;
  }
  .header_main .bars .div .headerMain_menu li .lidiv .a2 {
    display: block;
    margin-left: 6%;
    line-height: 2;
    font-size: 15px;
  }
  .header_main .bar::before {
    margin-right: 18px;
  }
  .main .project {
    padding: 12px 0 !important;
  }
  .main .project .title {
    padding: 18px 0 !important;
  }
  .main .project .title .h1 {
    font-size: 28px;
  }
  .main .project .title .h4 {
    font-size: 17px;
  }
  .main .project .projectMun {
    flex-wrap: wrap;
    justify-content: center;
    margin: 8px auto 18px !important;
  }
  .main .project .projectMun li {
    width: 45%;
  }
  .main .project .projectMun li p {
    text-align: center;
    font-size: 14px;
  }
  .main .project .projectMun li .h1 {
    font-size: 26px;
  }
  .main .project .mobile img {
    height: 280px;
    width: 100%;
    object-fit: cover;
  }
  footer {
    padding: 28px 0 18px;
  }
  footer .conwTop {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 8px;
  }
  footer .conwTop .menuFooter {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 18px;
  }
  footer .conwTop .menuFooter .menuflist {
    width: 45%;
    margin-bottom: 12px;
  }
  footer .conwTop .menuFooter .menuflist .bt {
    padding: 0;
  }
  footer .conwTop .menuFooter .menuflist p {
    padding: 2px 0;
  }
  footer .conwTop .menuFooter .xinwen .bt {
    position: relative;
    left: 60%;
  }
  footer .conwBottom div {
    flex-wrap: wrap;
  }
  .navSwiper .swiper-wrapper {
    width: 100%;
  }
  .navSwiper li {
    width: auto !important;
  }
  .main .text {
    padding: 20px 0 !important;
  }
  .main .subtitle {
    font-size: 28px !important;
    margin-bottom: 12px;
    text-align: center;
  }
  .main .subtitle span:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .main .h2 {
    line-height: 1.6 !important;
    margin-bottom: 12px !important;
    text-align: center;
  }
}
