.brand-video {
    width: 1920px;
    height: 720px;
    margin: 0 auto;
    background-color: #000;

    .container {
        width: 1280px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;

        .brand-video-left {
            display: flex;
            height: 100%;
            align-items: center;

            .brand-video-left-left {
                margin-right: 40px;
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
            }
        }

        .brand-video-content {

            .brand-video-content-title {
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 48px;
                color: #fff;
                line-height: 56px;
                margin-bottom: 32px;
            }

            .brand-video-content-line {
                width: 40px;
                height: 8px;
                background: #fff;
                border-radius: 0px 0px 0px 0px;
                margin-bottom: 44px;
            }

            .brand-video-content-text {
                width: 416px;
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 16px;
                color: #fff;
                line-height: 24px;
                margin-bottom: 104px;
            }
        }

    }
}

.brand {
    width: 1920px;
    margin: 0 auto;

    .container {
        width: 1280px;
        margin: 0 auto;
        display: flex;
        padding: 120px 0;
        justify-content: space-between;

        .brand-content {
            flex: 0 0 540px;

            .brand-content-title {
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 48px;
                color: #1F1F1F;
                line-height: 56px;
                margin-bottom: 32px;
            }

            .brand-content-line {
                width: 40px;
                height: 8px;
                background: #2A3D86;
                border-radius: 0px 0px 0px 0px;
                margin-bottom: 44px;
            }

            .brand-content-text {
                width: 416px;
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 16px;
                color: #1F1F1F;
                line-height: 24px;
                margin-bottom: 104px;
            }

            .brand-content-btn {
                display: flex;

                .brand-content-btn-left {
                    width: 64px;
                    height: 64px;
                    background: #FFFFFF;
                    border-radius: 998px 998px 998px 998px;
                    border: 1px solid #2A3D86;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    margin-right: 24px;

                    img {
                        width: 24px;
                    }
                }

                .brand-content-btn-right {
                    width: 64px;
                    height: 64px;
                    background: #FFFFFF;
                    border-radius: 998px 998px 998px 998px;
                    border: 1px solid #2A3D86;
                    display: flex;
                    justify-content: center;
                    align-items: center;

                    img {
                        width: 24px;
                    }
                }

                .brand-content-btn-left:hover {
                    background-color: #2A3D86;
                }

                .brand-content-btn-right:hover {
                    background-color: #2A3D86;
                }
            }
        }

        .swiper {
            .swiper-slide {
                width: 524px !important;

                .swiper-slide-img {
                    overflow: hidden;

                    img:hover {
                        transform: scale(1.2);
                        transition: all 0.6s ease;
                    }
                }


                .swiper-slide-text {
                    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                    font-weight: 400;
                    font-size: 22px;
                    color: #000000;
                    line-height: 30px;
                    margin-top: 32px;
                }
            }
        }
    }
}

.contact {
    width: 1920px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
    background: #F5F6FA;

    .container {
        width: 1280px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .contact-left {
            .contact-left-title {
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 48px;
                color: #1F1F1F;
                line-height: 56px;
                margin-bottom: 32px;
            }

            .contact-left-line {
                width: 40px;
                height: 8px;
                background: #2A3D86;
                margin-bottom: 44px;
            }

            .contact-left-text {
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 16px;
                color: #1F1F1F;
                line-height: 24px;
                margin-bottom: 80px;
            }

            .contact-left-btn {
                width: 160px;
                height: 56px;
                border-radius: 0px 0px 0px 0px;
                border: 1px solid #2A3D86;
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 16px;
                color: #2A3D86;
                line-height: 24px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .contact-left-btn:hover {
                background-color: #2A3D86;
                color: #fff;
            }

            .contact-left-btn a:hover {
                background-color: #2A3D86;
                color: #fff;
            }
        }

        .contact-right {
            img {
                width: 416px;
            }
        }
    }
}


.brand-dynamic {
    width: 1920px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;

    .container {
        width: 1280px;
        margin: 0 auto;

        .brand-dynamic-header {
            margin-bottom: 44px;
            display: flex;
            justify-content: space-between;
            align-items: center;

            .brand-dynamic-header-title {
                .brand-dynamic-header-title-ch {
                    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                    font-weight: 400;
                    font-size: 48px;
                    color: #1F1F1F;
                    line-height: 56px;
                    margin-bottom: 32px;
                }

                .brand-dynamic-header-title-line {
                    width: 40px;
                    height: 8px;
                    background: #2A3D86;
                }
            }

            .brand-dynamic-header-btn {
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 22px;
                color: #2A3D86;
                line-height: 30px;
                display: flex;
                align-items: center;


                .brand-dynamic-header-btn-img {
                    margin-left: 12px;
                    width: 24px;
                    height: 24px;
                    background: #2A3D86;
                    border-radius: 50px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
            }
        }

        .brand-dynamic-content {
            display: flex;
            justify-content: space-between;

            .brand-dynamic-content-item {
                width: 632px;

                .brand-dynamic-content-item-img {
                    width: 100%;
                    margin-bottom: 32px;
                    overflow: hidden;

                    img {
                        width: 100%;
                    }

                    img:hover {
                        transform: scale(1.2);
                        transition: all 0.6s ease;
                    }
                }

                .brand-dynamic-content-item-text {
                    .brand-dynamic-content-item-text-title {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 400;
                        font-size: 22px;
                        color: #000000;
                        line-height: 30px;
                        margin-bottom: 16px;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        -webkit-line-clamp: 1;
                    }

                    .brand-dynamic-content-item-text-text {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 400;
                        font-size: 16px;
                        color: #646464;
                        line-height: 24px;
                        margin-bottom: 32px;
                        display: -webkit-box;
                        -webkit-box-orient: vertical;
                        overflow: hidden;
                        -webkit-line-clamp: 1;
                    }
                }

                .brand-dynamic-content-item-time {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;

                    .brand-dynamic-content-item-time-time {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 400;
                        font-size: 12px;
                        color: #BCBCBC;
                        line-height: 20px;
                    }

                    .brand-dynamic-content-item-time-btn {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 400;
                        font-size: 16px;
                        color: #2A3D86;
                        line-height: 24px;
                        display: flex;
                        align-items: center;
                        margin-right: 32px;

                        img {
                            width: 16px;
                            margin-left: 8px;
                        }
                    }
                }
            }
        }
    }

}

.achievement {
    width: 1920px;
    margin: 0 auto;
    background-color: #F5F6FA;
    padding-top: 88px;
    padding-bottom: 120px;
    position: relative;

    .container {
        width: 1280px;
        margin: 0 auto;

        .achievement-header {
            display: flex;
            justify-content: center;
            align-items: center;

            .achievement-header-title {
                text-align: center;
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 48px;
                color: #1F1F1F;
                line-height: 56px;
                display: flex;
                flex-direction: column;
                align-items: center;

                .achievement-header-title-line {
                    width: 40px;
                    height: 8px;
                    background: #2A3D86;
                    border-radius: 0px 0px 0px 0px;
                    margin-top: 32px;
                    margin-bottom: 116px;
                }
            }

            .achievement-header-logo {
                position: absolute;
                top: 88px;
                right: 0;
            }
        }

        .achievement-content {
            display: flex;
            flex-wrap: wrap;

            .achievement-content-item {
                flex: 0 0 50%;
                height: 112px;
                display: flex;
                align-items: center;
                box-sizing: border-box;

                .achievement-content-item-number {
                    flex: 0 0 210px;
                    font-family: D-DIN, D-DIN;
                    font-weight: 400;
                    font-size: 64px;
                    color: #2A3D86;
                    line-height: 72px;
                    margin-right: 49px;

                    span {
                        font-family: D-DIN-DIN, D-DIN-DIN;
                        font-weight: bold;
                        font-size: 64px;
                        color: #2A3D86;
                        line-height: 72px;
                    }
                }

                .achievement-content-item-text {
                    .achievement-content-item-text-ch {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 400;
                        font-size: 18px;
                        color: #1F1F1F;
                        line-height: 30px;
                    }

                    .achievement-content-item-text-en {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 400;
                        font-size: 14px;
                        color: #646464;
                        line-height: 22px;
                    }
                }
            }

            .achievement-content-item {
                border-bottom: 1px solid #dadada;
            }

            .achievement-content-item:nth-child(odd) {
                border-right: 1px solid #dadada;
            }

            .achievement-content-item:nth-child(even) {
                padding-left: 32px;
            }

            .achievement-content-item:nth-child(7) {
                border-bottom: none;
            }

            .achievement-content-item:nth-child(8) {
                border-bottom: none;
            }
        }
    }
}

.explore {
    width: 1920px;
    height: 720px;
    margin: 0 auto;
    background-color: #000;

    .container {
        width: 1280px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;

        .explore {
            display: flex;
            flex-direction: column;
            justify-content: center;

            .explore-title {
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 48px;
                color: #FFFFFF;
                line-height: 56px;
                margin-bottom: 16px;
            }

            .explore-title:last-child {
                margin-bottom: 32px;
            }

            .explore-line {
                width: 40px;
                height: 8px;
                background: #FFFFFF;
                border-radius: 0px 0px 0px 0px;
                margin-bottom: 44px;
            }

            .explore-text {
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 16px;
                color: rgba(255, 255, 255, 0.9);
                line-height: 28px;
            }
        }

        .explore-content {
            position: relative;

            video {
                object-fit: cover;
            }

            .explore-content-bottom {
                width: 756px;
                height: 414px;
                background: #2A3D86;
                border-radius: 0px 0px 0px 0px;
                display: flex;
                justify-content: space-between;
                align-items: flex-end;
                padding: 20px 32px;
                box-sizing: border-box;

                .explore-content-bottom-logo {
                    img {
                        width: 124px;
                    }
                }

                .explore-content-bottom-text {
                    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                    font-weight: 400;
                    font-size: 14px;
                    color: #FFFFFF;
                    line-height: 22px;
                }
            }

            .explore-content-top {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 740px;
                height: 416px;
                border-radius: 0px 0px 0px 0px;

                .explore-content-top-play {
                    width: 96px;
                    height: 96px;
                    background: #FFFFFF;
                    border-radius: 998px 998px 998px 998px;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
            }
        }
    }
}


.banner {
    width: 1920px;
    height: 900px;
    background: url(../images/bg1.png) no-repeat;
    margin: 0 auto;

    .container {
        width: 1280px;
        margin: 0 auto;

        .banner-content {
            padding-top: 160px;

            .banner-content-img {
                margin-bottom: 80px;
                width: 333px;

                img {
                    width: 100%;
                }
            }

            .banner-content-line {
                width: 40px;
                height: 8px;
                background: #FFFFFF;
                border-radius: 0px 0px 0px 0px;
                margin-bottom: 48px;
            }

            .banner-content-text {
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 18px;
                color: rgba(255, 255, 255, 0.9);
                line-height: 30px;
                letter-spacing: 7px;
                margin-bottom: 110px;
            }

            .banner-content-btn {
                width: 160px;
                height: 56px;
                background: #000000;
                border-radius: 0px 0px 0px 0px;
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 16px;
                color: #FFFFFF;
                line-height: 24px;
                border: none;
                box-shadow: none;
            }

            .banner-content-btn:hover {
                background-color: #fff;
                color: #000;
            }
        }
    }
}