.banner .swiper-container {
    height: 500px;
}

.banner .swiper-slide {
    background-position: center;
    background-size: cover;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 120px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0;
    transition: all 0.3s;
}

    .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 80px;
        background: rgba(255, 255, 255, 1);
        transition: all 0.3s;
    }

.card-header {
    height: 90px;
    border-bottom: 1px solid #CDD0DD;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

    .card-header .title {
        display: flex;
        align-items: baseline;
    }

        .card-header .title .zh {
            font-size: 32px;
            color: #182B55;
        }

        .card-header .title .en {
            font-size: 17px;
            color: #D9DADF;
            margin-left: 20px;
        }

    .card-header .tabs {
        display: flex;
        justify-content: flex-end;
        flex: 1;
        padding: 0 20px;
    }

        .card-header .tabs .tab {
            font-size: 17px;
            color: #999EAD;
            margin-right: 40px;
        }

            .card-header .tabs .tab:hover {
                color: #2cb49d;
            }

    .card-header .more {
        font-size: 17px;
        color: #999EAD;
        display: flex;
        align-items: center;
    }

        .card-header .more::after {
            content: "";
            display: inline-block;
            border: 3px solid #CDD0DD;
            border-width: 0px 2px 2px 0px;
            padding: 3px;
            transform: rotate(-45deg);
            margin-left: 10px;
        }

.news-box .card-main {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 0.life-box .life-list .item .img
}

    .news-box .card-main .left {
        width: 600px;
        height: 400px;
    }

        .news-box .card-main .left .swiper-container {
            width: 600px;
            height: 400px;
        }

        .news-box .card-main .left .swiper-slide {
            position: relative;
        }

            .news-box .card-main .left .swiper-slide .alt {
                position: absolute;
                height: 38px;
                line-height: 38px;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 999;
                padding: 0 150px 0 15px;
                font-size: 15px;
                color: #FFFFFF;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                background-color: rgba(0, 0, 0,.5);
            }

            .news-box .card-main .left .swiper-slide img {
                width: 600px;
                height: 400px;
            }

        .news-box .card-main .left .swiper-container-horizontal > .swiper-pagination-bullets {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            padding: 0 15px;
            height: 38px;
            bottom: 0;
        }

            .news-box .card-main .left .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
                width: 8px;
                height: 8px;
                background: #FFFFFF;
                opacity: 0.5;
                border-radius: 50%;
            }

                .news-box .card-main .left .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
                    background: #FFFFFF;
                    opacity: 1;
                }

    .news-box .card-main .right {
        width: 570px;
        height: 400px;
        margin-top:20px;
    }

        .news-box .card-main .right .list .item {
            border-bottom: 1px solid #F0F3F8;
        }

            .news-box .card-main .right .list .item:nth-child(n+2) {
                margin-top: 10px;
            }

            .news-box .card-main .right .list .item > a {
                display: flex;
                padding: 0 0 10px 0;
            }

                .news-box .card-main .right .list .item > a .date {
                    width: 90px;
                    height: 60px;
                    background: #F6F7F9;
                    display: flex;
                    flex-direction: column;
                    justify-content: center;
                    align-items: center;
                    flex-shrink: 0;
                    color: #000000;
                }

                .news-box .card-main .right .list .item > a:hover .date {
                    color: #ffffff;
                    background: #2cb49d;
                }

                .news-box .card-main .right .list .item > a .date .day {
                    font-size: 21px;
                    font-weight: bold;
                }

                .news-box .card-main .right .list .item > a .date .year {
                    font-size: 15px;
                }

                .news-box .card-main .right .list .item > a .info {
                    flex: 1;
                    padding-left: 20px;
                    overflow: hidden;
                    padding-top: 5px;
                }

                    .news-box .card-main .right .list .item > a .info .title {
                        font-size: 17px;
                        color: #050B20;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                .news-box .card-main .right .list .item > a:hover .info .title {
                    color: #2cb49d;
                }

                .news-box .card-main .right .list .item > a .info .subtitle {
                    font-size: 15px;
                    color: #999EAD;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    margin-top: 5px;
                }

.recruit-box .card-main {
    background: #F6F7F9;
    margin-top: 20px;
}

    .recruit-box .card-main .ad-box {
        height: 120px;
    }

        .recruit-box .card-main .ad-box a {
            display: block;
        }

            .recruit-box .card-main .ad-box a img {
                width: 100%;
                height: 120px;
                object-fit: cover;
                display: block;
            }

    .recruit-box .card-main .list {
        display: flex;
        flex-wrap: wrap;
        padding: 40px 30px 0;
    }

        .recruit-box .card-main .list .item {
            width: 270px;
            height: 180px;
            margin-bottom: 40px;
            margin-right: 20px;
            position: relative;
            overflow: hidden;
        }

            .recruit-box .card-main .list .item:nth-child(4n) {
                margin-right: 0;
            }

            .recruit-box .card-main .list .item img {
                width: 270px;
                height: 180px;
                display: block;
                object-fit: cover;
                transition: all ease .6s;
            }

            .recruit-box .card-main .list .item:hover img {
                transform: scale(1.05s);
            }

            .recruit-box .card-main .list .item .alt {
                width: 220px;
                height: 80px;
                border: 4px solid #FFFFFF;
                opacity: 0.9;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translateX(-50%) translateY(-50%);
                padding: 6px;
            }

                .recruit-box .card-main .list .item .alt span {
                    width: 200px;
                    height: 60px;
                    display: block;
                    line-height: 60px;
                    text-align: center;
                    background: rgba(255,255,255,.9);
                    opacity: 1;
                    font-size: 18px;
                    font-weight: 400;
                    color: #000000;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

.life-box .card-main {
    padding: 20px 0;
}

.life-box .life-list {
    display: grid;
    height: 400px;
    grid-template-columns: 620px 290px 290px;
    grid-template-rows: 210px 190px;
    counter-reset: section;
}

    .life-box .life-list .item {
        background-color: #999EAD;
        position: relative;
        overflow: hidden;
    }

        .life-box .life-list .item:nth-child(1) {
            grid-row-end: span 2;
            margin-right: 20px;
        }

        .life-box .life-list .item:nth-child(2) {
            grid-column-end: span 2;
            margin-bottom: 10px;
        }

        .life-box .life-list .item:nth-child(3) {
            margin-right: 5px;
        }

        .life-box .life-list .item:nth-child(4) {
            margin-left: 5px;
        }

        .life-box .life-list .item .img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all ease .6s;
        }

        .life-box .life-list .item:hover .img {
            transform: scale(1.05);
        }

        .life-box .life-list .item .tag {
            width: 90px;
            height: 80px;
            background: #2cb49d;
            position: absolute;
            left: 0;
            bottom: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            color: #FFFFFF;
            z-index: 9;
        }

            .life-box .life-list .item .tag .counter::after {
                font-size: 32px;
                font-weight: bold;
                color: #FFFFFF;
                counter-increment: section;
                content: counter(section);
            }

        .life-box .life-list .item .alt {
            display: none;
        }

        .life-box .life-list .item:nth-child(1) .alt {
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 80px;
            background: rgba(0,0,0,.6);
            padding: 20px 30px 0 110px;
            font-size: 15px;
            font-weight: 400;
            color: #FFFFFF;
        }

            .life-box .life-list .item:nth-child(1) .alt .desc {
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                word-break: break-all;
                overflow: hidden;
            }

.about-box {
    background-image: url(/assets/imgs/about.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 60px;
}

    .about-box .title {
        padding: 40px 0 15px;
    }

        .about-box .title .zh {
            font-size: 32px;
            color: #FFFFFF;
            text-align: center;
        }

        .about-box .title .en {
            font-size: 17px;
            color: #D9DADF;
            text-align: center;
        }

    .about-box .props {
        display: flex;
    }

        .about-box .props .prop {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            flex: 1;
            height: 120px;
        }

            .about-box .props .prop:nth-child(n+2) {
                border-left: 1px solid #F6F7F9;
                padding-left: 40px;
            }

            .about-box .props .prop .name {
                font-size: 20px;
                color: #FFFFFF;
            }

            .about-box .props .prop .value {
                font-size: 42px;
                font-weight: bold;
                color: #FFFFFF;
            }

    .about-box .desc {
        font-size: 18px;
        line-height: 26px;
        color: #FFFFFF;
        padding: 5px 0 30px;
    }

        .about-box .desc p {
            text-indent: 2em;
            line-height: 30px;
        }

    .about-box .about-list {
        display: flex;
        justify-content: space-between;
    }

        .about-box .about-list .item {
            width: 380px;
            background: #FFFFFF;
            overflow: hidden;
        }

            .about-box .about-list .item .img {
                width: 100%;
                height: 254px;
                object-fit: cover;
                transition: all ease .6s;
            }

            .about-box .about-list .item:hover .img {
                transform: scale(1.05);
            }

            .about-box .about-list .item .alt {
                height: 60px;
                line-height: 60px;
                background: #F6F7F9;
                font-size: 17px;
                font-weight: 400;
                color: #0F1214;
                padding: 0 30px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
