.company{
    background: url(../images/zzry_body.jpg) right bottom no-repeat;
}
.company .a{
    padding-top: 0;
}

.bd .mySwiper2{
    margin-bottom: 64px;
}
.bd .mySwiper1{
    padding-bottom: 73px;
}
.bd .mySwiper1 .swiper-slide{
    /* width: 108px; */
    /* height: 153px; */
}
.bd .mySwiper2 .swiper-slide{
    /* width: 395px; */
    /* height: 588px; */
}
.bd .mySwiper2 .swiper-slide img,.bd .mySwiper1 .swiper-slide img{
    width: 100%;
    /* height: 100%; */
}
.bd .swiper-button-next,.bd .swiper-button-prev{color: #CCCED3;}
.bd .mySwiper2 .swiper{
    position: relative;
}
.bd .mySwiper2 .swiper-button-next:after,.bd .mySwiper2  .swiper-button-prev:after{
    display: none;
}
.bd .mySwiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.9);
}
.bd .mySwiper2 .swiper-slide-active,.bd .mySwiper2 .swiper-slide-duplicate-active{
    transform: scale(1);
}

@media (max-width:768px){
.company .a .container .l-btn,.company .a .container .r-btn{display: none;}

}