﻿/*@font-face {
    font-family: 'SimHei';
    src: url('/font/fzltyh_SimHei.TTF') format('opentype');
}

@font-face {
    font-family: 'SimHei';
    src: url('/font/fzltx SimHei_0.TTF') format('opentype');
}
*/
@font-face {
    font-family: 'imp';
    /*src: url('/font/IMPACT.TTF') format('opentype');*/
    src: url('/font/IMPACT.eot'),url('/font/IMPACT.eot?#iefix') format('embedded-opentype'),url('/font/IMPACT.TTF') format('truetype'),url('/font/impact-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

iframe {
    width: 600px;
    height: 470px;
    margin: 0 auto;
}

.open {
    overflow-x: hidden;
    overflow-y: hidden;
}

#main_body {
    overflow: hidden;
}

* {
    margin: 0px;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

input, textarea {
    outline: medium;
}

textarea {
    outline: medium;
}

body {
    font-family: SimHei;
}

ul li {
    list-style: none;
}

.slh {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clear_float {
    height: 0px;
    clear: both;
    display: block;
}

img {
    max-width: 100%;
}

.container {
    width: 83.3%;
    margin: 0 auto;
    position: relative;
}

.width_1400 {
    width: 72.9%;
    margin: 0 auto;
}

.width_1460 {
    width: 76%;
    margin: 0 auto;
}

.width_1700 {
    width: 88.5%;
    margin: 0 auto;
}

.width_1670 {
    width: 87%;
    margin: 0 auto;
}


.ind_banner1 .swiper-slide img {
    display: block;
    width: 100%;
}

.ind_banner1 {
    position: relative;
    overflow: hidden;
}

    .ind_banner1 .swiper-container {
        position: initial;
    }

    .ind_banner1 .swiper-pagination-current {
        color: #fff;
        font-size: 14px;
    }

    .ind_banner1 .swiper-pagination-fraction {
        color: #fff;
        font-size: 14px;
        float: right;
        position: initial;
        line-height: 32px;
    }

    .ind_banner1 .fy {
        position: absolute;
        bottom: 43px;
        right: 3.125%;
        z-index: 1;
    }


    .ind_banner1 .btn {
        width: 32px;
        height: 32px;
        background: rgba(255,255,255,0.8);
        text-align: center;
        position: initial;
        float: right;
        margin-left: 15px;
        background-image: none;
        margin-top: 0;
    }

    .ind_banner1 .swiper-pagination {
        right: 0;
        width: 100% !important;
    }

    .ind_banner1 .btn img {
        display: block;
        width: 100%;
    }

    .ind_banner1 .zt {
        cursor: pointer;
        background: url("/images/index_png_07.png") rgba(255,255,255,0.8);
    }

    .ind_banner1 .stop {
        background: url("/images/index_png_077.png") rgba(255,255,255,0.8);
    }

    .ind_banner1 .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background: rgba(255,255,255,0.8);
        border-radius: inherit;
        opacity: 0.8;
    }

    .ind_banner1 .swiper-pagination-bullet-active {
        background: #005cb9;
    }

.menu {
    position: fixed;
    top: 54px;
    right: 72px;
    color: #fff;
    font-size: 20px;
    display: block;
    z-index: 999;
    cursor: pointer;
    width: 35px;
    height: 35px;
}

    .menu .t {
        width: 35px;
        float: left;
        margin-top: 7px;
        /*margin-right: 18px;*/
        /*
        margin-left: 25px;*/
    }

        .menu .t i {
            width: 100%;
            height: 3px;
            background: #fff;
            margin-bottom: 10px;
            display: block;
            float: right;
        }

            .menu .t i:nth-child(2n) {
                width: 65%;
                -webkit-animation: gogo 1s infinite linear;
                -ms-animation: gogo 1s infinite linear;
                -moz-animation: gogo 1s infinite linear;
            }

            .menu .t i:nth-child(3n) {
                width: 34%;
                -webkit-animation: gogogo 1s infinite linear;
                -ms-animation: gogogo 1s infinite linear;
                -moz-animation: gogogo 1s infinite linear;
            }

            .menu .t i:first-child {
                -webkit-animation: go 1s infinite linear;
                -ms-animation: go 1s infinite linear;
                -moz-animation: go 1s infinite linear;
            }

@-webkit-keyframes go {
    0% {
        width: 100%;
    }

    34% {
        width: 34%;
    }

    65% {
        width: 65%;
    }

    100% {
        width: 100%;
    }
}

@-ms-keyframes go {
    0% {
        width: 100%;
    }

    34% {
        width: 34%;
    }

    65% {
        width: 65%;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes go {
    0% {
        width: 100%;
    }

    34% {
        width: 34%;
    }

    65% {
        width: 65%;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes gogo {
    0% {
        width: 65%;
    }

    34% {
        width: 100%;
    }

    69% {
        width: 69%;
    }

    100% {
        width: 34%;
    }
}

@-ms-keyframes gogo {
    0% {
        width: 65%;
    }

    34% {
        width: 100%;
    }

    69% {
        width: 69%;
    }

    100% {
        width: 34%;
    }
}

@-moz-keyframes gogo {
    0% {
        width: 65%;
    }

    34% {
        width: 100%;
    }

    69% {
        width: 69%;
    }

    100% {
        width: 34%;
    }
}

@-webkit-keyframes gogogo {
    0% {
        width: 100%;
    }

    34% {
        width: 65%;
    }

    65% {
        width: 34%;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes gogogo {
    0% {
        width: 100%;
    }

    34% {
        width: 65%;
    }

    65% {
        width: 34%;
    }

    100% {
        width: 100%;
    }
}

@-ms-keyframes gogogo {
    0% {
        width: 100%;
    }

    34% {
        width: 65%;
    }

    65% {
        width: 34%;
    }

    100% {
        width: 100%;
    }
}

.ind_banner1 .nav {
    width: 400px;
    position: fixed;
    top: 0;
    right: -500px;
    background: #005cb9;
    height: 100%;
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
    z-index: 998;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    font-family: 'SimHei';
}

    .ind_banner1 .nav ul .li a {
        display: block;
        font-size: 26px;
        line-height: 40px;
        opacity: 0.46;
        color: #fff;
        position: relative;
    }

    .ind_banner1 .nav ul .li {
        /*margin-bottom: 25px;*/
    }

        .ind_banner1 .nav ul .li span {
            display: block;
            width: 80px;
            height: 1px;
            background: #fff;
            position: absolute;
            left: -98px;
            top: 20px;
            opacity: 0;
        }

    .ind_banner1 .nav ul .li1 a {
        display: block;
        font-size: 16px;
        line-height: 26px;
        opacity: 0.46;
        color: #fff;
        position: relative;
    }

    .ind_banner1 .nav ul .li1 span {
        display: block;
        width: 28px;
        height: 1px;
        background: #fff;
        position: absolute;
        left: -46px;
        top: 12px;
        opacity: 0;
    }


    .ind_banner1 .nav ul .li .xz {
        color: #fff;
        opacity: 1;
    }

    .ind_banner1 .nav ul .li:hover > a {
        color: #fff;
        opacity: 1;
    }

        .ind_banner1 .nav ul .li:hover > a span {
            opacity: 1;
            color: #fff;
            opacity: 1;
        }

    .ind_banner1 .nav ul .li1:hover a {
        opacity: 1;
    }

        .ind_banner1 .nav ul .li1:hover a span {
            opacity: 1;
        }


    .ind_banner1 .nav ul .li .xz span {
        opacity: 1;
    }

    .ind_banner1 .nav ul {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
        height: 72%;
        flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .ind_banner1 .nav .ul {
        margin-left: 98px;
    }


.menu1 span {
    display: none;
}

.menu1 .t i {
    background: #005cb9;
    height: 2px;
    width: 36px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

    .menu1 .t i:first-child {
        transform: translate(0,11px) rotate(45deg);
        -webkit-animation: none;
        -ms-animation: none;
        -moz-animation: none;
        width: 36px;
    }

    .menu1 .t i:nth-child(2n) {
        opacity: 0;
        -webkit-animation: none;
        -ms-animation: none;
        -moz-animation: none;
    }

    .menu1 .t i:nth-child(3n) {
        transform: translate(0,-14px) rotate(-45deg);
        -webkit-animation: none;
        -ms-animation: none;
        -moz-animation: none;
        width: 36px;
    }

.menu1 .t {
    position: fixed;
}

.menu1 {
    background: #fff;
    position: fixed;
}

.ind_banner1 .nav2 {
    right: 0;
}

.language {
    margin-top: 50px;
    width: 128px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    border: 1px solid #aa9282;
    font-size: 18px;
    color: #8e5e3c;
    display: block;
}

.logo1 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.logo {
    display: block;
    position: absolute;
    left: 4.2%;
    top: 32px;
    width: 224px;
    height: 84px;
    background: url(/images/logo_03.png) no-repeat;
    z-index: 2;
    background-size: 100%;
}


.ind_banner1 .jt {
    z-index: 2;
    width: 32px;
    height: 33px;
    background: url(/images/banner_jt_03.png);
    position: absolute;
    margin-left: -16px;
    bottom: 28px;
    left: 50%;
    -webkit-animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
    animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
    -ms-animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
    -moz-animation: pointDown 0.6s 0.6s ease-in infinite alternate forwards;
}

@-webkit-keyframes pointDown {
    from {
        -webkit-transform: translate3d(0,-10px,0);
        -ms-transform: translate3d(0,-10px,0);
        -moz-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes pointDown {
    from {
        -webkit-transform: translate3d(0,-10px,0);
        -ms-transform: translate3d(0,-10px,0);
        -moz-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.ind_video {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

    .ind_video > img {
        /*position: absolute;
        top: 0;
        left: 0;*/
        width: 100%;
        /*height: 100%;*/
        -webkit-transition: all 0.68s;
        -ms-transition: all 0.68s;
        -moz-transition: all 0.68s;
        transition: all 0.68s;
        display: block;
    }

    .ind_video:hover > img {
        /*-webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        -moz-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        -webkit-transition: all 0.68s;
        -ms-transition: all 0.68s;
        -moz-transition: all 0.68s;
        transition: all 0.68s;*/
    }

.ind_about {
    margin: 10px auto;
}

    .ind_about .img {
        width: 54%;
        display: block;
    }

    .ind_about .left {
        width: 46%;
        flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

.flex_c {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex_b {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex_l {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
}

.flex_a {
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    justify-content: space-around;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.ind_tit .en {
    font-size: 60px;
    font-family: Imp;
    text-transform: uppercase;
}

.ind_tit {
    color: #005cb9;
    display: block;
}

    .ind_tit .cn {
        font-size: 26px;
    }


.ind_about .kk .p {
    font-size: 14px;
    line-height: 40px;
    color: #686868;
    margin: 40px 0 20px 0;
    text-indent: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
}

    .ind_about .kk .p p {
        font-size: 14px;
        line-height: 40px;
        color: #686868;
        text-indent: 2em;
        text-align: justify;
        text-justify: inter-ideograph;
        word-break: break-all;
    }

.ind_more {
    display: block;
    font-size: 14px;
    width: 140px;
    color: #8c8c8c;
    line-height: 48px;
    border: 1px solid #8c8c8c;
    text-transform: uppercase;
    text-align: center;
}

.ind_about .kk {
    width: 65%;
    flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
}

.ind_pro {
    position: relative;
    margin-top: 10px;
}

    .ind_pro img {
        width: 100%;
    }

    .ind_pro .left {
        width: 21.25%;
        display: block;
    }

    .ind_pro .right {
        width: 100%;
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        top: 0;
    }



        .ind_pro .right .con {
            position: absolute;
            top: 0;
            left: 26.75%;
            width: 37%;
            height: 100%;
            flex-direction: column;
            -ms-flex-direction: column;
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
        }

            .ind_pro .right .con .p {
                color: #686868;
                line-height: 40px;
                font-size: 14px;
                margin: 8% 0 20% 0;
            }

.ind_about:hover .ind_more {
    background: #005cb9;
    border: 1px solid #005cb9;
    color: #fff;
    font-size: 16px;
}

.ind_pro:hover .ind_more {
    background: #005cb9;
    border: 1px solid #005cb9;
    color: #fff;
    font-size: 16px;
}

.ind_news {
    padding: 80px 0 140px 0;
}

    .ind_news .ind_tit {
        text-align: right;
        margin-right: 6.8%;
    }

    .ind_news .list {
        width: 49.5%;
        background: #f7f7f7;
        float: right;
        padding: 20px 0;
    }

        .ind_news .list .kk .k {
            width: 68.5%;
            color: #a1a1a1;
            margin: 0 auto;
        }

        .ind_news .list .kk {
            padding: 43px 0;
            display: block;
        }

            .ind_news .list .kk:hover .k {
                color: #005cb9;
            }

            .ind_news .list .kk:hover .more {
                background: url(/images/ind_png_14.png);
            }

        .ind_news .list .data {
            font-family: 'imp';
            font-size: 30px;
            line-height: 36px;
        }

            .ind_news .list .data sup {
                font-size: 16px;
            }

            .ind_news .list .data .more {
                width: 22px;
                height: 22px;
                background: url(/images/ind_png_18.png);
                float: right;
                margin-top: 5px;
            }

        .ind_news .list .tit {
            font-size: 24px;
            line-height: 52px;
        }

        .ind_news .list .p {
            font-size: 14px;
            line-height: 27px;
        }

    .ind_news .left {
        width: 54.2%;
        position: absolute;
        left: 0;
        top: -115px;
        height: 735px;
        z-index: -1;
        display: block;
    }

    .ind_news .bt {
        width: 45%;
        position: absolute;
        bottom: 60px;
        background: #005cb9;
        right: 49.5%;
        padding: 38px 0;
        display: block;
    }

    .ind_news .wk {
        position: relative;
        margin-top: 112px;
    }

    .ind_news .bt .kk {
        width: 83.9%;
        margin: 0 auto;
        color: #fff;
    }

    .ind_news .bt .tit {
        font-size: 24px;
        line-height: 42px;
    }

    .ind_news .bt .data {
        font-family: 'imp';
        font-size: 30px;
        line-height: 36px;
    }

        .ind_news .bt .data sup {
            font-size: 16px;
        }

        .ind_news .bt .data .more {
            width: 45px;
            height: 45px;
            background: url(/images/ind_png_22.png);
            float: right;
            margin-top: 16px;
        }

.footer {
    width: 100%;
    height: 292px;
    padding-top: 170px;
    background: url(/images/ind_jpg_10.jpg) no-repeat center;
    background-size: cover;
}

    .footer .kk {
        width: 88%;
        margin: 0 auto;
    }

    .footer .ul1 {
        width: 30%;
        align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
    }

        .footer .ul1 .li a {
            font-size: 18px;
            color: #fff;
            display: block;
            margin-bottom: 15px;
        }

        .footer .ul1 .ul a {
            color: #ffffff;
            font-size: 14px;
            line-height: 30px;
            opacity: .43;
            margin-bottom: 0;
        }

            .footer .ul1 .ul a:hover {
                color: #3baf29;
                opacity: 1;
            }

    .footer .con .tit {
        color: #fff;
        font-size: 18px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        margin-bottom: 10px;
    }

    .footer .con .p {
        font-size: 14px;
        line-height: 23px;
        opacity: 0.5;
        color: #fff;
    }

    .footer .lx {
        width: 546px;
    }

    .footer .ewm img {
        width: 200px;
    }

.bottom {
    background: #005cb9;
    text-align: center;
    color: #fff;
    line-height: 26px;
    padding: 27px 0;
    font-size: 16px;
}

    .bottom a {
        font-size: 16px;
        color: #fff;
        line-height: 26px;
    }

.son_banner {
    display: block;
    width: 100%;
}

.son_menu {
    height: 90px;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

    .son_menu ul {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        flex-direction: row;
        width: 100%;
    }

        .son_menu ul li {
            -webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
            -moz-box-flex: 1; /* OLD - Firefox 19- */
            width: 20%; /* For old syntax, otherwise collapses. */
            -webkit-flex: 1; /* Chrome */
            -ms-flex: 1;
            flex: 1;
            text-align: center;
            margin-right: 1px;
            background: #f7f7f7;
        }

            .son_menu ul li a {
                display: block;
                width: 100%;
                text-align: center;
                line-height: 90px;
                font-size: 20px;
                color: #b2b2b2;
            }

            .son_menu ul li:last-child {
                margin-right: 0;
            }

            .son_menu ul li:hover {
                background: rgba(0,92,185,0.8);
                color: #fff;
            }

                .son_menu ul li:hover a {
                    color: #fff;
                }

        .son_menu ul .xz {
            background: rgba(0,92,185,0.8);
            color: #fff;
        }

            .son_menu ul .xz a {
                color: #fff;
            }


.son_tit {
    font-size: 30px;
    color: #005cb9;
    line-height: 68px;
    font-weight: bold;
    position: relative;
    letter-spacing: 2px;
}

    .son_tit span {
        display: block;
        position: absolute;
        left: -92px;
        top: 50%;
        width: 60px;
        height: 14px;
        background: #f7f7f7;
        margin-top: -7px;
    }

.news {
    padding: 80px 0 50px 0;
}

    .news .list {
        margin: 60px 0 25px 0;
    }

        .news .list .kk {
            display: block;
            padding: 56px 0;
            background: #f7f7f7;
            margin-bottom: 2px;
            transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        }

            .news .list .kk .data {
                color: #7c7c7c;
                font-size: 18px;
            }

                .news .list .kk .data strong {
                    font-size: 30px;
                    display: block;
                }

            .news .list .kk .img {
                width: 250px;
                height: 163px;
                overflow: hidden;
            }

            .news .list .kk .con {
                width: 66%;
                height: 163px;
                flex-direction: column;
                -ms-flex-direction: column;
                -moz-flex-direction: column;
                -webkit-flex-direction: column;
                margin-left: 10px;
                justify-content: space-between;
                -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                -webkit-justify-content: space-between;
                justify-content: space-between; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
            }

            .news .list .kk .tit {
                font-size: 24px;
                font-weight: bold;
                color: #626262;
            }

            .news .list .kk .p {
                color: #686868;
                font-size: 14px;
                line-height: 32px;
                text-align: justify;
                text-justify: inter-ideograph;
            }

            .news .list .kk:hover {
                background: #005cb9;
            }

                .news .list .kk:hover .data {
                    color: #fff;
                }

                .news .list .kk:hover .tit {
                    color: #fff;
                }

                .news .list .kk:hover .p {
                    color: #fff;
                }

.news_b {
    background: #f7f7f7;
    padding-bottom: 96PX;
    padding-top: 90px;
}

.newsD {
    padding-top: 90px;
}

.news_b .container {
    background: #fff;
}

.newsD .kk {
    width: 1050px;
    margin: 0 auto;
    padding: 70px 0 80px 0;
}

    .newsD .kk .tit {
        color: #626262;
        font-size: 24px;
        line-height: 40px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 12px;
    }

    .newsD .kk .data {
        color: #686868;
        font-size: 14px;
        line-height: 33px;
        text-align: center;
        margin-bottom: 50px;
    }

    .newsD .kk .text {
        color: #686868;
        line-height: 33px;
        font-size: 14px;
    }

        .newsD .kk .text p {
            color: #686868;
            line-height: 33px;
            font-size: 14px;
            text-align: justify;
            text-justify: inter-ideograph;
            /*text-indent: 2em;*/
        }

.newsD .son_tit {
    margin-bottom: 60px;
}

.son_re {
    height: 34px;
    width: 130px;
    display: block;
    text-align: center;
    color: #fff;
    background: #005cb9;
    font-size: 14px;
    margin: 0 auto;
    margin-top: 90px;
    line-height: 34px;
}

.jituan .kk1 .left {
}

.son_tit1 {
    position: relative;
    color: #005cb9;
}

    .son_tit1 .en {
        font-family: 'imp';
        font-size: 48px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 8px;
    }

    .son_tit1 .cn {
        font-size: 26px;
    }

    .son_tit1 .num {
        position: absolute;
        left: -144px;
        font-size: 26px;
        margin-top: 15px;
    }

        .son_tit1 .num .span {
            display: block;
            width: 58px;
            height: 15px;
            background: #f7f7f7;
            float: left;
            margin-right: 13px;
            margin-top: 6px;
        }

.jituan .kk1 .left {
    margin-left: 11.7%;
    width: 33.5%;
    margin-right: 0;
}

.jituan .p, .jituan .p p {
    font-size: 14px;
    line-height: 40px;
    color: #686868;
    text-align: justify;
    text-justify: inter-ideograph;
}

.jituan .kk1 .right {
    width: 57.05%;
}

.jituan .kk1 .left .kk {
    width: 85%;
    height: 140px;
    background: #fff;
    box-shadow: 0 0 6px #c5c5c5;
}

.jituan .kk1 .p {
    padding: 50px 0;
}

.jituan .kk1 .left .kk .k {
    width: 33.3333%;
    text-align: center;
    color: #686868;
}

.jituan .kk1 .left .kk .sz {
    color: #868686;
    font-size: 48px;
    font-family: 'imp';
}

.jituan .kk1 .left .kk .z {
    font-size: 14px;
    line-height: 40px;
}

.jituan .kk1 .left .kk sup {
    font-size: 19px;
    font-family: "微软雅黑";
}

.jituan .kk1 {
    padding: 120px 0 87px 0;
    position: relative;
}

.jituan {
    margin-top: 64px;
}

    .jituan .bj {
        height: 100%;
        position: absolute;
        top: 0;
        background: #f7f7f7;
        z-index: -1;
    }

    .jituan .kk1 .bj {
        width: 74%;
        right: 0;
    }

    .jituan .kk2 {
        padding: 140px 0 0 0;
        position: relative;
    }

        .jituan .kk2 .img {
            width: 39.5%;
            margin-top: 50px;
            margin-left: 5%;
            overflow: hidden;
            float: left;
        }

            .jituan .kk2 .img img {
                display: block;
                width: 100%;
                -webkit-transition: all 0.68s;
                -ms-transition: all 0.68s;
                -moz-transition: all 0.68s;
                transition: all 0.68s;
            }

            .jituan .kk2 .img:hover img {
                -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
                -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
                -moz-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
                transform: matrix(1.1, 0, 0, 1.1, 0, 0);
            }

        .jituan .kk2 .right {
            width: 40%;
            float: left;
            margin-left: 150px;
        }

.son_tit_cn {
    font-size: 26px;
    color: #005cb9;
}

.jituan .kk2 .p {
    padding: 30px 0 20px 0;
}

.jituan .kk2 .bj {
    width: 26%;
    left: 0;
}


.jituan .kk3 .left {
    width: 30%;
    margin-left: 11.5%;
}

    .jituan .kk3 .left .son_tit1 {
        margin-bottom: 50px;
    }

.jituan .kk3 .right {
    width: 55.5%;
}

    .jituan .kk3 .right img {
        display: block;
        width: 100%;
    }

.jituan .kk3 .ph {
    text-align: center;
}

.jituan .kk4 {
    padding: 158px 0 80px 0;
    position: relative;
}

    .jituan .kk4 .ie_kk {
        width: 80%;
    }

    .jituan .kk4 .ph .name {
        font-size: 26px;
        line-height: 55px;
        color: #005cb9;
        text-transform: uppercase;
        text-align: center;
    }

    .jituan .kk4 .ph img {
        display: block;
    }

    .jituan .kk4 .nr {
        /*margin-left: 150px;*/
        width: 45%;
    }

    .jituan .kk4 .p {
        margin-top: 30px;
        text-transform: uppercase;
    }

    .jituan .kk4 .bj {
        width: 73.5%;
        left: 0;
    }

.jituan .kk5 .bj {
    width: 26.5%;
    left: auto;
    right: 0;
    height: 739px;
}

.jituan .kk5 .nr {
    width: 40%;
}

.jituan .kk5 {
    padding: 145px 0 0 0;
    margin-bottom: 130px;
}

.jijin {
    padding-top: 130px;
}

    .jijin .kk1 {
        width: 38.75%;
        float: right;
    }

        .jijin .kk1 .son_tit1 {
            margin-bottom: 40px;
        }

    .jijin .kk2 {
        padding: 50px 0;
        background: #f7f7f7;
        margin-top: 50px;
    }

        .jijin .kk2 .k {
            width: 38.75%;
            float: right;
        }

    .jijin .p, .jijin p {
        color: #686868;
        font-size: 14px;
        line-height: 33px;
        text-align: justify;
        text-justify: inter-ideograph;
    }

    .jijin .kk2 .son_tit_cn {
        margin-bottom: 10px;
    }

    .jijin .k1 {
        position: relative;
    }

        .jijin .k1 .img {
            position: absolute;
            height: 100%;
            width: 30.5%;
            top: 0;
            left: 11.7%;
            align-items: flex-start;
            -webkit-box-align: start;
            -ms-flex-align: start;
            -webkit-align-items: flex-start;
        }

            .jijin .k1 .img img {
                display: block;
                max-height: 100%;
            }

    .jijin .k2 {
        margin-top: 40px;
        position: relative;
    }

        .jijin .k2 img {
            width: 100%;
        }

        .jijin .k2 .con {
            position: absolute;
            left: 11.7%;
            height: 79%;
            top: 0;
            width: 32%;
            flex-direction: column;
            -ms-flex-direction: column;
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
        }

        .jijin .k2 .kk {
            margin-bottom: 40px;
        }

            .jijin .k2 .kk .son_tit_cn {
                margin-bottom: 10px;
            }

.zhongguo .kk1 .bj {
    width: 92%;
    height: 70%;
    top: auto;
    bottom: 0;
}

.zhongguo .kk1 {
    padding: 0 0 50px 0;
    justify-content: space-around;
}

    .zhongguo .kk1 .left {
        width: 26%;
        margin-left: 7.2%;
    }

    .zhongguo .kk1 .right {
        width: 48%;
    }

    .zhongguo .kk1 .p {
        padding-top: 100px;
    }

.zhongguo .kk4 {
    padding: 0;
    margin: 135px 0 50px 0;
}

    .zhongguo .kk4 .bj {
        width: 8%;
        left: 0;
        right: auto;
        height: 554px;
    }

.zhongguo .k_ln {
    position: relative;
}

    .zhongguo .k_ln img {
        display: block;
        width: 100%;
    }

    .zhongguo .k_ln .son_tit1 {
        position: absolute;
        left: 12%;
        top: 15%;
    }

        .zhongguo .k_ln .son_tit1 .num .span {
            background: #fff;
        }

.zhongguo .k_v {
    margin: 110px auto 160px auto;
}

    .zhongguo .k_v .son_tit1 {
        margin-bottom: 40px;
    }

.cul .kk1 {
    margin-bottom: 120px;
    margin-top: 100px;
}

    .cul .kk1 .list {
        margin-top: 50px;
    }

    .cul .kk1 .k {
        width: 32%;
        float: left;
        position: relative;
        margin-right: 2%;
    }

        .cul .kk1 .k img {
            display: block;
            width: 100%;
        }

        .cul .kk1 .k:nth-child(3n) {
            margin-right: 0;
        }

        .cul .kk1 .k .cov1 {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

        .cul .kk1 .k .cov2 {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            flex-direction: column;
            -ms-flex-direction: column;
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
            justify-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
        }

        .cul .kk1 .k .tit span {
            display: block;
            width: 60px;
            height: 6px;
            background: #fff;
            margin-right: 25px;
            float: left;
            margin-top: 12px;
        }

        .cul .kk1 .k .tit {
            font-size: 30px;
            font-weight: bold;
            color: #fff;
            position: absolute;
            left: 0;
            top: 15%;
        }

        .cul .kk1 .k .p {
            padding: 0 85px;
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            opacity: 0;
            line-height: 30px;
            width: 80%;
            text-align: center;
            min-height: 90px;
        }

        .cul .kk1 .k:hover .cov2 {
            background: rgba(0,92,185,0.8);
        }

        .cul .kk1 .k:hover .p {
            opacity: 1;
        }

.cul .kk2 {
    background: url(/images/MVV_bj_02.jpg) no-repeat center top #f7f7f7;
    padding: 95px 0 105px 0;
}

    .cul .kk2 .son_tit {
        color: #fff;
    }

        .cul .kk2 .son_tit span {
            background: rgba(247,247,247, 0.57);
        }

    .cul .kk2 .swiper-container {
        width: 86.8%;
        margin: 96px auto 0 auto;
    }

    .cul .kk2 .swiper-slide {
        background: #fff;
        padding-bottom: 32px;
    }

.son_img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

    .son_img img {
        display: block;
        width: 100%;
    }

    .son_img .cov {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        -webkit-transition: all 0.68s;
        -ms-transition: all 0.68s;
        -moz-transition: all 0.68s;
        transition: all 0.68s;
    }

    .son_img:hover .cov {
        -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        -moz-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    }

.history .son_img:hover .cov {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.news .list .kk:hover .cov {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    -moz-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}

.cul .kk2 .swiper-slide .con {
    width: 85%;
    margin: 0 auto;
    margin-top: 14px;
    color: #868686;
}

    .cul .kk2 .swiper-slide .con .tit {
        font-size: 18px;
        font-weight: bold;
        line-height: 44px;
    }

    .cul .kk2 .swiper-slide .con .p {
        font-size: 14px;
        line-height: 26px;
        text-align: justify;
        text-justify: inter-ideograph;
        min-height: 78px;
    }

    .cul .kk2 .swiper-slide .con .more {
        margin-top: 25px;
        width: 62px;
        height: 5px;
        background: url(/images/MVV_12.png);
    }

.cul .kk2 .swiper-slide:hover .con {
    color: #005cb9;
}

    .cul .kk2 .swiper-slide:hover .con .more {
        background: url(/images/MVV_10.png);
    }

.cul .kk2 .swiper-button-next, .cul .kk2 .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 0 6px 13px #a2a2a2;
}

.cul .kk2 .swiper-button-next {
    background: url(/images/MVV_055_03.png) no-repeat center #fff;
}

    .cul .kk2 .swiper-button-next:hover {
        background: url(/images/MVV_03_03.png) no-repeat center#005cb9;
    }

.cul .kk2 .swiper-button-prev {
    background: url(/images/MVV_05_03.png) no-repeat center #fff;
}

    .cul .kk2 .swiper-button-prev:hover {
        background: url(/images/MVV_033_03.png) no-repeat center #005cb9;
    }

.cul .kk2 .list {
    position: relative;
    width: 87%;
    margin: 0 auto;
}

.team {
    padding-bottom: 160px;
}

    .team .k {
        width: 100%;
        background: #f7f7f7;
    }

        .team .k .left {
            width: 50%;
        }

            .team .k .left .k1 {
                margin-left: 23%;
                width: 61%;
            }

        .team .k .right {
            width: 50%;
        }

    .team .tit {
        color: #868686;
        font-weight: bold;
    }

        .team .tit .cn {
            font-size: 30px;
            line-height: 44px;
        }

        .team .tit .en {
            font-size: 18px;
            letter-spacing: 2px;
        }

    .team .heng {
        width: 29px;
        height: 3px;
        background: #868686;
        margin: 28px 0;
    }

    .team .p, .team .p p {
        color: #868686;
        font-size: 14px;
        line-height: 35px;
    }

    .team .year {
        margin-top: 50px;
        height: 55px;
    }

        .team .year .li {
            width: 130px;
            height: 44px;
            text-align: center;
            line-height: 44px;
            color: #868686;
            font-size: 16px;
            box-shadow: 0 0 10px #bbb;
            float: left;
            display: block;
            margin-right: 12px;
        }

        .team .year .xz {
            background: #005cb9;
            box-shadow: none;
            color: #fff;
        }

        .team .year .li:hover {
            background: #005cb9;
            box-shadow: none;
            color: #fff;
        }

    .team .kk .son_tit {
        margin: 105px 0 50px 0;
    }

    .team .swiper-slide img {
        display: block;
    }

    .team .swiper-button-prev {
        background: url(/images/MVV_05_03.png) no-repeat center #fff;
        left: 0;
    }

    .team .swiper-button-next {
        background: url(/images/MVV_03_03.png) no-repeat center #005cb9;
        left: 52px;
    }

    .team .swiper-button-next, .team .swiper-button-prev {
        width: 52px;
        height: 48px;
        top: auto;
        margin-top: auto;
        bottom: 0;
    }

    .team .kk2 .swiper-button-prev {
        left: auto;
        right: 52px;
    }

    .team .kk2 .swiper-button-next {
        left: auto;
        right: 0;
    }

.peixun .left {
    width: 50%;
    float: left;
}

.peixun .right {
    flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

    .peixun .right > div {
        width: 100%;
        height: 49%;
    }

    .peixun .right .div1 .kk .cov {
        color: #005cb9;
    }

.peixun {
    position: relative;
}

    .peixun .kk {
        position: relative;
        width: 100%;
    }

        .peixun .kk img {
            display: block;
            width: 100%;
        }

    .peixun .cov {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        color: #005cb9;
        line-height: 75px;
        text-indent: 1em;
        font-size: 18px;
    }

        .peixun .cov span {
            display: block;
            position: absolute;
            bottom: 18px;
            right: 36px;
            font-size: 30px;
            font-weight: bold;
        }

    .peixun .right .kk {
        width: 48%;
        margin-left: 2%;
        margin-bottom:;
    }

    .peixun .kk:hover .cov {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        background: rgba(6,91,177,0.67);
        display: flex;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 35px;
        text-indent: 0;
        color: #fff !important;
    }

.peixun {
    margin-bottom: 108px;
}

.join .son_tit {
    margin: 104px 0 50px 0;
}

.join_yg {
}

.backcolor_f7 {
    background: #f7f7f7;
}

.yghd .swiper-container {
    width: 70%;
    float: right;
}

.yghd .con {
    width: 55%;
    background: #fff;
    height: 510px;
    position: absolute;
    top: -98px;
    left: 0;
    flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
}

.yghd .kk {
    margin-left: 6%;
}

    .yghd .kk .tit {
        font-size: 30px;
        font-weight: bold;
        color: #005cb9;
    }

    .yghd .kk .heng {
        width: 58px;
        height: 6px;
        background: #f7f7f7;
        margin: 30px 0 50px 0;
    }

    .yghd .kk .p {
        color: #868686;
        font-size: 14px;
        line-height: 35px;
    }

.yghd {
    padding-top: 180px;
    padding-bottom: 80px;
}



    .yghd .swiper-button-next, .yghd .swiper-button-prev {
        width: 85px;
        height: 55px;
        bottom: 0;
        top: auto;
        margin-top: 0;
    }

    .yghd .swiper-button-next {
        background: url(/images/MVV_055_03.png) no-repeat center #fff;
        right: 0;
    }

    .yghd .swiper-button-prev {
        background: url(/images/MVV_033_03.png) no-repeat center #005cb9;
        right: 85px;
        left: auto;
    }

.yrln {
    margin: 125px 0 70px 0;
    position: relative;
}

    .yrln .img {
        width: 55%;
        overflow: hidden;
    }

        .yrln .img img {
            display: block;
            width: 100%;
        }

    .yrln .con {
        width: 45%;
        position: absolute;
        right: 8%;
        top: 210px;
    }

        .yrln .con .k {
            float: right;
            margin-right: 16%;
            width: 350px;
        }

        .yrln .con .tit {
            color: #005cb9;
            font-weight: bold;
            font-size: 48px;
            margin-bottom: 38px;
        }

        .yrln .con .kk {
            width: 100%;
            background: rgba(0,92,185,0.8);
            padding: 78px 0 120px 0;
            color: #fff;
            letter-spacing: 2px;
        }

            .yrln .con .kk .bt {
                font-size: 40px;
                font-weight: bold;
                margin-bottom: 20px;
            }

            .yrln .con .kk .p, .yrln .con .kk p {
                font-size: 24px;
                line-height: 50px;
            }

.rczp .list {
    padding: 132px 0 128px 0;
}

    .rczp .list .kk {
        margin-bottom: 30px;
        position: relative;
        background: #fff;
    }

        .rczp .list .kk .son_img {
            width: 50%;
        }

        .rczp .list .kk .con {
            position: absolute;
            top: 0;
            width: 50%;
            height: 100%;
        }

    .rczp .list .kk1 .son_img {
        float: right;
    }

    .rczp .list .kk1 .con {
        left: 0;
    }

    .rczp .list .kk2 .son_img {
        float: left;
    }

    .rczp .list .kk2 .con {
        right: 0;
    }

    .rczp .list .kk .con .k {
        width: 78%;
        margin-left: 7.5%;
        flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

        .rczp .list .kk .con .k .zw {
            font-weight: bold;
            color: #868686;
            font-size: 24px;
            margin-bottom: 38px;
        }

.rczp .swiper-container {
    width: 100%;
    height: 280px;
}

.rczp .swiper-slide {
    font-size: 18px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0 0;
    color: #868686;
}

    .rczp .swiper-slide .zz_tit {
        font-size: 18px;
        line-height: 35px;
        margin-bottom: 10px;
    }

    .rczp .swiper-slide .p, .rczp .swiper-slide .p p {
        font-size: 14px;
        line-height: 35px;
    }

    .rczp .swiper-slide .p {
        margin-bottom: 20px;
    }

.czfz .kk {
    width: 23.5%;
    float: left;
    position: relative;
    margin-right: 2%;
    background: #f7f7f7;
    border-radius: 5px;
    min-height: 486px;
}

    .czfz .kk:nth-child(4n) {
        margin-right: 0;
    }

    .czfz .kk .img {
        position: absolute;
        top: -120px;
        left: 50%;
        border-radius: 50%;
        width: 240px;
        border: 10px solid #fff;
        margin-left: -130px;
        overflow: hidden;
    }

        .czfz .kk .img img {
            display: block;
            width: 100%;
            -webkit-transition: all 0.68s;
            -ms-transition: all 0.68s;
            -moz-transition: all 0.68s;
            transition: all 0.68s;
        }

    .czfz .kk .con {
        width: 85%;
        margin: 0 auto;
        padding-bottom: 45px;
        color: #727272;
    }

    .czfz .kk:hover .img img {
        -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        -ms-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        -moz-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        -webkit-transition: all 0.68s;
        -ms-transition: all 0.68s;
        -moz-transition: all 0.68s;
        transition: all 0.68s;
    }

    .czfz .kk .tit {
        font-size: 30px;
        line-height: 75px;
        border-bottom: 1px solid #727272;
        margin-top: 140px;
        text-align: center;
    }

    .czfz .kk .p {
        font-size: 17px;
        line-height: 30px;
        margin-top: 15px;
        text-align: justify;
        text-justify: inter-ideograph;
    }

        .czfz .kk .p p {
            font-size: 17px;
            line-height: 30px;
            text-align: justify;
            text-justify: inter-ideograph;
        }

.czfz .list {
    margin-top: 170px;
}

.czfz {
    margin: 80px 0 132px 0;
}

    .czfz .kk:hover {
        box-shadow: 0 6px 13px #e3e2e2;
    }

        .czfz .kk:hover .con {
            color: #005cb9;
        }

        .czfz .kk:hover .tit {
            border-color: #005cb9;
        }

.pro_x {
    display: block;
    width: 100%;
}

.width_1520 {
    width: 79%;
    margin: 0 auto;
}

.width_1800 {
    width: 93.75%;
    margin: 0 auto;
}

.iso {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.pro .width_1520 {
    position: relative;
}

.pro .pro_kk {
    margin-top: 120px;
}


.pro .kk {
    width: 24.8125%;
    margin-right: 0.25%;
    position: relative;
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    float: left;
    margin-bottom: 40px;
}

    .pro .kk:nth-child(4n) {
        margin-right: 0;
    }

    .pro .kk .img {
        width: 100%;
        display: block;
    }

    .pro .kk .cov {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

        .pro .kk .cov .zs {
            height: 84.36%;
            width: 88%;        
            margin: 0 auto;
        }

            .pro .kk .cov .zs img {
                height: 72%;
                display: block;
                margin: auto;
                padding-top: 40px

            }

        .pro .kk .cov .n {
            text-align: center;
            color: #fff;
            height: 15.64%;
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            justify-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
            align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            font-size: 24px;
            background: #cecece;
        }

    .pro .kk .fd {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(6,91,177,0.85);
        flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        display: none;
    }

    .pro .kk .fdj {
        width: 78px;
        height: 78px;
        background: url(/images/pro_17.png);
        background-size: 100% 100%;
    }

    .pro .kk .tit {
        color: #fff;
        font-size: 30px;
        text-align: center;
        line-height: 60px;
    }

    .pro .kk .p {
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 28px;
        width: 90%;
        min-height: 56px;
    }

    .pro .kk .more {
        width: 126px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        background: #FFF;
        color: #fff;
        color: #005cb9;
        font-size: 14px;
        border-radius: 5px;
        margin-top: 20px;
        display: block;
    }

    .pro .kk:hover .fd {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
    }

    .pro .kk:hover .n {
        display: none;
    }

    .pro .kk:hover .cov .zs {
        border-bottom: none;
        height: 100%;
    }

    .pro .kk .cover_img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        opacity: 0;
    }

.pro .list {
    margin-top: 60px;
}


.pro .son_tit1 .en {
    font-size: 40px;
    font-weight: bold;
}




/* 本例子css */
.slideTxtBox {
}

    .slideTxtBox .hd {
        height: 54px;
        position: relative;
        width: 340px;
        float: right;
    }

        .slideTxtBox .hd ul {
        }

            .slideTxtBox .hd ul li {
                float: left;
                cursor: pointer;
                line-height: 52px;
                height: 52px;
                background: #fff;
                width: 162px;
                text-align: center;
                color: #969696;
                font-size: 24px;
                margin-right: 2px;
            }

                .slideTxtBox .hd ul li.on {
                    background: #005cb9;
                    color: #fff;
                }

    .slideTxtBox .bd ul {
        zoom: 1;
    }

    .slideTxtBox .bd {
        margin-top: 4%;
    }

        .slideTxtBox .bd li {
            width: 13.5%;
            margin-right: 3.8%;
            float: left;
            margin-bottom: 20px;
        }

            .slideTxtBox .bd li .date {
                float: right;
                color: #999;
            }

        .slideTxtBox .bd ul li:nth-child(6n) {
            margin-right: 0;
        }

.case {
    margin-top: 110px;
    height: 760px;
    background: url(/images/pro_05.jpg) no-repeat right;
}

    .case .son_tit1 .en {
        font-size: 40px;
        font-weight: bold;
    }

    .case .son_tit1 {
        padding-top: 65px;
    }

    .case .kk {
        display: block;
        width: 100%;
        overflow: hidden;
        border-radius: 50%;
        box-shadow: 0 5px 8px #e4e4e4;
    }

        .case .kk .cov {
            flex-direction: column;
            -ms-flex-direction: column;
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
        }

        .case .kk .img2 {
            display: none;
        }

        .case .kk p {
            color: #898989;
            font-size: 24px;
            line-height: 45px;
            text-align: center;
        }

        .case .kk .img1, .case .kk .img2 {
            width: auto;
        }

        .case .kk:hover {
            box-shadow: 0 0 0 #e4e4e4;
        }

            .case .kk:hover .cov {
                background: #005cb9;
            }

            .case .kk:hover .img1 {
                display: none;
            }

            .case .kk:hover .img2 {
                display: block;
            }

            .case .kk:hover p {
                color: #fff;
            }

.ask .jianjie .son_img {
    width: 49%;
    position: absolute;
    left: 0;
    top: 0;
}

.ask .jianjie {
    position: relative;
}

.shengdian {
    margin-top: 120px;
}

    .shengdian .son_tit {
        margin-bottom: 80px;
    }

.ask .jianjie .con {
    width: 54%;
    float: right;
    margin-top: 45px;
}

    .ask .jianjie .con .tit {
        font-size: 30px;
        font-weight: bold;
        color: #005cb9;
    }

    .ask .jianjie .con .heng {
        width: 24px;
        height: 4px;
        background: #005cb9;
        margin: 45px 0;
    }

    .ask .jianjie .con .k {
        width: 70%;
        margin: 0 auto;
    }

    .ask .jianjie .con .kk {
        width: 100%;
        background: #f7f7f7;
        padding: 50px 0 90px 0;
    }

    .ask .jianjie .con .p, .ask .jianjie .con .p p {
        color: #005cb9;
        line-height: 35px;
        font-size: 16px;
        text-align: justify;
        text-justify: inter-ideograph;
    }

.history {
    margin: 50px 0 80px 0;
}

    .history .list {
        background: url(/images/aosika_bj_02.jpg) no-repeat center;
        background-size: cover;
        height: 879px;
        width: 100%;
    }

        .history .list .container {
            margin: 0;
        }

    .history .swiper-slide {
        flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        cursor: pointer;
    }

        .history .swiper-slide .con {
            width: 100%;
        }

    .history .year {
        color: #969696;
    }

    .history .y {
        font-weight: bold;
        font-size: 48px;
    }

        .history .y span {
            font-weight: 100;
            font-size: 26px;
        }

    .history .j {
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
    }

    .history .kk1 .year {
        border-bottom: 4px solid #969696;
        padding: 10px 0;
    }



    .history .shu {
        width: 1px;
        height: 115px;
        background: #969696;
    }

    .history .jt {
        width: 100%;
        display: block;
    }

    .history .img2 {
        display: none;
    }

    .history .son_img {
        width: 100%;
    }

    .history .kk2 .year {
        border-top: 4px solid #969696;
        padding: 10px 0;
    }

    .history .kk2 .k1 .cov {
        justify-content: flex-start;
    }

    .history .kk2 .k2 .cov {
        justify-content: flex-start;
    }

    .history .k1 .cov {
        flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        justify-content: flex-end;
    }

    .history .k2 .cov {
        justify-content: flex-end;
    }

    .history .swiper-slide:hover .year {
        color: #005cb9;
        border-color: #005cb9;
    }

    .history .swiper-slide:hover .img1 {
        display: none;
    }

    .history .swiper-slide:hover .img2 {
        display: block;
    }

    .history .swiper-slide:hover .shu {
        background: #005cb9;
    }


    .history .slideBox {
        width: 100%;
        height: 100%;
        overflow: hidden;
        position: relative;
    }

        .history .slideBox .hd {
            height: 5%;
            overflow: hidden;
            position: absolute;
            right: 5px;
            bottom: 5px; /*z-index: 2;*/
            left: 50%;
            margin-left: -44px;
        }

            .history .slideBox .hd ul {
                overflow: hidden;
                zoom: 1;
                float: left;
            }

                .history .slideBox .hd ul li {
                    float: left;
                    margin: 1px 7px;
                    width: 11px;
                    height: 11px;
                    background: url(/img/ind_png_10.png);
                    cursor: pointer;
                    border-radius: 10px;
                }

                    .history .slideBox .hd ul li.on {
                        width: 13px;
                        height: 13px;
                        background: url(/img/ind_png_07.png);
                        margin-top: 0;
                    }

        .history .slideBox .bd {
            position: relative;
            width: 100%; /*z-index: 1;*/
            height: 100%;
        }

            .history .slideBox .bd ul {
                width: 100%;
                height: 100%;
            }

            .history .slideBox .bd li {
                zoom: 1;
                vertical-align: middle;
                width: 100%;
                height: 100%;
            }

                .history .slideBox .bd li div {
                    display: block;
                    width: 100%;
                    margin: 0 auto;
                    height: 100%;
                }

        .history .slideBox .prev {
            display: block;
            float: right;
            overflow: hidden;
            cursor: pointer;
            background: url(../images/MVV_05_03.png) no-repeat #fff center;
            position: absolute;
            width: 32px;
            height: 32px;
            bottom: 0;
            right: 30px;
        }

        .history .slideBox .next {
            display: block;
            float: right;
            overflow: hidden;
            cursor: pointer;
            background: url(../images/MVV_03_03.png) center no-repeat #005cb9;
            position: absolute;
            width: 32px;
            height: 32px;
            right: 0px;
            bottom: 0;
        }

        .history .slideBox .tempWrap {
            width: 100% !important;
            height: 100% !important;
        }

        .history .slideBox .bd li img {
            width: auto;
            height: 100%;
        }

.bankuai {
    background: url(/images/aosika_26.jpg) no-repeat center;
    background-size: auto 100%;
    padding-top: 95px;
    padding-bottom: 110px;
}

    .bankuai .son_tit {
        color: #fff;
    }

        .bankuai .son_tit span {
            background: #fff;
        }

    .bankuai .list {
        width: 86%;
        margin: 0 auto;
        margin-top: 78px;
    }

        .bankuai .list .kk {
            width: 28.5%;
            border-radius: 50%;
            overflow: hidden;
        }

            .bankuai .list .kk .con {
                width: 90%;
                flex-direction: column;
                -ms-flex-direction: column;
                -moz-flex-direction: column;
                -webkit-flex-direction: column;
            }

            .bankuai .list .kk .tit {
                color: #005cb9;
                font-size: 30px;
                line-height: 39px;
                text-align: center;
                font-weight: bold;
            }

            .bankuai .list .kk .heng {
                width: 30px;
                height: 3px;
                margin: 38px auto;
                background: #005cb9;
            }

            .bankuai .list .kk .p {
                color: #005cb9;
                font-size: 22px;
                line-height: 38px;
                text-align: center;
                min-height: 152px;
            }

            .bankuai .list .kk .cov {
                background: rgba(255,255,255,0.9);
                background-size: 100% 100%;
                opacity: 0;
            }

            .bankuai .list .kk:hover .cov {
                opacity: 1;
            }





.jiangxiang .list {
    width: 86%;
    margin: 0 auto;
    margin-top: 78px;
}

.jiangxiang {
    padding: 90px 0 100px 0;
}

    .jiangxiang .list .kk {
        width: 31.5%;
        overflow: hidden;
        position: relative;
        float: left;
        margin-right: 2.75%;
        margin-bottom: 40px;
    }

    .jiangxiang .list .tit {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        font-size: 26px;
        font-weight: bold;
        text-align: center;
        line-height: 40px;
        background: #e1e1e1;
        padding: 15px 0;
    }

.djs_rongyu .list .tit {
    line-height: 18px;
}

.jiangxiang .list .cover {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,92,185,0.8);
    width: 100%;
    height: 100%;
    flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    opacity: 0;
}

    .jiangxiang .list .cover .bt {
        font-size: 30px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 30px;
    }

    .jiangxiang .list .cover .p {
        width: 88%;
        color: #fff;
        font-size: 18px;
        line-height: 39px;
        text-align: center;
        max-height: 50%;
    }

.jiangxiang .list .kk:hover .tit {
    opacity: 0;
}

.jiangxiang .list .kk:hover .cover {
    opacity: 1;
}

.jiangxiang .list .kk:nth-child(3n) {
    margin-right: 0;
}

.jds .jianjie .con {
    background: #f7f7f7;
    padding: 100px 0 86px 0;
}

.jds .jianjie {
    position: relative;
}

    .jds .jianjie .con .kk {
        width: 45%;
        margin-right: 14%;
        float: right;
    }

        .jds .jianjie .con .kk .tit {
            font-size: 24px;
            font-weight: bold;
            color: #828282;
            margin-bottom: 30px;
        }

        .jds .jianjie .con .kk .p, .jds .jianjie .con .kk .p p {
            color: #828282;
            font-size: 16px;
            line-height: 35px;
            text-align: justify;
            text-justify: inter-ideograph;
        }

    .jds .jianjie .img {
        display: block;
        position: absolute;
        width: 23%;
        left: 8.5%;
        top: -60px;
    }

.jds .jianjie {
    margin-top: 30px;
}

.jds .mvv .kk1 {
    margin-top: 140px;
}

.history_jd .kk {
    margin-bottom: 70px;
}

.history_jd .top .son_tit {
    float: left;
    margin-left: 92px;
}

.history_jd .top .p {
    width: 53%;
    float: right;
    margin-right: 5.8%;
    color: #828282;
    line-height: 35px;
    font-size: 16px;
    text-align: justify;
    text-justify: inter-ideograph;
}

    .history_jd .top .p p {
        color: #828282;
        line-height: 35px;
        font-size: 16px;
        text-align: justify;
        text-justify: inter-ideograph;
    }

.history_jd .top .gq {
    float: right;
}

.history_jd .top {
    margin-bottom: 60px;
}

.history_jd .picScroll-left {
    overflow: hidden;
    position: relative;
    margin-top: 57px;
}

    .history_jd .picScroll-left .hd_zs {
        overflow: hidden;
        position: absolute;
        z-index: 1111;
        height: 200px;
        width: 100%;
        top: 0px;
    }

        .history_jd .picScroll-left .hd_zs .prev_zs,
        .history_jd .picScroll-left .next_zs {
            display: block;
            float: right;
            overflow: hidden;
            cursor: pointer;
            background: url(../images/jiaodoushi_07.png) no-repeat #f7f7f7 center;
            position: absolute;
            width: 55px;
            height: 100%;
            top: 0;
        }

    .history_jd .picScroll-left .next_zs {
        right: 0px;
        display: block;
        float: right;
        overflow: hidden;
        cursor: pointer;
        background: url(../images/jiaodoushi_077.png) no-repeat #f7f7f7 center;
        position: absolute;
        width: 55px;
        height: 100%;
        top: 0;
    }

    .history_jd .picScroll-left .hd_zs .prevStop_zs {
        background-position: -60px 0;
    }

    .history_jd .picScroll-left .hd_zs .nextStop_zs {
        background-position: -60px -50px;
    }

    .history_jd .picScroll-left .hd_zs ul {
        float: right;
        overflow: hidden;
        zoom: 1;
        margin-top: 10px;
        zoom: 1;
    }

        .history_jd .picScroll-left .hd_zs ul li {
            float: left;
            width: 9px;
            height: 9px;
            overflow: hidden;
            margin-right: 5px;
            text-indent: -999px;
            cursor: pointer;
        }

            .history_jd .picScroll-left .hd_zs ul li.on {
                background-position: 0 0;
            }

    .history_jd .picScroll-left .bd_zs {
        margin-left: 32px;
        position: relative;
        z-index: 2222;
        width: 93%;
        margin: 0 auto;
        overflow: hidden;
    }

        .history_jd .picScroll-left .bd_zs ul {
            float: left;
            _display: inline;
            overflow: hidden;
            text-align: center;
        }

            .history_jd .picScroll-left .bd_zs ul li {
                width: 24%;
                border-radius: 100px;
                float: left;
                position: relative;
                margin-right: 1%;
            }

    .history_jd .picScroll-left .tempWrap {
        border-right: none;
        overflow: hidden;
    }




.history_jd .swiper-button-next, .history_jd .swiper-button-prev {
    margin-top: 0;
    top: 0;
    height: 100%;
    width: 50px;
    opacity: 1;
}

.history_jd .swiper-button-prev {
    left: 0;
    background: url(../images/jiaodoushi_07.png) no-repeat #f7f7f7 center;
}

.history_jd .swiper-button-next {
    right: 0;
    background: url(../images/jiaodoushi_077.png) no-repeat #f7f7f7 center;
}

    .history_jd .swiper-button-next:hover {
        background: url(../images/jiaodoushi_10.png) no-repeat #005cb9 center;
    }

.history_jd .swiper-button-prev:hover {
    background: url(../images/jiaodoushi_100.png) no-repeat #005cb9 center;
}

.kehu {
    padding: 130px 0 20px 0;
}

    .kehu .kk {
        position: relative;
        width: 100%;
        margin-bottom: 80px;
        background: #f7f7f7;
        display: block;
    }

        .kehu .kk .son_img {
            width: 50%;
        }

        .kehu .kk .con {
            width: 50%;
            position: absolute;
            top: 0;
            height: 100%;
            justify-content: flex-start;
        }

            .kehu .kk .con .k {
                width: 73%;
                margin-left: 120px;
            }

        .kehu .kk .p {
            color: #828282;
            font-size: 16px;
            line-height: 49px;
            margin: 60px 0 50px 0;
            text-align: justify;
            text-justify: inter-ideograph;
            text-indent: 2em;
        }

        .kehu .kk .more {
            width: 180px;
            height: 45px;
            text-align: center;
            background: #828282;
            color: #fff;
            font-size: 16px;
            line-height: 45px;
        }

    .kehu .kk1 .con {
        right: 0;
    }

    .kehu .kk2 .son_img {
        float: right;
    }

    .kehu .kk2 .con {
        left: 0;
    }

    .kehu .son_tit1 {
        color: #828282;
    }

        .kehu .son_tit1 .cn {
            font-size: 40px;
            font-weight: bold;
        }

        .kehu .son_tit1 .num .span {
            background: #828282;
        }

        .kehu .son_tit1 .num {
            margin-top: 10px;
            left: -120px;
        }

    .kehu .kk:hover {
        background: #005cb9;
    }

        .kehu .kk:hover .son_tit1 {
            color: #fff;
        }

        .kehu .kk:hover .p {
            color: #fff;
        }

        .kehu .kk:hover .more {
            background: #fff;
            color: #005cb9;
        }

        .kehu .kk:hover .son_tit1 .num .span {
            background: #fff;
        }

.sdl_fw {
    padding-top: 100px;
}

    .sdl_fw .son_tit {
        margin-bottom: 30px;
    }

    .sdl_fw .kk {
        position: relative;
        width: 100%;
        margin-bottom: 110px;
        background: #f7f7f7;
    }

        .sdl_fw .kk .son_img {
            width: 67.5%;
        }

        .sdl_fw .kk .con {
            position: absolute;
            height: 100%;
            top: 0;
            width: 32.5%;
        }

    .sdl_fw .kk1 .con {
        right: 0;
    }

    .sdl_fw .kk1 .son_img {
        float: left;
    }

    .sdl_fw .kk2 .con {
        left: 0;
    }

    .sdl_fw .kk2 .son_img {
        float: right;
    }

    .sdl_fw .kk2 .con {
        left: 0;
    }

    .sdl_fw .kk2 .son_img {
        float: right;
    }

    .sdl_fw .kk .con .k {
        width: 62.5%;
        max-height: 96%;
        overflow: auto;
    }

    .sdl_fw .kk .top {
        display: block;
        margin-bottom: 30px;
    }

    .sdl_fw .kk .img2 {
        display: none;
    }

    .sdl_fw .kk .k1 {
        margin-bottom: 20px;
    }

    .sdl_fw .kk .bt {
        font-size: 18px;
        margin-bottom: 5px;
        font-weight: bold;
        color: #005cb9;
    }

    .sdl_fw .kk .p p, .sdl_fw .kk .p {
        color: #999999;
        font-size: 14px;
        line-height: 28px;
    }

    .sdl_fw .kk:hover {
        background: #005cb9;
    }

        .sdl_fw .kk:hover .img2 {
            display: block;
        }

        .sdl_fw .kk:hover .img1 {
            display: none;
        }

        .sdl_fw .kk:hover .bt {
            color: #fff;
        }

        .sdl_fw .kk:hover p {
            color: #fff;
        }

.width_1780 {
    width: 92.7%;
    margin: 0 auto;
}

.sdl_fw .list .kkk {
    width: 18.8%;
    float: left;
    position: relative;
    margin-right: 1.5%;
}

    .sdl_fw .list .kkk:nth-child(3) {
        opacity: 0.5;
    }

    .sdl_fw .list .kkk:nth-child(4) {
        opacity: 0.5;
    }

    .sdl_fw .list .kkk:nth-child(5) {
        opacity: 0.5;
    }

    .sdl_fw .list .kkk .cover1 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,92,185,0.8);
        text-align: center;
        flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

        .sdl_fw .list .kkk .cover1 .tit {
            font-size: 24px;
            line-height: 55px;
            color: #fff;
            text-align: center;
        }

        .sdl_fw .list .kkk .cover1 .num {
            width: 105px;
            height: 105px;
            border: 1px solid #fff;
            text-align: center;
            line-height: 105px;
            color: #fff;
            font-size: 24px;
            border-radius: 100px;
        }

    .sdl_fw .list .kkk:hover .cover1 {
        opacity: 0;
    }

    .sdl_fw .list .kkk:nth-child(5n) {
        margin-right: 0;
    }

.sdl_fw .list {
    margin-bottom: 60px;
}

.nj_fw {
    margin-bottom: 50px;
}

    .nj_fw .son_tit i {
        color: #9e9e9e;
        font-size: 18px;
    }

    .nj_fw .img1 {
        display: block;
        width: 100%;
    }

    .nj_fw .list {
        margin: 85px auto 110px auto;
    }

    .nj_fw .kk {
        position: relative;
        width: 32.2%;
        margin-right: 1.7%;
        float: left;
    }

        .nj_fw .kk:nth-child(3n) {
            margin-right: 0;
        }

        .nj_fw .kk .cover1 {
            height: 60px;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            background: rgba(0,92,185,0.8);
            text-align: center;
            flex-direction: column;
            -ms-flex-direction: column;
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
            color: #fff;
            transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        }

            .nj_fw .kk .cover1 .tit {
                font-size: 24px;
                font-weight: bold;
                text-transform: uppercase;
            }

            .nj_fw .kk .cover1 .heng {
                width: 17px;
                height: 2px;
                background: #fff;
                margin: 18px auto;
                display: none;
            }

            .nj_fw .kk .cover1 .p, .nj_fw .kk .cover1 .p p {
                font-size: 24px;
                font-family: "SimHei";
                line-height: 43px;
                width: 80%;
                text-align: center;
                margin: 0 auto;
            }

            .nj_fw .kk .cover1 .p {
                display: none;
                min-height: 172px;
            }

        .nj_fw .kk:hover .cover1 {
            height: 100%;
        }

            .nj_fw .kk:hover .cover1 .heng {
                display: block;
            }

            .nj_fw .kk:hover .cover1 .p {
                display: block;
            }

.xueyuan .jianjie {
    background: #f7f7f7;
    position: relative;
    margin-top: 50px;
    margin-bottom: 90px;
}

    .xueyuan .jianjie .son_img {
        width: 33.5%;
    }

    .xueyuan .jianjie .con {
        width: 66.5%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
    }

        .xueyuan .jianjie .con .kk {
            width: 71.5%;
        }

            .xueyuan .jianjie .con .kk .p, .xueyuan .jianjie .con .kk .p p {
                color: #828282;
                font-size: 16px;
                line-height: 35px;
                text-align: justify;
                text-justify: inter-ideograph;
            }

.xueyuan {
    padding-top: 90px;
}

.tese {
    width: 100%;
    background: url(/images/xueyuan_06.jpg) no-repeat center top;
    margin-bottom: 70px;
}

    .tese .list1 {
        margin-top: 70px;
        padding-top: 120px;
        padding-bottom: 100px;
    }

        .tese .list1 .son_img {
            width: 15%;
            margin-right: 2%;
            float: left;
        }

            .tese .list1 .son_img:nth-child(6n) {
                margin-right: 0;
            }

        .tese .list1 .cov {
            flex-direction: column;
            -ms-flex-direction: column;
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
            text-align: center;
            color: #878787;
            border-radius: 50%;
        }

        .tese .list1 .tit {
            font-size: 24px;
            font-weight: bold;
        }

        .tese .list1 .heng {
            width: 18px;
            height: 3px;
            background: #878787;
            margin: 15px auto;
        }

        .tese .list1 .p {
            font-size: 16px;
            line-height: 28px;
            text-align: center;
            width: 80%;
            min-height: 56px;
        }

        .tese .list1 .son_img:hover .cov {
            background: #005cb9;
            color: #fff;
        }

        .tese .list1 .son_img:hover .heng {
            background: #fff;
        }

    .tese .list2 {
        background: #fff;
        padding: 25px;
    }

        .tese .list2 .kk {
            width: 33%;
            margin-right: 0.5%;
            float: left;
            position: relative;
        }

            .tese .list2 .kk .cover1 {
                height: 66px;
                background: #878787;
                width: 100%;
                bottom: 0;
                left: 0;
                position: absolute;
                flex-direction: column;
                -ms-flex-direction: column;
                -moz-flex-direction: column;
                -webkit-flex-direction: column;
                transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
            }

                .tese .list2 .kk .cover1 .tit {
                    color: #fff;
                    font-size: 24px;
                    text-align: center;
                    font-weight: bold;
                }

                .tese .list2 .kk .cover1 .heng {
                    width: 80%;
                    height: 1px;
                    background: #fff;
                    margin: 18px auto 25px auto;
                    display: none;
                }

                .tese .list2 .kk .cover1 .p {
                    width: 80%;
                    margin: 0 auto;
                    color: #fff;
                    font-size: 18px;
                    line-height: 35px;
                    display: none;
                }

                    .tese .list2 .kk .cover1 .p p {
                        color: #fff;
                        font-size: 18px;
                        line-height: 35px;
                        text-align: justify;
                        text-justify: inter-ideograph;
                    }

            .tese .list2 .kk:nth-child(3n) {
                margin-right: 0;
            }

            .tese .list2 .kk:hover .cover1 {
                height: 100%;
                background: rgba(0,92,185,0.8);
            }

                .tese .list2 .kk:hover .cover1 .heng {
                    display: block;
                }

                .tese .list2 .kk:hover .cover1 .p {
                    display: block;
                }

.xiangmu {
    background: url(/images/xueyuan_08.jpg) no-repeat center;
    background-size: cover;
    margin-top: 50px;
    padding: 160px 0 150px 0;
}

    .xiangmu .kk {
        position: relative;
        width: 22.3%;
        margin-right: 3.6%;
        overflow: hidden;
        border-radius: 50%;
        background: rgba(255,255,255,0.7);
        float: left;
    }

        .xiangmu .kk:nth-child(4n) {
            margin-right: 0;
        }

        .xiangmu .kk .cov {
            flex-direction: column;
            -ms-flex-direction: column;
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
        }



            .xiangmu .kk .cov .tit {
                color: #4472c4;
                font-size: 28px;
                font-weight: bold;
                line-height: 60px;
                text-align: center;
            }

            .xiangmu .kk .cov img {
                display: block;
                width: auto;
            }

            .xiangmu .kk .cov .img2 {
                display: none;
            }

        .xiangmu .kk:hover {
            background: rgba(0,92,185,0.7);
        }

            .xiangmu .kk:hover .tit {
                color: #fff;
            }

            .xiangmu .kk:hover .img1 {
                display: none;
            }

            .xiangmu .kk:hover .img2 {
                display: block;
            }



.case:hover .cov, .tese .list1 .son_img:hover .cov, .bankuai .list .kk:hover .cov {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.tese .list1 .son_img {
}

.banner_top {
    position: absolute;
    top: 60px;
    right: 290px;
    z-index: 9;
}

    .banner_top a {
        display: block;
        float: left;
        color: #fff;
        font-size: 22px;
        margin-right: 30px;
    }

    .banner_top .dq img {
        vertical-align: text-top;
        margin-right: 8px;
    }

.fsPiao {
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -152px;
    height: 304px;
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}

    .fsPiao .fsPart {
        width: 60px;
        height: 60px;
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background: #d2d2d2;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
    }

    .fsPiao a:last-child {
        background: #a0a0a0;
    }

    .fsPiao .fsPart .fsMeng {
        position: absolute;
        right: 60px;
        top: 0;
        padding: 0 30px;
        height: 60px;
        background: #005cb9;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        font-size: 16px;
        color: #FFFFFF;
        display: none;
        white-space: nowrap;
    }

    .fsPiao .fsPart:hover {
        background: #005cb9;
    }

        .fsPiao .fsPart:hover .fsMeng {
            right: 60px;
            display: block;
            line-height: 60px;
            text-align: center;
        }

.footer .ewm {
    /*display: none;*/
}

.fsPiao .fsPart .ewm_c {
    max-width: 400px;
    height: 219px;
    top: -61px;
    width: 225px;
    padding: 0;
}

.b_wb {
    width: 50%;
}

    .b_wb .ly {
        width: 112px;
        height: 40px;
        background: #005cb9;
        color: #fff;
        display: block;
        text-align: center;
        font-size: 18px;
        font-family: "SimHei";
        line-height: 40px;
    }

.pro_cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,92,125,0.8);
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 999;
}

    .pro_cover .p_kk {
        width: 1400px;
        height: 460px;
        background: #fff;
        position: relative;
    }

    .pro_cover .cov_k {
        width: 1400px;
        height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
        background: #fff;
        position: relative;
        padding: 30px 0;
    }

.yingyang .pro_cover .cov_k .tk {
    padding-bottom: 30px;
}

    .yingyang .pro_cover .cov_k .tk:last-child {
        padding-bottom: 0;
    }

.pro_cover .cov_k .tk {
    width: 100%;
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 460px;
}

    .pro_cover .cov_k .tk .cov_img {
        width: 37%;
        background: #fff;
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .pro_cover .cov_k .tk .cov_img img {
            max-width: 80%;
            max-height: 90%;
        }

    .pro_cover .cov_k .tk .right {
        width: 63%;
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        justify-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        background: #fff;
        min-height: 460px;
        border-left: 1px solid #307ac4;
    }

        .pro_cover .cov_k .tk .right .rk {
            width: 75%;
        }

.pro_cover .p_tit {
    color: #005cb9;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pro_cover .f_tit {
    font-weight: bold;
    font-size: 18px;
    color: #828282;
}

    .pro_cover .f_tit span {
        display: block;
        float: left;
        width: 8px;
        height: 9px;
        background: #828282;
        margin-right: 16px;
        margin-top: 5px;
    }

.pro_cover .text {
    margin-top: 20px;
}

    .pro_cover .text p {
        color: #828282;
        font-size: 16px;
        line-height: 34px;
    }

.pro_cover .del {
    position: absolute;
    right: 0px;
    top: -83px;
    width: 53px;
    height: 53px;
}

.cov_ly {
    background: rgba(0,92,185,0.85);
    display: -moz-box; /* Firefox */
    display: -ms-flexbox; /* IE10 */
    display: -webkit-box; /* Safari */
    display: -webkit-flex; /* Chrome, WebKit */
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
}

    .cov_ly .kk {
        width: 1350px;
    }

        .cov_ly .kk .top {
            font-size: 30px;
            margin-bottom: 33px;
            color: #fff;
            font-size: 30px;
            font-weight: bold;
        }

        .cov_ly .kk .del img {
            width: 37px;
        }

        .cov_ly .kk .del {
            float: right;
        }

        .cov_ly .kk .nr {
            border-radius: 5px;
            overflow: hidden;
        }

            .cov_ly .kk .nr .k {
                margin-bottom: 1px;
                line-height: 60px;
                background: #fff;
                display: -moz-box; /* Firefox */
                display: -ms-flexbox; /* IE10 */
                display: -webkit-box; /* Safari */
                display: -webkit-flex; /* Chrome, WebKit */
                display: flex;
                justify-content: flex-start;
                align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                width: 96%;
                padding: 0 2%;
            }

                .cov_ly .kk .nr .k .sx {
                    width: 60px;
                    color: #616161;
                    font-size: 18px;
                }

                .cov_ly .kk .nr .k .input {
                    line-height: 60px;
                    width: 96%;
                    margin: 0 auto;
                    color: #616161;
                    font-size: 18px;
                    display: block;
                }

            .cov_ly .kk .nr .textarea {
                height: 230px;
                background: #fff;
                align-items: baseline;
            }

                .cov_ly .kk .nr .textarea .sx {
                    width: 100px;
                }

                .cov_ly .kk .nr .textarea .input {
                    color: #616161;
                    font-family: 'SimHei';
                    resize: none;
                    line-height: 30px;
                    height: 200px;
                    margin: 15px 0;
                }

        .cov_ly .kk .bot {
            background: #fff;
            padding-top: 86px;
            padding-bottom: 30px;
        }

        .cov_ly .kk .btn {
            float: right;
            display: block;
            width: 105px;
            height: 38px;
            background: #005cb9;
            line-height: 38px;
            text-align: center;
            color: #fff;
            font-size: 18px;
            margin-right: 60px;
        }

.area {
    margin-top: 115px;
}

    .area .kk {
        width: 33%;
        float: left;
        margin-right: 0.5%;
        background: #f7f7f7;
        margin-bottom: 50px;
        /*text-transform: uppercase;*/
    }

        .area .kk:nth-child(3n) {
            margin-right: 0;
        }

        .area .kk .tit {
            font-weight: bold;
            font-size: 20px;
            line-height: 40px;
            padding: 10px;
            text-transform: uppercase;
            color: #fff;
            background: #005cb9;
        }

        .area .kk .con {
            width: 88%;
            padding: 20px 0;
            margin: 0 auto;
        }

            .area .kk .con p {
                color: #125eac;
                font-size: 16px;
                line-height: 40px;
            }

                .area .kk .con p a {
                    color: #3fae49;
                }

.fsSearchBtn {
    position: relative;
    width: 26px;
    height: 26px;
    float: left;
    cursor: pointer;
    margin-right: 25px;
}

.fsSearchView {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 260px;
    background: rgba(0, 92, 185, .85);
    display: none;
    z-index: 2;
}

    .fsSearchView .fsSearchViewDetail {
        width: 800px;
        margin: 43px auto;
        height: 23px;
        padding: 5px 0;
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        justify-content: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
        border-bottom: 1px solid #FFFFFF;
        margin-top: 152px;
    }

        .fsSearchView .fsSearchViewDetail .fsShu {
            height: 23px;
            width: 1px;
            background: #FFFFFF;
            display: none;
        }

        .fsSearchView .fsSearchViewDetail .input {
            flex: 1;
            margin: 0 10px;
            line-height: 23px;
            background: none;
            color: #FFFFFF;
            font-size: 14px;
            height: 30px;
        }

input::-webkit-input-placeholder {
    color: #FFFFFF;
}

.indexBanner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.cov_ly .kk .nr .k input::-webkit-input-placeholder {
    color: #616161;
    font-size: 18px;
}

.team .slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}
    /*.team .slideBox .hd { height:10px; overflow: hidden; position: absolute; right: 5px; bottom:24px; z-index: 2; left: 50%; margin-left: -75px; }*/
    .team .slideBox .hd ul {
        overflow: hidden;
        zoom: 1;
        float: left;
        margin-left: 23%;
        /*width: 61%;*/
        height: 50px;
        padding-top: 5px;
        padding-left: 5px;
    }

        .team .slideBox .hd ul li {
            width: 130px;
            height: 44px;
            text-align: center;
            line-height: 44px;
            color: #868686;
            font-size: 16px;
            box-shadow: 0 0 10px #bbb;
            float: right;
            display: block;
            margin-right: 12px;
            cursor: pointer;
        }

    .team .slideBox .hd {
        height: 55px;
        width: 50%;
        position: absolute;
        left: 0;
        bottom: 50px;
        z-index: 10;
    }

        .team .slideBox .hd ul li.on {
            background: #005cb9;
            box-shadow: none;
            color: #fff;
        }

    .team .slideBox .bd {
        position: relative;
        width: 100%;
        z-index: 1;
        height: 100%;
    }

        .team .slideBox .bd ul {
            width: 100%;
            height: 100%;
        }

        .team .slideBox .bd li {
            zoom: 1;
            vertical-align: middle;
            width: 100%;
            height: 100%;
        }

    .team .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;
    }

    .team .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;
    }

    .team .slideBox .tempWrap {
        width: 100%;
        height: 100% !important;
    }

.team .kk2 .slideBox .hd {
    left: auto;
    margin-left: auto;
    right: 0;
}

    .team .kk2 .slideBox .hd ul {
        /*margin-right: 16%;
        margin-left:0;*/
    }

.caseL .case_k {
    width: 87.5%;
    margin: 0 auto;
    padding: 60px 0;
}

    .caseL .case_k .tt {
        font-size: 18px;
        line-height: 42px;
        color: #777676;
        display: block;
    }

    .caseL .case_k .tit {
        float: left;
        width: 50%;
    }

    .caseL .case_k .span {
        display: block;
        width: 5px;
        height: 5px;
        float: left;
        margin-right: 10px;
        background: #777676;
        margin-top: 17px;
    }

    .caseL .case_k .date {
        float: right;
    }

    .caseL .case_k .tt:hover {
        color: #005cb9;
    }

        .caseL .case_k .tt:hover .span {
            background: #005cb9;
        }

.caseL .son_tit a {
    display: block;
    float: left;
    color: #777676;
    font-weight: bold;
}

.caseL .son_tit .xz {
    color: #005cb9;
}

.caseL .son_tit .shu {
    height: 23px;
    width: 1px;
    background: #777676;
    margin: 0 26px;
    float: left;
    margin-top: 23px;
}

    .caseL .son_tit .shu:last-child {
        display: none;
    }

.ss {
    width: 26px;
    height: 26px;
    display: block;
    background: url(/images/ind_png_06.png);
}

.case_list_n {
    padding-top: 0;
}

.jiangxiang .list .cover .swiper-slide {
    font-size: 18px;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 120px;
}

    .jiangxiang .list .cover .swiper-slide p {
        width: 94%;
    }

.cover_ie10 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #005cb9;
    z-index: 999;
    display: none;
    opacity: 0.8;
}

    .cover_ie10 p {
        text-align: center;
        color: #fff;
        font-size: 28px;
        width: 80%;
        margin: 10% auto 0 auto;
        line-height: 40px;
    }

.djs_rongyu .list .kk:hover .tit {
    opacity: 1;
}

.djs_rongyu .list .kk:hover .cover {
    opacity: 0;
}

.djs_rongyu .list .kk:nth-child(3n) {
    margin-right: 1.25%;
}

.djs_rongyu .list .kk:nth-child(5n) {
    margin-right: 0;
}

.djs_rongyu .list .kk {
    width: 19%;
    margin-right: 1.25%;
}

.page {
    padding: 30px 0;
}

    .page a {
        line-height: 36px;
        height: 36px;
        width: 36px;
        text-align: center;
        color: #777676;
        font-size: 16px;
        margin-right: 15px !important;
    }

    .page span {
        color: #005cb9;
        font-weight: bold;
        margin-right: 15px !important;
    }
/*自适应开始*/

.wid960 {
    display: none !important;
}

.wid1920 {
}

.wid_1300, .wid_820, .wid_820 {
    display: none;
}

#ind_video_cov {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
}

    #ind_video_cov .kk {
        height: 320px;
        width: 86%;
        position: relative;
    }

    #ind_video_cov .k {
        height: 260px;
        width: 100%;
    }

    #ind_video_cov .cls {
        display: block;
        z-index: 99;
        text-align: right;
        height: 30px;
    }

    #ind_video_cov .cls {
        position: absolute;
        top: 0;
        right: 0;
    }

@media screen and (max-width:1850px) {
    .tese .list2 .kk .cover1 .p p {
        min-height: 140px;
    }
}

@media screen and (max-width:1800px) {
    .pro .kk .p {
        min-height: 112px;
    }

    .cul .kk1 .k .p {
        min-height: 120px;
    }

    .czfz .kk .con {
        min-height: 361px;
    }
}

@media screen and (max-width:1700px) {
    .xueyuan .jianjie .con .kk {
        width: 98%;
    }

    .jiangxiang .list {
        width: 100%;
    }

    .bankuai .list .kk .heng {
        margin: 10px 0;
    }

    .ind_about .kk {
        width: 86%;
    }
}

@media screen and (max-width:1620px) {
    .b_wb {
        width: 55%;
    }

    .team .p, .team .p p {
        line-height: 30px;
    }

    .team .k .left .k1 {
        margin-left: 12%;
        width: 76%;
    }

    .team .slideBox .hd ul {
        margin-left: 12%;
    }
}

@media screen and (max-width:1530px) {
    .tese .list1 .son_img {
        width: 16.5%;
        margin-right: 0.2%;
    }
}

@media screen and (max-width:1500px) {
    /*.b_wb {
        width: 50%;
    }*/

    /*.footer .ul1 {
        width: 35%;
    }*/

    .footer .kk {
        width: 96%;
    }

    .pro_cover .cov_k {
        width: 100%;
    }

    .pro_cover .p_kk {
        width: 90%;
    }

    .kehu .kk .p {
        margin: 20px 0;
    }

    .width_1520 {
        width: 96%;
    }



    .jds .jianjie .con .kk {
        width: 60%;
        margin-right: 5%;
    }

    .jiangxiang .list .kk {
        margin-right: 0.5%;
        width: 33%;
    }

    .djs_rongyu .list .kk {
        margin-right: 1.25%;
        width: 19%;
    }

    .jiangxiang .list .cover .p {
        width: 99%;
    }

    .jiangxiang .list .cover .bt {
        margin-bottom: 10px;
    }

    .yrln .con {
        top: 50px;
    }

    .rczp .list .container {
        width: 98%;
    }

    .bankuai .list {
        width: 96%;
    }

        .bankuai .list .kk {
            width: 32.5%;
        }
}

@media screen and (max-width:1400px) {
    .jijin .kk2 .k, .jijin .kk1 {
        width: 50%;
    }

    .slideTxtBox .bd li {
        width: 15%;
        margin-right: 1%;
    }

    .xueyuan .jianjie .con .kk .p, .xueyuan .jianjie .con .kk .p p {
        line-height: 28px;
    }

    .ask .jianjie .son_img {
        position: relative;
        margin: 0 auto;
        margin-left: 15%;
    }

    .ask .jianjie .con {
        width: 100%;
    }

    .team .slideBox .hd {
        bottom: 30px;
    }

    .cov_ly .kk {
        width: 90%;
    }

    .tese .list2 .kk .cover1 .p {
        min-height: 175px;
    }

    .czfz .kk .con {
        min-height: 391px;
    }

    .tese .list1 .p {
        min-height: 84px;
    }
}

@media screen and (max-width:1350px) {
    .pro .kk .fdj {
        width: 58px;
        height: 58px;
    }

    .pro .kk .tit {
        font-size: 26px;
        line-height: 46px;
    }

    .team .slideBox .hd {
        bottom: 15px;
    }
}

@media screen and (max-width:1300px) {
    .czfz .kk .con {
        min-height: 422px;
    }

    .ind_about .kk {
        width: 85%;
    }

    .ind_pro .right .con {
        width: 68%;
    }

    .jituan .kk1 {
        flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

        .jituan .kk1 .left {
            width: 96%;
            margin-left: auto;
            margin-right: auto;
        }

        .jituan .kk1 .right {
            width: 96%;
            margin-top: 20px;
        }

        .jituan .kk1 .left .kk {
            width: 100%;
        }

        .jituan .kk1 .bj {
            width: 100%;
        }

    .jituan .kk2 .img {
        display: none;
    }

    .jituan .kk2 .right {
        width: 96%;
        margin-left: 2%;
    }

    .jituan .kk2 .bj {
        width: 100%;
    }

    .jituan .kk2 {
        padding-top: 20px;
        border-top: 50px solid #fff;
    }

    .jituan .kk1 {
        padding-bottom: 0;
    }

    .jituan .kk3 {
        flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        padding: 20px 0;
    }

        .jituan .kk3 .left {
            width: 96%;
            margin-left: 0;
        }

    .jituan .kk4 {
        padding-top: 50px;
        flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

        .jituan .kk4 .ie_kk {
            flex-direction: column;
            -ms-flex-direction: column;
            -moz-flex-direction: column;
            -webkit-flex-direction: column;
        }

        .jituan .kk4 .nr {
            width: 96%;
            margin-left: 0;
        }

        .jituan .kk4 .bj {
            width: 100%;
        }

    .wid_1300 {
        display: block;
    }

    .wid_1300_n {
        display: none;
    }

    .jituan .kk4 .nr .wid_1300 img {
        margin: 40px auto 0 auto;
    }

    .footer .ul1 {
        display: none;
    }

    .jituan .kk5 .bj {
        height: auto;
    }

    .b_wb {
        width: 76%;
    }

    .jituan .kk3 .right {
        width: 100%;
    }

    .zhongguo .width_1400 {
        width: 96%;
    }

    .sdl_fw .list .kkk {
        width: 33%;
        margin-right: 0.5%;
        margin-bottom: 20px;
    }

        .sdl_fw .list .kkk:nth-child(3n) {
            margin-right: 0;
        }

    .xueyuan .jianjie .son_img {
        display: none;
    }

    .xueyuan .jianjie .con {
        position: relative;
        width: 90%;
        left: auto;
        margin: 0 auto;
        padding: 20px 0;
    }

    .tese .list1 .son_img {
        width: 24%;
        margin-right: 13%;
    }

        .tese .list1 .son_img:nth-child(3n) {
            margin-right: 0;
        }

    .tese .list1 {
        padding-top: 70px;
    }

    .jds .jianjie .img {
        float: left;
        position: relative;
        top: 0;
        margin-left: 5%;
        width: 26%;
        left: auto;
    }

    .cul .kk1 .k {
        width: 80%;
        margin: 0 auto 10px auto;
        float: none;
    }

        .cul .kk1 .k:nth-child(3n) {
            margin: 0 auto 10px auto;
        }

    .news .list .kk .con {
        width: 50%;
    }

    .team .slideBox .bd li {
        flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .team .k .left, .team .k .right {
        width: 80%;
    }

    .team .tit {
        padding-top: 30px;
    }

    .team .k .left .k1 {
        width: 100%;
        margin-left: 0;
    }

    .team #slideBox1 .hd {
        bottom: auto;
        bottom: 20px;
    }

    .team #slideBox1 {
        overflow: auto;
        padding-bottom: 130px;
    }

    .team #slideBox2 .hd {
        bottom: auto;
        bottom: 20px;
    }

    .team #slideBox2 {
        overflow: auto;
        padding-bottom: 130px;
    }

    .team #slideBox .hd {
        bottom: auto;
        bottom: 20px;
    }

    .team #slideBox {
        overflow: auto;
        padding-bottom: 130px;
    }

    .yrln .con .kk {
        padding: 28px 0 40px 0;
    }

    .yrln .con .k {
        margin-right: auto;
    }

    .rczp .swiper-container {
        height: 200px;
    }

    .width_1400 {
        width: 96%;
    }

    .slideTxtBox .bd li {
        width: 22%;
        margin-right: 11%;
    }

    .slideTxtBox .bd .flex_c li {
        margin-right: 1%;
    }

    .ind_about .left {
        width: 52%;
    }

    .ind_about .img {
        width: 48%;
    }
}

@media screen and (max-width:1200px) {
    .pro .kk .p {
        line-height: 24px;
    }

    .sdl_fw .kk .son_img {
        width: 100%;
        float: none;
    }

    .pro .kk .more {
        margin-top: 0;
    }

    .sdl_fw .kk .con {
        width: 100%;
        position: relative;
    }

        .sdl_fw .kk .con .k {
            width: 98%;
            padding-top: 30px;
        }

    .sdl_fw .kk .k1 {
        width: 50%;
        float: left;
    }

    .nj_fw .kk .cover1 .p, .nj_fw .kk .cover1 .p p {
        width: 96%;
    }

    .width_1700 {
        width: 98%;
    }

    .tese .list2 .kk .cover1 .heng {
        margin: 8px auto;
    }

    .tese .list2 .kk .cover1 .p p {
        font-size: 16px;
        line-height: 24px;
    }

    .tese .list2 .kk .cover1 .tit {
        font-size: 20px;
    }

    .width_1460 {
        width: 90%;
    }

    .jds .mvv .kk1 {
        margin-top: 70px;
    }

    .ask .jianjie .son_img {
        width: 70%;
    }

    .bankuai .list {
        width: 500px;
        flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

        .bankuai .list .kk {
            width: 74%;
            margin-bottom: 10px;
        }

    .ind_pro .right .con .p {
        margin: 4% 0 10% 0;
    }

    .team #slideBox1 .hd, .team #slideBox .hd, .team #slideBox2 .hd {
        width: 100%;
        padding-left: 0;
    }

        .team #slideBox1 .hd ul, .team #slideBox .hd ul, .team #slideBox2 .hd ul {
            margin: 0 auto;
            float: none;
            padding: 0;
            display: -moz-box; /* Firefox */
            display: -ms-flexbox; /* IE10 */
            display: -webkit-box; /* Safari */
            display: -webkit-flex; /* Chrome, WebKit */
            display: flex;
            justify-content: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
            -webkit-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            flex-direction: row-reverse;
        }
}

@media screen and (max-height:700px) {
    .cov_ly .kk .nr .textarea {
        height: 145px;
    }

        .cov_ly .kk .nr .textarea .input {
            height: 105px;
        }

    .cov_ly .kk .bot {
        padding-top: 45px;
    }

    .cov_ly .kk .nr .k, .cov_ly .kk .nr .k .input {
        line-height: 50px;
    }
}

@media screen and (max-height:650px) {
    .ind_banner1 .nav .ul {
        height: 480px;
        overflow: auto;
    }
}

@media screen and (max-height:600px) {
    .cov_ly {
        overflow: auto;
    }

        .cov_ly .kk {
            padding: 50px 0;
            padding-top: 150px;
        }
}

@media screen and (max-width:1100px) {
    .czfz .kk .con {
        min-height: 451px;
    }

    .banner_top {
        right: 18%;
    }

    .ind_about {
        flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

        .ind_about .left {
            width: 96%;
            padding: 50px 0;
        }

        .ind_about .img {
            display: none;
        }

        .ind_about .kk {
            width: 90%;
        }

    .ind_pro .right .con .p {
        margin: 5% 0 10% 0;
    }


    .ind_news .bt, .ind_news .left {
        display: none;
    }

    .ind_news .list {
        width: 100%;
    }

    .b_wb {
        width: 720px;
    }

    .jijin .k1 .img {
        position: relative;
        width: 50%;
        left: auto;
        margin: 0 auto;
    }

    .jijin .kk2 .k, .jijin .kk1 {
        width: 100%;
    }

    .pro .kk {
        width: 44.5%;
        margin-right: 11%;
    }

        .pro .kk:nth-child(2n) {
            margin-right: 0;
        }

    .newsD .kk {
        width: 90%;
    }

    .kehu .kk2 .son_img {
        float: none;
    }

    .kehu .kk .con {
        position: relative;
        width: 100%;
        padding: 31px 0;
    }

    .kehu .kk .son_img {
        width: 80%;
        margin: 0 auto;
    }

    .kehu .kk .con {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
    }

        .kehu .kk .con .k {
            width: 80%;
            margin-left: 0;
        }

    .kehu .son_tit1 .num {
        display: none;
    }

    .kehu .kk {
        padding-top: 40px;
    }

    .nj_fw .kk .cover1 {
        height: 100%;
    }

        .nj_fw .kk .cover1 .heng, .nj_fw .kk .cover1 .p {
            display: block;
        }

            .nj_fw .kk .cover1 .p, .nj_fw .kk .cover1 .p p {
                line-height: 30px;
                font-size: 20px;
            }

    .jiangxiang .list .kk {
        width: 49%;
        margin-right: 2%;
    }

        .jiangxiang .list .kk:nth-child(3n) {
            margin-right: 2%;
        }

        .jiangxiang .list .kk:nth-child(2n) {
            margin-right: 0;
        }

    .ind_pro > img {
        height: 450px;
        max-width: none;
    }
}

@media screen and (max-width:960px) {
    .wid1920 {
        display: none;
    }

    .wid960 {
        display: block !important;
    }

    .ind_pro .left {
        display: none;
    }

    .ind_pro .right {
        width: 100%;
    }

    .banner_top a {
        display: none;
    }

    .banner_top {
        right: 120px;
    }

    .menu {
        position: absolute;
    }

    .menu1 {
        position: fixed;
    }

    .container {
        width: 92%;
    }

    .nj_fw .list {
        width: 80%;
    }

    .nj_fw .kk {
        width: 100%;
    }

        .nj_fw .kk .cover1 .p, .nj_fw .kk .cover1 .p p {
            line-height: 38px;
        }

    .nj_fw .kk {
        margin-bottom: 10px;
    }

    .tese .list1 .son_img {
        width: 33%;
        margin-right: 0.5%;
    }

        .tese .list1 .son_img:nth-child(3n) {
            margin-right: 0;
        }

    .tese .list2 .kk .cover1 {
        height: 100%;
        background: rgba(0,92,185,0.8);
    }

        .tese .list2 .kk .cover1 .p {
            display: block;
        }

        .tese .list2 .kk .cover1 .heng {
            display: block;
        }

    .tese .list2 .kk {
        width: 70%;
        margin: 0 auto;
        margin-bottom: 20px;
        float: none;
    }

    .nj_fw .kk .cover1 .p, .nj_fw .kk .cover1 .p p {
        line-height: 40px;
        font-size: 24px;
    }

    .tese .list2 .kk:nth-child(3n) {
        margin: 0 auto;
    }

    .tese {
        margin-bottom: 20px;
    }

    .jds .jianjie .img {
        float: none;
    }

    .jds .jianjie {
        background: #f7f7f7;
        padding-top: 20px;
    }

        .jds .jianjie .con {
            width: 90%;
            margin: 0 auto;
        }

            .jds .jianjie .con .kk {
                width: 100%;
                margin-right: auto;
            }

        .jds .jianjie .con {
            padding-top: 50px;
        }

        .jds .jianjie .img {
            width: 240px;
        }

    .cul .kk1 .k .cov2 {
        background: rgba(0,92,185,0.8);
    }

    .cul .kk1 .k .p {
        opacity: 1;
    }

    .jiangxiang .list .cover {
        opacity: 1;
    }

    .jiangxiang .list .tit {
        display: none;
    }

    .djs_rongyu .list .cover {
        opacity: 0;
    }

    .djs_rongyu .list .tit {
        display: block;
    }

    .team .slideBox .hd ul, .team .slideBox .hd {
        width: auto;
        padding-left: 0;
        margin-left: 0;
    }

    .team .k .left, .team .k .right {
        width: 96%;
    }

    .team .slideBox .hd {
        padding-left: 3%;
    }

    .peixun .left {
        float: none;
        width: 100%;
    }

    .peixun .right {
        position: relative;
        width: 100%;
        margin-top: 12px;
    }

    .yghd .con {
        position: relative;
        width: 100%;
        height: auto;
        padding: 30px 0;
        top: 0;
    }

    .yghd .swiper-container {
        width: 100%;
    }

    .yghd {
        padding-top: 60px;
    }

    .yrln .img {
        width: 100%;
    }

    .yrln .con {
        top: 140px;
        width: 400px;
    }

    .yrln .img img {
        width: 960px;
        max-width: 960px;
    }

    .rczp .list .kk .son_img {
        float: none;
        width: 100%;
    }

    .rczp .list .kk .con {
        position: relative;
        width: 100%;
        padding: 30px 0;
    }

    .rczp .list .container {
        width: 80%;
    }

    .rczp .swiper-container {
        height: 280px;
    }

    .czfz .kk {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 150px;
    }

        .czfz .kk:nth-child(2n) {
            margin-right: 0;
        }

    .area .kk {
        width: 49%;
        margin-right: 2%;
    }

        .area .kk:nth-child(3n) {
            margin-right: 2%;
        }

        .area .kk:nth-child(2n) {
            margin-right: 0;
        }

    .slideTxtBox .bd ul {
        display: block;
        width: 348px;
        margin: 0 auto;
    }

        .slideTxtBox .bd ul li {
            width: 150px;
            margin-right: 15px;
        }

            .slideTxtBox .bd ul li:nth-child(2n) {
                margin-right: 0;
            }

    .slideTxtBox .bd > .flex_c {
        display: block;
        width: 500px;
        margin: 0 auto;
    }

    .slideTxtBox .bd .flex_c li {
        width: 220px;
        margin-right: 60px;
    }

        .slideTxtBox .bd .flex_c li:nth-child(2n) {
            margin-right: 0;
        }

    .zhongguo .k_ln img {
        display: none;
    }

    .zhongguo .k_ln .son_tit1 {
        left: 3%;
        top: 4%;
    }

    .bankuai .list .kk .cov {
        opacity: 1;
        background: rgba(255,255,255,0.6);
    }

    .bankuai {
        padding: 40px 0;
    }

        .bankuai .list {
            margin-top: 30px;
        }

    .bankuai {
        background: url(/images/aosika_26m.jpg) no-repeat center;
        background-size: auto 100%;
    }

    .pro .kk {
        width: 49.5%;
        margin-right: 1%;
    }
}

@media screen and (max-width:820px) {
    .ind_pro .right img {
        width: auto;
        max-width: none;
        height: 440px;
    }

    .ind_pro .right .con {
        width: 89%;
        background: rgba(255,255,255,0.7);
        left: 0;
        padding: 0 5.5%;
    }

    .ind_news .list .kk .k {
        width: 90%;
    }

    .ind_news {
        padding-top: 50px;
    }

        .ind_news .wk {
            margin-top: 40px;
        }

    .b_wb {
        width: 100%;
        flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

    .bot_logo {
        display: none;
    }

    .wid_820 {
        display: block;
    }

    .wid_820_n {
        display: none;
    }

    .b_wb .wid_820_n {
        display: none;
    }

    .b_wb .wid_820 {
        display: -moz-box; /* Firefox */
        display: -ms-flexbox; /* IE10 */
        display: -webkit-box; /* Safari */
        display: -webkit-flex; /* Chrome, WebKit */
        display: flex;
        margin-top: 20px;
    }

    .b_wb .ly {
        margin-right: 30px;
    }

    .footer {
        padding-top: 100px;
    }

    .son_menu ul li a {
        line-height: 50px;
    }

    .son_menu {
        height: 50px;
    }

    .kehu .kk .son_img, .kehu .kk .con .k {
        width: 96%;
    }

    .kehu {
        padding-top: 50px;
    }

    .sdl_fw .kk .k1 {
        width: 46%;
        padding: 0 2%;
    }

    .sdl_fw {
        padding-top: 50px;
    }

        .sdl_fw .kk {
            margin-bottom: 50px;
        }

        .sdl_fw .list .kkk {
            width: 49%;
            margin-right: 2%;
        }

            .sdl_fw .list .kkk:nth-child(2n) {
                margin-right: 0;
            }

            .sdl_fw .list .kkk:nth-child(3n) {
                margin-right: 2%;
            }

    .xueyuan .jianjie .son_img {
        display: block;
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    .xueyuan .jianjie {
        padding-top: 30px;
    }

    .xueyuan {
        padding-top: 50px;
    }

        .xueyuan .jianjie {
            margin-top: 22px;
        }

        .xueyuan .jianjie {
            margin-bottom: 50px;
        }

    .tese .list1 {
        margin-top: 30px;
    }

    .tese .list2 .kk {
        width: 90%;
    }

    .xiangmu .kk {
        width: 40%;
        margin-right: 20%;
        margin-bottom: 10px;
    }

        .xiangmu .kk:nth-child(2n) {
            margin-right: 0;
        }

    .jds .jianjie .img {
        margin: 0 auto;
    }

    .jiangxiang .list .kk {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
        float: none;
    }

        .jiangxiang .list .kk:nth-child(2n), .jiangxiang .list .kk:nth-child(3n) {
            margin: 0 auto;
            margin-bottom: 20px;
        }

    .jiangxiang .list .cover .p {
        width: 88%;
    }

    .wid_820 {
        display: block;
    }

    .wid_820_n {
        display: none;
    }

    .news .list .kk .tit {
        white-space: initial;
        font-size: 22px;
    }

    .cov_ly .kk .nr .k .input {
        width: 90%;
    }

    .fsSearchView .fsSearchViewDetail {
        width: 90%;
    }

    .xiangmu .kk:hover {
        background: rgba(255,255,255,0.7);
    }

        .xiangmu .kk:hover .tit {
            color: #4472c4;
        }

        .xiangmu .kk:hover .img1 {
            display: block;
        }

        .xiangmu .kk:hover .img2 {
            display: none;
        }
        .ind_banner1 .swiper-container-horizontal > .swiper-pagination-bullets, .ind_banner1 .swiper-pagination-custom, .ind_banner1 .swiper-pagination-fraction {
bottom:10px;
}
}

@media screen and (max-width:621px) {
    .yrln .con {
        width: 100%;
        right: 0;
    }

        .yrln .con .k {
            width: 80%;
            margin: 0 auto;
        }

    .yrln .con {
        background: rgba(0,92,185,0.8);
    }

        .yrln .con .kk {
            background: no-repeat;
        }

        .yrln .con .tit {
            color: #fff;
        }

    .yrln .con {
        top: 118px;
        padding-top: 60px;
        height: 521px;
    }

    .rczp .list .container {
        width: 96%;
    }

    .rczp .list {
        padding: 50px 0;
    }

    .czfz {
        margin: 50px 0;
    }

    .area {
        margin-top: 50px;
    }

        .area .kk {
            margin-bottom: 30px;
        }

    .logo {
        width: 150px;
        top: 25px;
    }

    .menu {
        right: 30px;
        top: 30px;
    }

    .ind_pro .right img {
        height: 550px;
    }

    .footer {
        padding-top: 50px;
        height: 250px;
        padding-bottom: 30px;
    }

        .footer .con .tit {
            font-size: 22px;
        }

        .footer .con .p {
            font-size: 18px;
        }

        .footer .lx {
            width: 92%;
            justify-content: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center; /* justify-content 用于设置或检索弹性盒子元素在主轴（横轴）方向上的对齐方式。 */
        }

    .bottom, .bottom a {
        font-size: 14px !important;
    }

    .zhongguo .kk1 .p {
        padding-top: 50px;
    }

    .zhongguo .k_v {
        margin: 70px auto;
    }

    .pro_cover .cov_k .tk {
        flex-direction: column;
        -ms-flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
    }

        .pro_cover .cov_k .tk .cov_img, .pro_cover .cov_k .tk .right {
            width: 100%;
            border: none;
        }

        .pro_cover .cov_k .tk .cov_img {
            margin-bottom: 30px;
        }

    .pro_cover .p_kk {
        height: 80%;
    }

    .pro_cover .cov_k {
        height: 90%;
        padding: 5% 0;
    }

    .newsD {
        padding-top: 50px;
    }

        .newsD .son_tit {
            margin-bottom: 30px;
        }

    .jiangxiang .list .kk {
        width: 96%;
    }

    .history .list {
        height: 1000px;
    }

        .history .list .swiper-container {
            margin-top: 50px;
        }

    .ask .jianjie .con .k, .ask .jianjie .son_img {
        width: 90%;
        margin: 0 auto;
    }

    .area .kk {
        width: 80%;
        float: none;
        margin: 0 auto 20px auto;
    }

        .area .kk:nth-child(2n), .area .kk:nth-child(3n) {
            margin: 0 auto 20px auto;
        }

    .jijin .k2 .con {
        width: 50%;
    }

    .jijin .k1 .img {
        width: 60%;
        margin-bottom: 30px;
    }

    .banner_top {
        top: 38px;
        right: 90px;
    }

    .peixun .cov {
        font-size: 20px;
        font-weight: bold;
        color: #005cb9;
        line-height: 54px;
    }

    .jiangxiang .list .cover .p {
        max-height: 80%;
    }

    .pro .kk:hover .fd {
        display: none;
    }

    .pro .kk:hover .n {
        display: block;
    }

    .pro .kk:hover .cov .zs {
        border-bottom: none;
        height: 84.36%;
    }

    .pro_cover .cov_k::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 0, 0, 0);
        border-left: 1px solid rgba(0, 0, 0, 0);
    }

    .pro_cover .cov_k::-webkit-scrollbar {
        width: 5px;
        height: 13px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

    .pro_cover .cov_k::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        background-clip: padding-box;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        min-height: 28px;
    }

        .pro_cover .cov_k::-webkit-scrollbar-thumb:hover {
            background-color: rgba(0, 0, 0, 0.5);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

    .case .kk:hover {
        box-shadow: 0 5px 8px #e4e4e4;
    }

        .case .kk:hover .cov {
            background: none;
        }

        .case .kk:hover .img1 {
            display: block;
        }

        .case .kk:hover .img2 {
            display: none;
        }

        .case .kk:hover p {
            color: #898989;
        }

    .team .k > .slideBox {
        padding-bottom: 100px;
    }

    .team .slideBox .hd {
        bottom: 20px;
    }

    .son_tit1 .num {
        display: none;
    }

    .team .year {
        height: 0;
    }

    .team .slideBox .hd ul li {
        border: 1px solid #bbb;
        box-shadow: none;
    }

        .team .slideBox .hd ul li.on {
            border: 1px solid #005cb9;
        }

    .jituan .kk2 .right {
        max-height: 9999px;
    }

    .jituan .kk4 .p {
        max-height: 9999px;
    }

    .jituan .kk4 .ie_kk {
        width: 96%;
    }

    .ind_pro > img {
        height: 540px;
    }

    .ind_banner1 .nav {
        width: 310px;
    }

        .ind_banner1 .nav .ul {
            margin-left: 38px;
        }

    #main_body {
        max-height: 999999px;
    }

    iframe {
        width: 100%;
        height: 470px;
        margin: 0 auto;
    }
}

