#banner_page{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    height: auto;
}

#banner_page .v-box{
    overflow: hidden;
    width: 100%;
    height:100%;
}

#page-cate{
    bottom: -50px;
}

#banner_page video {
    padding-top: 65px;
    height: auto;
    width: 100%;
    margin: 0 auto;
    display: block;
}


@media screen and (max-width:1680px) {

}

@media screen and (max-width:1600px) {

}

@media screen and (max-width:1440px) {
    #banner_page{
        overflow: unset;
    }

    #page-cate {
        bottom: -5vh;
    }
}

@media screen and (max-width:1400px) {

}

@media screen and (max-width:1182px) {
    #banner_page{
        display: flex;
        justify-content:center;
    }
    #banner_page video{
        width: auto;
        height: 100%;
        padding-top: 0vh;
        margin-top: -8vh;
    }
}


    #relate-pro .swiper-button-prev{
        top:57%;
        left:5%;
        width: 44px;
        height: 44px;
        background-size:44px 44px;
        background-image:url(../image/prev.png);
    }

    #relate-pro .swiper-button-next{
        top:57%;
        right:5%;
        width: 44px;
        height: 44px;
        background-size:44px 44px;
        background-image:url(../image/next.png);
    }

    @media screen and (max-width:1280px) {
        
        #relate-pro .swiper-button-prev{
            left:2%;
        }

        #relate-pro .swiper-button-next{
            right:2%;
        }
    }

    @media screen and (max-width:1182px) {

        #banner_page .v-box{
            display: flex;
            justify-content: center;
            height: 100vh;
        }

        #banner_page .v-box video{
            width:auto;
            height:100%;
        }
    }

    @media screen and (max-width:600px) {
        #relate-pro .swiper-button-prev {
            top: 50%;
            left:7%;
            width: 30px;
            height:30px;
            background-size:30px;
        }

        #relate-pro .swiper-button-next {
            top: 50%;
            right:7%;
            width: 30px;
            height:30px;
            background-size:30px;
        }

    }

    @keyframes kuosan {
        0% {
            width: 15px;
            height: 15px;
            opacity: 1;
        }
        50% {
            width: 25px;
            height: 25px;
            opacity: 1;
        }
        100%{
            width: 35px;
            height: 35px;
            opacity: 0;
        }
    }


    #banner_page .v-box{
        position: relative;
    }

    .pos-add-box{
        position: absolute;
        left:0;
        right:0;
        top: 62%;
        transform: translateY(-50%);
        width: 100%;
        height: 100%;
        z-index: 3;
    }

    .aniadd {
        position: absolute;
    }

    .aniadd a {
        color: #fff;
        position: relative;
        background-color: rgba(6, 163, 219, .8);
        border-radius: 25px;
        text-align: center;
        padding: 8px 30px;
        color: #fff;
        font-size: 16px;
        height: 35px;
        top: 45px;
        left: 20px;
        font-weight: 300 !important;
        z-index: 1000;
        overflow: hidden;
    }

    .aniadd a.toOpacity{
        animation:toOpacity 0.5s;
        animation-fill-mode: forwards;
    }

    .aniadd a::before{
        content:"";
        display: block;
        position:absolute;
        width: 0%;
        height:100%;
        left:0;
        top:0;
        z-index: -1;
        background-color:#6db80f;
        transition:all 0.3s;
        -webkit-transition:all 0.3s;
    }

    .aniadd a:hover::before{
        width: 100%;
    }

    


    .aniadd a::after{
        content: '';
        display: block;
        background-color:transparent;
        width: 30px;
        height: 100%;
        position: absolute;
        left:-30px;
        top: 0px;
    }

    .aniadd span {
        position: absolute;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        top: 57px;
        left: -2.9px;
        background: rgba(73, 215, 242, 1);
        z-index: 999;
    }

    .aniadd span::before {
        content: '';
        background: rgba(73, 163, 242, .7);
        width: 15px;
        height: 15px;
        border-radius: 50%;
        position: absolute;
        left: 7.3px;
        top: 7.5px;
        transform: translate(-50%, -50%);
        z-index: -1;
        animation: kuosan 1.6s linear 0s infinite;
    }

    .aniadd span::before {
        animation: kuosan 2.2s linear 0.1s infinite;
    }

    .aniadd span::after{
        content: '';
        background: #fff;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        position: absolute;
        left: 7.5px;
        top: 7.5px;
        transform: translate(-50%, -50%);
        z-index: 1;
    }

    

    .posadd1 {
        left: 12%;
        top: 33%;
    }

    .posadd2 {
        left: 24%;
        top: 24%;
    }

    .posadd3 {
        left: 24%;
        top: 36%;
    }

    .posadd4 {
        left: 36%;
        top: 43%;
    }
    
    .posadd5 {
        left: 42%;
        top: 32%;
    }

    .posadd6 {
        left: 55%;
        top: 17%;
    }

    .posadd7 {
        left: 51%;
        top: 39%;
    }

    .posadd8 {
        left: 46%;
        top: 51%;
    }

    .posadd9 {
        left: 60%;
        top: 51%;
    }

    .posadd10 {
        left: 78%;
        top: 24%;
    }

    .posadd11 {
        left: 81%;
        top: 45%;
    }

    .posadd12 {
        left: 31%;
        top: 14%;
    }

    .mobile-category{
        display: none;
    }

    
    @media screen and (max-width:1440px) {

        .aniadd{
            font-size:14px;
        }
    }

    @media screen and (max-width:1182px) {

        .pos-add-box{
            display: none;
        }

        .mobile-category {
            display: block;
            position: absolute;
            bottom: 20vh;
            width: 100%;
            overflow: hidden;
            z-index: 999;
        }

        .mobile-category a {
            width: 30%;
            margin-right: 5%;
            background-color: #fff;
            padding: 10px 5px;
            text-align: center;
            color: #000;
            float: left;
            font-size: 16px;
            border-radius: 25px;
        }

        .mobile-category a:hover,.mobile-category a.active{
            background-image: linear-gradient(-90deg,#6db80f,#06a3db);
            color: #fff;
        }
        

        .mobile-category a:nth-child(3){
            margin-right:0;
        }
        
    }