@media screen and (max-width: 1440px) {
  .web-head .logo {
    margin-left: 0;
  }
  .web-head .navs {
    margin-right: 0;
  }
}
@media screen and (max-width: 1300px) {
  .container,
  .web-footer .infos {
    padding-left: 10px;
    padding-right: 10px;
  }
  .web-head .logo {
    zoom: 0.9;
  }
  .index-intro .article {
    margin-right: 32px;
  }
}
@media screen and (max-width: 1180px) {
  .web-head .logo {
    zoom: 0.8;
  }
  .web-head .navs ul li {
    margin-left: 16px;
  }
  .web-footer .links {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1060px) {
  .web-head {
    position: relative;
    z-index: 10;
  }
  .web-head .navs .menus {
    position: fixed;
    left: 100%;
    top: 0;
    transition: all .4s ease-in-out;
  }
  .web-head .navs.open .menus {
    left: 0;
  }
  .web-head .navs .phone-trigger {
    position: relative;
    display: block;
  }
  .web-head .navs .menus {
    position: relative;
  }
  .web-head .navs .menus a.close {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .web-head .navs .menus a.close:before,
  .web-head .navs .menus a.close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
  }
  .web-head .navs .menus a.close:before,
  .web-head .navs .menus a.close:after {
    display: block;
    width: 30px; height: 2px;
    border-radius: 2px;
    transition: all .4s;
    background-color: #fff;
  }
  .web-head .navs .menus a.close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .web-head .navs .menus a.close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .web-head .navs .menus {
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #000;
  }
  .web-head .navs .menus ul {
    display: block;
    padding: 0 10%;
    max-height: 100%;
    overflow: auto;
  }
  .web-head .navs .menus ul li {
    margin-left: 0;
    border-bottom: 1px solid #2b2b2b;
  }
  .web-head .navs .menus ul li a.primary {
    display: block;
    font-size: 16px; line-height: 50px;
    color: #fff;
  }
  .web-head .navs .menus ul li .dp {
    position: relative;
    left: initial;
    top: initial;
    transform: none;
    padding-top: 0;
    transform: translateY(-10px);
  }
  .web-head .navs .menus ul li:hover .dp {
    max-height: 100vh;
  }
  .web-head .navs .menus ul li dl {
    background-color: transparent;
    border-top: 0;
  }
  .web-head .navs .menus ul li dl:before {
    display: none;
  }
  .web-head .navs .menus ul li dl dd a {
    padding: 14px 20px;
    color: #fff;
  }
  .web-head .container {
    align-items: center;
  }
  .swiper-index-banner .word {
    zoom: .7;
  }
  .swiper-index-banner .swiper-btn {
    zoom: .8;
  }
  .index-intro .video {
    width: 400px;
    height: 300px;
  }
  .index-intro .article {
    padding-top: 0;
  }
  .index-intro .article .a-body,
  .index-intro .article .a-foot {
    margin-top: 20px;
  }
  .index-preview .ip-body .swiper-pro {
    width: 50%;
  }
  .index-honor {
    min-height: 56vw;
  }
  .swiper-honor .swiper-slide p {
    font-size: 18px;
  }
  .web-footer .links {
    margin-left: 20px;
  }
  .web-footer .links p {
    white-space: nowrap;
  }
}
.web-head .navs .menus .close {
  display: none;
}
@media screen and (max-width: 768px) {
  .web-head {
    position: relative;
    padding: 20px 0;
    z-index: 2;
  }
  .web-head .logo {
    zoom: .5;
  }
  
  .swiper-index-banner .word {
    zoom: .5;
  }
  .swiper-index-banner .swiper-btn {
    zoom: .5;
  }
  .index-intro,
  .index-business {
    padding-top: 60px;
  }
  .index-intro .ii-body {
    margin-top: 40px;
    display: block;
  }
  .index-intro .article {
    margin-right: 0;
  }
  .index-intro .video {
    margin-top: 30px;
    width: 100%;
    height: auto;
  }
  .index-intro .ii-foot {
    margin-top: 40px;
  }
  .index-intro .ii-foot ul {
    flex-wrap: wrap;
  }
  .index-intro .ii-foot ul li {
    width: 50%;
  }
  .index-intro .ii-foot ul li:nth-child(2n+1) {
      margin-top: 0;
  }
  .index-business .ib-body {
    margin-top: 40px;
  }
  .index-business .ib-body ul {
    display: block;
  }
  .index-business .ib-body ul li {
    width: 100%;
    display: flex;
  }
  .index-business .ib-body ul li:nth-child(even) {
    flex-direction: row-reverse;
  }
  .index-business .ib-body ul li .icon {
    flex: 1;
  }
  .index-business .ib-body ul li .cover {
    width: 200px;
  }
  .index-preview .ip-body {
    margin-top: 40px;
    flex-direction: column-reverse;
  }
  .index-preview .ip-body .swiper-pro {
    width: 100%;
  }
  .index-preview .ip-body .swiper-pro .swiper-slide img {
    width: 100%;
  }
  .index-preview .ip-body .articles {
    max-width: 100%;
  }
  .index-preview .item .i-body {
    min-height: auto;
  }
  .index-honor {
    padding: 60px 0;
  }
  .swiper-honor .swiper-slide .cover {
    padding: 20px 10px;
  }
  .index-news {
    padding: 60px 0 20px;
  }
  .index-news .in-body {
    margin-top: 40px;
  }
  .index-news .in-body ul {
    display: block;
  }
  .index-news li {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .index-news li .n-side {
    margin-bottom: 10px;
  }
  .index-news li .n-body {
    margin-top: 10px;
    height: auto;
    -webkit-line-clamp: 3;
  }
  .web-footer .infos {
    display: block;
  }
  .web-footer .infos .f {
    flex-wrap: wrap;
  }
  .web-footer .infos .links {
    margin-left: 0;
    margin-bottom: 30px;
    padding: 0 10px;
    width: 50%;
  }
  .web-footer .links p,
  .web-footer .links ul::before {
    margin-bottom: 10px;
  }
  .web-footer .qrcode {
    margin-top: 20px;
    justify-self: flex-start;
  }
  .web-footer .links.pw {
    flex: 1;
    width: 100%;
  }
  .web-footer .links ul li {
    padding: 4px 0;
  }
  
  
}
@media screen and (max-width: 560px) {
  .swiper-index-banner .word {
    zoom: .3;
  }
  .index-business .ib-body ul li .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    zoom: 0.8;
  }
  .index-business .ib-body ul li .cover {
    width: 140px;
    height: 140px;
  }
  .index-business .ib-body ul li .cover img {
    height: 100%;
  }
  
}
