body {
    font-family: Source Han Sans CN;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    color: #333;
    overflow-x: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

p {
    font-size: 14px;
    margin-bottom: 0;
}

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.section {
    padding: 20px 0;
}
/* ScrollToTop */

.back-to-top {
    display: none;
    position: fixed;
    bottom: 18px;
    right: 15px;
}
/* 共用头 */

.head-top {
    background: #E5E5E5;
    color: #626262;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

    .head-top .grey {
        color: #333333;
    }

    .head-top img {
        width: 18px;
        vertical-align: middle;
        margin: -2px 5px 0 15px;
    }

.head-mid {
    padding: 45px 0 30px; /*background: url(../../img/index/head-bg.png) no-repeat top right; */
    background-size: auto 100%;
}

    .head-mid .logo {
        width: 320px;
    }

    .head-mid .you img {
        width: 39px;
    }

    .head-mid .you p {
        margin-top: 5px;
        color: #666666;
    }
/*二维码*/

.topGzh {
    position: relative;
    cursor: pointer;
}

.topEwm {
    display: none;
    position: absolute;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    bottom: -130px;
    left: -22px;
    z-index: 9;
    box-shadow: 0px 11px 32px 0px rgba(0, 11, 21, 0.18);
}

    .topEwm img {
        width: 100px !important;
    }

.topGzh:hover .topEwm {
    display: block;
}

.head-bot {
    height: 60px;
    line-height: 60px;
    background: #C81912;
    font-size: 16px;
}

    .head-bot nav div > a {
        color: #fff;
        text-decoration: none;
    }

.head-1200 {
    max-width: 1250px !important;
}

.head-bot nav > div {
    float: left;
    padding: 0 20px;
    text-align: center;
    position: relative;
}

    .head-bot nav > div:hover {
        background: #820C06;
    }

        .head-bot nav > div:hover > a {
            color: #fff;
        }

.head-bot nav > .active {
    background: #820C06;
}

.head-bot nav > div:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    -webkit-animation: fadeInUpMenu 0.4s;
    -moz-animation: fadeInUpMenu 0.4s;
    -ms-animation: fadeInUpMenu 0.4s;
    -o-animation: fadeInUpMenu 0.4s;
    animation: fadeInUpMenu 0.4s;
}

@-webkit-keyframes fadeInUpMenu {
    0% {
        opacity: 0;
        -webkit-transform: translateY(10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUpMenu {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUpMenu {
    -webkit-animation-name: fadeInUpMenu;
    animation-name: fadeInUpMenu;
}

.dropdown-item.active, .dropdown-item.active:focus, .dropdown-item.active:hover {
    background-color: #eee;
}

.dropdown-menu {
    padding: 0;
    border-radius: 0;
    left: 0;
    right: 0;
    margin-top: 0px;
    width: 250px;
    border: none;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .dropdown-menu .dropdown-item {
        font-size: 13px;
        color: #666;
        display: block;
        height: auto;
        padding: 12px 20px 13px;
        line-height: 16px;
        font-weight: 400;
        border-top: 1px solid #e2e6e7;
        transition: all 0.3s ease-in-out 0s;
    }

    .dropdown-menu a:hover, .dropdown-menu a .active {
        background: transparent;
        color: #B50400;
        transition: all 0.3s ease-in-out 0s;
    }

    .dropdown-menu > li > a:focus {
        background: transparent;
    }

    .dropdown-menu > li.active > a {
        background: transparent;
    }
/* banner */

#carousel-area {
    overflow: hidden;
    background: #2c3e50;
}

    #carousel-area .carousel-inner .active {
        opacity: 1;
    }

        #carousel-area .carousel-inner .active.left, #carousel-area .carousel-inner .active.right {
            left: 0;
            opacity: 0;
            z-index: 1;
        }

    #carousel-area .carousel-inner .next.left, #carousel-area .carousel-inner .prev.right {
        opacity: 1;
    }

    #carousel-area .carousel-control {
        z-index: 2;
    }

    #carousel-area .carousel-item {
        background-size: 100%;
        background-size: cover;
    }

        #carousel-area .carousel-item .carousel-caption {
            top: 30%;
            right: 10%;
            left: 10%;
            text-shadow: none;
        }

            #carousel-area .carousel-item .carousel-caption h2 {
                font-family: 'Muli', sans-serif;
                font-size: 70px;
                -webkit-animation-name: fadeInUp;
                animation-name: fadeInUp;
                -webkit-animation-duration: 0.8s;
                animation-duration: 0.8s;
            }

            #carousel-area .carousel-item .carousel-caption h3 {
                font-family: 'Open Sans', sans-serif;
                font-size: 24px;
                color: #fff;
                font-weight: 100;
                -webkit-animation-name: fadeInUp;
                animation-name: fadeInUp;
                -webkit-animation-duration: 1.2s;
                animation-duration: 1.2s;
            }

            #carousel-area .carousel-item .carousel-caption .btn {
                margin: 30px 15px;
                -webkit-animation-name: fadeInUp;
                animation-name: fadeInUp;
                -webkit-animation-duration: 1.4s;
                animation-duration: 1.4s;
            }

    #carousel-area .active {
        opacity: 1;
    }

        #carousel-area .active.left, #carousel-area .active.right {
            left: 0;
            opacity: 0;
            z-index: 1;
        }

    #carousel-area .carousel-control {
        z-index: 10;
        width: 35px;
        height: 55px;
        top: 50%;
        padding: 10px 5px;
        box-shadow: none;
        background: url(../img/skin.png);
        margin-top: -35px;
        text-shadow: none;
    }

    #carousel-area .carousel-control-prev-icon {
        left: 5%;
    }

    #carousel-area .carousel-control-next-icon {
        right: 5%;
        background-position: -150px 0px !important;
    }

    #carousel-area .carousel-indicators {
        bottom: 5px;
    }

        #carousel-area .carousel-indicators li {
            border-radius: 0px;
            width: 32px;
            height: 5px;
            margin: 0 5px;
            background: rgba(253, 254, 255, 0.80);
            cursor: pointer;
            border: none;
            transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
        }

            #carousel-area .carousel-indicators li:hover, #carousel-area .carousel-indicators li.active {
                opacity: 1;
            }

    #carousel-area:hover .carousel-control {
        display: block;
    }

    #carousel-area i {
        margin-right: 10px;
    }

.index-cont-2 {
    padding: 50px 0;
}

    .index-cont-2 .tit {
        color: #191D3B;
        font-size: 24px;
        line-height: 30px;
        height: 45px;
        border-bottom: 1px solid #C81912;
    }

        .index-cont-2 .tit img {
            width: 30px;
            margin: -2px 10px 0 0;
        }

    .index-cont-2 .list {
        color: #333333;
        overflow: hidden;
        margin-top: 10px;
    }

        .index-cont-2 .list div:first-child {
            width: 85%;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            float: left;
        }

        .index-cont-2 .list div:last-child {
            float: right;
            color: #666;
        }

    .index-cont-2 .item {
        width: 48.5%;
        padding: 10px 20px;
        margin-bottom: 14px;
        background: #F7F7F7;
        color: #333;
    }

    .index-cont-2 .item2 {
        padding: 10px 20px;
        margin-bottom: 10px;
        background: #F7F7F7;
        color: #333;
    }

        .index-cont-2 .item img, .index-cont-2 .item2 img {
            width: 30px;
            vertical-align: middle;
            margin: -2px 10px 0 0;
        }

.imgMenu img {
    width: 100%;
}

.imgMenu .dw {
    position: relative;
}

    .imgMenu .dw > div {
        position: absolute;
        width: 88%;
        left: 6%;
        bottom: 10px;
        box-sizing: border-box;
        background: rgba(0, 53, 159, .8);
        padding: 0 15px;
        line-height: 40px;
        cursor: pointer;
    }

        .imgMenu .dw > div a {
            color: #fff;
        }

            .imgMenu .dw > div a:hover {
                color: #fff;
            }

        .imgMenu .dw > div img {
            width: 6px;
            float: right;
            margin-top: 14px;
        }

.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-lg-1-5 {
    width: 20%;
    float: left;
}

#footer .foot-top {
    background: url(../../img/footer.png) no-repeat;
    background-size: cover;
    padding: 60px 0;
}

    #footer .foot-top .foot-logo {
        width: 170px;
    }

#footer .f1 > div {
    float: left;
}

    #footer .f1 > div p {
        line-height: 25px;
    }

    #footer .f1 > div:first-child {
        width: 35px;
        margin: 5px 15px 0 0;
    }

        #footer .f1 > div:first-child img {
            width: 100%;
        }

#footer .foot-top .foot-txt {
    font-size: 12px;
}

#footer .foot-top .ewm img {
    width: 110px;
}

#footer .foot-bot {
    background: rgba(25, 29, 59, 1);
    padding: 15px 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
}

    #footer .foot-bot img {
        width: 20px;
        margin-right: 10px;
    }

.notic {
    height: 54px;
    margin: 40px 0 20px;
    line-height: 54px;
    font-size: 16px;
    border: 1px solid #BEAD91;
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
}

.noticH {
    height: 54px;
    float: left;
    width: 190px;
    height: 100%;
    background: url(../../img/tit_bg.png) no-repeat left center;
}

.noticC {
    float: right;
    width: 80%;
    height: 100%;
    overflow: hidden;
    font-weight: 400;
}

    .noticC a {
        color: #999999;
    }

        .noticC a:hover {
            color: #90080c;
        }

#scroll_begin span {
    margin-right: 20px;
    cursor: pointer;
}

#scroll_begin, #scroll_end {
    display: inline;
}

#scroll_div {
    overflow: hidden;
    white-space: nowrap;
}

@media (min-width: 1000px) {
    #lanmu {
        display: none
    }

    #db {
        display: none
    }

    .mySwiper {
        display: none
    }

    .xinwen {
        display: none
    }

    .hf_yd {
        display: none
    }

    .foot-logo-yd {
        display: none
    }

    .dbsph {
        display: none
    }

    .w1440 {
        display: none
    }

    .banner_yd {
        display: none
    }

    .nNavBox {
        display: none
    }

    .pgc-img img {
        width: 810px
    }
}

@media (max-width: 1000px) {

    body {
        overflow-x: hidden
    }

    html {
        overflow-x: hidden
    }

    #footer .foot-top {
        background: none;
        background-size: cover;
        padding: 30px 0;
    }

    #header-wrap {
        display: none
    }

    .gp-avg-xs-3 > li {
        width: 46%;
    }

    .SWUPL-list81 {
        margin: 0 -7px;
        float: left;
    }

    #carousel-area {
        top: 62px;
        position: absolute
    }

    #logo1 {
        float: left;
        text-align: center;
        width: 100%;
        margin-top: 15px
    }

    #nav1 {
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .col-lg-4 {
        margin-top: 30px
    }

    .mt-30 {
        display: none
    }

    #carousel-area {
        display: none
    }

    #fixedDiv {
        display: none
    }

    #Div2 {
        display: none
    }

    .hf_pc {
        display: none
    }

    .xwdh {
        display: none
    }

    .foot-logo {
        display: none
    }

    .foot-logo-yd {
        width: 200px
    }

    .text-white {
        color: #352e2e !important;
    }

    .pl-100 {
        padding-left: 16px;
        padding-top: 20px
    }

    #footer .f1 > div:first-child img {
        width: 90%;
    }

    .notic {
        height: 36px;
        margin: 0px 0 0px;
        line-height: 36px;
        font-size: 16px;
        border: 1px solid #BEAD91;
        box-sizing: border-box;
        overflow: hidden;
        background: #fff;
    }

    .noticH {
        height: 36px;
        float: left;
        width: 130px;
        height: 100%;
        background: url(../../img/tit_bg-yd.png) no-repeat left center;
    }

    .noticC {
        float: right;
        width: 60%;
        height: 100%;
        overflow: hidden;
        font-weight: 400;
    }

        .noticC a {
            color: #999999;
        }

    .notic .readMore01 {
        display: none
    }

    .wrap_mode01:after {
        display: none
    }

    .wrap_mode01:before, .wrap_mode01:after {
        display: none
    }

    .gp-clearFix {
        margin-top: 0px
    }

    .listTitle01 h2 {
        padding: 10px 0; /*background-image: url(../../images/2020/title01.png);*/
        background-position: left center;
        background-repeat: no-repeat;
        font-size: 2rem;
    }

    .index-cont-2 {
        padding: 0px 0;
    }

    .item-txt01 h3 {
        line-height: 20px;
        font-size: 14px;
        height: 40px;
        overflow: hidden;
        margin-bottom: 4px;
        font-weight: normal;
    }

    .wrap_mode01 {
        background: url(mode_bg02.jpg) repeat-x bottom;
        background: -webkit-linear-gradient(top, #fffffe, #f5eddf), url(bg4.png) repeat; /* Safari 5.1 - 6.0 */
        background: -o-linear-gradient(bottom, #fffffe, #f5eddf), url(bg4.png) repeat; /* Opera 11.1 - 12.0 */
        background: -moz-linear-gradient(bottom, #fffffe, #f5eddf), url(bg4.png) repeat; /* Firefox 3.6 - 15 */
        background: url(bg44.png) repeat, linear-gradient(to bottom, #fff, #f5eddf);
        padding-bottom: 20px;
        position: relative;
        overflow: hidden;
        mix-blend-mode: multiply;
    }

    #db {
        height: 62px;
        float: left;
        width: 100%;
        background-color: #fff;
    }

    #bottom1 { /* height: 314px; */
        width: 95%;
        padding-left: 5%;
        float: left;
        margin-top: 20px;
        background-color: #fff;
        padding-top: 15px;
    }

    .bm_left1 {
        color: #333333;
        font-size: 16px;
        float: left
    }

        .bm_left1 span {
            color: #ececec;
            font-size: 14px;
        }

    .bm_right {
        float: right;
        margin-top: 25px;
    }

    .footer1 {
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #ececec;
        float: left;
        width: 100%;
        line-height: 26px;
        margin-top: 29px;
        color: #999999;
        font-size: 13px;
        margin-bottom: 20px;
        padding-top: 20px;
    }

    #lanmu {
        position: absolute;
        z-index: 9999;
        top: 0px;
        height: 1500px;
        display: none
    }

    .lanmu_nr {
        background-color: #fff;
        height: 100%;
        position: fixed;
        z-index: 10000;
        top: 0px;
        overflow: scroll;
    }

    .lanmu_bt {
        float: left;
        margin-top: 15px;
        padding-left: 2%;
        border-bottom: solid 1px #e2e2e2
    }

    .top_right1 {
        float: left;
        margin-top: 10px;
        padding-left: 2%;
        border-bottom: solid 1px #e2e2e2;
        padding-bottom: 10px;
    }

        .top_right1 a {
            text-decoration: none;
            color: #000;
            font-size: 15px;
            float: left;
            width: 50%;
            line-height: 28px;
        }

    .flinkslist li {
        float: left;
        font-size: 15px;
        padding-left: 2%;
        border-bottom: solid 1px #e2e2e2;
        margin-top: 6px;
        padding-bottom: 6px;
        width: 100%;
    }

        .flinkslist li a {
            color: #2b2b2b;
            width: 33%;
            float: left;
            line-height: 30px;
        }

            .flinkslist li a:hover {
                color: #8b0f0f;
                text-decoration: underline;
            }

        .flinkslist li h2 {
            padding-bottom: 5px;
            font-size: 18px;
            display: block;
            overflow: hidden;
            clear: both;
        }

            .flinkslist li h2 a {
                float: left;
                padding-right: 15px;
                color: #8b0f0f;
                font-weight: bold
            }

    .banner1 {
        float: left;
        margin-top: 60px;
        width: 100%;
    }

    .banner1_about {
        color: #fff;
        font-size: 26px;
        float: left;
        font-weight: 600;
        text-align: center;
        width: 100%;
        top: 130px;
        position: absolute
    }


    .left {
        display: none
    }

    .right {
        float: right;
        width: 100%;
        padding-bottom: 10px;
    }

    .aboutmain {
        float: left;
        margin-top: 15px;
        color: #333;
        width: 94%;
        margin-left: 3%
    }

    .aboutmain_bg {
        border-collapse: collapse;
        width: 100%;
    }

        .aboutmain_bg p {
            font-size: 16px !important;
            color: #333;
            text-indent: 0px;
        }


    .w1440 {
        width: 94%;
    }

    .nBan {
        margin-top: 0;
    }

        .nBan .nBanTxt {
            top: 30%;
        }

            .nBan .nBanTxt p {
                font-size: 18px;
            }

            .nBan .nBanTxt b {
                width: 20px;
                height: 2px;
            }


    .nNavBox {
        width: 100%;
    }

        .nNavBox .nNavtype {
            display: block;
            width: 100%;
            text-align: center;
            background: #C81912;
            color: #fff;
            line-height: 40px;
            font-size: 16px;
        }

            .nNavBox .nNavtype b {
                display: inline-block;
                border-top: 5px solid #fff;
                border-bottom: 5px solid transparent;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                position: relative;
                top: 2px;
                margin-left: 5px;
            }

        .nNavBox ul {
            display: none;
        }

            .nNavBox ul li {
                width: 100%;
                font-size: 15px;
                text-align: center;
                border-bottom: 1px dashed #e6e6e6;
                line-height: 40px
            }

                .nNavBox ul li::after {
                    display: none;
                }


    #main {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 80px;
    }

    .banner {
        display: none
    }

    .banner_yd {
        float: left;
        width: 100%
    }

        .banner_yd img {
            display: block;
            width: 100%;
        }


    .aboutmain img {
        max-width: 100% !important;
        height: 125px;
    }



    .lb_nr {
        width: 47%;
        float: left;
        border: 1px solid #ccc;
        margin-left: 1.5%;
        margin-right: 1.5%;
        margin-bottom: 22px;
    }

        .lb_nr:hover {
            border: 1px solid #c81912;
        }

    .right_ym {
        float: right;
        padding-right: 10px
    }

    .lb_tp {
        float: left
    }

    .lb_bt {
        float: left;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        padding-left: 10px;
        line-height: 28px;
        padding-top: 10px;
        padding-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .lb_xx {
        float: left;
        font-size: 14px;
        color: #666;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 15px;
        height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        word-break: break-all;
        -webkit-box-orient: vertical; /* padding-bottom: 45px; */
    }

    .lb_bt1 {
        float: left;
        font-size: 14px;
        color: #333;
        font-weight: bold;
        line-height: 22px;
        padding-top: 5px;
        padding-bottom: 5px;
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 50px
    }


    .pgc-img img {
        width: 100%;
    }


    .news_nr {
        width: 96%;
        margin-left: 2%
    }

        .news_nr img {
            width: 100% !important;
            height: 100% !important;
        }

    .text-center {
        text-align: center !important;
        text-align: center !important;
        width: 100%;
        float: left;
    }


    .lb_news_bt1 {
        float: left;
        font-size: 16px;
        color: #333;
        line-height: 28px;
        padding-top: 14px;
        padding-bottom: 5px;
        width: 100%;
    }

    .news_bt {
        text-align: center;
        font-size: 18px;
        padding-top: 15px;
        width: 96%;
        margin-left: 2%
    }

    .news_nr table {
        width: 100% !important;
    }

    .lb_news_rg {
        float: left;
        width: 60%;
    }

    .lb_news_tp {
        float: left;
        margin-right: 15px;
        width: 35%;
    }


    .lb_news_bt2 {
        float: left;
        font-size: 16px;
        color: #333;
        font-weight: bold;
        line-height: 28px;
        padding-top: 0px;
        padding-bottom: 0px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .yy_menu {
        width: 60%;
        height: 45px;
        text-align: center;
        color: #fff;
        background-color: #c81912;
        line-height: 45px;
        font-size: 16px;
        margin-left: 20%;
        margin-top: 50px;
        border-radius: 4px
    }


    #tanchu {
        background: #000;
        position: fixed;
        left: 0px;
        top: 0px;
        width: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 99;
        height: 100%
    }

    .tanchu_nr {
        position: fixed;
        width: 90%;
        height: 460px;
        background: #fff;
        left: 5%;
        border-radius: 10px;
        top: 10%;
        margin-left: 0px;
        margin-top: 0px;
        position: relative
    }

    .tanchu_nr_bt {
        text-align: center;
        font-size: 20px;
        color: #333;
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .tanchu_nr_xm {
        margin-left: 10px !important;
        font-size: 16px;
        color: #333;
        margin-top: 20px
    }

        .tanchu_nr_xm input {
            margin-left: 0px;
            font-size: 16px;
            color: #333;
            width: 97%;
            height: 45px;
            border: solid 1px #999
        }

    .tanchu_nr_xm1 {
        margin-left: 10px !important;
        font-size: 16px;
        color: #333;
        margin-top: 30px
    }

        .tanchu_nr_xm1 input {
            margin-left: 0px;
            font-size: 16px;
            color: #333;
            width: 97%;
            height: 45px;
            border: solid 1px #999
        }

    .tanchu_nr_tj {
        width: 60%;
        height: 45px;
        text-align: center;
        color: #fff;
        background-color: #c81912;
        line-height: 45px;
        font-size: 16px;
        margin-left: 20%;
        margin-top: 50px;
        border-radius: 4px
    }



    .tanchu_nr_gb {
        position: absolute;
        right: 0px;
        top: -63px;
    }

        .tanchu_nr_gb img {
            width: 50px;
            height: auto
        }

    .back-to-top img {
        width: 40px;
    }

    .image-caption-wrap {
        width: 100% !important;
    }


    .weizhi strong {
        font-size: 18px;
        color: #333333;
        font-weight: normal;
        border-left: 5px solid #999999;
        padding-left: 10px;
        margin-left: 10px;
    }

    .zanwu img {
        height: 175px !important;
    }
}
