.txet-over1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 1500px) {
    .platform2 .platform2-cont .cont-right .right-box {
        margin-bottom: 0.3rem;
    }

    .platform2 .platform2-cont .cont-right .right-pic {
        top: 0.4rem;
    }
    .platform2 .platform2-cont .cont-right .right-box .box-left .left-title {
        font-size: 14px;
    }
}

@media screen and (max-width: 1440px) {
    .platform2 .platform2-cont .cont-right .right-box {
        margin-bottom: 0.3rem;
    }

    .platform2 .platform2-cont .cont-right .right-pic {
        top: 0.5rem;
    }
}

@media screen and (max-width: 1290px) {
    .platform2 .platform2-cont .cont-right .right-box {
        margin-bottom: 0.3rem;
    }

    .platform2 .platform2-cont .cont-right .right-pic {
        top: 0.5rem;
    }
}
@media screen and (max-width: 1004px) {
    .head {
        position: relative;
        width: 100%;
        height: auto;
    }

        .head .head-top {
            position: fixed;
            top: 0;
            left: 0;
            display: flex;
            justify-content: space-between;
            width: 100%;
            height: 80px;
            padding: 0 0.3rem;
            z-index: 99;
            transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }

            .head .head-top .head-logo {
                position: relative;
                width: 2.7rem;
                height: auto;
            }

                .head .head-top .head-logo .head-pic {
                    position: absolute;
                    top: 50%;
                    left: 0;
                    width: 100%;
                    transition: all 0.5s;
                    -o-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                    transform: translatey(-50%);
                    -o-transform: translatey(-50%);
                    -moz-transform: translatey(-50%);
                    -webkit-transform: translatey(-50%);
                }

                .head .head-top .head-logo .pic-active {
                    opacity: 0;
                }

            .head .head-top .head-right {
                display: flex;
                justify-content: space-between;
                width: auto;
            }

                .head .head-top .head-right .head-nav {
                    display: none;
                }

                .head .head-top .head-right .head-search {
                    position: relative;
                    width: 22px;
                }

                    .head .head-top .head-right .head-search .search-box {
                        display: none;
                    }

                    .head .head-top .head-right .head-search .search-web-box {
                        display: block;
                        width: 100%;
                        height: 100%;
                    }

                    .head .head-top .head-right .head-search .search-pic {
                        position: absolute;
                        top: 50%;
                        left: 0;
                        width: 100%;
                        z-index: 9;
                        transition: all 0.5s;
                        -o-transition: all 0.5s;
                        -moz-transition: all 0.5s;
                        -webkit-transition: all 0.5s;
                        transform: translatey(-50%);
                        -o-transform: translatey(-50%);
                        -moz-transform: translatey(-50%);
                        -webkit-transform: translatey(-50%);
                    }

                    .head .head-top .head-right .head-search .search-pic2 {
                        opacity: 0;
                    }

                    .head .head-top .head-right .head-search .head-input {
                        display: none;
                    }

            .head .head-top:hover {
                background: none;
            }

                .head .head-top:hover .head-pic {
                    opacity: 1;
                }

                .head .head-top:hover .pic-active {
                    opacity: 0;
                }

                .head .head-top:hover .search-pic {
                    opacity: 1;
                }

                .head .head-top:hover .search-pic2 {
                    opacity: 0 !important;
                }

            .head .head-top .head-menu {
                position: relative;
                display: block;
                width: 26px;
                margin-left: 0.35rem;
                line-height: 80px;
            }

                .head .head-top .head-menu img {
                    position: absolute;
                    top: 50%;
                    left: 0;
                    width: 100%;
                    transform: translatey(-50%);
                    -o-transform: translatey(-50%);
                    -moz-transform: translatey(-50%);
                    -webkit-transform: translatey(-50%);
                    transition: all 0.5s;
                    -o-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                }

                .head .head-top .head-menu .img2 {
                    opacity: 0;
                }

        .head .head-top2 {
            position: fixed;
            display: flex;
            justify-content: space-between;
            width: 100%;
            height: 80px;
            padding: 0 0.3rem;
            z-index: 99;
            background: #fff;
            transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }

            .head .head-top2 .head-logo {
                position: relative;
                width: 2.7rem;
                height: auto;
            }

                .head .head-top2 .head-logo .head-pic {
                    position: absolute;
                    top: 50%;
                    left: 0;
                    width: 100%;
                    transition: all 0.5s;
                    -o-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                    transform: translatey(-50%);
                    -o-transform: translatey(-50%);
                    -moz-transform: translatey(-50%);
                    -webkit-transform: translatey(-50%);
                }

                .head .head-top2 .head-logo .pic-active {
                    opacity: 0;
                }

            .head .head-top2 .head-right {
                display: flex;
                justify-content: space-between;
                width: auto;
            }

                .head .head-top2 .head-right .head-nav {
                    display: none;
                }

                .head .head-top2 .head-right .head-search {
                    position: relative;
                    width: 22px;
                }

                    .head .head-top2 .head-right .head-search .search-box {
                        display: none;
                    }

                    .head .head-top2 .head-right .head-search .search-web-box {
                        display: block;
                        width: 100%;
                        height: 100%;
                    }

                    .head .head-top2 .head-right .head-search .search-pic {
                        position: absolute;
                        top: 50%;
                        left: 0;
                        width: 100%;
                        z-index: 9;
                        transition: all 0.5s;
                        -o-transition: all 0.5s;
                        -moz-transition: all 0.5s;
                        -webkit-transition: all 0.5s;
                        transform: translatey(-50%);
                        -o-transform: translatey(-50%);
                        -moz-transform: translatey(-50%);
                        -webkit-transform: translatey(-50%);
                    }

                    .head .head-top2 .head-right .head-search .search-pic2 {
                        opacity: 0;
                    }

                    .head .head-top2 .head-right .head-search .head-input {
                        display: none;
                    }

            .head .head-top2 .head-menu {
                display: block;
                width: 26px;
                margin-left: 0.35rem;
                line-height: 80px;
            }

        .head .head-active {
            background: #fff;
        }

            .head .head-active .head-pic {
                opacity: 0;
            }

            .head .head-active .pic-active {
                opacity: 1 !important;
            }

            .head .head-active .search-pic {
                opacity: 0;
            }

            .head .head-active .search-pic2 {
                opacity: 1 !important;
            }

            .head .head-active .head-menu .img2 {
                opacity: 1 !important;
            }

            .head .head-active .head-menu .img1 {
                opacity: 0;
            }

        .head .head-banner {
            position: relative;
            width: 100%;
            height: auto;
            overflow: hidden;
        }

            .head .head-banner .banner-pic {
                width: 100%;
                height: 5rem;
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-size: auto 7rem;
                background-position: 20% 0;
            }

            .head .head-banner .swiper-slide {
                position: relative;
            }

                .head .head-banner .swiper-slide .img {
                    display: none;
                }

                .head .head-banner .swiper-slide .web-img {
                    display: block;
                    width: 100%;
                }

                .head .head-banner .swiper-slide .banner-slide1 {
                    position: absolute;
                    top: 34%;
                    left: 0;
                    width: 100%;
                    text-align: center;
                    transform: translatey(-50%);
                    -o-transform: translatey(-50%);
                    -moz-transform: translatey(-50%);
                    -webkit-transform: translatey(-50%);
                }

                    .head .head-banner .swiper-slide .banner-slide1 .slide1-title {
                        font-size: 0.48rem;
                        color: #fff;
                    }

                    .head .head-banner .swiper-slide .banner-slide1 .slide1-English {
                        height: 0.9rem;
                        margin-top: 0.3rem;
                        font-size: 1.5rem;
                        line-height: 1rem;
                        background-image: linear-gradient(to top, rgba(255, 255, 255, 0), #ffffff);
                        background-clip: text;
                        -webkit-background-clip: text;
                        color: transparent;
                    }

                .head .head-banner .swiper-slide .banner-slide2 {
                    position: absolute;
                    top: 50%;
                    left: 0;
                    width: 100%;
                    text-align: center;
                    color: #fff;
                }

                    .head .head-banner .swiper-slide .banner-slide2 .slide2-English {
                        font-family: 'Gilroy-Thin';
                        font-size: 0.72rem;
                    }

                        .head .head-banner .swiper-slide .banner-slide2 .slide2-English span {
                            font-family: 'gilroy-bold';
                        }

                    .head .head-banner .swiper-slide .banner-slide2 .slide2-title {
                        margin-top: 0.1rem;
                        font-size: 0.48rem;
                        line-height: 0.6rem;
                    }

                .head .head-banner .swiper-slide .banner-slide3 {
                    position: absolute;
                    top: 50%;
                    left: 0.4rem;
                    width: 5.5rem;
                    color: #fff;
                    transform: translatey(-50%);
                    -o-transform: translatey(-50%);
                    -moz-transform: translatey(-50%);
                    -webkit-transform: translatey(-50%);
                }

                    .head .head-banner .swiper-slide .banner-slide3 .slide3-English {
                        font-family: 'Gilroy-Light';
                        font-size: 0.6rem;
                    }

                    .head .head-banner .swiper-slide .banner-slide3 .slide3-title {
                        margin-top: 0.1rem;
                        font-size: 0.48rem;
                        line-height: 0.6rem;
                    }

                    .head .head-banner .swiper-slide .banner-slide3 .slide3-text {
                        margin-top: 0.4rem;
                        font-size: 0.32rem;
                    }

                    .head .head-banner .swiper-slide .banner-slide3 .slide3-link {
                        display: inline-block;
                        margin-top: 1.1rem;
                        font-size: 0.28rem;
                    }

                        .head .head-banner .swiper-slide .banner-slide3 .slide3-link .link-icon {
                            width: 0.6rem;
                            margin-left: 0.1rem;
                            transition: all 0.5s;
                            -o-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -webkit-transition: all 0.5s;
                        }

            .head .head-banner .banner-swiper-button-prev,
            .head .head-banner .banner-swiper-button-next {
                display: none;
            }

            .head .head-banner .swiper-pagination {
                bottom: 0.26rem;
            }

                .head .head-banner .swiper-pagination .swiper-pagination-bullet {
                    width: 14px;
                    height: 14px;
                    margin: 0 12px;
                    border: solid 2px #fff;
                    background: none;
                    opacity: 1;
                    transition: all 0.5s;
                    -o-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                }

                .head .head-banner .swiper-pagination .swiper-pagination-bullet-active {
                    position: relative;
                    top: 50%;
                    width: 6px;
                    height: 6px;
                    border-radius: 50%;
                    background: #fff;
                    transform: translatey(-50%);
                    -o-transform: translatey(-50%);
                    -moz-transform: translatey(-50%);
                    -webkit-transform: translatey(-50%);
                    transition: all 0.5s;
                    -o-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                }

            .head .head-banner .img {
                width: auto;
                height: 5.2rem;
                transform: translateX(0);
                -o-transform: translateX(0);
                -moz-transform: translateX(0);
                -webkit-transform: translateX(0);
            }

        .head .Whead-search {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 0;
            background: #da2b30;
            z-index: 299;
            overflow: hidden;
            transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }

            .head .Whead-search .hide-pic {
                position: absolute;
                top: 0.2rem;
                right: 0.4rem;
                width: 0.45rem;
            }

            .head .Whead-search .search-input {
                position: absolute;
                bottom: 0.6rem;
                display: flex;
                justify-content: space-between;
                width: 100%;
                padding: 0 0.8rem;
            }

                .head .Whead-search .search-input .input-box {
                    flex: 1;
                }

                    .head .Whead-search .search-input .input-box input {
                        width: 100%;
                        height: 0.5rem;
                        padding: 0.08rem 0;
                        color: #fff;
                        font-size: 0.26rem;
                        background: rgba(255, 255, 255, 0);
                        border-bottom: 1px solid #fff;
                    }

                        .head .Whead-search .search-input .input-box input::-webkit-input-placeholder {
                            color: #fff;
                        }

                        .head .Whead-search .search-input .input-box input:-moz-placeholder {
                            color: #fff;
                        }

                        .head .Whead-search .search-input .input-box input:-ms-input-placeholder {
                            color: #fff;
                        }

                .head .Whead-search .search-input .input-icon {
                    width: 0.38rem;
                    margin-left: 0.2rem;
                }

        .head .Whead-sidebar {
            display: block;
            position: fixed;
            top: 0;
            right: 0;
            width: 0;
            height: 100vh;
            background: #fffbfa;
            overflow: hidden;
            z-index: 999;
            transition: all 0.5s;
            -o-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -webkit-transition: all 0.5s;
        }

            .head .Whead-sidebar .sidebar-top {
                width: 100%;
                height: 1rem;
                padding: 0 0.3rem;
                line-height: 1rem;
                text-align: right;
                background: #fff;
                border-bottom: solid 1px #d6d6d6;
            }

                .head .Whead-sidebar .sidebar-top .img {
                    width: 0.4rem;
                }

            .head .Whead-sidebar .sidebar-list {
                width: 100%;
                height: auto;
            }

                .head .Whead-sidebar .sidebar-list .list-ul {
                    width: 100%;
                    height: auto;
                }

                    .head .Whead-sidebar .sidebar-list .list-ul .list-li {
                        width: 100%;
                        height: auto;
                    }

                        .head .Whead-sidebar .sidebar-list .list-ul .list-li .li-title {
                            width: 100%;
                            height: 1rem;
                            padding: 0 0.3rem;
                            font-size: 0.32rem;
                            color: #333333;
                            line-height: 1rem;
                            background: #fff url(../images/icon/icon-Web-jiahao.png) no-repeat 90% center;
                            background-size: 0.22rem;
                            border-bottom: solid 1px #d6d6d6;
                        }

                        .head .Whead-sidebar .sidebar-list .list-ul .list-li .no-bg {
                            background-image: none !important;
                        }

                        .head .Whead-sidebar .sidebar-list .list-ul .list-li .nav-ul {
                            width: 100%;
                            height: 0;
                            overflow: hidden;
                            transition: all 0.5s;
                            -o-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -webkit-transition: all 0.5s;
                        }

                            .head .Whead-sidebar .sidebar-list .list-ul .list-li .nav-ul .nav-li {
                                width: 100%;
                                height: 1rem;
                                padding: 0 0.3rem;
                                line-height: 1rem;
                                font-size: 0.26rem;
                                color: #666666;
                                background: #f6f6f6;
                                border-bottom: solid 1px #d6d6d6;
                            }

                        .head .Whead-sidebar .sidebar-list .list-ul .list-li .nav-block {
                            height: auto;
                            transition: all 0.5s;
                            -o-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -webkit-transition: all 0.5s;
                        }

                        .head .Whead-sidebar .sidebar-list .list-ul .list-li .title-active {
                            color: #fff !important;
                            background: #da2b30 url(../images/icon/icon-Web-jianhao.png) no-repeat 90% center !important;
                            background-size: 0.22rem !important;
                        }

        .head .head-Wnav {
            display: block;
            width: 100%;
            height: 50px;
            line-height: 50px;
            background: #da2b30;
        }

            .head .head-Wnav .Wnav-top {
                font-size: 16px;
                color: #fff;
                background: url(../images/icon/icon-web-xiasanjiao.png) no-repeat 96% center;
                background-size: 0.24rem;
                padding: 0 0.2rem;
            }

            .head .head-Wnav .top-on {
                background: url(../images/icon/icon-web-shangsanjiao.png) no-repeat 96% center !important;
                background-size: 0.24rem !important;
            }

            .head .head-Wnav .Wnav-ul {
                position: relative;
                width: 100%;
                height: 0;
                font-size: 14px;
                background: #fff;
                overflow: hidden;
                z-index: 9;
                transition: all 0.6s;
                -o-transition: all 0.6s;
                -moz-transition: all 0.6s;
                -webkit-transition: all 0.6s;
            }

                .head .head-Wnav .Wnav-ul .Wnav-li {
                    width: 100%;
                    height: 1rem;
                    line-height: 1rem;
                    padding: 0 0.2rem;
                    color: #000;
                    border-bottom: solid 1px #ccc;
                }

        .head .head-bottom {
            display: none;
        }

    .foot {
        width: 100%;
        height: auto;
        padding: 1rem 0.3rem;
        background: #121414;
    }

        .foot .foot-top {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

            .foot .foot-top .top-left {
                width: 100%;
                height: auto;
            }

                .foot .foot-top .top-left .left-logo {
                    width: 2.6rem;
                    margin-bottom: 0.5rem;
                }

                .foot .foot-top .top-left .left-text {
                    width: 100%;
                    font-size: 0.26rem;
                }

                .foot .foot-top .top-left .left-phone {
                    font-size: 0.34rem;
                    color: #fff;
                    line-height: 0.4rem;
                }

                .foot .foot-top .top-left .left-font {
                    margin-top: 0.16rem;
                    font-size: 0.26rem;
                    line-height: 0.42rem;
                }

            .foot .foot-top .top-right {
                display: none;
            }

        .foot .foot-bottom {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 100%;
            margin: 0.8rem auto 0;
        }

            .foot .foot-bottom .bottom-left {
                width: 100%;
                height: auto;
                font-size: 0.26rem;
            }

                .foot .foot-bottom .bottom-left .left-link {
                    width: 100%;
                    margin-top:0.1rem;
                    line-height: 0.42rem;
                }

                    .foot .foot-bottom .bottom-left .left-link span {
                        margin: 0 0.1rem;
                    }

                .foot .foot-bottom .bottom-left .bottom-zhizi {
                    width: 100%;
                    line-height: 0.46rem;
                }

                .foot .foot-bottom .bottom-left a {
                    color: #6d7272;
                }

                    .foot .foot-bottom .bottom-left a:hover {
                        color: #fff;
                        text-decoration: underline;
                    }

            .foot .foot-bottom .web-bottom-right {
                display: flex;
                justify-content: flex-start;
                width: 100%;
            }

                .foot .foot-bottom .web-bottom-right .right-icon {
                    width: 0.9rem;
                    height: 0.9rem;
                    text-align: center;
                    line-height: 0.9rem;
                    border-radius: 50%;
                    background: #2a2d2d;
                    margin-right: 0.3rem;
                    margin-bottom: 0.4rem;
                }

                    .foot .foot-bottom .web-bottom-right .right-icon .icon-pic {
                        width: 18px;
                    }

            .foot .foot-bottom .bottom-right {
                display: none;
            }
            .foot .bottom-cent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    font-size: 0.26rem;
  }
  .foot .bottom-cent .left-link {
    display: none;
    width: 100%;
    line-height: 0.42rem;
    text-align: right;
  }
  .foot .bottom-cent .left-link span {
    margin: 0 0.1rem;
  }
  .foot .bottom-cent .bottom-zhizi {
    display: inline-block;
    width: 100%;
    margin-top: 0.1rem;
    line-height: 0.42rem;
  }
  .foot .bottom-cent .left-link-web {
    display: inline-block;
    width: 100%;
    margin-top: 0.3rem;
    line-height: 0.42rem;
    text-align: left;
  }
  .foot .bottom-cent .left-link-web span {
    margin: 0 0.1rem;
  }
  .foot .bottom-cent a {
    color: #6d7272;
  }
  .foot .bottom-cent a:hover {
    color: #fff;
    text-decoration: underline;
  }
    .container {
        position: relative;
        max-width: 1920px;
        width: 100%;
        height: auto;
        padding: 1.2rem 0 0;
        overflow: hidden;
    }

        .container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 5rem;
            height: 1.5rem;
            background: url(../images/bg1.png) no-repeat left top;
            background-size: 4.3rem;
            opacity: 0.4;
        }

        .container .cont-box {
            width: 100%;
            height: auto;
            background: url(../images/bg2.png) no-repeat left 13rem;
        }

            .container .cont-box .cont-plate1 {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                width: 100%;
                height: auto;
                padding: 0 0.3rem;
            }

                .container .cont-box .cont-plate1 .plate1-left {
                    width: 100%;
                    padding-right: 0;
                }

                    .container .cont-box .cont-plate1 .plate1-left .left-font {
                        margin-top: 0.8rem;
                        font-size: 0.38rem;
                        color: #666;
                    }

                    .container .cont-box .cont-plate1 .plate1-left .left-title {
                        margin: 0.16rem 0 0.5rem;
                        font-size: 0.48rem;
                        line-height: 0.6rem;
                    }

                        .container .cont-box .cont-plate1 .plate1-left .left-title span {
                            font-weight: bold;
                        }

                    .container .cont-box .cont-plate1 .plate1-left .left-text {
                        width: 100%;
                        margin-bottom: 0.4rem;
                        font-size: 0.28rem;
                        line-height: 0.46rem;
                    }

                    .container .cont-box .cont-plate1 .plate1-left .left-link {
                        padding-top: 0.5rem;
                        font-size: 0.28rem;
                    }

                        .container .cont-box .cont-plate1 .plate1-left .left-link a .link-icon {
                            width: 0.4rem;
                            margin-left: 0.1rem;
                            transition: all 0.5s;
                            -o-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -webkit-transition: all 0.5s;
                        }

                .container .cont-box .cont-plate1 .plate1-right {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    width: 100%;
                    margin-top: 0.3rem;
                }

                    .container .cont-box .cont-plate1 .plate1-right .right-box {
                        width: calc(50% - 0.11rem);
                        height: auto;
                    }

                        .container .cont-box .cont-plate1 .plate1-right .right-box .mt {
                            margin-top: 0.2rem;
                        }

                        .container .cont-box .cont-plate1 .plate1-right .right-box .box-cent {
                            position: relative;
                            width: 100%;
                            overflow: hidden;
                        }

                            .container .cont-box .cont-plate1 .plate1-right .right-box .box-cent .cent-icon {
                                position: absolute;
                                top: 0.4rem;
                                left: 0.45rem;
                                width: 0.44rem;
                            }

                            .container .cont-box .cont-plate1 .plate1-right .right-box .box-cent .cent-text {
                                position: absolute;
                                bottom: 0.3rem;
                                left: 0.3rem;
                                width: 2.7rem;
                            }

                                .container .cont-box .cont-plate1 .plate1-right .right-box .box-cent .cent-text .text-title {
                                    font-size: 0.32rem;
                                }

                                .container .cont-box .cont-plate1 .plate1-right .right-box .box-cent .cent-text .text-font {
                                    margin-top: 0.14rem;
                                    font-size: 0.26rem;
                                    line-height: 0.42rem;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    display: -webkit-box;
                                    -webkit-line-clamp: 2;
                                    -webkit-box-orient: vertical;
                                }

            .container .cont-box .cont-plate2 {
                width: 100%;
                height: auto;
                margin-top: 1.4rem;
            }

                .container .cont-box .cont-plate2 .plate2-text {
                    width: 100%;
                    font-size: 0.38rem;
                }

                .container .cont-box .cont-plate2 .plate2-title {
                    width: 100%;
                    margin-top: 0.14rem;
                    font-size: 0.42rem;
                }

                .container .cont-box .cont-plate2 .plate2-box {
                    position: relative;
                    width: 100%;
                    padding: 0 0.3rem;
                }

                    .container .cont-box .cont-plate2 .plate2-box .box-list {
                        width: 100%;
                        height: auto;
                        margin-top: 0.5rem;
                        overflow: hidden;
                    }

                        .container .cont-box .cont-plate2 .plate2-box .box-list .swiper-slide {
                            width: calc(33.33% - 20px) !important;
                        }

                            .container .cont-box .cont-plate2 .plate2-box .box-list .swiper-slide .slide-title {
                                margin-top: 0.3rem;
                                font-size: 0.34rem;
                                font-weight: bold;
                                color: #000;
                                transition: all 0.5s;
                                -o-transition: all 0.5s;
                                -moz-transition: all 0.5s;
                                -webkit-transition: all 0.5s;
                            }

                            .container .cont-box .cont-plate2 .plate2-box .box-list .swiper-slide .slide-text {
                                font-size: 0.26rem;
                                line-height: 0.42rem;
                                color: #999;
                            }

                    .container .cont-box .cont-plate2 .plate2-box .plate2-swiper-button-prev,
                    .container .cont-box .cont-plate2 .plate2-box .plate2-swiper-button-next {
                        display: none;
                    }

                    .container .cont-box .cont-plate2 .plate2-box .list-bar {
                        display: none;
                    }

            .container .cont-box .cont-plate3 {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                width: 100%;
                height: auto;
                margin-top: 1.4rem;
            }

                .container .cont-box .cont-plate3 .plate3-box {
                    position: relative;
                    width: 100%;
                    height: auto;
                }

                    .container .cont-box .cont-plate3 .plate3-box .box-cent {
                        position: absolute;
                        top: 50%;
                        left: 0;
                        display: inline-block;
                        width: 100%;
                        padding: 0 0.3rem;
                        transform: translatey(-50%);
                        -o-transform: translatey(-50%);
                        -moz-transform: translatey(-50%);
                        -webkit-transform: translatey(-50%);
                    }

                        .container .cont-box .cont-plate3 .plate3-box .box-cent .cent-icon {
                            width: 0.7rem;
                        }

                        .container .cont-box .cont-plate3 .plate3-box .box-cent .cent-title {
                            margin-top: 0.36rem;
                            font-size: 0.36rem;
                        }

                        .container .cont-box .cont-plate3 .plate3-box .box-cent .cent-text {
                            margin-top: 0.26rem;
                            font-size: 0.26rem;
                            line-height: 0.34rem;
                        }

                        .container .cont-box .cont-plate3 .plate3-box .box-cent .cent-buttom {
                            display: block;
                            width: 2.2rem;
                            height: 0;
                            margin: 0 auto;
                            font-size: 16px;
                            text-align: center;
                            line-height: 0.8rem;
                            color: #fff;
                            border-radius: 0.25rem;
                            border: none;
                            overflow: hidden;
                        }

                            .container .cont-box .cont-plate3 .plate3-box .box-cent .cent-buttom .buttom-icon {
                                width: 27px;
                                margin-left: 0.1rem;
                            }

                            .container .cont-box .cont-plate3 .plate3-box .box-cent .cent-buttom:hover {
                                transform: translatey(-10px);
                                -o-transform: translatey(-10px);
                                -moz-transform: translatey(-10px);
                                -webkit-transform: translatey(-10px);
                            }

                    .container .cont-box .cont-plate3 .plate3-box:hover .cent-buttom {
                        height: 0.8rem;
                        margin: 0.56rem auto 0;
                        border: solid 1px #fff;
                    }

            .container .cont-box .cont-plate4 {
                position: relative;
                width: 100%;
                margin: 1.2rem auto 1.4rem;
            }

                .container .cont-box .cont-plate4 .plate4-title {
                    width: 100%;
                    font-size: 0.24rem;
                    text-align: center;
                    color: #666;
                }

                .container .cont-box .cont-plate4 .plate4-text {
                    font-size: 0.48rem;
                    text-align: center;
                    line-height: 0.9rem;
                    color: #000;
                }

                    .container .cont-box .cont-plate4 .plate4-text span {
                        font-weight: bold;
                    }

                .container .cont-box .cont-plate4 .plate4-box {
                    width: 100%;
                    height: auto;
                    margin-top: 0.55rem;
                    padding: 0 0.15rem;
                    overflow: hidden;
                }

                    .container .cont-box .cont-plate4 .plate4-box .swiper-slide {
                        width: 70%;
                        padding: 0 0.1rem;
                    }

                        .container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-box {
                            position: relative;
                            width: 100%;
                            height: 5.2rem;
                            padding: 0.5rem 0.5rem 0.6rem;
                            border: solid 1px #eaeaea;
                            box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
                            cursor: pointer;
                        }

                        .container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-pic {
                            position: absolute;
                            bottom: 0.6rem;
                            left: 0.5rem;
                            width: 3.35rem;
                            opacity: 0;
                            transform: rotateY(180deg);
                            -o-transform: rotateY(180deg);
                            -moz-transform: rotateY(180deg);
                            -webkit-transform: rotateY(180deg);
                            transition: all 1s;
                            -o-transition: all 1s;
                            -moz-transition: all 1s;
                            -webkit-transition: all 1s;
                        }

                        .container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-time {
                            font-size: 0.34rem;
                            color: #000;
                            transition: all 0.5s;
                            -o-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -webkit-transition: all 0.5s;
                        }

                            .container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-time span {
                                font-size: 0.24rem;
                                color: #999999;
                                transition: all 0.5s;
                                -o-transition: all 0.5s;
                                -moz-transition: all 0.5s;
                                -webkit-transition: all 0.5s;
                            }

                        .container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-title {
                            margin: 0.45rem 0 0.4rem;
                            font-size: 0.34rem;
                            line-height: 0.46rem;
                            color: #000;
                            transition: all 0.5s;
                            -o-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -webkit-transition: all 0.5s;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                        }

                        .container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-cent {
                            position: absolute;
                            bottom: 0.6rem;
                            left: 0.5rem;
                            width: 3.7rem;
                            transition: all 1s;
                            -o-transition: all 1s;
                            -moz-transition: all 1s;
                            -webkit-transition: all 1s;
                        }

                            .container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-cent .slide-text {
                                font-size: 0.26rem;
                                line-height: 0.46rem;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                display: -webkit-box;
                                -webkit-line-clamp: 3;
                                -webkit-box-orient: vertical;
                            }

                            .container .cont-box .cont-plate4 .plate4-box .swiper-slide .slide-cent .slide-link {
                                display: none !important;
                            }

                .container .cont-box .cont-plate4 .plate4-swiper-button-prev,
                .container .cont-box .cont-plate4 .plate4-swiper-button-next {
                    display: none;
                }

    .about {
        position: relative;
        max-width: 1920px;
        width: 100%;
        height: auto;
        padding-top: 1.2rem;
        overflow: hidden;
    }

        .about .about-cont {
            width: 100%;
            height: auto;
            margin-bottom: 1.2rem;
            background: url(../images/about/bg.png) no-repeat 94% bottom;
            background-size: 50%;
        }

            .about .about-cont .cont-plate1 {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                width: 100%;
                padding: 0 0.3rem;
                padding-bottom: 0.45rem;
            }

                .about .about-cont .cont-plate1 .plate1-left {
                    width: 100%;
                    height: auto;
                    padding-right: 0;
                }

                    .about .about-cont .cont-plate1 .plate1-left .box-title {
                        width: 100%;
                        margin-bottom: 0.5rem;
                        font-size: 0.46rem;
                    }

                    .about .about-cont .cont-plate1 .plate1-left .box-text {
                        width: 100%;
                        margin-bottom: 0.4rem;
                        font-size: 0.26rem;
                        line-height: 0.46rem;
                    }

                .about .about-cont .cont-plate1 .plate1-right {
                    position: relative;
                    top: auto;
                    left: auto;
                    width: 100%;
                    height: auto;
                }

                    .about .about-cont .cont-plate1 .plate1-right .hidden-box {
                        width: 100%;
                        height: 100%;
                    }

                        .about .about-cont .cont-plate1 .plate1-right .hidden-box .icon-box {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            width: 1rem;
                            height: 1rem;
                            cursor: pointer;
                            transform: translate(-50%, -50%);
                            -o-transform: translate(-50%, -50%);
                            -moz-transform: translate(-50%, -50%);
                            -webkit-transform: translate(-50%, -50%);
                        }

                            .about .about-cont .cont-plate1 .plate1-right .hidden-box .icon-box .right-icon {
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                width: 0.7rem;
                                z-index: 3;
                                transform: translate(-50%, -50%);
                                -o-transform: translate(-50%, -50%);
                                -moz-transform: translate(-50%, -50%);
                                -webkit-transform: translate(-50%, -50%);
                            }

                            .about .about-cont .cont-plate1 .plate1-right .hidden-box .icon-box .right-solid {
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                width: 0.6rem;
                                height: 0.6rem;
                                border-radius: 50%;
                                background-color: #000;
                                transform: translate(-50%, -50%);
                                -o-transform: translate(-50%, -50%);
                                -moz-transform: translate(-50%, -50%);
                                -webkit-transform: translate(-50%, -50%);
                            }

                    .about .about-cont .cont-plate1 .plate1-right .video-box {
                        position: absolute;
                        top: 50%;
                        left: 0;
                        display: none;
                        width: 100%;
                        height: auto;
                        transform: translatey(-50%);
                        -o-transform: translatey(-50%);
                        -moz-transform: translatey(-50%);
                        -webkit-transform: translatey(-50%);
                    }

                        .about .about-cont .cont-plate1 .plate1-right .video-box video {
                            width: 100%;
                            height: auto;
                        }

            .about .about-cont .cont-plate2 {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                width: 100%;
                padding: 0 0.3rem;
            }

                .about .about-cont .cont-plate2 .plate2-left {
                    width: 100%;
                    height: auto;
                }

                .about .about-cont .cont-plate2 .plate2-right {
                    width: 100%;
                    height: auto;
                    padding: 0.5rem 0 0 0rem;
                }

                    .about .about-cont .cont-plate2 .plate2-right .right-text {
                        width: 100%;
                        margin-bottom: 0.4rem;
                        font-size: 0.26rem;
                        line-height: 0.46rem;
                    }

        .about .about-bottom {
            width: 100%;
            height: auto;
            padding: 1.2rem 0;
            background: #f9f9f9;
        }

            .about .about-bottom .bottom-title {
                width: 100%;
                margin-bottom: 0.5rem;
                font-size: 0.46rem;
            }

            .about .about-bottom .bottom-box {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                width: 100%;
                padding: 0 0.3rem;
            }

                .about .about-bottom .bottom-box .box-list {
                    position: relative;
                    width: 100%;
                    margin-bottom: 0.4rem;
                }

                    .about .about-bottom .bottom-box .box-list .list-cent {
                        position: absolute;
                        top: 50%;
                        left: 0;
                        width: 100%;
                        text-align: center;
                        transform: translatey(-50%);
                        -o-transform: translatey(-50%);
                        -moz-transform: translatey(-50%);
                        -webkit-transform: translatey(-50%);
                    }

                        .about .about-bottom .bottom-box .box-list .list-cent .list-icon {
                            width: 62px;
                            margin-bottom: 0.35rem;
                        }

                        .about .about-bottom .bottom-box .box-list .list-cent .left-title {
                            font-size: 0.3rem;
                            color: #fff;
                        }

                        .about .about-bottom .bottom-box .box-list .list-cent .list-text {
                            width: 100%;
                            height: 0;
                            overflow: hidden;
                            transition: all 0.5s;
                            -o-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -webkit-transition: all 0.5s;
                        }

                            .about .about-bottom .bottom-box .box-list .list-cent .list-text span {
                                display: inline-block;
                                width: 22px;
                                height: 2px;
                                margin-top: 0.2rem;
                                background: #fff;
                            }

                            .about .about-bottom .bottom-box .box-list .list-cent .list-text .text-font {
                                width: 100%;
                                margin-top: 0.4rem;
                                font-size: 0.28rem;
                            }

                    .about .about-bottom .bottom-box .box-list .list-mask {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: rgba(216, 34, 40, 0);
                        transition: all 0.5s;
                        -o-transition: all 0.5s;
                        -moz-transition: all 0.5s;
                        -webkit-transition: all 0.5s;
                    }

                    .about .about-bottom .bottom-box .box-list:hover .list-text {
                        height: 1.4rem;
                    }

                    .about .about-bottom .bottom-box .box-list:hover .list-mask {
                        background: rgba(216, 34, 40, 0.8);
                    }

    .course {
        width: 100%;
    }

        .course .course-cont {
            width: 100%;
            height: auto;
            padding: 1.2rem 0.3rem;
        }

            .course .course-cont .cont-title {
                width: 100%;
                margin-bottom: 0.5rem;
                font-size: 0.46rem;
            }

            .course .course-cont .cont-top {
                position: relative;
                width: 100%;
                overflow: hidden;
            }

                .course .course-cont .cont-top .swiper-slide {
                    width: 40%;
                    font-family: Arial;
                    font-size: 0.3rem;
                }

                .course .course-cont .cont-top .swiper-slide-active {
                    font-size: 0.4rem;
                }

                .course .course-cont .cont-top .swiper-button-prev,
                .course .course-cont .cont-top .swiper-button-next {
                    display: none;
                }

            .course .course-cont .cont-cent {
                position: relative;
                width: 100%;
                height: auto;
                margin-top: 0.6rem;
            }

                .course .course-cont .cont-cent .cent-box {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: auto;
                }

                .course .course-cont .cont-cent .cont-shu {
                    position: absolute;
                    top: 0;
                    left: 50%;
                    width: 1px;
                    height: 100%;
                    background: #da2b30;
                    opacity: 0.5;
                    transform: translateX(-50%);
                    -o-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    -webkit-transform: translateX(-50%);
                }

                .course .course-cont .cont-cent .cent-list {
                    position: relative;
                    display: flex;
                    justify-content: space-between;
                    width: 100%;
                    height: auto;
                    padding: 0 0 0.5rem;
                }

                    .course .course-cont .cont-cent .cent-list::before {
                        content: '';
                        position: absolute;
                        top: 0;
                        left: 50%;
                        width: 10px;
                        height: 10px;
                        background: #da2b30;
                        border-radius: 50%;
                        transform: translateX(-50%);
                        -o-transform: translateX(-50%);
                        -moz-transform: translateX(-50%);
                        -webkit-transform: translateX(-50%);
                    }

                    .course .course-cont .cont-cent .cent-list .list-cent {
                        width: calc(50% - 0.56rem);
                        height: auto;
                        text-align: right;
                    }

                    .course .course-cont .cont-cent .cent-list .list-pic {
                        width: calc(50% - 0.56rem);
                        height: auto;
                    }

                        .course .course-cont .cont-cent .cent-list .list-pic .pic-img {
                            max-width: 100%;
                            width: auto;
                        }

                    .course .course-cont .cont-cent .cent-list .list-img2 {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 5rem;
                        background: #fff;
                        opacity: 0;
                        transition: all 0.8s;
                        -o-transition: all 0.8s;
                        -moz-transition: all 0.8s;
                        -webkit-transition: all 0.8s;
                    }

                        .course .course-cont .cont-cent .cent-list .list-img2 img {
                            width: 100%;
                            height:auto;
                        }

                    .course .course-cont .cont-cent .cent-list .list-img {
                        position: absolute;
                        top: 0;
                        right: 0;
                        width: 100%;
                        height: 5rem;
                        background: #fff;
                        opacity: 0;
                        transition: all 0.8s;
                        -o-transition: all 0.8s;
                        -moz-transition: all 0.8s;
                        -webkit-transition: all 0.8s;
                    }

                        .course .course-cont .cont-cent .cent-list .list-img img {
                            width: 100%;
                            height:auto;
                        }

                    .course .course-cont .cont-cent .cent-list .list-time {
                        width: 100%;
                    }

                        .course .course-cont .cont-cent .cent-list .list-time span {
                            display: inline-block;
                            width: auto;
                            padding: 0.2rem 0;
                            font-size: 0.26rem;
                            color: #000;
                            border-top: solid 1px #da2b30;
                        }

                    .course .course-cont .cont-cent .cent-list .list-text {
                        width: 100%;
                        margin-top: 0.3rem;
                        font-size: 0.26rem;
                        line-height: 0.44rem;
                        color: #666666;
                    }

    .honor {
        width: 100%;
    }

        .honor .honor-cont {
            width: 100%;
            height: auto;
            padding: 1.2rem 0.3rem;
        }

            .honor .honor-cont .cont-title {
                width: 100%;
                margin-bottom: 0.5rem;
                font-size: 0.46rem;
                font-weight: bold;
                text-align: center;
                color: #000;
            }

            .honor .honor-cont .cont-cent {
                width: 100%;
                padding: 0 0.3rem;
            }

                .honor .honor-cont .cont-cent .cont-box {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                    width: 100%;
                    height: auto;
                }

                    .honor .honor-cont .cont-cent .cont-box .box-list {
                        width: 100%;
                        height: auto;
                        padding: 0.7rem 0.4rem 0.5rem;
                        text-align: center;
                        margin-bottom: 0.6rem;
                        margin-left: 0;
                        background: #f5f5f5;
                        transition: all 0.5s;
                        -o-transition: all 0.5s;
                        -moz-transition: all 0.5s;
                        -webkit-transition: all 0.5s;
                    }

                        .honor .honor-cont .cont-cent .cont-box .box-list .list-pic {
                            width: 100%;
                        }

                        .honor .honor-cont .cont-cent .cont-box .box-list .list-text {
                            margin-top: 0.7rem;
                            font-size: 0.28rem;
                            color: #393f4b;
                        }

                        .honor .honor-cont .cont-cent .cont-box .box-list .list-time {
                            margin-top: 0.12rem;
                            font-size: 0.24rem;
                            color: #b1b1b1;
                        }

                        .honor .honor-cont .cont-cent .cont-box .box-list:hover {
                            box-shadow: 0 0 0.1rem 0.08rem #ddd;
                            transform: translatey(-15px);
                            -o-transform: translatey(-15px);
                            -moz-transform: translatey(-15px);
                            -webkit-transform: translatey(-15px);
                        }

                .honor .honor-cont .cont-cent .page-number {
                    display: none;
                }

                .honor .honor-cont .cont-cent .Wpage-number {
                    display: block;
                    width: 100%;
                    height: 0.8rem;
                    margin-top: 0.6rem;
                    font-size: 0.36rem;
                    font-weight: bold;
                    text-align: center;
                    line-height: 0.8rem;
                    color: #fff;
                    background: #da2b30;
                }

                .honor .honor-cont .cont-cent .cont-mask {
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100vw;
                    height: 100vh;
                    background: rgba(0, 0, 0, 0.5);
                    z-index: 199;
                    opacity: 0;
                    visibility: hidden;
                    transition: all 0.5s;
                    -o-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                }

                .honor .honor-cont .cont-cent .cont-popup {
                    position: fixed;
                    top: 50%;
                    left: 50%;
                    width: 90%;
                    height: auto;
                    padding: 0.7rem 0.3rem 0.3rem;
                    background: #fff;
                    z-index: 299;
                    opacity: 0;
                    visibility: hidden;
                    transition: all 0.5s;
                    -o-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                    transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -webkit-transform: translate(-50%, -50%);
                }

                    .honor .honor-cont .cont-cent .cont-popup .popup-title {
                        margin-top: 0.3rem;
                        font-size: 0.28rem;
                        text-align: center;
                        color: #333;
                    }

                    .honor .honor-cont .cont-cent .cont-popup .popup-see {
                        width: 100%;
                    }

                    .honor .honor-cont .cont-cent .cont-popup .popup-icon {
                        position: absolute;
                        top: -0.5rem;
                        right: -0.1rem;
                        width: 0.3rem;
                        cursor: pointer;
                        transition: all 0.5s;
                        -o-transition: all 0.5s;
                        -moz-transition: all 0.5s;
                        -webkit-transition: all 0.5s;
                    }

                        .honor .honor-cont .cont-cent .cont-popup .popup-icon:hover {
                            transform: rotate(90deg);
                            -o-transform: rotate(90deg);
                            -moz-transform: rotate(90deg);
                            -webkit-transform: rotate(90deg);
                        }

    .platform {
        max-width: 1920px;
        width: 100%;
        padding: 1.2rem 0;
    }

        .platform .title {
            font-size: 0.46rem;
        }

        .platform .text {
            font-size: 0.26rem;
            line-height: 0.44rem;
        }

        .platform .platform-cont {
            width: 100%;
        }

            .platform .platform-cont .cont-plate1 {
                width: 100%;
                height: auto;
                padding: 0 0.3rem;
            }

                .platform .platform-cont .cont-plate1 .plate1-title {
                    width: 100%;
                    margin-bottom: 0.34rem;
                    font-size: 0.46rem;
                }

                .platform .platform-cont .cont-plate1 .plate1-text {
                    width: 100%;
                    margin: 0 auto 0.75rem;
                    font-size: 0.26rem;
                    line-height: 0.44rem;
                }

                .platform .platform-cont .cont-plate1 .plate1-box {
                    position: relative;
                    width: 100%;
                    height: auto;
                    padding-bottom: 0.9rem;
                    overflow: hidden;
                }

                    .platform .platform-cont .cont-plate1 .plate1-box .swiper-slide {
                        width: 100%;
                    }

            .platform .platform-cont .cont-plate2 {
                width: 100%;
                padding: 0 0.3rem;
            }

                .platform .platform-cont .cont-plate2 .plate2-box {
                    position: relative;
                    width: 100%;
                }

                    .platform .platform-cont .cont-plate2 .plate2-box .swiper-slide {
                        width: 100%;
                    }

                        .platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box {
                            display: flex;
                            justify-content: space-between;
                            flex-wrap: wrap;
                        }

                            .platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box .slide-left {
                                position: relative;
                                width: 100%;
                            }

                                .platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box .slide-left .left-cent {
                                    position: relative;
                                    top: auto;
                                    left: auto;
                                    width: 100%;
                                }

                                .platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box .slide-left .left-title {
                                    width: 100%;
                                    margin-bottom: 0.45rem;
                                    font-size: 0.46rem;
                                }

                                .platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box .slide-left .left-text {
                                    width: 100%;
                                    margin-bottom: 0.4rem;
                                    font-size: 0.26rem;
                                    line-height: 0.44rem;
                                }

                            .platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box .slide-right {
                                position: relative;
                                width: 100%;
                                overflow: hidden;
                            }

                                .platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box .slide-right .img {
                                    transition: all 0.5s;
                                    -o-transition: all 0.5s;
                                    -moz-transition: all 0.5s;
                                    -webkit-transition: all 0.5s;
                                }

                                .platform .platform-cont .cont-plate2 .plate2-box .swiper-slide .slide-box .slide-right span {
                                    position: absolute;
                                    bottom: 0.34rem;
                                    left: 0.34rem;
                                    font-size: 0.26rem;
                                }

                    .platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom {
                        display: none;
                        position: static;
                        bottom: auto;
                        left: auto;
                        width: 100%;
                    }

                        .platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-prev,
                        .platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-next {
                            position: absolute;
                            bottom: 0;
                            width: 0.6rem;
                            height: 0.6rem;
                            border-radius: 50%;
                            cursor: pointer;
                            z-index: 99;
                        }

                            .platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-prev .button-icon,
                            .platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-next .button-icon,
                            .platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-prev .button-icon2,
                            .platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-next .button-icon2 {
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                width: 10px;
                                transform: translate(-50%, -50%);
                                -o-transform: translate(-50%, -50%);
                                -moz-transform: translate(-50%, -50%);
                                -webkit-transform: translate(-50%, -50%);
                                transition: all 0.5s;
                                -o-transition: all 0.5s;
                                -moz-transition: all 0.5s;
                                -webkit-transition: all 0.5s;
                            }

                            .platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-prev .button-icon2,
                            .platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-next .button-icon2 {
                                opacity: 0;
                            }

                            .platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-prev .button-svg,
                            .platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-next .button-svg {
                                stroke-dasharray: 182 182;
                                stroke-dashoffset: 182;
                                stroke: #da2b30;
                                transition: all 1s;
                                -o-transition: all 1s;
                                -moz-transition: all 1s;
                                -webkit-transition: all 1s;
                            }

                        .platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-prev {
                            left: 0;
                        }

                        .platform .platform-cont .cont-plate2 .plate2-box .plate2-swiper-buttom .plate2-swiper-button-next {
                            right: 0;
                        }

            .platform .platform-cont .cont-plate3 {
                width: 100%;
                margin-top: 1.2rem;
            }

                .platform .platform-cont .cont-plate3 .plate3-title {
                    width: 100%;
                    margin-bottom: 0.34rem;
                    text-align: center;
                    font-size: 0.46rem;
                }

                .platform .platform-cont .cont-plate3 .plate3-text {
                    width: 100%;
                    margin: 0 auto 0.75rem;
                    text-align: center;
                    font-size: 0.26rem;
                    line-height: 0.44rem;
                }

                .platform .platform-cont .cont-plate3 .plate3-box {
                    display: flex;
                    justify-content: space-between;
                    width: 100%;
                    padding: 0 0.3rem;
                }

                    .platform .platform-cont .cont-plate3 .plate3-box .box-list {
                        width: calc(33.33% - 2px);
                        height: auto;
                        overflow: hidden;
                    }

                        .platform .platform-cont .cont-plate3 .plate3-box .box-list .img {
                            width: 100%;
                            transition: all 0.5s;
                            -o-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -webkit-transition: all 0.5s;
                        }

                        .platform .platform-cont .cont-plate3 .plate3-box .box-list:hover .img {
                            transform: scale(1.1, 1.1) translateZ(0);
                            -o-transform: scale(1.1, 1.1) translateZ(0);
                            -moz-transform: scale(1.1, 1.1) translateZ(0);
                            -webkit-transform: scale(1.1, 1.1 translateZ(0));
                        }

            .platform .platform-cont .cont-plate4 {
                width: 100%;
                margin: 1.2rem auto 0;
                padding: 0 0.3rem;
            }

                .platform .platform-cont .cont-plate4 .plate4-cent {
                    position: relative;
                    width: 100%;
                    height: auto;
                    overflow: hidden;
                }

                    .platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide {
                        width: 100%;
                    }

                        .platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide .slide-box {
                            display: flex;
                            justify-content: space-between;
                            flex-wrap: wrap;
                            width: 100%;
                        }

                            .platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide .slide-box .box-pic {
                                width: 100%;
                                height: auto;
                                overflow: hidden;
                            }

                                .platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide .slide-box .box-pic .img {
                                    transition: all 0.5s;
                                    -o-transition: all 0.5s;
                                    -moz-transition: all 0.5s;
                                    -webkit-transition: all 0.5s;
                                }

                            .platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide .slide-box .box-text {
                                width: 100%;
                                padding: 0.4rem 0 0 0;
                            }

                                .platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide .slide-box .box-text .text-num {
                                    font-family: 'Gilroy-Light';
                                    font-size: 0.58rem;
                                }

                                .platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide .slide-box .box-text .text-title {
                                    margin-bottom: 0.34rem;
                                    font-size: 0.46rem;
                                    color: #000;
                                }

                                .platform .platform-cont .cont-plate4 .plate4-cent .swiper-slide .slide-box .box-text .text-font {
                                    font-size: 0.26rem;
                                    line-height: 0.44rem;
                                }

                    .platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom {
                        display: none;
                        position: absolute;
                        bottom: 0;
                        left: calc(50% + 1.1rem);
                        width: 1.7rem;
                    }

                        .platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-prev,
                        .platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-next {
                            position: absolute;
                            bottom: 0;
                            width: 60px;
                            height: 60px;
                            border-radius: 50%;
                            cursor: pointer;
                            z-index: 99;
                        }

                            .platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-prev .button-icon,
                            .platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-next .button-icon,
                            .platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-prev .button-icon2,
                            .platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-next .button-icon2 {
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                width: 10px;
                                transform: translate(-50%, -50%);
                                -o-transform: translate(-50%, -50%);
                                -moz-transform: translate(-50%, -50%);
                                -webkit-transform: translate(-50%, -50%);
                                transition: all 0.5s;
                                -o-transition: all 0.5s;
                                -moz-transition: all 0.5s;
                                -webkit-transition: all 0.5s;
                            }

                            .platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-prev .button-icon2,
                            .platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-next .button-icon2 {
                                opacity: 0;
                            }

                            .platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-prev .button-svg,
                            .platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-next .button-svg {
                                stroke-dasharray: 182 182;
                                stroke-dashoffset: 182;
                                stroke: #da2b30;
                                transition: all 1s;
                                -o-transition: all 1s;
                                -moz-transition: all 1s;
                                -webkit-transition: all 1s;
                            }

                        .platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-prev {
                            left: 0;
                        }

                        .platform .platform-cont .cont-plate4 .plate4-cent .plate4-swiper-buttom .plate4-swiper-button-next {
                            left: 0.76rem;
                        }

            .platform .platform-cont .cont-plate5 {
                width: 100%;
                margin: 1.25rem auto 0;
                padding: 0 0.3rem;
            }

                .platform .platform-cont .cont-plate5 .plate5-title {
                    width: 100%;
                    margin-bottom: 0.2rem;
                    text-align: center;
                    font-size: 0.46rem;
                }

                .platform .platform-cont .cont-plate5 .plate5-text {
                    width: 100%;
                    margin-bottom: 0.5rem;
                    text-align: center;
                    font-size: 0.26rem;
                    line-height: 0.44rem;
                }

                .platform .platform-cont .cont-plate5 .plate5-box {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                    width: 100%;
                }

                    .platform .platform-cont .cont-plate5 .plate5-box .box-list {
                        width: 100%;
                        height: auto;
                        overflow: hidden;
                        margin-bottom: 0.3rem;
                    }

                        .platform .platform-cont .cont-plate5 .plate5-box .box-list .img {
                            transition: all 0.5s;
                            -o-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -webkit-transition: all 0.5s;
                        }

                        .platform .platform-cont .cont-plate5 .plate5-box .box-list:hover .img {
                            transform: scale(1.1, 1.1) translateZ(0);
                            -o-transform: scale(1.1, 1.1) translateZ(0);
                            -moz-transform: scale(1.1, 1.1) translateZ(0);
                            -webkit-transform: scale(1.1, 1.1 translateZ(0));
                        }

    .product {
        width: 100%;
        padding: 1rem 0 0.56rem;
    }

        .product .product-cont {
            width: 100%;
            padding: 0 0.3rem;
        }

            .product .product-cont .cont-box {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                width: 100%;
            }

                .product .product-cont .cont-box .box-list {
                    width: calc(50% - 0.16rem);
                    height: auto;
                    margin-bottom: 0.76rem;
                    margin-left: 0;
                }

                    .product .product-cont .cont-box .box-list .list-pic {
                        position: relative;
                        width: 100%;
                        height: auto;
                        overflow: hidden;
                    }

                        .product .product-cont .cont-box .box-list .list-pic .pic-mask {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: rgba(216, 34, 40, 0.8);
                            opacity: 0;
                            transition: all 0.5s;
                            -o-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -webkit-transition: all 0.5s;
                        }

                            .product .product-cont .cont-box .box-list .list-pic .pic-mask .pic-active {
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                width: 0.76rem;
                                height: 0.76rem;
                                font-size: 0.4rem;
                                line-height: 0.7rem;
                                text-align: center;
                                color: #fff;
                                border-radius: 50%;
                                border: solid 2px #fff;
                                transform: translate(-50%, -50%);
                                -o-transform: translate(-50%, -50%);
                                -moz-transform: translate(-50%, -50%);
                                -webkit-transform: translate(-50%, -50%);
                            }

                    .product .product-cont .cont-box .box-list .list-title {
                        margin-top: 0.3rem;
                        font-size: 0.34rem;
                        line-height: 0.56rem;
                    }

                    .product .product-cont .cont-box .box-list .list-text {
                        font-size: 0.26rem;
                        line-height: 0.38rem;
                    }

    .productDetails {
        width: 100%;
    }

        .productDetails .productDetails-top {
            width: 100%;
            height: auto;
            padding: 80px 0 1rem;
        }

            .productDetails .productDetails-top .top-cont {
                position: relative;
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                align-items: flex-start;
                width: 100%;
                height: 100%;
                padding: 0 0.3rem;
            }

                .productDetails .productDetails-top .top-cont .cont-left {
                    width: 100%;
                    height: auto;
                }

                    .productDetails .productDetails-top .top-cont .cont-left .left-English {
                        width: 100%;
                        margin-bottom: 0.55rem;
                        font-family: 'Gilroy-Light';
                        font-size: 0.4rem;
                    }

                    .productDetails .productDetails-top .top-cont .cont-left .left-title {
                        width: 100%;
                        margin-top: 0.3rem;
                        margin-bottom: 0.2rem;
                        font-size: 0.58rem;
                    }

                    .productDetails .productDetails-top .top-cont .cont-left .left-text {
                        position: relative;
                        width: 100%;
                        padding-left: 0.4rem;
                        font-size: 0.28rem;
                        line-height: 0.46rem;
                    }

                        .productDetails .productDetails-top .top-cont .cont-left .left-text::before {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            transform: translatey(40%);
                            -o-transform: translatey(40%);
                            -moz-transform: translatey(40%);
                            -webkit-transform: translatey(40%);
                        }

                .productDetails .productDetails-top .top-cont .cont-right {
                    flex: none;
                    width: 100%;
                    margin-top: 0.5rem;
                }

        .productDetails .productDetails-cont {
            width: 100%;
            margin: 1.2rem auto 0;
            padding: 0 0.3rem;
        }

            .productDetails .productDetails-cont .cont-plate1 {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                width: 100%;
                margin-bottom: 1.2rem;
            }

                .productDetails .productDetails-cont .cont-plate1 .plate1-left {
                    width: 100%;
                    margin-bottom: 0.3rem;
                }

                .productDetails .productDetails-cont .cont-plate1 .plate1-right {
                    width: 100%;
                    padding: 0.3rem 0 0 0;
                }

                    .productDetails .productDetails-cont .cont-plate1 .plate1-right .right-title {
                        width: 100%;
                        height: 1.2rem;
                        padding-left: 0.7rem;
                        margin-bottom: 0.55rem;
                        font-size: 0.46rem;
                        line-height: 1.2rem;
                    }

                    .productDetails .productDetails-cont .cont-plate1 .plate1-right .right-text {
                        position: relative;
                        width: 100%;
                        margin-top: 0.1rem;
                        padding-left: 0.4rem;
                        font-size: 0.26rem;
                        line-height: 0.44rem;
                    }

                        .productDetails .productDetails-cont .cont-plate1 .plate1-right .right-text::before {
                            content: '';
                            position: absolute;
                            top: 0;
                            left: 0;
                            transform: translatey(40%);
                            -o-transform: translatey(40%);
                            -moz-transform: translatey(40%);
                            -webkit-transform: translatey(40%);
                        }

            .productDetails .productDetails-cont .cont-plate2 {
                width: 100%;
                margin-bottom: 0.6rem;
            }

                .productDetails .productDetails-cont .cont-plate2 .plate2-title {
                    width: 100%;
                    height: auto;
                    margin-bottom: 0.5rem;
                    font-size: 0.46rem;
                }

                .productDetails .productDetails-cont .cont-plate2 .plate2-box {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                    width: 100%;
                }

                    .productDetails .productDetails-cont .cont-plate2 .plate2-box .box-list {
                        width: 100%;
                        margin-bottom: 0.6rem;
                    }

                        .productDetails .productDetails-cont .cont-plate2 .plate2-box .box-list .list-pic {
                            width: 100%;
                            overflow: hidden;
                        }

                            .productDetails .productDetails-cont .cont-plate2 .plate2-box .box-list .list-pic .img {
                                transition: all 0.5s;
                                -o-transition: all 0.5s;
                                -moz-transition: all 0.5s;
                                -webkit-transition: all 0.5s;
                            }

                        .productDetails .productDetails-cont .cont-plate2 .plate2-box .box-list .list-title {
                            width: 100%;
                            margin-top: 0.34rem;
                            font-size: 0.24rem;
                            color: #000;
                        }

                        .productDetails .productDetails-cont .cont-plate2 .plate2-box .box-list .list-text {
                            width: 100%;
                            margin-top: 0.08rem;
                            font-size: 16px;
                            color: #999999;
                        }

                        .productDetails .productDetails-cont .cont-plate2 .plate2-box .box-list:hover .img {
                            transform: scale(1.1, 1.1) translateZ(0);
                            -o-transform: scale(1.1, 1.1) translateZ(0);
                            -moz-transform: scale(1.1, 1.1) translateZ(0);
                            -webkit-transform: scale(1.1, 1.1 translateZ(0));
                        }

   .productDetails .productDetails-cont .cont-plate2 .plate2-cont {
                    position: relative;
                    width: 100%;
                    padding: 0 0.3rem;
                }

    .productDetails .productDetails-cont .cont-plate2 .plate2-cont .cont-list {
                        width: 100%;
                        height: auto;
                        margin-top: 0.5rem;
                        overflow: hidden;
                    }

     .productDetails .productDetails-cont .cont-plate2 .plate2-cont .cont-list .swiper-slide {
                            width: 100% !important;
                        }

     .productDetails .productDetails-cont .cont-plate2 .plate2-cont .cont-list .swiper-slide .slide-title {
                                margin-top: 0.3rem;
                                font-size: 0.34rem;
                                font-weight: bold;
                                color: #000;
                                transition: all 0.5s;
                                -o-transition: all 0.5s;
                                -moz-transition: all 0.5s;
                                -webkit-transition: all 0.5s;
                            }

     .productDetails .productDetails-cont .cont-plate2 .plate2-cont .cont-list .swiper-slide .slide-text {
                                font-size: 0.26rem;
                                line-height: 0.42rem;
                                color: #999;
                            }

    .productDetails .productDetails-cont .cont-plate2 .plate2-cont .plate2-swiper-button-prev,
    .productDetails .productDetails-cont .cont-plate2 .plate2-cont .plate2-swiper-button-next {
                        display: none;
                    }

    .productDetails .productDetails-cont .cont-plate2 .plate2-cont .list-bar {
                        display: none;
                    }
    .news {
        width: 100%;
    }

        .news .news-cont {
            width: 100%;
            height: auto;
            padding: 1.2rem 0.3rem;
        }

            .news .news-cont .cont-title {
                width: 100%;
                margin-bottom: 0.5rem;
                font-size: 0.46rem;
            }

            .news .news-cont .cont-cent {
                width: 100%;
            }

                .news .news-cont .cont-cent .cent-case {
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                    width: 100%;
                    height: auto;
                }

                    .news .news-cont .cont-cent .cent-case .box-list {
                        position: relative;
                        width: 100%;
                        height: 6.2rem;
                        margin-bottom: 0.3rem;
                        margin-left: 0;
                        padding: 0.5rem 0.5rem 0.6rem;
                        border: solid 1px #eaeaea;
                        box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.05);
                    }

                        .news .news-cont .cont-cent .cent-case .box-list::after {
                            content: '';
                            position: absolute;
                            bottom: 0;
                            left: 0;
                            width: 0;
                            height: 2px;
                            background: #da2b30;
                            transition: all 0.5s;
                            -o-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -webkit-transition: all 0.5s;
                        }

                        .news .news-cont .cont-cent .cent-case .box-list .list-time {
                            width: 100%;
                            margin-bottom: 0.7rem;
                            font-size: 0.34rem;
                        }

                            .news .news-cont .cont-cent .cent-case .box-list .list-time span {
                                display: inline-block;
                                font-size: 0.26rem;
                                transform: translatey(-0.04rem);
                                -o-transform: translatey(-0.04rem);
                                -moz-transform: translatey(-0.04rem);
                                -webkit-transform: translatey(-0.04rem);
                            }

                        .news .news-cont .cont-cent .cent-case .box-list .list-title {
                            width: 100%;
                            margin-bottom: 0.38rem;
                            font-size: 0.36rem;
                            line-height: 0.5rem;
                        }

                        .news .news-cont .cont-cent .cent-case .box-list .list-cent {
                            position: relative;
                            width: 100%;
                            height: auto;
                        }

                            .news .news-cont .cont-cent .cent-case .box-list .list-cent .cent-text {
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                transition: all 0.5s;
                                -o-transition: all 0.5s;
                                -moz-transition: all 0.5s;
                                -webkit-transition: all 0.5s;
                            }

                                .news .news-cont .cont-cent .cent-case .box-list .list-cent .cent-text .text-top {
                                    width: 100%;
                                    margin-bottom: 0.76rem;
                                    font-size: 0.28rem;
                                    line-height: 0.46rem;
                                }

                                .news .news-cont .cont-cent .cent-case .box-list .list-cent .cent-text .text-bottom {
                                    width: 100%;
                                    font-size: 0.28rem;
                                    color: #000;
                                }

                            .news .news-cont .cont-cent .cent-case .box-list .list-cent .list-pic {
                                position: absolute;
                                top: 0;
                                left: 0;
                                width: 100%;
                                opacity: 0;
                                transition: all 0.5s;
                                -o-transition: all 0.5s;
                                -moz-transition: all 0.5s;
                                -webkit-transition: all 0.5s;
                            }

            .news .news-cont .page-number {
                display: none;
            }

            .news .news-cont .Wpage-number {
                display: block;
                width: 100%;
                height: 0.8rem;
                margin-top: 0.6rem;
                font-size: 0.36rem;
                font-weight: bold;
                text-align: center;
                line-height: 0.8rem;
                color: #fff;
                background: #da2b30;
            }

    .newsDetails {
        width: 100%;
    }

        .newsDetails .newsDetails-cont {
            width: 100%;
            height: auto;
            padding: 0 0.3rem;
            overflow: hidden;
        }

            .newsDetails .newsDetails-cont .cont-box {
                display: flex;
                justify-content: space-between;
                width: 100%;
                height: auto;
            }

                .newsDetails .newsDetails-cont .cont-box .box-left {
                    width: 100%;
                    height: auto;
                    padding: 1rem 0 1.5rem 0;
                    border-right: none;
                }

                    .newsDetails .newsDetails-cont .cont-box .box-left .left-title {
                        width: 100%;
                        font-size: 0.36rem;
                        font-weight: bold;
                        line-height: 0.48rem;
                        color: #000000;
                    }

                    .newsDetails .newsDetails-cont .cont-box .box-left .left-time {
                        margin-top: 0.25rem;
                        font-size: 0.26rem;
                        color: #999999;
                    }

                        .newsDetails .newsDetails-cont .cont-box .box-left .left-time span {
                            display: inline-block;
                            margin-left: 0.2rem;
                        }

                    .newsDetails .newsDetails-cont .cont-box .box-left .left-box {
                        width: 100%;
                        font-size: 0.26rem;
                        line-height: 0.44rem;
                        color: #666666;
                    }

                        .newsDetails .newsDetails-cont .cont-box .box-left .left-box .left-text {
                            font-size: 0.26rem;
                            line-height: 0.44rem;
                        }

                        .newsDetails .newsDetails-cont .cont-box .box-left .left-box .left-pic {
                            width: 100%;
                            margin-top: 0.7rem;
                        }

                         .newsDetails .newsDetails-cont .cont-box .box-left .left-box .left-pic img {
                                width: 100%;
                         }
                            .newsDetails .newsDetails-cont .cont-box .box-left .left-box .left-picNema {
                                margin-top: 0.35rem;
                                font-size: 0.26rem;
                            }

                    .newsDetails .newsDetails-cont .cont-box .box-left .left-English {
                        margin-top: 0.72rem;
                        font-family: Arial;
                        font-size: 0.24rem;
                    }

                    .newsDetails .newsDetails-cont .cont-box .box-left .left-share {
                        display: flex;
                        justify-content: flex-start;
                        width: 100%;
                        height: auto;
                        padding-bottom: 0.5rem;
                    }

                        .newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link {
                            position: relative;
                            display: inline-block;
                            width: 1rem;
                            height: 1rem;
                            margin: 0.14rem 0.14rem 0 0;
                            border: solid 2px #efeff3;
                        }

                            .newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link .share-icon,
                            .newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link .share-icon-on {
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                transform: translate(-50%, -50%);
                                -o-transform: translate(-50%, -50%);
                                -moz-transform: translate(-50%, -50%);
                                -webkit-transform: translate(-50%, -50%);
                                transition: all 0.5s;
                                -o-transition: all 0.5s;
                                -moz-transition: all 0.5s;
                                -webkit-transition: all 0.5s;
                            }

                            .newsDetails .newsDetails-cont .cont-box .box-left .left-share .share-link .share-icon-on {
                                opacity: 0;
                            }

                    .newsDetails .newsDetails-cont .cont-box .box-left .left-switch {
                        display: inline-block;
                        width: 100%;
                        height: 0.8rem;
                        margin-top: 0.1rem;
                        font-size: 0.26rem;
                        line-height: 0.8rem;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        white-space: nowrap;
                    }

                .newsDetails .newsDetails-cont .cont-box .box-right {
                    display: none;
                }

    .contact {
        width: 100%;
        padding: 1.2rem 0.3rem;
        overflow: hidden;
    }

        .contact .contact-title {
            width: 100%;
            margin-bottom: 0.6rem;
            font-size: 0.46rem;
            font-weight: bold;
            text-align: center;
            color: #000;
        }

        .contact .contact-cont {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 100%;
        }

            .contact .contact-cont .mode-list {
                width: 50%;
                height: 3.1rem;
                padding: 0 0.2rem;
                margin-bottom: 0.3rem;
            }

                .contact .contact-cont .mode-list .list-pic {
                    width: 1rem;
                    height: 1rem;
                }

                    .contact .contact-cont .mode-list .list-pic .pic-icon,
                    .contact .contact-cont .mode-list .list-pic .pic-icon-on {
                        width: 0.44rem;
                    }

                    .contact .contact-cont .mode-list .list-pic .pic-icon-on {
                        opacity: 0;
                    }

                    .contact .contact-cont .mode-list .list-pic .icon-size {
                        width: 0.39rem !important;
                    }

                .contact .contact-cont .mode-list .list-title {
                    width: 100%;
                    margin: 0.24rem 0 0.2rem;
                    font-size: 0.3rem;
                    color: #da2b30;
                }

                .contact .contact-cont .mode-list .list-text {
                    width: 100%;
                    font-size: 0.26rem;
                    line-height: 0.5rem;
                    color: #666666;
                }

                .contact .contact-cont .mode-list:last-child {
                    border-right: none;
                }

                .contact .contact-cont .mode-list:nth-child(2) {
                    border-right: none;
                }

        .contact .contact-map {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            width: 100%;
            margin: 1rem auto 0;
        }
            .contact .contact-map .map-list {
                width: 100%;
                height: auto;
                margin-top: 0.3rem;
         /*       border: solid 1px #da2b30;*/
            }
                .contact .contact-map .map-list .list-map {
                    width: 100%;
                    height: 5rem;
                    border: solid 1px #da2b30;
                }

                .contact .contact-map .map-list .list-title {
                    margin-top: 0.2rem;
                    font-size: 0.26rem;
                    text-align: center;
                }
    #containers {
        width: 100%;
        height: 200px;
    }

    .sociology {
        width: 100%;
    }

        .sociology .sociology-cont {
            width: 100%;
            height: auto;
            padding: 1.2rem 0.3rem;
        }

            .sociology .sociology-cont .cont-title {
                width: 100%;
                margin-bottom: 0.5rem;
                font-size: 0.46rem;
            }

            .sociology .sociology-cont .cont-cent {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                width: 100%;
            }

                .sociology .sociology-cont .cont-cent .cent-list {
                    width: 100%;
                    height: auto;
                    margin-bottom: 0.7rem;
                }

                    .sociology .sociology-cont .cont-cent .cent-list .list-pic {
                        width: 100%;
                        height: auto;
                        overflow: hidden;
                    }

                        .sociology .sociology-cont .cont-cent .cent-list .list-pic .img {
                            transition: all 0.5s;
                            -o-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -webkit-transition: all 0.5s;
                        }

                    .sociology .sociology-cont .cont-cent .cent-list .list-text {
                        width: 100%;
                        margin-top: 0.3rem;
                        padding-right: 0.7rem;
                        font-size: 0.26rem;
                        line-height: 0.44rem;
                    }

            .sociology .sociology-cont .page-number {
                display: none;
            }

            .sociology .sociology-cont .Wpage-number {
                display: block;
                width: 100%;
                height: 0.8rem;
                margin-top: 0.6rem;
                font-size: 0.36rem;
                font-weight: bold;
                text-align: center;
                line-height: 0.8rem;
                color: #fff;
                background: #da2b30;
            }

    .video {
        width: 100%;
    }

        .video .video-cont {
            position: relative;
            width: 100%;
            height: auto;
            padding: 1.2rem 0.3rem;
        }

            .video .video-cont .cont-title {
                width: 100%;
                margin-bottom: 0.5rem;
                font-size: 0.46rem;
                font-weight: bold;
                text-align: center;
                color: #000;
            }

            .video .video-cont .cont-cent {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                width: 100%;
            }

                .video .video-cont .cont-cent .cent-list {
                    width: 100%;
                    height: auto;
                    margin-bottom: 0.7rem;
                }

                    .video .video-cont .cont-cent .cent-list .list-pic {
                        position: relative;
                        width: 100%;
                        height: auto;
                        overflow: hidden;
                    }

                        .video .video-cont .cont-cent .cent-list .list-pic .img {
                            transition: all 0.5s;
                            -o-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -webkit-transition: all 0.5s;
                        }

                        .video .video-cont .cont-cent .cent-list .list-pic .pic-mask {
                            position: absolute;
                            top: 0;
                            left: 0;
                            width: 100%;
                            height: 100%;
                            background: rgba(0, 0, 0, 0.6);
                            opacity: 1;
                            transition: all 0.5s;
                            -o-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -webkit-transition: all 0.5s;
                        }

                            .video .video-cont .cont-cent .cent-list .list-pic .pic-mask .pic-icon {
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                width: 70px;
                                cursor: pointer;
                                transform: translate(-50%, -50%);
                                -o-transform: translate(-50%, -50%);
                                -moz-transform: translate(-50%, -50%);
                                -webkit-transform: translate(-50%, -50%);
                                transition: all 0.5s;
                                -o-transition: all 0.5s;
                                -moz-transition: all 0.5s;
                                -webkit-transition: all 0.5s;
                            }

                    .video .video-cont .cont-cent .cent-list .list-text {
                        width: 100%;
                        margin-top: 0.3rem;
                        padding-right: 0.7rem;
                        font-size: 0.26rem;
                        line-height: 0.44rem;
                    }

            .video .video-cont .page-number {
                display: none;
            }

            .video .video-cont .Wpage-number {
                display: block;
                width: 100%;
                height: 0.8rem;
                margin-top: 0.6rem;
                font-size: 0.36rem;
                font-weight: bold;
                text-align: center;
                line-height: 0.8rem;
                color: #fff;
                background: #da2b30;
            }

            .video .video-cont .video-mask {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100vh;
                background: rgba(0, 0, 0, 0.6);
                opacity: 0;
                visibility: hidden;
                transition: all 0.5s;
                -o-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
            }

            .video .video-cont .cont-popup {
                position: fixed;
                top: 50%;
                left: 50%;
                width: 94%;
                height: auto;
                background: #000;
                z-index: 99;
                opacity: 0;
                visibility: hidden;
                transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                transition: all 0.5s;
                -o-transition: all 0.5s;
                -moz-transition: all 0.5s;
                -webkit-transition: all 0.5s;
            }

                .video .video-cont .cont-popup .popup-icon {
                    position: absolute;
                    top: -50px;
                    right: 0;
                    width: 30px;
                    cursor: pointer;
                    transition: all 0.5s;
                    -o-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                }

                    .video .video-cont .cont-popup .popup-icon:hover {
                        transform: rotate(90deg);
                        -o-transform: rotate(90deg);
                        -moz-transform: rotate(90deg);
                        -webkit-transform: rotate(90deg);
                    }

                .video .video-cont .cont-popup video {
                    width: 100%;
                    height: auto;
                    opacity: 0;
                    visibility: hidden;
                    transition: all 0.5s;
                    -o-transition: all 0.5s;
                    -moz-transition: all 0.5s;
                    -webkit-transition: all 0.5s;
                }

    .about2 {
        position: relative;
        max-width: 1920px;
        width: 100%;
        height: auto;
        padding: 1.2rem 0;
        overflow: hidden;
    }

        .about2 .about-bottom {
            width: 100%;
            height: auto;
            padding-bottom: 1.4rem;
            background: url(../images/about2/bg.jpg) no-repeat center bottom;
        }

            .about2 .about-bottom .bottom-title {
                width: 100%;
                margin-bottom: 0.5rem;
                font-size: 0.46rem;
                font-weight: bold;
                text-align: center;
                color: #000;
            }

            .about2 .about-bottom .bottom-box {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                width: 100%;
                padding: 0 0.3rem;
            }

                .about2 .about-bottom .bottom-box .box-list {
                    position: relative;
                    width: 100%;
                    height: auto;
                    margin-bottom: 0.1rem;
                }

                    .about2 .about-bottom .bottom-box .box-list .list-cent {
                        position: absolute;
                        top: 50%;
                        left: 0;
                        width: 100%;
                        text-align: center;
                        transform: translatey(-50%);
                        -o-transform: translatey(-50%);
                        -moz-transform: translatey(-50%);
                        -webkit-transform: translatey(-50%);
                    }

                        .about2 .about-bottom .bottom-box .box-list .list-cent .list-icon {
                            width: 62px;
                            margin-bottom: 0.35rem;
                        }

                        .about2 .about-bottom .bottom-box .box-list .list-cent .left-title {
                            font-size: 0.4rem;
                            color: #fff;
                        }

                        .about2 .about-bottom .bottom-box .box-list .list-cent .list-text {
                            width: 100%;
                            height: 0;
                            overflow: none;
                            transition: all 0.5s;
                            -o-transition: all 0.5s;
                            -moz-transition: all 0.5s;
                            -webkit-transition: all 0.5s;
                        }

                            .about2 .about-bottom .bottom-box .box-list .list-cent .list-text span {
                                display: inline-block;
                                width: 22px;
                                height: 2px;
                                margin-top: 0.2rem;
                                background: #fff;
                            }

                            .about2 .about-bottom .bottom-box .box-list .list-cent .list-text .text-font {
                                width: 100%;
                                margin-top: 0.4rem;
                                font-size: 0.3rem;
                                color: #fff;
                            }

                    .about2 .about-bottom .bottom-box .box-list .list-mask {
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 100%;
                        height: 100%;
                        background: rgba(216, 34, 40, 0);
                        transition: all 0.5s;
                        -o-transition: all 0.5s;
                        -moz-transition: all 0.5s;
                        -webkit-transition: all 0.5s;
                    }

                    .about2 .about-bottom .bottom-box .box-list:hover .list-text {
                        height: 1.2rem;
                    }

                    .about2 .about-bottom .bottom-box .box-list:hover .list-mask {
                        background: rgba(216, 34, 40, 0.8);
                    }

        .about2 .about-cont {
            width: 100%;
            height: auto;
            margin: 0 auto;
        }

            .about2 .about-cont .cont-plate2 {
                display: flex;
                justify-content: flex-start;
                flex-wrap: wrap;
                width: 100%;
                height: auto;
                padding: 1rem 0.3rem;
            }

                .about2 .about-cont .cont-plate2 .plate2-list {
                    width: 50%;
                    height: auto;
                    padding-right: 0.1rem;
                    margin-bottom: 0.3rem;
                }

                    .about2 .about-cont .cont-plate2 .plate2-list .list-icon {
                        width: 100%;
                    }

                        .about2 .about-cont .cont-plate2 .plate2-list .list-icon img {
                            width: 0.69rem;
                        }

                    .about2 .about-cont .cont-plate2 .plate2-list .list-box {
                        width: 100%;
                        margin-top: 0.22rem;
                    }

                        .about2 .about-cont .cont-plate2 .plate2-list .list-box .pr {
                            padding-right: 0.2rem;
                        }

                        .about2 .about-cont .cont-plate2 .plate2-list .list-box .box-num {
                            position: relative;
                            display: inline-block;
                            font-size: 0.28rem;
                            color: #333333;
                        }

                            .about2 .about-cont .cont-plate2 .plate2-list .list-box .box-num span {
                                font-family: 'gilroy-bold';
                                font-size: 0.72rem;
                                color: #333333;
                            }

                            .about2 .about-cont .cont-plate2 .plate2-list .list-box .box-num em {
                                position: absolute;
                                top: 0;
                                right: 0;
                                font-size: 0.38rem;
                                font-weight: bolder;
                                color: #333333;
                            }

                        .about2 .about-cont .cont-plate2 .plate2-list .list-box .box-text {
                            font-size: 0.28rem;
                            color: #333333;
                        }

            .about2 .about-cont .cont-plate3 {
                position: relative;
                width: 100%;
                height: auto;
                background: #000;
            }

                .about2 .about-cont .cont-plate3 .img2 {
                    width: 100%;
                    display: none;
                }

                .about2 .about-cont .cont-plate3 .hidden-box {
                    width: 100%;
                    height: 100%;
                }

                    .about2 .about-cont .cont-plate3 .hidden-box .icon-box {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        width: 1rem;
                        height: 1rem;
                        cursor: pointer;
                        transform: translate(-50%, -50%);
                        -o-transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        -webkit-transform: translate(-50%, -50%);
                    }

                        .about2 .about-cont .cont-plate3 .hidden-box .icon-box .right-icon {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            width: 0.7rem;
                            z-index: 3;
                            transform: translate(-50%, -50%);
                            -o-transform: translate(-50%, -50%);
                            -moz-transform: translate(-50%, -50%);
                            -webkit-transform: translate(-50%, -50%);
                        }

                        .about2 .about-cont .cont-plate3 .hidden-box .icon-box .right-solid {
                            position: absolute;
                            top: 50%;
                            left: 50%;
                            width: 0.6rem;
                            height: 0.6rem;
                            border-radius: 50%;
                            background-color: #000;
                            transform: translate(-50%, -50%);
                            -o-transform: translate(-50%, -50%);
                            -moz-transform: translate(-50%, -50%);
                            -webkit-transform: translate(-50%, -50%);
                        }

                        .about2 .about-cont .cont-plate3 .hidden-box .icon-box:hover .right-solid {
                            animation: videoPlay 1.5s;
                            animation-iteration-count: infinite;
                            -webkit-animation: videoPlay 1.5s;
                            -webkit-animation-iteration-count: infinite;
                        }

                .about2 .about-cont .cont-plate3 .video-box {
                    display: none;
                    width: 100%;
                    height: auto;
                }

                    .about2 .about-cont .cont-plate3 .video-box video {
                        width: 100%;
                        height: auto;
                    }

            .about2 .about-cont .cont-plate4 {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                width: 100%;
                height: auto;
                padding: 1.2rem 0.3rem 0;
                background: url(../images/about2/plate4-bg.png) no-repeat left bottom;
                background-size: 100%;
            }

                .about2 .about-cont .cont-plate4 .plate4-left {
                    width: 100%;
                    margin-bottom: 0.3rem;
                }

                    .about2 .about-cont .cont-plate4 .plate4-left .left-title {
                        font-size: 0.58rem;
                        font-weight: bold;
                        color: #000;
                    }

                    .about2 .about-cont .cont-plate4 .plate4-left .left-box {
                        width: 100%;
                        height: auto;
                        padding-left: 0.55rem;
                        margin-top: 0.4rem;
                    }

                        .about2 .about-cont .cont-plate4 .plate4-left .left-box .box-pic {
                            position: relative;
                            width: 3.6rem;
                            margin: 0 auto;
                        }

                            .about2 .about-cont .cont-plate4 .plate4-left .left-box .box-pic img {
                                width: 100%;
                            }

                            .about2 .about-cont .cont-plate4 .plate4-left .left-box .box-pic .pic-title {
                                position: absolute;
                                top: 50%;
                                left: 0;
                                font-size: 0.4rem;
                                font-weight: bold;
                                text-align: center;
                                line-height: 0.46rem;
                                color: #da2b30;
                                transform: translatey(-50%);
                                -o-transform: translatey(-50%);
                                -moz-transform: translatey(-50%);
                                -webkit-transform: translatey(-50%);
                            }

                .about2 .about-cont .cont-plate4 .plate4-right {
                    width: 100%;
                    height: auto;
                }

                    .about2 .about-cont .cont-plate4 .plate4-right .right-text {
                        margin-bottom: 0.46rem;
                        font-size: 0.28rem;
                        line-height: 0.46rem;
                        color: #666;
                    }

                        .about2 .about-cont .cont-plate4 .plate4-right .right-text:last-of-type {
                            margin-bottom: 0;
                        }

    .img {
        width: 100%;
    }
}
