#banner_page{
    background-image:url(../image/product-banner.jpg);
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
}

#banner_page {
    height: 65vh;
}

#pro-box{
    padding: 60px 0;
}

@media screen and (max-width:1182px) {
    #pro-box {
        padding: 30px 0px;
    }
}


        .wizhi-selects .wizhi-select:nth-child(1),
        .wizhi-selects .wizhi-select:nth-child(2)
        {
            display: none;
        }

        .wizhi-selects .wizhi-select:nth-child(3){
            margin-bottom: 45px;
            padding-left: 0px;
            position: relative;
        }

        .wizhi-select strong {
            padding-right: 5px;
            font-size: 18px;
            position: relative;
            left: 0;
            top: 0;
            width: 100%;
            display: block;
            margin-bottom: 15px;
        }

        .wizhi-select a {
            display: block;
            float:left;
            font-size: 16px;
            font-weight: 300 !important;
            margin-right: 2%;
            margin-bottom: 10px;
            width: 15%;
            text-align: center;
            background-color: #f1f1f1;
            height: 50px;
            line-height: 50px;
        }

        .wizhi-select a:nth-child(6n+1){
            margin-right:0;
        }

        .wizhi-select a.selected {
            background-repeat: no-repeat;
            background-image: linear-gradient(-90deg,#6db80f,#06a3db);
            background-size: 100% 100%;
            color: #fff;
            display: inline-block;
        }

        @media screen and (max-width:1680px) {
            .wizhi-select a {
                font-size:14px;
            }
        }

        @media screen and (max-width:1440px) {
            .wizhi-select a {
                font-size:12px;
            }
        }

        @media screen and (max-width:1182px) {
            .wizhi-select a {
                width: 23.5%;
            }

            .wizhi-select a:nth-child(6n+1){
                margin-right:2%;
            }

            .wizhi-select a:nth-child(4n+1){
                margin-right:0;
            }
        }

        @media screen and (max-width:600px) {
            .wizhi-select a {
                width: 49%;
            }

            .wizhi-select a:nth-child(4n+1){
                margin-right:2%;
            }

            .wizhi-select a:nth-child(2n+1){
                margin-right:0;
            }
        }

        .position p{
            font-size:20px;
        }

        @media screen and (max-width:1182px){
            .position p{
                font-size:14px;
            }
        }


#relate-pro .relate-box .swiper-slide{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #eee;
}    

#relate-pro .relate-box .swiper-slide:nth-child(4n){
    margin-right: 0%;
}


@media screen and (max-width:1182px){
    #relate-pro .relate-box .swiper-slide{
        width: 32%;
    }    
    
    #relate-pro .relate-box .swiper-slide:nth-child(4n){
        margin-right: 2%;
    }
    
    #relate-pro .relate-box .swiper-slide:nth-child(3n){
        margin-right: 0%;
    }
}

@media screen and (max-width:600px){
    #relate-pro .relate-box .swiper-slide{
        width: 49%;
    }    
    
    #relate-pro .relate-box .swiper-slide:nth-child(3n){
        margin-right: 2%;
    }
    
    #relate-pro .relate-box .swiper-slide:nth-child(2n){
        margin-right: 0%;
    }
}