﻿@charset "utf-8";

/* CSS Document */

/*2025.4.27*/

.box {
    overflow: hidden;
    transition: all .5s ease;
}

body {
}

.container {
    max-width: 1630px;
    width: 96%;
}

.top-nav {
    position: fixed;
    right: 0;
    top: 100px;
    z-index: 110;
    transition: width, right, visibility;
    transition-delay: 0ms, 0ms, 375ms;
    transition-duration: 375ms, 375ms, 0ms;
    transition-timing-function: ease-in-out, ease-in-out, linear;
}

    .top-nav .tablist {
        padding-left: 0px;
        width: 240px;
    }

        .top-nav .tablist .tab {
            background: #a23b39;
            margin-bottom: 10px;
            line-height: 50px;
            width: 100%;
            transition: all 0.4s ease-out;
            cursor: pointer;
        }

            .top-nav .tablist .tab a {
                color: #fff;
                font-weight: bold;
                font-size: 20px;
                padding: 0 10px 0 0;
                text-decoration: none;
            }

    .top-nav .tab a i.fa1 {
        background: #b1aeae;
        display: inline-block;
        line-height: 53px;
        padding: 0 15px;
        width: auto;
        margin-right: 15px;
    }


    .top-nav .tablist .tab:hover {
        width: 110%;
        transform: translateX(-15px);
        transition: all 0.25s ease-out;
        cursor: pointer;
    }

    .top-nav .tier-1 {
        padding-left: 0px;
    }

        .top-nav .tier-1 .menu-item {
            padding: 10px 0;
            border-bottom: 1px solid #fff;
        }

            .top-nav .tier-1 .menu-item .menu-item-a {
                padding-left: 0px;
                color: #fff;
                font-weight: bold;
                font-size: 20px;
                padding: 0 10px 0 0;
                text-decoration: none;
                line-height: 30px;
                display: block;
                transition: padding-left, padding-right, background-color, color;
                transition-duration: .25s, .25s, .25s, .25s;
                transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
            }

                .top-nav .tier-1 .menu-item .menu-item-a:hover {
                    color: #fff;
                    padding-left: .75em;
                }

        .top-nav .tier-1 .sub-menu .sub-menu-item {
            padding: 10px 0;
            list-style: disc;
        }

            .top-nav .tier-1 .sub-menu .sub-menu-item a {
                padding-left: 0px;
                color: #fff;
                font-weight: bold;
                font-size: 18px;
                text-decoration: none;
                line-height: 28px;
                transition: padding-left, padding-right, background-color, color;
                transition-duration: .25s, .25s, .25s, .25s;
                transition-timing-function: ease-in-out, ease-in-out, ease-in-out, ease-in-out;
            }

                .top-nav .tier-1 .sub-menu .sub-menu-item a:hover {
                    color: #fff;
                    padding-left: .75em;
                }


.hamburger {
    background-color: rgba(213, 220, 232, .6);
    border-bottom: none;
    color: rgba(162, 59, 57, .6);
    cursor: pointer;
    height: auto;
    line-height: 1em;
    margin: 0;
    padding: 1em 2em 1em 1em;
    position: fixed;
    right: -1em;
    text-align: center;
    top: 0;
    transition: width, padding-right, right, background-color, color, visibility;
    transition-delay: 0ms, 0ms, 375ms, 0ms, 0ms, 0ms;
    transition-duration: .25s, .25s, 375ms, .25s, .25s, 0ms;
    transition-timing-function: ease-in-out, ease-in-out, cubic-bezier(.175, .885, .32, 1.14), ease-in-out, ease-in-out, linear;
    visibility: visible;
    font-size: 1.5rem;
    z-index: 110;
}

    .hamburger:hover {
 color: #fff;
        background-color: rgba(162, 59, 57,.9);
    }

        .hamburger:hover i {
            color: #fff;
        }

.tabpanel-set {
    background: #a23b39;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 420px;
    z-index: 100;
    right: -420px;
    margin: 0;
    padding: 3em;
    overflow-y: scroll;
    transition: width, right, visibility;
    transition-delay: 0ms, 0ms, 375ms;
    transition-duration: 375ms, 375ms, 0ms;
    transition-timing-function: ease-in-out, ease-in-out, linear;
}

.tabpanel .tier-2 {
    overflow: hidden;
    transition: max-height .25s ease-in-out, visibility 0ms linear;
    transition-delay: 0ms, .25s;
}



.sub-menu {
    display: none;
    list-style-type: none;
    padding-left: 20px;
}

    .sub-menu.show {
        display: block;
    }


.toggle-section .fa {
    transition: transform 0.3s ease;
}

.toggle-section.open .fa {
    transform: rotate(45deg);
}

.sub-menu li {
    list-style: disc;
    color: #fff;
}


.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0;
    position: absolute !important;
    width: 1px !important;
}


.panel-newsevents h4 a {
    color: #fff;
    text-decoration: none;
}


.media-heading {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.media-body .date {
    margin-bottom: 0px;
}

.hub-article {
    margin-top: 20px;
}

    .hub-article .media-body {
        padding-left: 20px;
    }

    .hub-article .media-heading {
        margin-bottom: 5px;
        margin-top: -5px;
    }

 .hub-article .media-object {
        width:100px;
    }

.hub-events {
    margin-top: 60px;
}

.hub-event {
    margin-top: 20px;
}

    .hub-event .media-heading {
        margin-bottom: 7px;
    }

.load-into {
    margin-top: 20px;
}

    .load-into a {
        text-decoration: none;
    }

        .load-into a:hover .media-heading {
            text-decoration: underline;
            color: #fff;
        }

    .load-into p {
        color: #fff;
    }

.collection .more {
    margin-top: 20px;
    text-align:left;
}

   .collection .more a {
        color: #fff;
    }

.toggle-section {
    background-color: transparent;
    border: none;
    color: #aab9d0;
    cursor: pointer;
    margin: 0;
    padding: 0 !important;
    position: absolute;
    right: 0;
    text-align: center;
    top: 13px;
    transition: background-color .25s ease-in-out, color .25s ease-in-out;
    z-index: 1;
}




    .toggle-section i {
        color: #fff;
        font-size: 1.5em;
    }

.submenu-toggle {
    display: none;
}

.tier-1 {
    padding-left: 10px;
}

.top-nav .search-box input {
    border-color: #fff;
    color: #333;
    border: none;
    background-color: #fff;
    border-width: .3157894737em .3157894737em 0;
    color: #31261d;
    float: none;
    font-size: 1.1875em;
    height: auto;
    margin: 0;
    min-height: 2.5263157895em;
    padding: 0 .6315789474em;
    width: 100%;
}

.search-box button {
    background-color: #630404;
    border: none;
    color: #fff;
    float: none;
    font-size: 1em;
    height: auto;
    min-height: 3em;
    padding: .375em .75em;
    text-align: center;
    text-transform: uppercase;
    transition: background-color, border-color, color;
    transition-duration: .25s, .25s, .25s;
    transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
    width: 100%;
}


.close-box-x .fa {
    display: none;
    font-size: 2em;
    height: 1em;
    margin: .25em;
    transition: color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    width: 1em;
}

.menu-item {
    position: relative;
}

.close-box-x:after,
.close-box-x:before {
    background-color: transparent;
    border-top: .125em solid #fff;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 50%;
    transition: border-top-color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    width: 50%;
    color: #fff;
}

.close-box-x:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.close-box-x:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close-box-x {
    display: none;
    border-radius: 0 !important;
    color: #fff;
    background: #bd5553;
    border: none;
    height: 3em;
    margin: 0;
    position: fixed;
    right: 0;
    text-decoration: none;
    top: 0;
    transition: background-color;
    transition-duration: .25s;
    transition-timing-function: ease-in-out;
    width: 3em;
    z-index: 200;
}

.sub-menu .menu-item a {
    font-size: 16px;
}











.wc-menu {
    margin-top: 20px;
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .wc-menu ul li {
            line-height: 30px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            /*display: table-cell;*/
            /*float: left;*/
            list-style: none;
            /*padding: 0 20px;*/
            /*margin: 0px ;*/
        }

            .wc-menu ul li a {
                font-size: 18px;
                color: #fff;
                position: relative;
                display: block;
                /*transition: all 0.2s;*/
                padding: 0 5px;
                padding-bottom: 5px;
                text-decoration: none;
                border-bottom: 2px solid transparent;
            }

            .wc-menu ul li > a:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: -2px;
                height: 2px;
                background-color: #f3cd83;
                transform: scaleX(0) scaleY(1);
                transition: all .5s ease-in-out;
                border-radius: 2px;
            }

            .wc-menu ul li a.active > a:after,
            .wc-menu ul li > a:hover:after {
                opacity: 1;
                transform: scaleX(1) scaleY(1);
            }


            .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 .ernav {
                position: absolute;
                /*position: relative;*/
                left: -25%;
                top: 100%;
                background: #fff;
                width: 150%;
                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);
                -webkit-animation-duration: .4s;
                -webkit-animation-fill-mode: both;
                animation-duration: .4s;
                animation-fill-mode: both;
                -webkit-animation-name: layui-upbit1;
                animation-name: layui-upbit1;
            }

@keyframes layui-upbit1 {
    0% {
        transform: translate3d(0%, 15px, 0);
        opacity: .3;
    }

    100% {
        transform: translate3d(0%, 0, 0);
        opacity: 1;
    }
}

.wc-menu ul li .ernav ul {
    padding-left: 0;
    display: block;
    margin-bottom: 0;
    text-align: center;
    border: none;
}

    .wc-menu ul li .ernav ul li {
        /*text-align: center;*/
        float: none;
        display: block;
        /*二级下拉有影响，需要转化为块状*/
        background: none;
        line-height: 26px;
        border: none;
        margin: 0;
        padding: 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: 16px;
            text-align: center;
            background: none;
            box-shadow: none;
            border-radius: 0;
            color: #333;
            margin: 0;
            display: block;
            padding: 10px 5px;
            border-bottom: none;
            font-weight: normal;
            text-decoration: none;
        }

            .wc-menu ul li .ernav ul li a:hover {
                color: #284b96;
            }

        .wc-menu ul li .ernav ul li > a:after {
            content: none;
        }


/*menu End*/
.banner {
    height: 100%;
    overflow: hidden;
    margin-bottom: -6px;
}

    .banner .bbg {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        /*background: #000;*/
        z-index: 1;
        opacity: 0.35;
        height: 100%;
    }

    .banner .logo {
        position: absolute;
        left: 0px;
        top: 5%;
        z-index: 111;
    }

    .banner .swiper-container .swiper-slide a {
        text-decoration: none;
        display: block;
    }


    .banner .swiper-container a {
        text-decoration: none;
        display: block;
        position: relative;
    }

        .banner .swiper-container a img {
            height: 100%;
            width: 100%;
        }

 .banner .swiper-container .slide-video {
    position: absolute;
    top: 0;
    width: 100%;
   display:none;
    overflow: hidden;
}

        .banner .swiper-container a video {          
           
        }

    .banner .logo a img {
        height: auto !important;
    }

    .banner .swiper-pagination {
        width: 100%;
        bottom: 25px;
        text-align: left;
        left: 10px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        background: url(../images/yuan1.png) no-repeat center center;
        width: 25px;
        height: 25px;
        opacity: 1;
        cursor: pointer;
        /*opacity: 0.55;*/
        border-radius: 100%;
        margin-right: 17px;
    }

    .banner .swiper-container .swiper-pagination-bullet-active {
        background: url(../images/yuan1h.png) no-repeat center center;
    }

    .banner .swiper-container .ban-pp {
        position: absolute;
        left: 4px;
        top: 300px;
        width: 100%;
        z-index: 111;
        text-align: left;
    }

        .banner .swiper-container .ban-pp span {
            /*text-transform: uppercase;*/
            color: #fff;
            font-size: 53px;
            display: block;
            /*font-family: 'Source Han Serif CN';*/
            line-height: 1.2;
        }

            .banner .swiper-container .ban-pp span::first-letter {
                font-size: 88px;
            }

.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next {
    background: none;
}

.banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev {
    background: none;
}

 .banner .swiper-button-prev img, .banner .swiper-button-next img {
        width: 70px;
        height: 70px;
        opacity: 0.5;
    }

.banner .swiper-button-next, .banner .swiper-button-prev {
    width: 70px;
    height: 70px;
    right: 30px;
}

.banner .swiper-button-prev {
    left: 30px;
    right: auto;
}

.banner .page {
    position: absolute;
    left: 0px;
    top: 50%;
    height: 100%;
    width: 100%;
}


.banner .text-animation span {
    transition: none;
    opacity: 0;
    font-size: 32px;
}

.banner.active .text-animation span {
    transition: opacity;
    opacity: 1;
}


/* 为每个字符定义不同的动画延迟 */
/*.text-animation span:nth-child(1) { animation-delay: 0.1s; }
.text-animation span:nth-child(2) { animation-delay: 0.5s; }
.text-animation span:nth-child(3) { animation-delay: 0.9s; }
.text-animation span:nth-child(4) { animation-delay: 1.3s; }
.text-animation span:nth-child(5) { animation-delay: 1.7s; }
.text-animation span:nth-child(6) { animation-delay: 2.1s; }*/


@keyframes appear {
    from {
        opacity: 0;
    }
    /* 开始时不可见 */
    to {
        opacity: 1;
    }
    /* 结束时完全可见 */
}

/*banner end*/

img {
    max-width: 100%;
}

.high {
    background: #800000;
    padding: 55px 0 40px;
}

.new-top {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

    .new-top .new-tit {
        font-size: 72px;
        color: #fff;       
        /*font-family: 'Source-Han-Serif-CN_Bold';*/
    }

    .new-top .new-more {
    }

        .new-top .new-more a {
            display: block;
            color: #ed695d;
            font-size: 52px;
            /*font-family: 'HarmonyOS_Sans_SC_Regular';*/
        }

.news-con {
    margin-top: 50px;
}

    .news-con .cli {
        transition: all 0.4s ease-out;
        margin-bottom: 20px;
    }

        .news-con .cli a {
            display: block;
            text-decoration: none;
        }

            .news-con .cli a .li-img {
                overflow: hidden;
                text-align: center;
            }

.news-con .cli a .li-img img {
    width: 100%;
    object-fit: contain;
}

            .news-con .cli a .li-tt {
                margin-top: 22px;
            }

                .news-con .cli a .li-tt span {
                    display: block;
                    color: #ed695d;
                    font-size: 24px;
                    margin-bottom: 10px;
                }

                .news-con .cli a .li-tt p {
                    color: #fff;
                    font-size: 28px;
                    line-height: 40px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

        .news-con .cli:hover {
            transition: all 0.4s ease-out;
            transform: translateY(-10px);
        }


.mission {
    background: url(../images/missbg.jpg) no-repeat center center;
    background-size: cover;
    padding: 55px 0 80px;
}

.new-top2 .new-tit {
    color: #800000;
}

.new-top2 .new-more a {
    color: #333;
}

.m-con {
    margin-top: 35px;
    justify-content: space-between;
    align-items: center;background: #800000;
    margin-right: 0px;
    margin-left:0px

}

    .m-con .miss-img {
        margin-right: 0;    padding-left: 0;
        padding-right: 0;
        margin-left: 0;
    }

        .m-con .miss-img img {
            /*width: 100%;*/
        }

    .m-con .miss-tt {
        background: #800000;
        padding: 70px 50px;
    }

        .m-con .miss-tt p {
            font-size: 28px;
            color: #fff;
            margin-bottom: 0;
            line-height: 42px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 9;
            -webkit-box-orient: vertical;
        }


.q-link {
    padding: 80px 0;
    background: #f5f5f5;
}

    .q-link .q-li {
        position: relative;
    }

    .q-link .q-li-1 {
        position: relative;
    }

        .q-link .q-li-1 img {
            width: 100%;
        }

        .q-link .q-li-1 .bg {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 46%;
            background-image: linear-gradient(rgba(192, 43, 29, 0), rgba(192, 43, 29, 1));
        }

    .q-link div:nth-child(2) .bg {
        background-image: linear-gradient(rgba(150, 125, 163, 0), rgba(150, 125, 163, 1));
    }

    .q-link div:nth-child(3) .bg {
        background-image: linear-gradient(rgba(125, 146, 181, 0), rgba(125, 146, 181, 1));
    }

    .q-link div:nth-child(4) .bg {
        background-image: linear-gradient(rgba(119, 149, 100, 0), rgba(119, 149, 100, 1));
    }

    .q-link .q-li-1::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100%;*/

        content: '';
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }

    .q-link .q-li img {
    }

    .q-link .q-li h3 {
        position: absolute;
        bottom: 40px;
        margin-bottom: 0;
        left: 40px;
        width: calc(100% - 40px);
        -webkit-transition: -webkit-transform 0.35s, color 0.35s;
        transition: transform 0.35s, color 0.35s;
        -webkit-transform: translate3d(0, -10%, 0);
        transform: translate3d(0, -10%, 0);
        font-size: 48px;
        color: #fff;
    }

    .q-link .q-li .q-pp {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 1em;
        width: 100%;
        opacity: 0;
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
        color: #fff;
        font-size: 28px;
        line-height: 40px;
    }

        .q-link .q-li .q-pp p {
        }

    .q-link .q-li:hover h3 {
        -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -20px, 0);
        transform: translate3d(0, -50%, 0) translate3d(0, -20px, 0);
        opacity: 0;
    }

    .q-link .q-li:hover .q-link .q-li-1::before,
    .q-link .q-li:hover .q-pp {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        transition: all 0.4s ease-out;
    }

    .q-link .q-li:hover .bg {
        height: 90%;
        transition: all 0.4s ease-out;
    }

/*footer*/

.footer {
    background: url(../images/footbg.jpg) no-repeat center center;
    background-size: cover;
    padding: 73px 0 40px;
}

    .footer .row {
        /*justify-content: space-between;
	align-items: center;*/
    }

.footer-left {
}

    .footer-left h4 {
        color: #fff;
        font-size: 32px;
    }

    .footer-left ul {
        padding: 0;
        margin: 0;
        margin-top: 45px;
    }

        .footer-left ul li {
            margin-bottom: 15px;
            background: rgba(255, 255, 255, 0.35);
            transition: all 0.4s ease-out;
        }

            .footer-left ul li a {
                display: flex;
                justify-content: space-between;
                text-decoration: none;
                align-items: center;
                align-content: center;
                justify-content: flex-start;
            }

                .footer-left ul li a img {
                }

                .footer-left ul li a span {
                    font-size: 20px;
                    color: #fff;
                    padding: 10px 30px;
                }

            .footer-left ul li:hover {
                background: rgba(255, 255, 255, 0.65);
                transition: all 0.4s ease-out;
            }

.footer-right {
}

    .footer-right ul {
        padding: 0;
        margin: 0;
    }

        .footer-right ul li {
            width: 45%;
            float: left;
            margin-right: 10%;
            border-bottom: 1px solid #f5f5f5;
            padding-bottom: 15px;
            margin-bottom: 40px;
        }

            .footer-right ul li:nth-child(even) {
                margin-right: 0;
            }

            .footer-right ul li a {
                text-decoration: none;
                display: flex;
                justify-content: space-between;
                align-items: flex-end;
            }

                .footer-right ul li a span {
                    font-size: 28px;
                    color: #fff;
                }

                .footer-right ul li a i {
                    font-style: normal;
                    color: #fff;
                    font-size: 32px;
                }





.copy {
    margin-top: 50px;
}

.copy-left {
    padding-top: 25px;
    border-top: 2px solid #fff;
    padding-left: 0;
}

    .copy-left p {
        font-size: 18px;
        color: #fff;
        line-height: 32px;
        margin-bottom: 0px;
    }

.copy-right a::after {
    content: "";
    position: absolute;
    left: 0px;
    height: 2px;
    background: #fff;
    width: 70px;
    top: 0px;
}



.copy-right a img {
    /*margin-left: -70px;*/
    margin-top: -4px;
}




/**/













/*.wc-copyEnd*/

@media (min-width: 1200px) {
    .m-con .miss-img {
        flex: 0 0 68%;
        max-width: 68%;
    }

    .m-con .miss-tt {
        flex: 0 0 31%;
        max-width: 31%;
        margin-right: 1%;
    }

    .footer-left {
        flex: 0 0 32%;
        max-width: 32%;
    }

    .footer-right {
        margin-left: 12%;
        flex: 0 0 56%;
        max-width: 56%;
    }
}

@media (min-width: 991px) {
}

@media (min-width: 1400px) {
}

@media (max-width: 1800px) {
   .banner .swiper-container .ban-pp{
      top: 240px;
   }

    .banner .swiper-container .ban-pp span {
        font-size: 36px;
    }
}


@media (max-width: 1700px) {
    .m-con .miss-tt {
        padding: 60px 50px;
    }

    .banner .swiper-container .ban-pp span {
        font-size: 32px;
        line-height: 1.1;
    }
}

@media (max-width: 1600px) {

    .m-con .miss-tt {
        padding: 56px 50px;
    }

    .footer-right ul li a span {
        font-size: 28px;
    }

.banner .swiper-container .ban-pp{
   top: 180px;
}

    .banner .swiper-container .ban-pp span {
        font-size: 30px;
    }

}

@media (max-width: 1500px) {

    .m-con .miss-tt {
        padding: 40px 50px;
    }

.banner .swiper-container .ban-pp{
   top: 180px;
}

    .banner .swiper-container .ban-pp span {
        font-size: 28px;
    }
}

@media (max-width: 1400px) {

    .m-con .miss-tt {
        padding: 30px 40px;
    }

        .m-con .miss-tt p {
            font-size: 24px;
        }

.banner .swiper-container .ban-pp{
top: 180px;
}

    .banner .swiper-container .ban-pp span {
        font-size: 26px;
        line-height: 1;
    }

        .banner .swiper-container .ban-pp span::first-letter {
            font-size: 78px;
        }

    .new-top .new-tit {
        font-size: 50px;
    }

.news-con, .m-con {
    margin-top: 30px;
}

    .news-con .cli a .li-tt span {
        font-size: 20px;
    }

    .news-con .cli a .li-tt p {
        font-size: 22px;
    }

    .m-con .miss-tt p {
        font-size: 22px;
        line-height: 40px;
    }

.high {
    padding: 35px 0 20px;
}

.mission{
  padding: 35px 0 60px;
}

    .q-link {
        padding: 60px 0;
    }

        .q-link .q-li h3 {
            font-size: 30px;
        }

        .q-link .q-li .q-pp {
            font-size: 20px;
        }

.footer{
       padding: 53px 0 40px;
}

    .footer-right ul li a span {
        font-size: 22px;
    }

    .footer-left ul li a span {
        font-size: 20px;
    }

.copy {
    margin-top: 30px;
}

}

@media (max-width: 1300px) {
    .m-con .miss-tt {
        padding: 20px 40px;
    }

        .m-con .miss-tt p {
            line-height: 38px;
        }
}

@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/

    .new-top .new-tit {
        font-size: 40px;
    }

    .news-con .cli a .li-tt p {
        font-size: 20px;
    }

    .high {
        padding: 25px 0 5px;
    }

    .news-con {
        margin-top: 30px;
    }

    .mission {
        padding: 25px 0 50px;
    }

    .q-link {
        padding: 50px 0;
    }

    .q-link .q-li h3 {
        font-size: 24px;
    }

    .q-link .q-li .q-pp {
        font-size: 18px;
        line-height: 28px;
    }

    .m-con .miss-tt p {
        font-size: 20px;
    }

    .footer {
        padding: 40px 0;
    }

    .footer-right ul li {
        /*margin-left: 7%;
        margin-right: 10%;*/
    }

    .footer-left ul li a span {
        font-size: 18px;
    }

    .copy-right a img {
        /*margin-left: -42px;*/
        margin-top: -2px;
    }

    .copy-right a::after {
        left: -12px;
    }

        .banner .logo a img.img2 {
            max-width: 80%;
        }

.banner .swiper-button-next, .banner .swiper-button-prev{
    width: 50px;
    height: 50px;
}

.banner .swiper-button-prev img, .banner .swiper-button-next img{
    width: 50px;
    height: 50px;
}

.banner .page { 
    top: auto;
    bottom: 78px;
        height: auto;
}



}

@media (max-width: 991px) {

    /*小屏幕设备 平板*/
    .container {
        width: 94%;
    }

    .logo1 img {
        max-width: 70%;
    }

    .miss-img {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .m-con .miss-tt {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footer-right ul li {
       /* margin-left: 0;
        margin-right: 22%;*/
    }

    .q-link .q-li-1 {
        margin-bottom: 40px;
    }

.q-link .q-li:nth-child(3) .q-li-1 , .q-link .q-li:nth-child(4) .q-li-1{
   margin-bottom: 0px;
}

    .copy-right a img {
        margin-top: 30px;
        max-width: 40%;
    }

    .footer-left ul li a span {
        padding: 0 20px;
    }

    .copy-right a::after {
        content: none;
    }

        .banner .logo a img.img2 {
            max-width: 65%;
        }

}

@media (max-width: 767px) {

.banner .swiper-button-prev img, .banner .swiper-button-next img{
  width:35px;
  height:35px;
}

.banner .swiper-button-next, .banner .swiper-button-prev{
    width:35px;
  height:35px;
}

.banner .swiper-button-next{
  right: 10px;
}

.banner .swiper-button-prev{
  left: 10px;
}


    .top-nav .tablist {
        display: none;
    }

    .tabpanel-set{
        width:100%;
        right: -100%;
    }

    .panel-search {
        margin: 40px 0;
    }


    /*超小屏幕设备 手机*/
    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }

    .logo1 {
        padding-bottom: 1px;
        text-align: left;
        float: left;
    }

    .mobile-header-btn {
        top: 1px;
    }

        .mobile-header-btn i {
        }

    #img {
    }

    .logo1 img {
        max-width: 50%;
    }

    .container {
        width: 100%;
    }

    .banner {
        height: 100%;
    }

        .banner .swiper-container a img {
            height: 100%
        }

        .banner .logo a img {
            max-width: 40%;
        }


        .banner .swiper-container .ban-pp span {
            font-size: 20px;
        }

            .banner .swiper-container .ban-pp span::first-letter {
                font-size: 32px;
            }

        .banner .swiper-container a {
            text-align: left;
        }

        .banner .swiper-container .ban-pp span {
            line-height: 1.45;
        }

    .top-nav ul li a {
        font-size: 14px;
    }

    .top-nav ul li.tab {
        line-height: 40px;
    }

    .top-nav ul li a i.fa1 {
        line-height: 42px;
        padding: 0 10px;
    }

    .new-top .new-tit {
        font-size: 26px;
    }

    .new-top .new-more a {
        font-size: 30px;
    }

.news-con .cli a .li-tt {
    margin-top: 12px;
}

    .news-con .cli a .li-tt span {
        font-size: 16px;
margin-bottom: 5px;
    }

    .news-con .cli a .li-tt p {
        font-size: 18px;
        line-height: 30px;
    }

    .high {
        padding: 17px 0 0px;
    }

    .mission {
        padding: 11px 0 30px;
    }

    .m-con {
        margin-top: 20px;
        padding: 0 20px;
        margin: 15px -20px 0;        background: none;
    }
.m-con .miss-img{

}
.m-con .miss-tt p {
        line-height: 30px;        font-size: 18px;
    }


        .m-con .miss-tt {
            padding: 20px;
        }

    .q-link .q-li-1 {
        margin-bottom: 30px;
    }

.q-link .q-li:nth-child(3) .q-li-1 , .q-link .q-li:nth-child(4) .q-li-1{
   margin-bottom: 30px;
}

    .q-link {
        padding: 30px 0 10px;
    }

    .footer-left h4 {
        font-size: 22px;
    }

    .footer-left ul {
        margin-top: 25px;
    }

    .footer-right ul li {
        width: 100%;
        margin: 0;
    }

        .footer-right ul li a span {
            font-size: 18px;
        }

    .copy-left {
        padding-left: 15px;
        padding-top: 15px;
    }

        .copy-left p {
            font-size: 16px;
            line-height: 30px;
        }

    .copy-right a img {
        margin-top: 20px;
    }

    .footer {
        padding: 30px 0 20px;
    }
}

@media (max-width: 600px) {
}
