.bannerBox{

}
.bannerBox .swiper-wrapper img{
    width: 100%;
}
.bannerBox .swiper-pagination{
    display: flex;
    justify-content: center;
    bottom: 20px !important;
}
.bannerBox .swiper-pagination .swiper-pagination-bullet{
    width: 100px;
    height: 50px;
    border-radius: 0;
    opacity: 1;
    border: 1px solid #ddd;
}
.bannerBox .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border-color: #d81e06;
}


.titleBox{
    text-align: center;
    padding: 20px 0;
}
.titleBox .title{
    display: inline-block;
    white-space: nowrap;
    border-bottom: 1px solid #d81e06;
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 10px;
}

.productBox{
    padding-bottom: 20px;
}
.productItem{
    float: left;
    width: 33.33%;
    margin-bottom: 10px;
}
.productInner{
    text-align: center;
    margin: 0 8px;
  padding: 10px 0;
}
.productInner:hover{
    box-shadow: rgba(0,0,0,0.1) 0px 0px 15px 0px;
}
.productItem .img{
    width: 100%;
    height: 16vw;
    object-fit: cover;
}
.productItem .name{
    text-align: center;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    padding: 0 10px;
}
.productInner:hover .name{
    color: #d81e06;
}

.companyBox{
    padding-bottom: 20px;
}
.companyInfo{
    display: flex;
    margin-bottom: 10px;
}
.companyInfo .img{
    flex-shrink: 0;
    flex-grow: 0;
    width: 60%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.companyInfo .info{
    flex-shrink: 0;
    flex-grow: 0;
    width: 40%;
    height: 300px;
    text-align: center;
    padding: 50px 40px 0;
    box-sizing: border-box;
    background: #f5f5f5;
}
.companyInfo .info h3{
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
}
.companyInfo .info p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.companyImgList{
    display: flex;
    justify-content: space-between;
}
.companyImgList img{
    display: block;
    width: 24%;
    height: 16vw;
    object-fit: cover;
}

.advantageBox{
    padding-bottom: 20px;
    background: #29929d;
}
.advantageBox .titleBox{
    color: #ffffff;
}
.advantageList{
    display: flex;
    justify-content: space-between;
}
.advantageList .advantageItem{
    width: 24%;
    background: #ffffff;
}
.advantageList .advantageItem img{
    width: 100%;
    height: 14vw;
    object-fit: cover;
}
.advantageList .advantageItem h3{
    padding: 10px;
    text-align: center;
    font-size: 18px;
}
.advantageList .advantageItem p{
    text-align: center;
    padding: 0 10px 20px;
}

.caseBox{
    padding-bottom: 20px;
}
.caseSwiper .swiper-slide{
    text-align: center;
}
.caseSwiper .swiper-button-prev{
    left: 0;
}
.caseSwiper .swiper-button-next{
    right: 0;
}
.caseSwiper .img{
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.caseSwiper .name{

}

.moreInfo{
    text-align: center;
}
.moreInfo a{
    display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    border: 1px solid #dddddd;
    border-radius: 20px;
}


@media screen and (max-width: 800px) {
    .bannerBox .swiper-pagination .swiper-pagination-bullet{
        width: 40px;
        height: 20px;
    }
    .titleBox .title{
        font-size: 20px;
        line-height: 40px;
    }
    .moreInfo a{
        padding: 10px 20px;
        border-radius: 20px;
    }
    .productItem{
        width: 50%;
    }
    .productItem .img{
        height: 32vw;
    }
    .companyInfo{
        display: block;
    }
    .companyInfo .img{
        width: 100%;
    }
    .companyInfo .info{
        width: 100%;
    }
    .companyImgList{
        display: block;
    }
    .companyImgList img{
        width: 100%;
        height: 60vw;
        margin-bottom: 5px;
    }
    .advantageList{
        display: block;
    }
    .advantageList .advantageItem{
        width: 100%;
        margin-bottom: 10px;
    }
    .advantageList .advantageItem img{
        height: 60vw;
    }

    .footer .menus{
        float: none;
    }
    .footer .menuItem{
        width: 50%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .footer .connetUs{
        float: none;
    }
}