img {
    width: 100%;
}

body {
    background-color: #fff;
}

.page-group {
    background: url(/static/img/bg_5.png) right top repeat-y;
    background-size: 100% auto;
    padding-bottom: 8rem;
}

.page2 .page-wrap {
    padding-top: 4.375rem;
}

.page2 .page-wrap .content-title {
    padding-bottom: 3.25rem;
}

.page2 .page-content {
}

.page2 .content-list {
}

.page2 .content-list .list-item {
    border-radius: 0.4rem;
    overflow: hidden;
}

.page2 .content-list .list-item a {
    padding: 2rem 2.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-right: 8.8rem;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list .list-item a .swap {
    position: absolute;
    right: 2.5rem;
    color: #fff;
    font-size: 2rem;
    background-size: auto 100%;
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list .list-item a .item-l {
    padding-right: 3rem;
}

.page2 .content-list .list-item a .item-l h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #439345;
    line-height: 2.375rem;
    font-family: Oswald;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list .list-item a .item-l p {
    font-size: 10px;
    color: #B3CCD8;
    line-height: 12px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list .list-item a .item-l i {
    display: block;
    width: 3rem;
    height: 2px;
    background: #B3CCD8;
    border-radius: 2px;
    margin-top: 2rem;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list .list-item a .item-r {
    flex: 1;
}

.page2 .content-list .list-item a .item-r h2 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #333333;
    line-height: 1.75rem;
    margin-bottom: 0.6rem;
    max-height: 1.75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list .list-item a .item-r p {
    font-size: 1rem;
    font-weight: 400;
    color: #666;
    line-height: 1.5rem;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out;
}

.page2 .content-list .list-item a:hover {
    background: #439345;
    border-bottom-color: #439345;
}

.page2 .content-list .list-item a:hover h2 {
    color: #fff;
}

.page2 .content-list .list-item a:hover p {
    color: #fff;
}

.page2 .content-list .list-item a:hover .item-r p {
    opacity: 0.7;
}

.page2 .content-list .list-item a:hover .item-l p {
    opacity: 0.5;
}

.page2 .content-list .list-item a:hover .item-l i {
    background-color: #fff;
}

.page2 .content-list .list-item a:hover .swap {
    opacity: 1;
}

.page3 {
}

.page3 .page-wrap {
    padding-top: 6.4rem;
}

.page3 .page-wrap .content-title {
    padding-bottom: 4.2rem;
}

.page3 .page-content {
    position: relative;
}

.page3 .page-content-wrap {
    /* width: 90%; */
    margin: 0 auto;
    width: 90%;
    position: relative;
}

.page3 .page-content .swiper {
    overflow: hidden;
    padding: 1px;
    width: 100%;
}

.page3 .page-content .swiper-slide {
}

.page3 .page-content .swiper-slide .slide-wrap {
    width: 80%;
    margin: 0 auto;
    padding: 3.125rem 3rem 2rem;
    border: 1px solid rgba(67, 147, 69, 1);
    background: #fff;
    border-radius: 0.6rem;
    transition: all 0.3s ease-in-out;
}

.page3 .page-content .swiper-slide .slide-icon {
    font-size: 3rem;
    color: #439345;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 3.3rem;
    transition: all 0.3s ease-in-out;
}

.page3 .page-content .swiper-slide .slide-icon i {
}

.page3 .page-content .swiper-slide .slide-content {
    margin-bottom: 3.4rem;
}

.page3 .page-content .swiper-slide .slide-content p {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.7rem;
    color: #333;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
}

.page3 .page-content .swiper-slide .slide-download {
    text-align: center;
}

.page3 .page-content .swiper-slide .slide-download a {
    font-size: 2.5rem;
    color: #439345;
    font-weight: 500;
    margin: 0 auto;
    display: inline;
    transition: all 0.3s ease-in-out;
}

.page3 .page-content .swiper-slide .slide-wrap:hover {
    background-color: #439345;
}

.page3 .page-content .swiper-slide .slide-wrap:hover .slide-icon,
.page3 .page-content .swiper-slide .slide-wrap:hover p,
.page3 .page-content .swiper-slide .slide-wrap:hover a {
    color: #fff;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    color: #439345;
    font-size: 3rem;
}

.swiper-button-prev {
    left: -3rem;
}

.swiper-button-next {
    right: -3rem;
}

.page2.page4 .page-content .swiper-button-prev, .page2.page4 .page-content .swiper-button-next {
    position: absolute;
    top: 89%;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    margin: .25rem 20rem;
    bottom: 0rem;
    /* background-color: rgba(235, 244, 235, .25); */
    border: .125rem solid var(--swiper-navigation-color, var(--green));
    transition: all 0.3s ease-in;
    line-height: 47px;
    color: var(--swiper-navigation-color, var(--green));
}

.page2.page4 .page-content .swiper-button-prev::after, .page2.page4 .page-content .swiper-button-next::after {
    font-size: 1.5rem;
}

.page2 .page-wrap {
    padding-top: 8.45rem;
}

.page2 .page-wrap .content-title {
}

.page4 .swiper-container {
    padding-bottom: 3rem;
    background: none;
}

.page4 .swiper-container .swiper-pagination {
    bottom: 1rem;
}

.page4 .swiper-container .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
    min-width: 8px;
    min-height: 8px;
    background-color: #139F47;
    margin: 0 0.75rem;
}

@media screen and (max-width: 768px) {
    .page2 .content-list .list-item a .item-r h2 {
        font-size: 1.4rem;
        line-height: 2.4rem;
        max-height: 2.4rem;
    }

    .page2 .content-list .list-item a .item-r p {
        font-size: 1.2rem;
        line-height: 1.8rem;
        max-height: auto;
        word-break: break-all;
    }

    .page3 .page-content .swiper-slide .slide-wrap {
        padding: 2rem 1rem 2rem;
    }
}

@media screen and (max-width: 576px) {
    .page2 .content-list .list-item a {
        padding-right: 6rem;
    }

    .paging-wrap span,
    .paging-wrap a,
    .paging-wrap span button,
    .paging-wrap span input {
        margin: 0 0.4rem;
    }

    .paging-wrap a:first-child {
        margin-left: 0;
    }

    .paging-wrap span.jump,
    .paging-wrap span button {
        margin-right: 0;
    }
}

@media screen and (max-width: 415px) {
    .page2 .content-list .list-item a {
        padding: 1rem 2rem;
    }

    .page2 .content-list .list-item a:hover .swap {
        display: none;
    }

    .page2 .content-list .list-item a .item-r {
        width: calc(100% - 80px);
    }
}