.closestyle255731{ font-size:12px;color:#333333;text-decoration: none ;}

.flex {
    display: flex;
    justify-content: space-between;}
.swiper-slide a {
    width: 24%;
    display: block;}
   .imgBox {
        
        position: relative;
        overflow: hidden;
        isolation: isolate
    ;}



    .imgBox img {
          width: 286px;
    height: 112px;}

    .homeg {
        position: relative;}



    .homeg .swiBtn .prev {
        left: -30px;}

    .homeg .swiBtn .next {
        right: -30px;}

    .swiBtn a {
        display: block;
        width: 11px;
        height: 25px;
        background-position: center;
        background-size: 100%;
        background-repeat: no-repeat;
        position: absolute;
        top: 50%;
        z-index: 5;
        transform: translateY(-50%);}

    .swiBtn a.prev {
        background-image: url(img/left.png);}

    .swiBtn a.next {
        background-image: url(img/right.png);}

