﻿/*public css*/
@font-face {
    font-family: PEPSI;
    src: url('PEPSI_pl.ttf');
}

* {
    margin: 0px;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

input, textarea {
    outline: medium;
}

textarea {
    outline: medium;
}

body {
    font-family: 'SimSun'
}

ul li {
    list-style: none;
}


.clear_float {
    height: 0px;
    clear: both;
    display: block;
}

.container {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

input[type=text] {
    font-family: "microsoft yahei";
}
/*end*/
.f8 {
    background: #f8f8f8;
}
.example_video_990-dimensions {
    width: 799px;
    height: 450px;
}
#mian_body {
    overflow: hidden;
}

.header {
    height: 100px;
    background: #fff;
    width: 100%;
}
#mian_body .header .container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
    .header .logo {
        float: left;
        margin-top: 18px;
        float: left;
    }


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.nav {
    float: left;
    height: 82px;
    line-height: 82px;
    position: relative;
    margin-left: 2%;
    margin-top: 18px;
}

    .nav a {
        color: #000;
    }

    .nav .nLi {
        float: left;
        position: relative;
        display: inline;
    }


        .nav .nLi h3 {
            float: left;
            font-weight: initial;
        }

            .nav .nLi h3 a {
                display: block;
                margin: 0 9px;
                font-size: 18px;
                line-height: 82px;
                position: relative;
                color: #333e48;
            }

            .nav .nLi h3 .xz {
                color: #004ea2;
            }

        .nav .nLi:last-child h3 a {
            margin-right: 0;
        }

    .nav .sub {
        display: none;
        width: 100%;
        left: 0;
        top: 80px;
        position: absolute; /*background:#4E4E4E;*/
        line-height: 26px;
        text-align: center;
        z-index: 9;
    }

        .nav .sub li {
            zoom: 1;
        }

        .nav .sub a {
            display: block;
            padding: 10px;
            color: #53565a;
            font-size: 14px;
            background: #fff;
            margin-bottom: 1px;
        }

        .nav .sub li:hover a {
            background: rgba(0,75,145,0.7);
            color: #fff;
        }

.header .a {
    display: block;
    float: right;
    margin-left: 8px;
    margin-top: 42px;
}

.nav .nLi span {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 3px;
    background: #004b91;
    display: none;
}
/*.nav .nLi:hover span {display:block;}*/
.nav .nLi:hover a {
    color: #004ea2;
}

.nav .xz a {
    color: #004ea2;
}

.nav .shu {
    height: 13px;
    width: 1px;
    background: #b9b9bb;
    float: left;
    margin-top: 35px;
}
/*.nav .xz span{display:block;
}*/
.fixednav {
    position: fixed;
    top: -118px;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 999;
    opacity: 0.9;
    border-bottom: 1px solid #ebebeb;
    box-shadow: 0 0 5px #888;
    -webkit-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s
}

.fixed-nav-appear {
    top: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s
}

@keyframes mymove {
    from {
        top: 20px;
    }

    to {
        top: 0px;
    }
}

.ind_banner .swiper-container {
    width: 100%;
    height: 100%;
}

.ind_banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .ind_banner .swiper-slide img {
        width: 100%;
    }

.ind_banner .swiper-pagination-bullet {
    float: left;
    width: 6px;
    height: 6px;
    cursor: pointer;
    border-radius: 5px;
    margin-right: 10px;
    color: #fff;
    opacity: 1;
    border: 1px solid #fff;
    background: none;
}

.ind_banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin-top: 2px;
}

.ind_banner .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin-top: 0px !important;
    background: #fff;
}

.ind_banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 22px;
    z-index: 2;
    width: 72px;
    opacity: 1;
    margin-left: -36px;
}

.ind_about {
    background: #fff;
    padding: 42px 0 55px 0;
    text-align: center;
}

.ind_tit {
    text-align: center;
    color: #332e21;
    font-size: 30px;
    line-height: 21px;
    letter-spacing: 3px;
    /*margin-top: 50px;*/
}

    .ind_tit span {
        text-transform: uppercase;
        font-family: SimSun;
        color: #53565a;
        font-size: 12px;
    }

    .ind_tit .title {
        width: 80%;
        float: right;
    }

.ind_about .img {
}

.ind_about .text {
    color: #010000;
    font-size: 14px;
    line-height: 24px;
    width: 1024px;
    margin: 0 auto;
}

.ind_more {
    width: 102px;
    height: 26px;
    text-align: center;
    border: 1px solid #b9b9bb;
    border-radius: 20px;
    line-height: 26px;
    color: #63666a;
    font-family: SimSun;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
}

    .ind_more img {
        margin-left: 4px;
        vertical-align: text-bottom;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

.ind_about .ind_more .img2 {
    position: absolute;
}

.ind_more:hover .img1 {
    display: none;
}

.ind_more:hover .img2 {
    position: initial;
}

.ind_about .ind_more {
    margin-top: 32px;
    position: relative;
}

.ind_about .heng {
    padding-bottom: 40px;
    border-bottom: 1px solid #f9f9f9;
    margin-bottom: 8px;
}

.ind_about .ind_more:hover {
    border: 1px solid #336eaf;
    color: #fff;
    background: #336eaf;
}

.ind_wuliu {
    width: 100%;
    /*height: 600px;*/
    background: url(/img/ind_jpg_08.jpg) no-repeat center;
    background-size:100% 100%;
}

    .ind_wuliu .fl {
        width: 535px;
        float: left;
        margin-left: 3%;
    }
        .ind_wuliu .fl:nth-of-type(2n) {
            float: right;
        }

        .ind_wuliu .fl .ind_tit {
            color: #fff;
            padding: 45px 0 35px 0;
        }

            .ind_wuliu .fl .ind_tit span {
                color: #fff;
            }

        .ind_wuliu .fl .list .kk {
            /* width: 115px; */
            float: left;
            margin-bottom: 32px;
            margin-right: 84px;
            text-align:center;
        }

            .ind_wuliu .fl .list .kk .img {
                width: 115px; height:115px;
                background: url(/img/ind_png_277.png);
                background-size: 100%;
                transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            }

                .ind_wuliu .fl .list .kk .img img {
                    display: block;
                    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                }
.onecenter {
    width: 40% !important;
    /* margin: auto !important; */
    margin: 0 36.3%;
}
.onecenter div .kk:first-child .img{
    margin-left: 5px;
}
            .ind_wuliu .fl .list .kk .tit {
                color: #ffffff;
                font-size: 14px;
                /*text-align: center;*/
                line-height: 24px;
                /*width:130px;*/
				    /*margin-left: -7px;*/
                    margin-top:10px;
            }

            .ind_wuliu .fl .list .kk .img .img2 {
                transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                display: none;
                width: 100%;
            }

            .ind_wuliu .fl .list .kk .img .img1 {
                transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
                width: 100%;
            }

            .ind_wuliu .fl .list .kk:hover .img .img2 {
                display: block;
                width: 100%;
            }

            .ind_wuliu .fl .list .kk:hover .img .img1 {
                display: none;
            }

            .ind_wuliu .fl .list .kk:hover .img {
                background: url(/img/ind_png_18.png);
                background-size: 100%
            }

            .ind_wuliu .fl .list .kk:nth-child(3n) {
                margin-right: 0;
            }

        /*.ind_wuliu .fl:nth-child(2n) {
            float: left;
        }*/

    .ind_wuliu .ind_more {
        border: 1px solid #fff;
        color: #fff;
    }

.ind_more:hover img {
    margin-left: 12px;
}

.ind_wuliu .ind_more:hover {
    background: #336eaf;
    color: #fff;
    border: 1px solid #336eaf;
}


.slideTxtBox {
    width: 100%;
    text-align: left;
    padding-top: 25px;
}

    .slideTxtBox .hd {
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 30px;
        width: 190px;
        height: 34px;
    }

        .slideTxtBox .hd ul {
            float: left;
            position: absolute;
            height: 44px;
            width: 100%;
        }

            .slideTxtBox .hd ul li {
                float: left;
                cursor: pointer;
                font-size: 16px;
                position: relative;
                height: 34px;
                width: 100px;
                text-align: center;
            }

                .slideTxtBox .hd ul li a {
                    color: #515151;
                    line-height: 34px;
                    display: block;
                }

                .slideTxtBox .hd ul li.on a {
                    color: #fff;
                }

                .slideTxtBox .hd ul li span {
                    display: block;
                    height: 8px;
                    width: 1px;
                    background: #666666;
                    float: right;
                    margin-top: 14px;
                }

    .slideTxtBox .bd > ul {
        padding-top: 15px;
        zoom: 1;
    }

        .slideTxtBox .bd > ul > li a:hover {
            background-position: left bottom;
        }

    .slideTxtBox .cont {
        position: relative;
    }

.ind_news .slideTxtBox .hd {
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 190px;
    height: 34px;
    margin-left: 40.4%;

}

    .ind_news .slideTxtBox .hd ul {
        float: left;
        position: absolute;
        height: 44px;
        width: 100%;
    }

        .ind_news .slideTxtBox .hd ul li {
            float: left;
            cursor: pointer;
            font-size: 16px;
            position: relative;
            height: 34px;
            width: 100px;
            text-align: center;
        }

            .ind_news .slideTxtBox .hd ul li a {
                color: #515151;
                line-height: 34px;
                display: inline-block;
            }

            .ind_news .slideTxtBox .hd ul li.on a {
                color: #004ea2;
            }

            .ind_news .slideTxtBox .hd ul li span {
                display: block;
                height: 8px;
                width: 1px;
                background: #666666;
                float: right;
                margin-top: 14px;
            }

.ind_news .swiper-container {
    width: 100%;
    height: 100%;
}

.ind_news .swiper-slide {
    background: #ededed;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 430px;
    justify-content: inherit;
    align-items: inherit;
}

.ind_news .swiper-wrapper {
    width: 1200px;
    margin: 0 auto
}

.ind_news .container {
    width: 1066px;
}

.ind_news .swiper-slide .con {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}

    .ind_news .swiper-slide .con .time {
        color: #a5a5a5;
        font-size: 12px;
        line-height: 24px;
    }

    .ind_news .swiper-slide .con .tit {
        color: #63666a;
        font-size: 16px;
        line-height: 36px;
        font-weight: bold;
    }

    .ind_news .swiper-slide .con p {
        margin-top: 10px;
        color: #53565a;
        font-size: 14px;
        line-height: 24px;
    }

.ind_news .kk {
    width: 100%;
}

.ind_news .swiper-slide .img img {
    width: 100%;
    display: block;
    transition: all 1.2s linear;
    -moz-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    -webkit-transition: all 1.2s linear;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -m-transform: scale(1);
    transform: scale(1);
}

.ind_news .swiper-slide .img {
    overflow: hidden;
}

.ind_news .kk:hover .time {
    color: #004b91;
}

.ind_news .kk :hover .tit {
    color: #004b91;
}

.ind_news .kk:hover .img img {
    transition: all 1.2s linear;
    -moz-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    -webkit-transition: all 1.2s linear;
    -webkit-transform: scale(1.12);
    -moz-transform: scale(1.12);
    -o-transform: scale(1.12);
    -m-transform: scale(1.12);
    transform: scale(1.12);
}

.ind_news .swiper-pagination {
    display: none;
}

.ind_news .swiper-button-prev, .ind_news .swiper-button-prev1 {
    width: 47px;
    height: 47px;
    background: #ededed;
    background: url(/img/ind_png_50.png) no-repeat center #ededed;
    left: -10%;
}

.ind_news .swiper-button-next, .ind_news .swiper-button-next {
    width: 47px;
    height: 47px;
    background: #ededed;
    background: url(/img/ind_png_53.png) no-repeat center #ededed;
    right: -10%;
}

.ind_news {
    padding: 52px 0 78px 0;
    background: #fff;
}

.footer .link {
    background: #ededed;
    padding-bottom: 45px;
    padding-top: 30px;
}

    .footer .link ul {
        float: left;
    }

        .footer .link ul li {
            color: #000000;
            font-size: 18px;
            line-height: 52px;
            float: left;
            margin-right: 40px;
        }

            .footer .link ul li a {
                color: #000000;
                font-size: 12px;
                line-height: 24px;
                display: block;
            }

.footer .ewm {
    float: right;
}

.footer_ewm {
    float: right;
    margin-top: 18px;
}

.footer .bottom {
    text-align: center;
    color: #f2f2f2;
    font-size: 12px;
    line-height: 30px;
    padding: 20px 0;
    background: #336eaf;
}

.son_banner img {
    display: block;
    width: 100%;
}

.son_menu {
    border-bottom: 1px solid #d9d9d7;
    padding: 30px 0 25px 0;
}

    .son_menu ul {
        display: flex;
        justify-content: center;
        min-height: 30px;
    }

        .son_menu ul li {
            float: left;
            padding: 0 33px;
            position: relative;
        }

            .son_menu ul li a {
                color: #000;
                font-size: 16px;
                line-height: 30px;
                padding: 28px 0 18px 0;
            }

            .son_menu ul li:hover a {
                color: #336eaf;
            }

        .son_menu ul .xz a {
            color: #336eaf;
        }

        .son_menu ul li span {
            display: none;
            width: 26px;
            height: 15px;
            background: url(/img/son_menu.png);
            position: absolute;
            bottom: -40px;
            left: 50%;
            margin-left: -13px;
        }

        .son_menu ul li:hover span {
            display: block;
        }

        .son_menu ul .xz span {
            display: block;
        }

.thr_menu ul {
    display: flex;
    justify-content: center;
}

    .thr_menu ul li {
        float: left;
    }

        .thr_menu ul li a {
            display: block;
            padding: 0 22px;
            font-size: 14px;
            line-height: 40px;
        }

        .thr_menu ul li:hover a {
            color: #336eaf;
        }

        .thr_menu ul li .xz {
            color: #336eaf;
        }

.thr_menu {
    margin: 36px auto 30px auto;
}

.f8 {
    background: #f8f8f8;
}

.xiangmu {
    margin: 40px auto 60px auto;
    padding: 50px 0 60px 0;
}

    .xiangmu .list {
        width: 1110px;
        margin: 0 auto;
        margin-top: 35px;
    }

        .xiangmu .list .kk {
            float: left;
            width: 272px;
            margin-right: 7px;
            background: #fff;
            height: 396px;
            margin-top: 10px;
        }

            .xiangmu .list .kk:nth-child(4n) {
                margin-right: 0;
            }

            .xiangmu .list .kk .img img {
                width: 100%;
                display: block;
            }

            .xiangmu .list .kk .tit {
                text-align: center;
                color: #000;
                font-size: 16px;
                font-weight: bold;
                line-height: 38px;
            }

            .xiangmu .list .kk .heng {
                width: 15px;
                height: 3px;
                background: #004b91;
                margin: 0 auto;
                margin-bottom: 15px;
            }

            .xiangmu .list .kk .con {
                width: 90%;
                margin: 20px auto 0 auto;
            }

            .xiangmu .list .kk .p {
                color: #53565a;
                font-size: 14px;
                line-height: 24px;
            }

    .xiangmu .gk {
    }

        .xiangmu .gk img {
            width: 50%;
            float: left;
        }

        .xiangmu .gk .con {
            width: 45%;
            float: right;
        }

            .xiangmu .gk .con .h {
                height: 5px;
                width: 23px;
                background: #004b91;
                margin-bottom: 28px;
                margin-top: 10px;
            }

            .xiangmu .gk .con p {
                color: #53565a;
                font-size: 14px;
                line-height: 24px;
            }


.guangdu .text {
    text-align: center;
    padding: 50px 0;
}

    .guangdu .text img {
        max-width: 100%;
    }

.guangdu {
    margin-bottom: 62px;
}

.width1024 {
    width: 1024px;
    margin: 0 auto;
}

.cangchu .con .jj p {
    color: #53565a;
    font-size: 14px;
    line-height: 24px;
}

.cangchu .con .jj {
    padding: 20px 0 40px 0;
}

.cangchu .con .dq_k {
    margin-bottom: 33px;
}

    .cangchu .con .dq_k .img {
        float: left;
        width: 47%;
    }

        .cangchu .con .dq_k .img img {
            display: block;
            float: left;
        }

    .cangchu .con .dq_k .text {
        float: right;
        width: 50%;
        margin-top: 20px;
    }

        .cangchu .con .dq_k .text .t {
            color: #000;
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 10px;
        }

    .cangchu .con .dq_k .t strong {
        color: #000;
    }

    .cangchu .con .dq_k .t p {
        color: #000;
        font-size: 14px;
        line-height: 24px;
    }

.cangchu {
    padding: 10px 0 33px 0;
    margin-bottom: 66px;
}
    /*.cangchu  .con .dq_k .t::before {margin-right: 5px; content: "•";color:#004b91;}*/

    .cangchu .con .dq_k .t .r {
        width: 97%;
        float: right;
    }

.guanwu .img {
    width: 50%;
    float: left;
}

    .guanwu .img img {
        display: block;
        width: 100%;
    }

.guanwu .r {
    width: 47%;
    float: left;
    margin-left: 3%; /*display:flex;flex-direction:column;justify-content:center;*/
    letter-spacing: 2px;
}

    .guanwu .r .text {
        margin-top: 10px;
    }

.guanwu .tit {
    color: #000;
    font-size: 16px;
    margin-bottom: 20px;
}

.guanwu .heng {
    width: 18px;
    height: 4px;
    background: #004b91;
}

.guanwu .ry {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-top: 18px;
}

    .guanwu .ry p {
        color: #000;
        font-size: 14px;
        line-height: 24px;
    }

.guanwu {
    margin-bottom: 40px;
}

    .guanwu .r p {
        color: #000;
        font-size: 14px;
        line-height: 30px;
    }
    /*.guanwu .r .text p::before {margin-right: 5px; content: "■";color:#004b91;width:4px;height:4px;}*/
    .guanwu .r .text li::before {
        margin-right: 5px;
        content: "■";
        color: #004b91;
        width: 4px;
        height: 4px;
    }

    .guanwu .r .text li, .guanwu .r .text li ul {
        color: #000;
        font-size: 14px;
        line-height: 30px;
    }

.cangchu .con .dq_k .text .t li::before {
    margin-right: 5px;
    content: "■";
    color: #004b91;
    width: 4px;
    height: 4px;
}

.cangchu .con .dq_k .text .t li, .cangchu .con .dq_k .text .t li ul {
    color: #000;
    font-size: 14px;
    line-height: 30px;
}

.guanwu .con .jj {
    padding-bottom: 0;
}

.guanwu .nr {
    margin-top: 30px; /*display: flex; align-items: center;*/
}

    .guanwu .nr .kk {
        float: left;
        width: 48.5%;
    }

        .guanwu .nr .kk .img1 {
            width: 100%;
            overflow: hidden;
        }

    .guanwu .nr .bot_nr .tit1 {
        color: #000;
        font-size: 16px;
        font-weight: bold;
        line-height: 30px;
        margin-top: 20px;
    }

    .guanwu .nr .bot_nr {
        text-align: center;
    }

        .guanwu .nr .bot_nr .heng {
            width: 18px;
            height: 4px;
            background: #004b91;
            margin: 0 auto;
            margin-bottom: 23px;
            margin-top: 15px;
        }

        .guanwu .nr .bot_nr p {
            font-size: 14px;
            line-height: 24px;
            color: #000;
        }

.luyun {
    width: 88.4%;
}

.guanwu .nr .kk {
    margin-right: 3%;
}

    .guanwu .nr .kk:nth-child(2n) {
        margin-right: 0;
    }


.luyun .nr {
    display: block;
}

.tieyun .k {
    width: 49.5%;
    margin-right: 1%;
    position: relative;
    float: left;
    cursor: pointer;
}

.tieyun {
    width: 88%;
    margin-top: 25px;
    padding-bottom: 20px;
}

    .tieyun .k > img {
        display: block;
        width: 100%;
    }

    .tieyun .k:nth-child(2n) {
        margin-right: 0;
    }

    .tieyun .k .cover {
        width: 120px;
        height: 120px;
        position: absolute;
        top: 0;
        left: 0;
        background: #004b91;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        text-align: center;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

        .tieyun .k .cover .qq {
            line-height: 40px;
            width: 40px;
            height: 40px;
            border: 1px solid #fff;
            border-radius: 40px;
            margin: 0 auto;
            text-align: center;
        }

            .tieyun .k .cover .qq img {
                vertical-align: middle;
            }

        .tieyun .k .cover .bt {
            text-align: center;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            margin-top: 12px;
        }

    .tieyun .k:hover .cover {
        width: 100%;
        height: 100%;
    }

        .tieyun .k:hover .cover .qq {
            width: 62px;
            height: 62px;
            line-height: 62px;
        }

    .tieyun .k:hover .h {
        display: block;
    }

    .tieyun .k:hover .cover p {
        display: block;
    }

    .tieyun .k .cover .h {
        display: none;
        width: 22px;
        height: 4px;
        background: #fff;
        margin: 10px auto 20px auto;
        ;
    }

    .tieyun .k .cover p {
        color: #ffffff;
        font-size: 14px;
        line-height: 26px;
        text-align: center;
        display: none;
    }

.shendu .tit {
    text-align: center;
    font-size: 30px;
    color: #2e2e2e;
    line-height: 22px;
    margin-bottom: 44px;
}

    .shendu .tit span {
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.hwgc_jj p {
    font-size: 14px;
    color: #000;
    text-align: center;
}

.hwgc_jj {
    padding-top: 40px;
}

.hwgc_kk .tit {
    font-size: 24px;
    margin-bottom: 20px;
}

.hwgc_kk {
    padding-top: 45px;
    margin-bottom: 20px;
    padding-bottom: 46px;
}

    .hwgc_kk .swiper-slide {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position: relative;
    }


    .hwgc_kk .swiper-button-prev {
        background: url(/img/epc_06.png) no-repeat center;
        width: 74px;
        height: 74px;
        margin-top: -37px;
        left: 5%;
    }

    .hwgc_kk .swiper-button-next {
        background: url(/img/epc_09.png) no-repeat center;
        width: 74px;
        height: 74px;
        margin-top: -37px;
        right: 5%;
    }

    .hwgc_kk .cover {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 18px 0;
        background: rgba(0,0,0,0.4);
        width: 100%;
    }

        .hwgc_kk .cover .con {
            width: 90%;
            margin: 0 auto;
        }

    /*.hwgc_kk .swiper-button-prev:hover {
    background: url(/img/joinD_066.png) no-repeat center;
}

.hwgc_kk .swiper-button-next:hover {
    background: url(/img/joinD_09.png) no-repeat center;
}*/
    .hwgc_kk .swiper-container {
        width: 72.5%;
        margin: 0 auto;
    }

/*.hwgc_kk .swiper-wrapper {
    overflow:hidden;}*/

.xiangmu_list {
    position: relative;
}


.hwgc_jj .tit {
    margin-bottom: 10px;
}

.hwgc_kk .cover .con .xm_name {
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
}

    .hwgc_kk .cover .con .xm_name .shu {
        width: 8px;
        height: 18px;
        background: #fff;
        margin-right: 12px;
        float: left;
        margin-top: 8px;
    }

.hwgc_kk .cover .con p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.hwgc_kk .swiper-slide img {
    width: 100%;
    display: block;
}

.dzhy .nr {
    align-items: end;
}

.dzhy .r {
    margin-top: 2%;
}

    .dzhy .r p {
        line-height: 30px;
    }


.guanwu .r .jianj {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}


.gjzh {
    margin-bottom: 75px;
}

.kjds p {
    text-align: center;
    color: #000;
    font-size: 16px;
    margin-top: 55px;
}

.kjds_jj {
    margin-bottom: 28px;
}

    .kjds_jj .hwgc_jj {
        padding-bottom: 30px;
    }

        .kjds_jj .hwgc_jj p {
            line-height: 24px;
            width: 76%;
            margin: 0 auto;
            color: #53565a;
        }

.f5 {
    background: #f5f7f7;
}

.contact {
    margin-top: 30px;
    padding: 30px 0 42px 0;
    margin-bottom: 30px;
    position: relative;
}

    .contact .map {
        width: 63.8% !important;
        float: left;
    }

    .contact .kk1 {
        width: 92%;
        margin: 18px auto 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .contact .lx {
        float: right;
        margin-right: 20px;
    }

        .contact .lx .c_name {
            color: #000;
            font-size: 18px;
            font-weight: bold;
        }

        .contact .lx .heng {
            width: 18px;
            height: 4px;
            background: #004b91;
            margin: 18px 0 50px 0;
        }

        .contact .lx p {
            line-height: 42px;
            color: #53565a;
            font-size: 14px;
        }

            .contact .lx p img {
                vertical-align: middle;
                margin-right: 18px;
            }

.contact_fz {
    width: 1050px;
    margin: 0 auto;
}

    .contact_fz .kk {
        margin-right: 4.8%;
        display: block;
        float: left;
        background: #fff;
        width: 47.6%;
        border-radius: 5px 0 0 5px;
        height: 170px;
        margin-bottom: 26px;
    }

        .contact_fz .kk .dq {
            width: 60px;
            float: left;
            height: 100%;
            background: #336eaf;
            border-radius: 5px 0 0 5px;
            position: relative;
        }

            .contact_fz .kk .dq .dxzm {
                text-transform: uppercase;
                color: #fff;
                font-size: 60px;
                opacity: 0.1;
                font-family: PEPSI;
                margin-left: 4px;
            }

            .contact_fz .kk .dq .s {
                color: #fff;
                font-size: 18px;
                line-height: 24px;
                text-align: right;
                width: 18px;
                float: right;
                margin-right: 4px;
            }

        .contact_fz .kk .con {
            width: 80%;
            margin-left: 15px;
            margin-top: 20px;
            float: left;
        }

            .contact_fz .kk .con p {
                color: #53565a;
                font-size: 14px;
                line-height: 24px;
            }

            .contact_fz .kk .con .more {
                width: 22px;
                height: 22px;
                background: url(/img/about_con_27.png);
                position: absolute;
                right: 23px;
                bottom: 25px;
            }

        .contact_fz .kk:hover .more {
            background: url(/img/about_con_24.png);
        }
        /*.contact_fz .kk .con {margin-top:12px;}*/
        .contact_fz .kk .k {
            position: relative;
            display: block;
            display: flex;
            height: 100%;
        }

.fenzhi_list .kk:nth-child(2n) {
    margin-right: 0;
}

.fenzhi_list {
    margin-top: 15px;
}


    .fenzhi_list .cover {
        z-index: 1;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        text-align: center;
        overflow: auto;
        display: none;
    }

        .fenzhi_list .cover .tit {
            color: #fff;
            font-size: 30px;
            font-weight: bold;
            margin: 120px auto 0 auto;
            width: 30%;
            position: relative;
        }

        .fenzhi_list .cover .en_tit {
            color: #7c7c7c;
            font-size: 36px;
            font-family: SimSun;
            font-weight: bold;
            text-transform: uppercase;
        }

        .fenzhi_list .cover .heng {
            width: 28px;
            height: 4px;
            background: #fff;
            margin: 10px auto 30px auto;
        }

        .fenzhi_list .cover .tt {
            color: #fff;
            text-align: center;
            margin-bottom: 20px;
        }

            .fenzhi_list .cover .tt .bt {
                font-size: 18px;
                font-weight: bold;
                line-height: 32px;
            }

            .fenzhi_list .cover .tt .p {
                font-size: 14px;
                line-height: 24px;
            }

        .fenzhi_list .cover .clo {
            width: 32px;
            height: 32px;
            background: url(/img/clo.png);
            position: absolute;
            top: 5px;
            right: 0;
            display: none;
        }

.about .con {
    width: 1024px;
    margin: 0 auto;
    margin-top: 22px;
    padding-bottom: 10px;
    margin-bottom: 35px;
}

    .about .con p {
        color: #53565a;
        font-size: 14px;
        line-height: 24px;
    }

    .about .con img {
        max-width: 100%;
    }

.about {
    margin-top: 26px;
    padding-top: 30px;
}

.dcba_top .swiper-button-prev, .dcba_top .swiper-container-rtl .swiper-button-next {
    width: 45px;
    height: 45px;
    background: url(/img/buttom_dc.png);
}

.dcba_top .swiper-button-next {
    background-position: 45px 45px !important;
    right: -90px;
}

.dcba_top .swiper-button-prev {
    background-position: 45px 0px;
    left: -90px;
}

.dcba_top .swiper-button-next:hover {
    background: url(/img/buttom_dc.png);
    background-position: 0px 45px !important;
}

.dcba_top .swiper-button-prev:hover {
    background: url(/img/buttom_dc.png);
    background-position: 0 0px;
}

.dcba_top .swiper-button-next, .dcba_top .swiper-button-next .swiper-container-rtl .swiper-button-prev {
    width: 45px;
    height: 45px;
    background: url(/img/buttom_dc.png);
}
/*#region 历程 */
.licheng {
    /*height:770px;*/
    margin: 20px auto;
    background: url(/img/about_06.jpg) no-repeat center;
    position: relative;
    margin-top: 0px;
    padding-top: 80px;
    margin-bottom: 48px;
    padding-bottom: 70px;
}

    .licheng .ind_tit {
        color: #fff;
        z-index: 1;
        position: absolute;
        width: 100%;
        left: 0;
        top: 80px;
    }

        .licheng .ind_tit span {
            color: #fff;
        }

    .licheng .kk {
        right: 0;
        top: 0;
        position: absolute;
        width: 50%;
        height: 100%;
        background: rgba(135,192,255,0.9)
    }

.lichengHead {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
}

.lichengHeadLeft {
    width: 36%;
    float: left;
    height: 140px;
    background: #edf6fb;
    padding: 30px 40px;
}

    .lichengHeadLeft p {
        color: #4f4f4f;
        font-size: 14px;
        line-height: 30px;
        max-height: 140px;
    }

.lichengHeadMid {
    width: 7%;
    margin: 60px 3%;
    height: 80px;
    border-radius: 1000px;
    background: #3965b8;
    float: left;
}

    .lichengHeadMid p {
        padding-top: 13px;
        font-weight: bold;
        text-align: center;
        line-height: 25px;
        color: #fff;
        font-size: 18px;
    }

.lichengHeadRight {
    width: 36%;
    float: right;
    height: 140px;
    background: #edf6fb;
    padding: 30px 40px;
}

    .lichengHeadRight p {
        color: #4f4f4f;
        font-size: 14px;
        line-height: 30px;
        max-height: 140px;
    }

.n_history_box {
    width: 50%;
    /*position: absolute;
    right: 5px;
    height: 745px;*/
    float: right;
    margin-right: 5px;
}

.n_history_list {
    position: relative;
    width: 100%;
    /*height: 670px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 70px;
    margin-left: 5px;
    padding-bottom: 30px;
}

    .n_history_list .shu {
        height: 100%;
        background: #fff;
        width: 1px;
        position: absolute;
        left: 0;
        top: 0;
    }

        .n_history_list .shu .top {
            height: 10px;
            width: 10px;
            background: url(/img/licheng_03.png);
            position: absolute;
            left: -5px;
            top: 0;
        }

        .n_history_list .shu .bot {
            height: 10px;
            width: 10px;
            background: url(/img/licheng_03.png);
            position: absolute;
            left: -5px;
            bottom: 0;
        }

    .n_history_list dl {
        clear: both;
        padding-bottom: 10px;
        padding-top: 35px;
        height: auto;
    }

    .n_history_list dt {
        width: 90px;
        height: 90px;
        float: left;
        border: 2px solid #55a2da;
        border-radius: 45px;
        text-align: center;
        line-height: 90px;
        color: #53a1da;
        font-size: 22px;
        background: #fff;
        margin-top: 10px;
        font-weight: bold;
    }

    .n_history_list dd {
        width: 80%;
        min-height: 94px;
        float: left;
        margin-left: 44px;
    }

        .n_history_list dd .history_title {
            height: auto;
            cursor: pointer;
        }

        .n_history_list dd .history_con {
            display: none;
            font-size: 12px;
            line-height: 30px;
            color: #fff;
            padding-top: 30px;
        }

        .n_history_list dd .history_title p {
            line-height: 24px;
            color: #fff;
            position: relative;
            font-size: 14px;
        }

        .n_history_list dd .history_title strong {
            line-height: 24px;
            color: #fff;
            font-size: 16px;
            position: relative;
        }

        .n_history_list dd .dd {
            display: block;
            position: absolute;
            left: -52px;
            width: 18px;
            height: 18px;
            background: url(/img/licheng_07.png);
            top: 0;
        }

/*#endregion */


.cul_logo {
    background: url(/img/culture_03.jpg) no-repeat;
    background-size: cover;
    padding: 55px 0 75px 0;
    margin-top: 55px;
    margin-bottom: 26px;
}

    .cul_logo .kk {
        width: 1024px;
        margin: 0 auto;
    }

.cul_tit {
}

    .cul_tit .shu {
        float: left;
        width: 4px;
        height: 22px;
        background: #336eaf;
        margin-right: 8px;
    }

    .cul_tit .cn {
        font-weight: bold;
        font-size: 18px;
        color: #000;
    }

    .cul_tit .en {
        color: #b2b2b3;
        font-size: 30px;
        line-height: 30px;
        font-family: SimSun;
        text-transform: uppercase;
        letter-spacing: 5px;
        margin-top: 2px;
    }

.eh_logo {
    text-align: center;
    margin: 0 auto 30px auto;
    display: block;
}

.cul_logo .text p {
    color: #53565a;
    font-size: 14px;
    line-height: 24px;
}

.cul_sm {
    background: #f7f7f7;
}

    .cul_sm .con {
        width: 50%;
        float: left;
    }

        .cul_sm .con .kk {
            width: 80%;
            margin: 0 auto;
            margin-left: 120px;
        }
        .cul_sm .con .kkright {
            margin-left: 142px;
        }
            .cul_sm .con .kk .k {
                float: left;
            }

                .cul_sm .con .kk .k .top {
                    width: 99px;
                    height: 99px;
                    border: 1px solid #000;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: 50px;
                    margin: 0 auto;
                    flex-direction: column;
                    -moz-transition: all 2s;
                    -ms-transition: all 2s;
                    -webkit-transition: all 2s;
                    -o-transition: all 2s;
                    transition: all 2s;
                }

                    .cul_sm .con .kk .k .top .p {
                        text-align: center;
                        color: #000;
                        font-size: 14px;
                        margin-top: 10px;
                    }

                .cul_sm .con .kk .k:hover .top {
                    -moz-transform: rotateY(360deg);
                    -ms-transform: rotateY(360deg);
                    -webkit-transform: rotateY(360deg);
                    -o-transform: rotateY(360deg);
                    transform: rotateY(360deg);
                    -moz-transition: all 2s;
                    -ms-transition: all 2s;
                    -webkit-transition: all 2s;
                    -o-transition: all 2s;
                    transition: all 2s;
                }


            .cul_sm .con .kk p {
                text-align: center;
                color: #53565a;
                font-size: 14px;
                margin-top: 20px;
            }

    .cul_sm .img {
        float: left;
        width: 50%;
        position: relative;
        overflow: hidden;
    }

        .cul_sm .img:hover img {
            transition: all 1.2s linear;
            -moz-transition: all 1.2s linear;
            -o-transition: all 1.2s linear;
            -webkit-transition: all 1.2s linear;
            -webkit-transform: scale(1.12);
            -moz-transform: scale(1.12);
            -o-transform: scale(1.12);
            -m-transform: scale(1.12);
            transform: scale(1.12);
        }

        .cul_sm .img span {
            display: block;
            width: 16px;
            height: 28px;
            background: url(/img/cul_jt_03.png);
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -14px;
        }

    .cul_sm .cul_tit {
        margin-top: 52px;
    }

.cul_list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.cul_hx .img span {
    background: url(/img/cul_jt_07.png);
    left: initial;
    right: 0;
}

.cul_sm .img img {
    display: block;
    width: 100%;
    transition: all 1.2s linear;
    -moz-transition: all 1.2s linear;
    -o-transition: all 1.2s linear;
    -webkit-transition: all 1.2s linear;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -m-transform: scale(1);
    transform: scale(1);
}


.cul_jzg {
    background: url(/img/culture_11.jpg);
    background-size: cover;
    padding: 28px 0 67px 0;
    margin-top: 27px;
    margin-bottom: 65px;
}

    .cul_jzg .kk {
        width: 80%;
        margin: 0 auto;
    }

.values_list .k {
    width: 24.0625%;
    margin-right: 0.8%;
    background: #fff;
    float: left;
    border-radius: 5px;
    height: 270px;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

    .values_list .k .top {
        width: 78px;
        height: 78px;
        border-radius: 50px;
        border: 1px solid #000;
        margin: 0 auto;
        line-height: 78px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

    .values_list .k .tit {
        margin: 20px 0 10px 0;
        color: #336eaf;
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

    .values_list .k p {
        color: #53565a;
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .values_list .k:hover .tit {
        margin: 25px 0 15px 0;
    }

    .values_list .k:hover .top {
        margin-top: 25px;
    }

.values_list {
    margin-top: 50px;
}

    .values_list .k:hover .top {
        border: 1px solid #336eaf;
        background: #336eaf;
    }

    .values_list .k .top .img2 {
        display: none;
    }

    .values_list .k:hover .img1 {
        display: none;
    }

    .values_list .k:hover .img2 {
        display: block;
    }

.dcba_top .swiper-slide {
    width: 484px;
    position: relative;
}

.dcba_top {
    margin: 56px auto;
    width: 1130px;
}

    .dcba_top .swiper-slide img {
        display: block;
        width: 100%;
    }

    .dcba_top .swiper-slide .cover_1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(/img/play.png) no-repeat center rgba(0,0,0,0.5);
    }

    .dcba_top .swiper-pagination {
        display: none;
    }


.huodong_list .kk {
    overflow: hidden;
    width: 33%;
    position: relative;
    float: left;
    margin-right: 0.5%;
    margin-bottom: 6px;
}

    .huodong_list .kk:nth-child(3n) {
        margin-right: 0;
    }

    .huodong_list .kk img {
        display: block;
        width: 100%;
        transition: all 1.2s linear;
        -moz-transition: all 1.2s linear;
        -o-transition: all 1.2s linear;
        -webkit-transition: all 1.2s linear;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -m-transform: scale(1);
        transform: scale(1);
    }

    .huodong_list .kk:hover img {
        transition: all 1.2s linear;
        -moz-transition: all 1.2s linear;
        -o-transition: all 1.2s linear;
        -webkit-transition: all 1.2s linear;
        -webkit-transform: scale(1.12);
        -moz-transform: scale(1.12);
        -o-transform: scale(1.12);
        -m-transform: scale(1.12);
        transform: scale(1.12);
    }

.huodong_list .bt {
    background: #336eaf;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

    .huodong_list .bt .en {
        text-transform: uppercase;
        font-family: SimSun;
        font-size: 36px;
        font-weight: bold;
        line-height: 42px;
        letter-spacing: 2px;
    }

    .huodong_list .bt .cn {
        font-size: 24px;
    }

    .huodong_list .bt .heng {
        background: #fff;
        width: 21px;
        height: 6px;
        margin-top: 60px;
    }

.huodong_list {
    display: flex;
    flex-flow: row wrap;
}

    .huodong_list .left {
        margin-left: 15%;
    }

    .huodong_list .kk .tit {
        width: 96%;
        position: absolute;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,0.5);
        text-align: center;
        color: #fff;
        padding: 25px 2%;
        line-height: 28px;
        font-size: 16px;
    }

.page {
    padding: 38px 0 78px 0;
    text-align: center;
}

.qyzr .video {
    width: 50%;
    float: left;
}

    .qyzr .video img {
        width: 100%;
        display: block;
    }

.qyzr_list {
    width: 50%;
    float: left;
}

    .qyzr_list .kk {
        padding: 16px 6%;
        background: #f1f1f1;
        line-height: 26px;
    }

        .qyzr_list .kk:nth-child(2n) {
            background: #ffffff
        }

        .qyzr_list .kk .tit {
            color: #53565a;
            font-size: 14px;
        }

            .qyzr_list .kk .tit:before {
                content: "■";
                color: #336eaf;
            }

.qyzr {
    padding: 54px 0 84px 0;
}

    .qyzr .page {
        padding-top: 35px;
    }

.joinus {
    padding: 48px 0 74px 0;
    background: #f8f8f8;
    margin: 46px auto 64px auto;
}

    .joinus .kk {
    }

        .joinus .kk .img {
            overflow: hidden;
            float: left;
            width: 50%;
        }

            .joinus .kk .img img {
                display: block;
                width: 100%;
                transition: all 1.2s linear;
                -moz-transition: all 1.2s linear;
                -o-transition: all 1.2s linear;
                -webkit-transition: all 1.2s linear;
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -o-transform: scale(1);
                -m-transform: scale(1);
                transform: scale(1);
            }

        .joinus .kk .con {
            width: 44%;
            float: right;
            margin: 0 3%;
        }

            .joinus .kk .con .heng {
                width: 23px;
                height: 5px;
                background: #336eaf;
                margin-bottom: 15px;
            }

            .joinus .kk .con .text p {
                color: #333333;
                line-height: 24px;
                font-size: 14px;
            }

    .joinus .top {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 50px;
    }

    .joinus .kk:hover .img img {
        transition: all 1.2s linear;
        -moz-transition: all 1.2s linear;
        -o-transition: all 1.2s linear;
        -webkit-transition: all 1.2s linear;
        -webkit-transform: scale(1.12);
        -moz-transform: scale(1.12);
        -o-transform: scale(1.12);
        -m-transform: scale(1.12);
        transform: scale(1.12);
    }

    .joinus .k {
        width: 1020px;
        margin: 0 auto;
    }

.joinus_list {
    margin-top: 48px;
}

.joinus .kk .bt {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}

.joinus .kk:nth-child(2n) .img {
    float: right;
}

.joinus_list .kk:nth-child(2n) .con {
    float: left;
    text-align: right;
}

.joinus .kk {
    background: #fff;
}

.joinus_list .kk .con {
    width: 38%;
    margin: 0 6%;
    margin-top: 5%;
}

.joinus_list .kk:nth-child(2n) .heng {
    float: right
}

.news_top .img {
    width: 457px;
    overflow: hidden;
    float: left;
}

    .news_top .img img {
        width: 100%;
        display: block;
        transition: all 1.2s linear;
        -moz-transition: all 1.2s linear;
        -o-transition: all 1.2s linear;
        -webkit-transition: all 1.2s linear;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -m-transform: scale(1);
        transform: scale(1);
    }

.news_top .con {
    float: left;
    width: 57%;
    margin-left: 3.3%;
}

    .news_top .con .tit {
        color: #000000;
        font-size: 24px;
        line-height: 24px;
        font-weight: bold;
        margin-top: 10px;
    }

    .news_top .con .time {
        color: #000;
        font-size: 14px;
        margin-top: 15px;
    }

    .news_top .con .heng {
        width: 22px;
        height: 5px;
        background: #336eaf;
        margin-bottom: 35px;
        margin-top: 22px;
    }

    .news_top .con p {
        color: #000;
        font-size: 14px;
        line-height: 24px;
    }

    .news_top .con .more {
        width: 92px;
        line-height: 28px;
        border: 1px solid #000000;
        text-align: center;
        color: #53565a;
        font-size: 14px;
        font-family: SimSun;
        text-transform: uppercase;
        border-radius: 20px;
        margin-top: 20px;
    }


.news_top {
    display: block;
    margin: 66px auto 58px auto;
}

    .news_top:hover .more {
        background: #004b91;
        border-color: #004b91;
        color: #fff;
    }

    .news_top:hover .img img {
        transition: all 1.2s linear;
        -moz-transition: all 1.2s linear;
        -o-transition: all 1.2s linear;
        -webkit-transition: all 1.2s linear;
        -webkit-transform: scale(1.12);
        -moz-transform: scale(1.12);
        -o-transform: scale(1.12);
        -m-transform: scale(1.12);
        transform: scale(1.12);
    }

.news_list .kk {
    display: block;
    background: #f3f3f3;
    padding: 18px 25px;
    margin-bottom: 9px;
}

    .news_list .kk .img {
        max-width: 316px;
        max-height: 200px;
        overflow: hidden;
        float: left;
    }

        .news_list .kk .img img {
            display: block;
            width: 100%;
            transition: all 1.2s linear;
            -moz-transition: all 1.2s linear;
            -o-transition: all 1.2s linear;
            -webkit-transition: all 1.2s linear;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -m-transform: scale(1);
            transform: scale(1);
        }

    .news_list .kk .con {
        width: 68%;
        float: left;
        margin-left: 3.8%;
    }

        .news_list .kk .con .time {
            color: #898b8e;
            font-size: 14px;
            margin-top: 30px;
            transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        }

        .news_list .kk .con .tit {
            line-height: 45px;
            border-bottom: 1px solid #bcbcbc;
            color: #000;
            font-size: 20px;
            font-weight: bold;
        }

        .news_list .kk .con p {
            color: #53565a;
            font-size: 14px;
            line-height: 24px;
            margin-top: 20px;
            transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        }

    .news_list .kk:hover {
        box-shadow: #c3c3c3 0px 0px 10px;
    }

        .news_list .kk:hover .tit {
            color: #004ea2
        }

        .news_list .kk:hover .time {
            color: #000
        }

        .news_list .kk:hover .img img {
            transition: all 1.2s linear;
            -moz-transition: all 1.2s linear;
            -o-transition: all 1.2s linear;
            -webkit-transition: all 1.2s linear;
            -webkit-transform: scale(1.12);
            -moz-transform: scale(1.12);
            -o-transform: scale(1.12);
            -m-transform: scale(1.12);
            transform: scale(1.12);
        }

        .news_list .kk:hover .con .time {
            margin-top: 25px;
        }

        .news_list .kk:hover .con p {
            margin-top: 30px;
        }

.fixedbanner {
    margin-top: 100px;
}






.newsD {
    background: #f8f8f8;
    margin-top: 45px;
    padding: 50px 0 30px 0;
    margin-bottom: 30px;
}

    .newsD .tit {
        font-size: 20px;
        font-weight: bold;
        color: #000;
        line-height: 24px;
        text-align: center;
    }

    .newsD .time {
        color: #97999b;
        font-size: 12px;
        text-align: center;
        margin: 20px auto 30px auto;
    }

    .newsD .kk {
        width: 1024px;
        margin: 0 auto;
    }

    .newsD .text p {
        color: #53565a;
        font-size: 14px;
        line-height: 24px;
    }

    .newsD .text {
        color: #53565a;
        font-size: 14px;
        line-height: 24px;
    }

.news_fy {
    width: 320px;
    margin: 0 auto;
    margin-top: 35px;
}

    .news_fy .fy {
        font-size: 14px;
        color: #53565a;
        float: left;
        width: 112px;
        margin: 0 21px;
        border: 1px solid #c2c2c3;
        border-radius: 3px;
        line-height: 30px;
        display: block;
        text-align: center;
    }

.next_p {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
}

    .next_p .kk {
        width: 50%;
    }

    .next_p .kk {
        display: block;
        color: #53565a;
        font-size: 14px;
        line-height: 24px;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .next_p .kk img {
            float: left;
            vertical-align: sub;
            margin-left: 18px;
            margin-right:18px;
            margin-top: 3px;
        }

        .next_p a span{
            float: left;
            width: 88%;
            color: #53565a;
            font-size: 14px;
            line-height: 24px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
        /* .next_p .kk img:first-child{margin-top: 0;} */
        .next_p .kk img:nth-child(2){margin-right: 0;}
.tzz {
    background: #f3f3f3;
    padding: 45px 0 0 0;
    margin: 45px auto 57px auto;
    ;
}

    .tzz .kk {
        width: 1110px;
        margin: 0 auto;
    }

        .tzz .kk .years { /*margin:70px 0 50px 0;*/
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
            background: url(/img/gonggao_bj.jpg) center no-repeat;
            font-size: 100%;
            height: 20px;
            position: relative;
        }

            .tzz .kk .years .dd {
                margin: 0 100px;
                width: 9px;
                height: 9px;
                background: url(/img/gonggao_08.png) center;
                position: relative;
            }

                .tzz .kk .years .dd span {
                    display: block;
                    position: absolute;
                    top: -30px;
                    left: -20px;
                    color: #898b8e;
                    width: 50px;
                    text-align: center;
                    font-family: SimSun;
                }

            .tzz .kk .years .xz {
                width: 19px;
                height: 19px;
                background: url(/img/gonggao_05.png) center;
            }

                .tzz .kk .years .xz span {
                    left: -15px;
                    font-weight: bold;
                    color: #336eaf;
                }

.tzz_list {
    width: 100%;
    background: #fff;
    margin-top: 50px;
}

    .tzz_list .kk1 {
        border-bottom: 1px solid #f3f3f3;
        color: #53565a;
        padding: 22px 0;
        display: block;
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    }

        .tzz_list .kk1 .date {
            float: left;
            border-right: 1px solid #d9d9d7;
            text-align: center;
            width: 12%;
        }

            .tzz_list .kk1 .date .dd {
                font-size: 36px;
                line-height: 40px;
            }

            .tzz_list .kk1 .date .mm {
                font-size: 14px;
            }

        .tzz_list .kk1 .tit {
            line-height: 50px;
            font-size: 14px;
            line-height: 59px;
            width: 82%;
            float: left;
        }

        .tzz_list .kk1 .con {
            float: left;
            width: 80%;
            margin-left: 3%;
        }

            .tzz_list .kk1 .con .img {
                float: right;
                background: url(/img/gonggao_16.png);
                height: 11px;
                width: 40px;
                margin-top: 22px;
            }

        .tzz_list .kk1:hover .img {
            background: url(/img/gonggao_13.png);
        }

        .tzz_list .kk1:hover {
            box-shadow: 0 0 10px #e0e0e0;
            color: #336eaf;
        }

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #bcbcbc;
}

.search {
    width: 1300px;
    height: 120px;
    background: #f3f3f3;
    margin: 17px auto;
}

    .search .input {
        width: 1230px;
        height: 58px;
        background: #fff;
        float: left;
        margin-top: 32px;
        margin-left: 32px;
    }

    .search input {
        width: 80%;
        height: 100%;
        margin-left: 40px;
    }


    .search .btn {
        width: 23px;
        height: 23px;
        background: url(/img/search.png) no-repeat;
        float: right;
        margin-top: 17px;
        margin-right: 33px;
        cursor: pointer;
    }

    .search .line {
        width: 1px;
        height: 33px;
        background-color: #bcbcbc;
        float: right;
        margin-top: 13px;
        margin-right: 20px;
    }


.topsearch {
    width: 180px;
    height: 32px;
    float: right;
    margin-top: 42px;
    border: 1px solid #bcbcbc;
    border-radius: 20px;
}

    .topsearch .btn {
        width: 13px;
        height: 13px;
        background: url(/img/search_top.png) no-repeat;
        float: right;
        margin-top: 9px;
        margin-right: 15px;
        cursor: pointer;
    }

    .topsearch input {
        width: 60%;
        height: 100%;
        margin-left: 20px;
    }


    .topsearch .line {
        width: 1px;
        height: 16px;
        background-color: #bcbcbc;
        float: right;
        margin-top: 7px;
        margin-right: 13px;
    }

.searchresult {
    width: 1300px;
    font-size: 16px;
    margin: 23px auto;
}

.job_title {
    width: 100%;
    height: 80px;
}

    .job_title .ind_tit {
        text-align: center;
        color: #332e21;
        font-size: 30px;
        line-height: 21px;
        letter-spacing: 3px;
        float: left;
        width: 82%;
        margin-top: 10px;
    }

.job_search {
    width: 180px;
    height: 35px;
    background-color: #e6e6e6;
    float: left;
    margin-top: 10px;
}

    .job_search .btn {
        width: 13px;
        height: 13px;
        background: url(/img/search_top.png) no-repeat;
        float: right;
        margin-top: 11px;
        margin-right: 16px;
        cursor: pointer;
    }

    .job_search .line {
        width: 1px;
        height: 23px;
        background-color: #bcbcbc;
        float: right;
        margin-top: 6px;
        margin-right: 13px;
    }

    .job_search input {
        width: 60%;
        height: 100%;
        margin-left: 20px;
        background-color: #e6e6e6;
    }

.slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

    .slideBox .hd {
        height: 5%;
        overflow: hidden;
        position: absolute;
        right: 5px;
        bottom: 5px;
        z-index: 2;
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .slideBox .hd ul li {
                float: left;
                margin: 0 7px;
                width: 45px;
                height: 4px;
                opacity: 1;
                margin: 0 9px;
                background: #fff;
            }

                .slideBox .hd ul li.on {
                    background: #004ea2;
                }

    .slideBox .bd {
        position: relative;
        width: 100%;
        z-index: 1;
        height: 100%;
    }

        .slideBox .bd ul {
            width: 100%;
            height: 100%;
        }

        .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
            width: 100%;
            height: 100%;
        }

            .slideBox .bd li img {
                display: block;
                width: 100%;
            }

    .slideBox .prev {
        display: block;
        float: right;
        overflow: hidden;
        cursor: pointer;
        background: url(../img/left.png) left top no-repeat;
        position: absolute;
        width: 63px;
        height: 63px;
        z-index: 3333;
        left: 2%;
        top: 50%;
        margin-top: -14px;
    }

    .slideBox .next {
        display: block;
        float: right;
        overflow: hidden;
        cursor: pointer;
        background: url(../img/right.png) left top no-repeat;
        position: absolute;
        width: 63px;
        height: 63px;
        right: 0px;
        top: 0px;
        z-index: 3333;
        right: 2%;
        top: 50%;
        margin-top: -14px;
    }

    .slideBox .tempWrap {
        width: 100%;
        height: 100% !important;
    }





.fenzhi_list .slideTxtBox {
}

    .fenzhi_list .slideTxtBox .hd {
        height: 40px;
        line-height: 30px;
        padding: 0 10px 0 20px;
        position: relative;
        width: 380px;
        margin: 0 auto;
        margin-bottom: 32px;
    }

        .fenzhi_list .slideTxtBox .hd ul {
            float: none;
        }

            .fenzhi_list .slideTxtBox .hd ul li {
                float: left;
                padding: 0 15px;
                cursor: pointer;
                border: 1px solid #53565a;
                color: #53565a;
                height: 36px;
                line-height: 36px;
                margin: 0 26px;
            }

                .fenzhi_list .slideTxtBox .hd ul li.on {
                    background: #004b91;
                    border: 1px solid #004b91;
                    color: #fff;
                }

    .fenzhi_list .slideTxtBox .bd ul {
        padding: 0;
        zoom: 1;
    }








/*自适应开始*/
.banner_m {
    display: none;
}

header .menu_m {
    position: relative;
    width: 50px;
    cursor: pointer;
    height: 30px;
    z-index: 10;
    display: none;
    float: left;
}

    header .menu_m i {
        float: right;
        border-top: 3px solid #000;
        transition: all 0.2s ease-out 0s;
        -webkit-transition: all 0.2s ease-out 0s;
    }

        header .menu_m i:nth-child(1) {
            width: 100%;
            position: absolute;
            left: 0;
            top: 0;
        }

        header .menu_m i:nth-child(2) {
            width: 60%;
            position: absolute;
            left: 0;
            top: 14px;
        }

        header .menu_m i:nth-child(3) {
            width: 85%;
            position: absolute;
            left: 0;
            top: 28px;
        }

    header .menu_m:hover i {
        width: 80%;
    }

.nav_main {
    position: fixed;
    left: -465px;
    top: 0;
    bottom: 0;
    width: 465px;
    background: #f4f4f4;
    z-index: 5;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    transition: all 0.6s cubic-bezier(0,1,1,1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0,1,1,1) 0s;
}

    .nav_main.show {
        left: 0;
    }

    .nav_main .inner {
        padding: 0 23px;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        height: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-direction: column;
    }

    .nav_main .d {
        text-align: center;
        width: 300px;
    }

        .nav_main .d h3 {
            font-size: 22px; /*font-family:'幼圆';*/
            color: #333;
            text-align: center !important;
            width: 100%;
            display: flex;
            justify-content: center;
        }

            .nav_main .d h3 i {
                display: inline-block;
                width: 5px;
                height: 5px;
                border-radius: 100%;
                vertical-align: middle;
                margin: 0 10px 4px;
                background: #333;
                line-height: 0;
            }

        .nav_main .d a {
            display: block;
            width: 100%;
        }

        .nav_main .d ul li {
            float: left;
            padding: 10px 5px 0 5px;
        }

            .nav_main .d ul li a {
                display: block;
                color: #fff;
                font-size: 16px;
                color: #333;
            }

        .nav_main .d ul {
            display: flex;
            justify-content: center;
            flex-flow: row wrap
        }

header .act {
    color: #333;
}

    header .act .menu_m i {
        border-color: #333;
    }

    header .act i:nth-child(1) {
        transform: translate(0,14px) rotate(45deg);
        width: 80%;
    }

    header .act i:nth-child(2) {
        opacity: 0;
    }

    header .act i:nth-child(3) {
        transform: translate(0,-14px) rotate(-45deg);
        width: 80%;
    }

.open {
    overflow-x: hidden;
    overflow-y: hidden;
}

@media screen and (max-width:1300px) {
    .container {
        width: 100%;
    }
    #mian_body .header .container {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .dcba_top {
        margin: 56px auto;
    }

    .qyzr_list .kk {
        padding: 16px;
        line-height: 30px;
    }

    .qyzr .video {
        overflow: hidden;
    }

    .news_top {
        margin: 66px auto 58px auto;
    }

    .search {
        width: 100%;
        margin: 17px auto;
    }

        .search .input {
            width: 94%;
        }

    .searchresult {
        width: 92%;
    }

    .search .input {
        width: 92%;
    }

    .search input {
        font-size: 22px;
    }
    .ind_wuliu .fl:nth-of-type(2n) {
        float: none;
    }
}

@media screen and (max-width:1200px) {
    .ind_wuliu .fl .list .kk {
        margin-right: 72px;
    }
    header .menu_m {
        display: block;
        margin-top: 14px;
        margin-left: 10px;
    }
    .ind_wuliu .fl .list .kk .tit {width:130px;}
    .nav {
        display: none;
    }
    .ind_more {
        width: 96px;
        margin-left: 45.2%;
    }
    .header {
        height: auto;
        position: relative;
        padding-bottom: 10px;
    }

        .header .logo {
            float: none;
            margin-left:10%;
            width: 230px;
            display: block;
            margin-top: 10px;
        }

        .header .a {
            position: absolute;
            top: 0;
            margin-top: 14px;
            right: 25px;
        }

        .header #btnSearch {
            right: 80px;
        }

    .topsearch {
        margin: 20px auto;
        width: 60%;
        float: none;
    }
    .ind_news .slideTxtBox .hd {
        margin-left: 39%;
    }
    .ind_tit {
        margin-left: -13px;
    }
    .ind_wuliu .fl {
        float: none;
        margin: 0 auto;
    }

    .ind_wuliu {
        background: url(/img/ind_jpg_08m.jpg) no-repeat center;
        height: auto;
        min-height: 1150px;
        background-size: cover;
    }

        .ind_wuliu .fl:nth-child(2n) {
            float: none;
        }

    .ind_news .container {
        width: 80%;
    }

    .footer .link ul {
        display: none;
    }

    .footer_ewm {
        width: 320px;
        float: none;
        margin: 18px auto 0 auto;
    }

    .cul_sm .cul_tit {
        margin-top: 12px;
    }

    .contact .map {
        width: 50% !important;
    }

    .news_top .con {
        width: 49%;
    }

    .news_list .kk .con {
        width: 60%;
    }

    .header .a img {
        width: 46px;
        height: 46px;
    }

    .header .a {
        margin-top: 14px;
    }
}

@media screen and (max-width:1100px) {
    .licheng .kk {
        width: 100%;
    }

    .n_history_box {
        width: 89%;
    }

    .licheng .kk {
        background: rgba(135,192,255,0.8);
    }

    .cul_sm .img {
        height: 300px;
        width: 40%;
    }

        .cul_sm .img img {
            height: 100%;
            width: auto;
        }

    .cul_sm .con {
        width: 60%;
    }

    .contact_fz {
        width: 98%;
    }

    .job_title .ind_tit, .ind_tit .title {
        float: none;
        margin: 0 auto;
    }

    .job_search {
        float: none;
        margin: 18px auto;
        width: 500px;
    }

    .fenzhi_list {
        margin-top: 82px;
    }

    .xiangmu .gk {
        width: 100%;
    }

        .xiangmu .gk img {
            float: none;
            width: 507px;
            margin: 0 auto;
            display: block;
        }

    .xiangmu .list .con {
        float: none;
        width: 507px;
        margin: 0 auto;
    }

    .xiangmu .list {
        width: 558px;
    }

        .xiangmu .list .kk {
            margin-bottom: 20px;
        }

    .tzz .kk {
        width: 98%;
    }

    .contact_fz .kk .con p {
        font-size: 20px;
        line-height: 28px;
    }

    .fenzhi_list .cover .tit {
        font-size: 36px;
    }

    .fenzhi_list .cover .tt .bt {
        font-size: 30px;
        line-height: 56px;
    }

    .fenzhi_list .cover .tt .p {
        font-size: 24px;
        line-height: 32px;
    }

    .newsD .tit {
        font-size: 28px;
        line-height: 40px;
    }

    .newsD .time {
        font-size: 16px;
    }

    .newsD .text {
        font-size: 24px;
        line-height: 36px;
    }

    .cangchu .con .jj p {
        font-size: 22px;
        line-height: 32px;
    }

    .guanwu .r p {
        font-size: 22px;
    }

    .cangchu .con .jj {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width:1024px) {
    .ind_about .text {
        width: 90%;
    }

    .about .con {
        width: 92%
    }

    .cul_logo .kk {
        width: 86%;
    }

    .cul_jzg .kk {
        width: 97%;
    }

    .values_list .k {
        width: 32%;
    }

    .newsD .kk {
        width: 96%;
    }

    .next_p {
        width: 96%;
    }

    .width1024 {
        width: 98%;
    }

    .cangchu .con .dq_k .img img {
        max-width: 100%;
    }

    .joinus .k {
        width: 100%;
    }

    .joinus .kk .img {
        float: none;
        margin: 0 auto;
        width: 80%;
    }

    .joinus .kk .con {
        margin: 0 auto;
        padding: 20px 0;
        width: 80%;
        float: none;
    }

    .joinus .kk:nth-child(2n) .img {
        float: none;
    }

    .joinus_list .kk:nth-child(2n) .con {
        margin: 0 auto;
        padding: 20px 0;
        float: none;
        text-align: left;
    }

    .joinus_list .kk:nth-child(2n) .heng {
        float: none;
    }

    .joinus_list {
        padding-top: 50px;
        background: #fff;
        margin-top: 16px;
    }
}

@media screen and (max-width:960px) {
    .ind_wuliu .fl .list .kk {
        margin-right: 60px;
    }
    .banner_m {
        display: block;
    }
    .cul_sm .con .kk {
        width: 80%;
        margin: 0 auto;
        margin-left: 96px;
    }
    .banner_pc {
        display: none;
    }

    .qyzr .video, .qyzr_list {
        width: 650px;
        float: none;
        margin: 0 auto;
    }

    .contact .map {
        float: left;
        width: 100% !important;
    }

    .contact .lx {
        float: none;
    }

    .contact .kk1 {
        flex-direction: column;
        align-items: left;
    }

    .contact .lx {
        margin-top: 30px;
    }

    .contact_fz .kk {
        width: 94%;
        float: none;
        margin: 0 auto 26px auto;
    }

    .fenzhi_list .kk:nth-child(2n) {
        margin: 0 auto 26px auto;
    }

    .news_list .kk {
        width: 42%;

        height: 600px;
        padding: 18px 3.5%;
        margin-left: 1%;
        float: left;
    }

        .news_list .kk:nth-child(2n) {
            margin-right: 0;
        }

    .news {
        margin-top: 30px;
    }

    .news_list .kk:hover {
        box-shadow: none;
    }

        .news_list .kk:hover .tit {
            color: #000
        }

        .news_list .kk:hover .time {
            color: #898b8e
        }

        .news_list .kk:hover .img img {
            transition: all 1.2s linear;
            -moz-transition: all 1.2s linear;
            -o-transition: all 1.2s linear;
            -webkit-transition: all 1.2s linear;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            -m-transform: scale(1);
            transform: scale(1);
        }

        .news_list .kk:hover .con .time {
            margin-top: 30px;
        }

        .news_list .kk:hover .con p {
            margin-top: 20px;
        }

    .contact .lx .c_name {
        font-size: 28px;
    }

    .contact .lx p {
        font-size: 24px;
    }

    .ind_tit {
        font-size: 34px !important;
        margin-top: 30px;
    }

    .job_search {
        height: 50px;
    }

        .job_search .line {
            height: 38px;
        }

        .job_search .btn {
            height: 25px;
            width: 25px;
            background-size: cover;
        }

        .job_search input {
            font-size: 22px;
            width: 80%;
        }

    .thr_menu ul li a {
        font-size: 22px;
        padding: 0 16px;
    }

    .topsearch input {
        font-size: 22px;
        width: 80%;
    }

    .topsearch {
        height: 50px;
        border-radius: 25px;
    }

        .topsearch .line {
            height: 35px;
        }

        .topsearch .btn {
            height: 25px;
            width: 25px;
            background-size: cover;
        }

    .footer .bottom {
        font-size: 16px;
    }
    .ind_tit span {
        text-transform: uppercase;
        font-family: SimSun;
        color: #53565a;
        font-size: 16px;
        margin: 16px 0;
        display: block;
    }
}

@media screen and (max-width:900px) {
    .news_list .kk {
        height: 550px;
    }
    .news_top {
        display: none;
    }

    .news_list .kk .con {
        width: 309px;
    }

    .guanwu .img, .guanwu .r {
        width: 80%;
        float: none;
        margin: 0 auto;
    }

    .guanwu .nr .kk {
        float: none;
        width: 560px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

        .guanwu .nr .kk:nth-child(2n) {
            margin: 0 auto;
        }

    .hwgc_kk .swiper-button-next, .hwgc_kk .swiper-button-prev {
        width: 50px;
        height: 50px;
        border-radius: 25px;
    }
    .ind_more {
        width: 96px;
        margin-left: 43.6%;
    }
    .ind_news .slideTxtBox .hd {
        margin-left: 35%;
    }
    .ind_wuliu .fl .list .kk .tit {
        width: 140px;
        margin-left: -8px;
    }
    .next_p .kk {
        display: block;
        color: #53565a;
        font-size: 14px;
        line-height: 24px;
        float: left;
        width: 46%;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
}

@media screen and (max-width:800px) {
    .son_menu ul li {
        float: left;
        padding: 0 26px;
        position: relative;
    }
    .ind_news .swiper-container {
        width: 80%;
    }

    .ind_news .swiper-slide {
        height: 530px;
    }
    .cul_sm .con .kk {
        margin-left: 53px;
    }
    .cul_sm .con .kk {
        width: 95%;
    }

    .huodong_list .kk {
        width: 49.5%;
        margin-right: 1%;
    }

        .huodong_list .kk:nth-child(3n) {
            margin-right: 1%;
        }

        .huodong_list .kk:nth-child(2n) {
            margin-right: 0;
        }

    .next_p .kk {
        width: 100%;
        margin-bottom: 10px;
        display: inline;
    }
    .next_p {
        width: 100%;
    }
    .next_p .kk img {
        vertical-align: sub;
        margin-left: 18px;
        /* margin-right: 0; */
    }
    .ind_more {
        width: 96px;
        margin-left: 43%;
    }
    .ind_news .slideTxtBox .hd {
        margin-left: 33%;
    }
    .cangchu .con .dq_k .img {
        float: none;
        width: 484px;
        margin: 0 auto;
    }

    .cangchu .con .dq_k .text {
        float: none;
        width: 484px;
        margin: 20px auto 0 auto;
    }

    .joinus .top {
        flex-direction: column;
        padding-top: 40px;
        margin-top: 15px;
    }

    .shengdu_menu ul {
        justify-content: space-around;
    }

        .shengdu_menu ul li a {
            padding: 0;
        }
        .next_p .kk {
            display: inline-block;
            color: #53565a;
            font-size: 14px;
            line-height: 24px;
            width: 47%;
            white-space:nowrap;
            overflow:hidden;
            text-overflow:ellipsis;
        }
        .next_p .kk:nth-child(2){margin-left: 16px;}
        .next_p a span{
            float: left;
            width: 85%;
            color: #53565a;
            font-size: 14px;
            line-height: 24px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }
}

@media screen and (max-width:750px) {
    .cul_sm .img {
        float: none;
        width: 100%;
        height: auto;
        display: none;
    }
    .son_menu ul li {
        float: left;
        padding: 0 24px;
        position: relative;
    }
        .cul_sm .img img {
            width: 100%;
            height: auto;
        }
        /* .next_p .kk:first-child{
            margin-left: 30px;
        }
        .next_p .kk:nth-child(2) {
            margin-left: 38%;
        } */

        .cul_sm .con .kk .k:first-child {
            margin-left: 120px;
        }
        .cul_hx .con .kk .k {
            position: relative;
            left: -28px;
        }
        .cul_hx .con .kk .k p {
            width: 196px;
        }
        .cul_sm .con .kk p {
            width: 140px;
        }
    .cul_sm .con {
        width: 100%;
        float: none;
    }

        .cul_sm .con .kk {
            width: 70%;
            margin: 0 auto;
        }

    .cul_sm {
        padding: 20px 0;
        margin-top: 10px;
    }

    .cul_jzg {
        margin-top: 20px;
    }

    .dcba_top .swiper-slide {
        width: 650px;
        right: 0;
    }

    .tieyun .k {
        width: 80%;
        float: none;
        margin: 0 auto 10px auto;
    }

        .tieyun .k:nth-child(2n) {
            margin: 0 auto 10px auto;
        }

        .tieyun .k .cover {
            width: 100%;
            height: 100%;
            background: rgba(0,75,145,0.5)
        }

            .tieyun .k .cover .qq {
                width: 62px;
                height: 62px;
                line-height: 62px;
            }

            .tieyun .k .cover .h {
                display: block;
            }

            .tieyun .k .cover p {
                display: block
            }

        .tieyun .k:hover .cover {
            width: 100%;
            height: 100%;
        }

            .tieyun .k:hover .cover .qq {
                width: 62px;
                height: 62px;
                line-height: 62px;
            }

        .tieyun .k:hover .h {
            display: block;
        }

        .tieyun .k:hover p {
            display: block;
        }
        .ind_more {
            width: 96px;
            margin-left: 43%;
        }
        .ind_news .slideTxtBox .hd {
            margin-left: 32%;
        }
        .ind_wuliu .fl .list .kk .tit {
            width: 140px;
            margin-left: -8px;
        }
        .cul_jzg .kk {
            width: 86%;
        }
        .cul_sm .con .kk {
            width: 86%;
        }
        .cul_tit .cn {
            font-size: 28px;
        }
        .cul_tit .shu {
            margin-top: 8px;
        }
}
