.nbc
{
 background: none!important;
}
.pictureBox {
    position: relative;
    overflow: hidden;
    background: none;
}

    .pictureBox img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: auto;
        max-width: none;
        max-height: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        height: 100%;
    }

.row {
    width: 1400px;
    margin: 0 auto;
}

.home_News {
    width: 100%;
    padding: 20px 16px;
}


        .home_News .LNews_swiper .swiper-slide {
            -webkit-border-radius: 20px;
            border-radius: 20px;
        }

            .home_News .LNews_swiper .swiper-slide a {
                display: block;
                overflow: hidden;
                -webkit-border-radius: 20px;
                border-radius: 20px;
            }

                .home_News .LNews_swiper .swiper-slide a .imgbox {
                    width: 100%;
                }

                    .home_News .LNews_swiper .swiper-slide a .imgbox .pictureBox {
                        padding-top: 69.56522%;
                    }

                .home_News .LNews_swiper .swiper-slide a .text {
                    padding: 15px;
                    background: #fff;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                    height:188px;
                }

                    .home_News .LNews_swiper .swiper-slide a .text h5 {
                        font-size: 20px;
                        color: #333333;
                        display: -webkit-box;
                        line-height: 30px;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        -webkit-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                    .home_News .LNews_swiper .swiper-slide a .text p {
                        font-size: 16px;
                        color: #707070;
                        display: -webkit-box;
                        height: 48px;
                        line-height: 24px;
                        text-overflow: ellipsis;
                        overflow: hidden;
                        -webkit-box-orient: vertical;
                        -webkit-line-clamp: 2;
                        margin-top: 10px;
                        -webkit-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                    .home_News .LNews_swiper .swiper-slide a .text .data {
                        font-size: 18px;
                        color: #7f9fc5;
                        margin-top: 10px;
                        -webkit-transition: all 0.3s;
                        transition: all 0.3s;
                        bottom: 15px;
                        position: absolute;
                    }

            .home_News .LNews_swiper .swiper-slide:hover {
                -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
                box-shadow: 0 0 10px 0 rgba(0, 0, 0, .9);
            }

                .home_News .LNews_swiper .swiper-slide:hover a .imgbox .pictureBox img {
                    transform: translate(-50%, -50%) scale(1.1);
                    -webkit-transform: translate(-50%, -50%) scale(1.1);
                    -ms-transform: translate(-50%, -50%) scale(1.1);
                }

                .home_News .LNews_swiper .swiper-slide:hover a .text {
                    background: #2777d7;
                }

                    .home_News .LNews_swiper .swiper-slide:hover a .text h5 {
                        color: #fff;
                    }

                    .home_News .LNews_swiper .swiper-slide:hover a .text p {
                        color: rgba(255, 255, 255, 0.6);
                    }

                    .home_News .LNews_swiper .swiper-slide:hover a .text .data {
                        color: #fff;
                    }

        .home_News .LNews_swiper .kjian {
            position: relative;
            text-align: center;
            width: 100%;
            height: 45px;
            margin-top: 60px;
        }

            .home_News .LNews_swiper .kjian .LNews_pagination {
                margin: 20px 14px 0;
                width: auto;
                text-align: center;
                display: inline-block;
                position: relative;
                vertical-align: top;
                height: 8px;
            }

                .home_News .LNews_swiper .kjian .LNews_pagination .swiper-pagination-bullet {
                    width: 8px;
                    height: 8px;
                    background: #d7d0ba;
                    margin: 0 6px;
                    font-size: 0;
                    vertical-align: top;
                }

                    .home_News .LNews_swiper .kjian .LNews_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
                        background: #15b099;
                    }

            .home_News .LNews_swiper .kjian .LNews_prev, .home_News .LNews_swiper .kjian .LNews_next {
                width: 44px;
                height: 44px;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                border: 1px solid #d7d1bd;
                display: inline-block;
                position: relative;
                top: auto;
                margin: 0;
                font-size: 0;
                overflow: hidden;
            }

                .home_News .LNews_swiper .kjian .LNews_prev::before, .home_News .LNews_swiper .kjian .LNews_next::before {
                    content: "";
                    border: 6px solid transparent;
                    border-right-color: #15af98;
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
                    right: 17px;
                }

                .home_News .LNews_swiper .kjian .LNews_prev:hover, .home_News .LNews_swiper .kjian .LNews_next:hover {
                    background: #15b099;
                    border-color: #15b099;
                }

                    .home_News .LNews_swiper .kjian .LNews_prev:hover::before, .home_News .LNews_swiper .kjian .LNews_next:hover::before {
                        border-right-color: #fff;
                    }

            .home_News .LNews_swiper .kjian .LNews_next {
                -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                transform: rotate(180deg);
            }

                .home_News .LNews_swiper .kjian .LNews_next::before {
                    right: 19px;
                }

.inpartner {
    width: 100%;
    padding: 80px;
    display: none;
}
    .inpartner .swiper-container .swiper-wrapper .swiper-slide img{
        padding-bottom:20px;
    }

    .infooter {
        position: relative;
        z-index: 1;
    }

    .infooter .infooter-top {
        border-bottom: 1px dashed #aca9a4;
    }

    .infooter .infooter-zhong {
        margin: 55px 0;
    }

        .infooter .infooter-zhong .footTabBar {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

            .infooter .infooter-zhong .footTabBar .tabTerm {
                width: 25%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 3%;
                cursor: pointer;
            }

                .infooter .infooter-zhong .footTabBar .tabTerm:first-child {
                    width: 22%;
                    padding-right: 3%;
                    padding-left: 0;
                }

                .infooter .infooter-zhong .footTabBar .tabTerm:last-child {
                    width: 22%;
                    padding-left: 3%;
                    padding-right: 0;
                    border-right: none;
                }

                .infooter .infooter-zhong .footTabBar .tabTerm .ftz_tou {
                    width: 100%;
                    border: 1px solid #aca9a4;
                    height: 60px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-border-radius: 10px;
                    border-radius: 10px;
                    padding-left: 15px;
                }

                    .infooter .infooter-zhong .footTabBar .tabTerm .ftz_tou img {
                        width: 30px;
                    }

                        .infooter .infooter-zhong .footTabBar .tabTerm .ftz_tou img.Lhide {
                            display: none;
                        }

                    .infooter .infooter-zhong .footTabBar .tabTerm .ftz_tou span {
                        margin-left: 10px;
                        font-size: 16px;
                        color: #86837e;
                    }

                .infooter .infooter-zhong .footTabBar .tabTerm.active .ftz_tou {
                    background: #fff;
                    border-color: #fff;
                }

                    .infooter .infooter-zhong .footTabBar .tabTerm.active .ftz_tou img.Lhide {
                        display: block;
                    }

                    .infooter .infooter-zhong .footTabBar .tabTerm.active .ftz_tou img.Lshow {
                        display: none;
                    }

                .infooter .infooter-zhong .footTabBar .tabTerm:first-child.active .ftz_tou span {
                    color: #34aac7;
                }

                .infooter .infooter-zhong .footTabBar .tabTerm:nth-child(2).active .ftz_tou span {
                    color: #e6ae51;
                }

                .infooter .infooter-zhong .footTabBar .tabTerm:nth-child(3).active .ftz_tou span {
                    color: #c0996e;
                }

                .infooter .infooter-zhong .footTabBar .tabTerm:nth-child(4).active .ftz_tou span {
                    color: #34bdb6;
                }

        .infooter .infooter-zhong .footTabCont {
            margin-top: 20px;
            width: 100%;
            position: relative;
        }

            .infooter .infooter-zhong .footTabCont .tabItem {
                position: absolute;
                top: 0;
                left: 0;
                display: none;
            }

                .infooter .infooter-zhong .footTabCont .tabItem.active {
                    display: block;
                    position: static;
                }

                    .infooter .infooter-zhong .footTabCont .tabItem.active .fotzi_list {
                        display: block;
                    }

                .infooter .infooter-zhong .footTabCont .tabItem .fotzi_list {
                    display: none;
                    width: 100%;
                }

                    .infooter .infooter-zhong .footTabCont .tabItem .fotzi_list a {
                        display: inline-block;
                        margin-top: 5px;
                        margin-right: 30px;
                        font-size: 15px;
                        color: #86837e;
                        -webkit-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                        .infooter .infooter-zhong .footTabCont .tabItem .fotzi_list a:hover {
                            font-weight: bold;
                        }

                .infooter .infooter-zhong .footTabCont .tabItem:nth-child(1) .fotzi_list a:hover {
                    color: #34aac7;
                }

                .infooter .infooter-zhong .footTabCont .tabItem:nth-child(2) .fotzi_list a:hover {
                    color: #e9ac53;
                }

                .infooter .infooter-zhong .footTabCont .tabItem:nth-child(3) .fotzi_list a:hover {
                    color: #c0996e;
                }

                .infooter .infooter-zhong .footTabCont .tabItem:nth-child(4) .fotzi_list a:hover {
                    color: #34bdb6;
                }

        .infooter .infooter-zhong .infowai_ul {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

            .infooter .infooter-zhong .infowai_ul li {
                width: 25%;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                padding: 0 3%;
            }

                .infooter .infooter-zhong .infowai_ul li:first-child {
                    width: 22%;
                    padding-right: 3%;
                    padding-left: 0;
                }

                .infooter .infooter-zhong .infowai_ul li:last-child {
                    width: 22%;
                    padding-left: 3%;
                    padding-right: 0;
                    border-right: none;
                }

                .infooter .infooter-zhong .infowai_ul li .ftz_tou {
                    width: 100%;
                    border: 1px solid #aca9a4;
                    height: 60px;
                    display: -webkit-box;
                    display: -webkit-flex;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                    -webkit-align-items: center;
                    -ms-flex-align: center;
                    align-items: center;
                    -webkit-border-radius: 10px;
                    border-radius: 10px;
                    padding-left: 15px;
                }

                    .infooter .infooter-zhong .infowai_ul li .ftz_tou img {
                        width: 30px;
                    }

                        .infooter .infooter-zhong .infowai_ul li .ftz_tou img.Lhide {
                            display: none;
                        }

                    .infooter .infooter-zhong .infowai_ul li .ftz_tou span {
                        margin-left: 10px;
                        font-size: 16px;
                        color: #86837e;
                    }

                .infooter .infooter-zhong .infowai_ul li .fotzi_list {
                    display: none;
                    width: 100%;
                }

                    .infooter .infooter-zhong .infowai_ul li .fotzi_list a {
                        display: inline-block;
                        margin-top: 5px;
                        margin-right: 30px;
                        font-size: 15px;
                        color: #86837e;
                    }

                .infooter .infooter-zhong .infowai_ul li.active .fotzi_list {
                    display: block;
                }



.intitle {
    display:none;
    width: 70%;
    margin: 0 auto;
    height: 150px;
    padding-top: 40px
}

.intitle-line {
    background-color: #3A78D3;
    height: 5px;
    width: 80px;
    display: block;
    margin-top: 80px;
    position: absolute;
}
.inpro-minposiicon img {
    max-width: 50px;
    max-height: 50px;
}
@media (max-width: 1401px) {
    .row {
        width: 100%;
    }

    .home_News .LNews_swiper .swiper-slide a .text {
        padding: 20px;
    }
}

@media (max-width: 992px) {
    .infooter .infooter-zhong .footTabBar .tabTerm {
        width: 25%;
        padding: 0 1% !important;
    }

        .infooter .infooter-zhong .footTabBar .tabTerm:first-child, .infooter .infooter-zhong .footTabBar .tabTerm:last-child {
            width: 25%;
        }

    .home_News .LNews_swiper .swiper-slide a .text {
        padding: 20px;
    }

    .home_News .LNews_swiper .kjian .LNews_pagination {
        margin: 20px 14px;
    }

   
}

@media (max-width: 765px) {
    .pictureBox img {
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        right: auto;
        bottom: auto;
    }

    .home_News .LNews_swiper .swiper-slide a .text h5 {
        font-size: 16px;
        display: -webkit-box;
        height: 40px;
        line-height: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .home_News .LNews_swiper .swiper-slide a .text p {
        font-size: 14px;
        display: -webkit-box;
        height: 36px;
        line-height: 18px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-top: 10px;
    }

    .home_News .LNews_swiper .swiper-slide a .text .data {
        font-size: 16px;
    }

    .home_News .LNews_swiper .kjian {
        margin-top: 20px;
    }

    .infooter .infooter-zhong .footTabBar {
        overflow-x: auto;
        overflow-y: hidden;
        display: block;
        white-space: nowrap;
    }

        .infooter .infooter-zhong .footTabBar .tabTerm {
            width: 220px;
            padding: 0 5px !important;
            display: inline-block;
        }

            .infooter .infooter-zhong .footTabBar .tabTerm:first-child, .infooter .infooter-zhong .footTabBar .tabTerm:last-child {
                width: 220px;
            }

    .incon-btn:after {
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        left: 12px;
    }

    .incon-next:after {
        left: 7px;
    }
}

@media (max-width: 465px) {
    .infooter .infooter-zhong {
        display: none;
    }

    .home_News {
        padding: 30px 10px;
    }

        .home_News .LNews_swiper .swiper-slide:hover a .imgbox .pictureBox img {
            -webkit-transform: translate(-50%, -50%) scale(1.1);
            -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
        }

        .home_News .LNews_swiper .kjian .LNews_prev, .home_News .LNews_swiper .kjian .LNews_next {
            cursor: none;
        }

    .inpro-minview {
        padding: 0 35px;
    }

    .inpro-maxview {
        padding: 0;
    }

    .inpro-minposi {
        padding: 20px 5px 0;
    }

    .inpro-minback {
        font-size: 18px;
        padding: 30px 8px 0;
    }

    .inpro .commonweb {
        padding: 0;
    }
}

.innews-view .indexNewsDot {
    display: none;
}


.video-player-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 201;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0;
    text-align: center;
}

    .video-player-popup:before {
        content: "";
        width: 0;
        height: 100%;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
    }

    .video-player-popup .video-player {
        position: relative;
        width: 94%;
        min-height: 300px;
        max-width: 960px;
        margin-top: 0;
        display: inline-block;
        *display: inline;
        *zoom: 1;
        vertical-align: middle;
    }

    .video-player-popup .close {
        position: absolute;
        right: 0;
        top: -40px;
        width: 40px;
        height: 40px;
        background: url(../index.html) no-repeat center;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

        .video-player-popup .close:hover {
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.pcp40
{
    padding-top:5px;
}
@media (min-width: 1024px) {
    .video-player-popup .video-player {
        height: 500px;
        height: 10.41667rem;
    }
    .intitle, .inpartner {
        display: block
    }
    .inpro-minposiicon img {
        max-width: 130px;
        max-height: 130px;
        width: auto;
    }
    .pcp40
    {
        padding-top:40px;
    }
    .home_News {
        padding: 80px 16px;
    }
        .home_News .LNews_swiper {
            padding-bottom: 40px;
        }

}

@media (min-width: 1600px) {
    .video-player-popup .video-player {
        height: 600px;
        height: 12.5rem;
    }
}

#ie-alert-overlay {
    width: 100%;
    height: 100%;
    background: url(../index.html) repeat 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

* html #ie-alert-overlay {
    position: absolute;
    z-index: 9999;
}

#ie-alert-panel {
    width: 520px;
    height: 331px;
    position: fixed;
    background: url(../index.html) no-repeat;
    background-position: -1px -109px;
    top: 50%;
    left: 50%;
    margin: -201px 0 0 -296px;
    padding: 72px 0 0 72px;
    _position: absolute;
    _top: expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #333;
    line-height: 1.5em;
    z-index: 10000;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    #ie-alert-panel div, #ie-alert-panel p, #ie-alert-panel span, #ie-alert-panel a, #ie-alert-panel img, #ie-alert-panel ul, #ie-alert-panel li {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    #ie-alert-panel p {
        font-size: 14px;
        width: 486px;
        text-align: justify;
    }

    #ie-alert-panel img {
        border: 0;
    }

    #ie-alert-panel span {
        font-size: 18px;
        margin: 0 0 20px 0;
        display: block;
        padding: 0;
    }

    #ie-alert-panel ul {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    #ie-alert-panel li {
        float: left;
        margin: 0 22px 0 0;
    }

        #ie-alert-panel li.last {
            margin-right: 0;
        }

    #ie-alert-panel a {
        display: inline-block;
        vertical-align: top;
    }

#goon {
    text-decoration: underline;
}

.browser {
    position: absolute;
    bottom: 35px;
}

.chrome, .firefox, .ie9, .opera, .safari {
    background: url(../index.html) no-repeat;
}

.chrome {
    background-position: 0 0;
    width: 73px;
    height: 96px;
    margin: 0 4px 0 0;
}

.firefox {
    background-position: -292px 0;
    width: 73px;
    height: 98px;
}

.ie9 {
    background-position: -179px 0;
    width: 95px;
    height: 98px;
}

.opera {
    background-position: -90px 0;
    width: 73px;
    height: 98px;
}

.safari {
    background-position: -387px 0;
    width: 73px;
    height: 98px;
    margin: 0 4px 0 0;
}


@charset "UTF-8";



.home_News .more-a4, .home_News .more-a4::before, .home_News .more-a4::after {
    border: 2px solid #fff;
}

    .home_News .more-a4::before, .home_News .more-a4::after {
        backgroud: #fff;
    }
