.container {
    height: 72px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.headwbc {
    height: 100%;
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  /*  position: relative;*/
    z-index: 9;
    align-items: center;
}

    .headwbc .right {
        display: flex;
        flex: 1;
        align-items: center;
    }

.header .img {
    margin-top: 15px;
}

.sidemenu_wrap {
    flex: 1;
    line-height: normal;
}

.sidemenu .sidemenulist {
    text-align: right;
  /*  position: relative;*/
    display: flex;
    justify-content: space-between;
}

    .sidemenu .sidemenulist li {
    /*    position: relative;*/
        flex: 1;
    }

        .sidemenu .sidemenulist li:first-child {
            margin-left: 0;
        }

        .sidemenu .sidemenulist li a {
            color: #FFFFFF;
            text-align: center;
            font-size: 1.125rem;
            position: relative;
            z-index: 9999;
        }

        .sidemenu .sidemenulist li.on::before {
            width: 100%;
        }

        .sidemenu .sidemenulist li:hover::before {
            width: 100%;
        }

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 35%;
}

    .banner .mySwiper {
        width: 100%;
        position: absolute;
        height: 100%;
    }

    .banner .tel {
        color: #FFFFFF;
        font-size: 1.4375rem;
        font-weight: bold;
        margin-left: 48px;
    }

        .banner .tel img {
            margin-right: 10px;
        }

    .banner .search {
        position: relative;
    }

        .banner .search input {
            position: absolute;
            width: 230px;
            height: 30px;
            right: 0;
            top: 30px;
            box-sizing: border-box;
            padding-left: 10px;
            border-radius: 5px;
            display: none;
        }

        .banner .search img {
            margin-left: 5px;
            cursor: pointer;
        }

    .banner .mySwiper .swiper-slide {
        background-size: cover !important;
    }

        .banner .mySwiper .swiper-slide .box {
            color: #FFFFFF;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            width: 100%;
        }

            .banner .mySwiper .swiper-slide .box .title {
                font-size: 6.75rem;
            }

            .banner .mySwiper .swiper-slide .box .t {
                color: #F7F7F7;
                font-size: 1rem;
            }

            .banner .mySwiper .swiper-slide .box .t2 {
                color: #F7F7F7;
                font-size: 1.5rem;
            }

            .banner .mySwiper .swiper-slide .box .icon {
                background: linear-gradient(117deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 51%, rgba(255, 255, 255, 0) 100%);
                height: 1px;
                margin: 25px auto;
                max-width: 470px;
                width: 100%;
            }

        .banner .mySwiper .swiper-slide .more {
            position: absolute;
            left: 50%;
            bottom: 30px;
            transform: translateX(-50%);
        }

    .banner .swiper-button-next {
        background: url(../../../img/next.png) center no-repeat;
        width: 60px;
        height: 60px;
        right: 5%;
    }

    .banner .swiper-button-prev {
        background: url(../../../img/prev.png) center no-repeat;
        width: 60px;
        height: 60px;
        left: 5%;
    }

.swiper-button-next,
.swiper-button-prev {
    margin-top: 0;
}

.index-box {
    padding: 120px 0 133px 0;
    position: relative;
    overflow:hidden;
}
@keyframes fadeIn1 {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

    .index-box .bg {
        position: absolute;
        right: -8%;
        top: 0;
        width: 55.81%;
        height:100%;
    }
        .index-box .bg .img2 {
            position: absolute;
            right: 0;
            top: 0;
            animation: fadeIn1 2.3s infinite;
        }
        .index-box .bg img {
            display: block;
            width: auto;
            max-height: 100%;
        }
.index-title{
    padding:60px 0 40px 0;
}

.index-title .text {
    position: relative;
}

.index-title .t {
    font-size: 4.5rem;
    color: #DF0000;
    opacity: .06;
    position: absolute;
    left: 0;
    bottom: -5px;
}

.index-title .t2 {
    color: #333333;
    font-size: 2.5rem;
}

.index-title .icon {
    background-color: #DF0000;
    height: 50px;
    width: 1px;
    margin: 20px 0 30px 0;
}

.index-box .txt {
    color: #666666;
    font-size: 1.875rem;
    font-weight: bold;
}

.index-box .txt2 {
    color: #999999;
    font-size: 1rem;
    max-width: 671px;
    margin: 40px 0 60px 0;
}

.index-box .number .item {
    margin-right: 87px;
}

    .index-box .number .item .top {
        color: #DF0000;
        font-size: 5rem;
        font-weight: bold;
    }

        .index-box .number .item .top span {
            color: #333333;
            font-size: 1.375rem;
            font-weight: normal;
        }

    .index-box .number .item .t {
        color: #333333;
        font-size: 1.6875rem;
    }

.more-all {
    margin-top: 80px;
}

    .more-all a {
        color: #DF0000;
        font-size: 1.125rem;
        border: 1px solid #DF0000;
        width: 180px;
        height: 50px;
        line-height: 48px;
        box-sizing: border-box;
        text-align: center;
        display: inline-block;
    }

        .more-all a:hover {
            background-color: #DF0000;
            color: #FFFFFF;
        }

.index-box2 {
    overflow:hidden;
    margin:0 -1px;
    width:100%;
}

.index-box2 .swiper-slide{
   width:25%;
   float:left;
}
    .index-box2 .swiper-pagination{
        width:100%;
        text-align:center;
        margin-top:20px;
    }
        .index-box2 .swiper-pagination .swiper-pagination-bullet, .banner .swiper-pagination .swiper-pagination-bullet {
            margin: 0 8px;
            width: 15px;
            height: 15px;

        }
            .index-box2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                background-color: #DF0000;
                width: 30px;
                border-radius: 15px;
            }

            .index-box2 .item {
                position: relative;
                padding: 0 1px;
            }
        .index-box2 .item a> img {
         /*   filter: grayscale(0.5);*/
            width:100%;
        }

        .index-box2 .item .bg-image {
            width: 100%;
            object-fit: cover;
        }

        .index-box2 .item .box {
            position: absolute;
            width: 80%;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
        }

            .index-box2 .item .box .t {
                color: #FFFFFF;
                font-size: 1.5rem;
                margin: 50px 0 5px 0;
            }

            .index-box2 .item .box .t2 {
                color: #FFFFFF;
                font-size: 1rem;
                margin-bottom: 20px;
            }

            .index-box2 .item .box i {
                width: 50px;
                height: 3px;
                background-color: #DF0000;
                display: inline-block;
            }

            .index-box2 .item .box .text {
                color: #FFFFFF;
                font-size: 1rem;
                margin: 50px 0 100px 0;
            }

            .index-box2 .item .box .more {
                color: #FFFFFF;
                font-size: 1.5rem;
            }

            .index-box2 .item .box .text,
            .index-box2 .item .box .more,
            .index-box2 .item .box .i2 {
                display: none;
            }

        .index-box2 .item:hover .text,
        .index-box2 .item:hover .more {
            display: block;
        }

        .index-box2 .item:hover .i2 {
            display: inline-block;
        }

        .index-box2 .item:hover .i1 {
            /*-moz-transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);*/
            background-color: #FFFFFF;
        }

        .index-box2 .item .bg {
            background-color: RGBA(193, 40, 42, .7);
            position: absolute;
            width: 0;
            height: 100%;
            left: 50%;
            transform: translateX(-50%);
            top: 0;
            overflow: hidden;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .index-box2 .item:hover .bg {
            width: 100%;
        }

.index-box3 {
    background-color: #F7F7F7;
    padding: 120px 0;
}

    .index-box3 .index-title {
        text-align: center;
    }

        .index-box3 .index-title .t {
            left: 50%;
            transform: translateX(-50%);
        }

    .index-box3 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 45px;
    }

        .index-box3 ul li {
            width: 23%;
            position: relative;
        }

            .index-box3 ul li .img {
                position: relative;
                padding-bottom: 137%;
            }

            .index-box3 ul li img {
                position: absolute;
                height: 100%;
                width: 100%;
                left: 0;
                top: 0;
                object-fit: cover;
            }

            .index-box3 ul li .text {
                color: #FFFFFF;
                width: 240px;
                max-width: 90%;
                height: 50px;
                line-height: 50px;
                font-size: 1.125rem;
                position: absolute;
                right: 0;
                bottom: 40px;
                background-color: #333333;
                text-align: center;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

                .index-box3 ul li .text span {
                    font-size: 0.875rem;
                }

            .index-box3 ul li:hover .text {
                background-color: #DF0000;
            }

    .index-box3 .more-all {
        text-align: center;
    }

.index-box4 {
    background-color: #880909;
    overflow: hidden;
}

    .index-box4 .index-title .t {
        color: #FFFFFF;
    }

    .index-box4 .index-title .t2 {
        color: #FFFFFF;
    }

    .index-box4 .index-title .icon {
        background-color: #FFFFFF;
    }

    .index-box4 .left ul {
        margin-top: 60px;
    }

        .index-box4 .left ul li {
            color: #FFFFFF;
            font-size: 1.5rem;
            margin-bottom: 30px;
            cursor: pointer;
        }

            .index-box4 .left ul li img {
                margin-left: 40px;
                display: none;
            }

    .index-box4 .left .more-all a {
        border: 1px solid #FFFFFF;
        color: #FFFFFF;
    }

        .index-box4 .left .more-all a:hover {
            background-color: #FFFFFF;
            color: #DF0000;
        }

    .index-box4 .left ul li.active img {
        display: inline-block;
    }
    .index-box4 .left ul li.active{
        font-weight:bold
    }
    .index-box4 .left ul li:hover img {
        display: inline-block;
    }

    .index-box4 .w {
        display: flex;
        align-items: center;
    }

    .index-box4 .left {
        width: 30%;
    }

    .index-box4 .right {
        flex: 1;
    }

        .index-box4 .right ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

            .index-box4 .right ul li {
                width: 33%;
                border-left: 1px solid #FFFFFF;
                box-sizing: border-box;
                padding: 50px 40px;
            }

                .index-box4 .right ul li a {
                    color: #FFFFFF;
                }

                .index-box4 .right ul li .date {
                    font-size: 5.3125rem;
                    margin-bottom: 30px;
                    font-weight: bold;
                }

                .index-box4 .right ul li .ymd {
                    font-size: 1.5rem;
                    font-weight: bold;
                }

                .index-box4 .right ul li .txt {
                    font-size: 1.125rem;
                    margin: 15px 0;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                }

                .index-box4 .right ul li .txt2 {
                    font-size: 0.875rem;
                    margin: 40px 0;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 5;
                    overflow: hidden;
                }

                .index-box4 .right ul li .more {
                    font-size: 0.875rem;
                }

                .index-box4 .right ul li .img {
                    position: relative;
                    padding-bottom: 57%;
                    overflow: hidden;
                }

                    .index-box4 .right ul li .img img {
                        position: absolute;
                        object-fit: cover;
                    }

.index-box5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #F7F7F7;
    overflow:hidden
}

    .index-box5 .left {
        width: 50%;
    }

        .index-box5 .left img {
            height: 100%;
            width:100%;
            object-fit:cover;
        }

    .index-box5 .right {
        width: 50%;
        box-sizing: border-box;
        padding: 86px 77px;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

        .index-box5 .right .t3 {
            color: #999999;
            font-size: 1rem;
            margin: 25px 0 45px 0;
        }

        .index-box5 .right ul {
            display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap; 
        }

            .index-box5 .right ul li {
                width: 32%;
                margin-bottom: 20px;
                background-color: #FFFFFF;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 20px 0;
            }
                .index-box5x .right ul li{
                    width:18%
                }
.index-box5x .right{
    width:100%
}
.index-box5 .right ul li img {
    max-width: 90px;
}

    .index-box5 .more-all {
        margin-top: 30px;
    }

.index-box6 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .index-box6 .item {
        background-size: cover !important;
        width: 50%;
        height: 160px;
        position:relative;
    }
        .index-box6 .item>a{
            width:100%;
            height:100%;
            position:absolute;
            left:0;
            top:50%;
            width:100%;
            transform:translate(0,-50%);

        }

        .index-box6 .item .box {
            display: flex;
            align-items: center;
            width: 80%;
            margin: 0 auto;
            justify-content: space-between;
            align-items: center;
            height: 100%;
        }

            .index-box6 .item .box .index-title {
                flex: 1;
            }

                .index-box6 .item .box .index-title .t {
                    color: #FFFFFF;
                    font-size: 3.75rem;
                }

                .index-box6 .item .box .index-title .t2 {
                    color: #FFFFFF;
                }

        .index-box6 .item img {
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            width:100%;
            height:100%;
            object-fit:cover;
        }

     /*   .index-box6 .item:hover img {
            transform: rotate(360deg);
            -webkit-transform: rotate(360deg);
            -moz-transform: rotate(360deg);
            -o-transform: rotate(360deg);
            -ms-transform: rotate(360deg);
        }*/

.footer {
    background: url(../../../img/footer-bg.png) center no-repeat;
    background-size: cover;
/*    min-height: 660px;*/
    box-sizing: border-box;
    padding-top: 90px;
}

    .footer .top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }


        .footer .top .left {
            display: flex;
            flex: 1;
        }

        .footer .top .item {
            margin-right: 40px;
        }

        .footer .top .title {
            color: #FFFFFF;
            font-size: 1.125rem;
            position: relative;
        }

        .footer .top i {
            position: absolute;
            left: 0;
            bottom: -3px;
            width: 20px;
            height: 2px;
            background-color: #DF0000;
            display: inline-block;
        }

        .footer .top ul {
            margin-top: 20px;
        }

            .footer .top ul li {
                margin-bottom: 10px;
            }

                .footer .top ul li a {
                    font-size: 0.875rem;
                    color: #FFFFFF;
                }

                    .footer .top ul li a:hover {
                        text-decoration: underline;
                    }

        .footer .top .two {
            display: flex;
        }

            .footer .top .two ul:first-child {
                margin-right: 30px;
            }

        .footer .top .item2 {
            margin-left: 100px;
        }

            .footer .top .item2 .title {
                margin-bottom: 50px;
            }

        .footer .top .right {
            text-align: right;
            color: #FFFFFF;
            max-width: 310px;
        }

            .footer .top .right .title i {
                right: 0;
                left: auto;
            }

            .footer .top .right .t {
                font-size: 1.4375rem;
                font-weight: bold;
                margin-top: 35px;
                font-family:Impact;
            }

            .footer .top .right .t2 {
                font-size: 1rem;
                line-height: 2rem;
            }

            .footer .top .right .img {
                margin-top: 20px;
            }

    .footer .bottom {
        border-top: 1px solid #707070;
        padding: 20px 0;
        margin-top: 20px;
    }

        .footer .bottom ul {
            display: flex;
            justify-content: center;
        }

            .footer .bottom ul li a {
                color: #FFFFFF;
                font-size: 1rem;
                border-right: 1px solid #FFFFFF;
                margin-right: 15px;
                padding-right: 15px;
            }

            .footer .bottom ul li:last-child a {
                margin-right: 0;
                padding-right: 0;
                border-right: none;
            }

            .footer .bottom ul li a:hover {
                text-decoration: underline;
            }

        .footer .bottom p {
            color: #FFFFFF;
            font-size: 1rem;
            text-align: center;
            margin-top: 15px;
        }

.banner2 {
    padding-bottom: 20.83%;
}

.banner-n {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover !important;
}

    .banner-n span {
        color: #FFFFFF;
        font-size: 3.125rem;
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translate(-50%, -50%);
    }

.industry-information {
    padding-bottom: 70px;
}

    .industry-information ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 70px;
    }

        .industry-information ul li {
            width: 23.5%;
            position: relative;
            margin-bottom: 30px;
            border-radius:10px;
            overflow:hidden;
        }

            .industry-information ul li .img {
                position: relative;
                overflow: hidden;
                padding-bottom: 55.93%;
                min-height:200px;
            }

                .industry-information ul li .img img {
                    position: absolute;
                    left: 0;
                    top: 0;
                    object-fit: cover;
                }

            .industry-information ul li .t {
                color: #FFFFFF;
                font-size: 1.125rem;
                text-align: center;
                width: 100%;
                position: absolute;
                left: 0;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
                padding-bottom: 10px;
                bottom: 0;
            }

            .industry-information ul li .box {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background-color: rgba(0, 0, 0, .75);
                color: #FFFFFF;
                box-sizing: border-box;
                padding: 20px 20px;
                overflow:auto;
                opacity: 0;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

                .industry-information ul li .box .title {
                    font-size: 1.2rem;
                    position: relative;
                }

                    .industry-information ul li .box .title i {
                        position: absolute;
                        width: 50px;
                        height: 3px;
                        background-color: #DF0000;
                        left: 0;
                        bottom: -3px;
                    }

                .industry-information ul li .box .list {
                    margin-top: 20px;
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    padding:0 !important;
                    overflow:hidden;
                }

                    .industry-information ul li .box .list dl dd {
                        margin-bottom: 5px;
                    }

                        .industry-information ul li .box .list dl dd i {
                            background-color: #DF0000;
                            width: 7px;
                            height: 7px;
                            border-radius: 50%;
                            display: inline-block;
                            margin-right: 10px;
                        }

            .industry-information ul li:hover .box {
                opacity: 1;
            }

.industry-information2 {
    background-color: #F7F7F7;
    padding: 75px 0;
}

    .industry-information2 .top {
        display: flex;
        justify-content: space-between;
    }

        .industry-information2 .top .right .t {
            color: #333333;
            font-size: 1.5rem;
            font-weight: bold;
        }

        .industry-information2 .top .right {
            text-align: right;
        }

            .industry-information2 .top .right .link {
                margin: 20px 0;
            }

                .industry-information2 .top .right .link a {
                    color: #666666;
                    font-size: 1.125rem;
                    padding-right: 15px;
                    margin-right: 15px;
                    border-right: 1px solid #666666;
                }

                    .industry-information2 .top .right .link a:last-child {
                        border-right: none;
                        padding-right: 0;
                        margin-right: 0;
                    }

            .industry-information2 .top .right .icon {
                margin-top: 20px;
            }

                .industry-information2 .top .right .icon img {
                    margin-left: 10px;
                }

    .industry-information2 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 50px;
    }

        .industry-information2 ul li {
            width: 23.6%;
            background-color: #FFFFFF;
            box-sizing: border-box;
            padding: 20px;
        }

            .industry-information2 ul li .t {
                color: #333333;
                font-size: 1.125rem;
                margin-bottom: 20px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }

            .industry-information2 ul li .t2 {
                color: #666666;
                font-size: 0.875rem;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 6;
                overflow: hidden;
            }

            .industry-information2 ul li:hover .t {
                color: #DF0000;
            }

.industry-content {
    background-color: #F7F7F7;
    padding: 120px 0;
}

    .industry-content .index-title {
        text-align: center;
    }

        .industry-content .index-title .t {
            left: 50%;
            transform: translateX(-50%);
        }

    .industry-content .bt {
        color: #999999;
        font-size: 0.875rem;
        text-align: left
        margin-top: 25px;
    }

    .industry-content ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px;
    }

        .industry-content ul li {
            width: 32%;
            background-color: #FFFFFF;
            box-sizing: border-box;
            padding: 20px 50px;
            margin-bottom: 20px;
        }

            .industry-content ul li .top {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                align-items: center;
                margin-bottom: 20px;
            }

                .industry-content ul li .top .left .title {
                    color: #333333;
                    font-size: 1.25rem;
                    position: relative;
                    margin-top: 25px;
                    font-weight:bold
                }

                    .industry-content ul li .top .left .title i {
                        position: absolute;
                        width: 25px;
                        height: 3px;
                        background-color: #DF0000;
                        left: 0;
                        bottom: -3px;
                    }

                .industry-content ul li .top .day {
                    font-size: 7.8125rem;
                    color: #DF0000;
                    opacity: .05;
                    font-weight: bold;
                }

            .industry-content ul li .bottom {
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
                color: #333333;
                font-size: 1rem;
                line-height: 2rem;
            }

.industry-content2 {
    padding: 140px 0;
}

    .industry-content2 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 45px;
    }

        .industry-content2 ul li .img {
            position: relative;
            padding-bottom: 58.55%;
            overflow: hidden;
        }

            .industry-content2 ul li .img img {
                position: absolute;
                left: 0;
                top: 0;
                object-fit: cover;
            }

    .industry-content2 .index-title {
        text-align: center;
    }

        .industry-content2 .index-title .t {
            width: 100%;
        }

    .industry-content2 ul li {
        width: 32%;
    }

        .industry-content2 ul li .txt {
            background-color: #F7F7F7;
            padding: 24px 27px;
        }

            .industry-content2 ul li .txt .t {
                color: #333333;
                font-size: 1.5rem;
            }

            .industry-content2 ul li .txt .t2 {
                color: #666666;
                font-size: 0.875rem;
                margin: 30px 0;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
            }

            .industry-content2 ul li .txt .more {
                color: #999999;
                font-size: 1rem;
            }

        .industry-content2 ul li:hover {
            box-shadow: 0px 0px 15px rgba(223, 0, 0, 0.1100);
        }

            .industry-content2 ul li:hover .t {
                color: #DF0000;
            }

            .industry-content2 ul li:hover .more {
                color: #DF0000;
            }

.industry-content3 {
    background-color: #F7F7F7;
    padding-bottom: 100px;
}

    .industry-content3 ul li .txt {
        background-color: #FFFFFF;
    }

.industry-content4 {
    background: url(../../../img/bg.png) center no-repeat;
    box-sizing: border-box;
    padding: 120px 0;
    background-size: cover;
    padding-bottom: 80px;
}

    .industry-content4 .index-title {
        text-align: center;
    }

        .industry-content4 .index-title .t {
            width: 100%;
        }

    .industry-content4 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 60px;
    }

        .industry-content4 ul li {
            width: 15%;
            margin-bottom: 30px;
        }

            .industry-content4 ul li img {
                width: 100%;
            }

.industry-content5 {
    background-color: #F7F7F7;
    padding: 90px 0;
}

    .industry-content5 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .industry-content5 ul li {
            position: relative;
            width: 32%;
            margin-bottom: 30px;
        }

            .industry-content5 ul li .img {
                position: relative;
                overflow: hidden;
                padding-bottom: 67.11%;
            }

                .industry-content5 ul li .img img {
                    position: absolute;
                    left: 0;
                    top: 0;
                    object-fit: cover;
                }

            .industry-content5 ul li .t {
                position: absolute;
                width: 100%;
                left: 0;
                bottom: 0;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
                color: #FFFFFF;
                font-size: 1.125rem;
                text-align: center;
                bottom: 0;
                box-sizing: border-box;
                padding: 0 20px;
                padding-bottom: 10px;
            }

            .industry-content5 ul li .box {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                box-sizing: border-box;
                padding: 30px;
                color: #FFFFFF;
                background-color: rgba(0, 0, 0, .75);
                opacity: 0;
                -webkit-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

                .industry-content5 ul li .box .t2 {
                    font-size: 1.5rem;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 2;
                    overflow: hidden;
                }

                .industry-content5 ul li .box .t3 {
                    font-size: 0.875rem;
                    margin-top: 40px;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                    margin-bottom: 20px;
                }

                .industry-content5 ul li .box .more {
                    font-size: 1rem;
                }

            .industry-content5 ul li:hover .box {
                opacity: 1;
            }

            .industry-content5 ul li:hover .t {
                display: none;
            }

.management-consulting {
    padding: 80px 0;
}

.index-title2 {
    text-align: center;
}

    .index-title2 .t {
        width: 100%;
        text-align: center;
    }

.management-consulting {
    background-color: #F7F7F7;
}

    .management-consulting .content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 45px;
    }

        .management-consulting .content .menu ul {
            border-right: 1px solid #CCCCCC;
            box-sizing: border-box;
            padding-right: 40px;
            padding-bottom: 40px;
        }

            .management-consulting .content .menu ul li {
                margin-bottom: 30px;
                position: relative;
            }

                .management-consulting .content .menu ul li a {
                    color: #333333;
                    font-size: 1rem;
                }

                    .management-consulting .content .menu ul li a::before {
                        content: "";
                        background-color: #DF0000;
                        width: 6px;
                        height: 6px;
                        border-radius: 50%;
                        border: 2px solid #E88A8A;
                        right: -45px;
                        position: absolute;
                        display: none;
                        top: 50%;
                        transform: translateY(-50%);
                    }

                    .management-consulting .content .menu ul li a:hover {
                        color: #DF0000;
                    }

                        .management-consulting .content .menu ul li a:hover::before {
                            display: inline-block;
                        }

                .management-consulting .content .menu ul li.active a {
                    color: #DF0000;
                }

                    .management-consulting .content .menu ul li.active a::before {
                        display: inline-block;
                    }

        .management-consulting .content .list {
            flex: 1;
            margin-left: 20px;
        }

            .management-consulting .content .list .box {
                background-color: #FFFFFF;
                box-sizing: border-box;
                padding: 25px;
                margin-bottom: 20px;
            }

                .management-consulting .content .list .box:last-child {
                    margin-bottom: 0;
                }

                .management-consulting .content .list .box .title {
                    color: #333333;
                    font-size: 1.5rem;
                    position: relative;
                }

                    .management-consulting .content .list .box .title i {
                        background-color: #DF0000;
                        width: 50px;
                        height: 3px;
                        display: inline-block;
                        left: 0;
                        bottom: -3px;
                        position: absolute;
                    }

                .management-consulting .content .list .box ul {
                    display: flex;
                    flex-wrap: wrap;
                    justify-content: space-between;
                    margin-top: 30px;
                }

                    .management-consulting .content .list .box ul li {
                        width: 31%;
                        line-height: 2rem;
                    }

                        .management-consulting .content .list .box ul li a {
                            color: #999999;
                            font-size: 1rem;
                        }

                            .management-consulting .content .list .box ul li a:hover {
                                color: #DF0000;
                            }

                            .management-consulting .content .list .box ul li a i {
                                background-color: #DF0000;
                                width: 7px;
                                height: 7px;
                                display: inline-block;
                                margin-right: 10px;
                                border-radius: 50%;
                                vertical-align: 2px;
                            }

.culture .w {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.culture .right {
    flex: 1;
}

    .culture .right img {
        width: 100%;
    }

.culture2 {
    background-color: #F7F7F7;
    padding: 140px 0 80px 0;
}

    .culture2 .box {
        position: relative;
        margin-top: 45px;
    }

        .culture2 .box .text {
            width: 800px;
            background-color: #FFFFFF;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            box-sizing: border-box;
            padding: 70px 80px;
            color: #666666;
            font-size: 1.25rem;
            line-height: 3.125rem;
        }

    .culture2 .box2 .text {
        right: auto;
        left: 0;
    }

.about {
    padding: 80px 0;
}

    .about ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 40px;
    }

        .about ul li {
            width: 23%;
            box-shadow: 0px 0px 30px rgba(224, 57, 57, 0.1500);
            box-sizing: border-box;
            padding: 0 40px;
        }

            .about ul li .number {
                font-size: 7.8125rem;
                color: rgba(223, 0, 0, .03);
                position: relative;
                text-align: center;
            }

                .about ul li .number img {
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                    width: 60px;
                    height: 60px;
                }

            .about ul li .t {
                color: #000000;
                font-size: 1.5rem;
                text-align: center;
            }

            .about ul li .t2 {
                color: #333333;
                font-size: 0.875rem;
                text-align: center;
                margin-bottom: 40px;
                margin-top: 30px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 5;
                overflow: hidden;
            }

            .about ul li:hover .t {
                color: #DF0000;
            }

.about2 {
    background: url(../../../img/bg2.png) center no-repeat;
    background-size: cover;
    padding: 100px 0;
}

    .about2 .box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 80px;
    }

        .about2 .box .item {
            padding: 40px 50px;
            box-sizing: border-box;
            width: 49%;
            background-color: #FFFFFF;
        }

            .about2 .box .item .title {
                position: relative;
                color: #333333;
                font-size: 1.5rem;
            }

                .about2 .box .item .title i {
                    width: 20px;
                    height: 5px;
                    background-color: #DF0000;
                    display: inline-block;
                    left: 0;
                    bottom: -30px;
                    position: absolute;
                }

            .about2 .box .item .t {
                margin-top: 80px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
                line-height: 2.25rem;
                color: #666666;
                font-size: 0.875rem;
            }

            .about2 .box .item:hover .title {
                color: #DF0000;
            }

.banner-n .link {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    display: flex;
}

    .banner-n .link a {
        flex: 1;
        text-align: center;
        line-height: 3.125rem;
        color: #FFFFFF;
        font-size: 1.5rem;
        background-color: rgba(0, 0, 0, .5);
    }

        .banner-n .link a.active {
            background-color: rgba(223, 0, 0, .5);
        }

.index-box3.team ul li {
    margin-bottom: 25px;
}

.index-box3.team {
    padding: 70px 0;
}

    .index-box3.team ul {
        margin-top: 0;
    }

.team-content {
    margin: 70px auto;
    position: relative;
    overflow:hidden;
    display:flex;
    justify-content:space-between
}

    .team-content .img {
        width: 300px;
        
    }

        .team-content .img .image {
            position: relative;
            overflow: hidden;
    
        }

        .team-content .img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        /*    left: 0;
            top: 0;
            position: absolute;*/
        }

    .team-content .box {
       /* position: absolute;
        top: 70px;
        left: 55%;
        transform: translateX(-50%);*/
       width:calc(100% - 350px);
        height: 100%;
    }

        .team-content .box .title {
            background-color: #333333;
            width: 100%;
            text-align: center;
            color: #F7F7F7;
            font-size: 2rem;
            height: 80px;
            line-height: 80px;
        }

            .team-content .box .title span {
                font-size: 1.75rem;
            }

        .team-content .box .txt {
            color: #333333;
            font-size: 1rem;
            line-height: 2.5rem;
     /*       position: absolute;
            right: 0;*/
            margin-top: 50px;
        }

            .team-content .box .txt i {
                display: inline-block;
                background-color: #DAAF75;
                width: 6px;
                height: 6px;
                border-radius: 50%;
                vertical-align: 4px;
                margin-right: 13px;
            }

    .team-content .icon {
        position: absolute;
        right: 0;
        bottom: 0;
    }

.down-list {
    margin: 40px auto;
}

    .down-list ul li {
        padding: 50px 30px;
        background-color: #F7F7F7;
        padding-right: 0;
        margin-bottom: 30px;
    }

        .down-list ul li:last-child {
            margin-bottom: 0;
        }

        .down-list ul li a {
            display: flex;
            justify-content: space-between;
        }

            .down-list ul li a .left {
                flex: 1;
                width: 0;
            }

                .down-list ul li a .left .t {
                    color: #333333;
                    font-size: 1.5rem;
                    margin-bottom: 40px;
                }

                .down-list ul li a .left .t2 {
                    color: #666666;
                    font-size: 1rem;
                    display: -webkit-box;
                    -webkit-box-orient: vertical;
                    -webkit-line-clamp: 3;
                    overflow: hidden;
                }

        .down-list ul li .right {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            margin-left: 120px;
        }

            .down-list ul li .right .more {
                color: #999999;
                font-size: 1rem;
            }

            .down-list ul li .right .t {
                width: 120px;
                line-height: 3.75rem;
                color: #FFFFFF;
                font-size: 1rem;
                background-color: #DF0000;
                text-align: center;
            }

        .down-list ul li:hover {
            box-shadow: 0px 0px 15px rgba(223, 0, 0, 0.1500);
        }

            .down-list ul li:hover .left .t {
                color: #DF0000;
            }

            .down-list ul li:hover .right .more {
                color: #DF0000;
            }

.industry-content4 ul li {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

    .industry-content4 ul li img {
        max-width: 90px;
    }

.indexTeam.index-box3 ul {
    flex-wrap: inherit;
    justify-content: inherit;
}
    .indexTeam.index-box3 ul li{
        width:327px;
        height:450px;
        margin:0 15px;
    }
    .indexTeam.index-box3 ul li .img {
        padding-bottom: 0;
    }
    .indexTeam.index-box3 ul li .img img{
        position:relative;
        left:0;
        top:0;
    }
.indexTeamBox{
    position:relative;
}
.index-box3 .swiper-button-next {
    background: url(../../../img/nexts.png) center no-repeat;
    width: 50px;
    height: 50px;
    right: -5%;
    border-radius:50%;
}

.index-box3 .swiper-button-prev {
    background: url(../../../img/prevs.png) center no-repeat;
    width: 50px;
    height: 50px;
    left: -5%;
    border-radius: 50%;
}