@charset "utf-8";
/* CSS Document */
/*2023.9.5*/

.box {
    overflow: hidden;
}

p {
    margin: 0;
}

.container {
    max-width: 1570px;
    width: 90%;
}

img {
    max-width: 100%;
}

/*顶部弹出搜索样式*/
/*header-top*/

.header-top {
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}

.search-btn {
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    color: #333;
}

    .search-btn:hover {
        opacity: .9;
        text-decoration: none;
    }

.search-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 1000;
    background: #fff;
}

    .search-box h2 {
        font-size: 24px;
        color: #555;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .search-box .container {
        position: relative;
    }

    .search-box .close {
        position: absolute;
        top: 30px;
        right: 15px;
        font-size: 14px;
        cursor: pointer;
        color: #555;
    }

        .search-box .close i {
            font-style: normal;
        }

        .search-box .close:hover {
            color: #555;
        }

        .search-form {
            margin-bottom: 40px;
            width: 100%;
            position: relative;
        }

    .search-form .form-text {
        width: 100%;
        border: none;
        box-shadow: none;
        border-bottom: 1px solid #ccc;
        font-style: italic;
        height: 60px;
        font-size: 16px;
        /*padding: 0 100px 0 15px;*/
    }

        .search-form .form-text:focus {
            border: none;
            font-style: normal;
            border-bottom: 1px solid #bc183a;
            border-radius: 0;
        }

    .search-form .form-submit {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100px;
        height: 60px;
        line-height: 60px;
        background: none;
        border: none;
        outline: none;
        color: #666;
        font-weight: bold;
        font-size: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .search-form .form-submit:hover {
            background: #bc183a;
            color: #fff;
        }

/*顶部弹出样式 end*/
.top {
    padding-top: 40px;
    display: flex;
    align-items: flex-end;
    margin-bottom: 50px;
}


.in-one {
    /*padding-top: 50px;*/
}

.in-nav {
}

.wc-menu ul {
    padding: 0;
    margin: 0;
}

    .wc-menu ul li {
        line-height: 32px;
        /*margin: 5px 0;*/
        position: relative;
    }

        .wc-menu ul li a {
            font-size: 18px;
            color: #fff;
            font-weight: bold;
            display: inline-block;
            border-bottom: 1px transparent;
            line-height: 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: #f2cb80;
                text-decoration: none;
                border-bottom: 1px solid #f2cb80;
            }

        .wc-menu ul li .ernav {
            /*position: absolute;*/
            /*position: relative;*/
            /*right:5px;
	top: 10px;*/
            /*background: rgba(255,255,255,0.8);*/
            /*width: 60%;*/
            z-index: 111 !important;
            display: none;
            opacity: 1;
            /*border-top: 2px solid #4abad2;*/
            /*box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);*/
        }

            .wc-menu ul li .ernav ul {
                padding-left: 0;
                display: block;
                margin-bottom: 0;
                text-align: left;
            }

                .wc-menu ul li .ernav ul li {
                    /*text-align: center;*/
                    float: none;
                    display: block;
                    /*二级下拉有影响，需要转化为块状*/
                    background: none;
                    text-align: left;
                    /*border-top: 1px solid #fff;*/
                    line-height: 26px;
                    margin: 0;
                }

                    .wc-menu ul li .ernav ul li:last-child {
                        border-bottom: none;
                    }

                    .wc-menu ul li .ernav ul li a {
                        line-height: 24px;
                        font-size: 15px;
                        /*text-align: center;*/
                        background: none;
                        box-shadow: none;
                        border-radius: 0;
                        color: #fff;
                        margin: 0;
                        display: block;
                        padding: 6px 8px;
                        border-bottom: none;
                        font-weight: normal;
                        text-decoration: none;
                    }

                        .wc-menu ul li .ernav ul li a:hover {
                            /*background: #f2cb80;*/
                            color: #f2cb80;
                        }



.search {
    margin-top: 100px;
    display: inline-block;
    position: relative;
}

    .search .input {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0rem;
        top: -7px;
        bottom: auto;
        height: 30px;
        width: .2rem;
        /*background: #fff;*/
        /*opacity: 1 !important;*/
        visibility: hidden;
        transition: All 0.1s ease;
        -webkit-transition: All 0.1s ease;
        -moz-transition: All 0.1s ease;
        -o-transition: All 0.1s ease;
        /*border: 1px solid #ccc;*/
        z-index: 11;
        background: none;
        border: none;
    }

    .search .search-btn {
        background: url(../../images/search.png) no-repeat 5px center;
        z-index: 10000;
        position: relative;
        width: 28px;
        height: 26px;
        display: block;
    }

    .search .input input {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        padding: 5px 10px 5px 38px;
        color: #333;
    }

    .search:hover .input {
        width: 220px;
        opacity: 1;
        visibility: visible;
    }

    .search:hover .search-btn {
        /*background: url(../../images/search1.png) no-repeat 5px center;*/
    }

.wei {
    margin-top: 30px;
}

/*menu End*/
.top-link {
}

    .top-link ul {
        margin: 0;
        text-align: right;
        padding: 0;
    }

        .top-link ul li {
            display: inline-block;
            margin-left: 25px;
        }

            .top-link ul li a {
                font-size: 16px;
                color: #fff;
                background: rgba(255, 255, 255, 0.35);
                padding: 9px 20px;
                border-radius: 20px;
                display: inline-block;
            }

                .top-link ul li a:hover {
                    background: #b7a479;
                    text-decoration: none;
                }


.v-banimg span {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.start {
}

    .start a {
        font-size: 34px;
        color: #fff;
        background: #b72831;
        text-transform: uppercase;
        line-height: 106px;
        width: 100%;
        display: block;
        font-weight: bold;
        text-align: center;
        margin-top: 60px;
    }

        .start a:hover {
            opacity: 0.8;
            text-decoration: none;
            background: #a11c25;
        }

.appl {
    text-align: right;
    margin-top: 20px;
}

    .appl a {
        font-size: 16px;
        color: #dadada;
        padding-left: 45px;
        text-decoration: underline;
    }

.ban-mtt {
    margin-bottom: 20px;
}

    .ban-mtt p {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        line-height: 36px;
    }

.bannert h4 {
    font-size: 55px;
    color: #fff;
    font-family: impact;
    margin: 0;
    line-height: 1.2;
}

.bg1,
.bg2,
.bg3,
.bg4,
.bg5 {
}

.bg1 {
    background: url(../../images/bg1.png) no-repeat center bottom;
    position: relative;
    min-height: 1000px;
    z-index: 4;
}

.bg2 {
    background: url(../../images/bg2.png) no-repeat center bottom;
    margin-top: -135px;
    min-height: 1200px;
    position: relative;
    z-index: 3;
    padding-top: 180px;
    overflow: hidden;
}

.bg3 {
    background: url(../../images/bg3.png) no-repeat center bottom;
    min-height: 1500px;
    margin-top: -250px;
    position: relative;
    z-index: 2;
    padding-top: 150px;
}

.bg4 {
    background: url(../../images/bg4.png) no-repeat center bottom;
    /*min-height: 1300px;*/
    margin-top: -300px;
    position: relative;
    z-index: 1;
    padding-top: 260px;
    padding-bottom: 300px;
}

.about-tt {
    z-index: 11;
    position: relative;
}

    .about-tt p {
        font-size: 22px;
        font-weight: bold;
        color: #000;
        line-height: 40px;
    }

    .about-tt a {
        font-size: 18px;
        color: #fff;
        display: inline-block;
        background: #b72831;
        padding: 0 18px;
        line-height: 55px;
        margin-top: 35px;
        box-shadow: 12px 18px 13px -13px #8d8d8d;
    }

.ab-img {
    position: absolute;
    left: 0px;
    top: 80%;
    width: 100%;
    text-align: center;
    z-index: 1;
    display: inline-block;
}

.ab-rimg {
    margin-top: -30px;
    position: absolute;
    right: -90px;
}

    .ab-rimg img {
        max-width: initial;
        /*width: 100%;*/
    }



.bg3-one {
    background: rgba(183, 40, 49, 0.55);
    min-height: 200px;
    margin-top: 50px;
}

.bg3-two {
    min-height: 200px;
    margin-top: 5px;
}

.number {
}

    .number ul {
        padding: 0;
        margin: 0;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .number ul li {
            font-size: 24px;
            color: #fff;
            font-family: impact;
            text-transform: uppercase;
        }

            .number ul li span {
                font-size: 100px;
                background: url(../../images/huang.png) repeat center top;
                /*设置背景图像*/

                -webkit-background-clip: text;
                /*背景被裁剪到文字*/
                /*-webkit-text-stroke:1px #0000FF;        文字描边*/

                -webkit-text-fill-color: transparent;
                font-size: 100px;
                color: transparent;
                -webkit-text-fill-color: transparent;
                -webkit-background-clip: text;
                display: inline-block;
                line-height: 1.2;
            }

            .number ul li i {
                font-style: normal;
                font-size: 100px;
                background: url(../../images/huang.png) repeat left top;
                /*设置背景图像*/

                -webkit-background-clip: text;
                /*背景被裁剪到文字*/
                /*-webkit-text-stroke:1px #0000FF;        文字描边*/

                -webkit-text-fill-color: transparent;
                font-size: 100px;
                color: transparent;
                -webkit-text-fill-color: transparent;
                -webkit-background-clip: text;
                display: inline-block;
                line-height: 1.2;
            }

.bg3-two .bg3-li {
    /*border-right: 9px transparent;*/
    margin-bottom: 6px;
    /*margin: 0 3px;
	padding: 0 -3px;*/
}

    .bg3-two .bg3-li a {
        display: block;
        text-decoration: none;
        position: relative;
        min-height: 268px;
        /*border-right: 9px transparent;*/
        background: rgba(68, 60, 50, 0.55);
        width: 105%;
    }

    .bg3-two .bg3-li:nth-child(3n) a {
        width: 100%;
    }


    .bg3-two .bg3-li a img {
        position: absolute;
        right: 30px;
        top: 35px;
    }

    .bg3-two .bg3-li a span {
        display: block;
        font-size: 24px;
        color: #fff;
        font-family: impact;
        position: absolute;
        left: 35px;
        bottom: 20px;
    }

    .bg3-two .bg3-li:hover a {
        background: rgba(68, 60, 50, 0.75);
    }

.bg3con {
    position: relative;
    z-index: 1;
}

.bg4con {
    position: relative;
    z-index: 1;
}


.bg4-title {
    margin-top: 90px;
}

.bg3-title {
    margin-top: 40px;
}

.bg4-title h4 a {
    font-size: 62px;
    font-weight: bold;
    color: #fff;
    word-wrap: break-word;
}

.bg4-title a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    background: #b72831;
    padding: 0 18px;
    line-height: 55px;
    border: 1px solid #fff;
    margin-top: 35px;
    box-shadow: 12px 18px 13px -13px #333;
}

.bg4-title h4 a {
    font-size: 62px;
    font-weight: bold;
    color: #fff;
    word-wrap: break-word;
    background: none;
    box-shadow: none;
    margin: 0;
    border: none;
    padding: 0;
}

.bg4 .test-li {
    margin-bottom: 30px;
}

.test-li-content {
    padding: 34px 0px 0px 34px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    overflow: hidden;
}

.test-li-text-bg {
    padding: 34px 0px 0px 34px;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 54px);
    height: calc(100% - 59px);
    overflow: hidden;
    background: url(../../images/textbg.png) no-repeat;
    background-position: 34px 33px;
    z-index: 111;
}

.tli-bg {
    position: relative;
    z-index: 11;
}

.test-li:hover .test-li-img,
.test-li.active .test-li-img {
    display: none;
}

.test-li:hover .test-li-text-bg,
.test-li.active .test-li-text-bg {
    display: block;
}

.test-li-modal {
    width: 494px;
    margin: 0 auto;
}


.modal-dialog {
    width: 600px;
    margin: 30px auto;
}



.test-li-text-top {
    padding-top: 20px;
}

.test-li-photo {
    width: 70px;
    border-radius: 50%;
    float: left;
}

.test-li-title {
    width: calc(100% - 70px);
    float: left;
    padding: 0 20px;
}

    .test-li-title h4 {
        font-size: 18px;
        color: #fff;
        line-height: 26px;
    }

.test-li-text {
    height: calc(100% - 82px);
    padding-bottom: 10px;
}

    .test-li-text p {
        padding: 0 20px;
        /*text-align: justify;*/
        color: #fff;
        font-size: 14px;
        line-height: 24px;
    }


.modal-body {
    padding: 0;
}

.close {
    font-size: 40px;
    color: #fff;
    opacity: 1 !important;
    position: relative;
    z-index: 11111;
}

    .close:hover {
        color: #fff;
    }

.modal {
    top: 15%;
}

.ban-con {
    text-align: left;
    min-height: 100px;
}

    .ban-con p.p1 {
        margin-bottom: 10px;
    }

    .ban-con p {
        color: #fff;
        text-align: left;
    }

.modal-backdrop {
    position: absolute;
}


.ban-con {
    /*position: absolute;
                                            left: 15%;
                                            top: 10%;*/
    background: url(../../images/nbg22.jpg) no-repeat center bottom;
    background-size: cover;
    border-radius: 5px;
    color: #fff;
    padding: 20px;
    width: 100%;
    z-index: 1;
}


/**/

.footer {
    background: #333 url(../../images/fbg.jpg) repeat-x left top;
    min-height: 300px;
    margin-top: -260px;
    padding-top: 100px;
    padding-bottom: 40px;
}

    .footer .fleft {
    }

        .footer .fleft h4 {
            font-size: 32px;
            color: #fff;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .footer .fleft p {
            font-size: 18px;
            color: #fff;
            line-height: 33px;
        }

.fmid {
    margin-top: 50px;
}

.fright {
}

    .fright ul {
        margin: 0;
        padding: 0;
    }

        .fright ul li {
            line-height: 37px;
        }

            .fright ul li a {
                text-decoration: none;
                display: block;
                font-size: 18px;
                font-weight: bold;
                color: #fff;
            }

                .fright ul li a:hover,
                .fright ul li a.active {
                    text-decoration: underline;
                }

.copy p {
    font-size: 18px;
    color: #999;
    margin-top: 15px;
}

.footer-con {
    position: relative;
    z-index: 1;
}



.top-link ul.dropdown-menu {
    text-align: left;
}

    .top-link ul.dropdown-menu li {
        margin-right: 25px;
        display: block;
    }

        .top-link ul.dropdown-menu li,
        .top-link ul.dropdown-menu li a {
            display: block;
        }

@media (min-width: 1200px) {
}


@media (max-width: 1500px) {
    .start a {
        line-height: 80px;
        font-size: 26px;
    }

    .bannert h4 {
        font-size: 45px;
    }

    .bg4-title h4 a {
        font-size: 52px;
    }

    .bg3 {
        min-height: auto;
        padding-bottom: 400px;
    }

    .about-tt p {
        line-height: 34px;
    }
}





@media (max-width: 1400px) {
    .ab-rimg img {
        max-width: 100%;
    }

    .search:hover .input {
        width: 180px;
        opacity: 1;
        visibility: visible;
    }

    .bannert h4 {
        font-size: 36px;
    }

    .start a {
        line-height: 60px;
    }

    .bg1 {
        min-height: auto;
        padding-bottom: 150px;
    }

    .bg3-title {
        margin-top: 0px;
    }

    .number ul li span {
        font-size: 80px;
    }

    .number ul li i {
        font-size: 60px;
    }

    .bg4-title {
        margin-top: 20px;
    }

        .bg4-title h4 a {
            font-size: 40px;
        }

    .footer .fleft p {
        line-height: 33px;
    }
}

@media (max-width: 1200px) {

    /*中等屏幕设备 桌面*/
    .top-link ul li {
        margin-left: 5px;
    }

    .ban-mtt p {
        font-size: 16px;
        line-height: 28px;
    }

    .top-link ul li a {
    }

    .bannert h4 {
        font-size: 30px;
    }

    .start a {
        font-size: 20px;
    }

    .appl a {
        padding-left: 15px;
    }

    .ab-img img {
        max-width: 40%;
    }

    .bg2 {
        min-height: auto;
        padding-top: 120px;
        padding-bottom: 340px;
    }

    .about-tt p {
        font-size: 18px;
        line-height: 32px;
    }

    .ab-rimg {
        position: relative;
        right: 0;
    }

    .bg3 {
        padding-top: 70px;
    }

    .number ul li span {
        font-size: 40px;
    }

    .number ul li i {
        font-size: 40px;
    }

    .number ul li {
        font-size: 16px;
    }

    .bg3-one {
        min-height: auto;
    }

    .bg3-two .bg3-li a span {
        font-size: 20px;
    }

    .bg3-two .bg3-li a {
        min-height: 230px;
    }


    .bg4-title h4 a {
        font-size: 30px;
    }

    .bg4-title a {
        line-height: 45px;
    }

    .about-tt a {
        line-height: 45px;
    }
}


@media (max-width: 991px) {
    .modal-backdrop {
        display: none;
    }

    /*小屏幕设备 平板*/

    .container {
        width: 94%;
    }

    .logo1 {
        line-height: 50px;
        color: #333;
        font-size: 18px;
    }

    .mobile-header-btn {
        top: 11px;
    }

        .mobile-header-btn:hover {
        }

    .mnmd-offcanvas__title h2 a {
        font-size: 20px;
    }

    .mnmd-offcanvas-close {
        color: #fff;
    }

        .mnmd-offcanvas-close:hover {
            color: #fff;
        }

    .navigation--offcanvas li > a:after {
        border-right: 3px solid #333;
    }

    .mnmd-offcanvas__title {
        background: #000;
    }

    .bannert {
        text-align: center;
        padding-top: 40px;
    }

        .bannert p img {
            max-width: 18%;
        }

    .v-banimg {
        text-align: center;
        margin-top: 20px;
    }

    .start {
        text-align: center;
    }

        .start a {
            margin-top: 20px;
            line-height: 35px;
            font-size: 16px;
            display: inline-block;
            padding: 0 30px;
            width: auto;
        }

    .bannert h4 {
        font-size: 24px;
    }

    .appl {
        text-align: center;
    }

    .number ul li {
        margin-bottom: 10px;
    }

    .footer .fleft p {
        font-size: 16px;
        line-height: 26px;
    }

    .fright ul li a {
        font-size: 16px;
    }

    .bg4-title h4 {
        margin: 0;
    }
}




@media (max-width: 767px) {

    /*超小屏幕设备 手机*/
    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }

    .logo1 {
        padding-bottom: 1px;
        width: 90%;
        text-align: left;
        float: left;
    }

        .logo1 img {
            padding-top: 6px;
        }

    .mobile-header-btn {
        top: 20px;
    }



    #img {
        /*height: 72px;*/
    }

    .mnmd-offcanvas__title h2 a {
        font-size: 18px;
    }

    .logo1 img {
        max-width: 100%;
    }

    .container {
        width: 100%;
    }

    .alogo a {
        display: inline-block;
        width: 30%;
    }

    .v-banimg span img {
        width: 20%;
    }

    .bg2 {
        padding-top: 70px;
    }

    .bg4-title h4 a {
        font-size: 26px;
    }

    .ab-img {
        top: 106%;
    }

    .about-tt a {
        line-height: 45px;
        font-size: 16px;
    }

    .bg3-one {
        margin-top: 10px;
    }

    .number ul {
        padding: 20px 0;
    }

    .bg3-two .bg3-li a {
        min-height: 190px;
        width: 100%;
    }

    .bg4 .test-li {
        margin-bottom: 5px;
    }

    .bg4 {
        padding-top: 140px;
        padding-bottom: 260px;
        background-size: cover;
    }

    .bg4-title {
        text-align: center;
        margin-bottom: 40px;
    }

    .bg3-two .bg3-li a img {
        width: 25%;
    }

    .footer {
        padding-bottom: 20px;
        padding-top: 50px;
    }

    .fright {
        text-align: center;
    }

    .fmid {
        margin-top: 20px;
        text-align: center;
    }

        .fmid img {
            width: 40%;
        }

    .footer .fleft h4 {
        font-size: 26px;
    }
}

/* photo */

.photoWarp {
    position: relative;
    width: 492px;
    height: 362px;
    margin: auto;
}

.kuang,
.photo,
.txt {
    position: absolute;
}

.kuang {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('../../images/kuang.png') no-repeat left top;
    background-size: contain;
    overflow: hidden;
    z-index: 20;
    /* visibility: hidden; */
}

.photo,
.txt {
    position: absolute;
    left: 2%;
    top: 2%;
    right: 6%;
    bottom: 10%;
    border-radius: 10%;
    color: #fff;
}

.txt-top {
    margin-bottom: 10px;
}

.txt .tx-img {
    border-radius: 50%;
    width: 70px;
}

.txt h4 {
    font-size: 18px;
    width: calc(100% - 70px);
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.photo {
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
}

.txt {
    background: url('../../images/txt-bg.jpg');
    padding: 7% 5% 7% 8%;
    overflow-y: scroll;
    margin-right: 5%;
    z-index: 5;
}

    .txt .txt-cnt p {
        font-size: 16px;
        line-height: 22px;
    }

    .txt::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .txt::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        border-radius: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .txt::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
        background: linear-gradient(to left, #ccc, #fff);
    }
/* 禁止默认事件传递 */
.pointer-events {
    pointer-events: none;
}

/*  */




@media (max-width: 600px) {
    .mobile-header-btn {
        top: 6px;
    }
}




@media (max-width: 767px) {

    .modal-dialog {
        width: 400px;
        margin: 30px auto;
    }

    .test-li-modal {
        width: 360px;
    }

    .test-li-title h4 {
        font-size: 14px;
        line-height: 20px;
    }

    .test-li-text-bg {
        padding: 66px 0px 0px 34px;
        width: calc(100% - 38px);
        height: calc(100% - 43px);
        background-position: 25px 66px;
    }

    .test-li-text {
        height: calc(100% - 44px);
    }
}
