.dongtai {
    margin-bottom: 1.2rem;
    margin-top: .9rem;
}

.dongtai .item {
    margin: 0 .2rem;
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    overflow: hidden;
}
.rddt{background-color: #f5f7fa;padding-top: 1px;}
.dongtai .item .mark {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .7));
    height: 50%;
}

.dongtai .item img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.dongtai .item .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: .2rem;
}

.dongtai .item .txt p {
    display: none;
    opacity: 0;
}

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

.youshi .container{
    height: 4.8rem;
}
.chanpin ul {
    margin-top: .4rem;
}

.chanpin .item {
    width: 32%;
    padding-bottom: .8rem;
    margin-top: .5rem;
}

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

.chanpin .item .pic img {
    width: 100%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.chanpin .item .text-content {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1.8rem;
    border-radius: 0 .15rem .15rem .15rem;
    -webkit-border-radius: 0 .15rem .15rem .15rem;
    -moz-border-radius: 0 .15rem .15rem .15rem;
    -ms-border-radius: 0 .15rem .15rem .15rem;
    -o-border-radius: 0 .15rem .15rem .15rem;
    overflow: hidden;
    width: 4.1rem;
    padding: .3rem 0 0 .5rem;
}

.chanpin .item .icon {
    width: .6rem;
    height: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.chanpin .item .txt {
    margin-top: .15rem;
}

.chanpin .item .icon {

    background-position: top;
}


.goujia {
    margin-top: .4rem;
    padding-bottom: 1.2rem;
}

.goujia li {
    margin-top: .5rem;
    width: 32%;
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    overflow: hidden;
}

.goujia li .tit {
    height: .8rem;
}

.goujia li .tit::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -.1rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: .1rem transparent solid;
    border-right: .1rem transparent solid;
    border-top: .1rem transparent solid;
}

.goujia li:nth-child(1) .tit::after {
    border-top-color: #1d82d6;
}

.goujia li:nth-child(2) .tit::after {
    border-top-color: #04bff4;
}

.goujia li:nth-child(3) .tit::after {
    border-top-color: #c0aa8b;
}

.goujia li:nth-child(1) .tit {
    background-color: #1d82d6;
}

.goujia li:nth-child(2) .tit {
    background-color: #04bff4;
}

.goujia li:nth-child(3) .tit {
    background-color: #c0aa8b;
}

.goujia li .text-content {
    padding: .4rem;
}

.goujia li .card {
    border-radius: .1rem;
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    border: 1px #e5e5e5 solid;
    margin-right: .2rem;
    height: 2.8rem;
    cursor: pointer;
}

.goujia li .card:last-child {
    margin-right: 0;
}

.goujia .pic {
    margin-top: .8rem;
    overflow: hidden;
}

.goujia .pic img {
    max-width: 90%;
}

.goujia .none,
.goujia .hidden {
    display: none;
}
.goujia .dp-none img{    width: 104.6%;
    margin-left: -2.3%;}
.goujia .hidden img{    width: 104.6%;
    margin-left: -2.3%;}
.goujia .on {
    display: block !important;
}

.goujia li:nth-child(1) .card.yes {
    color: #FFF;
    background-image: linear-gradient( #02b4ee, #1d82d6);
}

.goujia li:nth-child(2) .card.yes {
    color: #FFF;
    background-image: linear-gradient(#51d3f8, #05b0e8);
}

.goujia li:nth-child(3) .card.yes {
    color: #FFF;
    background-image: linear-gradient(#cea874, #ae8c5b);
}

/*.goujia .dp-none,
.goujia .hidden,
.goujia .none {
    height: 12rem;
}*/
.goujia .slider-body2 .none {
    height: 12rem;
}
.goujia .circle {
    width: 5.2rem;
    height: 5.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 10;
    padding: .3rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.goujia .circle::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.09);
    z-index: -1;
}

.goujia .title1 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-weight: 600;
    line-height: 1.4;
}

.goujia .item {
    position: absolute;
    cursor: pointer;
}

.goujia .item .txt {
    margin-top: .1rem;
    line-height: 1.2;
}

.goujia .slider-body1 .ld .none1 {
    display: none;
}

.goujia .slider-body1 .ld .circle {
    background: url(https://www.fsg.com.cn/upload/images/q1.png)no-repeat center;
    background-size: 4.74rem;
}

.goujia .slider-body1 .ld .item:nth-of-type(1) {
    top: .7rem;
    left: 1.3rem;
}

.goujia .slider-body1 .ld .item:nth-of-type(2) {
    top: 1rem;
    right: 1rem;
}

.goujia .slider-body1 .ld .item:nth-of-type(3) {
    top: 3rem;
    right: .7rem;
}

.goujia .slider-body1 .ld .item:nth-of-type(4) {
    bottom: .6rem;
    left: 1.9rem;
}

.goujia .slider-body1 .ld .item:nth-of-type(5) {
    top: 2.4rem;
    left: .5rem;
}

.goujia .slider-body1 .zh .circle {
    background: url(https://www.fsg.com.cn/upload/images/q2.png)no-repeat center;
    background-size: 4.74rem;
}

.goujia .slider-body1 .zh .item:nth-of-type(1) {
    top: 2.2rem;
    left: .6rem;
}

.goujia .slider-body1 .zh .item:nth-of-type(2) {
    top: 2.2rem;
    right: .5rem;
}

.goujia .slider-body2 .hy .circle {
    background: url(https://www.fsg.com.cn/upload/images/q3.png)no-repeat center;
    background-size: 4.74rem;
    z-index: 9;
}

.goujia .slider-body2 .hy .item:nth-of-type(1) {
    left: 1.5rem;
    top: .6rem;
}

.goujia .slider-body2 .hy .item:nth-of-type(2) {
    right: 1.2rem;
    top: .7rem;
}

.goujia .slider-body2 .hy .item:nth-of-type(3) {
    right: .5rem;
    top: 2.4rem;
}

.goujia .slider-body2 .hy .item:nth-of-type(4) {
    right: 1.7rem;
    bottom: .6rem;
}

.goujia .slider-body2 .hy .item:nth-of-type(5) {
    left: 1.2rem;
    bottom: .9rem;
}

.goujia .slider-body2 .hy .item:nth-of-type(6) {
    left: .5rem;
    top: 1.8rem;
}

.goujia .slider-body2 .fl .circle {
    background: url(https://www.fsg.com.cn/upload/images/q4.png)no-repeat center;
    background-size: 4.74rem;
    z-index: 9;
}

.goujia .slider-body2 .fl .item:nth-of-type(1) {
    left: 1.1rem;
    top: 1rem;
}

.goujia .slider-body2 .fl .item:nth-of-type(1).yes::after {
    content: '';
    position: absolute;
    width: 2.55rem;
    height: 2.37rem;
    background: url(https://www.fsg.com.cn/upload/images/t-on.png)no-repeat center;
    background-size: 100%;
    left: -.9rem;
    top: -.75rem;
    z-index: -1;
}

.goujia .slider-body2 .fl .item:nth-of-type(2) {
    right: 1rem;
    top: 1rem;
}

.goujia .slider-body2 .fl .item:nth-of-type(2).yes::after {
    content: '';
    position: absolute;
    width: 2.5rem;
    height: 2.43rem;
    background: url(https://www.fsg.com.cn/upload/images/t-on3.png)no-repeat center;
    background-size: 100%;
    right: -.79rem;
    top: -.79rem;
    z-index: -1;
}

.goujia .slider-body2 .fl .item:nth-of-type(3) {
    right: 1rem;
    bottom: 1rem;
}

.goujia .slider-body2 .fl .item:nth-of-type(3).yes::after {
    content: '';
    position: absolute;
    width: 2.49rem;
    height: 2.55rem;
    background: url(https://www.fsg.com.cn/upload/images/t-on1.png)no-repeat center;
    background-size: 100%;
    right: -.75rem;
    bottom: -.75rem;
    z-index: -1;
}

.goujia .slider-body2 .fl .item:nth-of-type(4) {
    left: 1.1rem;
    bottom: 1rem;
}

.goujia .slider-body2 .fl .item:nth-of-type(4).yes::after {
    content: '';
    position: absolute;
    width: 2.46rem;
    height: 2.59rem;
    background: url(https://www.fsg.com.cn/upload/images/t-on4.png)no-repeat center;
    background-size: 100%;
    left: -.88rem;
    bottom: -.78rem;
    z-index: -1;
}

.goujia .slider-body2 .none1 {
    display: none;
}

.goujia .slider-body3 .rl .circle {
    background: url(https://www.fsg.com.cn/upload/images/q4.png)no-repeat center;
    background-size: 4.74rem;
    z-index: 9;
}

.goujia .slider-body3 .rl .item:nth-of-type(1) {
    left: 1rem;
    top: .9rem;
}

.goujia .slider-body3 .rl .item:nth-of-type(2) {
    right: .9rem;
    top: .9rem;
}

.goujia .slider-body3 .rl .item:nth-of-type(3) {
    right: .9rem;
    bottom: 1rem;
}

.goujia .slider-body3 .rl .item:nth-of-type(4) {
    left: 1.1rem;
    bottom: 1rem;
}

.goujia .slider-body3 .zz .circle {
    background: url(https://www.fsg.com.cn/upload/images/q1.png)no-repeat center;
    background-size: 4.74rem;
}

.goujia .slider-body3 .zz .item:nth-of-type(1) {
    top: .7rem;
    left: 1.3rem;
}

.goujia .slider-body3 .zz .item:nth-of-type(2) {
    top: .7rem;
    right: 1rem;
}

.goujia .slider-body3 .zz .item:nth-of-type(3) {
    top: 2.8rem;
    right: .6rem;
}

.goujia .slider-body3 .zz .item:nth-of-type(4) {
    bottom: .5rem;
    left: 1.9rem;
}

.goujia .slider-body3 .zz .item:nth-of-type(5) {
    top: 2.2rem;
    left: .5rem;
}

.goujia .slider-body3 .zy .circle {
    background: url(https://www.fsg.com.cn/upload/images/q4.png)no-repeat center;
    background-size: 4.74rem;
    z-index: 9;
}

.goujia .slider-body3 .zy .item:nth-of-type(1) {
    left: 1rem;
    top: 1rem;
}

.goujia .slider-body3 .zy .item:nth-of-type(2) {
    right: .9rem;
    top: 1rem;
}

.goujia .slider-body3 .zy .item:nth-of-type(3) {
    right: .9rem;
    bottom: 1rem;
}

.goujia .slider-body3 .zy .item:nth-of-type(4) {
    left: 1rem;
    bottom: 1rem;
}

.goujia .slider-body3 .xc .circle {
    background: url(https://www.fsg.com.cn/upload/images/q3.png)no-repeat center;
    background-size: 4.74rem;
    z-index: 9;
}

.goujia .slider-body3 .xc .item:nth-of-type(1) {
    left: 1.5rem;
    top: .6rem;
}

.goujia .slider-body3 .xc .item:nth-of-type(2) {
    right: 1.2rem;
    top: .9rem;
}

.goujia .slider-body3 .xc .item:nth-of-type(3) {
    right: .5rem;
    top: 2.4rem;
}

.goujia .slider-body3 .xc .item:nth-of-type(4) {
    right: 1.7rem;
    bottom: .6rem;
}

.goujia .slider-body3 .xc .item:nth-of-type(5) {
    left: 1.2rem;
    bottom: .9rem;
}

.goujia .slider-body3 .xc .item:nth-of-type(6) {
    left: .5rem;
    top: 1.8rem;
}

.goujia .slider-body3 .jx .circle {
    background: url(https://www.fsg.com.cn/upload/images/q4.png)no-repeat center;
    background-size: 4.74rem;
    z-index: 9;
}

.goujia .slider-body3 .jx .item:nth-of-type(1) {
    left: 1rem;
    top: 1rem;
}

.goujia .slider-body3 .jx .item:nth-of-type(2) {
    right: .9rem;
    top: 1rem;
}

.goujia .slider-body3 .jx .item:nth-of-type(3) {
    right: .9rem;
    bottom: 1rem;
}

.goujia .slider-body3 .jx .item:nth-of-type(4) {
    left: 1rem;
    bottom: 1rem;
}

.goujia .slider-body3 .rl .item:nth-of-type(1).yes::after {
    content: '';
    position: absolute;
    width: 2.55rem;
    height: 2.37rem;
    background: url(https://www.fsg.com.cn/upload/images/t-on.png)no-repeat center;
    background-size: 100%;
    left: -.8rem;
    top: -.7rem;
    z-index: -1;
}

.goujia .slider-body3 .zy .item:nth-of-type(1).yes::after,
.goujia .slider-body3 .jx .item:nth-of-type(1).yes::after {
    content: '';
    position: absolute;
    width: 2.55rem;
    height: 2.37rem;
    background: url(https://www.fsg.com.cn/upload/images/t-on.png)no-repeat center;
    background-size: 100%;
    left: -.8rem;
    top: -.75rem;
    z-index: -1;
}

.goujia .slider-body3 .rl .item:nth-of-type(2).yes::after {
    content: '';
    position: absolute;
    width: 2.5rem;
    height: 2.43rem;
    background: url(https://www.fsg.com.cn/upload/images/t-on3.png)no-repeat center;
    background-size: 100%;
    right: -.65rem;
    top: -.68rem;
    z-index: -1;
}

.goujia .slider-body3 .zy .item:nth-of-type(2).yes::after,
.goujia .slider-body3 .jx .item:nth-of-type(2).yes::after {
    content: '';
    position: absolute;
    width: 2.5rem;
    height: 2.43rem;
    background: url(https://www.fsg.com.cn/upload/images/t-on3.png)no-repeat center;
    background-size: 100%;
    right: -.68rem;
    top: -.8rem;
    z-index: -1;
}

.goujia .slider-body3 .rl .item:nth-of-type(3).yes::after,
.goujia .slider-body3 .zy .item:nth-of-type(3).yes::after,
.goujia .slider-body3 .jx .item:nth-of-type(3).yes::after {
    content: '';
    position: absolute;
    width: 2.49rem;
    height: 2.55rem;
    background: url(https://www.fsg.com.cn/upload/images/t-on1.png)no-repeat center;
    background-size: 100%;
    right: -.7rem;
    bottom: -.75rem;
    z-index: -1;
}

.goujia .slider-body3 .rl .item:nth-of-type(4).yes::after {
    content: '';
    position: absolute;
    width: 2.46rem;
    height: 2.59rem;
    background: url(https://www.fsg.com.cn/upload/images/t-on4.png)no-repeat center;
    background-size: 100%;
    left: -.88rem;
    bottom: -.78rem;
    z-index: -1;
}

.goujia .slider-body3 .zy .item:nth-of-type(4).yes::after,
.goujia .slider-body3 .jx .item:nth-of-type(4).yes::after {
    content: '';
    position: absolute;
    width: 2.46rem;
    height: 2.59rem;
    background: url(https://www.fsg.com.cn/upload/images/t-on4.png)no-repeat center;
    background-size: 100%;
    left: -.78rem;
    bottom: -.78rem;
    z-index: -1;
}

.goujia .slider-body1 .ld .item:nth-of-type(1).yes::after {
    content: '';
    position: absolute;
    width: 2.43rem;
    height: 2.03rem;
    background: url(https://www.fsg.com.cn/upload/images/l-on1.png)no-repeat center;
    background-size: 100%;
    left: -.93rem;
    bottom: -.83rem;
    z-index: -1;
}

.goujia .slider-body3 .zz .item:nth-of-type(1).yes::after {
    content: '';
    position: absolute;
    width: 2.43rem;
    height: 2.03rem;
    background: url(https://www.fsg.com.cn/upload/images/l-on1.png)no-repeat center;
    background-size: 100%;
    left: -.93rem;
    bottom: -.6rem;
    z-index: -1;
}

.goujia .slider-body1 .ld .item:nth-of-type(2).yes::after {
    content: '';
    position: absolute;
    width: 2.22rem;
    height: 2.18rem;
    background: url(https://www.fsg.com.cn/upload/images/l-on2.png)no-repeat center;
    background-size: 100%;
    right: -.65rem;
    bottom: -.78rem;
    z-index: -1;
}

.goujia .slider-body3 .zz .item:nth-of-type(2).yes::after {
    content: '';
    position: absolute;
    width: 2.22rem;
    height: 2.18rem;
    background: url(https://www.fsg.com.cn/upload/images/l-on2.png)no-repeat center;
    background-size: 100%;
    right: -.65rem;
    bottom: -.7rem;
    z-index: -1;
}

.goujia .slider-body1 .ld .item:nth-of-type(3).yes::after {
    content: '';
    position: absolute;
    width: 1.73rem;
    height: 2.51rem;
    background: url(https://www.fsg.com.cn/upload/images/l-on3.png)no-repeat center;
    background-size: 100%;
    right: -.48rem;
    bottom: -.85rem;
    z-index: -1;
}

.goujia .slider-body3 .zz .item:nth-of-type(3).yes::after {
    content: '';
    position: absolute;
    width: 1.73rem;
    height: 2.51rem;
    background: url(https://www.fsg.com.cn/upload/images/l-on3.png)no-repeat center;
    background-size: 100%;
    right: -.37rem;
    bottom: -.74rem;
    z-index: -1;
}

.goujia .slider-body1 .ld .item:nth-of-type(4).yes::after {
    content: '';
    position: absolute;
    width: 2.6rem;
    height: 1.56rem;
    background: url(https://www.fsg.com.cn/upload/images/l-on4.png)no-repeat center;
    background-size: 100%;
    left: -.7rem;
    bottom: -.38rem;
    z-index: -1;
}

.goujia .slider-body3 .zz .item:nth-of-type(4).yes::after {
    content: '';
    position: absolute;
    width: 2.6rem;
    height: 1.56rem;
    background: url(https://www.fsg.com.cn/upload/images/l-on4.png)no-repeat center;
    background-size: 100%;
    left: -.7rem;
    bottom: -.3rem;
    z-index: -1;
}

.goujia .slider-body1 .ld .item:nth-of-type(5).yes::after {
    content: '';
    position: absolute;
    width: 1.57rem;
    height: 2.67rem;
    background: url(https://www.fsg.com.cn/upload/images/l-on5.png)no-repeat center;
    background-size: 100%;
    left: -.28rem;
    bottom: -1.25rem;
    z-index: -1;
}

.goujia .slider-body3 .zz .item:nth-of-type(5).yes::after {
    content: '';
    position: absolute;
    width: 1.57rem;
    height: 2.67rem;
    background: url(https://www.fsg.com.cn/upload/images/l-on5.png)no-repeat center;
    background-size: 100%;
    left: -.28rem;
    bottom: -1.3rem;
    z-index: -1;
}

.goujia .slider-body1 .zh .item:nth-of-type(1).yes::after {
    content: '';
    position: absolute;
    width: 2.57rem;
    height: 4.78rem;
    background: url(https://www.fsg.com.cn/upload/images/z-on1.png)no-repeat center;
    background-size: 100%;
    left: -.4rem;
    top: -1.98rem;
    z-index: -1;
}

.goujia .slider-body1 .zh .item:nth-of-type(2).yes::after {
    content: '';
    position: absolute;
    width: 2.51rem;
    height: 4.76rem;
    background: url(https://www.fsg.com.cn/upload/images/z-on2.png)no-repeat center;
    background-size: 100%;
    right: -.28rem;
    top: -1.98rem;
    z-index: -1;
}

.goujia .slider-body2 .hy .item:nth-of-type(1).yes::after,
.goujia .slider-body3 .xc .item:nth-of-type(1).yes::after {
    content: '';
    position: absolute;
    width: 2.33rem;
    height: 1.74rem;
    background: url(https://www.fsg.com.cn/upload/images/y-on1.png)no-repeat center;
    background-size: 100%;
    left: -.9rem;
    top: -.35rem;
    z-index: -1;
}

.goujia .slider-body2 .hy .item:nth-of-type(2).yes::after {
    content: '';
    position: absolute;
    width: 1.9rem;
    height: 1.83rem;
    background: url(https://www.fsg.com.cn/upload/images/y-on2.png)no-repeat center;
    background-size: 100%;
    right: -.6rem;
    top: -.45rem;
    z-index: -1;
}

.goujia .slider-body3 .xc .item:nth-of-type(2).yes::after {
    content: '';
    position: absolute;
    width: 1.9rem;
    height: 1.83rem;
    background: url(https://www.fsg.com.cn/upload/images/y-on2.png)no-repeat center;
    background-size: 100%;
    right: -.6rem;
    top: -.68rem;
    z-index: -1;
}

.goujia .slider-body2 .hy .item:nth-of-type(3).yes::after,
.goujia .slider-body3 .xc .item:nth-of-type(3).yes::after {
    content: '';
    position: absolute;
    width: 1.46rem;
    height: 2.23rem;
    background: url(https://www.fsg.com.cn/upload/images/y-on3.png)no-repeat center;
    background-size: 100%;
    right: -.28rem;
    bottom: -.44rem;
    z-index: -1;
}

.goujia .slider-body2 .hy .item:nth-of-type(4).yes::after {
    content: '';
    position: absolute;
    width: 2.33rem;
    height: 1.74rem;
    background: url(https://www.fsg.com.cn/upload/images/y-on4.png)no-repeat center;
    background-size: 100%;
    left: -.42rem;
    bottom: -.36rem;
    z-index: -1;
}

.goujia .slider-body3 .xc .item:nth-of-type(4).yes::after {
    content: '';
    position: absolute;
    width: 2.33rem;
    height: 1.74rem;
    background: url(https://www.fsg.com.cn/upload/images/y-on4.png)no-repeat center;
    background-size: 100%;
    left: -.65rem;
    bottom: -.36rem;
    z-index: -1;
}

.goujia .slider-body2 .hy .item:nth-of-type(5).yes::after,
.goujia .slider-body3 .xc .item:nth-of-type(5).yes::after {
    content: '';
    position: absolute;
    width: 1.96rem;
    height: 1.83rem;
    background: url(https://www.fsg.com.cn/upload/images/y-on5.png)no-repeat center;
    background-size: 100%;
    left: -.62rem;
    top: -.24rem;
    z-index: -1;
}

.goujia .slider-body2 .hy .item:nth-of-type(6).yes::after,
.goujia .slider-body3 .xc .item:nth-of-type(6).yes::after {
    content: '';
    position: absolute;
    width: 1.46rem;
    height: 2.23rem;
    background: url(https://www.fsg.com.cn/upload/images/y-on6.png)no-repeat center;
    background-size: 100%;
    left: -.3rem;
    top: -.34rem;
    z-index: -1;
}

.goujia .circle-con {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #f5f7fa;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 6;
}

.goujia .circle-con::after {
    content: '';
    width: 7.6rem;
    height: 7.6rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-color: #FFF;
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.goujia .circle-con .card {
    position: absolute;
    z-index: 9;
}

.goujia .circle-con .card .text {
    margin-top: .1rem;
    z-index: 9;
}

.goujia .circle-con .card .img {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, .05);
}

.goujia .circle-con .card .img::after {
    content: '';
    position: absolute;
    width: .21rem;
    height: .58rem;
    background: url(https://www.fsg.com.cn/upload/images/d3.png)no-repeat;
    background-size: 100%;
}

.goujia .hy .card:nth-child(1) {
    left: 4.2rem;
    top: -.3rem;
}

.goujia .hy .card:nth-child(1) .img::after {
    top: 1.95rem;
}

.goujia .hy .card:nth-child(2) {
    right: 1.6rem;
    top: .5rem;
}

.goujia .hy .card:nth-child(2) .img::after {
    top: 1.55rem;
    left: -.35rem;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.goujia .hy .card:nth-child(3) {
    right: 0rem;
    top: 2.7rem;
}

.goujia .hy .card:nth-child(3) .img::after {
    top: .9rem;
    left: -.6rem;
    transform: rotate(65deg);
    -webkit-transform: rotate(65deg);
    -moz-transform: rotate(65deg);
    -ms-transform: rotate(65deg);
    -o-transform: rotate(65deg);
}

.goujia .hy .card:nth-child(4) {
    right: 0rem;
    top: 5.5rem;
}

.goujia .hy .card:nth-child(4) .img::after {
    top: .2rem;
    left: -.6rem;
    transform: rotate(105deg);
    -webkit-transform: rotate(105deg);
    -moz-transform: rotate(105deg);
    -ms-transform: rotate(105deg);
    -o-transform: rotate(105deg);
}

.goujia .hy .card:nth-child(5) {
    right: 1.4rem;
    bottom: .4rem;
}

.goujia .hy .card:nth-child(5) .img::after {
    top: -.5rem;
    left: -.1rem;
    transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    -moz-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    -o-transform: rotate(140deg);
}

.goujia .hy .card:nth-child(6) {
    right: 4.2rem;
    bottom: -.5rem;
}

.goujia .hy .card:nth-child(6) .img::after {
    top: -.7rem;
    left: .6rem;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.goujia .hy .card:nth-child(7) {
    left: 1.4rem;
    bottom: .4rem;
}

.goujia .hy .card:nth-child(7) .img::after {
    top: -.3rem;
    right: -.3rem;
    transform: rotate(240deg);
    -webkit-transform: rotate(240deg);
    -moz-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    -o-transform: rotate(240deg);
}

.goujia .hy .card:nth-child(8) {
    left: 0rem;
    top: 5.5rem;
}

.goujia .hy .card:nth-child(8) .img::after {
    top: -.1rem;
    right: -.4rem;
    transform: rotate(250deg);
    -webkit-transform: rotate(250deg);
    -moz-transform: rotate(250deg);
    -ms-transform: rotate(250deg);
    -o-transform: rotate(250deg);
}

.goujia .hy .card:nth-child(9) {
    left: 0rem;
    top: 2.7rem;
}

.goujia .hy .card:nth-child(9) .img::after {
    top: .7rem;
    right: -.5rem;
    transform: rotate(290deg);
    -webkit-transform: rotate(290deg);
    -moz-transform: rotate(290deg);
    -ms-transform: rotate(290deg);
    -o-transform: rotate(290deg);
}

.goujia .hy .card:nth-child(10) {
    left: 1.6rem;
    top: .5rem;
}

.goujia .hy .card:nth-child(10) .img::after {
    top: 1.4rem;
    right: -.1rem;
    transform: rotate(330deg);
    -webkit-transform: rotate(330deg);
    -moz-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    -o-transform: rotate(330deg);
}

.goujia .fl-con .none1 {
    display: none;
    height: 100%;
    width: 100%;
}

.goujia .fl-con .fl-con1 .card:nth-child(1) {
    left: 4.2rem;
    top: -.3rem;
}

.goujia .fl-con .fl-con1 .card:nth-child(1) .img::after {
    top: 1.95rem;
}

.goujia .fl-con .fl-con1 .card:nth-child(2) {
    right: -.15rem;
    top: 4rem;
}

.goujia .fl-con .fl-con1 .card:nth-child(2) .img::after {
    top: .5rem;
    left: -.55rem;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.goujia .fl-con .fl-con1 .card:nth-child(3) {
    left: 4.3rem;
    bottom: -.6rem;
}

.goujia .fl-con .fl-con1 .card:nth-child(3) .img::after {
    top: -.8rem;
    left: .6rem;
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.goujia .fl-con .fl-con1 .card:nth-child(4) {
    left: -.15rem;
    top: 4rem;
}

.goujia .fl-con .fl-con1 .card:nth-child(4) .img::after {
    top: .5rem;
    right: -.55rem;
    transform: rotate(-88deg);
    -webkit-transform: rotate(-88deg);
    -moz-transform: rotate(-88deg);
    -ms-transform: rotate(-88deg);
    -o-transform: rotate(-88deg);
}

.goujia .fl-con .fl-con2 .card:nth-child(1) {
    left: 4.2rem;
    top: -.3rem;
}

.goujia .fl-con .fl-con2 .card:nth-child(1) .img::after {
    top: 1.95rem;
}

.goujia .fl-con .fl-con2 .card:nth-child(2) {
    right: .4rem;
    bottom: 1.6rem;
}

.goujia .fl-con .fl-con2 .card:nth-child(2) .img::after {
    top: -.2rem;
    left: -.5rem;
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    -moz-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    -o-transform: rotate(120deg);
}

.goujia .fl-con .fl-con2 .card:nth-child(3) {
    left: .4rem;
    bottom: 1.6rem;
}

.goujia .fl-con .fl-con2 .card:nth-child(3) .img::after {
    top: -.2rem;
    right: -.5rem;
    transform: rotate(-120deg);
    -webkit-transform: rotate(-120deg);
    -moz-transform: rotate(-120deg);
    -ms-transform: rotate(-120deg);
    -o-transform: rotate(-120deg);
}

.youshi ul {
    margin-top: 0.9rem;
}

.youshi li {
    width: 2.5rem;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, .05);
    height: 3.2rem;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.youshi li .tit {
    margin-top: 0.4rem;
      font-weight: bold;
}

.youshi li .txt {
    margin-top: 0.2rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height:1.5;
	height:4.5em;
}
.youshi li:hover .txt{height: auto;
    display: block;}
.youshi .icon {
    position: absolute;
    left: 50%;
    bottom: 0.3rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: 0.7rem;
}

.youshi .icon img {
    width: .7rem;
}

.jiazhi {
    margin-bottom: 1.2rem;
    margin-top: .9rem;
}

.jiazhi .pic {
    border-radius: .15rem;
    -webkit-border-radius: .15rem;
    -moz-border-radius: .15rem;
    -ms-border-radius: .15rem;
    -o-border-radius: .15rem;
    overflow: hidden;
    width: 7.2rem;
}

.jiazhi .pic img {
    width: 100%;
}

.jiazhi .txt {
    margin-right: .6rem;
}

@media (min-width:1025px) {
    .dongtai .item:hover img,
    .chanpin .item:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .dongtai .item:hover .mark {
        height: 100%;
        background-image: linear-gradient(rgba(16, 157, 226, 0), rgba(16, 157, 226, 1));
    }
  .dongtai .item:hover .txt>div{display:none}
    .dongtai .item:hover .txt p {
        display: block;
        opacity: 1;
    }
    .chanpin .item:hover .text-content {
        background-image: linear-gradient(45deg, #1d82d6, #02b4ee);
        color: #FFF;
    }
    .chanpin .item:hover:nth-child(1) .icon {
       background-position: bottom;
    }
    .chanpin .item:hover:nth-child(2) .icon {
        background-position: bottom;
    }
    .chanpin .item:hover:nth-child(3) .icon {
        background-position: bottom;
    }
    .goujia li:nth-child(1) .card:hover {
        color: #FFF;
        background-image: linear-gradient( #02b4ee, #1d82d6);
    }
    .goujia li:nth-child(2) .card:hover {
        color: #FFF;
        background-image: linear-gradient(#51d3f8, #05b0e8);
    }
    .goujia li:nth-child(3) .card:hover {
        color: #FFF;
        background-image: linear-gradient(#cea874, #ae8c5b);
    }
    .youshi li:hover {
        width: 3.4rem;
        height: 4.45rem;
    }
    .youshi li:hover .tit {
        height: 1.45rem;
        background: url(https://www.fsg.com.cn/upload/images/tbg.jpg)no-repeat center;
        background-size: cover;
        font-size: 0.3rem;
        width: 100%;
        margin-top: 0;
        line-height: 1.45rem;
        color: #FFF;
        font-size: .3rem;
    }
}

@media (max-width:1199px) {
    .chanpin .item .pic img {
        display: none;
    }
    .chanpin .item .pic {
        height: 4.2rem;
    }
    .chanpin .item .text-content {
        width: 75%;
        height: auto;
        padding-bottom: .4rem;
    }
    .chanpin .item .icon {
        width: .8rem;
        height: .8rem;
    }
    .goujia li .tit {
        height: 1rem;
    }
    .goujia li .card {
        line-height: 1.3;
        height: 3.5rem;
    }
    .youshi li {
        width: 48%;
        height: auto;
        flex-flow: nowrap;
        padding: 0.4rem 0.5rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }
    .youshi li .tit {
        margin-top: 0;
        text-align: left;
    }
    .youshi li:nth-child(2),
    .youshi li:nth-child(4) {
        height: 5.2rem;
    }
    .youshi li .txt {
        padding: 0;
    }
    .youshi li:nth-child(3) {
        width: 48%;
        height: auto;
    }
    .youshi li:nth-child(3) .tit {
        background: none;
        height: auto;
        color: #333;
        justify-content: flex-start;
    }
    .youshi li:nth-child(3) .txt {
        margin-top: 0.2rem;
    }
    .youshi .icon {
        width: 1rem;
        order: 1;
        position: inherit;
        bottom: auto;
        left: auto;
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        margin-right: 0.4rem;
    }
    .youshi .con {
        flex: 1;
        order: 2;
    }
    .youshi li:nth-child(2),
    .youshi li:nth-child(4) {
        height: auto;
    }
    .youshi .icon img {
        width: .9rem;
    }
    .jiazhi .pic {
        width: 9rem;
    }
}

@media (max-width:950px) {
    .youshi .container{ 
        height: auto;
    }
    .chanpin .item .text-content {
        width: 80%;
    }
    .goujia li .tit {
        height: 1.2rem;
    }
    .goujia li .card {
        height: 4.5rem;
    }
    .goujia li .tit::after {
        border-left: .2rem transparent solid;
        border-right: .2rem transparent solid;
        border-top: .2rem transparent solid;
        bottom: -.2rem;
    }
    .youshi .icon img {
        width: 1.2rem;
    }
}

@media (max-width:767px) {
    .youshi .icon img {
        width: 1.4rem;
    }
    .jiazhi .pic {
        width: 100%;
        order: 1;
    }
    .jiazhi .txt {
        margin-right: 0;
        order: 2;
        margin-top: .6rem;
    }
  .goujia .content { display:none;}
}

@media (max-width:480px) {
    .dongtai .item .txt {
        padding: .4rem;
    }
    .chanpin .item {
        width: 100%;
        padding-bottom: 2rem;
    }
    .chanpin .item .pic {
        height: 12rem;
    }
    .chanpin .item .icon {
        width: 1.8rem;
        height: 1.8rem;
    }
    .chanpin .item .text-content {
        padding: .8rem;
    }
    .goujia li {
        width: 100%;
    }
    .goujia li .tit {
        height: 2rem;
    }
    .goujia li .card {
        height: 9.5rem;
    }
    .goujia li .tit::after {
        border-left: .4rem transparent solid;
        border-right: .4rem transparent solid;
        border-top: .4rem transparent solid;
        bottom: -.4rem;
    }
    .goujia .pic img {
        max-width: 100%;
    }
    .goujia li .card {
        margin-right: .6rem;
    }
    .goujia li .text-content {
        margin-top: .6rem;
    }
    .youshi li {
        padding: 0.6rem 0.7rem;
    }
    .youshi li,
    .youshi li:nth-child(3) {
        width: 100%;
    }
    .youshi li .tit {
        line-height: 1.5;
    }
    .youshi .icon {
        width: 2.8rem;
        margin-right: 0.6rem;
    }
    .youshi .icon img {
        width: 2.8rem;
    }
}