.index-page .box5 .tit {
    padding-top: 5%;
}
.index-page .box5 .width > p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #5a927d;
    margin: 10px 0 25px
}
.index-page .box5 .picMarquee-left, .index-page .box5 .picMarquee-right {
    width: 100%;
    overflow: hidden;
}
.index-page .box5 .picMarquee-left li, .index-page .box5 .picMarquee-right li {
    float: left;
}

@media only screen and (min-width: 1400px){
.index-page .box5 .picMarquee-left .pic, .index-page .box5 .picMarquee-right .pic {
    width: 200px;
    height: 110px;
    background: #fff;
    box-shadow: 0 0 20px rgba(28, 95, 162, .2);
    border-radius: 10px;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

}

@media screen and (max-width: 1410px){
.index-page .box5 .picMarquee-left .pic, .index-page .box5 .picMarquee-right .pic {
    width: 185px;
    height: 110px;
    background: #fff;
    box-shadow: 0 0 20px rgba(28, 95, 162, .2);
    border-radius: 10px;
    margin: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

}

.index-page .box5 .picMarquee-left img, .index-page .box5 .picMarquee-right img {
    max-width: 80%;
    max-height: 80%
}
@media (max-width:1440px) {
    .index-page .box5 .picMarquee-left li, .index-page .box5 .picMarquee-right li {
        width: 200px
    }
    .index-page .box5 .picMarquee-left .pic, .index-page .box5 .picMarquee-right .pic {
        width: 180px;
        height: 90px;
        margin: 15px 20px
    }
}
@media (max-width:1279px) {
    x-page .box4 .thumb .swiper-slide > img {
        max-width: 50%;
        max-height: 50%;
    }
    .index-page .box5 {
        padding: 50px 0
    }
    .index-page .box5 .tit {
        padding-top: 0
    }
    .index-page .box5 .width > p {
        font-size: 14px;
        line-height: 24px;
        margin: 5px 0 15px
    }
    .index-page .box5 .picMarquee-left li, .index-page .box5 .picMarquee-right li {
        width: 170px
    }
    .index-page .box5 .picMarquee-left .pic, .index-page .box5 .picMarquee-right .pic {
        width: 150px;
        height: 70px;
        box-shadow: 0 0 10px rgba(0, 119, 73, .2);
        border-radius: 5px;
        margin: 10px
    }
    .index-page .box5 .picMarquee-left img, .index-page .box5 .picMarquee-right img {
        max-width: 60%;
        max-height: 60%
    }
}
@media (any-hover:hover) {
    x-page .box4 .swiper-slide:hover .more {
        color: #fff;
        background-color: #007749;
        background-image: url(../image/arrow.png)
    }
    .index-page .box5 .picMarquee-left .pic:hover, .index-page .box5 .picMarquee-right .pic:hover {
        border: 3px solid #1a6dbd
    }
}