.breadcrumb{
    margin-bottom: 0!important;
}
.breadcrumb li{
    padding: 0 !important;
}

.banners{
    position: relative;
}
.head-title{
    position: absolute;
    top: 40%;
    left:17%;
    color: #FFF;
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:300;
}

.v-port{
    background: #FFF;
}
.s-hidden{
    display: none;
}
.s-show{
    display: block;
}
.v-title{
    padding-left: 55px;
    font-size:30px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(0,0,0,1);
    line-height:114px;
}
.v-content{
    padding-bottom: 50px!important;
}
.v-search{
    padding-left: 55px;
    display: flex;
}
.v-input{
    width:200px;
    height:40px;
    border:1px solid rgba(138,141,143,0.46);
    box-shadow: none;
    outline: none;
    padding: 0 15px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(71,71,71,0.72);
    line-height:33px;
    opacity:0.71;
}
.v-btn{
    width:60px;
    height:40px;
    background:rgba(23,60,175,1);
    color: #FFF;
    outline: none;
    line-height: 40px;
    font-size: 16px;
    margin-left: 17px;
    padding: auto;
    text-align: center;
    cursor: pointer;
}
.s-list{
    padding-left: 55px;
    padding-top: 60px;
    padding-bottom: 30px;
}
.s-title{
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:300;
    color:rgba(0,0,0,1);
    padding: 20px 0;
}
.s-title i{
    margin-right: 15px;
    font-size:24px;
    font-weight:300;
    color:rgba(0,0,0,1);
}
.s-type{
    display: flex;
    height: auto;
    width: 100%;
    padding: 20px 30px;
}
.s-type-name{
    width: 170px;
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(0,0,0,1);
    opacity:0.79;
    padding-bottom: 20px;
}
.s-type-product{
    width: 100%;
    display: flex;
    flex-wrap: wrap;

}
.s-a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #133BB7;
    line-height: 24px;
    width: 150px;
}
.s-a-active{
    display: none;
}
@media (max-width: 480px) {
    .banners{
        height: 150px;
        overflow: hidden;
    }
    .banners img{
        height: 150px!important;
    }
    .v-port{
        padding: 0!important;
    }
    .v-title{
        padding-left: 15px!important;
    }
    .v-search{
        padding-left: 15px!important;
        display: block;
    }
    .v-input{
        width: 266px!important;
        height: 40px!important;
    }
    .v-btn{
        width: 54px!important;
        height:40px!important;
        margin-left:0;
        margin-top: 10px;
        line-height: 40px;
    }
    .s-type{
        display: unset;
        height: auto;
        width: 100%;
        padding:15px;
    }
    .s-list{
        padding-left:15px;
        padding-top: 60px;
        padding-bottom: 30px;
    }
}