.base-park-pic{
    float: left;
    width: 560px;
    margin-right: 60px;
}
.park-active-img{
    display: block;
    width: 560px;
    height: 420px;
}
.park-pic-content{
    position: relative;
    margin-top: 16px;
}
.park-pic-content:hover .swiper-btn{
    display: block;
}
.swiper-btn{
    display: none;
}
.company-pic-prev{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 92px;
    background: linear-gradient(to right, #FFFFFF, rgba(255, 255, 255, 0));
    cursor: pointer;
}
.company-pic-prev img{
    float: left;
    width: 8px;
    height: 16px;
    margin: 38px 0 38px 10px;
    transform: rotate(180deg);
}
.company-pic-next{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 80px;
    height: 92px;
    background: linear-gradient(to left, #FFFFFF, rgba(255, 255, 255, 0));
    cursor: pointer;
}
.company-pic-next img{
    float: right;
    width: 8px;
    height: 16px;
    margin: 38px 0 38px 10px;
}
.company-pic-swiper{
    height: 92px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.company-pic-swiper img{
    display: block;
    width: 120px;
    height: 90px;
    border: 1px solid #EDEDED;
    box-shadow: 0px 2px 4px 0px rgba(31, 108, 221, 0.12);
}
.company-pic-swiper .swiper-slide-active img {
    border: 1px solid #1F6CDD;
}