.main-margin-bottom {
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.picScroll-left {
    overflow: hidden;
    position: relative;
    height: 170px;
}

.picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    background: #f4f4f4;
    padding: 0 10px;
}

.picScroll-left .hd .next {
    background-position: 0 -50px;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    float: right;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
}

.picScroll-left .hd ul li.on {
    background-position: 0 0;
}

.picScroll-left .bd {
    width: 1060px;
    height: 100%;
    margin: 0 auto;
    overflow-x: hidden;
}

.picScroll-left .bd ul {
    zoom: 1;
}

.picScroll-left .bd ul li {
    text-align: center;
    overflow: hidden;
    padding: 0 28px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-flow: column;
    align-items: center;
}

.picScroll-left .bd ul li .pic {
    text-align: center;
    width: 100%;
    display: inline-block;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.picScroll-left .bd ul li .pic img {
    width: 60px;
    height: 60px;
    display: block;
    padding: 2px;
    /* border: 1px solid #ccc; */
}

.picScroll-left .bd ul li .pic a:hover img {
    border-color: #999;
}

.picScroll-left .bd ul li .title {
    line-height: 24px;
    font-size: 14px;
    margin-top: 16px;
}

.pic {
    height: auto;
}

.picScroll-left .swiper-button-prev {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    /* background: url(../image/crc_index_left_btn.png) no-repeat; */
    background: url(../image/leftarrow.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20.5px;
}

.picScroll-left .swiper-button-prev:hover {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../image/myleftarrowhover.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -20.5px;
}

.picScroll-left .swiper-button-next {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../image/myrightarrow.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20.5px;
}

.picScroll-left .swiper-button-next:hover {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    background: url(../image/myrightarrowhover.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20.5px;
}

.picScroll-left .bd ul li .title a {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: justify;
    font-style: normal;
    text-decoration: none;
}


/*
  产品轮播部分样式复写
 */

.picScroll-left .bd ul li.swiper-slide-thumb-active::after {
    width: 100%;
    height: 5px;
    background: #F7B334;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.picScroll-left .bd ul li.swiper-slide-thumb-active .title a {
    color: #CE292E;
}

.picScroll-left .bd ul li .pic {
    height: 94px;
}

.picScroll-left .bd ul li .pic img {
    width: 60px;
    height: 60px;
    padding: 2px;
    opacity: 1;
    z-index: 1;
}

.picScroll-left .bd ul li .pic img.ahoversimg {
    width: 60px;
    height: 60px;
    display: block;
    padding: 2px;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
}

.picScroll-left .bd ul li.swiper-slide-thumb-active .pic img.ahoversimg {
    opacity: 1;
    z-index: 2;
    visibility: visible;
    position: relative;
}

.picScroll-left .bd ul li.swiper-slide-thumb-active .pic img.defaultimg {
    display: none;
}

.picScroll-left .bd ul li.swiper-slide-thumb-active::after {
    width: 100%;
    height: 5px;
    background: #CE292E;
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 10px;
    left: 0;
}


/*hover 样式 优化*/

.productlist .picScroll-left .bd ul li.hover-active .pic img.ahoversimg {
    opacity: 1;
    z-index: 2;
    visibility: visible;
    position: relative;
}

.productlist .picScroll-left .bd ul li.hover-active .pic img.defaultimg {
    display: none;
}