
.swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 首页顶部轮播 */
.index_one {
    position: relative;
    width: 100%;
    /*height: 9.6rem;*/
    height: 100%;
    margin: 0 auto;
}
.index_one .index_swiper {
    width: 100%;
    height: 100%;
}
.index_one .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}
.index_one .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* 分页 */
.index_one .swiper-pagination {
    bottom: 0.4rem;
}
.index_one .swiper-pagination-bullet {
    width: 1rem;
    height: 0.04rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: unset;
}


/* 公司简介 */
.index_two {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 9.6rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-image: url('../images/index/bgc1.png');
    background-size: cover;
}
.index_two .company {
    flex: 1;
    padding-left: 2.1rem;
    padding-right: 0.9rem;
}
.index_two .name {
    font-size: 0.4rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #0059AB;
}
.index_two .slogan {
    margin-top: 0.3rem;
    font-size: 0.24rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
}
.index_two .texts {
    margin-top: 0.4rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #333333;
    line-height: 0.36rem;
}
.index_two .texts p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #333333;
    line-height: 0.36rem;
}
.index_two .gundong {
    margin-top: 0.47rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_two .gundong .item {
    text-align: center;
}
.index_two .gundong .num {
    text-align: center;
    font-size: 0.2rem;
    font-family: Bahnschrift, Bahnschrift;
    font-weight: bold;
    color: #15559A;
    line-height: 0.35rem;
    display: flex;
    align-items: flex-end;
}
.index_two .gundong .num span {
    display: block;
    min-width: 1.4rem;
    font-size: 0.6rem;
    font-family: Bahnschrift, Bahnschrift;
    font-weight: bold;
    line-height: 1.2;
}
.index_two .gundong .tip {
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
/* 公司图片 */
.index_two .company_pic {
    width: 40%;
    height: 100%;
    overflow: hidden;
}
.index_two .company_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/* 公司产品 */
.index_three {
    position: relative;
    width: 100%;
    /*height: 9.6rem;*/
    height: 100%;
    margin: 0 auto;
    display: flex;
}
.index_three .item {
    display: block;
    position: relative;
    width: 8.75%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s;
}
.index_three .item img {
     width: 100%; 
    height: 100%;
    object-fit: cover;
}
.index_three .item .txt {
    position: absolute;
    left: 50%;
    bottom: 0.35rem;
    min-width: 1.2rem;
    font-size: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    transform: translateX(-50%);
    z-index: 22;
}
.index_three .item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.45);
    z-index: 11;
}
/* active */
.index_three .active {
    width: 30%;
}
.index_three .active::after {
    display: none;
}
.index_three .active .txt {
    bottom: 0;
    width: 100%;
    height: 2rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    text-align: center;
    line-height: 3rem;
    font-size: 0.24rem;
}



/* 解决方案 */
.index_four {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.index_four .bgc {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_four .center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index_four .t1 {
    font-size: 0.5rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    white-space: nowrap;
    letter-spacing: 3px;
}
.index_four .t2 {
    margin-top: 0.4rem;
    font-size: 0.3rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #FFFFFF;
    white-space: nowrap;
    letter-spacing: 5px;
}
.index_four .more {
    display: block;
    width: 1.8rem;
    height: 0.46rem;
    margin-top: 0.5rem;
    background: #fff;
    border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #0059AB;
    text-align: center;
    line-height: 0.45rem;
    transition: all 0.3s;
}
.index_four .more:hover {
    background: #0059AB;
    color: #fff;
}



/* 新闻资讯 */
.index_five {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-image: url('../images/index/bgc2.png');
    background-size: cover;
}
.index_five .center {
    position: relative;
    width: 15rem;
    height: 100%;
    margin: 0 auto;
    padding: 1.5rem 0 1.2rem;
    display: flex;
}
/* 标题 */
.common_tit {
    position: relative;
    width: fit-content;
}
.common_tit .en {
    font-size: 0.7rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #DCDCDC;
}
.common_tit .cn {
    position: absolute;
    left: 0;
    top: 0.6rem;
    font-size: 0.36rem;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
}
.common_tit .cn::before {
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    margin-right: 0.1rem;
    background: white;
    border: 0.05rem solid #0059AB;
    border-radius: 50%;
}


/* 2024-5-1 新增查看更多 */
.index_five .more {
    position: absolute;
    right: 0;
    top: 1.5rem;
    display: block;
    width: 1.8rem;
    height: 0.46rem;
    margin-top: 0.5rem;
    background: transparent;
    border-radius: 0.23rem 0.23rem 0.23rem 0.23rem;
    border: 0.01rem solid #0059AB;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    color: #0059AB;
    text-align: center;
    line-height: 0.45rem;
    transition: all 0.3s;
}
.index_five .more:hover {
    color: white;
    background: #0059AB;
}

/* 新闻列表 */
.index_five .news {
    flex: 1;
    margin-top: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}
.index_five .news .item {
    position: relative;
    width: 4rem;
    padding: 0.2rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0,0,0,0.15);
    border-radius: 0.03rem;
    transition: all 0.3s;
}
.index_five .news .item:hover {
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0,0,0,0.3);
    /*background: #0059AB;*/
}
.index_five .news .item:hover .tit {
    color: #0059AB;
}
.index_five .news .tit {
    width: 97%;
    height: 0.7rem;
    font-size: 0.18rem;
    font-family: Microsoft YaHei, Microsoft YaHei;  
    font-weight: bold;  
    color: #333333;
    line-height: 0.36rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.index_five .news .new_img {
    display: block;
    width: 100%;
    height: 4.3rem;
    margin-top: 0.2rem;
    object-fit: cover;
}
.index_five .news .arrow {
    position: absolute;
    right: 0.2rem;
    top: 0.63rem;
    /* width: 0.13rem; */
    height: 0.25rem;
    object-fit: contain;
}
/* 年份 */
.index_five .year {
    position: absolute;
    right: 0;
    top: 0.8rem;
    font-size: 3rem;
    font-family: Bahnschrift, Bahnschrift;
    font-weight: 400;
    color: #FFFFFF;
}




/* 合作客户 */
.index_six {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-image: url('../images/index/bgc3.png');
    background-size: cover;
    padding-bottom: 75px;
    margin-bottom: -75px;
}
.index_six .center {
    position: relative;
    width: 15rem;
    margin: 0 auto;
    padding: 1.5rem 0 0.3rem;
    display: flex;
    z-index: 22;
}
/* 标题延用新闻的标题 */
/* 客户列表 */
.index_six .list {
    width: fit-content;
    margin-left: 1.24rem;
    display: flex;
    flex-wrap: wrap;
}
.index_six .list .li {
    display: block;
    width: 2.2rem;
    height: 0.8rem;
    margin-top: 0.3rem;
    margin-right: 0.3rem;
}
.index_six .list .li:nth-child(-n+4) {
    margin-top: 0;
}
.index_six .list .li:nth-child(4n) {
    margin-right: 0;
}

@media only screen and (max-width: 1024px){
    .index_two{
        display: block;
    }
    .index_two .company{
        padding-left: 20px;
        padding-right: 20px;
    }
    .index_two{
        padding-top: 80px;
        height: 100vh;
    }
    .index_two .texts p{
        font-size: 12px;
    }
    .index_two .gundong{
        margin-top: 0.27rem;
    }
    .index_two .company_pic{
        width: 50%;
        margin: 20px auto;
    }
    .index_two .company_pic img{
        /*height: 40%;*/
    }
    .index_two .gundong .tip{
        font-size: 12px;
    }
    .fp-completely{
        height: 100vh !important;
    }
    .index_two .company_pic,.index_two .company_pic img{
        height: auto;
    }
    .index_four .bgc{
        height: 100vh;
    }
    .index_three{
        flex-wrap: wrap;
        padding-top: 50px;
    }
    .index_three .active{
        width: 40%;
    }
    .index_three .item{
        /*width: 33.33333%;*/
        /*height: 33.33333%;*/
        width: 20%;
        height: 50%;
    }
    .index_three .item .txt{
        font-size: 12px;
        width: 100%;
    }
    .index_four .t2{
        white-space: wrap;
        width: 100%;
        text-align: center;
    }
    .index_four .more{
        font-size: 12px;
    }
    .index_five .center{
        width: 100%;
        display: block;
        padding: 1.5rem 20px 0;
    }
    .index_five .more{
        right: 20px;
        font-size: 12px;
    }
    .index_five .news{
        flex-wrap: wrap;
    }
    .index_five .news .item{
        width: 48%;
        margin-top: 14px;
    }
    .index_five .news .new_img{
        height: 3rem;
    }
    .index_five .news .tit{
        font-size: 14px;
    }
    .index_five .news{
        margin-top: 0.8rem;
    }
    .index_six .center{
        display: block;
        padding: 0rem 20px 0.3rem;
    }
    .index_six .list{
        margin-left: 0;
    }
    .index_six .center{
        width: 100%;
    }
    .index_six .list{
        width: 100% !important;
        margin-top: 30px;
    }
    .index_six .list .li{
        width: 33.333%;
        margin-right: 0;
        height: auto;
    }
    .index_six .scale-box .scale-img{
        height: 60px;
        object-fit: contain;
    }
    .index_six .list .li:nth-child(-n+4){
        margin-top: 0.3rem;
    }
    .index_six{
        background-size: inherit;
        padding-bottom: 50px;
    }
}