.pc-slide {
    width: 640px;
    margin: 40px auto;
}

.view .swiper-container {
    width: 500px;
    height: auto;
}

.view .arrow-left {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}

.view .arrow-right {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -25px;
    width: 28px;
    height: 51px;
    z-index: 10;
}
.view .swiper-container .swiper-wrapper .swiper-slide span {
    width: 500px;
    height: 40px;
    display: block;
    text-align: center;
    background: #ffb604;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.view .zizhi_box {
    padding: 40px;
    width: 418px;
    height:auto;
    border: 1px solid #e1e1e1;
    text-align: center;
}
.view .zizhi_box img {
    width: 244px;
    height: auto;
}


.preview {
    width: 100%;
    margin-top: 80px;
    position: relative;
}

.preview .swiper-container {
    width: 640px;
    height: 200px;
    margin-left: 0;
}

.preview .swiper-slide {
    width: 136px;
    height: 136px;
    border: 1px solid #ffffff;
}
.preview .swiper-container .active-nav {
    border: 1px solid #ffb604;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    position: absolute;
    left: -34px;
    top: 28%;
    width: 16px;
    height: 28px;
    z-index: 10;
}

.preview .arrow-right {
    position: absolute;
    right: -28px;
    top: 34%;
    width: 16px;
    height: 28px;
    z-index: 10;
}
.preview .zizhi_s_box {
    width: 96px;
    height: 96px;
    padding: 20px;
    text-align: center;
}
.preview .zizhi_s_box img {
    width: 80px;
    height: 102px;
}
@media screen and (max-width: 768px){
    .pc-slide {
        width: 100%;
        margin: 20px auto;
    }

    .view .swiper-container {
        width: 375px;
        height: auto;
    }

    .view .arrow-left {
        position: absolute;
        left: 10px;
        top: 50%;
        margin-top: -25px;
        width: 28px;
        height: 51px;
        z-index: 10;
    }

    .view .arrow-right {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -25px;
        width: 28px;
        height: 51px;
        z-index: 10;
    }
    .view .swiper-container .swiper-wrapper .swiper-slide span {
        width: 100%;
        height: 40px;
        display: block;
        text-align: center;
        background: #ffb604;
        line-height: 40px;
        font-size: 16px;
        color: #333;
    }
    .view .zizhi_box {
        padding: 40px;
        width: 240px;
        margin: 0 auto;
        height:auto;
        border: 0px solid #e1e1e1;
        text-align: center;
    }
    .view .zizhi_box img {
        width: 244px;
        height: auto;
    }


    .preview {
        width: 100%;
        margin-top: 80px;
        position: relative;
    }

    .preview .swiper-container {
        width: 375px;
        height: 200px;
        margin: 0 auto;
    }

    .preview .swiper-slide {
        width: 136px;
        height: 136px;
        border: 1px solid #ffffff;
    }
    .preview .swiper-container .active-nav {
        border: 1px solid #ffb604;
    }

    .preview .slide6 {
        width: 82px;
    }

    .preview .arrow-left {
        display: none;
        position: absolute;
        left: -34px;
        top: 28%;
        width: 16px;
        height: 28px;
        z-index: 10;
    }

    .preview .arrow-right {
        display: none;
        position: absolute;
        right: -28px;
        top: 34%;
        width: 16px;
        height: 28px;
        z-index: 10;
    }
    .preview .zizhi_s_box {
        width: 96px;
        height: 96px;
        padding: 20px;
        text-align: center;
    }
    .preview .zizhi_s_box img {
        width: 80px;
        height: 102px;
    }
}
