.Servicecategory .box-head{
    height: 4rem;
    background: url(../images/category_banner.jpg) no-repeat;
    background-size:cover;
    position: relative;
}

.head_text{
    padding: .6rem .5rem;
    width: calc(100% - 1rem);
    color: #ffffff;
}
.head_text .h1{
    font-size: .6rem;
    line-height: .9rem;
}
.head_text .h3{
    font-size: .4rem;
    line-height: .6rem;
}
.h3 .line{
    display: inline-block;
    width: 1.35rem;
    height: .04rem;
    vertical-align: middle;
    background: url(../images/text_line.jpg) no-repeat;
}
.swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}
.swiper-container{
    margin-top: .3rem;
}
.swiper-wrapper .swiper-slide {
    padding: 0 .1rem;
}
.swiper_box img{
    display: block;
    width: 100%;
    height: 4.27rem;
}
.swiper_box .fruits_name{
    font-size: .36rem;
    line-height: .54rem;
    padding: .12rem 0;
    z-index: 2;
    color: #333333;
    position: relative;
    border-bottom:.01rem solid #001f63;
}
.fruits_name .icon{
    width: .36rem;
    height: .36rem;
    display: inline-block;
    background: #87dec5;
    border-radius: 50%;
    position: absolute;
    top: .1rem;
    z-index: -1;
    left: .5rem;
}
.swiper_box ul{
    margin-top: .1rem;
}
.swiper_box ul li{
    font-size: .27rem;
    line-height: .4rem;
    margin-left: .3rem;
    color: #666666;
}
.category_goods{
    width: calc(100% - .6rem);
    padding: 0 .3rem;
    margin-top: .3rem;
    /* margin-bottom: .3rem; */
    overflow: auto;
}
.goods_item{
    width: 3.28rem;
    height: 2.88rem;
    display: inline-block;
    float: left;
    margin-bottom: .3rem;
    border:.01rem solid #87dec5;
}
.goods_item:nth-child(2n){
    margin-left: .3rem;
}
.item-name{
    height: 1.4rem;
    width: 100%;
    overflow: auto;
}
.item-name p{
    text-align: center;
}
.item-name .name{
    margin-top: .3rem;
    font-size: .4345rem;
    line-height: .6rem;
}
.item-name .vice_name{
    font-size: .2534rem;
    line-height: .3rem;
}
.item_time{
    height: 1.48rem;
    background: #0fbd8c;
}
.item_time p{
    line-height: 1.365rem;
    font-size: .72rem;
    text-align: center;
    font-weight: 600;
    color: #ffffff;
}
.item_time p span{
    font-size: .43rem;
    font-weight: 500;
}