.section3 {
    padding: 85px 0;
}

.section3 .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section3 .title .h1 {
    font-size: 40px;
    line-height: 1;
    color: #333;
}

.section3 .title .h2 {
    font-size: 22px;
    line-height: 1;
    color: #999;
    text-transform: uppercase;
    font-family: arial;
    margin-top: 15px;
}

.box3Swiper {
    position: relative;
    margin-top: 65px;
    padding-bottom: 180px;
}

.box3Slide {
    position: relative;
    display: flex;
    justify-content: center;
}

.box3Slide a {
    display: inline-block;
    width: 100%;
    max-width: 345px;
    padding: 30px 40px;
    background: #fff;
    border: 1px solid #E6E6E6;
    position: relative;
    top: 0;
    transition: all .3s;
}

.box3Slide a:hover {
    top: 65px;
    box-shadow: 0 0 40px #e6e6e6;
    transition: all .3s;
}

.box3Slide .new {
    position: absolute;
    top: 25px;
    left: 20px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px;
    background: #000;
    color: #fff;
}

.box3Slide .cp {
    width: 100%;
}

.box3Slide .text {
    margin-top: 30px;
    padding-top: 20px;
    padding-right: 20px;
    border-top: 1px solid #E6E6E6;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.box3Slide .text img {
    position: relative;
    right: -15px;
}

.section3 .swiper-pagination {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section3 .swiper-pagination span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    opacity: 1;
    border: 1px solid #000;
    border-radius: 100%;
    background: initial;
}

.section3 span.swiper-pagination-bullet-active {
    background: #000;
}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {}

@media (max-width: 1200px) {
    .box3Swiper {
        padding-bottom: 80px;
    }
}

@media (max-width: 992px) {}

@media (max-width: 750px) {
    .section3 {
        padding: 0.8rem 0;
    }

    .section3 .title .h1 {
        font-size: .4rem;
        font-weight: bold;
    }

    .section3 .title .h2 {
        font-size: .28rem;
        margin-top: 0.3rem;
    }

    .box3Swiper {
        margin-top: 0.6rem;
    }

    .box3Slide a {
        padding: 0.4rem;
    }

    .box3Slide .cp {
        width: 100%;
        height: 5rem;
        padding: 0.3rem 0;
        margin: 0 auto;
        display: block;
    }

    .box3Slide .text {
        margin-top: 0.2rem;
        padding-top: 0.2rem;
    }
}