﻿@charset "utf-8";
/* CSS Document */
/*2025.10.28*/
.box {
    overflow: hidden;
}

body {
}

.container {
    max-width: 1430px;
    width: 90%;
    margin: 0 auto;
    position: relative;
}

img {
    max-width: 100%;
}

.logo img {
    max-width: initial;
}

.top-tit {
}

    .top-tit a {
        font-size: 14px;
        color: #fff;
        background: #848381;
        border: 2px solid #fff;
        border-top: none;
        text-decoration: none;
        display: inline-block;
        width: 58px;
        height: 58px;
        text-align: center;
        border-radius: 100%;
        line-height: 78px;
        margin-top: -70px;
    }

        .top-tit a.active, .top-tit a:hover {
            background: #c1272d;
        }

        .top-tit a:first-child {
            margin-right: -14px;
            z-index: 11;
            position: relative;
        }

.top-right {
}

.top-searchbg {
    /*display: flex;*/
}

.index-con {
    min-height: 800px;
    margin-top: 30px;
}

.logo {
}

.wc-menu {
    margin-top: 45px;
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/

        width: 100%;
        margin: 0;
        padding: 0;
    }

        .wc-menu ul li {
            line-height: 30px;
            position: relative;
            margin-top: 30px;
            list-style: none;
            border-bottom: 2px solid #333;
            padding-bottom: 18px;
        }

            .wc-menu ul li:hover {
                border-bottom: 2px solid #c1272d;
            }

            .wc-menu ul li a {
                font-size: 24px;
                color: #333;
                position: relative;
                display: block;
                /*transition: all 0.2s;*/
                padding: 0 5px;
                line-height: 60px;
                text-decoration: none;
                display: flex;
                align-items: center;
                justify-content: space-between;
            }


                .wc-menu ul li a.active:after,
                .wc-menu ul li a.move:after,
                .wc-menu ul li a.selected:after,
                .wc-menu ul li a.parent:after,
                .wc-menu ul li a:hover:after {
                    opacity: 1;
                    transform: scaleX(1) scaleY(1);
                }

                .wc-menu ul li a.active,
                .wc-menu ul li a.move,
                .wc-menu ul li a.selected,
                .wc-menu ul li a.parent,
                .wc-menu ul li a:hover {
                    color: #c1272d;
                }
/*menu End*/
.ny-one {
    margin-bottom: 80px;
}

    .ny-one .ny-title {
        text-align: right;
        border-bottom: 2px solid #333;
    }

        .ny-one .ny-title span {
            display: block;
            font-size: 42px;
            /*font-weight: bold;*/
            font-family: 'Source-Han-Serif-CN_Bold';
            color: #333;
        }

        .ny-one .ny-title p {
            font-size: 20px;
            color: #e60012;
            text-transform: uppercase;
            margin-top: 10px;
        }

.gaiyao {
}

    .gaiyao p {
        font-size: 18px;
        color: #333;
        line-height: 30px;
        margin-bottom: 50px;
    }

        .gaiyao p:last-child {
            margin-bottom: 10px;
        }


.person-con1 {
}

.person-top1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
}

    .person-top1 .per-img1 {
        width: 240px;
    }

    .person-top1 .per-tt1 {
        width: calc( 100% - 240px );
        padding-left: 52px;
    }

        .person-top1 .per-tt1 h4 {
            font-size: 24px;
            font-weight: bold;
            margin-bottom: 35px;
        }

        .person-top1 .per-tt1 p {
            font-size: 18px;
            color: #333;
            line-height: 30px;
            margin-bottom: 0;
        }

            .person-top1 .per-tt1 p span {
                display: block;
            }

.person-pp1 {
    margin-top: 40px;
}

    .person-pp1 p {
        font-size: 18px;
        color: #333;
        line-height: 30px;
        margin-bottom: 25px;
    }

.team-box1 {
    margin-bottom: 20px;
}

    .team-box1 .team-title {
    }

        .team-box1 .team-title h4 {
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 15px;
        }

    .team-box1 .team-ul1 {
    }

        .team-box1 .team-ul1 ul {
            padding: 0;
            margin: 0;
        }

            .team-box1 .team-ul1 ul li {
                margin-bottom: 20px;
                padding-right: 60px;
                display: inline-block;
            }

                .team-box1 .team-ul1 ul li a {
                    text-decoration: none;
                    display: block;
                    color: #333;
                    font-size: 18px;
                }

                    .team-box1 .team-ul1 ul li a span {
                        padding-left: 5px;
                        color: #999;
                    }

.footer {
    background: #333;
    padding: 50px 0;
}

    .footer .row {
        align-items: center;
        justify-content: space-between;
    }

.f-left {
}

.f-right {
    text-align: right;
}

    .f-right p {
        display: block;
        color: #999;
        font-size: 18px;
        margin-bottom: 0;
    }


/*.footerEnd*/

/*视频页面video*/
.video-ul {
    margin-bottom: 50px;
}

.video-top {
    display: flex;
    flex-wrap: nowrap;
}

    .video-top .video-img {
        width: 400px;
        cursor: pointer;
    }

    .video-top .video-text {
        width: calc(100% - 400px );
        padding-left: 55px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

        .video-top .video-text h4 {
            font-family: 'Source-Han-Serif-CN_Bold';
            font-size: 22px;
            line-height: 1.5;
        }

        .video-top .video-text .v-text {
        }

            .video-top .video-text .v-text p {
                border-bottom: 1px solid #333;
                font-size: 18px;
                padding: 15px 0;
                margin-bottom: 0;
            }

                .video-top .video-text .v-text p a {
                    color: #e60012;
                }


                .video-top .video-text .v-text p img {
                    padding-right: 10px;
                }




.v-tabtit {
    border-bottom: 1px solid #333;
    padding-bottom: 11px;
    margin-bottom: 15px;
    margin-top: 35px;
}

    .v-tabtit h4 {
        font-size: 18px;
        color: #333;
    }

        .v-tabtit h4 img {
            padding-right: 10px;
            vertical-align: -3px;
        }

.v-table {
}

    .v-table table {
    }

        .v-table table tr {
            border: none;
        }

            .v-table table tr td {
                font-size: 18px;
                color: #333;
                border: none;
                padding: 0.5rem;
            }

                .v-table table tr td:first-child {
                    width: 21%;
                }

                .v-table table tr td:nth-child(2) {
                    width: 39%;
                }

                .v-table table tr td:nth-child(3) {
                    width: 40%;
                }



.layui-layer-page .layui-layer-content {
    display: flex;
    text-align: center;
    justify-content: center;
}

.layui-layer-content {
    height: auto;
}

.layui-layer {
}




@media (min-width: 1500px) {

    .in-left {
        flex: 0 0 21%;
        max-width: 21%;
    }

    .in-right {
        flex: 0 0 75%;
        max-width: 75%;
        margin-left: 4%;
    }
}

@media (min-width: 1200px) {
}

@media (max-width: 1650px) {
}



@media (max-width: 1499px) {

    .wc-menu ul li {
        padding-bottom: 5px;
    }


    .in-left {
        flex: 0 0 24%;
        max-width: 24%;
    }

    .in-right {
        flex: 0 0 73%;
        max-width: 73%;
        margin-left: 3%;
    }
}

@media (max-width: 1449px) {

    .wc-menu ul li {
        margin-top: 26px;
        padding-bottom: 5px;
    }
}

@media (max-width: 1349px) {

    .person-top1 {
        align-items: flex-start;
    }

    .wc-menu {
        margin-top: 20px;
    }
}



@media (max-width: 1300px) {
    .logo img {
        max-width: 100%;
    }

    .in-left {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .in-right {
        flex: 0 0 73%;
        max-width: 73%;
        margin-left: 2%;
    }

    .ny-one .ny-title span {
        font-size: 30px;
    }

    .wc-menu ul li a {
        font-size: 22px;
    }








    .footer {
        padding: 30px 0;
    }
}

@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/

    .wc-menu ul li a {
        font-size: 20px;
    }

    .wc-menu ul li {
        margin-top: 10px;
    }



    .ny-one .ny-title span {
        font-size: 26px;
    }

    .ny-one .ny-title p {
        font-size: 16px;
    }

    .team-box1 .team-title h4 {
        font-size: 20px;
    }


    .footer {
        padding: 30px 0;
    }

    .f-right p {
        font-size: 16px;
    }




    .video-top .video-text h4 {
        font-size: 20px;
    }

    .video-top .video-text .v-text p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    /*小屏幕设备 平板*/
    .container {
        width: 94%;
    }

    .en {
        margin-bottom: 10px;
    }

        .en a {
            color: #333;
            font-size: 16px;
            padding-right: 5px;
            text-transform: uppercase;
        }

            .en a:hover, .en a.active {
                color: #c1272d;
            }

    .in-left {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .in-right {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0%;
    }

    .index-con {
        margin-top: 80px;
    }

    .ny-one {
        margin-bottom: 30px;
    }

        .ny-one .ny-title {
            text-align: left;
            margin-bottom: 25px;
        }

            .ny-one .ny-title span {
                font-size: 20px;
            }

            .ny-one .ny-title p {
                font-size: 14px;
                margin: 0;
                padding-bottom: 5px;
            }

    .gaiyao p {
        margin-bottom: 20px;
    }

    .team-box1 .team-title h4 {
        font-size: 18px;
    }

    .video-top .video-text .v-text p img {
        padding-right: 4px;
    }

    .video-top .video-text .v-text p {
        padding: 10px 0;
        margin-top: 10px;
    }

    .video-top .video-text {
        padding-left: 30px;
    }


    .f-right p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }

    .v-table table tr td {
        white-space: nowrap;
    }

    .logo1 {
        padding-bottom: 1px;
        text-align: left;
        float: left;
    }

    .mobile-header-btn i {
    }

    #img {
    }

    .logo1 img {
        max-width: 70%;
    }

    .container {
        width: 100%;
    }

    .ny-one .ny-title span {
        font-size: 18px;
    }

    .ny-one .ny-title p {
        font-size: 12px;
    }

    .person-top1 .per-tt1 h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .gaiyao p {
        font-size: 16px;
        line-height: 26px;
    }

    .person-top1 .per-tt1 p {
        font-size: 16px;
        line-height: 26px;
    }

    .person-pp1 p {
        font-size: 16px;
        line-height: 26px;
    }

    .team-box1 .team-title h4 {
        font-size: 16px;
    }

    .team-box1 .team-ul1 ul li a {
        font-size: 16px;
    }

    .person-top1 {
        align-items: center;
        display: block;
        text-align: center;
    }

        .person-top1 .per-img1 {
            text-align: center;
            width: 100%;
        }

        .person-top1 .per-tt1 {
            width: 100%;
            text-align: left;
            padding-left: 0;
        }

            .person-top1 .per-tt1 h4 {
                margin-top: 20px;
                text-align: center;
            }


    .footer {
        padding: 20px 0;
        text-align: center;
    }

    .f-right {
        text-align: center;
        margin-top: 20px;
    }

    .video-top {
        display: block;
    }

        .video-top .video-text {
            display: block;
            width: 100%;
            padding: 0;
            margin-top: 15px;
        }

        .video-top .video-img {
            width: 100%;
            text-align: center;
        }

        .video-top .video-text h4 {
            font-size: 18px;
        }

    .v-table table tr td {
        font-size: 16px;
    }

        .v-table table tr td:first-child {
            width: auto;
        }

        .v-table table tr td:nth-child(2) {
            width: auto;
        }

        .v-table table tr td:nth-child(3) {
            width: auto;
        }
}

@media (max-width: 600px) {
}
