﻿.content-fresh-wrapper {
}

.content-fresh-title {
    position: relative;
}

    .content-fresh-title i,
    .content-fresh-title span {
        display: block;
        text-align: center;
    }

    .content-fresh-title i {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        color: rgba(29, 131, 199, .15);
        font-size: 26px;
        font-weight: bold;
    }

    .content-fresh-title span {
        padding-top: 10px;
        font-size: 30px;
    }

.content-fresh-box {
    padding: 30px 0;
}

.content-fresh-column {
    margin-bottom: 30px;
}

    .content-fresh-column .title {
        overflow: hidden;
    }

        .content-fresh-column .title div {
            float: left;
            position: relative;
        }

        .content-fresh-column .title.right div {
            float: right;
            position: relative;
        }

        .content-fresh-column .title i,
        .content-fresh-column .title span {
            display: block;
            color: #e0e0e0;
        }

        .content-fresh-column .title i {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            font-size: 100px;
            font-weight: bold;
            text-align: center;
        }

        .content-fresh-column .title span {
            position: relative;
            margin-top: 80px;
            height: 40px;
            line-height: 40px;
            background-color: #fff;
            font-size: 30px;
            z-index: 1;
        }

.content-fresh-number {
    position: relative;
    padding-top: 50px;
    overflow: hidden;
}

    .content-fresh-number .main {
        position: absolute;
        top: 0;
        left: 0;
        padding: 30px;
        bottom: 10px;
        width: 500px;
        background-color: #61bcf5;
    }

        .content-fresh-number .main i,
        .content-fresh-number .main h4,
        .content-fresh-number .main p {
            color: #fff;
        }

        .content-fresh-number .main i,
        .content-fresh-number .main h4 {
            text-align: center;
        }

        .content-fresh-number .main i {
            display: block;
            height: 66px;
            font-size: 50px;
            font-weight: bold;
        }

        .content-fresh-number .main h4 {
            margin: 10px 0;
            height: 28px;
            font-size: 24px;
        }

        .content-fresh-number .main div {
            height: 190px;
            overflow: hidden;
        }

        .content-fresh-number .main p {
            line-height: 32px;
        }

    .content-fresh-number .box {
        float: right;
        padding: 50px 50px 50px 410px;
        width: 1300px;
        background: #000 url('../images/fresh-number-img.jpg') no-repeat center center / cover;
    }

    .content-fresh-number .data {
        overflow: hidden;
    }

    .content-fresh-number .name {
        margin-bottom: 50px;
        padding-bottom: 50px;
        border-bottom: 1px solid #fff;
        color: #fff;
        font-size: 32px;
        text-align: center;
    }

    .content-fresh-number .item {
        float: left;
        width: 280px;
    }

        .content-fresh-number .item i,
        .content-fresh-number .item span {
            display: block;
            color: #fff;
            text-align: center;
        }

        .content-fresh-number .item i {
            margin-bottom: 20px;
            font-size: 50px;
            font-weight: bold;
        }

        .content-fresh-number .item span {
            display: block;
            color: #fff;
            font-size: 28px;
            text-align: center;
        }

.content-fresh-device .item {
    float: left;
    margin-right: 20px;
    width: 345px;
    border: 1px solid #fff;
    cursor: pointer;
}

    .content-fresh-device .item:last-child {
        margin-right: 0;
    }

    .content-fresh-device .item .image {
        height: 365px;
        overflow: hidden;
    }

        .content-fresh-device .item .image i {
            display: block;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            transition: all .2s linear 0s;
        }

    .content-fresh-device .item .info {
        padding: 0 10px;
    }

        .content-fresh-device .item .info h4 {
            padding: 10px 0;
            color: #666;
        }

        .content-fresh-device .item .info div {
            height: 1px;
            background-color: #eee;
        }

            .content-fresh-device .item .info div i {
                display: block;
                width: 0%;
                height: 1px;
                background-color: #b0ddfa;
                transition: all .2s linear 0s;
            }

        .content-fresh-device .item .info p {
            padding: 10px 0;
            color: #999;
        }

    .content-fresh-device .item:hover {
        border-color: #eee;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .05);
    }

        .content-fresh-device .item:hover .image i {
            transform: scale(1.1);
        }

        .content-fresh-device .item:hover .info div i {
            width: 100%;
        }

.content-fresh-course {
    padding: 50px 0;
    background-color: #f7f7f7;
}

    .content-fresh-course .year {
        overflow: hidden;
    }

        .content-fresh-course .year .box {
            float: left;
            width: calc(100% / 7);
        }

            .content-fresh-course .year .box div {
                position: relative;
                overflow: hidden;
            }

            .content-fresh-course .year .box span {
                display: block;
                float: left;
                position: relative;
                padding: 0 10px;
                height: 41px;
                line-height: 41px;
                background-color: #61bcf5;
                color: #fff;
                font-size: 20px;
                font-weight: bold;
                z-index: 1;
            }

            .content-fresh-course .year .box i {
                display: block;
                position: absolute;
                top: 21px;
                left: 0;
                width: 100%;
                height: 1px;
                background-color: #61bcf5;
            }

            .content-fresh-course .year .box:nth-child(7) i {
                display: none;
            }

            .content-fresh-course .year .box p {
                margin-top: 10px;
                padding-right: 20px;
                line-height: 20px;
                color: #666;
            }

            .content-fresh-course .year .box:last-child p {
                padding-right: 0;
            }

    .content-fresh-course .data {
        margin-top: 50px;
    }

        .content-fresh-course .data .tit {
            text-align: center;
        }

            .content-fresh-course .data .tit div {
                display: inline-block;
                position: relative;
            }

                .content-fresh-course .data .tit div span,
                .content-fresh-course .data .tit div i {
                    display: block;
                }

                .content-fresh-course .data .tit div span {
                    position: relative;
                    padding: 0 20px;
                    height: 51px;
                    line-height: 51px;
                    background-color: #61bcf5;
                    color: #fff;
                    font-size: 26px;
                    z-index: 1;
                }

                .content-fresh-course .data .tit div i {
                    display: block;
                    position: absolute;
                    top: 35px;
                    left: -50px;
                    right: -50px;
                    height: 3px;
                    background-color: #d1d1d1;
                }

        .content-fresh-course .data .list {
            margin: 50px auto 0;
            width: 1050px;
            overflow: hidden;
        }

        .content-fresh-course .data .item {
            position: relative;
            float: left;
            width: 350px;
            text-align: center;
        }

            .content-fresh-course .data .item div {
                font-size: 0;
            }

                .content-fresh-course .data .item div > i {
                    display: inline-block;
                    margin-right: 5px;
                    font-size: 56px;
                    font-weight: bold;
                    vertical-align: middle;
                }

                .content-fresh-course .data .item div span {
                    display: inline-block;
                    width: 20px;
                    vertical-align: middle;
                }

                    .content-fresh-course .data .item div span s {
                        font-size: 14px;
                        text-decoration: none;
                    }

                    .content-fresh-course .data .item div span em {
                        font-size: 14px;
                        font-style: normal;
                    }

            .content-fresh-course .data .item p {
                margin-top: 10px;
                color: #666;
                font-size: 18px;
            }

            .content-fresh-course .data .item > i {
                display: block;
                top: 20px;
                right: 0;
                bottom: 20px;
                width: 1px;
                background-color: #61bcf5;
            }

.content-fresh-introduction {
    padding-bottom: 30px;
}

    .content-fresh-introduction .swiper-block,
    .content-fresh-introduction .swiper-container {
        float: left;
        height: 550px;
    }

    .content-fresh-introduction .swiper-block {
        position: relative;
        width: 260px;
    }

    .content-fresh-introduction .swiper-title {
        position: relative;
        margin-top: 221px;
    }

        .content-fresh-introduction .swiper-title .item {
            display: none;
        }

            .content-fresh-introduction .swiper-title .item.active {
                display: block;
            }

            .content-fresh-introduction .swiper-title .item h4,
            .content-fresh-introduction .swiper-title .item i {
                display: block;
                padding: 0 20px;
                height: 54px;
                line-height: 54px;
            }

            .content-fresh-introduction .swiper-title .item h4 {
                background-color: #61bcf5;
                color: #fff;
                font-size: 30px;
            }

            .content-fresh-introduction .swiper-title .item i {
                color: #61bcf5;
                font-size: 18px;
            }

    .content-fresh-introduction .swiper-button {
        position: absolute;
        top: 221px;
        left: 100%;
        width: 54px;
        z-index: 2021;
    }

        .content-fresh-introduction .swiper-button .swiper-button-prev,
        .content-fresh-introduction .swiper-button .swiper-button-next {
            position: static;
            margin: 0;
            width: 54px;
            height: 54px;
            color: #fff;
            opacity: 1;
        }

        .content-fresh-introduction .swiper-button .swiper-button-prev {
            background-color: rgba(0, 0, 0, .8);
        }

        .content-fresh-introduction .swiper-button .swiper-button-next {
            background-color: #61bcf5;
        }

            .content-fresh-introduction .swiper-button .swiper-button-prev::after,
            .content-fresh-introduction .swiper-button .swiper-button-next::after {
                font-size: 28px;
                font-weight: bold;
            }

    .content-fresh-introduction .swiper-pagination {
        padding: 0 20px;
        line-height: 1;
        color: #5e5e5e;
        font-size: 24px;
        text-align: left;
    }

    .content-fresh-introduction .swiper-pagination-current {
        color: #61bcf5;
        font-size: 60px;
    }

    .content-fresh-introduction .swiper-pagination-total {
    }

    .content-fresh-introduction .swiper-container {
        width: 1180px;
    }

    .content-fresh-introduction .swiper-slide .list {
        overflow: hidden
    }

    .content-fresh-introduction .swiper-slide .item {
        float: left;
        position: relative;
        width: 295px;
        height: 275px;
        overflow: hidden;
    }

        .content-fresh-introduction .swiper-slide .item i {
            display: block;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            transition: all .2s linear 0s;
        }

        .content-fresh-introduction .swiper-slide .item div {
            display: flex;
            position: absolute;
            top: 0;
            left: 0;
            padding: 20px;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, .8);
            align-items: center;
            justify-content: center;
        }

            .content-fresh-introduction .swiper-slide .item div p {
                line-height: 25px;
                color: #aaa;
                font-size: 16px;
            }

        .content-fresh-introduction .swiper-slide .item:hover i {
            transform: scale(1.1);
        }

.content-fresh-management .box {
}

.content-fresh-management .item {
    margin-bottom: 50px;
    overflow: hidden;
}

    .content-fresh-management .item .image,
    .content-fresh-management .item .data {
        float: left;
        width: 720px;
    }

    .content-fresh-management .item .image {
        height: 390px;
    }

        .content-fresh-management .item .image i {
            display: block;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

    .content-fresh-management .item .data {
        display: flex;
        margin: 50px 0;
        padding: 80px 0;
        height: 290px;
        background-color: #f7f7f7;
        overflow: hidden;
    }

        .content-fresh-management .item .data .icon,
        .content-fresh-management .item .data .txt {
            display: flex;
            justify-content: center;
            align-items: center
        }

        .content-fresh-management .item .data .icon {
            width: 260px;
            border-right: 1px solid #ccc;
        }

            .content-fresh-management .item .data .icon i,
            .content-fresh-management .item .data .icon span {
                display: block;
            }

            .content-fresh-management .item .data .icon i {
                height: 80px;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: auto 100%;
            }

            .content-fresh-management .item .data .icon span {
                margin-top: 10px;
                color: #9a9a9a;
                font-size: 24px;
            }

        .content-fresh-management .item .data .txt {
            width: 460px;
        }

            .content-fresh-management .item .data .txt p {
                line-height: 27px;
                color: #5e5e5e;
                font-size: 18px;
            }

    .content-fresh-management .item.right .data .icon {
        border-left: 1px solid #ccc;
        border-right: 0 none;
    }

.content-fresh-cert {
    padding: 50px 0;
    background-color: #f7f7f7;
}

    .content-fresh-cert.white {
        margin-bottom: 50px;
        background: #000 url('../images/fresh-cert-img.jpg') no-repeat center center / cover;
    }

    .content-fresh-cert.map {
        margin-bottom: 50px;
        background-color: #fff;
    }

    .content-fresh-cert .title {
        margin-bottom: 50px;
        color: #3b3b3b;
        font-size: 28px;
        text-align: center;
    }

    .content-fresh-cert.white .title {
        color: #fff;
    }

    .content-fresh-cert .image img {
        display: block;
        margin: 0 auto;
    }

.content-fresh-check .swiper-wrapper {
    padding: 10px;
}

.content-fresh-check .swiper-slide {
    transition: all .2s linear 0s;
}

    .content-fresh-check .swiper-slide .image {
        height: 500px;
        overflow: hidden;
    }

        .content-fresh-check .swiper-slide .image i {
            display: block;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
            transition: all .2s linear 0s;
        }

    .content-fresh-check .swiper-slide .txt {
        padding: 20px;
        height: 110px;
        transition: all .2s linear 0s;
    }

        .content-fresh-check .swiper-slide .txt h4 {
            height: 24px;
            font-size: 18px;
            transition: all .2s linear 0s;
        }

        .content-fresh-check .swiper-slide .txt p {
            margin-top: 10px;
            height: 36px;
            line-height: 18px;
            color: #666;
            transition: all .2s linear 0s;
            overflow: hidden;
        }

    .content-fresh-check .swiper-slide:hover {
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, .2);
    }

        .content-fresh-check .swiper-slide:hover .image i {
            transform: scale(1.1);
        }

        .content-fresh-check .swiper-slide:hover .txt {
            background-color: #61bcf5;
        }

            .content-fresh-check .swiper-slide:hover .txt h4,
            .content-fresh-check .swiper-slide:hover .txt p {
                color: #fff;
            }

.content-fresh-check .swiper-block {
    margin-top: 20px;
    text-align: center;
}

.content-fresh-check .swiper-action {
    display: inline-block;
    position: relative;
    padding: 0 44px;
    height: 34px;
}

.content-fresh-check .swiper-button-next,
.content-fresh-check .swiper-button-prev {
    margin-top: 0;
    top: 0;
    width: 34px;
    height: 34px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 100%;
}

.content-fresh-check .swiper-button-next {
    right: 0;
}

.content-fresh-check .swiper-button-prev {
    left: 0;
}

    .content-fresh-check .swiper-button-next::after,
    .content-fresh-check .swiper-button-prev::after {
        color: #ccc;
        font-size: 18px;
    }

.content-fresh-check .swiper-pagination {
    position: static;
    height: 34px;
    white-space: nowrap;
}

.content-fresh-check .swiper-pagination-bullet {
    margin: 0 5px;
    width: 34px;
    height: 34px;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
}

.content-fresh-view {
    position: relative;
    background-color: #e7e7e7;
    overflow: hidden;
}

    .content-fresh-view .image,
    .content-fresh-view .data {
        height: 675px;
    }

    .content-fresh-view .image {
        position: relative;
        width: 60%;
    }

        .content-fresh-view .image i {
            display: block;
            height: 100%;
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }

    .content-fresh-view .data {
        position: absolute;
        top: 0;
        right: 0;
        width: 45%;
        z-index: 1;
    }

        .content-fresh-view .data .block {
            position: relative;
            height: 875px;
            background-color: #e7e7e7;
            border-right: 1px solid #aaa;
            transform: translateY(-100px) rotate(-10.5deg);
        }

            .content-fresh-view .data .block::before {
                content: '';
                position: absolute;
                top: 0;
                left: 80px;
                bottom: 0;
                width: 1px;
                border-left: 1px solid #aaa;
            }

        .content-fresh-view .data .box {
            padding: 100px;
            height: 675px;
            transform: translateY(100px) rotate(10.5deg);
        }

        .content-fresh-view .data .item {
            margin: 10px 0;
            height: 47px;
            font-size: 0;
            transition: all .5s linear 0s;
            opacity: 0;
        }

            .content-fresh-view .data .item:nth-child(1) {
                transform: translateX(-300px)
            }

            .content-fresh-view .data .item:nth-child(2) {
                transform: translateX(-290px)
            }

            .content-fresh-view .data .item:nth-child(3) {
                transform: translateX(-280px)
            }

            .content-fresh-view .data .item:nth-child(4) {
                transform: translateX(-270px)
            }

            .content-fresh-view .data .item:nth-child(5) {
                transform: translateX(-260px)
            }

            .content-fresh-view .data .item:nth-child(6) {
                transform: translateX(-250px)
            }

            .content-fresh-view .data .item:nth-child(7) {
                transform: translateX(-240px)
            }

            .content-fresh-view .data .item:nth-child(8) {
                transform: translateX(-230px)
            }

            .content-fresh-view .data .item i,
            .content-fresh-view .data .item span {
                display: inline-block;
                vertical-align: middle;
            }

            .content-fresh-view .data .item i {
                color: #fff;
                font-size: 36px;
                font-weight: bold;
            }

            .content-fresh-view .data .item span {
                padding-left: 30px;
                color: #323232;
                font-size: 18px;
            }

            .content-fresh-view .data .item.ani {
                opacity: 1;
            }

                .content-fresh-view .data .item.ani:nth-child(1) {
                    transform: translateX(0px)
                }

                .content-fresh-view .data .item.ani:nth-child(2) {
                    transform: translateX(10px)
                }

                .content-fresh-view .data .item.ani:nth-child(3) {
                    transform: translateX(20px)
                }

                .content-fresh-view .data .item.ani:nth-child(4) {
                    transform: translateX(30px)
                }

                .content-fresh-view .data .item.ani:nth-child(5) {
                    transform: translateX(40px)
                }

                .content-fresh-view .data .item.ani:nth-child(6) {
                    transform: translateX(50px)
                }

                .content-fresh-view .data .item.ani:nth-child(7) {
                    transform: translateX(60px)
                }

                .content-fresh-view .data .item.ani:nth-child(8) {
                    transform: translateX(70px)
                }
