html,body{
    overflow-x: hidden;
}
.service{
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-image: url(/images/Service/service-bg.jpg);
    position: relative;
}
.service-detail{
    width: 100vw;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    background-color: white;
    z-index: 9999;
    animation-duration: 0.8s;
    overflow-y: auto;
    overflow-x: hidden;
}
.service-detail-bg{
    width: 100vw;
    height: 100vw;
    background-size: 100% 100%;
}
.company-link{
    position: fixed;
    left: 22%;
    bottom: 10%;
    font-size: 1rem;
    text-decoration: none;
    color: #004297;
}

.service .animate__animated{
    animation-duration: 0.8s;
}

.clear-btn{
    width: 65px;
    height: 65px;
    position: fixed;
    right: 5%;
    top: 5%;
    cursor: pointer;
    z-index: 9999;
}

.service-title,
.serviceDetail-title{
    font-size: 3rem;
    color: #FFFFFF;
    z-index: 9999;
    position: relative;
}

.service-title{
    margin-bottom: 5%;
}

.serviceDetail-title{
    height: 30vh;
    background-image: url(/images/Service/detailTitle-bg.jpg);
    background-size: 100%;
    padding-left: 15%;
    padding-top: 5%;
    box-sizing: border-box;
}

.serviceDetail-bottom{
    width: 100vw;
    min-height: 70vh;
    background-image: url(/images/Service/serviceDetail-bottom-bg.png);
    background-size: 100% 100%;
    background-color: #F9F9F9;
    padding: 40px 0;
    box-sizing: border-box;
}

.service-swiper{
    margin: 0 5%;
    padding-top: 10%;
    height: 80%;
}

.product-swiper{
    width: 90%;
    height: 400px;
}

.product-swiper .swiper-slide{
    width: calc(100% / 3);
    height: 350px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.product-swiper .preview-btn{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #004297;
    color: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    opacity: 0;
    transition: opacity .3s;
}

.swiper-slide:hover .service-swiper-img{
    filter:brightness(50%) blur(1px);
    transition: all .3s;
    transform: scale(1.5);
}

.service-swiper .swiper-slide{
    width: calc(100% / 3.5);
    height: 50%;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.service-swiper-img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.swiper-pagination-bullet-active{
    background-color: #007aff !important;
}
.swiper-pagination-bullet{
    width: 50px;
    height: 4px;
    border-radius: 0;
    background-color: white;
    margin: 0 20px !important;
    opacity: .6;
}

.swiper-pagination{
    bottom: 12% !important;
}

.imgTest{
    position: absolute;
    left: 10%;
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFFFFF;
}

.imgTest-noHover{
    bottom: 10%;
}

.imgTest-Hover{
    top: 10%;
}

.r-title{
    width: 80%;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 1.2rem;
    position: absolute;
    top: 25%;
    left: 10%;
    overflow:hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}
.swiper-button-next, .swiper-button-prev{
    top: initial !important;
    background-color: #FFFFFF;
    padding: 10px 15px;
    border-radius: 20px;
}
.swiper-button-prev{
    left: 43% !important;
}
.swiper-button-next{
    right: 43% !important;
}
.swiper-button-next::after,
.swiper-button-prev::after{
    font-size: 30px;
}

table{
    width: 100%;
    background-color: #FFFFFF;
}

table td,
table th{
    padding: 15px;
    text-align: center;
}

@media screen and (max-width: 750px){
    .swiper-slide:hover .service-swiper-img{
        filter: initial;
        transform: initial;
    }
    .service-swiper{
        margin: 0 5%;
        padding-top: 25%;
        height: 80%;
    }
    .service-swiper .swiper-slide{
        width: 100%;
        height: 70%;
    }
    .swiper-button-prev{
        left: 25% !important;
    }
    .swiper-button-next{
        right: 25% !important;
    }
    .product-swiper .swiper-slide{
        width: 100%;
    }
    .serviceDetail-title{
        height: 30vh;
        background-image: url(/images/Service/detailTitle-bg.jpg);
        background-size: 100%;
        padding-left: 15%;
        padding-top: 35%;
        /* text-align: center; */
        box-sizing: border-box;
    }
}