.lianchuang-banner {
    width: 1920px;
    height: 400px;
    margin: 0 auto;
    background-image: url(../images/lianchuangHeader.png);
    background-size: 100% auto;
    background-repeat: no-repeat;

    .container {
        width: 1280px;
        height: 400px;
        margin: 0 auto;
        position: relative;
    }

    .lianchuang-banner-text {
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }
}

.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;
            }
        }
    }
}

.lianchuang-content-3 {
    width: 1920px;
    margin: 0 auto;

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

        .lianchuang-content-3-title {
            margin-bottom: 112px;

            .lianchuang-content-3-title-text {
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 48px;
                color: #1F1F1F;
                line-height: 56px;
                text-align: center;
            }

            .lianchuang-content-3-title-text-2 {
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 400;
                font-size: 16px;
                color: #646464;
                line-height: 24px;
                text-align: center;
                margin-top: 32px;
            }
        }

        .lianchuang-content-3-items {
            display: flex;
            justify-content: space-between;

            .lianchuang-content-3-item {
                width: 308px;
                height: 560px;
                background: #D0D0D0;
                border-radius: 8px 8px 8px 8px;
                position: relative;

                img {
                    width: 100%;
                }

                .lianchuang-content-3-item-text {
                    position: absolute;
                    width: 100%;
                    height: 104px;
                    bottom: 0;
                    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
                    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                    font-weight: 400;
                    font-size: 32px;
                    color: #FFFFFF;
                    line-height: 40px;
                    display: flex;
                    align-items: center;
                    padding-left: 32px;
                    box-sizing: border-box;

                    span {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 300;
                        font-size: 24px;
                        color: #FFFFFF;
                        line-height: 32px;
                        margin-left: 12px;
                    }
                }
            }

            .lianchuang-content-3-item {
                width: 308px;
                height: 560px;
                background: #D0D0D0;
                border-radius: 8px 8px 8px 8px;
                position: relative;

                img {
                    width: 100%;
                }

                .lianchuang-content-3-item-text {
                    position: absolute;
                    width: 100%;
                    height: 104px;
                    bottom: 0;
                    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
                    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                    font-weight: 400;
                    font-size: 32px;
                    color: #FFFFFF;
                    line-height: 40px;
                    display: flex;
                    align-items: center;
                    padding-left: 32px;
                    box-sizing: border-box;

                    span {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 300;
                        font-size: 24px;
                        color: #FFFFFF;
                        line-height: 32px;
                        margin-left: 12px;
                    }
                }
            }

            .lianchuang-content-3-item {
                width: 308px;
                height: 560px;
                background: #D0D0D0;
                border-radius: 8px 8px 8px 8px;
                position: relative;

                .lianchuang-content-3-item-img {
                    margin-top: 24px;
                    z-index: 1;
                    margin-left: 24px;
                    position: relative;
                    display: none;
                    margin-bottom: 68px;
                    z-index: 2;

                    img {
                        width: 144px;
                        height: 28px;
                    }
                }

                .lianchuang-content-3-items-img1 {
                    width: 100%;
                }

                .lianchuang-content-3-items-img2 {
                    display: none;
                }


                .lianchuang-content-3-item-text-hover {
                    display: none;
                    padding-left: 84px;
                    padding-right: 84px;
                    position: relative;
                    z-index: 2;

                    .lianchuang-content-3-item-text-title {
                        display: flex;
                        align-items: center;
                        padding-bottom: 32px;
                        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
                        margin-bottom: 32px;

                        .lianchuang-content-3-item-text-title-text {
                            font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                            font-weight: 400;
                            font-size: 40px;
                            color: #FFFFFF;
                            line-height: 48px;
                        }

                        .lianchuang-content-3-item-text-title-text-en {
                            font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                            font-weight: 300;
                            font-size: 32px;
                            color: #FFFFFF;
                            line-height: 40px;
                            margin-left: 12px;
                        }

                        .lianchuang-content-3-item-text-title-line {
                            margin-right: 12px;
                            width: 8px;
                            height: 28px;
                            background: #FFFFFF;
                        }
                    }

                    .lianchuang-content-3-item-text-content {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 400;
                        font-size: 16px;
                        color: #FFFFFF;
                        line-height: 24px;
                        margin-bottom: 16px;
                    }

                    .lianchuang-content-3-item-text-content-en {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 300;
                        font-size: 14px;
                        color: #FFFFFF;
                        line-height: 22px;
                    }
                }

                .lianchuang-content-3-item-text {
                    position: absolute;
                    width: 100%;
                    height: 104px;
                    bottom: 0;
                    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
                    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                    font-weight: 400;
                    font-size: 32px;
                    color: #FFFFFF;
                    line-height: 40px;
                    display: flex;
                    align-items: center;
                    padding-left: 32px;
                    box-sizing: border-box;

                    span {
                        font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                        font-weight: 300;
                        font-size: 24px;
                        color: #FFFFFF;
                        line-height: 32px;
                        margin-left: 12px;
                    }
                }
            }

            .lianchuang-content-3-item.hover {
                width: 632px;
                height: 560px;

                .lianchuang-content-3-item-text-hover {
                    display: block;
                }

                .lianchuang-content-3-item-text {
                    display: none;
                }

                .lianchuang-content-3-item-img {
                    display: block;
                }

                .lianchuang-content-3-items-img1 {
                    display: none;
                }

                .lianchuang-content-3-items-img2 {
                    display: block;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

                .lianchuang-content-3-items-mask {
                    background-color: rgba(42, 61, 134, 0.88);
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: 1;
                }
            }

            .show {
                display: block;
            }

            .hide {
                display: none;
            }


            .lianchuang-content-3-item-active {
                width: 632px;
                height: 560px;
                position: relative;
                padding: 24px;
                box-sizing: border-box;

                .lianchuang-content-3-item-img {
                    margin-bottom: 68px;

                    img {
                        width: 144px;
                        height: 28px;
                    }
                }



                .lianchuang-content-3-items-img {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    z-index: -1;
                }

                .lianchuang-content-3-items-mask {
                    background-color: rgba(42, 61, 134, 0.88);
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    z-index: -1;
                }
            }
        }
    }
}

.lianchuang-content-2 {
    width: 1920px;
    margin: 0 auto;

    background-color: #F5F6FA;

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

        .lianchuang-content-2-title {
            font-family: Microsoft YaHei UI, Microsoft YaHei UI;
            font-weight: 400;
            font-size: 48px;
            color: #1F1F1F;
            line-height: 56px;
            margin-bottom: 112px;
            text-align: center;
        }

        .lianchuang-content-2-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 112px;

            .lianchuang-content-2-item-img {
                width: 632px;
                height: 354px;
                overflow: hidden;

                img {
                    width: 100%;
                }

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

            .lianchuang-content-2-item-text {
                flex: 1;

                .lianchuang-content-2-item-text-title {
                    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                    font-weight: 400;
                    font-size: 40px;
                    color: #1F1F1F;
                    line-height: 48px;
                    text-align: center;
                    margin-bottom: 32px;
                }

                a {
                    width: 160px;
                    height: 56px;
                    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;
                    margin: 66px auto 0;
                }

                a:hover {
                    background-color: #2A3D86;
                    color: #fff;
                }
            }

            .lianchuang-content-2-item-text-content {
                width: 416px;
                height: 96px;
                font-family: Microsoft YaHei UI, Microsoft YaHei UI;
                font-weight: 300;
                font-size: 16px;
                color: #1F1F1F;
                line-height: 24px;
                text-align: center;
                margin: 0 auto;
            }
        }
    }
}

.lianchuang-content {
    width: 1920px;
    margin: 0 auto;

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

        .lianchuang-title {
            font-family: Microsoft YaHei UI, Microsoft YaHei UI;
            font-weight: 400;
            font-size: 48px;
            color: #1F1F1F;
            line-height: 56px;
            text-align: center;
        }

        .lianchuang-text {
            font-family: Microsoft YaHei UI, Microsoft YaHei UI;
            font-weight: 400;
            font-size: 16px;
            color: #646464;
            line-height: 24px;
            text-align: center;
            width: 416px;
            margin: 32px auto 48px;
        }
    }
}