.index-banner {
    /*margin: -120px 0 0 0;*/
    width: 100%;
    height: 800px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-title {
    position: absolute;
    top: 351px;
    left: 257px;
}

.banner-title h1 {
    font-size: 29px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.banner-title h2 {
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin: 17px 0 43px 0;
}

.banner-title h3 {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.banner-title span {
    display: block;
    width: 111px;
    height: 2px;
    background: #FFFFFF;
    margin: 0 6px 0 0;
}


.index-banner-swiper{
    height: 100%;
}

.index-banner-pagination {
    bottom: 79px !important;
}

/*  swiper-pagination-bullet-active */
.index-banner-pagination .swiper-pagination-bullet,
.index-banner-pagination .swiper-pagination-bullet-active {
    width: 19px;
    height: 19px;
    margin: 0 27.7px !important;
}

.index-banner-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.726);
}

.index-banner-pagination .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.555);
}


.index-service {
    padding: 140px 0 130px;
}

.index-service-icon {
    display: flex;
    justify-content: space-evenly
}

.index-service img {
    width: 10.5rem;
    height: 10.5rem;
    margin: 0 0 40px 0;
}

.index-service li:nth-of-type(2) img{
    width: auto;
}

.index-service h3 {
    font-size: 41px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #373737;
    margin: 0 0 23px 0;
    text-align: center;
}

.index-service p {
    font-size: 14px;
    font-family: arial;
    font-weight: 400;
    color: #3D3E3E;
    line-height: 25px;
    opacity: 0.8;
    text-align: center;
}

.index-service-icon li {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index-service-logo {
    display: flex;
    justify-content: center;
    color: #fff;
    margin: 120px 0 0 0;
}

.index-service-logo li {
    width: 364px;
    height: 201px;
    background: rgb(0, 153, 150);
    margin: 0 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url('/default/img/d.png');
}

.index-service-logo h1 {
    font-size: 107px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FCFCFB;
    display: flex;
    align-items: center;
}

.index-service-logo li:first-of-type h1 {
    align-items: flex-start;
}

.index-service-logo span {
    font-size: 70px;
}

.index-service-logo h2 {
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}


.index-news {
    padding: 0 0 120px 0;
}

.index-news .title:hover>div>div{
    width: 100%;
}

.index-news-container {
    margin-bottom: 10rem !important;
    /* display: flex;
    flex-wrap: wrap; */
}

.index-news-container a {
    width: 257px;
    height: fit-content;
}

.index-news-container a>div {
    padding: 8px 11px;
    background: rgb(238, 238, 238);
    margin: 0 0px 20px 0px;
    break-inside: avoid;
    -webkit-column-break-inside:avoid;
    transition: .5s;
    height: 100%;
    overflow: auto;
}

.index-news-container a:hover>div {
    background: #fff;

    box-shadow: 0px 21px 20px 0px rgba(0, 0, 0, 0.14);
}

.index-news-img {
    width: 100%;
    height: auto;
}

.index-news-img img {
    width: 100%;
    height: auto;
}

.index-news h3 {
    font-size: 17px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #101920;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin: 15px 0;
}

.index-news p {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #6C6C6C;
}

.index-news .spanLogo {
    margin: 19px 0 0 0;
    height: 21px;
}

.index-news span {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 21px;
    background: #E62054;
    font-size: 10px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    margin: 0px -1px 0 2px;
}

.data-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.data-title h4{
    font-size: 1.7rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #101920;
    white-space: nowrap;
}





.index-system-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-system-container a {
    width: 33.4rem;
    height: 16.7rem;
    background: #009996;
    padding: 9.4rem 0 0 0;
    font-size: 3rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FDFEFE;
    margin: 0 0 3.7rem 0;
    transition: .5s;
    text-align: center;
}

.index-system-container a:hover {
    background: #fff;
    color: rgb(0, 153, 150);
    box-shadow: 0px 21px 27px 0px rgba(0, 0, 0, 0.14);
}

.index-system-container a:hover h3 {
    font-weight: bold;
}

.index-system-container h3 {
    font-size: 3rem;
    margin: 0 0 1rem 0;
    letter-spacing: 12px;
    transition: .3s;
}

.index-system-container p {
    font-size: 2rem;
    transition: .3s;
}


.index-partners {
    margin: 164px 0 62px 0;
    padding: 148px 0 10rem 0;

    background: #F2F2F2;
}

.index-partners .title {
    margin: 0 0 50px 0;
}

.index-partners .title:hover div>div{
    width: 100%;
}

.index-partners h3 {
    font-size: 32px;
    color: rgb(167, 167, 167);
    margin: 0 0 30px 0;
}

.our-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 40px 0;
}

.our-prev{
    left: -10rem !important;
}

.our-next{
    right: -10rem !important;
}

.our-container .swiper-slide{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.our-container a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    height: 17rem;
    margin: 0 0 1rem 0;
}

.our-container a img{
    width: 70%;
}

.partners-btn {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    border: 0px;
    outline: none;
    margin: 0 auto;
    width: 34.4rem;
    height: 6.1rem;
    background: #959595;
    border-radius: 3px;
    font-size: 2.7rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    cursor:pointer;
}
.partners-btn:hover>div{
    width: 100%;
}
.partners-btn>div{
    width: 0%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background: #E62054;
    transition: .5s ease;
}
.partners-btn>div>div{
    width: 34.4rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
}





.flash {
    position: relative;
    overflow: hidden;
    font-size: 0;
}

.showD {
    background: rgba(0, 153, 150, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}




.masonry {
    width: 100%;
    margin: 20px auto;
    /*columns: 6;*/
    /*column-gap: 20px;*/
    /*-moz-column-count: 6;*/
    /*-moz-column-gap: 20px;*/
    display: flex;
    flex-wrap: wrap;
    margin-right: -1%;
}

.masonry-m{
    display: none;
}

.masonry a {
    display: block;
    width: 24%;
    /*break-inside: avoid;*/
    /*page-break-inside: avoid;*/
    height:100%;
    overflow: auto;
    margin-right: 1%;
     box-sizing: border-box;
   /*-webkit-column-break-inside: avoid; */
   /*page-break-inside: avoid; */
   /*break-inside: avoid; */
   /*counter-increment: item-counter;*/
   height:100%;
   /*overflow: auto;*/
   
}
.masonry a>div{
    position: relative;
}
.masonry a .show{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background-color: #009996;
    display: flex;
    align-items: center;
    justify-content: center;
    
    box-sizing: border-box;
    opacity: 0;
}
.masonry a .show .txt{
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.masonry a .show .txt div{
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 24px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 4px;
}
.masonry a .show .en-txt{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 3.5rem;
    left: 0;
}
.masonry a .flash{
    height:250px;
}
.masonry a:hover .show{
    opacity: 1;
}
.index-news-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-news p,.newData-description{
    white-space: nowrap;
     text-overflow: ellipsis;
     overflow: hidden;
}

.our-swiper-container{
    width: 90%;
}
.our-swiper-container-m{
    display: none;
}

.swiper-button-next:after, .swiper-button-prev:after{
    color: #222;
}


.our-m-next,
    .our-m-prev{
        display: none !important;
    }










@media screen and (max-width: 1640px) {
    .index-banner {
        width: 100%;
        height: 100vh;
    }

    .banner-title {
        top: 291.33px;
        left: 213.31px;
    }

    .banner-title h1 {
        font-size: 24px;
    }

    .banner-title h2 {
        font-size: 33px;
        margin: 14.11px 0 35.69px 0;
    }

    .banner-title h3 {
        font-size: 20px;
    }

    .banner-title span {
        width: 92.13px;
        height: 1.66px;
        margin: 0 5px 0 0;
    }


    .index-banner-pagination {
        bottom: 65.57px !important;
    }

    /*  swiper-pagination-bullet-active */
    .index-banner-pagination .swiper-pagination-bullet,
    .index-banner-pagination .swiper-pagination-bullet-active {
        width: 15.77px;
        height: 15.77px;
        margin: 0 23px !important;
    }


    .index-service {
        padding: 116.2px 0 107.9px;
    }

    .index-service img {
        width: 74.7px;
        height: 74.7px;
        margin: 0 0 33.2px 0;
    }

    .index-service h3 {
        font-size: 34px;
        margin: 0 0 19px 0;
    }

    .index-service p {
        font-size: 12px;
        line-height: 25px;
        text-align: center;
        font-weight: 600;
    }

    .index-service-logo {
        margin: 99.6px 0 0 0;
    }

    .index-service-logo li {
        width: 302px;
        height: 166.83px;
        margin: 0 6.6px;
    }

    .index-service-logo h1 {
        font-size: 88.81px;
    }

    .index-service-logo span {
        font-size: 58px;
    }

    .index-service-logo h2 {
        font-size: 17px;
    }


    .index-news {
        padding: 0 0 100px 0;
    }

    .index-news-container a:hover>div {
        box-shadow: 0px 21px 20px 0px rgba(0, 0, 0, 0.14);
    }

    .index-news h3 {
        font-size: 14px;
        margin: 12px 0;
    }

    .index-news .spanLogo {
        margin: 16px 0 0 0;
    }

    .index-system-container div {
        width: 277.22px;
        height: 138.61px;
        padding: 78px 0 0 20px;
        font-size: 30px;
        margin: 0 0 31px 0;
    }

    .index-system-container h3 {
        font-size: 29.88px;
        margin: 0 0 16.6px 0;
        letter-spacing: 12px;
    }

    .index-system-container p {
        font-size: 23.24px;
    }


  

    .index-partners .title {
        margin: 0 0 41px 0;
    }

    .index-partners h3 {
        font-size: 26px;
        margin: 0 0 25px 0;
    }


    .masonry {
        columns: 5;
    }
}

/* 0.83 */

@media screen and (max-width:1440px) {
    .index-banner {
        width: 100%;
        height: 100vh;
    }

    .banner-title {
        top: 263.25px;
        left: 192.75px;
    }

    .banner-title h1 {
        font-size: 22px;
    }

    .banner-title h2 {
        font-size: 30px;
        margin: 13px 0 32px 0;
    }

    .banner-title h3 {
        font-size: 18px;
    }

    .banner-title span {
        width: 83px;
        height: 1.5px;
        margin: 0 4.5px 0 0;
    }


    .index-banner-pagination {
        bottom: 60px !important;
    }

    /*  swiper-pagination-bullet-active */
    .index-banner-pagination .swiper-pagination-bullet,
    .index-banner-pagination .swiper-pagination-bullet-active {
        width: 14px;
        height: 14px;
        margin: 0 20.7px !important;
    }


    .index-service {
        padding: 105px 0 98px;
    }

    .index-service img {
        width: 68px;
        height: 68px;
        margin: 0 0 30px 0;
    }

    .index-service h3 {
        font-size: 31px;
        margin: 0 0 17px 0;
    }

    .index-service p {
        font-size: 12px;
        line-height: 25px;
    }

    .index-service-logo {
        margin: 90px 0 0 0;
    }

    .index-service-logo li {
        width: 273px;
        height: 151px;
        margin: 0 6px;
    }

    .index-service-logo h1 {
        font-size: 80px;
    }

    .index-service-logo span {
        font-size: 52px;
    }

    .index-service-logo h2 {
        font-size: 15px;
    }


    .index-news {
        padding: 0 0 90px 0;
    }

    .index-news-container a:hover>div {
        box-shadow: 0px 21px 20px 0px rgba(0, 0, 0, 0.14);
    }

    .index-news h3 {
        font-size: 12px;
        margin: 11px 0;
    }

    .index-news .spanLogo {
        margin: 14.25px 0 0 0;
    }

    .index-system-container div {
        width: 250px;
        height: 125px;
        padding: 70px 0 0 18px;
        font-size: 27px;
        margin: 0 0 27.75px 0;
    }

    .index-system-container h3 {
        font-size: 27px;
        margin: 0 0 15px 0;
        letter-spacing: 12px;
    }

    .index-system-container p {
        font-size: 21px;
    }



    .index-partners .title {
        margin: 0 0 37px 0;
    }

    .index-partners h3 {
        font-size: 24px;
        margin: 0 0 22.5px 0;
    }

  

    /*.masonry {*/
    /*    columns: 4;*/
    /*}*/
}

/* 0.75 */

@media screen and (max-width:1360px) {
    .banner-title {
        top: 249.21px;
        left: 182.47px;
    }

    .banner-title h1 {
        font-size: 20px;
    }

    .banner-title h2 {
        font-size: 28px;
        margin: 12.07px 0 30.53px 0;
    }

    .banner-title h3 {
        font-size: 17px;
    }

    .banner-title span {
        width: 78.81px;
        height: 1.42px;
        margin: 0 4.26px 0 0;
    }


    .index-banner-pagination {
        bottom: 56px !important;
    }

    /*  swiper-pagination-bullet-active */
    .index-banner-pagination .swiper-pagination-bullet,
    .index-banner-pagination .swiper-pagination-bullet-active {
        width: 13.5px;
        height: 13.5px;
        margin: 0 19.7px !important;
    }


    .index-service {
        padding: 99.4px 0 92.3px;
    }

    .index-service img {
        width: 63.9px;
        height: 63.9px;
        margin: 0 0 28.4px 0;
    }

    .index-service h3 {
        font-size: 29.11px;
        margin: 0 0 16.33px 0;
    }

    .index-service p {
        font-size: 13px;
        line-height: 25px;
    }

    .index-service-logo {
        margin: 85.2px 0 0 0;
    }

    .index-service-logo li {
        width: 258.44px;
        height: 142.71px;
        margin: 0 5.68px;
    }

    .index-service-logo h1 {
        font-size: 75.97px;
    }

    .index-service-logo span {
        font-size: 49.7px;
    }

    .index-service-logo h2 {
        font-size: 14px;
    }


    .index-news {
        padding: 0 0 85.2px 0;
    }

    .index-news-container a:hover>div {
        background: #fff;

        box-shadow: 0px 21px 20px 0px rgba(0, 0, 0, 0.14);
    }

    .index-news h3 {
        font-size: 12px;
        margin: 10.65px 0;
    }

    .index-news .spanLogo {
        margin: 13.49px 0 0 0;
    }

    .index-system-container div {
        width: 237.14px;
        height: 118.57px;
        padding: 66.74px 0 0 17.04px;
        font-size: 36px;
        margin: 0 0 37px 0;
    }

    .index-system-container h3 {
        font-size: 26px;
        margin: 0 0 14px 0;
        letter-spacing: 8px;
    }

    .index-system-container p {
        font-size: 20px;
    }



    .index-partners .title {
        margin: 0 0 35.5px 0;
    }

    .index-partners h3 {
        font-size: 22px;
        margin: 0 0 21.3px 0;
    }


    /*.masonry {*/
    /*    columns: 4;*/
    /*}*/
}

/* 0.71 */

@media screen and (max-width:1280px) {
    .banner-title {
        top: 235.17px;
        left: 172.19px;
    }

    .banner-title h1 {
        font-size: 19.43px;
    }

    .banner-title h2 {
        font-size: 26.8px;
        margin: 11.39px 0 28.81px 0;
    }

    .banner-title h3 {
        font-size: 16px;
    }

    .banner-title span {
        width: 74.37px;
        height: 1.3px;
        margin: 0 4px 0 0;
    }


    .index-banner-pagination {
        bottom: 52.93px !important;
    }

    /*  swiper-pagination-bullet-active */
    .index-banner-pagination .swiper-pagination-bullet,
    .index-banner-pagination .swiper-pagination-bullet-active {
        width: 12.73px;
        height: 12.73px;
        margin: 0 18.6px !important;
    }

    .index-service {
        padding: 93.8px 0 87.1px 0;
    }

    .index-service img {
        width: 60.3px;
        height: 60.3px;
        margin: 0 0 26.8px 0;
    }

    .index-service h3 {
        font-size: 27.47px;
        margin: 0 0 15.41px 0;
    }

    .index-service p {
        font-size: 12px;
        line-height: 16.75px;
    }

    .index-service-logo {
        margin: 80.4px 0 0 0;
    }

    .index-service-logo li {
        width: 243.88px;
        height: 134.67px;
        margin: 0 5.36px;
    }

    .index-service-logo h1 {
        font-size: 71px;
    }

    .index-service-logo span {
        font-size: 46px;
    }

    .index-service-logo h2 {
        font-size: 21px;
    }


    .index-news {
        padding: 0 0 80px 0;
    }

    .index-news-container a:hover>div {
        box-shadow: 0px 13px 13px 0px rgba(0, 0, 0, 0.14);
    }

    .index-news h3 {
        font-size: 11px;
        margin: 10px 0;
    }

    .index-news .spanLogo {
        margin: 12.73px 0 0 0;
    }

    .index-system-container div {
        width: 223.78px;
        height: 112px;
        padding: 63px 0 0 16px;
        font-size: 24px;
        margin: 0 0 25px 0;
    }

    .index-system-container h3 {
        font-size: 24px;
        margin: 0 0 13.4px 0;
        letter-spacing: 8px;
    }

    .index-system-container p {
        font-size: 18px;
    }



    .index-partners .title {
        margin: 0 0 33.5px 0;
    }

    .index-partners h3 {
        font-size: 21px;
        margin: 0 0 20.1px 0;
    }

  

    .masonry {
        columns: 4;
    }
}

/* 0.67 */

@media screen and (max-width:1000px) {
    
    .index-system-container{
        justify-content: center;
    }
    .index-banner{
        height: auto;
    }
    .index-banner img{
        width: 100%;
        height: auto;
    }
    .index-service-logo{
        /* flex-direction: column; */
        flex-wrap: wrap;
        justify-content: center;
    }
    .banner-title{
        left: 20px;
    }

    .our-container a {
        width: 25%;
        height: 11rem;
    }

    .index-service {
        padding: 50px 0 44px 0;
    }
    .index-service-icon li{
        margin: 0 0 50px 0;
    }
    .index-service-icon li:last-of-type{
        margin: 0;
    }
    .index-service img{
        width: 50px;
        height: 50px;
    }
    .index-service h3{
        font-size: 20px;
    }

    .index-service-logo li{
        width: 45%;
        margin: 0 5px 10px 5px;
    }
    .index-service-logo h1{
        font-size: 44px;
    }


    .index-news .title{
        margin:  0 0 20px 0;
    }
    .title-left h2{
        margin: 0;
        font-size: 28px;
    }
    /*.masonry{*/
    /*    columns: 2;*/
    /*    column-gap:10px;*/
    /*}*/
.masonry a {
    
    width: 49%;
    
}

.masonry a .flash{
    height:150px;
}
.index-news-container a>div{
    margin-bottom: 10px;
}
    .title-center h2{
        margin: 0;
    }

    .index-system-container a {
        width: 40%;
        height: 77px;
        padding: 39px 0 0 0;
        margin: 0 3.5px 7px 3.5px;

    }

    .index-system-container h3{
        font-size: 18px;
        margin: 0 0 10px 0;
    }

    .index-system-container p{
        font-size: 12px;
    }

    .index-partners{
        margin: 10xp 0 42px 0;
        padding: 50px 0 80px 0;
    }

    .our-container{
        width: 96%;
        margin: 0 auto;
    }
    .our-prev,
    .our-next{
        display: none !important;
    }
    .index-banner-pagination{
        bottom: 10px!important;
    }
    .banner-title{
        top: 50px;
        left: 45px;
    }
    .banner-title h1,
    .banner-title h2,
    .banner-title h3{
        font-size: 12px;
    }
    .index-service p{
        text-align: center;
    }
    .index-system .title>div{
        width: 109px;
    }
    .index-partners{
        margin: 80px 0 60px 0;
    }
    .index-partners .title>div{
        width: 104px;
    }
    .index-banner{
        margin: 0;
    }
    .our-swiper-container{
        display: none;
    }
    .our-swiper-container-m{
        display: block;
    }
    .masonry-m{
    display: block;
}
    .masonry-p{
        /* display: none; */
    }
    .index-service-logo{
        margin: 0;
    }
    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
        display: none;
    }
    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
        display: none;
    }
    .our-m-next,
    .our-m-prev{
        display: flex !important;
        white-space: nowrap;
        color: #666666 !important;
        font-size: 12px;
        bottom: -50px;
        top: auto !important;
    }
}