@media screen and (max-width: 1540px) { 
  .index-pros .swiper-button-next,
  .index-pros .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .ws-header .container1,
  .index-intros .container1,
  .index-counts .container1,
  .index-news .container1,
  .ws-footer .container1{
    padding-left: 10px; padding-right: 10px;
  }
  .index-pros .pros {
    zoom: 0.95;
  }
  .index-pros .swiper-slide.swiper-slide-prev .limit {
    left: 10px;
  }
  .index-pros .swiper-slide.swiper-slide-next .limit {
    right: 10px;
  }
}


@media screen and (max-width: 1300px) {
  .ws-header .navs ul li {
    margin-left: 20px;
  }
  .index-intros .ii-body .cover {
    width: 500px;
  }
  .index-pros .pros {
    zoom: 0.9;
  }
}

@media screen and (max-width: 1200px) {
  .index-news .news .des {
    -webkit-line-clamp: 2;
  }
  .index-news .news ul {
    overflow: hidden;
  }
  .index-news .news .rec {
    width: 50%;
  }
  .index-news .news .rec .cover{
    overflow: hidden;
  }
  .index-news .news .rec .cover img {
    height: 100%;
  }
  .index-pros .pros {
    zoom: 0.8;
  }
}

@media screen and (max-width: 1100px) { 
  .ws-header{
    position: sticky;
    top: 0; right: 0; left: 0;
  }
  .ws-header .container1 {
    height: 60px;
    background-color: #151515;
  }
  .ws-header a.logo img {
    height: 40px;
  }
  .ws-header a.menu-trigger {
    justify-self: flex-end;
    display: block;
  }
  .ws-header .search {
    margin-left: 0;
  }
  .ws-header .search .form-box {
    right: 14px;
  }
  .ws-header .navs {
    position: absolute;
    left: 0; right: 0; top: 100%;
  }
  .ws-header .navs .limit {
    padding: 0 10%;
    height: 0; overflow: hidden;
    background-color: #151515;
  }
  .ws-header a.menu-trigger.on ~ .navs {
    display: block;
  }
  .ws-header a.menu-trigger.on ~ .navs .limit {
    overflow-y: auto;
    height: calc(100vh - 60px);
  }
  .ws-header .navs ul {
    display: block;
  }
  .ws-header .navs ul li {
    margin-left: 0;
    border-bottom: 1px solid #2b2b2b;
  }
  .ws-header .navs ul li a {
    display: block;
    font-size: 16px; line-height: 50px;
    color: #fff;
  }
  .index-counts .part2 a p {
    font-size: 18px; line-height: 18px;
  }
  .index-pros .pros {
    zoom: 0.7;
  }
  .index-pros .swiper-slide.swiper-slide-prev .limit,
  .index-pros .swiper-slide.swiper-slide-next .limit {
    left: 50%; right: inherit;
    transform: translate(-50%, -50%);
  }
  
  .index-news .tab-indexs ul li a {
    width: auto;
    padding: 0 40px;
  }
  
  .ws-footer .contacts {
    padding-left: 40px;
  }
}

@media screen and (max-width: 968px) {
  .index-intros .ii-body {
    display: block;
  }
  .index-intros .ii-body .cover {
    margin: 40px auto 0;
    width: 100%;
  }
  .index-intros .ii-body .cover:after {
    right: 24px;
  }
  .index-bus .swiper .swiper-slide a .tt {
    padding-left: 22px;
  }
  .index-bus .swiper .swiper-slide a .tt h3 {
    margin-top: 10px;
    font-size: 24px; line-height: 24px;
  }
  .index-bus .swiper .swiper-slide a .tt .icon {
    padding-bottom: 10px;
  }
  .index-counts .his h4 {
    font-size: 60px; line-height: 60px;
  }
  .index-counts .his h4 sup {
    font-size: 20px; line-height: 20px;
    vertical-align: 32px;
  }
  .index-counts .his h4 sup ~ sub {
    margin-left: -12px;
  }
  .index-pros .pros {
    zoom: 0.6;
  }
  .ws-footer .contacts {
    
  }
}

@media screen and (max-width: 890px) {
  .index-pros .pros {
    zoom: 0.5;
  }
}

@media screen and (max-width: 768px) {
  .index-intros .ii-body {
    padding: 40px 0;
  }
  .index-counts .part2 .ic {
    margin-bottom: 14px;
    width: 80px; height: 80px;
  }
  .index-counts .part2 .ic img {
    height: 32px;
  }
  .index-counts .part2 a p {
    font-size: 14px; line-height: 14px;
  }
  .index-bus {
    padding: 40px 0;
  }
  .index-pros .pros {
    zoom: 1;
  }
  .index-pros .swiper {
    height: inherit;
  }
  .index-pros .swiper-slide .limit {
    width: 100% !important; height: inherit !important;
    position: relative !important;
    top: 0 !important; left: 0 !important; right: 0 !important;
    transform: none !important;
  }
  .index-pros .swiper-slide.swiper-slide-active .words {
    padding: 0 10px;
    background-color: var(--active-color);
  }
  .index-pros .swiper-slide.swiper-slide-active .words .more {
    visibility: visible;
    opacity: 1;
  }
  .index-news .tab-indexs ul li{
    margin: 0 7px;
  }
  .index-news .tab-indexs ul li a {
    padding: 0 20px;
  }
  .index-news .news {
    flex-wrap: wrap;
  }
  .index-news .news .rec {
    margin-right: 0;
    flex: 1; width: 100%;
  }
  .index-news .news ul li:first-child a {
    padding-top: 24px;
  }
  .index-news .news .rec .cover {
    height: inherit;
  }
  .index-news .news .rec .cover img {
    height: inherit;
  }
  .index-news .tab-indexs ul li a {
    font-size: 14px;
    line-height: 40px;
  }
  .index-news .tab-panes {
    margin-top: 32px;
  }
  .ws-footer {
    padding: 20px 0;
  }
  .ws-footer .container1 {
    flex-wrap: wrap;
  }
  .ws-footer .infos {
    width: 100%;
  }
  .ws-footer .contacts {
    width: 100%; padding-left: 0;
    border-left: none;
  }
  .ws-footer .contacts .qrcode {
    margin-right: 12px;
  }
}

@media screen and (max-width: 640px) { 
  .index-intros {
    padding-top: 40px;
  }
  .index-intros .ii-body {
    padding: 32px 0 50px;
  }
  
  .index-bus {
    padding: 30px 0 50px;
  }
  
  .index-counts .his{
    flex-wrap: wrap;
    padding-top: 30px;
  }
  .index-counts .his li {
    margin-top: 20px !important;
    width: 50%;
    padding-left: 12px;
  }
  .index-counts .his li:before {
    top: 9px;
    height: 100%;
  }
  .index-counts .his h4 sub {
    vertical-align: 0;
  }
  
  .index-counts .part2 {
    margin-top: 40px;
    padding: 20px 0 0;
  }
  .index-counts .part2 ul {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .index-counts .part2 ul li {
    width: 33.33333%;
  }
  
  .index-news .tab-indexs ul {
    zoom: 0.8;
  }
  .index-news .tab-indexs ul li {
    margin: 0 2px;
  }
  .index-news .tab-indexs ul li a {
    padding: 0 14px;
  }
}