.yewu-text {
    margin-top: 0.9rem;
    padding: 0 1rem;
    margin-bottom: 1.2rem;
}

.yewu-text .content {
    border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
    margin-top: 1.2rem;
    padding: 0.55rem;
    box-shadow: 0 0.1rem 0.35rem rgba(0, 0, 0, .2);
}

.yewu-text .pic {
    margin-top: -0.9rem;
    margin-right: 0.9rem;
    border-radius: 0.15rem;
    -webkit-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
    overflow: hidden;
    width: 5.7rem;
}
.yewu-text .txt{display: flex;
    align-items: center;}
.yewu-text .pic img {
    width: 100%;
}

@media (max-width:1199px) {
    .yewu-text .pic {
        width: 6.5rem;
    }
}

@media (max-width:950px) {
    .yewu-text .pic {
        width: 7.5rem;
    }
}

@media (max-width:480px) {
    .yewu-text .pic {
        width: 100%;
        margin-right: 0;
        margin-top: .4rem;
    }
}

.chanpin {
    background-color: #f5f7fa;
    overflow: hidden;
    padding-bottom: 1.2rem;
}

.chanpin .content {
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    overflow: hidden;
    margin-top: .9rem;
}

.chanpin .content:last-child {
    margin-top: .5rem;
}

.chanpin .content .tabs {
    width: 3rem;
    background-color: #f4f6f9;
}

.chanpin .content .tabs .active {
    background: #FFF url(https://www.fsg.com.cn/upload/images/arrow2.png)no-repeat 93% center;
    border-bottom: 0;
}

.chanpin .content .tabs .active::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #1492de;
}

.chanpin .content .tabs span {
    line-height: .9rem;
    border-bottom: 1px #dbdde0 solid;
    padding-left: .4rem;
}

.chanpin .content .tabs span:last-child {
    border-bottom: 0;
}

.chanpin .tit {
    height: .9rem;
}

.chanpin .content .c-body {
    padding: .6rem .6rem 0 .6rem;
}

.chanpin .content .pic {
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    overflow: hidden;
    width: 100%;
    height: 3.9rem;
}

.chanpin .content .pic img {
    width: 100%;
}

.chanpin .content .c-body .txt {
    margin-top: .2rem;
}

.chanpin .img-box {
    padding: .5rem .9rem;
}

.chanpin .img-box .img {
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    overflow: hidden;
    width: 4.45rem;
    margin-right: .4rem;
}

.chanpin .img-box .img img {
    width: 100%;
}

.chanpin ul li {
    width: 48%;
    margin-bottom: .8rem;
}

.chanpin ul li .icon {
    margin-right: .2rem;
    width: 1.1rem;
}

.chanpin ul li .icon img {
    width: 100%;
}

.chanpin ul li h4 {
    margin: 0;
}

.chanpin ul li p {
    margin-bottom: 0;
    margin-top: .15rem;
}

.youshi .content {
    margin: 1rem -.3rem 1.2rem -.3rem;
}

.youshi .slick-list {
    padding: .3rem 0;
}

.youshi .card {
    box-shadow: 0 0 0.15rem rgb(0, 0, 0, 0.1);
    margin-left: .3rem;
    margin-right: .3rem;
}

.youshi .card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    z-index: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.youshi .card.b1::after {
    background-image: url(https://www.fsg.com.cn/upload/images/tbg1.jpg);
}

.youshi .card.b2::after {
    background-image: url(https://www.fsg.com.cn/upload/images/tbg2.jpg);
}

.youshi .card .tit {
    color: #FFF;
    height: 0.95rem;
    z-index: 2;
}

.youshi .card .text-content {
    z-index: 2;
    padding: 0 1rem;
    border-radius: 0 0 0.1rem 0.1rem;
    -webkit-border-radius: 0 0 0.1rem 0.1rem;
    -moz-border-radius: 0 0 0.1rem 0.1rem;
    -ms-border-radius: 0 0 0.1rem 0.1rem;
    -o-border-radius: 0 0 0.1rem 0.1rem;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    height: 2.8rem;
}

.youshi .card .icon {
    width: 1.2rem;
    margin-right: 0.2rem;
}

@media (min-width:1025px) {
    .youshi .card:hover::after {
        top: -0.2rem;
        bottom: -0.2rem;
    }
    .youshi .card:hover .text-content {
        height: calc(2.8rem + 0.16rem);
        margin-bottom: -0.16rem;
    }
}

@media (max-width:1199px) {
    .youshi .card .tit {
        height: 1.2rem;
    }
    .youshi .card .icon {
        margin-right: 0.6rem;
    }
    .youshi .card .icon img {
        max-width: 100%;
    }
    .youshi .card .text-content {
        height: 3.6rem;
        padding: 0.5rem;
    }
    .chanpin .tit {
        height: 1.2rem;
    }
    .chanpin .content .tabs {
        width: 4.5rem;
    }
    .chanpin .content .tabs span {
        line-height: 1.2rem;
    }
    .chanpin .img-box .img {
        width: 5.5rem;
    }
    .chanpin ul li .icon {
        width: 1.3rem;
    }
}

@media (max-width:950px) {
    .chanpin .content .tabs {
        width: 100%;
        margin-right: 0;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        display: block;
    }
    .chanpin .content .tabs span {
        margin-left: .2rem;
        white-space: nowrap;
        display: inline-block;
    }
    .chanpin .content .tabs .active {
        background: none;
        color: #1492de;
    }
    .chanpin .content .tabs .active::after {
        bottom: 0;
        top: auto;
        width: 100%;
        height: 2px;
    }
    .chanpin .tit {
        height: 1.6rem;
    }
    .chanpin .content .pic {
        height: auto;
    }
    .chanpin .content .c-body {
        padding-bottom: .6rem;
    }
    .chanpin .img-box .img {
        width: 6.5rem;
    }
    .chanpin ul li .icon {
        width: 1.7rem;
    }
}

@media (max-width:767px) {
    .youshi .card .text-content {
        height: 5rem;
    }
    .youshi .card .tit {
        height: 2.2rem;
    }
    .chanpin .tit {
        height: 2rem;
    }
    .chanpin .img-box .img {
        width: 7.5rem;
    }
    .chanpin ul li .icon {
        width: 2.2rem;
    }
}

@media (max-width:480px) {
    .youshi .card .tit {
        height: 2.6rem;
    }
    .youshi .card .icon {
        width: 2.4rem;
    }
    .youshi .card .text-content {
        padding: 0.8rem;
        height: 8rem;
    }
    .chanpin .tit {
        height: 2.2rem;
    }
    .chanpin .content .tabs span {
        line-height: 2rem;
    }
    .chanpin .img-box .img {
        width: 100%;
        margin-right: 0;
    }
    .chanpin .img-box .txt {
        margin-top: .8rem;
    }
    .chanpin ul li {
        width: 100%;
    }
    .chanpin ul li .icon {
        width: 3.5rem;
        margin-right: .6rem;
    }
}
