.head-page .item:nth-child(5)>a span {
    color: #E5222A;
}

.head-page .item:nth-child(5)>a::after {
    transform: scale(1);
    opacity: 1;
}

.quality-page01 .list {
    height: 429px;
    width: 47.9%;
    margin-right: 4.2%;
}

.quality-page01 .list:nth-child(2n) {
    margin-right: 0;
}

.quality-page01 .list .list-advice::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transition: all .4s;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-100%);
}

.list-advice {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 90px 0 60px;
    box-sizing: border-box;

}

.quality-page01 .list .icon {
    width: 110px;
    height: 110px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.quality-page01 .list .icon img {
    transition: all .4s;
}

.quality-page01 .list .icon .h-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.quality-page01 .list .tit {
    margin: 27px 0 12px;
    position: relative;
    z-index: 3;
}

.quality-page01 .list .desc {
    max-width: 360px;
    text-align: center;
    position: relative;
    z-index: 3;
}



.quality-page02 {
    background: url(../img/quality-bg02.png) no-repeat center/cover;
}

.quality-page02 .list {
    width: 31.1%;
    margin-right: 3.35%;
    text-align: center;
}

.quality-page02 .list .img {
    overflow: hidden;
}

.quality-page02 .list img {
    transition: all .4s;
}

.quality-page02 .list:nth-child(3n) {
    margin-right: 0;
}

.quality-page02 .list .text {
    padding: 20px 0;
    box-sizing: border-box;
}

.quality-page02 .swiper-container {
    padding-bottom: 34px;
}

.quality-page02 .swiper-pagination {
    bottom: 0;
}

.quality-page02 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #FF0000;
    border-radius: 6px;
    opacity: 1;
    background: transparent;
}

.quality-page02 .swiper-pagination-bullet-active {
    background: #FF0000;
}


@media only screen and (min-width: 960px) {
    .quality-page01 .list:hover .list-advice::before {
        transform: translateX(0);
    }

    .quality-page01 .list:hover .h-img {
        opacity: 1;
    }

    .quality-page01 .list:hover .p-img {
        opacity: 0;
    }

    .quality-page02 .list:hover img {
        transform: scale(1.08);
    }

    .quality-page02 .list:hover .text {
        color: #E72E36;
    }
}


@media only screen and (max-width: 1280px) {
    .quality-page01 .list {
        height: 405px;
    }

    .quality-page01 .list .icon {
        width: 100px;
        height: 100px;
    }

    .list-advice {
        padding: 85px 0 60px;
    }

}

@media only screen and (max-width: 1024px) {
    .list-advice {
        padding: 65px 15px 45px;
    }

    .quality-page01 .list {
        height: 365px;
    }

    .quality-page01 .list .icon {
        width: 85px;
        height: 85px;
    }
}


@media only screen and (max-width: 768px) {
    .quality-page01 .list {
        width: 100%;
        height: 342px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .quality-page01 .list:last-child {
        margin-bottom: 0;
    }

    .quality-page01 .list .icon {
        width: 75px;
        height: 75px;
    }

    .quality-page02 .list {
        width: 48%;
        margin-right: 4%;
    }

    .quality-page02 .list:nth-child(3n) {
        margin-right: 4%;
    }

    .quality-page02 .list:nth-child(2n) {
        margin-right: 0;
    }

    .quality-page02 .list .text {
        padding: 15px 0;
    }

    .quality-page02 .swiper-container {
        padding-bottom: 20px;
    }
}