/* 通用 */

.index-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* index-banner */

.index-banner {
    margin-top: 95.72px;
}
.index-banner .swiper-img{
    width: 100%;
    height: 100%;
}
.index-banner .swiper-container{
    height: 715px;
}
.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.index-banner:hover .swiper-button-next,
.index-banner:hover .swiper-button-prev {
    opacity: 1;
}

.index-banner .swiper-button-next:after,
.swiper-button-prev:after {
    color: rgba(255, 255, 255, .5);
}

.index-banner .swiper-slide img {
    width: 100%;
}

.index-t h3 {
    font-size: 30px;
    color: #333;
}

/* index-about */

.index-about-bottom {
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.index-about-bottom .row {
    margin-right: 0;
    margin-left: 0;
}

.index-about-bottom .row li {
    position: relative;
}

.index-about-bottom .row li:last-child::after {
    display: none;
}

.index-about-bottom .row li::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    height: 48px;
    width: 1px;
    background-color: #e5e5e5;
}

.index-about-bottom .row li:hover .num {
    color: #009bde;
}

.index-about-bottom .row li .fr {
    height: 67px;
    line-height: 67px;
}

.index-about-left {
    width: 50%;
    padding-right: 20px;
    float: left;
}

.index-about-right {
    width: 50%;
    padding-top: 43px;
    float: right;
    position: relative;
}

.index-about-img {
    position: absolute;
    top: 43px;
    right: 0;
    width: auto;
    height: auto;
    /* display: none; */
    background-repeat: no-repeat;
    background-position: center -103px;
    -o-background-size: 127%;
       background-size: 127%;
    -webkit-mask-image: url('../images/index_about_img.png');
    mask-image: url('../images/index_about_img.png');
    -webkit-mask-size: cover;
    mask-size: cover;
}

.index-about-bottom {
    margin-top: 100px;
}

.index-about-bottom .num {
    color: #333;
    font-size: 30px;
    font-weight: 700;
}

.index-about-left .index-t h3 {
    margin-bottom: 48px;
}

.index-about-left .index-info {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}

.index-about-left .index-about-c {
    line-height: 30px;
    color: #666;
}

.index-about-right .mask {
    opacity: 0;
    max-width: 100%;
    height: auto;
    float: right;
    overflow: hidden;
}

/* index-pro */

.index-pro {
    background-color: #f7f7f7;
}

.index-pro .swiper-button-prev::after,
.index-pro .swiper-button-next::after {
    font-size: 30px;
    color: #ccc;
}

.index-pro .swiper-button-prev {
    left: -20px;
}

.index-pro .swiper-button-next {
    right: -20px;
}

.index-pro .container {
    position: relative;
}

.index-pro .swiper-slide {
    text-align: center;
}

.index-pro .index-t {
    margin-bottom: 95px;
}

.index-pro .swiper-slide .index-pro-list {
    margin-bottom: 98px;
}

.index-pro .swiper-slide .index-pro-list .index-pro-img img {
    width: 100%;
}

.index-pro .swiper-slide .index-pro-list .index-pro-t {
    margin-top: 55px;
    font-size: 18px;
    color: #333;
}

.index-pro .swiper-slide .index-pro-list .more {
    margin-top: 45px;
}

.index-pro .swiper-pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}

.index-pro .swiper-slide .index-pro-list .more {
    font-size: 14px;
    display: inline-block;
    color: #666;
    border: 1px solid #d2d2d2;
    padding: 11px 28px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.index-pro .swiper-slide .index-pro-list:hover .more {
    color: #fff;
    background-color: #009bde;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    margin: 0 10px !important;
}

.swiper-pagination-bullet {
    width: 10px!important;
    height: 10px!important;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
    position: relative;
    background-color: #1cabe2;
}

.swiper-pagination-clickable .swiper-pagination-bullet-active::after {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #1cabe2;
}

/* index-news */

.index-news .index-t {
    margin-bottom: 60px;
}
.index-news .index-news-img .out{
   width:140px;
   height: 140px;
   background-color: #f7f7f7;
   border-radius: 50%;
   position: relative;
}
.index-news .index-news-list .row li:hover .index-news-img .out {
 background-color: #1cabe2;
}
.index-news .index-news-img .out .in{
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 1px;
    overflow: hidden;
    padding: 10px;
}
.index-news .index-news-img .out .in img{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.index-news .index-news-list .row li {
    margin-bottom: 55px;
}

.index-news .index-news-list .row li:nth-child(odd) {
    padding-right: 49px;
}

.index-news .index-news-list .row li:nth-child(even) {
    padding-left: 40px;
}

.index-news .index-news-list .row li:nth-last-child(2),
.index-news .index-news-list .row li:last-child {
    margin-bottom: 0;
}

.index-news .index-news-list .row>li>a:hover>.index-news-top .fr {
    color: #1cabe2;
}



.index-news .index-news-top {
    color: #999;
    font-size: 14px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 15px;
}

.index-news .index-news-c {
    margin-top: 20px;
}

.index-news .index-news-c .index-news-tit {
    font-size: 18px;
    color: #333;
    line-height: 40px;
}

.index-news .index-news-c .index-news-time,
.index-news .index-news-c .index-news-num {
    font-size: 15px;
    color: #666;
    line-height: 30px;
}

/* index-ability */

.index-ability {
    background: url('../images/index_ability_bg.jpg') no-repeat center;
    -o-background-size: cover;
       background-size: cover;
}

.index-ability .index-t h3 {
    color: #fff;
    margin-bottom: 38px;
}

.index-ability .index-ability-lists {
    position: relative;
}

.index-ability .index-ability-lists::after {
    content: "";
    position: absolute;
    top: 50%;
    background-color: rgba(255, 255, 255, .5);
    height: 1px;
    width: 100%;
}

.index-ability .index-ability-lists .row {
    margin-left: 0;
    margin-right: 0;
}

.index-ability .index-ability-lists .row li {
    padding-left: 0;
    padding-right: 0;
    border-right: 1px solid rgba(255, 255, 255, .5);
    height: 200px;
    text-align: center;
}

.index-ability .index-ability-lists .row li:hover {
    background-color: rgba(255, 255, 255, .5);
}

.index-ability .index-ability-lists .row li .index-ability-box {
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    padding: 0 15px;
}

.index-ability .index-ability-lists .row li:first-child,
.index-ability .index-ability-lists .row li:nth-child(2),
.index-ability .index-ability-lists .row li:nth-child(3) {
    margin-bottom: 17.5px;
}

.index-ability .index-ability-lists .row li:nth-child(4),
.index-ability .index-ability-lists .row li:nth-child(5),
.index-ability .index-ability-lists .row li:nth-child(6) {
    margin-top: 17.5px
}

.index-ability .index-ability-lists .row li .index-ability-c {
    padding-left: 40px;
    text-align: left
}

.index-ability .index-ability-lists .row li:hover .index-ability-c .index-ability-tit {
    color: #333;
}

.index-ability .index-ability-lists .row li:hover .index-ability-c .index-ability-txt {
    color: #666;
}

.index-ability .index-ability-lists .row li .index-ability-c,
.index-ability .index-ability-lists .row li .index-ability-img {
    display: inline-block;
    vertical-align: top;
}

.index-ability .index-ability-lists .row li:hover .index-ability-img .img1 {
    display: none;
}

.index-ability .index-ability-lists .row li:hover .index-ability-img .img2 {
    display: inline-block;
}

.index-ability .index-ability-lists .row li .index-ability-img .img2 {
    display: none;
}

.index-ability .index-ability-lists .row li .index-ability-c .index-ability-tit {
    font-size: 18px;
    color: #fff;
    line-height: 35px;
}

.index-ability .index-ability-lists .row li .index-ability-c .index-ability-txt {
    font-size: 15px;
    color: #fff;
    line-height: 25px;
}

.index-ability .index-ability-lists .row li:nth-child(3n) {
    border-right: none;
}

.index-ability .index-ability-lists .row li .index-ability-img {
    width: 58px;
    padding-top: 10px;
}

.index-ability .index-ability-lists .row li .index-ability-c {
    width: 310px;
}

/* index-customer */
.index-customer .index-customer-img {
    display: none;
}
.index-customer .index-customer-t h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.index-customer .index-customer-box {
    height: 100%;
}
.index-customer .index-customer-box .text2{
    display: none;
}
.index-customer .index-customer-box .fl {
    font-size: 24px;
    width:50%;
    color: #333;
}

.index-customer .index-customer-box .fr {
    overflow: hidden;
    height: 100%;
    position: relative;
    width:50%;
}

.index-customer .index-customer-box .fl {
    padding-top: 90px;
    padding-bottom: 90px;
}

.index-customer .index-customer-box .fr>.index-customer-lists {
    padding-top: 90px;
    padding-bottom: 90px;
}

.index-customer .index-customer-box .fr>.index-customer-lists>div {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.index-customer .index-customer-box .fr>.index-customer-lists>.four {
    margin-bottom: 0;
}
.index-customer .index-customer-box .fr>.index-customer-lists .swiper-slide>div {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.index-customer .index-customer-box .fr>.index-customer-lists .swiper-slide>.four {
    margin-bottom: 0;
}

.swiper-container.index-swiper-customer{padding-bottom: 50px;}
.index-customer .index-customer-box .fr>.index-customer-lists .one img,
    .index-customer .index-customer-box .fr>.index-customer-lists .two img,
    .index-customer .index-customer-box .fr>.index-customer-lists .three img,
    .index-customer .index-customer-box .fr>.index-customer-lists .four img
    {
    width: 32.8%;
    }

.index-customer .index-customer-box .fr .customer-bkg .s1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 317px;
    width: 317px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    -webkit-animation-name: big;
       -moz-animation-name: big;
         -o-animation-name: big;
            animation-name: big;
    -webkit-animation-duration: 2s;
       -moz-animation-duration: 2s;
         -o-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 0s;
       -moz-animation-delay: 0s;
         -o-animation-delay: 0s;
            animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

.index-customer .index-customer-box .fr .customer-bkg .s2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 454px;
    width: 454px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    -webkit-animation-name: big1;
       -moz-animation-name: big1;
         -o-animation-name: big1;
            animation-name: big1;
    -webkit-animation-duration: 2s;
       -moz-animation-duration: 2s;
         -o-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: .3s;
       -moz-animation-delay: .3s;
         -o-animation-delay: .3s;
            animation-delay: .3s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

.index-customer .index-customer-box .fr .customer-bkg .s3 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 563px;
    width: 563px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    -webkit-animation-name: big2;
       -moz-animation-name: big2;
         -o-animation-name: big2;
            animation-name: big2;
    -webkit-animation-delay: .6s;
       -moz-animation-delay: .6s;
         -o-animation-delay: .6s;
            animation-delay: .6s;
    -webkit-animation-duration: 2s;
       -moz-animation-duration: 2s;
         -o-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
       -moz-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
}

.index-customer .index-customer-box .fr .customer-bkg {
    height: 100%;
    width: 100%;
    position: absolute;
}

@-webkit-keyframes big {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }

    100% {
        -webkit-transform: scale(2);
                transform: scale(2);
    }
}

@-moz-keyframes big {
    0% {
        -moz-transform: scale(0);
             transform: scale(0);
    }

    100% {
        -moz-transform: scale(2);
             transform: scale(2);
    }
}

@-o-keyframes big {
    0% {
        -o-transform: scale(0);
           transform: scale(0);
    }

    100% {
        -o-transform: scale(2);
           transform: scale(2);
    }
}

@keyframes big {
    0% {
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
    }

    100% {
        -webkit-transform: scale(2);
           -moz-transform: scale(2);
             -o-transform: scale(2);
                transform: scale(2);
    }
}

@-webkit-keyframes big1 {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }

    100% {
        -webkit-transform: scale(2);
                transform: scale(2);
    }
}

@-moz-keyframes big1 {
    0% {
        -moz-transform: scale(0);
             transform: scale(0);
    }

    100% {
        -moz-transform: scale(2);
             transform: scale(2);
    }
}

@-o-keyframes big1 {
    0% {
        -o-transform: scale(0);
           transform: scale(0);
    }

    100% {
        -o-transform: scale(2);
           transform: scale(2);
    }
}

@keyframes big1 {
    0% {
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
    }

    100% {
        -webkit-transform: scale(2);
           -moz-transform: scale(2);
             -o-transform: scale(2);
                transform: scale(2);
    }
}

@-webkit-keyframes big2 {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
    }

    100% {
        -webkit-transform: scale(2);
                transform: scale(2);
    }
}

@-moz-keyframes big2 {
    0% {
        -moz-transform: scale(0);
             transform: scale(0);
    }

    100% {
        -moz-transform: scale(2);
             transform: scale(2);
    }
}

@-o-keyframes big2 {
    0% {
        -o-transform: scale(0);
           transform: scale(0);
    }

    100% {
        -o-transform: scale(2);
           transform: scale(2);
    }
}

@keyframes big2 {
    0% {
        -webkit-transform: scale(0);
           -moz-transform: scale(0);
             -o-transform: scale(0);
                transform: scale(0);
    }

    100% {
        -webkit-transform: scale(2);
           -moz-transform: scale(2);
             -o-transform: scale(2);
                transform: scale(2);
    }
}
@media (max-width:1440px){
 .index-banner .swiper-container{
     height: 535px;
 }
 .index-customer .index-customer-box .fl{
     width: 50%;
 }
 .index-customer .index-customer-box .fr{
     width: 50%;
 }
    .index-customer .index-customer-box .fr>.index-customer-lists .one img,
    .index-customer .index-customer-box .fr>.index-customer-lists .two img,
    .index-customer .index-customer-box .fr>.index-customer-lists .three img,
    .index-customer .index-customer-box .fr>.index-customer-lists .four img
    {
    width: 32.8%;
    }
    
}
@media (max-width:1400px) {

    .index-ability .index-ability-lists .row li .index-ability-box {
        padding-top: 0;
    }
    .index-ability .index-ability-lists .row li .index-ability-img {
        margin-bottom: 15px;
    }
}

@media (max-width:1200px) {
    .index-news .index-news-list .row li:nth-last-child(2){
    margin-bottom: 55px;
    }
    .index-about-bottom .row li{
        margin-bottom: 30px;
    }
    .index-about-bottom .row li:nth-child(2)::after{
        content: none;
    }
    .index-banner .swiper-slide img{
        height: 530px;
    }
    .index-news .index-news-list .row li:nth-child(even) {
        padding-left: 15px;
    }
    .index-ability .index-ability-lists .row li .index-ability-c{
        padding-left: 30px;
    }
    .index-news .index-news-list .row li:nth-child(odd) {
        padding-right: 15px;
    }

}
@media (max-width:1366px){
  .index-banner .swiper-container{
   height: 510px;
  }
  .index-customer .index-customer-box .fl .text1,
  .index-customer .index-customer-box .fl .text2
  {
      font-size: 22px;
  }
}
@media (max-width:1300px){
    .index-customer .index-customer-t h3{
        text-align: center;
    }
    .index-customer .index-customer-box .fr{
        width: 100%;
        text-align: center;
    }
    .index-customer .index-customer-box .fl{
        width: 100%;
    }
    .index-customer .index-customer-box .text1{
        display: none;
    }
    .index-customer .index-customer-box .text2{
        display: block;
        width: 100%;
    }
    .index-customer .index-customer-box .fl{
        padding-bottom: 40px;
    }
    
    .index-customer .index-customer-box .fr>.index-customer-lists .one img,
 .index-customer .index-customer-box .fr>.index-customer-lists .two img,
 .index-customer .index-customer-box .fr>.index-customer-lists .three img,
 .index-customer .index-customer-box .fr>.index-customer-lists .four img
 {
  width: auto;
 }
}
@media (max-width:1280px){
    .index-banner .swiper-container{
     height: 477px;
    }
  }
  @media (max-width:1024px){
    .index-banner .swiper-container{
     height: 380px;
    }
  }
@media (max-width:992px) {
    .index-banner {
        margin-top: 81px !important;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 7px !important;
    }

    .index-about-left {
        padding-right: 0;
        width: 100%;
    }

    .index-about-right {
        display: none;
    }

    .index-pro .swiper-button-next,
    .index-pro .swiper-button-prev {
        display: none;
    }

   
}
@media (max-width:991px){
     .index-ability .index-ability-lists .row li .index-ability-box{
        height: 100%;
        padding: 30px 0;
    }
    .index-ability .index-ability-lists .row li {
        height: auto;
     }
    
     .index-ability .index-ability-lists .row li .index-ability-img{
         margin-bottom: 0;
         vertical-align: middle;
     }
     .index-ability .index-ability-lists .row li:nth-child(even) .index-ability-img {
         padding-left: 20px;
     }
 
     .index-ability .index-ability-lists::after {
         content: none;
     }
 
     .index-ability .index-ability-lists .row li .index-ability-c {
         padding-left: 20px;
         width: 400px;
         height: 100%;
         vertical-align: middle;
     }
 
     .index-ability .index-ability-lists .row li {
         border-right: 1px solid rgba(255, 255, 255, .5) !important;
         margin-top: 0 !important;
         margin-bottom: 15px !important;
     }
 
     .index-ability .index-ability-lists .row li:nth-child(even) {
         border-right: none !important;
     }
 
 
     .index-ability .index-ability-lists .row li {
         border: none !important;
     }
 
     .index-ability .index-ability-lists .row li .index-ability-img {
         padding: 0 !important;
     }
}
@media (max-width:768px) {
    .index-banner .swiper-button-next, .index-banner .swiper-button-prev{
        display: none;
    }
    .index-banner .swiper-container{
        height: 300px;
    }
    .index-about-bottom .num{
        font-size: 26px;
    }
    .index-about-left .index-info{
        font-size: 16px;
    }
    .index-about-left .index-t h3{
        margin-bottom: 30px;
    }
    .index-customer .index-customer-box .fl{
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .index-about-bottom{
        margin-top: 50px;
    }
    .index-ability .index-ability-lists .row li .index-ability-c {
        width: 400px;
    }

    .index-ability .index-ability-lists .row li {
        border: none !important;
    }

    .index-ability .index-ability-lists .row li .index-ability-img {
        padding: 0 !important;
    }
    .index-pro .swiper-slide .index-pro-list .index-pro-t{
        margin-top: 35px;
    }
    .index-pro .swiper-slide .index-pro-list{
        margin-bottom: 30px;
    }
    .index-pro .swiper-slide .index-pro-list .more{
        margin-top: 35px;
    }
    .index-pro .index-t{
        margin-bottom: 50px;
    }
    .index-customer .index-customer-box .text2{
        line-height: 2em;
        font-size: 16px;
    }
}

@media (max-width:700px) {
.index-swiper-customer{display: none;}
    .index-customer .index-customer-lists .one,
    .index-customer .index-customer-lists .two,
    .index-customer .index-customer-lists .three,
    .index-customer .index-customer-lists .four {
        display: none;
    }
    .index-customer .index-customer-img{
        display: block;
    }
    .index-customer .index-customer-box .fr{
        width: 100%;
        text-align: center;
    }
    .index-customer .index-customer-box .fr>.index-customer-lists{
        padding-top: 0;
        padding-bottom: 50px;
    }
}

@media (max-width:640px) {
    .index-about-bottom .row li{
        text-align: center;
    }
    .index-about-bottom .row li .fl, .index-about-bottom .row li .fr{
        width: 100%;
    }
    .index-news .index-t{
        margin-bottom: 30px;
    }
    .index-section{
        padding-top:30px;
        padding-bottom: 30px;
    }
    .index-news .index-news-list .row li {
        margin-bottom: 30px!important;
    }
    .index-news .index-news-list .row li:last-child{
        margin-bottom: 0!important;
    }
    .index-news .index-news-c .fr {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 15px;
    }
    .index-news .index-news-c .fr .index-news-img .out{
       margin: 0 auto;
    }

    .index-news .index-news-c .index-news-tit {
        font-size: 16px;
    }

    .index-news .index-news-c .index-news-time,
    .index-news .index-news-c .index-news-num {
        font-size: 14px;
    }

}
@media (max-width:500px){
    .index-about-bottom .row li{
        width: 100%;
        text-align: center;
    }
    .index-about-bottom .row li::after{
        content: none;
    }
}

@media (max-width:493px){
  
    .index-ability .index-ability-lists .row li .index-ability-img{
        display: block;
        text-align: center;
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

    .index-ability .index-ability-lists .row li .index-ability-c{
        width: auto;
        display: block;
        text-align: center;
    }
    .index-ability .index-ability-lists .row li .index-ability-box{
        padding: 15px 0;
        display: block;
    }
}

@media (max-width:425px) {
  .index-banner .swiper-container{
      height: 200px;
  }
}

@media (max-width:375px) {
    .index-banner .swiper-container{
        height: 180px;
    }
  }
  @media (max-width:320px) {
    .index-banner .swiper-container{
        height: 160px;
    }
  }