
/* Container */
.content-mn {
    width: 12rem;
    margin: auto;
}

/* 首屏 */
.my-banner {
    margin: 0 auto;
    width: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
}

    .my-banner .banner-item {
        width: 100%;
        height: 500px;
        font-size: 26px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        position:relative;
    }

        .my-banner .banner-item .img-box {
            width: 100%;
            height: 100%
        }

            .my-banner .banner-item .img-box img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .my-banner .banner-item .title {
                position:absolute;
                top:50%;
                left:50%;
                transform:translate(-50%,-50%);
                font-size: 40px;
                line-height: 50px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
            }

 


.swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.more-btn {
    display: block;
    cursor: pointer;
    margin: 40px auto;
    width: 150px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    border: 2px solid #374754;
    color: #374754;
}

    .more-btn:hover {
        color: #fff;
        background-color: #374754;
    }

.content-mn > .title {
    text-align: center;
    font-weight: 500;
    font-size: 50px;
    padding: 108px 0px 50px;
    color: #374754;
    line-height: 59px;
}

.content-mn .sense-list {
    position: relative;
}

    .content-mn .sense-list .text {
        height: 50px;
        font-size: 36px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        line-height: 50px;
        margin-bottom: 60px
    }

    .content-mn .sense-list ul {
        display: -webkit-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        flex-wrap:wrap;
    }

        .content-mn .sense-list ul li {
            position: relative;
            width: 220px;
            height: 435px;
            background-color: #fff;
            font-weight: 800;
            color: #2f3850;
            line-height: 33px;
            text-align: center;
            padding-top: 35px;
            overflow: hidden;
            background-repeat: no-repeat;
            background-size: cover;
            margin-bottom: 20px;
            box-sizing:border-box;
        }

            .content-mn .sense-list ul li p.desc {
                font-size: 22px;
                color: #fff;
                opacity: 1;
                transition: all 0.3s;
                position:absolute;
                bottom:20px;
            }

            .content-mn .sense-list ul li:hover .desc {
                opacity: 0;
            }

            .content-mn .sense-list ul li .desc-info {
                width: 280px;
                height: 450px;
                padding: 78px 20px 0;
                background: #242424;
                color: #fff;
                opacity: 0.9;
                transition: -webkit-transform .8s;
                transition: transform .8s;
                transition: transform .8s, -webkit-transform .8s;
                -webkit-transform: translateY(35px);
                transform: translateY(35px)
            }

            .content-mn .sense-list ul li .titleTop {
                position: absolute;
                bottom: -435px;
                height:435px;
                width:100%;
                box-sizing:border-box;
                padding:0 20px;
                background:rgba(0,0,0,.8);
                padding-top:100px;
            }

                .content-mn .sense-list ul li .titleTop p {
                    text-align: center;
                    color: #fff;
                    font-size: 26px;
                    font-weight: 500;
                    line-height: 30px;
                    text-shadow: 0px 4px 21px rgb(0 0 0 / 80%);
                }

                    .content-mn .sense-list ul li .titleTop p:nth-child(2) {
                        height: 0px;
                        background: #fff;
                        width: 240px;
                        margin-top: 10px
                    }

            .content-mn .sense-list ul li .descBtn {
                position: absolute;
                bottom: -150px;
                width: 100%;
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                color: #fff;
                padding: 0px 20px;
                box-sizing: border-box;
            }

                .content-mn .sense-list ul li .descBtn p {
                    text-align: center;
                    color: #fff
                }

            .content-mn .sense-list ul li:hover .desc-info
           {
                transition: -webkit-transform .8s;
                transition: transform .8s;
                transition: transform .8s, -webkit-transform .8s;
                -webkit-transform: translateY(-305px);
                transform: translateY(-406px)
            }

            .content-mn .sense-list ul li:hover .titleTop
            {
                transition: -webkit-transform 1s;
                transition: transform 1s;
                transition: transform 1s, -webkit-transform 1s;
                -webkit-transform: translateY(-435px);
                transform: translateY(-435px)
            }

            .content-mn .sense-list ul li:hover .descBtn {
                transition: -webkit-transform 1.5s;
                transition: transform 1.5s;
                transition: transform 1.5s, -webkit-transform 1.5s;
                -webkit-transform: translateY(-400px);
                transform: translateY(-400px);
            }

            .content-mn .sense-list ul li:before
          {
                content: "";
                display: block;
                background-position: 50%;
                height: 300px;
                padding: 0 40px;
            }


.partners-section {
    width: 100%;
    padding-bottom: 50px;
}

    .partners-section > .title {
        text-align: center;
        font-weight: 500;
        font-size: 50px;
        padding:88px 0px 50px;
        color: #374754;
        line-height: 59px;
    }

.nav-main {
    border-top: 1px solid #e8e8e8;
    display: flex;
    flex-wrap: wrap;
}

    .nav-main .item-wrap {
        position: relative;
        width: 33.33%;
        box-sizing: border-box;
        border-bottom: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
    }

        .nav-main .item-wrap::after {
            content: "";
            width: 100%;
            height: 2px;
            background-color: #374754;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 0;
            transform:scale(0)
        }

        .nav-main .item-wrap:nth-child(3n+1) {
            border-left: 1px solid #e8e8e8;
        }

        .nav-main .item-wrap a {
            display: block;
            padding: 68px 56px 74px;
        }

        .nav-main .item-wrap .date {
            color: #8c94a3;
            font-family: "en_regular";
            line-height: 15px;
        }

        .nav-main .item-wrap .title {
            margin-top: 18px;
            margin-bottom:10px;
            color: #3f4150;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            font-size: 20px;
            line-height: 32px;
            height: 64px;
        }

        .nav-main .item-wrap .img-wrap {
            position: relative;
            overflow: hidden;
        }

           
            .nav-main .item-wrap .img-wrap::after {
                top: 0;
                position: absolute;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 1;
                background: rgba(255, 255, 255, 0.5);
                content: '';
                transition: all .6s;
                transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
            }


        .nav-main .item-wrap:hover .img-wrap::after {
            transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
        }

        .nav-main .item-wrap:hover::after {
            transition: all .6s;
           transform:scale(1);
        }

        .nav-main .item-wrap .main-img {
            width: 100%;
            height: 187px;
            object-fit: cover;
        }

        .nav-main .item-wrap:hover .main-img {
            transform: scale(1.1);
            transition: all .6s;
        }

.pager {
    text-align: center;
    margin-top: 68px;
}


@media screen and (min-width: 1200px) {
    .fs-summary .fs-item .mobile-more {
        display: none;
    }

    .latest-news-body > .latest-news-wrap-mobile {
        display: none;
    }

    .content-mn > .group-summary > .title {
        display: none;
    }

    .content-mn > .group-summary > .misssion-summary > .news-des > .des-item2 {
        width: 180px;
    }
}

/* 手机端特定样式 */
@media screen and (max-width: 1200px) {
    .my-banner {
        height: 372px;
        margin: 0 auto;
    }

        .my-banner .banner-item {
            height: 372px;
        }

            .my-banner .banner-item .img-box {
                overflow: hidden;
            }

                .my-banner .banner-item .img-box img {
                    height: 100%;
                    object-fit: cover;
                }
            .my-banner .banner-item .title{
                width:60%;
            }

            .more-btn {
                width: 120px;
                height: 40px;
                line-height: 40px;
                font-size: 14px;
            }

    .content-mn .title {
        text-align: center;
        font-weight: 300;
        font-size: 28px;
    }


    .content-mn .sense-list ul {
        -webkit-justify-content: space-around;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

        .content-mn .sense-list ul li {
            width: 170px;
            height: 250px;
            margin-bottom: 20px;
            margin-bottom: 20px;
            background-size: cover;
        }

            .content-mn .sense-list ul li:before
            {
                height: 172px;
            }

            .content-mn .sense-list ul li:hover .titleTop
          {
                height:250px;
                bottom:-250px;
                padding-top:40px;
                -webkit-transform: translateY(-250px);
                transform: translateY(-250px);
            }

            .content-mn .sense-list ul li .descBtn {
                position: absolute;
                bottom: -180px;
                width: 100%;
                font-size: 16px;
                font-weight: 400;
                line-height: 24px;
                color: #fff;
                padding: 0px 20px;
                box-sizing: border-box;
            }

            .content-mn .sense-list ul li p.desc {
                font-size: 16px;
                width:100%;
                text-align:center;
            }

            .content-mn .sense-list ul li .desc-info {
                width: 170px;
                height: 450px;
            }

            .content-mn .sense-list ul li .titleTop {
                position: absolute;
                bottom: -100px;
                left: 0px;
                width: 170px;
                height:250px;
                bottom:-250px;
                padding-top:50px;
            }

                .content-mn .sense-list ul li .titleTop p {
                    font-size: 16px;
                    margin-bottom:20px;
                }

     
            .content-mn .sense-list ul li .descBtn {
                font-size: 12px;
                line-height:20px;
            }

            .content-mn .sense-list ul li:hover .descBtn {
                -webkit-transform: translateY(-200px);
                transform: translateY(-200px);
            }

           

    .content-mn .sense-list {
        margin-bottom:20px;
    }


    /* 最新资讯 */
    .latest-news-body > .latest-news-wrap-mobile {
        display: block;
    }

    .latest-news-body > .latest-news-wrap {
        display: none;
    }

    .latest-news > .title {
        font-weight: 300;
        font-size: 28px;
        padding: 40px 0px 20px;
        color: #333333;
    }

    .latest-news-title {
        font-weight: 300;
        font-size: 28px;
        padding: 40px 0px 30px;
    }

    .latest-news-body > .latest-news-wrap > .img-box > .latest-news-item-img {
        transform: scale(0.8);
    }

        .latest-news-body > .latest-news-wrap > .img-box > .latest-news-item-img:hover {
            transform: scale(0.8);
            -webkit-transform: scale(0.8);
            -moz-transform: scale(0.8);
        }

    .latest-news-body > .latest-news-item-content {
        position: absolute;
        top: 20%;
        left: 50%;
        width: 220px;
        height: 320px;
        background-color: #ebebeb;
        z-index: -1;
        transform: translate(-50%, 8%);
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        padding: 20px;
    }

        .latest-news-body > .latest-news-item-content > .item-title {
            padding-bottom: 0px;
        }

        .latest-news-body > .latest-news-item-content > .item-btn > .item-left-btn {
            width: 60px;
            height: 60px;
            bottom: 0px;
            left: -80px;
        }

            .latest-news-body > .latest-news-item-content > .item-btn > .item-left-btn:hover {
                transform: rotate(180deg) scale(1);
            }

        .latest-news-body > .latest-news-item-content > .item-btn > .item-right-btn {
            width: 60px;
            height: 60px;
            bottom: 0px;
            right: -80px;
        }

            .latest-news-body > .latest-news-item-content > .item-btn > .item-right-btn:hover {
                transform: scale(1);
            }

    .news-more-btn {
        width: 150px;
        height: 50px;
    }

    .nav-main .item-wrap .date {
        font-size: 14px;
        color: #8c94a3;
        font-family: "en_regular";
        line-height: 15px;
    }



    .content-mn {
        width: 100%;
    }

        .content-mn > #company-growth {
            margin-top: 0.15rem;
            margin-bottom: 0.15rem;
        }

    #swiper-pic.swiper-pic {
        width: 100%;
        height: 1.5rem;
    }

        #swiper-pic.swiper-pic .swiper-pic-slide {
            width: 2.5rem !important;
        }

    .content-mn .fs-summary {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0.3rem;
    }

        .content-mn .fs-summary > .fs-item:first-child,
        .content-mn .fs-summary > .fs-item {
            width: 100%;
            padding: 0 0.16rem;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

            .content-mn .fs-summary > .fs-item > .news-info > .news-split-line {
                margin: 0.25rem 0;
            }

            .content-mn .fs-summary > .fs-item > .sub-title {
                height: 0.18rem;
                font-size: 0.14rem;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                margin-bottom: 0.35rem;
                font-weight: 700;
            }

            .content-mn .fs-summary > .fs-item > .sub-title2 {
                margin-top: 0.35rem;
            }

            .content-mn .fs-summary > .fs-item > .sub-title > .icon-img {
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                bottom: -0.12rem;
                width: 0.07rem;
            }

            .content-mn .fs-summary > .fs-item > .swiper-team {
                margin: 0 auto 0.28rem;
                width: 100%;
                height: auto;
            }

    .fs-summary .sub-title > .sub-more {
        display: none;
    }

    .fs-summary .fs-item .mobile-more {
        margin-top: 0.25rem;
        width: 100%;
        display: block;
        text-align: center;
        font-size: 0.12rem;
        color: #999;
    }

        .fs-summary .fs-item .mobile-more > img {
            width: 0.06rem;
            height: 0.11rem;
            margin-top: 0.05rem;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .content-mn .fs-summary > .fs-item > .news-info .news-item > .main-img {
        width: 1.1rem;
        height: 1.1rem;
    }

    .content-mn .fs-summary > .fs-item > .news-info .news-item > .main-right {
        padding-left: 0.1rem;
    }

        .content-mn .fs-summary > .fs-item > .news-info .news-item > .main-right > .news-sub-title,
        .content-mn .fs-summary > .fs-item > .news-info .news-item > .main-right > .news-sub-des {
            padding-top: 0;
            font-size: 0.12rem;
            line-height: 0.20rem;
            color: #777;
        }

        .content-mn .fs-summary > .fs-item > .news-info .news-item > .main-right > .news-sub-des {
            padding-top: 0.07rem;
            font-size: 0.10rem;
        }

            .content-mn .fs-summary > .fs-item > .news-info .news-item > .main-right > .news-sub-des.fn-line-two {
                -webkit-line-clamp: 3;
            }

        .content-mn .fs-summary > .fs-item > .news-info .news-item > .main-right > .news-sub-date {
            font-size: 0.10rem;
        }

    .vision-mission-img {
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .my-banner {
        height: auto;
    }

        .my-banner .banner-item {
            display: block;
            height: 300px;
        }

            .my-banner .banner-item .img-box {
                width: 100%;
                height:100%;
                object-fit: cover;
            }

                .my-banner .banner-item .title {
                    width:80%;
                    margin-top: 12px;
                    font-size: 17px;
                    line-height: 26px;
                }


    .content-mn .title {
        padding: 40px 0;
    }

    .content-mn .sense-list {
        margin-bottom: 0;
    }

    .nav-main {
        width: calc(100% - 30px);
        margin: 0 auto;
    }

        .nav-main .item-wrap {
            width: 100%;
            border: 1px solid #e8e8e8 !important;
        }

            .nav-main .item-wrap a {
                padding: 30px 20px 40px;
            }

            .nav-main .item-wrap .title {
                text-align: left;
                height: auto;
                font-size: 17px;
                line-height: 26px;
                padding: 0;
                color: #3f4150;
                margin-bottom: 20px;
            }

            .nav-main .item-wrap .main-img {
                height: auto;
                max-height: 500px;
                object-fit: cover;
            }
}

@media screen and (max-width:750px) {
    .my-banner .banner-item {
        display: block;
        height: 210px;
    }
    .nav-main .item-wrap .main-img {
        height: auto;
        max-height: 300px;
        object-fit: cover;
    }

    .pager {
        margin-top: 0;
    }
}
