@media (max-width: 765px) {
}


.searching {
    display: none;
    height: 50px;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

    .searching .container {
        padding: 0px;
        position: relative;
    }

        .searching .container i {
            font-size: 30px;
            position: absolute;
            left: 0px;
            top: 50%;
            transform: translateY(-50%);
        }

        .searching .container button {
            width: 40px;
            height: 40px;
            background-color: #fff;
            border: none;
            position: absolute;
            right: 0px;
            top: 50%;
            transform: translateY(-50%);
        }

    .searching input {
        padding-left: 49px;
        line-height: 49px;
        font-size: 20px;
        width: 100%;
    }


.mobile-foot {
    background: #2ca9e8;
    padding: 8px 0;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 100%;
    z-index: 9999;
    display: none;
}

    .mobile-foot a {
        color: #fff;
        height: 35px;
        line-height: 33px;
        border: 1px solid #fff;
        border-radius: 4px;
        text-align: center;
        width: 22%;
        padding: 0 15px;
        margin: 0 5px;
        transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        -webkit-transition: .3s;
        padding: 0px;
    }

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media(max-width:480px) {
    .mobile-foot {
        display: block;
    }
}


.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial,sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
    font-size: 14px;
}

.navcon {
    padding: 0px;
}

.navbar {
    margin-bottom: 0px;
}

.navbar-header.clearfix {
    padding: 10px 0px;
    position: relative;
}

.navbar-header img {
    position: absolute;
    width: 40%;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY( -50%);
    -moz-transform: translateY( -50%);
    -ms-transform: translateY( -50%);
    -o-transform: translateY( -50%);
    height: 90%;
}






html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    
    -webkit-overflow-scrolling: touch;
}


input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
}


a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}


// img {
    // width: 100%;
    // height: auto;
    // width: auto\9; 
    // display: block;
    // -ms-interpolation-mode: bicubic; 
    //;
}


body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/1.5 'Microsoft YaHei','宋体', Tahoma, Arial, sans-serif;
    color: #555;
    background-color: #fff;
}

em, i {
    font-style: normal;
}

ul, li {
    list-style-type: none;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
    color: #969696;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}

    a:hover {
        text-decoration: none;
    }

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
}

input {
    font-family: 'Microsoft YaHei';
}

input, button, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}

.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    
    -webkit-box-orient: vertical;
}

.w50 {
    width: 50%;
}

.w25 {
    width: 25%;
}

.w20 {
    width: 20%;
}

.w60 {
    width: 60%;
}

.w75 {
    width: 75%;
}

.w80 {
    width: 80%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.w30 {
    width: 30%;
}

.w33 {
    width: 33.333333%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.db {
    display: block !important;
}

.dn {
    display: none;
}


.yu_nav {
}

    .yu_nav .tt {
        background: #8d0000;
        height: 30px;
        line-height: 30px;
        border-bottom: 1px solid #530202;
    }

        .yu_nav .tt .container {
            padding: 0px;
        }

        .yu_nav .tt .ll {
            float: left;
        }

            .yu_nav .tt .ll a {
                text-align: center;
                display: inline-block;
                height: 100%;
                color: #e09999;
                font-size: 14px;
                border-left: 1px solid #000;
                padding: 0px 15px;
            }

                .yu_nav .tt .ll a:hover {
                    color: #fff;
                }

                .yu_nav .tt .ll a:last-child {
                    border-right: 1px solid #000;
                }

        .yu_nav .tt .rr {
            margin-right: 25px;
            float: right;
            border-left: 1px solid #000;
        }

            .yu_nav .tt .rr input {
                font-size: 14px;
                width: 225px;
                background: transparent;
                padding-left: 15px;
                color: #e09999;
                height: 28px;
                line-height: 28px;
            }

            .yu_nav .tt .rr button {
                vertical-align: middle;
                border: none;
                background: transparent;
            }

                .yu_nav .tt .rr button i {
                    color: #fff;
                    font-size: 20px;
                }

            .yu_nav .tt .rr input::-webkit-input-placeholder { 
                color: #e09999;
            }

            .yu_nav .tt .rr input:-moz-placeholder { 
                color: #e09999;
            }

            .yu_nav .tt .rr input::-moz-placeholder { 
                color: #e09999;
            }

            .yu_nav .tt .rr input:-ms-input-placeholder { 
                color: #e09999;
            }

    .yu_nav .mm {
        position: relative;
        height: 120px;
        background: url(../image/fade.png);
    }

        .yu_nav .mm .container {
            height: 128px;
            padding: 0px;
            position: relative;
        }

            .yu_nav .mm .container img {
                position: absolute;
                left: 0px;
                top: 50%;
                -webkit-transform: translateY( -50%);
                -moz-transform: translateY( -50%);
                -ms-transform: translateY( -50%);
                -o-transform: translateY( -50%);
                width: 100%;
            }

    .yu_nav .bb {
        background: #8d0000;
    }

    .yu_nav .bb {
        height: 42px;
        position: static;
        left: 0px;
        bottom: 0px;
        width: 100%;
        border-top: 1px solid #8d0000;
    }

        .yu_nav .bb .container > ul {
            font-size: 0px;
        }

            .yu_nav .bb .container > ul > li {
                position: relative;
                text-align: center;
                width: 10%;
                float: left;
                line-height: 39px;
                color: #ffffff;
                font-size: 15px;
            }

                .yu_nav .bb .container > ul > li > a {
                    color: #fff;
                }

                    .yu_nav .bb .container > ul > li > a:visited {
                        text-decoration: none;
                    }

                    .yu_nav .bb .container > ul > li > a:focus {
                        text-decoration: none;
                    }

                .yu_nav .bb .container > ul > li:hover > ul {
                    display: block;
                }

                .yu_nav .bb .container > ul > li > ul {
                    position: absolute;
                    left: 0px;
                    top: 40px;
                    
                    background: rgba(255, 255, 255, 0.8);
                    display: none;
                    width: 100%;
                    z-index: 10000;
                }

                    .yu_nav .bb .container > ul > li > ul li {
                        text-align: center;
                        position: relative;
                    }

                        .yu_nav .bb .container > ul > li > ul li ul {
                            position: absolute;
                            width: 100%;
                            left: 118px;
                            top: 0px;
                            background-color: #FFF;
                            box-shadow: 8px 6px 12px rgba(0, 0, 0, 0.5);
                            display:none;
                        }

                        .yu_nav .bb .container > ul > li > ul li:hover ul {
                          display:block;
                        }

                        .yu_nav .bb .container > ul > li > ul li a {
                            display: inline-block;
                            width: 100%;
                            height: 100%;
                            color: #000;
                        }

                            .yu_nav .bb .container > ul > li > ul li a:hover {
                                color: #8d0000;
                            }

.yuan_ban {
    position: relative;
}

    .yuan_ban .swiper-containerY {
        overflow: hidden;
    }

    .yuan_ban .container {
        padding: 0px;
        z-index: 10000000000;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .yuan_ban .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        
        background-image: none;
        left: 0px;
        right: auto;
    }

    .yuan_ban .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        
        background-image: none;
        right: 10px;
        left: auto;
    }

.yuan_inner {
    background: #f9f9f9;
}

    .yuan_inner .container {
    }

    .yuan_inner .tt {
        position: relative;
    }

        .yuan_inner .tt > img:nth-child(1) {
            position: absolute;
            left: 0px;
            bottom: 0px;
        }

        .yuan_inner .tt > img:nth-child(2) {
            position: absolute;
            right: 0px;
            bottom: 0px;
        }

        .yuan_inner .tt .container {
            position: relative;
            padding: 20px 0px;
        }

            .yuan_inner .tt .container > ul {
                font-size: 0px;
            }

                .yuan_inner .tt .container > ul > li {
                    
                    display: inline-block;
                    vertical-align: top;
                    margin-right: 2%;
                    width: 32%;
                    border-radius: 20px;
                }

                    .yuan_inner .tt .container > ul > li:first-child {
                    }

                        .yuan_inner .tt .container > ul > li:first-child .swiper-containerP {
                            overflow: hidden;
                            position: relative;
                            border-radius: 5px;
                        }

    .yuan_inner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 65px;
        left: -10px;
        width: 100%;
        text-align: right;
    }

        .yuan_inner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 2px;
        }

    .yuan_inner .swiper-pagination-bullet {
        text-align: center;
        font-size: 15px;
        color: #fff;
        width: 25px;
        height: 25px;
        display: inline-block;
        border-radius: 0%;
        background: #9a9a9a;
        opacity: 1;
    }

    .yuan_inner .swiper-pagination-bullet-active {
        opacity: 1;
        background: #b00808;
    }

    .yuan_inner .tt .container > ul > li:first-child .swiper-containerP .swiper-slide {
    }

        .yuan_inner .tt .container > ul > li:first-child .swiper-containerP .swiper-slide p {
            background: #fff;
            font-size: 16px;
            color: #000000;
            height: 55px;
            line-height: 55px;
            text-align: center;
        }

            .yuan_inner .tt .container > ul > li:first-child .swiper-containerP .swiper-slide p a {
                color: #000000;
                width: 340px;
                overflow: hidden;
                display: inline-block;
            }

                .yuan_inner .tt .container > ul > li:first-child .swiper-containerP .swiper-slide p a:hover {
                    color: #b10808;
                }

    .yuan_inner .tt .container > ul > li:nth-child(2) {
    }

        .yuan_inner .tt .container > ul > li:nth-child(2) .ts {
            padding: 20px;
            background: #fff;
            border-bottom: 1px solid #ebebeb;
            border-radius: 5px 5px 0px 0px;
            overflow: hidden;
        }

            .yuan_inner .tt .container > ul > li:nth-child(2) .ts p.one {
                font-size: 16px;
                color: rgb( 0, 0, 0 );
                line-height: 1.938;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

                .yuan_inner .tt .container > ul > li:nth-child(2) .ts p.one a {
                    font-size: 16px;
                    color: rgb( 0, 0, 0 );
                }

                    .yuan_inner .tt .container > ul > li:nth-child(2) .ts p.one a:hover {
                        color: #b10808;
                    }

            .yuan_inner .tt .container > ul > li:nth-child(2) .ts p.two span:nth-child(1) {
                margin-right: 45px;
            }

            .yuan_inner .tt .container > ul > li:nth-child(2) .ts p.two i {
                vertical-align: middle;
                margin-right: 5px;
            }

            .yuan_inner .tt .container > ul > li:nth-child(2) .ts p.two {
                font-size: 12px;
                color: rgb( 63, 63, 63 );
                line-height: 2.333;
            }

            .yuan_inner .tt .container > ul > li:nth-child(2) .ts p.de {
                font-size: 14px;
                color: rgb( 69, 69, 69 );
                line-height: 1.786;
            }

        .yuan_inner .tt .container > ul > li:nth-child(2) .bs {
            padding: 14px 20px;
            background: #fff;
            border-radius: 0px 0px 5px 5px;
            height: 192px;
        }

            .yuan_inner .tt .container > ul > li:nth-child(2) .bs dl {
            }

                .yuan_inner .tt .container > ul > li:nth-child(2) .bs dl dd {
                    font-size: 15px;
                    color: rgb( 0, 0, 0 );
                    line-height: 2.2;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

                    .yuan_inner .tt .container > ul > li:nth-child(2) .bs dl dd a {
                        font-size: 15px;
                        color: rgb( 0, 0, 0 );
                    }

                        .yuan_inner .tt .container > ul > li:nth-child(2) .bs dl dd a:hover {
                            color: #b10808;
                        }

    .yuan_inner .tt .container > ul > li:last-child {
        margin-right: 0%;
    }

        .yuan_inner .tt .container > ul > li:last-child .ms {
            padding: 5px 20px;
            background: #fff;
            border-radius: 5px 5px 5px 5px;
        }

    .yuan_inner ..tt .container > ul > li:last-child .ms ul {
    }

    .yuan_inner .tt .container > ul > li:last-child .ms ul li {
        line-height: 37px;
        height: 41px;
    }

        .yuan_inner .tt .container > ul > li:last-child .ms ul li span i {
            vertical-align: middle;
            margin-right: 5px;
        }

        .yuan_inner .tt .container > ul > li:last-child .ms ul li span {
            line-height: 36px;
            float: right;
            color: #323232;
            font-size: 12px;
        }

        .yuan_inner .tt .container > ul > li:last-child .ms ul li a {
            font-size: 15px;
            color: rgb( 0, 0, 0 );
            display: inline-block;
            overflow: hidden;
            height: 43px;
        }

            .yuan_inner .tt .container > ul > li:last-child .ms ul li a:hover {
                color: #b10808;
            }

    .yuan_inner .tt .container > ul > li:last-child .sys {
        margin-top: 12px;
    }

        .yuan_inner .tt .container > ul > li:last-child .sys .tab {
            background: #fff;
            border-radius: 5px 5px 0px 0px;
        }

            .yuan_inner .tt .container > ul > li:last-child .sys .tab span {
                cursor: pointer;
                text-align: center;
                width: 33.3%;
                display: inline-block;
                vertical-align: top;
                color: #000000;
                font-size: 16px;
                height: 45px;
                line-height: 45px;
            }

                .yuan_inner .tt .container > ul > li:last-child .sys .tab span:nth-child(1) {
                    border-radius: 5px 0px 0px 0px;
                }

                .yuan_inner .tt .container > ul > li:last-child .sys .tab span:last-child {
                    border-radius: 0px 5px 0px 0px;
                }

                .yuan_inner .tt .container > ul > li:last-child .sys .tab span.active {
                    background: #b00808;
                    color: #fff;
                }

        .yuan_inner .tt .container > ul > li:last-child .sys .tb {
            background: #fff;
            border-radius: 0px 0px 5px 5px;
            height: 79px;
        }

            .yuan_inner .tt .container > ul > li:last-child .sys .tb ul {
                font-size: 0px;
                padding: 10px 0px;
            }

                .yuan_inner .tt .container > ul > li:last-child .sys .tb ul li {
                    padding-left: 15px;
                    display: inline-block;
                    width: 50%;
                    vertical-align: top;
                    color: #474747;
                    font-size: 15px;
                    height: 30px;
                    overflow: hidden;
                }

                    .yuan_inner .tt .container > ul > li:last-child .sys .tb ul li a {
                        color: #474747;
                    }

                        .yuan_inner .tt .container > ul > li:last-child .sys .tb ul li a img {
                            margin-bottom: 5px;
                        }

                        .yuan_inner .tt .container > ul > li:last-child .sys .tb ul li a:hover {
                            color: #b10808;
                        }

            .yuan_inner .tt .container > ul > li:last-child .sys .tb ul {
                display: none;
            }

                .yuan_inner .tt .container > ul > li:last-child .sys .tb ul:nth-child(1) {
                    display: block;
                }

    .yuan_inner .tt .container > ul > li > p {
        padding-right: 20px;
        line-height: 1;
        padding-bottom: 20px;
        background: #f9f9f9;
    }

        .yuan_inner .tt .container > ul > li > p span {
            color: #000000;
            font-size: 20px;
            padding-left: 15px;
            border-left: 3px solid #b10808;
        }

        .yuan_inner .tt .container > ul > li > p a {
            font-weight: bold;
            float: right;
            color: #000;
            font-size: 14px;
            line-height: 22px;
        }

            .yuan_inner .tt .container > ul > li > p a:hover {
                color: #b10808;
            }

    .yuan_inner .mm {
        font-size: 0px;
    }

        .yuan_inner .mm .inner {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0px;
            bottom: 0px;
            
            background: transparent;
        }

            .yuan_inner .mm .inner:hover {
                background: rgba(29,55,92,.8);
            }

            .yuan_inner .mm .inner .in {
                position: absolute;
                left: 30px;
                bottom: 20px;
            }

            .yuan_inner .mm .inner p.one {
                font-size: 32px;
                color: rgb( 255, 255, 255 );
                line-height: 1.1;
            }

            .yuan_inner .mm .inner p.two {
                font-size: 18px;
                color: rgb( 255, 255, 255 );
                line-height: 1.722;
            }

        .yuan_inner .mm .w25 {
            width: 25%;
            display: inline-block;
            vertical-align: top;
            height: 350px;
            position: relative;
        }

            .yuan_inner .mm .w25 .tts {
                height: 175px;
                position: relative;
            }

            .yuan_inner .mm .w25 .bbs {
                height: 175px;
                position: relative;
            }

    .yuan_inner .bb {
        background: #f9f9f9;
        padding: 20px 0px;
    }

        .yuan_inner .bb > .container {
            padding: 0px;
        }

            .yuan_inner .bb > .container > ul > li {
                border-radius: 5px;
                height: 381px;
                padding: 20px;
                display: inline-block;
                vertical-align: top;
                margin-right: 2%;
                width: 32%;
                background: #fff;
            }

                .yuan_inner .bb > .container > ul > li:last-child {
                    margin-right: 0%;
                }

            .yuan_inner .bb > .container .mt {
                line-height: 1;
                margin-bottom: 20px;
                position: relative;
            }

                .yuan_inner .bb > .container .mt .swiper-button-next,
                .yuan_inner .bb > .container .mt .swiper-button-prev {
                    position: absolute;
                    top: 50%;
                    width: 9px;
                    height: 15px;
                    margin-top: 0px;
                    z-index: 10;
                    cursor: pointer;
                    -moz-background-size: 27px 44px;
                    -webkit-background-size: 27px 44px;
                    background-size: 27px 44px;
                    background-position: center;
                    background-repeat: no-repeat;
                }

                    .yuan_inner .bb > .container .mt .swiper-button-next i,
                    .yuan_inner .bb > .container .mt .swiper-button-prev i {
                        font-size: 22px;
                        color: #ed1c24;
                    }

                .yuan_inner .bb > .container .mt .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
                    
                    background-image: none;
                    right: 30px;
                    left: auto;
                    top: 0px;
                }

                .yuan_inner .bb > .container .mt .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
                    
                    background-image: none;
                    right: 10px;
                    left: auto;
                    top: 0px;
                }

                .yuan_inner .bb > .container .mt span {
                    padding-left: 15px;
                    color: #000;
                    font-size: 20px;
                    border-left: 3px solid #b10808;
                }

            .yuan_inner .bb > .container > ul {
                font-size: 0px;
            }

                .yuan_inner .bb > .container > ul > li:first-child {
                }

                    .yuan_inner .bb > .container > ul > li:first-child .swiper-containerX {
                        overflow: hidden;
                    }

                    .yuan_inner .bb > .container > ul > li:first-child > a {
                        margin-top: 40px;
                        display: inline-block;
                        width: 145px;
                        height: 40px;
                        background: #b10808;
                        border-radius: 3px;
                        color: #fff;
                        font-size: 14px;
                        text-align: center;
                        line-height: 40px;
                    }

                    .yuan_inner .bb > .container > ul > li:first-child p.one {
                        font-size: 16px;
                        color: rgb( 0, 0, 0 );
                        line-height: 1.938;
                        margin-bottom: 10px;
                    }

                        .yuan_inner .bb > .container > ul > li:first-child p.one a {
                            color: rgb( 0, 0, 0 );
                        }

                            .yuan_inner .bb > .container > ul > li:first-child p.one a:hover {
                                color: #b10808;
                            }

                    .yuan_inner .bb > .container > ul > li:first-child p.two {
                    }

                        .yuan_inner .bb > .container > ul > li:first-child p.two span {
                            margin-right: 40px;
                            font-size: 12px;
                        }

                            .yuan_inner .bb > .container > ul > li:first-child p.two span i {
                                vertical-align: middle;
                                font-size: 20px;
                                margin-right: 5px;
                                color: rgb( 120, 120, 120 );
                            }

                    .yuan_inner .bb > .container > ul > li:first-child p.de {
                        font-size: 14px;
                        color: rgb( 102, 102, 102 );
                        line-height: 1.786;
                    }

                .yuan_inner .bb > .container > ul > li:nth-child(2) {
                }

                    .yuan_inner .bb > .container > ul > li:nth-child(2) ul {
                        margin-top: 28px;
                    }

                        .yuan_inner .bb > .container > ul > li:nth-child(2) ul li {
                            margin-bottom: 25px;
                        }

                            .yuan_inner .bb > .container > ul > li:nth-child(2) ul li .ll {
                                display: inline-block;
                                width: 70px;
                                height: 65px;
                                background: #b10808;
                                position: relative;
                                border-radius: 5px;
                                float: left;
                                vertical-align: top;
                            }

                                .yuan_inner .bb > .container > ul > li:nth-child(2) ul li .ll .in {
                                    position: absolute;
                                    left: 50%;
                                    top: 50%;
                                    -webkit-transform: translate(-50%, -50%);
                                    -moz-transform: translate(-50%, -50%);
                                    -ms-transform: translate(-50%, -50%);
                                    -o-transform: translate(-50%, -50%);
                                    text-align: center;
                                    width: 100%;
                                }

                                    .yuan_inner .bb > .container > ul > li:nth-child(2) ul li .ll .in p.t {
                                        font-size: 25px;
                                        color: rgb( 255, 255, 255 );
                                        font-weight: bold;
                                        line-height: 1;
                                    }

                                    .yuan_inner .bb > .container > ul > li:nth-child(2) ul li .ll .in p.b {
                                        font-size: 12px;
                                        color: rgb( 255, 255, 255 );
                                        font-weight: bold;
                                        line-height: 2.083;
                                    }

                            .yuan_inner .bb > .container > ul > li:nth-child(2) ul li .rr {
                                width: 274px;
                                float: right;
                                padding-left: 15px;
                                vertical-align: top;
                            }

                                .yuan_inner .bb > .container > ul > li:nth-child(2) ul li .rr p.one {
                                    font-size: 12px;
                                    font-family: "Microsoft YaHei";
                                    color: rgb( 120, 120, 120 );
                                    line-height: 2.333;
                                }

                                    .yuan_inner .bb > .container > ul > li:nth-child(2) ul li .rr p.one span {
                                        margin-right: 25px;
                                    }

                                        .yuan_inner .bb > .container > ul > li:nth-child(2) ul li .rr p.one span i {
                                            vertical-align: middle;
                                            margin-right: 5px;
                                        }

                                .yuan_inner .bb > .container > ul > li:nth-child(2) ul li .rr p.two {
                                    font-size: 16px;
                                    color: rgb( 0, 0, 0 );
                                    line-height: 1;
                                    overflow: hidden;
                                    text-overflow: ellipsis;
                                    display: -webkit-box;
                                    -webkit-line-clamp: 1;
                                    -webkit-box-orient: vertical;
                                }

                                    .yuan_inner .bb > .container > ul > li:nth-child(2) ul li .rr p.two a {
                                        color: rgb( 0, 0, 0 );
                                    }

                                        .yuan_inner .bb > .container > ul > li:nth-child(2) ul li .rr p.two a:hover {
                                            color: #b10808;
                                        }

                    .yuan_inner .bb > .container > ul > li:nth-child(2) > a {
                        font-size: 14px;
                        color: rgb( 237, 28, 36 );
                        font-weight: bold;
                        line-height: 1.7;
                    }

                .yuan_inner .bb > .container > ul > li:last-child {
                }

                    .yuan_inner .bb > .container > ul > li:last-child .swiper-containerZ {
                        overflow: hidden;
                        padding-top: 10px;
                    }

                        .yuan_inner .bb > .container > ul > li:last-child .swiper-containerZ .swiper-slide {
                        }

                            .yuan_inner .bb > .container > ul > li:last-child .swiper-containerZ .swiper-slide p.two {
                                font-size: 12px;
                                color: rgb( 177, 8, 8 );
                                line-height: 2;
                            }

                                .yuan_inner .bb > .container > ul > li:last-child .swiper-containerZ .swiper-slide p.two span {
                                    margin-right: 40px;
                                }

                                    .yuan_inner .bb > .container > ul > li:last-child .swiper-containerZ .swiper-slide p.two span i {
                                        margin-right: 5px;
                                        vertical-align: middle;
                                        color: rgb( 177, 8, 8 );
                                        font-size: 20px;
                                    }

                            .yuan_inner .bb > .container > ul > li:last-child .swiper-containerZ .swiper-slide p.de {
                                font-size: 16px;
                                color: rgb( 0, 0, 0 );
                                line-height: 1.75;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                display: -webkit-box;
                                -webkit-line-clamp: 2;
                                -webkit-box-orient: vertical;
                                padding-top: 20px;
                            }

                                .yuan_inner .bb > .container > ul > li:last-child .swiper-containerZ .swiper-slide p.de a {
                                    color: rgb( 0, 0, 0 );
                                }

                                    .yuan_inner .bb > .container > ul > li:last-child .swiper-containerZ .swiper-slide p.de a:hover {
                                        color: #b10808;
                                    }

                    .yuan_inner .bb > .container > ul > li:last-child > a {
                        display: inline-block;
                        font-size: 14px;
                        color: rgb( 237, 28, 36 );
                        font-weight: bold;
                        line-height: 1.7;
                        margin-top: 10px;
                    }

                    .yuan_inner .bb > .container > ul > li:last-child .swiper-containerZ .swiper-slide img {
                        width: 100%;
                    }


.yuan_ins {
    background: #ececec;
    padding: 20px 0px 20px;
}

    .yuan_ins .container > p {
        margin-bottom: 20px;
        line-height: 1;
        font-size: 20px;
        color: rgb( 0, 0, 0 );
        border-left: 3px solid #b10808;
    }

        .yuan_ins .container > p span {
            padding-left: 15px;
        }

    .yuan_ins .container ul {
        font-size: 0px;
    }

        .yuan_ins .container ul li {
            width: 32%;
            margin-right: 2%;
            vertical-align: top;
            display: inline-block;
        }

            .yuan_ins .container ul li:last-child {
                margin-right: 0%;
            }

            .yuan_ins .container ul li > a {
                position: relative;
            }

                .yuan_ins .container ul li > a .tt {
                    position: relative;
                }

                .yuan_ins .container ul li > a:hover .tt > div {
                    display: block;
                }

                .yuan_ins .container ul li > a .tt > div {
                    display: none;
                    left: 0px;
                    top: 0px;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: rgba(29, 55, 92, .8);
                }

                    .yuan_ins .container ul li > a .tt > div i {
                        color: #fff;
                        font-size: 60px;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        -o-transform: translate(-50%, -50%);
                    }

                .yuan_ins .container ul li > a i {
                }

                .yuan_ins .container ul li > a img {
                    width: 100%;
                }

                .yuan_ins .container ul li > a:hover p {
                    color: #b10808;
                }

                .yuan_ins .container ul li > a p {
                    text-align: center;
                    font-size: 17px;
                    color: rgb( 0, 0, 0 );
                    line-height: 1;
                    margin-top: 20px;
                }



.naving {
    position: relative;
    z-index: 10000;
    height: 172px;
    background-image: url(../image/fade.png);
}


    .naving.dangs .tt .rr {
        position: absolute;
        left: 385px;
        top: 50%;
        -webkit-transform: translateY( -50%);
        -moz-transform: translateY( -50%);
        -ms-transform: translateY( -50%);
        -o-transform: translateY( -50%);
    }

    .naving > img {
        width: 100%;
    }

    .naving .container {
        height: 100%;
        border-top: 4px solid #ffb902;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }

    .naving .tt {
        height: 123px;
        width: 100%;
        position: absolute;
        left: 50%;
        top: 4px;
        -webkit-transform: translateX( -50%);
        -moz-transform: translateX( -50%);
        -ms-transform: translateX( -50%);
        -o-transform: translateX( -50%);
    }

        .naving .tt .ll {
            position: absolute;
            left: 0px;
            top: 50%;
            -webkit-transform: translateY( -50%);
            -moz-transform: translateY( -50%);
            -ms-transform: translateY( -50%);
            -o-transform: translateY( -50%);
        }

            .naving .tt .ll a:hover {
                color: transparent;
            }

        .naving .tt .rr {
            position: absolute;
            right: 0px;
            top: 50%;
            -webkit-transform: translateY( -50%);
            -moz-transform: translateY( -50%);
            -ms-transform: translateY( -50%);
            -o-transform: translateY( -50%);
        }

            .naving .tt .rr input {
                color: #fff;
                padding-left: 15px;
                width: 234px;
                background: transparent;
                vertical-align: middle;
                border: 1px solid #530202;
                border-right: none;
                height: 34px;
            }

                .naving .tt .rr input::-webkit-input-placeholder { 
                    color: #e09999;
                }

                .naving .tt .rr input:-moz-placeholder { 
                    color: #e09999;
                }

                .naving .tt .rr input::-moz-placeholder { 
                    color: #e09999;
                }

                .naving .tt .rr input:-ms-input-placeholder { 
                    color: #e09999;
                }

            .naving .tt .rr button {
                border: none;
                vertical-align: middle;
                height: 34px;
                width: 42px;
                background: #530202;
            }

                .naving .tt .rr button i {
                    color: #fff;
                    font-size: 20px;
                }

    .naving .bb {
        height: 47px;
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        border-top: 1px solid #8d0000;
    }

        .naving .bb > ul {
            font-size: 0px;
        }

            .naving .bb > ul > li {
                text-align: center;
                width: 10%;
                float: left;
                line-height: 47px;
                color: #ffffff;
                font-size: 15px;
            }

                .naving .bb > ul > li > a {
                    color: #fff;
                }

                .naving .bb > ul > li:hover > ul {
                    display: block;
                }

                .naving .bb > ul > li > ul {
                    
                    background: rgba(255, 255, 255, 0.8);
                    display: none;
                    width: 100%;
                    font-size: 12px;
                }

                    .naving .bb > ul > li > ul li {
                        text-align: center;
                    }

                        .naving .bb > ul > li > ul li a {
                            display: inline-block;
                            width: 100%;
                            height: 100%;
                            color: #000;
                        }

                            .naving .bb > ul > li > ul li a:hover {
                                color: #8d0000;
                            }

.grey {
    background: #f9f9f9;
    padding: 27px 0px 27px;
}

    .grey .title .container {
        padding: 0px;
        border-radius: 5px;
        background: #fff;
        box-shadow: 0px 0px 10px #eeeeee;
    }

    .grey .title .tt {
        height: 45px;
        line-height: 45px;
        border-bottom: 1px solid #feb703;
    }

        .grey .title .tt a {
            display: inline-block;
            width: 114px;
            margin-right: 15px;
            text-align: center;
            color: #000;
            font-size: 16px;
        }

            .grey .title .tt a.active {
                background: #feb703;
                color: #fff;
            }

            .grey .title .tt a:nth-child(1) {
                border-radius: 5px 0px 0px 0px;
            }

    .grey .title .bb {
        padding-left: 30px;
        height: 53px;
        line-height: 53px;
    }

        .grey .title .bb .in {
            display: none;
        }

            .grey .title .bb .in:first-child {
                display: block;
            }

        .grey .title .bb span {
            color: #474747;
            font-size: 15px;
            margin-right: 95px;
        }

            .grey .title .bb span a {
                color: #474747;
            }

                .grey .title .bb span a:hover {
                    color: #8d0000;
                }

            .grey .title .bb span img {
                vertical-align: middle;
                margin-right: 13px;
            }


.inn {
    margin-top: 25px;
}

    .inn .container {
        padding-top: 25px;
        padding-bottom: 50px;
        background: #fff;
    }

    .inn .ll {
        float: left;
        width: 212px;
    }

        .inn .ll > p {
            margin-bottom: 20px;
            border-bottom: 1px solid #e2e2e2;
        }

        .inn .ll p span {
            margin-bottom: -2px;
            padding-bottom: 14px;
            display: inline-block;
            color: #000000;
            font-size: 20px;
            border-bottom: 3px solid #b10808;
        }

        .inn .ll ul {
        }

            .inn .ll ul > li:first-child {
                border-top: 1px solid #dfdfdf;
            }

            .inn .ll ul > li.active {
                
                background: #8d0000;
                border-left: 4px solid #feb703;
            }

                .inn .ll ul > li.active a {
                    color: #fff;
                }

            .inn .ll ul > li {
                color: #000000;
                font-size: 16px;
                
                height: 43px;
                line-height: 43px;
                background: #f3f3f3;
                border-bottom: 1px solid #dfdfdf;
                border-left: 1px solid #dfdfdf;
                border-right: 1px solid #dfdfdf;
            }
                
                .inn .ll ul > li > a {
                    padding-left: 30px;
                    color: #000000;
                    font-size: 16px;
                }

        .inn .ll dl {
            margin-top: 20px;
        }

            .inn .ll dl dt {
                font-weight: normal;
                font-size: 16px;
                color: rgb( 76, 76, 76 );
                border-bottom: 2px solid #dfdfdf;
                padding-bottom: 14px;
            }

            .inn .ll dl dd {
            }

                .inn .ll dl dd a {
                    position: relative;
                    width: 100%;
                    display: inline-block;
                    padding: 15px 0px 10px 20px;
                    border-bottom: 1px solid #f4f4f4;
                }

                    .inn .ll dl dd a:hover p.one {
                        color: #8d0000;
                    }

                    .inn .ll dl dd a i {
                        position: absolute;
                        left: 1px;
                        top: 13px;
                    }

                    .inn .ll dl dd a p.one {
                        font-size: 15px;
                        color: rgb( 0, 0, 0 );
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                    }

                    .inn .ll dl dd a p.two {
                        font-size: 13px;
                        color: rgb( 130, 130, 130 );
                    }





    .inn .rr {
        float: right;
        width: 930px;
    }

        .inn .rr .ti {
            margin-bottom: 20px;
            height: 46px;
            line-height: 46px;
            border-bottom: 1px solid #dfdfdf;
        }

            .inn .rr .ti .left {
                float: left;
                font-size: 20px;
                color: rgb( 141, 0, 0 );
            }

    .inn.spec .rr .ti .left span {
        line-height: 1;
        display: inline-block;
        padding-left: 14px;
        border-left: 4px solid #b10808;
    }

    .inn .rr .ti .right {
        float: right;
        color: #808080;
        font-size: 14px;
    }

        .inn .rr .ti .right a {
            color: #808080;
            font-size: 14px;
        }

            .inn .rr .ti .right a:hover {
                color: #8d0000;
            }

    .inn .rr .honorul > ul {
        font-size: 0px;
    }

        .inn .rr .honorul > ul > li {
            display: inline-block;
            width: 32%;
            border: 1px solid #dfdfdf;
            padding: 8px;
            margin-right: 2%;
            vertical-align: top;
            margin-bottom: 18px;
        }

            .inn .rr .honorul > ul > li:nth-child(3n + 3) {
                margin-right: 0%;
            }

            .inn .rr .honorul > ul > li > a {
                display: block;
            }

            .inn .rr .honorul > ul > li:hover .top img {
                transition: 1.2s;
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
            }

            .inn .rr .honorul > ul > li .top {
                overflow: hidden;
            }

                .inn .rr .honorul > ul > li .top img {
                    width: 100%;
                    transition: 1.2s;
                }

            .inn .rr .honorul > ul > li:hover p {
                color: #8d0000;
            }

            .inn .rr .honorul > ul > li p {
                margin-top: 8px;
                text-align: center;
                height: 40px;
                line-height: 40px;
                background: #dfdfdf;
                color: #353535;
                font-size: 15px;
            }




.foo {
    background: #20232e;
}

    .foo .container {
        padding: 0px;
        position: relative;
    }

    .foo .tt {
        padding: 25px 0px;
    }

        .foo .tt .container > div {
            display: inline-block;
        }

        .foo .tt .container p.com {
            font-size: 17px;
            color: rgb( 255, 255, 255 );
            line-height: 2.118;
            margin-bottom: 18px;
        }

        .foo .tt .container > .ll {
            float: left;
            font-size: 0px;
        }

            .foo .tt .container > .ll > div {
                display: inline-block;
                width: 190px;
                height: 30px;
                line-height: 30px;
                border: 1px solid #959595;
                margin-right: 12px;
                margin-bottom: 12px;
                font-size: 14px;
                color: rgb( 149, 149, 149 );
                padding-left: 13px;
                position: relative;
            }

                .foo .tt .container > .ll > div:hover dl {
                    display: block;
                }

                .foo .tt .container > .ll > div dl {
                    left: 0px;
                    position: absolute;
                    bottom: 30px;
                    background: #fff;
                    width: 100%;
                    padding-left: 15px;
                    display: none;
                }

                    .foo .tt .container > .ll > div dl dd {
                        line-height: 30px;
                    }

                        .foo .tt .container > .ll > div dl dd a {
                            color: #000;
                            display: inline-block;
                            width: 100%;
                            height: 100%;
                        }

                        .foo .tt .container > .ll > div dl dd:hover a {
                            color: #8d0000;
                        }

                .foo .tt .container > .ll > div span {
                    float: right;
                    margin-right: 5px;
                }



        .foo .tt .container > .mm {
            width: 215px;
            position: absolute;
            left: 55%;
            -webkit-transform: translateX( -50%);
            -moz-transform: translateX( -50%);
            -ms-transform: translateX( -50%);
            -o-transform: translateX( -50%);
        }

            .foo .tt .container > .mm ul li {
                float: left;
                width: 105px;
                font-size: 15px;
                color: rgb( 149, 149, 149 );
                text-transform: uppercase;
                line-height: 2.533;
            }

                .foo .tt .container > .mm ul li:nth-child(2) {
                    margin-right: 0px;
                }

                .foo .tt .container > .mm ul li:last-child {
                    margin-right: 0px;
                }

                .foo .tt .container > .mm ul li:nth-child(2) {
                    white-space: pre-wrap;
                }

                .foo .tt .container > .mm ul li a {
                    font-size: 15px;
                    color: rgb( 149, 149, 149 );
                }

                    .foo .tt .container > .mm ul li a:hover {
                        color: #fff;
                    }

        .foo .tt .container > .rr {
            float: right;
            padding-right: 75px;
        }

    .foo .bb {
        height: 48px;
        line-height: 48px;
        font-size: 14px;
        color: rgb( 255, 255, 255 );
    }

        .foo .bb .ll {
            float: left;
        }

        .foo .bb .rr {
            float: right;
        }

.shring .er {
    display: inline-block;
    margin-left: 20px;
    position: relative;
}

    .shring .er:hover img:last-child {
        display: block;
    }

    .shring .er img:last-child {
        position: absolute;
        bottom: 28px;
        left: 0px;
        display: none;
    }

.foo .bdshare-button-style0-16 .bds_weixin {
    
    background-image: url(../image/weixin.png);
    background-position: center center;
}

.foo .bdshare-button-style0-16 .bds_tsina {
    
    background-image: url(../image/weibo.png);
    background-position: center center;
}

.foo .bdsharebuttonbox a {
    display: inline-block;
    width: 30px !important;
    height: 30px !important;
    border-radius: 100%;
    margin: 0px 20px 0px 0px !important;
}



.inn .rr .shiziul {
    font-size: 0px;
}

    .inn .rr .shiziul ul {
        font-size: 0px;
    }

        .inn .rr .shiziul ul li {
            display: inline-block;
            width: 48.5%;
            padding: 18px 0px;
            border-bottom: 1px dashed #cccccc;
        }

            .inn .rr .shiziul ul li:nth-child(1),
            .inn .rr .shiziul ul li:nth-child(2) {
                padding-top: 0px;
            }

            .inn .rr .shiziul ul li:nth-child(2n + 1) {
                margin-right: 2%;
            }

            .inn .rr .shiziul ul li:nth-child(2n + 2) {
                margin-right: 0%;
            }

            .inn .rr .shiziul ul li a {
                display: block;
                font-size: 0px;
            }

                .inn .rr .shiziul ul li a .w40 {
                    display: inline-block;
                    width: 40%;
                    float: left;
                }

            .inn .rr .shiziul ul li .w60 {
                float: right;
                display: inline-block;
                width: 60%;
                padding-left: 14px;
            }

                .inn .rr .shiziul ul li .w60 p.one {
                    font-size: 18px;
                    color: rgb( 0, 0, 0 );
                    line-height: 1.667;
                }

            .inn .rr .shiziul ul li:hover .w60 p.one {
                color: #8b0202;
            }

            .inn .rr .shiziul ul li .w60 p.two {
                color: #4c4c4c;
                font-size: 14px;
                line-height: 2;
            }

            .inn .rr .shiziul ul li a {
                display: block;
                color: #8b0202;
                font-size: 14px;
            }

                .inn .rr .shiziul ul li a .w40 {
                    overflow: hidden;
                }

                    .inn .rr .shiziul ul li a .w40 img {
                        transition: 1.2s;
                    }

            .inn .rr .shiziul ul li:hover a .w40 img {
                transition: 1.2s;
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
            }


.paging {
    text-align: center;
    margin-top: 28px;
    
}

    .paging ul {
        display: inline-block;
        vertical-align: middle;
    }

    .paging li {
        margin: 0px 2px;
        float: left;
        width: 32px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #c4c4c4;
        position: relative;
    }

        .paging li.active {
            border: none;
            background: #8d0000;
            color: #fff;
        }

        .paging li a {
            font-size: 15px;
            display: inline-block;
            width: 100%;
            height: 100%;
            color: #8d0000;
        }

        .paging li i {
            color: #8d0000;
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
        }

    .paging .pageget {
        line-height: 32px;
        display: inline-block;
        margin-left: 20px;
        vertical-align: middle;
        color: #c4c4c4;
        font-size: 15px;
    }

        .paging .pageget span {
            display: inline-block;
            vertical-align: middle;
        }

        .paging .pageget input {
            vertical-align: middle;
            text-align: center;
            display: inline-block;
            width: 32px;
            height: 32px;
            border: 1px solid #c4c4c4;
        }

        .paging .pageget span:nth-child(2) {
            vertical-align: middle;
            cursor: pointer;
            color: #8d0000;
            height: 32px;
            padding: 0px 10px;
            border: 1px solid #c4c4c4;
        }


.xibu_desc {
}

    .xibu_desc .tt {
        position: relative;
    }

        .xibu_desc .tt > img {
            width: 100%;
        }

        .xibu_desc .tt .swiper-container {
            width: 270px;
            height: 195px;
            position: absolute;
            right: 0px;
            bottom: 0px;
            background: rgba(255, 255, 255, .8);
        }

            .xibu_desc .tt .swiper-container .swiper-slide {
                position: relative;
            }

                .xibu_desc .tt .swiper-container .swiper-slide p {
                    font-size: 14px;
                    color: rgb( 76, 76, 76 );
                    line-height: 2;
                    width: 100%;
                    padding: 0px 25px;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    -moz-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                    -o-transform: translate(-50%, -50%);
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 5;
                    -webkit-box-orient: vertical;
                }

        .xibu_desc .tt .swiper-pagination {
        }


        .xibu_desc .tt .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            display: inline-block;
            border-radius: 0%;
            background: #8d0000;
            opacity: 1;
        }

        .xibu_desc .tt .swiper-pagination-bullet-active {
            opacity: 1;
            background: #ff9600;
        }

    .xibu_desc .bb {
        padding-top: 25px;
        font-size: 14px;
        color: rgb( 76, 76, 76 );
        line-height: 2.143;
    }

        .xibu_desc .bb img {
            max-width: 100%;
        }



.newslist {
    margin-top: -20px;
}

    .newslist > ul {
    }

        .newslist > ul > li {
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            color: rgb( 0, 0, 0 );
            border-bottom: 1px solid #f0f0f0;
        }

            .newslist > ul > li > a {
                display: inline-block;
                width: 100%;
                height: 100%;
                font-size: 16px;
                color: rgb( 0, 0, 0 );
            }

                .newslist > ul > li > a i {
                    margin-right: 5px;
                }

                .newslist > ul > li > a:hover {
                    color: #8d0000;
                }

                .newslist > ul > li > a span {
                    float: right;
                    color: #737373;
                    font-size: 14px;
                }


.newsdetail {
}

    .newsdetail .tit {
        text-align: center;
        font-size: 20px;
        color: rgb( 0, 0, 0 );
        line-height: 2.55;
    }

    .newsdetail .au {
        text-align: center;
        font-size: 14px;
        color: rgb( 128, 128, 128 );
        line-height: 1;
        padding-bottom: 8px;
        border-bottom: 1px dashed #cccccc;
    }

    .newsdetail .content {
        padding-top: 10px;
        font-size: 14px;
        color: rgb( 97, 97, 97 );
        line-height: 2.357;
        padding-bottom: 50px;
        border-bottom: 1px dashed #cccccc;
    }

    .newsdetail .prenex {
        padding-top: 20px;
    }

        .newsdetail .prenex ul {
        }

            .newsdetail .prenex ul li {
                font-size: 14px;
                color: rgb( 128, 128, 128 );
                line-height: 2.143;
            }

                .newsdetail .prenex ul li a {
                    color: rgb( 128, 128, 128 );
                }

                    .newsdetail .prenex ul li a:hover {
                        color: #8d0000;
                    }



.inn.spec {
}

    .inn.spec.nn .container {
        background: #f9f9f9;
    }

    .inn.spec.nn .ll .tt ul li {
        background: #f9f9f9;
    }

        .inn.spec.nn .ll .tt ul li.active {
            background: #f9f9f9;
        }

    .inn.spec .container {
        padding-bottom: 0px;
    }

    .inn.spec .ll {
        width: 210px;
        vertical-align: top;
        float: left;
    }

        .inn.spec .ll .tt {
            background: #8d0000;
            padding-left: 10px;
        }

            .inn.spec .ll .tt > p {
                padding-left: 20px;
                height: 67px;
                line-height: 67px;
                color: #f9f9f9;
                font-size: 22px;
            }

            .inn.spec .ll .tt ul {
            }

                .inn.spec .ll .tt ul li {
                    height: 45px;
                    line-height: 45px;
                    position: relative;
                    background: #fff;
                }

                    .inn.spec .ll .tt ul li:hover a {
                        color: #8d0000;
                    }

                    .inn.spec .ll .tt ul li.active {
                        border-left: none;
                        
                        background: #fff;
                    }

                        .inn.spec .ll .tt ul li.active a {
                            color: #8d0000;
                        }

                        .inn.spec .ll .tt ul li.active span {
                            display: block;
                            left: -3px;
                        }

                    .inn.spec .ll .tt ul li a {
                        display: inline-block;
                        width: 100%;
                        height: 100%;
                    }

                    .inn.spec .ll .tt ul li span {
                        display: none;
                        position: absolute;
                        
                        height: 45px;
                        width: 4px;
                        background: #feb703;
                        left: -4px;
                        top: -1px;
                    }

        .inn.spec .ll .bb {
            margin-top: 25px;
        }

            .inn.spec .ll .bb dl {
            }

                .inn.spec .ll .bb dl dt {
                    height: 50px;
                    line-height: 50px;
                    background: #f4f4f4;
                    padding-left: 15px;
                    font-size: 16px;
                    font-weight: normal;
                    color: rgb( 76, 76, 76 );
                    padding-bottom: 0px;
                    border-bottom: none;
                }

                .inn.spec .ll .bb dl dd a {
                    padding: 0px 0px 0px 15px;
                }

                .inn.spec .ll .bb dl dd:nth-child(2) {
                    padding-top: 10px;
                }

                .inn.spec .ll .bb dl dd {
                    font-size: 13px;
                    color: rgb( 141, 0, 0 );
                    line-height: 2.308;
                    border-bottom: none;
                }

        .inn.spec .ll dl dd a {
            border-bottom: none;
            color: #8d0000;
        }

        .inn.spec .ll .bb dl dd a {
        }

        .inn.spec .ll .bb {
        }

    .inn.spec .rr {
        padding-bottom: 40px;
    }

        .inn.spec .rr > .ti {
            height: 67px;
            line-height: 67px;
        }

.peoul {
    padding-bottom: 50px;
}

    .peoul > ul {
    }

        .peoul > ul > li {
            font-size: 0px;
            padding: 20px 0px;
            border-bottom: 1px solid #dfdfdf;
        }

            .peoul > ul > li:first-child {
                padding-top: 0px;
            }

            .peoul > ul > li .w20 {
                width: 20%;
                float: left;
            }

                .peoul > ul > li .w20 a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    overflow: hidden;
                }

                .peoul > ul > li .w20:hover img {
                    transition: 1.2s;
                    transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                }

                .peoul > ul > li .w20 img {
                    transition: 1.2s;
                    width: 100%;
                }

            .peoul > ul > li .w80 {
                width: 80%;
                float: right;
                padding-left: 25px;
                padding-right: 65px;
            }

                .peoul > ul > li .w80 p.one {
                    font-size: 18px;
                    color: rgb( 0, 0, 0 );
                    line-height: 1.667;
                }

                    .peoul > ul > li .w80 p.one a {
                        color: rgb( 0, 0, 0 );
                    }

                        .peoul > ul > li .w80 p.one a:hover {
                            color: #8d0000;
                        }

                .peoul > ul > li .w80 p.two {
                    color: #4c4c4c;
                    font-size: 14px;
                    line-height: 2;
                }


.zsul {
}

    .zsul ul {
    }

        .zsul ul li {
            border: 1px solid #dfdfdf;
            float: left;
            padding: 8px;
            width: 32%;
            margin-right: 2%;
            margin-bottom: 18px;
        }

            .zsul ul li:nth-child(3n + 3) {
                margin-right: 0%;
            }

            .zsul ul li .top {
                overflow: hidden;
                margin-bottom: 8px;
            }

                .zsul ul li .top:hover img {
                    transition: 1.2s;
                    transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                }

                .zsul ul li .top img {
                    transition: 1.2s;
                    width: 100%;
                }

            .zsul ul li:hover p {
                color: #b10808;
            }

            .zsul ul li p {
                height: 42px;
                line-height: 42px;
                text-align: center;
                background: #dfdfdf;
                color: #353535;
                font-size: 15px;
            }

.swiper-containerI {
    overflow: hidden;
}

    .swiper-containerI .swiper-slide {
        padding: 8px;
        border: 1px solid #dfdfdf;
    }

        .swiper-containerI .swiper-slide .top {
            overflow: hidden;
        }

            .swiper-containerI .swiper-slide .top img {
                transition: 1.2s;
            }

        .swiper-containerI .swiper-slide:hover .top img {
            transition: 1.2s;
            transform: scale(1.1);
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
        }

        .swiper-containerI .swiper-slide p {
            height: 42px;
            line-height: 42px;
            text-align: center;
            font-size: 15px;
            color: rgb( 53, 53, 53 );
            background: #dfdfdf;
            margin-top: 8px;
        }


.nelist {
}

    .nelist ul {
    }

        .nelist ul li {
            font-size: 0px;
            padding: 25px 0px;
            border-bottom: 1px solid #dfdfdf;
        }

        .nelist ul > li:first-child {
            padding-top: 0px;
        }

        .nelist ul li .w22 {
            vertical-align: top;
            width: 22%;
            display: inline-block;
        }

            .nelist ul li .w22 a {
                display: inline-block;
                height: 136px;
                overflow: hidden;
            }

                .nelist ul li .w22 a img {
                    width: 100%;
                    transition: 1.2s;
                }

                .nelist ul li .w22 a:hover img {
                    transition: 1.2s;
                    transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                }

        .nelist ul li .w78 {
            vertical-align: top;
            width: 78%;
            display: inline-block;
            padding-left: 30px;
        }

            .nelist ul li .w78 p.one {
                font-size: 18px;
                color: rgb( 0, 0, 0 );
                line-height: 1.667;
            }

                .nelist ul li .w78 p.one a {
                    color: rgb( 0, 0, 0 );
                }

                    .nelist ul li .w78 p.one a:hover {
                        color: #8d0000;
                    }

            .nelist ul li .w78 p.two {
                color: #000000;
                font-size: 14px;
                line-height: 2;
            }

            .nelist ul li .w78 p.de {
                font-size: 14px;
                color: #4c4c4c;
                line-height: 2;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .nelist ul li .w78 > a {
                color: #4c4c4c;
                font-size: 14px;
                line-height: 2;
            }

                .nelist ul li .w78 > a:hover {
                    color: #8d0000;
                }


.nedetail {
    margin-top: 30px;
}

    .nedetail.jy .ll {
        background: #fff;
    }

    .nedetail .container {
        padding: 0px;
    }

        .nedetail .container .ll {
            width: 890px;
            float: left;
        }

    .nedetail.jy .container .ll .content {
        border-bottom: none;
    }




    
    .nedetail .container .ll .newss {
        background: #fff;
        padding-bottom: 40px;
    }

        .nedetail .container .ll .newss > ul {
        }

            .nedetail .container .ll .newss > ul li {
                padding: 20px;
                border-bottom: 1px solid #f0f0f0;
            }

                .nedetail .container .ll .newss > ul li .le {
                    width: 65px;
                    text-align: center;
                    float: left;
                }

                    .nedetail .container .ll .newss > ul li .le p.one {
                        font-size: 24px;
                        color: rgb( 141, 0, 0 );
                        font-weight: bold;
                    }

                    .nedetail .container .ll .newss > ul li .le p.two {
                        font-size: 14px;
                        color: rgb( 141, 0, 0 );
                        line-height: 1.857;
                    }


                .nedetail .container .ll .newss > ul li .re {
                    width: 770px;
                    float: right;
                }

                    .nedetail .container .ll .newss > ul li .re p.one {
                        font-size: 15px;
                        color: rgb( 0, 0, 0 );
                        line-height: 2;
                    }

                        .nedetail .container .ll .newss > ul li .re p.one a {
                            color: rgb( 0, 0, 0 );
                        }

                            .nedetail .container .ll .newss > ul li .re p.one a:hover {
                                color: #a90707;
                            }

                    .nedetail .container .ll .newss > ul li .re p.de {
                        font-size: 14px;
                        color: rgb( 108, 108, 108 );
                        line-height: 1.786;
                    }




        .nedetail .container .ll .newss > p {
            border-top: 3px solid #a90707;
        }

            .nedetail .container .ll .newss > p a {
                text-align: center;
                line-height: 43px;
                width: 125px;
                display: inline-block;
                height: 43px;
                font-size: 17px;
                color: #000;
            }

                .nedetail .container .ll .newss > p a:hover {
                    color: #a90707;
                }

                .nedetail .container .ll .newss > p a.active {
                    background: #a90707;
                    color: #fff;
                }

    .nedetail .container .ll .where {
        font-size: 14px;
        color: rgb( 128, 128, 128 );
        padding: 0px 20px;
    }

        .nedetail .container .ll .where a {
            font-size: 14px;
            color: rgb( 128, 128, 128 );
        }

            .nedetail .container .ll .where a:hover {
                color: #8d0000;
            }

    .nedetail .container .ll .tis {
        padding: 0px 20px;
        font-size: 24px;
        color: rgb( 0, 0, 0 );
        line-height: 1.833;
        border-bottom: 1px solid #dfdfdf;
        padding-bottom: 15px;
    }

    .nedetail .container .ll .des {
        padding: 0px 20px;
        font-size: 14px;
        color: rgb( 128, 128, 128 );
        line-height: 3.143;
    }

    .nedetail .container .ll .content {
        padding: 0px 20px;
        font-size: 14px;
        color: rgb( 97, 97, 97 );
        line-height: 2.357;
        padding-bottom: 45px;
        border-bottom: 1px solid #dfdfdf;
        text-align: center;
    }

        .nedetail .container .ll .content img {
            max-width: 100%;
            display: inline-block;
            margin: 0 auto;
        }

        .nedetail .container .ll .content p {
            text-align: left;
        }



    .nedetail .container .ll .prne {
        font-size: 14px;
        color: rgb( 128, 128, 128 );
        line-height: 2.143;
        padding-top: 20px;
        margin-bottom: 20px;
    }

        .nedetail .container .ll .prne li a {
            color: rgb( 128, 128, 128 );
            font-size: 14px;
        }

            .nedetail .container .ll .prne li a:hover {
                color: #8d0000;
            }

    .nedetail .container .ll .related {
    }

        .nedetail .container .ll .related > p {
            font-size: 16px;
            color: rgb( 76, 76, 76 );
            line-height: 1.875;
            border-bottom: 3px solid #dfdfdf;
            padding-bottom: 10px;
        }

            .nedetail .container .ll .related > p span {
                padding-left: 15px;
            }

        .nedetail .container .ll .related ul {
        }

            .nedetail .container .ll .related ul li {
                padding: 20px 0px;
                border-bottom: 1px solid #f4f4f4;
            }

                .nedetail .container .ll .related ul li .ll {
                    width: 88px;
                    float: left;
                }

                    .nedetail .container .ll .related ul li .ll p.one {
                        font-size: 24px;
                        text-align: center;
                        color: rgb( 141, 0, 0 );
                        font-weight: bold;
                    }

                    .nedetail .container .ll .related ul li .ll p.two {
                        font-size: 12px;
                        text-align: center;
                        color: rgb( 141, 0, 0 );
                        line-height: 1;
                    }

                .nedetail .container .ll .related ul li .rr {
                    width: 800px;
                    float: right;
                }

                    .nedetail .container .ll .related ul li .rr p.one {
                        font-size: 15px;
                        color: rgb( 76, 76, 76 );
                        line-height: 2;
                    }

                        .nedetail .container .ll .related ul li .rr p.one a {
                            color: rgb( 76, 76, 76 );
                        }

                    .nedetail .container .ll .related ul li .rr p.two {
                        font-size: 13px;
                        color: rgb( 108, 108, 108 );
                        line-height: 2;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                    }

                    .nedetail .container .ll .related ul li .rr p.one a:hover {
                        color: #8d0000;
                    }

    .nedetail .container .rr {
        width: 290px;
        float: right;
    }

        .nedetail .container .rr .tt {
        }

            .nedetail .container .rr .tt .swiper-containerT {
                overflow: hidden;
                padding-bottom: 45px;
                position: relative;
            }

                .nedetail .container .rr .tt .swiper-containerT .swiper-slide {
                    position: relative;
                }

                    .nedetail .container .rr .tt .swiper-containerT .swiper-slide p {
                        text-align: center;
                        position: absolute;
                        width: 100%;
                        left: 0px;
                        bottom: 0px;
                        height: 45px;
                        line-height: 45px;
                        background: rgba(0, 0, 0, .6);
                        color: #ffffff;
                        font-size: 15px;
                    }

                        .nedetail .container .rr .tt .swiper-containerT .swiper-slide p a {
                            display: inline-block;
                            width: 100%;
                            height: 100%;
                            color: #ffffff;
                        }

            .nedetail .container .rr .tt .swiper-pagination {
            }

            .nedetail .container .rr .tt .swiper-pagination-bullet {
                width: 8px;
                height: 8px;
                display: inline-block;
                border-radius: 0%;
                background: #8d0000;
                opacity: 1;
            }

            .nedetail .container .rr .tt .swiper-pagination-bullet-active {
                opacity: 1;
                background: #ff9600;
            }

            .nedetail .container .rr .tt .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
                bottom: 15px;
                left: 0;
                width: 100%;
            }

        .nedetail .container .rr .recent {
        }

            .nedetail .container .rr .recent .bb {
                padding-left: 5px;
            }

            .nedetail .container .rr .recent > p {
                padding-left: 15px;
                height: 50px;
                line-height: 50px;
                background: #f4f4f4;
                font-size: 16px;
                color: rgb( 76, 76, 76 );
            }

            .nedetail .container .rr .recent ul {
            }

                .nedetail .container .rr .recent ul li {
                    position: relative;
                    padding: 25px 0px 0px 30px;
                    border-left: 1px solid #f4f4f4;
                }

                    .nedetail .container .rr .recent ul li > span {
                        position: absolute;
                        width: 10px;
                        height: 10px;
                        left: -5px;
                        top: 34px;
                        border: 1px solid #bfc3c4;
                    }

                    .nedetail .container .rr .recent ul li:nth-child(1) > span,
                    .nedetail .container .rr .recent ul li:nth-child(2) > span {
                        position: absolute;
                        width: 10px;
                        height: 10px;
                        left: -5px;
                        top: 34px;
                        border: 1px solid #feb703;
                    }

                    .nedetail .container .rr .recent ul li p.one {
                        display: inline-block;
                        width: 41px;
                        text-align: center;
                        position: relative;
                        font-size: 12px;
                        line-height: 28px;
                        color: #bfc3c4;
                        margin-bottom: 10px;
                    }

                    .nedetail .container .rr .recent ul li:nth-child(1) p.one,
                    .nedetail .container .rr .recent ul li:nth-child(2) p.one {
                        color: rgb( 254, 183, 3 );
                    }

                    .nedetail .container .rr .recent ul li p.one img {
                        position: absolute;
                        left: -9px;
                        top: 0px;
                        z-index: -1;
                    }

                    .nedetail .container .rr .recent ul li p.two {
                        font-size: 14px;
                        color: rgb( 76, 76, 76 );
                        line-height: 1.786;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 2;
                        -webkit-box-orient: vertical;
                    }

                        .nedetail .container .rr .recent ul li p.two a {
                            color: rgb( 76, 76, 76 );
                        }

                            .nedetail .container .rr .recent ul li p.two a:hover {
                                color: #feb703;
                            }

        .nedetail .container .rr .vid {
        }

            .nedetail .container .rr .vid > p {
                font-size: 16px;
                color: rgb( 76, 76, 76 );
                height: 50px;
                line-height: 50px;
                background: #f4f4f4;
                padding-left: 15px;
            }


            .nedetail .container .rr .vid ul {
            }

                .nedetail .container .rr .vid ul li {
                    font-size: 0px;
                    padding: 15px 0px;
                    border-bottom: 1px solid #dfdfdf;
                }

                    .nedetail .container .rr .vid ul li .w40 {
                        width: 40%;
                        display: inline-block;
                        vertical-align: top;
                        position: relative;
                    }

                        .nedetail .container .rr .vid ul li .w40 > a {
                            display: block;
                            width: 100%;
                            height: 100%;
                            position: relative;
                        }

                        .nedetail .container .rr .vid ul li .w40 i {
                            position: absolute;
                            left: 5px;
                            bottom: -5px;
                            color: #fff;
                            font-size: 30px;
                        }

                    .nedetail .container .rr .vid ul li .w60 {
                        width: 60%;
                        display: inline-block;
                        vertical-align: top;
                        padding-left: 14px;
                    }

                        .nedetail .container .rr .vid ul li .w60 p.one {
                            font-size: 12px;
                            color: rgb( 111, 111, 111 );
                        }

                            .nedetail .container .rr .vid ul li .w60 p.one i {
                                vertical-align: middle;
                                color: #8d0000;
                            }

                        .nedetail .container .rr .vid ul li .w60 p.two {
                            color: #4c4c4c;
                            font-size: 13px;
                        }

                            .nedetail .container .rr .vid ul li .w60 p.two a {
                                color: #4c4c4c;
                                font-size: 13px;
                            }

                                .nedetail .container .rr .vid ul li .w60 p.two a:hover {
                                    color: #8d0000;
                                }


.school {
}

    .school .detail {
        
        text-align: center;
        margin-top: -20px;
    }

        .school .detail .inner {
            display: inline-block;
            width: 770px;
            overflow: hidden;
            background: #f4f4f4;
            padding: 25px 15px 60px;
        }

            .school .detail .inner .tis {
                text-align: left;
                font-size: 18px;
                color: rgb( 141, 0, 0 );
                border-bottom: 1px solid #cecece;
                padding-bottom: 15px;
                margin-bottom: 10px;
            }

            .school .detail .inner > p {
                text-align: left;
                font-size: 14px;
                color: rgb( 92, 92, 92 );
                line-height: 2.143;
            }

.grey.jy {
    padding-bottom: 30px;
}

.grey.info {
    padding-top: 0px;
}

    .grey.info > .title.spec {
        padding-top: 25px;
    }

    .grey.info .infoban {
        margin-bottom: 20px;
    }

        .grey.info .infoban .container {
            padding: 0px;
        }

.infor_box {
    margin-top: 25px;
}

    .infor_box .container {
        padding-top: 25px;
        background: #fff;
    }

.info_mm {
}

    .info_mm p.tii {
        border-bottom: 1px solid #e2e2e2;
    }

        .info_mm p.tii span {
            display: inline-block;
            padding-bottom: 12px;
            font-size: 20px;
            color: #000000;
            border-bottom: 3px solid #b10808;
            margin-bottom: -2px;
        }

        .info_mm p.tii a {
            float: right;
            line-height: 44px;
            color: #b10808;
            font-size: 12px;
        }

    .info_mm .container .ll {
        width: 765px;
        float: left;
    }

        .info_mm .container .ll .bottom {
            padding-top: 20px;
        }

            .info_mm .container .ll .bottom .swiper-containerN {
                overflow: hidden;
            }

        .info_mm .container .ll .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
            bottom: 10px;
            left: auto;
            right: 20px;
            width: 100%;
            text-align: right;
        }

            .info_mm .container .ll .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
                margin: 0 2px;
            }

        .info_mm .container .ll .swiper-pagination-bullet {
            color: #fff;
            width: 25px;
            height: 25px;
            display: inline-block;
            border-radius: 0%;
            background: #9a9a9a;
            opacity: 1;
            text-align: center;
            line-height: 25px;
        }

        .info_mm .container .ll .swiper-pagination-bullet-active {
            opacity: 1;
            background: #b00808;
        }

        .info_mm .container .ll .bottom > div {
            padding: 0px;
        }

        .info_mm .container .ll .bottom > .left {
            padding-right: 10px;
        }

        .info_mm .container .ll .bottom > .right {
            padding-left: 10px;
        }

            .info_mm .container .ll .bottom > .right p.one {
                font-size: 16px;
                color: rgb( 0, 0, 0 );
                line-height: 1.938;
            }

                .info_mm .container .ll .bottom > .right p.one a {
                    color: rgb( 0, 0, 0 );
                }

                    .info_mm .container .ll .bottom > .right p.one a:hover {
                        color: #b10808;
                    }

            .info_mm .container .ll .bottom > .right .date {
                margin: 20px 0px 10px;
            }

                .info_mm .container .ll .bottom > .right .date span {
                    margin-right: 40px;
                    font-size: 12px;
                    color: rgb( 120, 120, 120 );
                    font-weight: bold;
                }

            .info_mm .container .ll .bottom > .right .det {
                font-size: 14px;
                color: rgb( 102, 102, 102 );
                line-height: 1.786;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 6;
                -webkit-box-orient: vertical;
            }

            .info_mm .container .ll .bottom > .right > a {
                color: #b10808;
                font-size: 14px;
            }

        .info_mm .container .ll > ul {
        }

            .info_mm .container .ll > ul li {
                height: 50px;
                line-height: 50px;
                border-bottom: 1px solid #f0f0f0;
            }

                .info_mm .container .ll > ul li > span:nth-child(1) {
                    vertical-align: middle;
                    display: inline-block;
                    width: 3px;
                    height: 3px;
                    background: #b0b0b0;
                    margin-right: 20px;
                }

                .info_mm .container .ll > ul li > span:last-child {
                    float: right;
                    color: #606060;
                    font-size: 14px;
                }

                .info_mm .container .ll > ul li a {
                    color: #000000;
                    font-size: 16px;
                }

                    .info_mm .container .ll > ul li a:hover {
                        color: #b10808;
                    }

    .info_mm .container .rr {
        width: 370px;
        float: right;
    }

        .info_mm .container .rr ul {
        }

            .info_mm .container .rr ul li {
                font-size: 0px;
                padding: 7px 0px;
                border-bottom: 1px solid #f0f0f0;
            }

                .info_mm .container .rr ul li .w15 {
                    vertical-align: top;
                    width: 15%;
                    display: inline-block;
                }

                    .info_mm .container .rr ul li .w15 p.one {
                        font-size: 24px;
                        text-align: center;
                        color: rgb( 141, 0, 0 );
                        font-weight: bold;
                    }

                    .info_mm .container .rr ul li .w15 p.two {
                        font-size: 14px;
                        text-align: center;
                        color: rgb( 141, 0, 0 );
                        line-height: 1.857;
                    }

                .info_mm .container .rr ul li .w85 {
                    vertical-align: top;
                    width: 85%;
                    display: inline-block;
                    padding-left: 10px;
                }

                    .info_mm .container .rr ul li .w85 p.one {
                        font-size: 15px;
                        color: rgb( 0, 0, 0 );
                        line-height: 2;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                    }

                        .info_mm .container .rr ul li .w85 p.one a {
                            color: rgb( 0, 0, 0 );
                        }

                            .info_mm .container .rr ul li .w85 p.one a:hover {
                                color: #b10808;
                            }

                    .info_mm .container .rr ul li .w85 p.two {
                        font-size: 14px;
                        color: rgb( 108, 108, 108 );
                        line-height: 1.786;
                        overflow: hidden;
                        text-overflow: ellipsis;
                        display: -webkit-box;
                        -webkit-line-clamp: 1;
                        -webkit-box-orient: vertical;
                    }


.info_bb {
}

    .info_bb .container {
        
        padding-bottom: 20px;
    }

        .info_bb .container > div {
            padding: 0px 10px;
        }

            .info_bb .container > div.spec {
                margin-top: 15px;
            }

                .info_bb .container > div.spec > p {
                    margin-bottom: 15px;
                }

                .info_bb .container > div.spec dl {
                    font-size: 0px;
                }

                    .info_bb .container > div.spec dl dd {
                        width: 19%;
                        margin-right: 1.25%;
                        display: inline-block;
                    }

                        .info_bb .container > div.spec dl dd > a {
                            display: block;
                            overflow: hidden;
                        }

                            .info_bb .container > div.spec dl dd > a img {
                                width: 100%;
                                transition: 1.2s;
                            }

                                .info_bb .container > div.spec dl dd > a img:hover {
                                    transition: 1.2s;
                                    transform: scale(1.1);
                                    -webkit-transform: scale(1.1);
                                    -moz-transform: scale(1.1);
                                    -ms-transform: scale(1.1);
                                    -o-transform: scale(1.1);
                                }


                        .info_bb .container > div.spec dl dd p.two {
                            padding-top: 5px;
                            font-size: 18px;
                            color: #000000;
                            line-height: 2;
                            text-align: center;
                        }

                            .info_bb .container > div.spec dl dd p.two a {
                                color: #000000;
                            }

                                .info_bb .container > div.spec dl dd p.two a:hover {
                                    color: #b10808;
                                }

                        .info_bb .container > div.spec dl dd p.de {
                            font-size: 14px;
                            color: #4c4c4c;
                            line-height: 2;
                        }

                        .info_bb .container > div.spec dl dd:last-child {
                            margin-right: 0%;
                        }

    .info_bb p.tii {
        border-bottom: 1px solid #e2e2e2;
    }

        .info_bb p.tii span {
            display: inline-block;
            padding-bottom: 12px;
            font-size: 20px;
            color: #000000;
            border-bottom: 3px solid #b10808;
            margin-bottom: -2px;
        }

        .info_bb p.tii a {
            float: right;
            line-height: 44px;
            color: #b10808;
            font-size: 12px;
        }

    .info_bb .ig {
        margin-top: 18px;
    }

    .info_bb ul {
    }

        .info_bb ul li {
            height: 44px;
            line-height: 44px;
            padding-left: 5px;
            border-bottom: 1px solid #f0f0f0;
        }

            .info_bb ul li a {
                display: inline-block;
                vertical-align: top;
                font-size: 14px;
                color: rgb( 0, 0, 0 );
            }

                .info_bb ul li a:hover {
                    color: #b10808;
                }

            .info_bb ul li > span:nth-child(1) {
                width: 3px;
                height: 3px;
                display: inline-block;
                margin-right: 15px;
                background: #b0b0b0;
                vertical-align: middle;
            }

            .info_bb ul li > span:last-child {
                font-size: 14px;
                color: rgb( 96, 96, 96 );
                float: right;
                line-height: 44px;
            }



.dang {
    
    background: #f9f9f9;
}

    .dang .container > .top {
        margin-top: 20px;
    }

        .dang .container > .top > ul {
            font-size: 0px;
        }

            .dang .container > .top > ul > li {
                vertical-align: top;
                display: inline-block;
                width: 32%;
                margin-right: 2%;
                margin-bottom: 25px;
                background: #fff;
                padding-bottom: 10px;
            }

                .dang .container > .top > ul > li dl {
                }

                    .dang .container > .top > ul > li dl dd {
                        color: #000;
                        font-size: 14px;
                        height: 40px;
                        line-height: 40px;
                        padding-left: 7px;
                        border-bottom: 1px solid #f0f0f0;
                    }

                        .dang .container > .top > ul > li dl dd a {
                            color: #000;
                            font-size: 14px;
                        }

                        .dang .container > .top > ul > li dl dd:hover {
                            color: #a90707;
                        }

                            .dang .container > .top > ul > li dl dd:hover a {
                                color: #a90707;
                            }

                        .dang .container > .top > ul > li dl dd > span:nth-child(1) {
                            display: inline-block;
                            width: 3px;
                            height: 3px;
                            vertical-align: middle;
                            margin-right: 15px;
                            background: #b0b0b0;
                        }

                        .dang .container > .top > ul > li dl dd > span:last-child {
                            float: right;
                        }

                    .dang .container > .top > ul > li dl dt {
                        height: 43px;
                        margin-bottom: 10px;
                        border-bottom: 3px solid #a90707;
                    }

                        .dang .container > .top > ul > li dl dt span {
                            display: inline-block;
                            height: 42px;
                            line-height: 42px;
                        }

                            .dang .container > .top > ul > li dl dt span:nth-child(1) {
                                vertical-align: top;
                                position: relative;
                                font-size: 20px;
                                color: #fff;
                                padding-left: 20px;
                            }

                                .dang .container > .top > ul > li dl dt span:nth-child(1) i {
                                    position: relative;
                                    font-size: 20px;
                                    color: #fff;
                                    z-index: 111;
                                }

                                .dang .container > .top > ul > li dl dt span:nth-child(1) img {
                                    z-index: 1;
                                    position: absolute;
                                    left: 0px;
                                    top: 0px;
                                }

                            .dang .container > .top > ul > li dl dt span:nth-child(2) {
                                float: right;
                                padding-right: 15px;
                            }

                                .dang .container > .top > ul > li dl dt span:nth-child(2) a {
                                    color: #000;
                                    font-size: 12px;
                                }

                                    .dang .container > .top > ul > li dl dt span:nth-child(2) a:hover {
                                        color: #a90707;
                                    }

                .dang .container > .top > ul > li:first-child > p:hover a {
                    color: #a90707;
                }

                .dang .container > .top > ul > li:first-child {
                    padding-bottom: 4px;
                }

                .dang .container > .top > ul > li:last-child {
                    margin-right: 0%;
                }

                    .dang .container > .top > ul > li:last-child dt {
                        border-bottom: 3px solid #a90707;
                    }

                        .dang .container > .top > ul > li:last-child dt img {
                            width: 100%;
                            margin-bottom: 1px;
                        }

                    .dang .container > .top > ul > li:last-child dd {
                        position: relative;
                        padding: 45px 18px 0px;
                    }

                        .dang .container > .top > ul > li:last-child dd .box {
                            width: 100%;
                            height: 245px;
                            border: 1px solid #b01f17;
                            position: relative;
                        }

                            .dang .container > .top > ul > li:last-child dd .box > img {
                                position: absolute;
                                left: 50%;
                                top: 0px;
                                -webkit-transform: translate(-50%, -50%);
                                -moz-transform: translate(-50%, -50%);
                                -ms-transform: translate(-50%, -50%);
                                -o-transform: translate(-50%, -50%);
                            }

                            .dang .container > .top > ul > li:last-child dd .box .inner {
                                text-align: center;
                                width: 100%;
                                position: absolute;
                                left: 50%;
                                top: 55%;
                                -webkit-transform: translate(-50%, -50%);
                                -moz-transform: translate(-50%, -50%);
                                -ms-transform: translate(-50%, -50%);
                                -o-transform: translate(-50%, -50%);
                            }

                                .dang .container > .top > ul > li:last-child dd .box .inner p.one {
                                    text-align: center;
                                    font-size: 17px;
                                    color: rgb( 176, 31, 23 );
                                    font-weight: bold;
                                }



                                .dang .container > .top > ul > li:last-child dd .box .inner p.two {
                                    font-size: 15px;
                                    color: rgb( 176, 31, 23 );
                                    margin: 15px 0px;
                                }

                                    .dang .container > .top > ul > li:last-child dd .box .inner p.two a {
                                        font-size: 15px;
                                        color: rgb( 176, 31, 23 );
                                        margin: 0px 20px;
                                    }

                                        .dang .container > .top > ul > li:last-child dd .box .inner p.two a i {
                                            display: inline-block;
                                            width: 7px;
                                            height: 7px;
                                            border-radius: 100%;
                                            background: #a90707;
                                            vertical-align: middle;
                                        }

                                .dang .container > .top > ul > li:last-child dd .box .inner ul {
                                }

                                    .dang .container > .top > ul > li:last-child dd .box .inner ul li {
                                        text-align: center;
                                        font-size: 15px;
                                        color: rgb( 176, 31, 23 );
                                        line-height: 1.867;
                                    }

                                        .dang .container > .top > ul > li:last-child dd .box .inner ul li a {
                                            font-size: 15px;
                                            color: rgb( 176, 31, 23 );
                                        }


    .dang .container .swiper-containerD {
        position: relative;
        overflow: hidden;
    }

        .dang .container .swiper-containerD .swiper-slide > p {
            height: 44px;
            line-height: 44px;
            font-size: 17px;
            color: rgb( 0, 0, 0 );
            text-align: center;
        }

            .dang .container .swiper-containerD .swiper-slide > p a {
                font-size: 17px;
                color: rgb( 0, 0, 0 );
            }

                .dang .container .swiper-containerD .swiper-slide > p a:hover {
                    color: #b00808;
                }
    

    .dang .container .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 55px;
        left: auto;
        right: 20px;
        width: 100%;
        text-align: right;
    }

        .dang .container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 2px;
        }

    .dang .container .swiper-pagination-bullet {
        font-size: 15px;
        color: #fff;
        width: 25px;
        height: 25px;
        display: inline-block;
        border-radius: 0%;
        background: #9a9a9a;
        opacity: 1;
        text-align: center;
        line-height: 25px;
    }

    .dang .container .swiper-pagination-bullet-active {
        opacity: 1;
        background: #b00808;
    }

    .dang .container > .top > ul > li:nth-child(3) {
        margin-right: 0%;
    }

    .dang .container > .bottom {
        margin-bottom: 30px;
    }

        .dang .container > .bottom dl dt {
            background: #fff;
            height: 43px;
            border-bottom: 3px solid #a90707;
        }

            .dang .container > .bottom dl dt span {
                display: inline-block;
                height: 42px;
                line-height: 42px;
            }

                .dang .container > .bottom dl dt span i {
                    position: relative;
                    font-size: 20px;
                    color: #fff;
                    z-index: 111;
                }

                .dang .container > .bottom dl dt span:nth-child(1) {
                    vertical-align: top;
                    position: relative;
                    font-size: 20px;
                    color: #fff;
                    padding-left: 20px;
                }

                    .dang .container > .bottom dl dt span:nth-child(1) img {
                        z-index: 1;
                        position: absolute;
                        left: 0px;
                        top: 0px;
                    }

                .dang .container > .bottom dl dt span:nth-child(2) {
                    float: right;
                    padding-right: 15px;
                }

                    .dang .container > .bottom dl dt span:nth-child(2) a {
                        color: #000;
                        font-size: 12px;
                    }

                        .dang .container > .bottom dl dt span:nth-child(2) a:hover {
                            color: #a90707;
                        }

        .dang .container > .bottom dl dd {
            padding: 20px;
            background: #fff;
        }

            .dang .container > .bottom dl dd ul {
                font-size: 0px;
                height: 90px;
            }

                .dang .container > .bottom dl dd ul > li {
                    float: left;
                    width: 19%;
                    margin-right: 1.25%;
                    position: relative;
                    height: 100%;
                }

                    .dang .container > .bottom dl dd ul > li img {
                        width: 100%;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        -o-transform: translate(-50%, -50%);
                    }

                    .dang .container > .bottom dl dd ul > li:last-child {
                        margin-right: 0%;
                    }



.jy {
}

    .jy .comtop {
        margin-top: 25px;
    }

        .jy .comtop .container {
            padding: 0px;
        }

        .jy .comtop .ll {
            width: 790px;
            display: inline-block;
            float: left;
        }

            .jy .comtop .ll .tt {
                position: relative;
            }

                .jy .comtop .ll .tt .tabs {
                    font-size: 0px;
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                    z-index: 1000;
                }

                    .jy .comtop .ll .tt .tabs > div {
                        cursor: pointer;
                        text-align: center;
                        line-height: 1.5;
                        margin-right: 1px;
                        width: 95px;
                        height: 83px;
                        display: inline-block;
                        position: relative;
                        background: rgba(254, 183, 3, .7);
                    }

                        .jy .comtop .ll .tt .tabs > div.active {
                            background: #fff;
                        }

                            .jy .comtop .ll .tt .tabs > div.active .in p.one {
                                color: #b00808;
                            }

                            .jy .comtop .ll .tt .tabs > div.active .in p.two {
                                color: #b00808;
                            }

                        .jy .comtop .ll .tt .tabs > div .in {
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            -webkit-transform: translate(-50%, -50%);
                            -moz-transform: translate(-50%, -50%);
                            -ms-transform: translate(-50%, -50%);
                            -o-transform: translate(-50%, -50%);
                        }

                            .jy .comtop .ll .tt .tabs > div .in p.one {
                                font-size: 28px;
                                color: rgb( 255, 255, 255 );
                                font-weight: bold;
                            }

                            .jy .comtop .ll .tt .tabs > div .in p.two {
                                font-size: 14px;
                                color: rgb( 255, 255, 255 );
                            }




            .jy .comtop .ll .swiper-containerY {
                overflow: hidden;
            }

                .jy .comtop .ll .swiper-containerY .swiper-slide {
                }


                .jy .comtop .ll .swiper-containerY .swiper-button-next,
                .jy .comtop .ll .swiper-containerY .swiper-button-prev {
                    position: absolute;
                    top: 50%;
                    width: 48px;
                    height: 43px;
                    margin-top: -22px;
                    z-index: 10;
                    cursor: pointer;
                    -moz-background-size: 27px 44px;
                    -webkit-background-size: 27px 44px;
                    background-size: 27px 44px;
                    background-position: center;
                    background-repeat: no-repeat;
                    background: #a90707;
                }

                    .jy .comtop .ll .swiper-containerY .swiper-button-next i,
                    .jy .comtop .ll .swiper-containerY .swiper-button-prev i {
                        color: #fff;
                        font-size: 30px;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        -o-transform: translate(-50%, -50%);
                    }

                    .jy .comtop .ll .swiper-containerY .swiper-button-next.swiper-button-disabled,
                    .jy .comtop .ll .swiper-containerY .swiper-button-prev.swiper-button-disabled {
                        opacity: .8;
                        cursor: auto;
                        pointer-events: auto;
                        z-index: 1000000;
                    }

                .jy .comtop .ll .swiper-containerY .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
                    
                    background-image: none;
                    left: auto;
                    bottom: 0px;
                    top: auto;
                    right: 0px;
                    z-index: 1000000;
                }

                .jy .comtop .ll .swiper-containerY .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
                    
                    background-image: none;
                    right: 00px;
                    bottom: 43px;
                    top: auto;
                    left: auto;
                    z-index: 1000000;
                }




            .jy .comtop .ll .bb {
                padding: 30px 30px 52px;
                background: #fff;
            }

                .jy .comtop .ll .bb p.one {
                    font-size: 19px;
                    color: rgb( 0, 0, 0 );
                    line-height: 2.316;
                }

                    .jy .comtop .ll .bb p.one span {
                        float: right;
                        font-size: 12px;
                        color: #787878;
                        line-height: 40px;
                    }

                        .jy .comtop .ll .bb p.one span i {
                            vertical-align: middle;
                            margin-right: 5px;
                        }

                    .jy .comtop .ll .bb p.one a {
                        color: rgb( 0, 0, 0 );
                    }

                        .jy .comtop .ll .bb p.one a:hover {
                            color: #b00808;
                        }

                .jy .comtop .ll .bb p.two {
                    font-size: 14px;
                    color: rgb( 102, 102, 102 );
                    line-height: 1.786;
                }

                .jy .comtop .ll .bb ul {
                }

                    .jy .comtop .ll .bb ul > li {
                        display: none;
                    }

                        .jy .comtop .ll .bb ul > li:first-child {
                            display: block;
                        }

        .jy .comtop .rr {
            width: 383px;
            display: inline-block;
            float: right;
        }

            .jy .comtop .rr .hot {
            }

            .jy .comtop .rr .tt {
                background: #fff;
                margin-bottom: 18px;
                
            }

            .jy .comtop .rr .vv {
                border-top: 3px solid #a90707;
            }

                .jy .comtop .rr .vv a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    position: relative;
                }

                    .jy .comtop .rr .vv a:hover span {
                        display: block;
                    }

                    .jy .comtop .rr .vv a span {
                        
                        display: none;
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        top: 0px;
                        left: 0px;
                        background: rgba(0, 0, 0, 0.7);
                    }

                        .jy .comtop .rr .vv a span i {
                            color: #fff;
                            font-size: 80px;
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            -webkit-transform: translate(-50%, -50%);
                            -moz-transform: translate(-50%, -50%);
                            -ms-transform: translate(-50%, -50%);
                            -o-transform: translate(-50%, -50%);
                        }

            .jy .comtop .rr .tt:nth-child(2) {
                
            }

                .jy .comtop .rr .tt:nth-child(2) ul {
                    padding-bottom: 18px;
                }

            .jy .comtop .rr .tt ul {
                display: none;
                padding-top: 11px;
                padding-bottom: 28px;
            }

                .jy .comtop .rr .tt ul:nth-child(2) {
                    display: block;
                }

                .jy .comtop .rr .tt ul li {
                    padding-right: 10px;
                    padding-left: 5px;
                    height: 40px;
                    line-height: 40px;
                    border-bottom: 2px solid #f0f0f0;
                }

                    .jy .comtop .rr .tt ul li:hover a {
                        color: #a90707;
                    }

                    .jy .comtop .rr .tt ul li a {
                        color: #000;
                        font-size: 14px;
                    }

                    .jy .comtop .rr .tt ul li span:last-child {
                        float: right;
                        color: #606060;
                        font-size: 14px;
                    }

                    .jy .comtop .rr .tt ul li > span:nth-child(1) {
                        display: inline-block;
                        width: 3px;
                        height: 3px;
                        background: #b0b0b0;
                        vertical-align: middle;
                        margin-right: 5px;
                    }

            .jy .comtop .rr p {
                border-top: 3px solid #a90707;
            }

                .jy .comtop .rr p a {
                    padding-right: 10px;
                    line-height: 44px;
                    float: right;
                    color: #000;
                    font-size: 12px;
                }

                    .jy .comtop .rr p a:hover {
                        color: #a90707;
                    }

                .jy .comtop .rr p span {
                    cursor: pointer;
                    text-align: center;
                    line-height: 44px;
                    display: inline-block;
                    width: 155px;
                    color: #000;
                    font-size: 20px;
                    height: 44px;
                }

                    .jy .comtop .rr p span.active {
                        background: #a90707;
                        color: #fff;
                    }

            .jy .comtop .rr .bb {
            }

                .jy .comtop .rr .bb .lo {
                    padding: 19px 25px;
                    background: #fff;
                }

                    .jy .comtop .rr .bb .lo > div {
                        display: none;
                    }

                        .jy .comtop .rr .bb .lo > div:nth-child(1) {
                            display: block;
                        }

                    .jy .comtop .rr .bb .lo .in input {
                        padding-left: 15px;
                        width: 100%;
                        height: 45px;
                        line-height: 45px;
                        border: 1px solid #d0d0d0;
                        margin-bottom: 10px;
                        font-size: 15px;
                    }

                        .jy .comtop .rr .bb .lo .in input::-webkit-input-placeholder { 
                            color: #000000;
                        }

                        .jy .comtop .rr .bb .lo .in input:-moz-placeholder { 
                            color: #000000;
                        }

                        .jy .comtop .rr .bb .lo .in input::-moz-placeholder { 
                            color: #000000;
                        }

                        .jy .comtop .rr .bb .lo .in input:-ms-input-placeholder { 
                            color: #000000;
                        }

                    .jy .comtop .rr .bb .lo button {
                        vertical-align: middle;
                        width: 105px;
                        height: 43px;
                        background: #a90707;
                        border: none;
                        color: #fff;
                        font-size: 16px;
                    }

                .jy .comtop .rr .bb input[type="checkbox"] {
                    vertical-align: middle;
                    margin: 0px 5px;
                }

                .jy .comtop .rr .bb label {
                    vertical-align: middle;
                    margin-top: 3px;
                }

                .jy .comtop .rr .bb .mm {
                    margin-bottom: 15px;
                }

                    .jy .comtop .rr .bb .mm a {
                        color: #000;
                        font-size: 14px;
                        margin-left: 10px;
                    }

                        .jy .comtop .rr .bb .mm a:hover {
                            color: #a90707;
                        }

                .jy .comtop .rr .bb .ser {
                }

                    .jy .comtop .rr .bb .ser a {
                        color: #000;
                        font-size: 14px;
                        text-decoration: underline;
                        margin-right: 20px;
                    }

                        .jy .comtop .rr .bb .ser a:hover {
                            color: #a90707;
                        }


    .jy .big_ev {
        margin: 18px 0px;
    }

        .jy .big_ev .container {
            padding: 0px;
        }

        .jy .big_ev .swiper-containerG {
            overflow: hidden;
            position: relative;
        }

            .jy .big_ev .swiper-containerG .swiper-slide {
            }

                .jy .big_ev .swiper-containerG .swiper-slide img {
                    width: 100%;
                }

        .jy .big_ev .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
            bottom: 10px;
            left: auto;
            right: 0px;
            width: 100%;
            text-align: right;
        }

        .jy .big_ev .swiper-pagination-bullet {
            text-align: center;
            width: 25px;
            height: 25px;
            display: inline-block;
            border-radius: 0%;
            background: #9a9a9a;
            opacity: 1;
            font-size: 15px;
            color: #fff;
        }

        .jy .big_ev .swiper-pagination-bullet-active {
            opacity: 1;
            background: #b00808;
        }

    .jy .jy_de {
    }

        .jy .jy_de .container {
            padding: 0px;
        }

            .jy .jy_de .container > div {
                vertical-align: top;
                width: 49%;
            }

                .jy .jy_de .container > div p.ti {
                    padding-right: 5px;
                    font-size: 0px;
                    border-top: 3px solid #a90707;
                    margin-bottom: 10px;
                }

                    .jy .jy_de .container > div p.ti > a {
                        float: right;
                        color: #000;
                        font-size: 14px;
                        line-height: 43px;
                    }

                        .jy .jy_de .container > div p.ti > a:hover {
                            color: #a90707;
                        }

                    .jy .jy_de .container > div p.ti span {
                        cursor: pointer;
                        display: inline-block;
                        width: 100px;
                        height: 43px;
                        text-align: center;
                        line-height: 43px;
                        color: #000;
                        font-size: 17px;
                    }

                        .jy .jy_de .container > div p.ti span.active {
                            background: #a90707;
                            color: #fff;
                        }

            .jy .jy_de .container .ll {
                float: left;
                background: #fff;
                padding-bottom: 25px;
            }

                .jy .jy_de .container .ll ul {
                    display: none;
                }

                    .jy .jy_de .container .ll ul:nth-child(2) {
                        display: block;
                    }

                    .jy .jy_de .container .ll ul li {
                    }

                        .jy .jy_de .container .ll ul li a {
                            color: #000000;
                            font-size: 14px;
                            display: inline-block;
                            width: 230px;
                            vertical-align: middle;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            
                            -webkit-line-clamp: 1;
                            -webkit-box-orient: vertical;
                        }

                            .jy .jy_de .container .ll ul li a:hover {
                                color: #a90707;
                            }

        .jy .jy_de ul li {
            padding: 0px 10px;
            height: 40px;
            line-height: 40px;
            border-bottom: 1px solid #f0f0f0;
        }

            .jy .jy_de ul li > span:nth-child(1) {
                margin-right: 5px;
                vertical-align: middle;
                display: inline-block;
                width: 3px;
                height: 3px;
                background: #b0b0b0;
            }

            .jy .jy_de ul li > span:last-child {
                color: #606060;
                font-size: 14px;
                line-height: 40px;
                float: right;
            }

        .jy .jy_de .container .rr {
            float: right;
            background: #fff;
            padding-bottom: 25px;
        }

            .jy .jy_de .container .rr ul {
                display: none;
            }

                .jy .jy_de .container .rr ul:nth-child(2) {
                    display: block;
                }

                .jy .jy_de .container .rr ul li a {
                    color: #000000;
                    font-size: 14px;
                }

                    .jy .jy_de .container .rr ul li a:hover {
                        color: #a90707;
                    }


.jy_index {
    margin-top: 22px;
}

    .jy_index .container {
        padding: 0px;
    }

    .jy_index ul {
        font-size: 0px;
    }

        .jy_index ul li {
            display: inline-block;
            width: 15%;
            margin-right: 2%;
            vertical-align: top;
        }

            .jy_index ul li p {
                height: 75px;
                padding: 10px 30px;
                text-align: center;
                font-size: 14px;
                color: rgb( 0, 0, 0 );
                line-height: 2;
                background: #fff;
            }

            .jy_index ul li:last-child {
                margin-right: 0%;
            }

            .jy_index ul li img {
                width: 100%;
            }

.jy_index {
}

    .jy_index .bottom {
        
        padding: 25px 25px;
        font-size: 0px;
        background: #fff;
    }

        .jy_index .bottom dl {
            width: 24%;
            margin-right: 1.3%;
            vertical-align: top;
            display: inline-block;
            height: 43px;
        }

            .jy_index .bottom dl:last-child {
                margin-right: 0%;
            }

            .jy_index .bottom dl dt {
                background: #fff;
                padding: 0px 15px;
                height: 43px;
                line-height: 43px;
                font-size: 14px;
                color: rgb( 0, 0, 0 );
                cursor: pointer;
                border: 1px solid #d0d0d0;
            }

                .jy_index .bottom dl dt i {
                    float: right;
                    color: #636363;
                    font-size: 20px;
                }

            .jy_index .bottom dl:hover dd {
                display: block;
            }

            .jy_index .bottom dl dd {
                display: none;
                padding: 0px 15px;
                height: 43px;
                line-height: 43px;
                font-size: 14px;
                color: rgb( 0, 0, 0 );
                background: #fff;
            }

                .jy_index .bottom dl dd a {
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                    color: #000;
                }

                    .jy_index .bottom dl dd a:hover {
                        color: #a90707;
                    }




.jy_gang {
    margin-top: 23px;
}

    .jy_gang .container {
        background: #fff;
        padding: 0px 23px;
        border-top: 3px solid #a90707;
    }

    .jy_gang .top {
        padding-top: 35px;
    }

        .jy_gang .top p.tis {
            font-size: 24px;
            color: rgb( 0, 0, 0 );
            line-height: 1.833;
        }

        .jy_gang .top p.two {
            font-size: 14px;
            color: rgb( 128, 128, 128 );
            line-height: 2;
            margin-bottom: 10px;
        }

        .jy_gang .top > ul {
            height: 57px;
            line-height: 57px;
            border-top: 1px solid #dfdfdf;
            border-bottom: 1px solid #dfdfdf;
        }

            .jy_gang .top > ul > li {
                line-height: 55px;
                width: 335px;
                float: left;
                font-size: 14px;
                color: rgb( 97, 97, 97 );
            }

        .jy_gang .top ul li:last-child {
            width: auto;
        }

        .jy_gang .top > .list {
            padding-top: 20px;
        }

            .jy_gang .top > .list ul {
            }

                .jy_gang .top > .list ul li {
                    width: 335px;
                    display: inline-block;
                    font-size: 14px;
                    color: rgb( 97, 97, 97 );
                    line-height: 2.357;
                }

            .jy_gang .top > .list .mm {
                margin-top: 10px;
            }

                .jy_gang .top > .list .mm a:nth-child(1) {
                    display: inline-block;
                    width: 97px;
                    height: 35px;
                    background: #feb703;
                    text-align: center;
                    line-height: 35px;
                    color: #fff;
                    font-size: 16px;
                    margin-right: 22px;
                }

                .jy_gang .top > .list .mm a:nth-child(2) {
                    color: #000;
                    font-size: 16px;
                }

                    .jy_gang .top > .list .mm a:nth-child(2):hover {
                        color: #feb703;
                    }

            .jy_gang .top > .list .bb {
                margin: 10px 0px 30px;
                line-height: 2.357;
            }

                .jy_gang .top > .list .bb .ll {
                    float: left;
                    font-size: 14px;
                    color: rgb( 170, 7, 7 );
                }

                .jy_gang .top > .list .bb .rr {
                    float: right;
                    padding-right: 120px;
                    font-size: 14px;
                    color: rgb( 0, 0, 0 );
                }

                    .jy_gang .top > .list .bb .rr a {
                        color: #000;
                    }

                        .jy_gang .top > .list .bb .rr a:hover {
                            color: rgb( 170, 7, 7 );
                        }


    .jy_gang .mid p.com {
        height: 44px;
        line-height: 44px;
        padding-left: 25px;
        color: #000;
        font-size: 16px;
        background: #ececec;
    }

    .jy_gang .mid .zhize {
        font-size: 14px;
        color: rgb( 97, 97, 97 );
        line-height: 2.357;
        padding: 20px 0px 30px;
    }




    .jy_gang .bottom {
    }

        .jy_gang .bottom p.com {
            height: 44px;
            line-height: 44px;
            padding-left: 0px;
            color: #000;
            font-size: 16px;
            background: #ececec;
        }

            .jy_gang .bottom p.com span {
                cursor: pointer;
                text-align: center;
                width: 105px;
                height: 100%;
                display: inline-block;
                margin-right: 20px;
            }

                .jy_gang .bottom p.com span.active {
                    border-bottom: 2px solid #b20808;
                }

        .jy_gang .bottom > div {
            padding: 20px 0px 50px;
        }

            .jy_gang .bottom > div > div {
                display: none;
                font-size: 14px;
                color: rgb( 97, 97, 97 );
                line-height: 2.357;
            }

                .jy_gang .bottom > div > div:nth-child(1) {
                    display: block;
                }


.stu_nav {
}

    .stu_nav > .clearfix {
        font-size: 0px;
        margin-bottom: 30px;
    }

        .stu_nav > .clearfix .w15 {
            width: 15%;
            font-size: 15px;
            color: rgb( 53, 53, 53 );
            font-weight: bold;
            text-align: center;
            float: left;
        }

        .stu_nav > .clearfix .w85 {
            width: 85%;
            color: #353535;
            font-size: 15px;
            float: right;
        }

            .stu_nav > .clearfix .w85 a {
                display: inline-block;
                width: 135px;
                color: #353535;
                margin-bottom: 15px;
            }

                .stu_nav > .clearfix .w85 a:hover {
                    color: #b20808;
                }




.jy_gangwei {
    margin-top: 25px;
}

    .jy_gangwei .container {
        padding: 0px;
    }

        .jy_gangwei .container > p {
            border-top: 3px solid #a90707;
        }

            .jy_gangwei .container > p a {
                display: inline-block;
                padding: 0px 25px;
                height: 43px;
                text-align: center;
                line-height: 43px;
                color: #000;
                font-size: 17px;
            }

                .jy_gangwei .container > p a:hover {
                    color: #a90707;
                }

                .jy_gangwei .container > p a.active {
                    background: #a90707;
                    color: #fff;
                }

        .jy_gangwei .container .inner {
            background: #fff;
            padding: 20px 30px 45px;
        }

            .jy_gangwei .container .inner .tt {
            }

                .jy_gangwei .container .inner .tt ul {
                    font-size: 0px;
                }

                    .jy_gangwei .container .inner .tt ul li {
                        width: 180px;
                        display: inline-block;
                        vertical-align: bottom;
                        margin-right: 11px;
                        position: relative;
                    }

                        .jy_gangwei .container .inner .tt ul li i {
                            font-size: 30px;
                            position: absolute;
                            right: 5px;
                            top: 70%;
                            -webkit-transform: translateY( -50%);
                            -moz-transform: translateY( -50%);
                            -ms-transform: translateY( -50%);
                            -o-transform: translateY( -50%);
                        }

                        .jy_gangwei .container .inner .tt ul li button {
                            width: 90px;
                            height: 42px;
                            background: #feb703;
                            vertical-align: middle;
                            border: none;
                            color: #fff;
                            font-size: 15px;
                        }

                        .jy_gangwei .container .inner .tt ul li:nth-child(5) {
                            margin-right: 0px;
                        }

                        .jy_gangwei .container .inner .tt ul li p {
                            color: #000;
                            font-size: 14px;
                            height: 35px;
                            line-height: 35px;
                        }

                        .jy_gangwei .container .inner .tt ul li select {
                            width: 100%;
                            height: 42px;
                            border: 1px solid #d0d0d0;
                            
                            appearance: none;
                            -moz-appearance: none;
                            -webkit-appearance: none;
                            
                            padding-left: 14px;
                            font-size: 15px;
                        }

                            .jy_gangwei .container .inner .tt ul li select option {
                                font-size: 15px;
                            }

                        .jy_gangwei .container .inner .tt ul li:first-child {
                            width: 373px;
                        }

                            .jy_gangwei .container .inner .tt ul li:first-child div {
                                position: relative;
                            }

                                .jy_gangwei .container .inner .tt ul li:first-child div i {
                                    font-size: 20px;
                                    color: #b0b0b0;
                                    width: 20px;
                                    position: absolute;
                                    left: 15px;
                                    top: 50%;
                                    -webkit-transform: translateY( -50%);
                                    -moz-transform: translateY( -50%);
                                    -ms-transform: translateY( -50%);
                                    -o-transform: translateY( -50%);
                                    display: inline-block;
                                    z-index: 100000;
                                }

                            .jy_gangwei .container .inner .tt ul li:first-child p {
                            }

                                .jy_gangwei .container .inner .tt ul li:first-child p span {
                                    cursor: pointer;
                                    display: inline-block;
                                    padding: 0px 18px;
                                    height: 35px;
                                    line-height: 35px;
                                    color: #000;
                                    font-size: 14px;
                                }

                                    .jy_gangwei .container .inner .tt ul li:first-child p span.active {
                                        background: #a90707;
                                        color: #fff;
                                    }

                            .jy_gangwei .container .inner .tt ul li:first-child div input {
                                color: #b0b0b0;
                                width: 373px;
                                height: 42px;
                                border: 1px solid #d0d0d0;
                                position: relative;
                                font-size: 15px;
                                padding-left: 35px;
                                z-index: 10;
                            }

                                .jy_gangwei .container .inner .tt ul li:first-child div input:nth-child(2) {
                                    display: none;
                                }

            .jy_gangwei .container .inner .bb {
                margin-top: 25px;
            }

                .jy_gangwei .container .inner .bb .ti {
                    height: 44px;
                    line-height: 44px;
                    background: #ececec;
                    color: #000000;
                    font-size: 16px;
                    margin-bottom: 25px;
                }

                    .jy_gangwei .container .inner .bb .ti span {
                        display: inline-block;
                    }

                        .jy_gangwei .container .inner .bb .ti span:nth-child(1) {
                            width: 315px;
                            padding-left: 50px;
                        }

                        .jy_gangwei .container .inner .bb .ti span:nth-child(2) {
                            width: 319px;
                        }

                        .jy_gangwei .container .inner .bb .ti span:nth-child(3) {
                            width: 195px;
                        }

                        .jy_gangwei .container .inner .bb .ti span:nth-child(4) {
                            width: 170px;
                        }

                        .jy_gangwei .container .inner .bb .ti span:nth-child(5) {
                            width: auto;
                        }

                .jy_gangwei .container .inner .bb ul {
                }

                    .jy_gangwei .container .inner .bb ul li {
                        height: 40px;
                        line-height: 40px;
                        border-bottom: 1px solid #f0f0f0;
                    }

                        .jy_gangwei .container .inner .bb ul li > a {
                            display: block;
                            width: 100%;
                            height: 100%;
                        }

                            .jy_gangwei .container .inner .bb ul li > a:hover {
                                color: #a90707;
                            }

                        .jy_gangwei .container .inner .bb ul li > a {
                            color: #000;
                            font-size: 14px;
                        }

                        .jy_gangwei .container .inner .bb ul li span {
                            display: inline-block;
                        }

                            .jy_gangwei .container .inner .bb ul li span:nth-child(1) {
                                display: inline-block;
                                width: 3px;
                                height: 3px;
                                background: #b0b0b0;
                                vertical-align: middle;
                            }

                            .jy_gangwei .container .inner .bb ul li span:nth-child(2) {
                                width: 310px;
                                padding-left: 5px;
                            }

                            .jy_gangwei .container .inner .bb ul li span:nth-child(3) {
                                width: 319px;
                            }

                            .jy_gangwei .container .inner .bb ul li span:nth-child(4) {
                                width: 195px;
                            }

                            .jy_gangwei .container .inner .bb ul li span:nth-child(5) {
                                width: 170px;
                            }

                            .jy_gangwei .container .inner .bb ul li span:nth-child(6) {
                                width: auto;
                            }


.combao {
}

    .combao .container {
        padding: 0px;
    }

        .combao .container > ul {
        }

            .combao .container > ul > li {
                width: 49.5%;
                margin-right: 1%;
                display: inline-block;
                background: #fff;
                padding-bottom: 25px;
            }

                .combao .container > ul > li > p {
                    border-top: 3px solid #a90707;
                }

                    .combao .container > ul > li > p a {
                        float: right;
                        height: 42px;
                        line-height: 42px;
                        color: #000;
                        font-size: 12px;
                        margin-right: 13px;
                    }

                        .combao .container > ul > li > p a:hover {
                            color: #a90707;
                        }

                    .combao .container > ul > li > p span {
                        display: inline-block;
                        height: 42px;
                        line-height: 42px;
                        background: #a90707;
                        padding: 0px 18px;
                        color: #fff;
                        font-size: 15px;
                    }

                .combao .container > ul > li:last-child {
                    margin-right: 0%;
                    float: right;
                }

                .combao .container > ul > li ul {
                }

                    .combao .container > ul > li ul li {
                        height: 40px;
                        line-height: 40px;
                        padding-left: 7px;
                        padding-right: 10px;
                        border-bottom: 1px solid #f0f0f0;
                    }

                        .combao .container > ul > li ul li span:nth-child(1) {
                            display: inline-block;
                            vertical-align: middle;
                            width: 3px;
                            height: 3px;
                            margin-right: 7px;
                            background: #b0b0b0;
                        }

                        .combao .container > ul > li ul li span:last-child {
                            float: right;
                        }

                        .combao .container > ul > li ul li a {
                            font-size: 14px;
                            color: rgb( 0, 0, 0 );
                        }

                            .combao .container > ul > li ul li a:hover {
                                color: #a90707;
                            }



.stu_spec {
    margin: 20px 0px;
}

    .stu_spec .container {
        padding: 0px;
    }

        .stu_spec .container ul > li {
        }

        .stu_spec .container .tt ul {
            font-size: 0px;
        }

            .stu_spec .container .tt ul li {
                width: 32%;
                display: inline-block;
                vertical-align: top;
                margin-right: 2%;
                background: #fff;
            }

                .stu_spec .container .tt ul li a {
                    display: block;
                }

                    .stu_spec .container .tt ul li a .w55 {
                        width: 55%;
                        display: inline-block;
                    }

                    .stu_spec .container .tt ul li a .w45 {
                        height: 100%;
                        width: 45%;
                        display: inline-block;
                        position: relative;
                    }

                        .stu_spec .container .tt ul li a .w45 .in {
                            background: #fff;
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            -webkit-transform: translate(-50%, -50%);
                            -moz-transform: translate(-50%, -50%);
                            -ms-transform: translate(-50%, -50%);
                            -o-transform: translate(-50%, -50%);
                            color: #000;
                            font-size: 17px;
                            width: 100%;
                            text-align: center;
                        }

                .stu_spec .container .tt ul li img {
                    width: 100%;
                }

                .stu_spec .container .tt ul li:last-child {
                    margin-right: 0%;
                }

        .stu_spec .container .bb {
            margin-top: 23px;
        }

            .stu_spec .container .bb p {
                border-top: 3px solid #a90707;
                background: #fff;
                padding-bottom: 15px;
            }

                .stu_spec .container .bb p span {
                    display: inline-block;
                    padding: 0px 18px;
                    height: 43px;
                    line-height: 43px;
                    background: #a90707;
                    color: #fff;
                    font-size: 17px;
                }

                .stu_spec .container .bb p a {
                    float: right;
                    margin-right: 10px;
                    font-size: 12px;
                    color: #000;
                    line-height: 43px;
                    margin-right: 10px;
                }

                    .stu_spec .container .bb p a:hover {
                        color: #a90707;
                    }

            .stu_spec .container .bb > ul {
                font-size: 0px;
            }

                .stu_spec .container .bb > ul > li {
                    width: 32%;
                    display: inline-block;
                    vertical-align: top;
                    margin-right: 2%;
                    background: #fff;
                }

                    .stu_spec .container .bb > ul > li:last-child {
                        margin-right: 0%;
                    }

                        .stu_spec .container .bb > ul > li:last-child img {
                            width: 91%;
                        }

                .stu_spec .container .bb > ul > li {
                    padding-bottom: 30px;
                }

                    .stu_spec .container .bb > ul > li ul {
                    }

                        .stu_spec .container .bb > ul > li ul li {
                            height: 40px;
                            line-height: 40px;
                            background: #fff;
                            padding-left: 7px;
                            border-bottom: 1px solid #f0f0f0;
                        }

                            .stu_spec .container .bb > ul > li ul li span:nth-child(1) {
                                display: inline-block;
                                width: 3px;
                                height: 3px;
                                background: #b0b0b0;
                                margin-right: 7px;
                                vertical-align: middle;
                            }

                            .stu_spec .container .bb > ul > li ul li a {
                                vertical-align: middle;
                                color: #000;
                                font-size: 14px;
                            }

                                .stu_spec .container .bb > ul > li ul li a:hover {
                                    color: #a90707;
                                }

                            .stu_spec .container .bb > ul > li ul li span:last-child {
                                font-size: 14px;
                                color: rgb( 96, 96, 96 );
                                float: right;
                                padding-right: 10px;
                            }




.comteam {
    margin: 20px 0px;
}

    .comteam .container {
        background: #fff;
        padding: 0px;
    }

        .comteam .container > p {
            height: 43px;
            border-top: 3px solid #a90707;
            margin-bottom: 22px;
        }

            .comteam .container > p > a {
                float: right;
                margin-right: 20px;
                line-height: 43px;
                color: #000;
            }

                .comteam .container > p > a:hover {
                    color: #a90707;
                }

            .comteam .container > p > span {
                padding: 0px 18px;
                display: inline-block;
                height: 43px;
                line-height: 43px;
                color: #fff;
                font-size: 15px;
                background: #a90707;
            }

    .comteam ul {
        padding: 0px 20px;
        font-size: 0px;
    }

        .comteam ul li {
            display: inline-block;
            width: 19%;
            margin-right: 1.25%;
            padding-bottom: 25px;
        }

            .comteam ul li:last-child {
                margin-right: 0%;
            }

            .comteam ul li a .tt {
                overflow: hidden;
            }

            .comteam ul li a:hover img {
                transition: 1.2s;
                transform: scale(1.1);
                -webkit-transform: scale(1.1);
                -moz-transform: scale(1.1);
                -ms-transform: scale(1.1);
                -o-transform: scale(1.1);
            }

            .comteam ul li a img {
                width: 100%;
                transition: 1.2s;
            }

            .comteam ul li a:hover p.one {
                color: #a90707;
            }

            .comteam ul li a p.one {
                padding-top: 10px;
                color: #000;
                font-size: 18px;
            }

            .comteam ul li a p.two {
                color: #4c4c4c;
                font-size: 14px;
            }


.tuan_wei {
}

    .tuan_wei .container {
        padding: 0px;
    }

        .tuan_wei .container > .ll {
            width: 66%;
            display: inline-block;
            vertical-align: top;
            background: #fff;
        }

        .tuan_wei .container > .rr {
            width: 32%;
            float: right;
            vertical-align: top;
        }

        .tuan_wei .container > .ll > p {
            border-top: 3px solid #a90707;
        }

            .tuan_wei .container > .ll > p a {
                float: right;
                line-height: 43px;
                margin-right: 10px;
                color: #000;
            }

                .tuan_wei .container > .ll > p a:hover {
                    color: #a90707;
                }

            .tuan_wei .container > .ll > p > span {
                font-size: 17px;
                display: inline-block;
                padding: 0px 18px;
                height: 43px;
                color: #fff;
                background: #a90707;
                line-height: 43px;
            }

        .tuan_wei .container > .ll ul {
            padding: 20px;
            font-size: 0px;
        }

            .tuan_wei .container > .ll ul li {
                overflow: hidden;
                width: 32%;
                display: inline-block;
                vertical-align: top;
                margin-right: 2%;
                position: relative;
            }

                .tuan_wei .container > .ll ul li img {
                    transition: 1.2s;
                    width: 100%;
                }

                .tuan_wei .container > .ll ul li:hover img {
                    transition: 1.2s;
                    transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                }

                .tuan_wei .container > .ll ul li:last-child {
                    margin-right: 0%;
                }

                .tuan_wei .container > .ll ul li p {
                    text-align: center;
                    color: #fff;
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                    width: 100%;
                    height: 43px;
                    line-height: 43px;
                    background: rgba(0, 0, 0, .6);
                    font-size: 14px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }


        .tuan_wei .container > .rr {
        }

            .tuan_wei .container > .rr ul {
            }

                .tuan_wei .container > .rr ul li {
                    font-size: 0px;
                    background: #fff;
                    margin-bottom: 25px;
                }

                    .tuan_wei .container > .rr ul li:nth-child(2) {
                        margin-bottom: 0px;
                    }

                    .tuan_wei .container > .rr ul li a {
                        display: block;
                        width: 100%;
                        height: 100%;
                    }

                        .tuan_wei .container > .rr ul li a:hover .in {
                            color: #a90707;
                        }

                    .tuan_wei .container > .rr ul li .w50 {
                        display: inline-block;
                        width: 50%;
                        position: relative;
                    }

                        .tuan_wei .container > .rr ul li .w50:nth-child(1) {
                        }

                        .tuan_wei .container > .rr ul li .w50 .in {
                            color: #000;
                            font-size: 20px;
                            position: absolute;
                            left: 50%;
                            top: 50%;
                            -webkit-transform: translate(-50%, -50%);
                            -moz-transform: translate(-50%, -50%);
                            -ms-transform: translate(-50%, -50%);
                            -o-transform: translate(-50%, -50%);
                        }



.zhaosheng {
    margin-top: 25px;
}

    .zhaosheng .container {
        padding: 0px;
    }

        .zhaosheng .container .ll {
            width: 790px;
            float: left;
        }

            .zhaosheng .container .ll img {
                width: 100%;
            }

        .zhaosheng .container .rr {
            width: 382px;
            float: right;
            background: #fff;
        }

            .zhaosheng .container .rr > p {
                border-top: 1px solid #a90707;
            }

                .zhaosheng .container .rr > p a {
                    float: right;
                    line-height: 43px;
                    margin-right: 10px;
                    color: #000;
                    font-size: 12px;
                }

                    .zhaosheng .container .rr > p a:hover {
                        color: #a90707;
                    }

                .zhaosheng .container .rr > p span {
                    display: inline-block;
                    height: 43px;
                    line-height: 43px;
                    background: #a90707;
                    text-align: center;
                    font-size: 17px;
                    color: #fff;
                    padding: 0px 18px;
                }

            .zhaosheng .container .rr ul {
                padding-bottom: 30px;
            }

                .zhaosheng .container .rr ul li {
                    height: 40px;
                    line-height: 40px;
                    padding-left: 7px;
                    border-bottom: 1px solid #f0f0f0;
                }

                    .zhaosheng .container .rr ul li a {
                        display: inline-block;
                        width: 100%;
                        height: 100%;
                        color: #000;
                        font-size: 14px;
                    }

                        .zhaosheng .container .rr ul li a:hover {
                            color: #a90707;
                        }

                        .zhaosheng .container .rr ul li a span:nth-child(1) {
                            background: #b0b0b0;
                            vertical-align: middle;
                            display: inline-block;
                            height: 3px;
                            width: 3px;
                            margin-right: 3px;
                        }

                        .zhaosheng .container .rr ul li a span:last-child {
                            float: right;
                            padding-right: 10px;
                        }

        .zhaosheng .container .bb {
            margin-top: 20px;
        }

            .zhaosheng .container .bb ul {
                font-size: 0px;
            }

                .zhaosheng .container .bb ul li {
                    width: 24%;
                    margin-right: 1.3%;
                    display: inline-block;
                    vertical-align: top;
                }

                    .zhaosheng .container .bb ul li .tt {
                        overflow: hidden;
                    }

                    .zhaosheng .container .bb ul li:hover img {
                        width: 100%;
                        transition: 1.2s;
                        transform: scale(1.1);
                        -webkit-transform: scale(1.1);
                        -moz-transform: scale(1.1);
                        -ms-transform: scale(1.1);
                        -o-transform: scale(1.1);
                    }

                    .zhaosheng .container .bb ul li img {
                        transition: 1.2s;
                        width: 100%;
                    }

                    .zhaosheng .container .bb ul li:last-child {
                        margin-right: 0%;
                    }

                    .zhaosheng .container .bb ul li .bv {
                        padding-top: 15px;
                        height: 90px;
                        background: #fff;
                    }

                        .zhaosheng .container .bb ul li .bv p {
                            padding: 0px 20px;
                            font-size: 17px;
                            color: rgb( 0, 0, 0 );
                            line-height: 1.8;
                        }

                            .zhaosheng .container .bb ul li .bv p a {
                                color: rgb( 0, 0, 0 );
                            }

                                .zhaosheng .container .bb ul li .bv p a:hover {
                                    color: #a90707;
                                }

                    .zhaosheng .container .bb ul li:nth-child(2),
                    .zhaosheng .container .bb ul li:nth-child(3),
                    .zhaosheng .container .bb ul li:nth-child(4) {
                        text-align: center;
                    }

                        .zhaosheng .container .bb ul li:nth-child(3) > a,
                        .zhaosheng .container .bb ul li:nth-child(4) > a {
                            display: block;
                            overflow: hidden;
                        }

                        .zhaosheng .container .bb ul li:nth-child(3):hover .bv p a,
                        .zhaosheng .container .bb ul li:nth-child(4):hover .bv p a {
                            color: #a90707;
                        }

                        .zhaosheng .container .bb ul li:nth-child(2) a {
                            width: 77px;
                            height: 22px;
                            display: inline-block;
                            background: url(../image/qq.jpg);
                        }

.sch_view {
    margin-top: 18px;
}

    .sch_view .container {
        padding: 0px;
        background: #fff;
    }

        .sch_view .container > p {
            border-top: 3px solid #a90707;
        }

            .sch_view .container > p a {
                float: right;
                line-height: 43px;
                margin-right: 10px;
                color: #000;
                font-size: 12px;
            }

                .sch_view .container > p a:hover {
                    color: #a90707;
                }

            .sch_view .container > p span {
                display: inline-block;
                height: 43px;
                line-height: 43px;
                padding: 0px 18px;
                color: #fff;
                font-size: 17px;
                background: #a90707;
            }

        .sch_view .container ul {
            font-size: 0px;
            padding: 20px;
        }

            .sch_view .container ul li {
                overflow: hidden;
                width: 24%;
                margin-right: 1.3%;
                vertical-align: top;
                display: inline-block;
                position: relative;
            }

                .sch_view .container ul li > a {
                    display: block;
                    width: 100%;
                    height: 100%;
                }
                
                .sch_view .container ul li p {
                    text-align: center;
                    position: absolute;
                    left: 0px;
                    bottom: 0px;
                    height: 43px;
                    line-height: 43px;
                    width: 100%;
                    background: rgba(0, 0, 0, .3);
                    color: #fff;
                    font-size: 14px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 1;
                    -webkit-box-orient: vertical;
                }

                .sch_view .container ul li:hover img {
                    transition: 1.2s;
                    transform: scale(1.1);
                    -webkit-transform: scale(1.1);
                    -moz-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                    -o-transform: scale(1.1);
                }

                .sch_view .container ul li img {
                    transition: 1.2s;
                    width: 100%;
                }

                .sch_view .container ul li:last-child {
                    margin-right: 0%;
                }


.video_list {
}

    .video_list ul {
    }

        .video_list ul li {
        }

            .video_list ul li a {
                display: block;
                overflow: hidden;
            }


.video_list {
}

    .video_list ul {
        font-size: 0px;
    }

        .video_list ul li {
            width: 32%;
            margin-right: 2%;
            vertical-align: top;
            display: inline-block;
            margin-bottom: 20px;
        }

            .video_list ul li:nth-child(3n + 3) {
                margin-right: 0%;
            }

            .video_list ul li > a {
                position: relative;
            }

                .video_list ul li > a .tt {
                    position: relative;
                }

                .video_list ul li > a:hover .tt > div {
                    display: block;
                }

                .video_list ul li > a .tt > div {
                    display: none;
                    left: 0px;
                    top: 0px;
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    background: rgba(29, 55, 92, .8);
                }

                    .video_list ul li > a .tt > div i {
                        color: #fff;
                        font-size: 60px;
                        position: absolute;
                        left: 50%;
                        top: 50%;
                        -webkit-transform: translate(-50%, -50%);
                        -moz-transform: translate(-50%, -50%);
                        -ms-transform: translate(-50%, -50%);
                        -o-transform: translate(-50%, -50%);
                    }

                .video_list ul li > a i {
                }

                .video_list ul li > a img {
                    width: 100%;
                }

                .video_list ul li > a:hover p {
                    color: #b10808;
                }

                .video_list ul li > a p {
                    text-align: center;
                    font-size: 17px;
                    color: rgb( 0, 0, 0 );
                    line-height: 1;
                    margin-top: 20px;
                }

.no_data {
    text-align: center;
    font-size: 16px;
}

.pagebar {
    margin: 10px 0;
    text-align: right;
    overflow: hidden;
}

    .pagebar a {
        border: 1px solid #DFDFDF;
        color: #5C6985;
        display: inline-block;
        padding: 5px 0;
        text-align: center;
        width: 50px;
    }

        .pagebar a.first {
            display: inline-block;
            font-weight: bold;
            padding: 5px 0;
            text-align: center;
            width: 48px;
        }

        .pagebar a.end {
            display: inline-block;
            font-weight: bold;
            padding: 5px 0;
            text-align: center;
            width: 48px;
        }

        .pagebar a:hover {
            background-color: #af0206;
            color: #FFFFFF;
        }

        .pagebar a.PageCur {
            background-color: #af0206;
            color: #FFFFFF;
        }

    .pagebar span {
        display: inline-block;
        height: 28px;
        line-height: 28px;
        text-align: center;
        width: 40px;
    }

        .pagebar span.cur {
            background-color: #af0206;
            color: #FFFFFF;
            padding: 0px;
        }

.mtbd > a {
    display: inline-block;
    height: 220px;
    overflow: hidden;
}

.search_list_content {
    background: url("404.png") repeat-y scroll 0 0 rgba(0, 0, 0, 0);
    height: auto;
    overflow: hidden;
    padding: 12px;
    width: 1200px;
    margin: 0 auto;
}

.search_list_bottom {
    background-color: #DEDFE1;
    border-top: 1px solid #D3D3D2;
    height: 3px;
    line-height: 4px;
    overflow: hidden;
    padding-left: 3px;
    width: 1200px;
}

.search_list_content_info {
    background: url("404.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-family: 微软雅黑;
    margin: 0 15px 15px;
}

    .search_list_content_info span, .search_list_content_info b {
        color: #ffb219;
    }


#search_inside_news {
    margin: 0 15px 15px;
}

    #search_inside_news span {
        color: #B1B1B1;
        margin-left: 20px;
    }

    #search_inside_news li {
        border-bottom: 1px dashed #999999;
        line-height: 40px;
        position: relative;
    }

        #search_inside_news li span {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 14px;
        }

        #search_inside_news li em {
            font-style: normal;
        }

    #search_inside_news a:visited, #search_inside_news a:link {
        color: #636363;
        font-size: 14px;
    }

    #search_inside_news a:hover {
        color: #FF8821;
    }

.search_list_content_info_title {
    border-bottom: 4px double #999;
    border-bottom-style: double;
    padding: 4px 0px;
}


.thirdul {
    border-top: 1px solid #dfdfdf;
}

    .thirdul > ul > li {
        
        line-height: 50px;
        background: #f3f3f3;
        color: #8d0000;
        font-size: 16px;
        border-bottom: 1px solid #f0f0f0;
    }

        .thirdul > ul > li > a {
            display: inline-block;
            width: 100%;
            height: 100%;
            padding-left: 5px;
            color: #8d0000;
        }

        .thirdul > ul > li > ul {
        }

            .thirdul > ul > li > ul > li {
                background: #fff;
                padding-left: 5px;
                border-bottom: 1px solid #f0f0f0;
            }

                .thirdul > ul > li > ul > li a {
                    color: #000;
                    display: inline-block;
                    width: 100%;
                    height: 100%;
                }

                    .thirdul > ul > li > ul > li a:hover {
                        color: #8d0000;
                    }

                .thirdul > ul > li > ul > li span {
                    float: right;
                    margin-right: 10px;
                    font-size: 14px;
                    color: rgb( 103, 103, 103 );
                }




.inner.for {
}

    .inner.for .clearfix {
        height: 45px;
        line-height: 45px;
        margin-bottom: 8px;
    }

        .inner.for .clearfix input[type="text"] {
            width: 415px;
            height: 45px;
            line-height: 45px;
            border: 1px solid #f3f3f3;
            padding-left: 15px;
        }

        .inner.for .clearfix input[type="radio"] {
            margin-right: 10px;
        }

        .inner.for .clearfix label {
            margin-right: 35px;
            color: #303030;
            font-size: 16px;
            font-weight: normal;
        }

        .inner.for .clearfix > div {
            display: inline-block;
        }

    .inner.for .ll {
        width: 190px;
        height: 50px;
        text-align: right;
        font-size: 16px;
        color: #303030;
    }

    .inner.for .rr {
        margin-left: 20px;
        float: left;
        width: 415px;
        height: 45px;
        line-height: 45px;
        vertical-align: middle;
    }

    .inner.for button {
        width: 135px;
        height: 45px;
        background: #8d0000;
        border: none;
        margin-top: 6px;
        color: #fff;
        font-size: 16px;
        margin-left: 210px;
    }
