﻿/*public css*/

* {
    margin: 0px;
    padding: 0;
    border: 0;
}

a {
    text-decoration: none;
    color: #000000;
}

input, textarea {
    outline: medium;
}

textarea {
    outline: medium;
}

body {
    font-family: Arial;
}

ul li {
    list-style: none;
}

.slh {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clear_float {
    height: 0px;
    clear: both;
    display: block;
}

.container {
    width: 83.3%;
    margin: 0 auto;
    position: relative;
}

input[type=text] {
    font-family: "microsoft yahei";
}

.width1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

img {
    max-width: 100%;
}
/*end*/
.yindao {
    position: fixed;
    width: 100%;
    height: 100%;
    background: url(/images/yindao_bj.jpg);
    /*background-size: cover;*/
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}

    .yindao .map {
        position: relative;
    }

    .yindao .img_dq {
        border: 1px solid #011554;
        border-radius: 50%;
        overflow: hidden;
        position: absolute;
        left: 0;
        height: 100%;
        top: 0;
        width: 100%;
    }

        /*地球*/
        .yindao .img_dq .picMarquee-left {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
        }
    /*地球结束*/








    .yindao .qq {
        display: block;
        position: absolute;
        text-align: center;
    }

        .yindao .qq:hover img {
            -moz-transform: rotateY(360deg);
            -ms-transform: rotateY(360deg);
            -webkit-transform: rotateY(360deg);
            -o-transform: rotateY(360deg);
            transform: rotateY(360deg);
            -moz-transition: all 2s;
            -ms-transition: all 2s;
            -webkit-transition: all 2s;
            -o-transition: all 2s;
            transition: all 2s;
        }

        .yindao .qq img {
            -moz-transition: all 2s;
            -ms-transition: all 2s;
            -webkit-transition: all 2s;
            -o-transition: all 2s;
            transition: all 2s;
        }

        .yindao .qq p {
            color: #fff;
            font-size: 14px;
            line-height: 32px;
        }
        

    .yindao .qq1 {
        left: -136px;
        top: 250px;
    }

    .yindao .qq2 {
        left: 80px;
        top: -12px;
    }

    .yindao .qq4 {
        right: -136px;
        top: 250px;
    }

    .yindao .qq3 {
        right: 80px;
        top: -12px;
    }

    .yindao .logo {
        width: 38.6%;
        position: absolute;
        display: block;
        left: 50%;
        margin-left: -19.3%;
        top: 50%;
        margin-top: -110px;
    }

    .yindao .language_en {
        position: absolute;
        bottom: 72px;
        line-height: 20px;
        font-size: 18px;
        text-transform: uppercase;
        color: #fff;
        left: 170px;
    }

        .yindao .language_en img {
            margin-right: 10px;
            vertical-align: bottom;
        }

    .yindao .language_py {
        left: 400px;
    }

    .yindao .bot {
        display: block;
        width: 16.5%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .yindao .bot1 {
        left: initial;
        right: 0;
    }

.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: 32px;
        font-weight: bold;
    }

    .ind_banner1 .swiper-pagination-fraction {
        color: #fff;
        font-size: 16px;
        float: right;
        position: initial;
        line-height: 32px;
    }

    .ind_banner1 .fy {
        position: absolute;
        bottom: 43px;
        right: 3.125%;
        z-index: 1;
    }


    .ind_banner1 .btn {
        width: 50px;
        height: 67px;
        /*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 .btn img {
            display: block;
            width: 100%;
        }


    .ind_banner1 .stop {
        background: url("/images/index_png_077.png") rgba(255,255,255,0.8);
    }

.menu {
    /*position: absolute;
    top: 55px;
    left: 3.125%;*/
    color: #fff;
    font-size: 20px;
    display: block;
    z-index: 10;
    cursor: pointer;
    display: none;
}

    .menu .t {
        width: 35px;
        float: left;
        margin-right: 18px;
    }

        .menu .t i {
            width: 100%;
            height: 3px;
            background: #065bb1;
            margin-bottom: 10px;
            display: block;
        }

.ind_header .menu .t i {
    background: #fff;
}

.menu .t i:nth-child(2n) {
    width: 65%;
    -webkit-animation: gogo 1s infinite linear;
}

.menu .t i:nth-child(3n) {
    width: 34%;
    -webkit-animation: gogogo 1s infinite linear;
}

.menu .t i:first-child {
    -webkit-animation: go 1s infinite linear;
}

@-webkit-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: 34%;
    }

    100% {
        width: 65%;
    }
}

@-webkit-keyframes gogogo {
    0% {
        width: 100%;
    }

    34% {
        width: 65%;
    }

    65% {
        width: 34%;
    }

    100% {
        width: 100%;
    }
}

.nav_m {
    width: 500px;
    position: fixed;
    top: 0;
    left: -500px;
    background: rgba(6,91,177,0.9);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    flex-direction: column;
}

    .nav_m ul li a {
        text-align: center;
        display: block;
        font-family: SimSun;
        font-size: 24px;
        padding-bottom: 16px;
        line-height: 40px;
        color: #fff;
    }

    .nav_m ul li .xz {
        opacity: 1;
    }

    .nav_m ul {
        display: flex;
        justify-content: space-between;
        height: 58%;
        flex-direction: column;
    }


.menu1 span {
    display: none;
}

.menu1 .t i {
    background: #fff;
    width: 36px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

    .menu1 .t i:first-child {
        transform: translate(0,13px) rotate(45deg);
        -webkit-animation: none;
        width: 36px;
    }

    .menu1 .t i:nth-child(2n) {
        opacity: 0;
        -webkit-animation: none;
    }

    .menu1 .t i:nth-child(3n) {
        transform: translate(0,-14px) rotate(-45deg);
        -webkit-animation: none;
        width: 36px;
    }

.menu1 .t {
    position: fixed;
    top: 33px;
}

.nav2 {
    left: 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;
}

.header .logo {
    width: 161px;
    height: 56px;
    background: url(/images/header_bc_03.png);
}

.ind_header .logo {
    background: url(/images/ind_png_03.png);
    width: 160px;
}

.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;
}

@-webkit-keyframes pointDown {
    from {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes pointDown {
    from {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0);
    }

    to {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.header {
    position: relative;
}

.ind_header .menu_top {
    position: absolute;
    left: 0;
    top: 0;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.header .menu_top {
    height: 90px;
    width: 100%;
    z-index: 9;
}

.flex_cen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex_bet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex_bet_t {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}




.header .menu_top .nav {
    width: 63.75%;
}

.flex_bet_a {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.header .menu_top .nav .a {
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    line-height: 90px;
    /*padding: 0 24px;*/
    color: #000;
    position: relative;
}

    .header .menu_top .nav .a span {
        display: block;
        width: 100%;
        height: 3px;
        background: #065bb1;
        bottom: 0;
        left: 0;
        display: none;
        position: absolute;
    }

.ind_header .menu_top .nav .a span {
    background: #fff;
}

.ind_header .menu_top .nav .a {
    color: #fff;
}
/*.header .menu_top .container {
    height: 80px;
}*/

.header .menu_top .nav .nLi {
    position: relative;
}

    .header .menu_top .nav .nLi:hover .a {
        color: #065bb1;
    }

.ind_header .menu_top .nav .nLi:hover .a {
    color: #fff;
}

.header .menu_top .nav .nLi .xz {
    color: #065bb1;
}

.ind_header .menu_top .nav .nLi .xz {
    color: #fff;
}

.lx_top a {
    display: block;
    float: left;
}

.lx_top .wx {
    margin-left: 33px;
}

.header .lang {
    width: 90px;
    height: 38px;
    background: #065bb1;
    border-radius: 20px;
    text-align: center;
    line-height: 38px;
    font-weight: bold;
    font-family: "";
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ind_header .lang {
    color: #525252;
    background: rgba(255,255,255,0.85);
}

.header .lang .IMG {
    margin-right: 12px;
    vertical-align: text-bottom;
    width: 21px;
    height: 21px;
    background: url(/images/header_bc_06.png);
}

.ind_header .lang .IMG {
    background: url(/images/ind_png_bc_03.png);
}

.header .menu_top .nav .nLi:hover .a span {
    display: block;
}

.header .menu_top .nav .xz span {
    display: block;
}

.ind_banner1 .fy {
    position: absolute;
    bottom: 43px;
    left: 8.333%;
    z-index: 1;
    width: 130px;
}

.ind_about {
    padding: 64px 0 74px 0;
}

    .ind_about .left {
        width: 50%;
        float: left;
    }

    .ind_about .right { /*width:85%;*/
        float: right;
        display: block;
    }

    .ind_about .left .p {
        font-size: 16px;
        color: #525252;
        line-height: 30px;
        padding: 50px 0 100px 0;
        letter-spacing: 1px;
    }

    .ind_about .left .btn {
        width: 125px;
        height: 125px;
        border-radius: 5px;
        background: #ebf2f9;
        text-align: center;
        line-height: 125px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ind_about .left .k .tit {
        color: #777777;
        font-size: 14px;
        line-height: 34px;
        text-transform: uppercase;
        text-align: center;
    }

    .ind_about .left .btn .img2 {
        display: none;
    }

    .ind_about .left .k {
        display: block;
        float: left;
        margin-right: 36px;
    }

        .ind_about .left .k:hover .btn {
            background: #065bb1;
        }

        .ind_about .left .k:hover .img1 {
            display: none;
        }

        .ind_about .left .k:hover .img2 {
            display: block;
        }

        .ind_about .left .k:hover .tit {
            color: #065bb1;
        }

    .ind_about .img {
        margin-top: 55px;
    }

.ind_pro {
    width: 100%;
    /*height: 750px;*/
    background: url(/images/ind_bj_02.jpg) center no-repeat;
    background-size: cover;
    padding: 120px 0 100px 0;
}

    .ind_pro .left .pro_c {
        font-size: 30px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 6px;
    }

    .ind_pro .left .proname {
        color: #fff;
        font-family: "";
        font-size: 16px;
        margin-top: 40px;
    }

    .ind_pro .right {
        float: right;
        position: relative;
        width: 60%;
    }

        .ind_pro .right .img {
            display: block;
            width: 100%;
        }

        .ind_pro .right .cov_img {
            position: absolute;
            top: 0;
            height: 100%;
            left: 0;
            display: block;
            width: 100%;
        }

    .ind_pro .left {
        width: 40%;
        float: left;
    }

        .ind_pro .left .more {
            border-radius: 50px;
            font-size: 16px;
            text-align: center;
            line-height: 54px;
            width: 140px;
            border: 1px solid #fff;
            font-size: 16px;
            text-transform: uppercase;
            display: block;
            margin-top: 130px;
            color: #fff;
        }


    .ind_pro .fy {
        position: absolute;
        bottom: 0;
        left: -70px;
    }


    .ind_pro .btn {
        width: 70px;
        height: 90px;
        /*background: rgba(255,255,255,0.8);*/
        text-align: center;
        position: initial;
        float: right;
        background-image: none;
        margin-top: 0;
    }

        .ind_pro .btn img {
            display: block;
            width: 100%;
        }

    .ind_pro .swiper-slide .kk {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
    }

.ind_pro_tit {
    display: none;
}

.swiper-slide-active .ind_pro_tit {
    position: absolute;
    top: 10px;
    left: 0;
    display: block;
    z-index: 1;
    height: 100%;
    width: auto;
    max-width: initial;
}

.pro_cc {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

    .pro_cc img {
        width: 100%;
    }

.int_pro_bj1 {
    height: 83%;
    width: 50%;
    position: absolute;
    bottom: -50px;
    right: -54px;
    background: url(/images/ind_png_40.png);
}

.ind_pro .right img {
    z-index: 1;
}

.ind_news {
    margin: 100px 0 50px 0;
    background: url(/images/ind_jpg_11.jpg) no-repeat left;
    background-size: auto 100%;
    padding-top: 70px;
}

    .ind_news .kk {
        width: 73%;
        float: right;
        box-shadow: 0 0 7px #ededed;
        margin-right: 8.33%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ind_news .swiper-container {
        position: absolute;
        left: 9.6%;
        top: 50%;
        margin-top: -185px;
        width: 50%;
        height: 370px;
    }

    .ind_news .kk .img1 {
        display: block;
        width: 100%;
    }

    .ind_news .tit {
        font-size: 30px;
        color: #000;
    }

    .ind_news .p {
        line-height: 32px;
        color: #000;
        font-size: 14px;
        letter-spacing: 1px;
    }

    .ind_news .date {
        color: #777777;
        font-size: 14px;
        padding: 30px 0 40px 0;
    }

        .ind_news .date img {
            vertical-align: top;
            margin-right: 12px;
        }

    .ind_news .swiper-pagination {
        left: 0;
        width: 146px !important;
    }

    .ind_news .swiper-pagination-bullet {
        width: 21px;
        height: 21px;
        background: url(/images/ind_d.jpg) no-repeat center;
        opacity: 1;
    }

    .ind_news .swiper-pagination-bullet-active {
        background: url(/images/ind_png_51.png) no-repeat center;
    }

.ind_base {
    padding: 100px 0;
    text-align: center;
    background: #f4f4f4;
    margin-bottom: 30px;
}

    .ind_base .p {
        color: #525252;
        font-size: 14px;
        line-height: 30px;
        text-align: center;
        padding: 30px 0 50px 0;
    }


.footer {
    background: #333333;
    padding-top: 95px;
}

    .footer .top {
        padding-bottom: 150px;
    }

        .footer .top .ly {
            width: 47.5%;
        }

            .footer .top .ly .kk {
                width: 100%;
                float: left;
                display: block;
                height: 46px;
                line-height: 46px;
                background: #5c5c5c;
                color: #9f9f9f;
                font-size: 14px;
                margin-bottom: 11px;
            }

                .footer .top .ly .kk .input {
                    display: block;
                    height: 46px;
                    line-height: 46px;
                    width: 91%;
                    float: left;
                    color: #9f9f9f;
                    font-size: 14px;
                    background: #5c5c5c;
                    text-indent: 1em;
                }

            .footer .top .ly .texttarea {
                height: 100px;
                width: 100%;
                background: #5c5c5c;
                resize: none;
                line-height: 30px;
                text-indent: 1em;
                padding: 10px 0;
                color: #9f9f9f;
                font-size: 14px;
                font-family: Arial;
            }

            .footer .top .ly .btn {
                width: 130px;
                height: 50px;
                text-align: center;
                line-height: 50px;
                display: block;
                margin-top: 34px;
                font-size: 16px;
                color: #9f9f9f;
                background: #5c5c5c;
                text-transform: uppercase;
                border-radius: 50px;
                letter-spacing: 2px;
                float: left;
                cursor: pointer;
            }

    .footer .link {
        width: 28%;
    }

        .footer .link ul .li1 {
            color: #aaaaaa;
            font-size: 16px;
            margin-bottom: 60px;
            text-transform: uppercase;
        }

        .footer .link ul a {
            color: #777777;
            font-size: 14px;
            line-height: 24px;
            display: block;
            text-transform: capitalize;
        }

    .footer .bottom .left {
        color: #777777;
        font-size: 14px;
        line-height: 70px;
        letter-spacing: 1px;
    }

    .footer .bottom {
        line-height: 70px;
        border-top: 1px solid #484848;
    }

        .footer .bottom .left a {
            color: #777777;
            font-size: 14px;
            line-height: 70px;
        }

        .footer .bottom .kk {
            float: left;
            color: #777777;
            font-size: 14px;
            line-height: 70px;
            margin-left: 20px;
        }

            .footer .bottom .kk img {
                vertical-align: unset;
                margin-right: 10px;
            }

            .footer .bottom .kk:last-child {
                display: none;
            }

            .footer .top .ly .yl {
                margin-top: 48px;
                position: fixed;
                top: 50%;
                transform: translateY(-50%);
                z-index: 9999;
                right: 10px;
        
            }
        
                .footer .top .ly .yl .a {
                    display: block;
                    margin-bottom: 10px;
                }

    .footer .bottom {
        text-transform: uppercase;
    }

.about {
    padding: 110px 0 80px 0;
}

    .about .tit {
        float: left;
        margin-left: 4.375%;
        color: #000000;
        font-size: 24px;
        line-height: 50px;
    }

        .about .tit strong {
            font-size: 30px;
            letter-spacing: 2px;
        }

        .about .tit .heng {
            width: 30px;
            height: 8px;
            background: #065bb1;
            margin-top: 30px;
        }

    .about .text {
        width: 50%;
        float: right;
        font-size: 16px;
        line-height: 30px;
        color: #525252;
        margin-bottom: 50px;
    }

        .about .text p {
            font-size: 16px;
            line-height: 30px;
            color: #525252;
        }

    .about .pro {
        position: relative;
    }

        .about .pro .img {
            display: block;
            width: 100%;
        }

        .about .pro .kk {
            width: 55%;
            position: absolute;
            left: 0;
            bottom: 0;
            height: 53.6%;
            background: rgba(6,91,177,0.85);
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
        }

        .about .pro .k {
            width: 75.4%;
            color: #fff;
        }

            .about .pro .k .bt {
                font-size: 30px;
                text-transform: uppercase;
                color: #fff;
                letter-spacing: 2px;
                margin-bottom: 60px;
                font-weight: bold;
            }

            .about .pro .k .text1 {
                font-size: 16px;
                line-height: 30px;
                color: #fff;
            }

                .about .pro .k .text1 p {
                    font-size: 16px;
                    line-height: 30px;
                    color: #fff;
                }

.son_banner img {
    display: block;
    width: 100%;
}

.son_banner {
    position: relative;
}

    .son_banner .son_menu {
        position: absolute;
        bottom: 0;
        left: 8.333%;
        line-height: 96px;
        height: 96px;
        background: rgba(255,255,255,0.85);
    }

        .son_banner .son_menu .k {
            width: 92.5%;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .son_banner .son_menu .k ul {
                display: flex;
                justify-content: center;
                align-items: center;
            }

                .son_banner .son_menu .k ul li {
                    float: left;
                }

                    .son_banner .son_menu .k ul li a {
                        color: #000;
                        font-size: 16px;
                        text-transform: uppercase;
                        padding: 0 23px;
                    }

                .son_banner .son_menu .k ul .shu {
                    height: 13px;
                    width: 1px;
                    background: #9f9f9f;
                }

                    .son_banner .son_menu .k ul .shu:last-child {
                        display: none;
                    }

                .son_banner .son_menu .k ul li a:hover {
                    color: #065bb1;
                }

                .son_banner .son_menu .k ul li .xz {
                    color: #065bb1;
                }

        .son_banner .son_menu .mbx {
            font-size: 16px;
            line-height: 30px;
            text-transform: capitalize;
        }

            .son_banner .son_menu .mbx img {
                padding: 0 10px;
                width: auto;
                display: inline-block;
                vertical-align: top;
                margin-top: 9px
            }

.cul {
    padding: 70px 0 90px 0;
}

    .cul .kk {
        width: 24.4%;
        margin-right: 0.8%;
        float: left;
        position: relative;
        overflow: hidden;
        margin-bottom: 12px;
    }

        .cul .kk .bj {
            display: block;
            width: 100%;
        }

        .cul .kk .cover {
            position: absolute;
            width: 100%;
            height: 100%;
            background: rgba(6,91,177,0.3);
            display: flex;
            justify-content: center;
            align-items: center;
            top: 0;
            left: 0;
            transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        }

            .cul .kk .cover .qq {
                width: 107px;
                height: 107px;
                background: rgba(6,91,177,0.85);
                border-radius: 60px;
            }

                .cul .kk .cover .qq img {
                    display: block;
                    width: 100%;
                }

                .cul .kk .cover .qq .img2 {
                    display: none;
                }

            .cul .kk .cover .k {
                width: 100%;
                height: 46.8%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                flex-direction: column;
            }

        .cul .kk .tit {
            color: #fff;
            font-size: 20px;
            text-align: center;
            text-transform: uppercase;
            transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        }

        .cul .kk .heng {
            width: 14px;
            height: 4px;
            background: #fff;
            display: none;
        }

        .cul .kk .p {
            color: #fff;
            font-size: 14px;
            letter-spacing: 1px;
            display: none;
            max-width: 80%;
            text-align: center;
        }

        .cul .kk:hover .heng {
            display: block;
        }

        .cul .kk:hover .p {
            display: block;
        }

        .cul .kk:hover .qq {
            background: #fff;
        }

            .cul .kk:hover .qq .img2 {
                display: block;
            }

            .cul .kk:hover .qq .img1 {
                display: none;
            }

        .cul .kk:hover .cover {
            background: url(/images/cul_bj_03.jpg);
        }

            .cul .kk:hover .cover .k {
                height: 56%;
            }

        .cul .kk:nth-child(4n) {
            margin-right: 0;
        }

.honor {
    padding: 60px 0;
}

    .honor .kk {
        width: 23.125%;
        margin-right: 2.5%;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        float: left;
        margin-bottom: 40px;
    }

        .honor .kk:nth-child(4n) {
            margin-right: 0;
        }

        .honor .kk .img {
            width: 100%;
            display: block;
        }

        .honor .kk .cov {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
        }

            .honor .kk .cov .zs {
                height: 84.36%;
                width: 88%;
                display: flex;
                justify-content: center;
                align-items: center;
                border-bottom: 1px solid #dddddd;
                margin: 0 auto;
            }

                .honor .kk .cov .zs img {
                    max-height: 86.74%;
                    display: block;
                }

            .honor .kk .cov .n {
                text-align: center;
                color: #000;
                height: 15.64%;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 16px;
            }

        .honor .kk .fd {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(6,91,177,0.85);
            flex-direction: column;
            display: none;
        }

        .honor .kk .fdj {
            width: 80px;
            height: 80px;
            background: url(/images/honor_09.png);
        }

        .honor .kk .tit {
            color: #fff;
            font-size: 18px;
            text-align: center;
            line-height: 30px;
            padding-top: 12px;
        }

        .honor .kk:hover .fd {
            display: flex;
        }

        .honor .kk:hover .n {
            display: none;
        }

        .honor .kk:hover .cov .zs {
            border-bottom: none;
            height: 100%;
        }

        .honor .kk .cover_img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: block;
            opacity: 0;
        }

.product .xiala {
    width: 100%;
    height: 80px;
    background: #f4f4f4;
    line-height: 80px;
    text-align: center;
}

    .product .xiala .select {
        position: relative;
        width: 91.375%;
        float: left;
        height: 80px;
        background: #f4f4f4;
        line-height: 80px;
        text-align: center;
        font-size: 18px;
    }

    .product .xiala .btn {
        cursor: pointer;
        height: 80px;
        float: right;
        width: 8.625%;
        text-align: center;
        display: block;
        border-left: 1px solid #fff;
        line-height: 80px;
        margin-right: -1px;
        background: #065bb1;
    }

        .product .xiala .btn img {
            vertical-align: middle;
        }


    .product .xiala .select ul {
        position: absolute;
        top: 80px;
        width: 100%;
        z-index: 9;
        border-top: 1px solid #fff;
        display: none;
    }

        .product .xiala .select ul li {
            line-height: 80px;
            background: #f4f4f4;
            text-align: center;
            font-size: 18px;
            border-top: 1px solid #fff;
            cursor: pointer;
        }

.product {
    padding: 30px 0 80px 0;
}

.proD .tit {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 45px 0 10px 0;
}

.proD .heng {
    width: 30px;
    height: 4px;
    background: #065bb1;
    margin: 0 auto;
    margin-bottom: 34px;
}

.proD .fy {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.proD .left {
    width: 480px;
    float: left;
    margin-top: 127px;
}

    .proD .left li {
        line-height: 30px;
        border: 1px solid #cccccc;
        border-radius: 10px;
        padding: 9px 0;
        text-align: center;
        margin-bottom:24px;
    }

        .proD .left li a {
            display: block;
            color: #525252;
            font-size: 14px;
            line-height: 30px;
        }

        .proD .left li:hover {
            border-color: #065bb1;
        }

            .proD .left li:hover a {
                color: #065bb1;
            }

    .proD .left .xz {
        border-color: #065bb1;
    }

        .proD .left .xz a {
            color: #065bb1;
        }

.proD .right {
    width: 62.5%;
    float: right;
}

.proD .btn {
    width: 50px;
    height: 67px;
    /*background: rgba(255,255,255,0.8);*/
    text-align: center;
    position: initial;
    float: right;
    background-image: none;
    margin-top: 0;
}

    .proD .btn img {
        display: block;
        width: 100%;
    }

.proD .text {
    padding-top: 60px;
}
.proD .text img{
	display: block;
	margin: auto;
	height: auto
}
.news {
    padding: 74px 0 60px 0;
}

    .news .kk {
        margin-bottom: 40px;
        position: relative;
        display: block;
    }

        .news .kk .img {
            width: 50%;
            position: relative;
            overflow: hidden;
        }

        .news .kk:hover .img .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);
            -webkit-transition: all 0.68s;
            -ms-transition: all 0.68s;
            -moz-transition: all 0.68s;
            transition: all 0.68s;
        }

        .news .kk .con {
            width: 50%;
            height: 87%;
            background: #f4f4f4;
            position: absolute;
            bottom: 0;
        }

            .news .kk .con .k {
                width: 77.5%;
                height: 52%;
            }

        .news .kk .img img {
            display: block;
            width: 100%;
        }

        .news .kk .img .cov {
            position: absolute;
            width: 100%;
            left: 0;
            height: 100%;
            top: 0;
            -webkit-transition: all 0.68s;
            -ms-transition: all 0.68s;
            -moz-transition: all 0.68s;
            transition: all 0.68s;
        }


    .news .kk1 .img {
        float: left;
    }

    .news .kk1 .con {
        right: 0;
    }

    .news .kk2 .img {
        float: right;
    }

    .news .kk2 .con {
        left: 0;
    }

    .news .kk .tit {
        font-size: 30px;
        color: #000000;
        color: #000;
    }

    .news .kk .data {
        font-size: 14px;
        color: #777;
    }

        .news .kk .data img {
            margin-right: 6px;
        }

    .news .kk .p {
        color: #525252;
        font-size: 14px;
        line-height: 24px;
    }



.newsD {
    background: #f4f4f4;
    padding: 36px 0 56px 0;
}

    .newsD .kk {
        background: #fff;
        padding-top: 90px;
        padding-bottom: 50px;
    }

        .newsD .kk .k {
            width: 81.25%;
            margin: 0 auto;
        }

            .newsD .kk .k .tit {
                color: #000;
                font-size: 30px;
                font-weight: bold;
                text-align: center;
            }

            .newsD .kk .k .data {
                text-align: center;
                font-size: 14px;
                color: #777777;
                padding: 30px 0;
            }

                .newsD .kk .k .data img {
                    vertical-align: top;
                }

                .newsD .kk .k .data img {
                    margin-right: 6px;
                }

    .newsD .text {
        padding-bottom: 40px;
        border-bottom: 1px dashed #bfbfbf;
        color: #333333;
        font-size: 16px;
        line-height: 30px;
    }

        .newsD .text p {
            color: #333333;
            font-size: 16px;
            line-height: 30px;
        }



.video .kk {
    width: 48.75%;
    margin-right: 2.5%;
    overflow: hidden;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

    .video .kk:nth-child(2n) {
        margin-right: 0;
    }

    .video .kk .cov {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
        flex-direction: column;
    }

    .video .kk .img {
        display: block;
        width: 100%;
    }

    .video .kk .b {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .video .kk:hover .cov {
        background: rgba(6,91,177,0.8);
    }

    .video .kk .shu {
        margin: 20px 0 30px 0;
        height: 78px;
        width: 1px;
        background: rgba(255,255,255,0.5);
        display: none;
    }

    .video .kk:hover .cov img {
        width: 50px;
    }

    .video .kk:hover .shu {
        display: block;
    }

    .video .kk .tit {
        font-family: "微软雅黑";
        font-size: 30px;
        text-transform: uppercase;
        color: #fff;
        display: none;
    }

    .video .kk:hover .tit {
        display: block;
    }

.video {
    padding: 55px 0 60px 0;
}

.tal .kk .con {
    height: 70.4%;
}

    .tal .kk .con .k {
        height: auto;
    }

.tal .kk .p {
    color: #000;
    line-height: 36px;
}

.tal .bt {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    color: #000;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.tal {
    padding-top: 50px;
}


.son_more {
    width: 136px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #065bb1;
    border-radius: 80px;
    color: #065bb1;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
}

.return {
    margin: 50px auto 0 auto;
}

.join .kk {
    display: block;
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 40px;
    float: left;
}

    .join .kk:nth-child(3n) {
        margin-right: 0;
    }

    .join .kk .tit {
        height: 88px;
        background: #eeeeee;
        line-height: 88px;
        border: 1px solid #eeeeee;
        font-size: 24px;
        color: #525252;
        text-transform: uppercase;
    }

    .join .kk .k {
        width: 84%;
        margin: 0 auto;
    }

    .join .kk .btm {
        border: 1px solid #eeeeee;
        padding-bottom: 48px;
    }

    .join .kk .add {
        line-height: 70px;
        height: 70px;
        border-bottom: 1px solid #dddddd;
        font-size: 16px;
        color: #525252;
        text-transform: uppercase;
    }

    .join .kk .bt {
        color: #525252;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 84px;
        height: 84px;
    }

    .join .kk .p {
        line-height: 26px;
        color: #525252;
        font-size: 16px;
    }

    .join .kk .son_more {
        border-color: #cccccc;
        color: #525252;
        margin-top: 45px;
    }

    .join .kk:hover .tit {
        background: #065bb1;
        color: #fff;
        border-color: #065bb1;
    }

    .join .kk:hover .son_more {
        border-color: #065bb1;
        color: #065bb1;
    }

.joinD .zw {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
}

.joinD .add {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 45px 0 50px 0;
}

.joinD .text {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    border: none;
}

    .joinD .text .bt {
        display: block;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .joinD .text p {
        color: #000;
        font-size: 16px;
        line-height: 26px;
    }

.joinD .kk {
    padding-bottom: 180px;
}

.joinD .son_more {
    margin-top: 40px;
}


.contact {
    padding: 90px 0 120px 0;
}

    .contact .con .tit {
        font-size: 30px;
        line-height: 40px;
        font-weight: bold;
        padding: 30px 0 40px 0;
        border-bottom: 3px solid #000;
        margin-bottom: 90px;
        text-transform: uppercase;
    }

    .contact .con {
        width: 500px;
        float: left;
    }

        .contact .con .kk {
            margin-bottom: 30px;
        }

            .contact .con .kk .sx {
                width: 68px;
                float: left;
                font-size: 16px;
                font-weight: bold;
                line-height: 30px;
            }

            .contact .con .kk .r {
                float: right;
                width: 86%;
                float: right;
                font-size: 16px;
                line-height: 30px;
            }

.map_con {
    float: right;
    width: 60%;
}

    .map_con img {
        max-width: 100%;
    }

.page a {
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    min-width: 44px;
    color: #666666;
    font-size: 14px;
    background: #f4f4f4;
    float: left;
    margin: 0 9px;
}

#ctl00_ContentPlaceHolder1_AspNetPager1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page span {
    display: block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    min-width: 44px;
    color: #fff;
    font-size: 14px;
    background: #065bb1;
    float: left;
    margin: 0 9px;
}

.page a:first-child, .page a:last-child {
    padding: 0 18px;
}











/*自适应开始*/
.ind_banner1 .m_banner, .son_banner .m_banner {
    display: none;
}

@media screen and (max-width:1700px) {
    .ind_about .right {
        width: 48%;
    }
}

@media screen and (max-width:1600px) {
    .header .menu_top .nav {
        width: 74%;
    }

    .container {
        width: 90%;
    }

    .son_banner .son_menu {
        left: 5%;
    }
}

@media screen and (max-width:1500px) {
    .map_con {
        width: 50%;
    }
    .proD .left {
    width:35%;}
}

@media screen and (max-width:1300px) {
    .ind_about .left .p {
        padding: 20px 0 40px 0;
    }

    .contact .con {
        float: none;
        width: 100%;
    }

    .map_con {
        width: 100%;
        float: none;
    }

    .contact .con .kk .r {
        float: left;
    }
}

@media screen and (max-width:1200px) {
    .header .menu_top .nav {
        display: none;
    }

    .menu {
        display: block;
    }

    .footer .link {
        width: 40%;
    }

    .footer .bottom .right {
        display: none;
    }

    .about .pro .kk {
        height: 80%;
        width: 100%;
    }

    .son_banner .son_menu .mbx {
        display: none;
    }

    .cul .kk {
        width: 33%;
        margin-right: 0.5%;
    }

        .cul .kk:nth-child(4n) {
            margin-right: 0.5%;
        }

        .cul .kk:nth-child(3n) {
            margin-right: 0;
        }

    .honor .kk {
        width: 33%;
        margin-right: 0.5%;
    }

        .honor .kk:nth-child(4n) {
            margin-right: 0.5%;
        }

        .honor .kk:nth-child(3n) {
            margin-right: 0;
        }

    .news .kk .con .k {
        height: 75%;
    }

    .join .kk {
        width: 49%;
        margin-right: 2%;
    }

        .join .kk:nth-child(3n) {
            margin-right: 2%;
        }

        .join .kk:nth-child(2n) {
            margin-right: 0;
        }
}

@media screen and (max-width:1100px) {
    .ind_about .right {
        display: none;
    }

    .ind_about .left {
        width: 100%;
    }

    .ind_about .img {
        margin-top: 0;
    }

    .ind_news .kk {
        width: 100%;
        margin-right: 0;
    }

    .ind_news {
        margin-top: 0;
        background: none;
    }

    .contact {
        padding-top: 40px;
    }

    .yindao .map {
        width: 400px;
    }

    .yindao .qq p {
        line-height: 30px;
    }

    .yindao .qq1 {
        top: 60px;
        left: -60px;
    }

    .yindao .qq2 {
        left: 42px;
        top: -74px;
    }

    .yindao .qq3 {
        right: 42px;
        top: -74px;
    }

    .yindao .qq4 {
        top: 60px;
        right: -60px;
    }

    .yindao .qq img {
        width: 120px;
    }

    .yindao .language_en {
        bottom: -80px;
        left: 33px;
    }

    .yindao .language_py {
        left: 258px;
    }

    .yindao .logo {
        width: 50%;
        margin-left: -25%;
        margin-top: -78px;
    }
}

@media screen and (max-width:960px) {
    .proD .right {
    float:none;width:100%;}
    .proD .left {width:100%;
    float:none;margin-top:14px;
    }
    .ind_pro .swiper-slide .kk {
        flex-direction: column;
    }

    .ind_pro .left {
        width: 100%;
    }

    .swiper-slide-active .ind_pro_tit {
        width: 100%;
        height: auto;
    }

    .ind_pro .left .more {
        display: none;
    }

    .ind_pro .right {
        float: none;
        width: 100%;
        margin-top: 40px;
    }

    .ind_pro .fy {
        left: 0;
    }

    .int_pro_bj1 {
        display: none;
    }

    .ind_news .swiper-container {
        width: 66%;
        left: 5%;
    }

    .ind_news .kk {
        padding: 50px 0;
    }

    .footer .link {
        display: none;
    }

    .footer .top .ly {
        width: 100%;
    }

    .cul .kk {
        width: 49%;
        margin-right: 2%;
    }

        .cul .kk:nth-child(4n) {
            margin-right: 0;
        }

        .cul .kk:nth-child(3n) {
            margin-right: 2%;
        }

        .cul .kk:nth-child(2n) {
            margin-right: 0;
        }

    .container {
        width: 96%;
    }

    .honor .kk {
        width: 49%;
        margin-right: 2%;
    }

        .honor .kk:nth-child(4n) {
            margin-right: 0;
        }

        .honor .kk:nth-child(3n) {
            margin-right: 2%;
        }

        .honor .kk:nth-child(2n) {
            margin-right: 0;
        }

    .son_banner .son_menu {
        left: 2%;
    }

    .son_more {
        width: 95px;
        height: 36px;
        line-height: 36px;
    }

    .newsD .kk .k {
        width: 92%;
    }

    .newsD .container {
        width: 100%;
    }

    .newsD {
        background: #fff;
    }

        .newsD .kk {
            padding-top: 40px;
        }

    .ind_banner1 .m_banner, .son_banner .m_banner {
        display: block;
    }

    .ind_banner1 .pc_banner, .son_banner .pc_banner {
        display: none;
    }

    .ind_banner1 .fy {
        bottom: 15px;
        left: 0;
        width: 110px;
    }

    .ind_pro .btn {
        width: 45px;
        height: 56px;
    }

    .ind_banner1 .btn {
        width: 30px;
        height: 45px;
    }

    .son_banner .son_menu {
        height: 76px;
        line-height: 76px;
    }
}

@media screen and (max-width:800px) {

    .son_banner .son_menu {
        width: 100%;
        left: 0;
    }

    .about .tit {
        float: none;
        width: 100%;
    }

    .about .text {
        width: 100%;
        float: none;
    }

    .about .tit {
        margin-left: 0;
        margin-bottom: 50px;
    }

    .about {
        padding-top: 50px;
    }

        .about .tit .heng {
            margin-top: 10px;
        }

        .about .pro {
            height: 520px;
            background: url(/images/about_04.jpg) no-repeat center;
            background-size: auto 100%;
        }

            .about .pro .img {
                display: none;
            }

    .son_banner .son_menu .k ul {
        width: 100%;
        justify-content: space-between;
    }

        .son_banner .son_menu .k ul li a {
            padding: 0;
        }

    .son_banner .son_menu .k {
        width: 96%;
    }

    .news .kk .img {
        float: none;
        width: 100%;
    }

    .news .kk .con {
        position: relative;
        width: 100%;
    }

    .news .kk .con {
        padding: 50px 0;
    }

    .news .kk .tit, .news .kk .data, .news .kk .p {
        margin-bottom: 20px;
    }

    .news .kk .con .k {
        width: 88%;
    }

    .video .kk {
        width: 100%;
        margin-right: 0;
    }

    .son_banner .join_menu .k ul {
        justify-content: center;
    }

        .son_banner .join_menu .k ul li a {
            padding: 0 18px;
        }

    .join .kk {
        width: 49%;
        margin-right: 2%;
    }

        .join .kk:nth-child(3n) {
            margin-right: 2%;
        }

        .join .kk:nth-child(2n) {
            margin-right: 0;
        }

    .join .kk {
        width: 100%;
        margin-right: 0;
    }

        .join .kk:nth-child(3n) {
            margin-right: 0;
        }
}
@media(max-width: 1440px){
	.yindao .qq img{width: 120px;}
	.yindao .logo{width: 30%;margin-left: -15%}
	.yindao .qq1{left: -95px}
	.yindao .qq4{right: -100px}
}
@media screen and (max-width:600px) {
    .ind_pro .btn {
        width: 50px;
        height: 64px;
    }

    .ind_news .kk {
        padding: 50px 0;
    }

    .ind_news .kk {
        padding: 105px 0;
    }

    .joinD .kk {
        padding-bottom: 100px;
    }

    .contact .con .tit {
        margin-bottom: 50px;
    }

    .footer .bottom .left a {
        font-size: 12px;
    }

    .footer .top {
        padding-bottom: 50px;
    }

    .ind_pro {
        padding: 60px 0 70px 0;
    }

    .son_banner .son_menu {
        height: 60px;
        line-height: 60px;
    }

    .footer .top .ly .yl {
        display: none;
    }
}
