﻿body {
    font-size: 14px;
    background-color: #fff;
}

.wueui-bar.wueui-bar-nav {
    position: fixed;
    top: 0;
    height: 60px;
    left: 0;
    right: 0;
    z-index: 999;
    -moz-box-shadow: 0px 2px 4px #ccc; /* 老的 Firefox */
    box-shadow: 0px 2px 4px #ccc;
    background-color: #fff;
    padding: 0 15px;
    overflow: hidden;
}

    .wueui-bar.wueui-bar-nav ~ .wueui-content {
        padding-top: 60px;
    }

.wueui-footer ~ .wueui-content {
    padding-bottom: 44px;
}

.wueui-bar.wueui-bar-nav .header_logo {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-top: 15px;
}

    .wueui-bar.wueui-bar-nav .header_logo img {
        height: 30px;
        display: block;
    }

.wueui-bar.wueui-bar-nav .header_r {
    float: right;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
}

    .wueui-bar.wueui-bar-nav .header_r.header_language {
        float: right;
        height: 30px;
        line-height: 30px;
        margin-top: 15px;
        margin-right: 20px;
    }

    .wueui-bar.wueui-bar-nav .header_r img {
        height: 20px;
        display: block;
    }

    .wueui-bar.wueui-bar-nav .header_r.header_language img {
        height: 30px;
        display: block;
    }

.wueui-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #4b8cc5;
    z-index: 990;
    -moz-box-shadow: 0px -2px 5px rgba(114,112,110,0.47); /* 老的 Firefox */
    box-shadow: 0px -2px 5px rgba(114,112,110,0.47);
}

.footer_btn_list {
    overflow: hidden;
}

    .footer_btn_list .footer_btn_li {
        display: block;
        width: 33.333%;
        float: left;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 13px;
        color: #fff;
        position: relative;
    }

        .footer_btn_list .footer_btn_li::after {
            content: " ";
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            width: 1px;
            background-color: #fff;
        }

        .footer_btn_list .footer_btn_li:last-child::after {
            content: "";
            width: 0px;
        }


.footer_btn_li.daohang .text {
    padding-right: 15px;
    background: url('../images/icon008.png') no-repeat center right;
    background-size: 10px;
}

.footer_btn_li.liuyan .text {
    padding-right: 20px;
    background: url('../images/icon005.png') no-repeat center right;
    background-size: 15px;
}

.footer_btn_li.tel .text {
    padding-right: 18px;
    background: url('../images/icon006.png') no-repeat center right;
    background-size: 13px;
}

.div_liuyan_pop {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: none;
}

    .div_liuyan_pop .div_liuyan_close {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        background-color: rgba(0,0,0,0.5);
    }

.div_liuyan_content {
    position: fixed;
    left: 20px;
    top: 50%;
    right: 20px;
    z-index: 1000;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background: url(../images/icon134.png) no-repeat center;
    background-size: 100% 100%;
    padding: 20px 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .div_liuyan_content .div_liuyan_title img {
        display: block;
        width: 136px;
        margin: 0 auto;
    }

    .div_liuyan_content .div_liuyan_title {
        font-size: 25px;
        color: #fff;
        line-height: 35px;
        text-align: center;
    }

.div_liuyan_text {
    margin: 20px 30px 0 30px;
    padding: 15px 20px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .div_liuyan_text .text_li {
        padding: 5px 0 5px 60px;
        position: relative;
    }

        .div_liuyan_text .text_li .title {
            position: absolute;
            left: 0;
            top: 5px;
            font-size: 15px;
            color: #333;
            line-height: 30px;
        }

        .div_liuyan_text .text_li .text {
            min-height: 30px;
            padding: 0 10px;
            background-color: #f2f2f2;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
        }

            .div_liuyan_text .text_li .text .text_input {
                display: block;
                width: 100%;
                height: 30px;
                padding: 0;
                border: 0;
                line-height: 30px;
                background-color: #f2f2f2;
                font-size: 15px;
            }

    .div_liuyan_text .textarea_li {
        padding: 5px 0;
    }

        .div_liuyan_text .textarea_li .textarea {
            background-color: #fff;
            padding: 10px;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            border: 1px solid #ccc;
        }

            .div_liuyan_text .textarea_li .textarea .textarea_input {
                display: block;
                width: 100%;
                font-size: 15px;
                line-height: 20px;
                background-color: #fff;
                padding: 0;
                border: 0;
            }

                .div_liuyan_text .text_li .text .text_input::-webkit-input-placeholder,
                .div_liuyan_text .textarea_li .textarea .textarea_input::-webkit-input-placeholder {
                    color: #999;
                    font-size: 12px;
                }

                .div_liuyan_text .text_li .text .text_input:-moz-placeholder,
                .div_liuyan_text .textarea_li .textarea .textarea_input:-moz-placeholder {
                    color: #999;
                    font-size: 12px;
                }

                .div_liuyan_text .text_li .text .text_input::-moz-placeholder,
                .div_liuyan_text .textarea_li .textarea .textarea_input::-moz-placeholder {
                    color: #999;
                    font-size: 12px;
                }

                .div_liuyan_text .text_li .text .text_input:-ms-input-placeholder,
                .div_liuyan_text .textarea_li .textarea .textarea_input:-ms-input-placeholder {
                    color: #999;
                    font-size: 12px;
                }

.div_liuyan_btn {
    margin-top: 20px;
    overflow: hidden;
    padding: 0 23px;
}

    .div_liuyan_btn .btn_li {
        display: block;
        width: 46%;
        margin: 0 2%;
        float: left;
        height: 40px;
        line-height: 40px;
        padding: 0;
        border: 0;
        text-align: center;
        font-size: 18px;
        color: #fff;
        background-color: #005bab;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

        .div_liuyan_btn .btn_li.qx {
            background-color: #3883e7;
        }


.div_box_footer {
    margin-top: 40px;
    background: url('../images/icon009.png') no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.btn_top {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    top: -20px;
    background: url('../images/icon004.png') no-repeat center;
    background-size: 27px;
}

.div_box_footer_menu {
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    padding:45px 20px 0 20px;
}

    .div_box_footer_menu a {
        color: #fff;
        font-size: 12px;
        line-height: 30px;
        padding: 0 5px;
        margin: 0;
        white-space:nowrap;
    }


.div_box_footer_tel {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

    .div_box_footer_tel span {
        text-align: center;
        color: #fff;
        font-size: 15px;
        line-height: 20px;
        font-weight: 600;
    }

.div_box_footer_ewm {
    margin-top: 10px;
}

    .div_box_footer_ewm img {
        width: 120px;
        display: block;
        margin: 0 auto;
    }

.div_box_footer_bq {
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    padding: 10px 0 20px 0;
}

    .div_box_footer_bq a {
        color: #fff;
    }

.div_pop_menu {
    position: fixed;
    left: 0;
    top: 60px;
    right: 0;
    bottom: 0;
    z-index: 996;
    display: none;
    background-color: #fff;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

    .div_pop_menu.active {
        display: block;
    }

.div_pop_content {
    padding: 10px 0;
}

.div_pop_menu .menu_li {
    padding: 0 15px;
}

.menu_pop_li01 {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    color: #333;
    line-height: 20px;
    text-align: center;
}

.menu_pop_li02 {
    display: block;
    padding: 5px 0;
    font-size: 15px;
    color: #999;
    line-height: 20px;
    text-align: center;
}


.banner_video_box {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.banner_video {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
}

    .banner_video .my_video {
        display: block;
        width: 100%;
        height: 100%;
    }


.div_box {
    padding: 30px 0;
    margin: 0 15px;
}

.div_title {
    font-size: 20px;
    color: #333;
    text-align: left;
    line-height: 30px;
}

    .div_title .span_gd {
        font-size: 15px;
        color: #999;
        float: right;
    }

.div_title02 {
    font-size: 20px;
    color: #fff;
    text-align: left;
    line-height: 30px;
}

    .div_title02 .span_gd {
        font-size: 15px;
        color: rgba(255,255,255,0.5);
        float: right;
    }

.div_content {
    margin-top: 20px;
}

    .div_content.div_content_product,
    .div_content.div_content_innovate {
        overflow: hidden;
        margin: 20px -2% 0 -2%;
    }


.div_content_innovate a {
    display: block;
    width: 46%;
    margin: 2%;
    float: left;
}

.div_content_innovate .div_img_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.17%;
    border: 1px solid #ddd;
}

    .div_content_innovate .div_img_box .div_img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }

        .div_content_innovate .div_img_box .div_img img {
            width: 100%;
            height: 100%;
            display: block;
        }

.div_content_product a {
    display: block;
    width: 46%;
    margin: 2%;
    float: left;
}

.div_content_product .div_img_box {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 57.14%;
    border: 1px solid #ddd;
}

    .div_content_product .div_img_box .div_img {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }

        .div_content_product .div_img_box .div_img img {
            width: 100%;
            height: 100%;
            display: block;
        }

.div_box.index_about {
    background-color: #005bab;
    margin: 0;
    padding: 30px 15px;
}

.div_content_about {
    margin-top: 20px;
}

    .div_content_about img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .div_content_about .div_video {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        position: relative;
        background-color: #000;
    }

    .div_content_about .my_video {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }

    .div_content_about .my_video {
        display: block;
        width: 100%;
        height: 100%;
    }

.div_content_text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 15px;
}

.div_content_about .div_content_text {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-top: 15px;
}

.div_content_news {
    margin-top: 20px;
    overflow: hidden;
}

    .div_content_news a {
        display: block;
        padding: 10px 0;
    }

    .div_content_news .div_img_box {
        width: 121px;
        height: 69px;
        float: left;
        margin-right: 10px;
    }

        .div_content_news .div_img_box img {
            width: 121px;
            height: 69px;
            display: block;
        }

    .div_content_news .div_news_title {
        font-size: 15px;
        color: #333;
        line-height: 20px;
        height: 40px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .div_content_news .div_news_time {
        font-size: 13px;
        color: #999;
        line-height: 20px;
        margin-top: 9px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .div_content_news .div_news_time .span_ydl {
            padding-left: 25px;
            background: url('../images/icon003.png') no-repeat center left;
            background-size: 18px;
        }

        .div_content_news .div_news_time .span_time {
            padding-left: 20px;
            background: url('../images/icon007.png') no-repeat center left;
            background-size: 14px;
            margin-left: 20px;
        }


.banner_img img {
    display: block;
    width: 100%;
}

.mune_box {
    width: 100%;
    border-bottom: 1px solid #005bab;
    white-space: nowrap;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

    .mune_box::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

.mune_box_li {
    display: inline-block;
    padding: 10px;
    font-size: 13px;
    color: #333;
    line-height: 20px;
}

    .mune_box_li.active {
        color: #005bab;
    }


.div_box02 {
    padding: 10px 15px;
}

.div_title03 {
    font-size: 20px;
    color: #333;
    line-height: 30px;
    padding: 10px 0;
    position: relative;
}

    .div_title03:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 15px;
        height: 4px;
        background-color: #005bab;
    }

.div_text_content {
    font-size: 14px;
    line-height: 26px;
    color: #333;
    padding: 20px 0;
    text-align: left;
}

    .div_text_content .font_16 {
        font-size: 16px;
        line-height: 26px;
        padding: 5px 0;
    }

    .div_text_content .font_18 {
        font-size: 18px;
        line-height: 26px;
        padding: 5px 0;
    }


    .div_text_content.contact {
        font-size: 13px;
        line-height: 23px;
    }

    .div_text_content .color_blue {
        color: #005bab;
    }

    .div_text_content p {
        padding: 0;
        margin: 0;
    }

    .div_text_content img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

.about_gl_li {
    padding: 5px 0 5px 135px;
    position: relative;
    min-height: 176px;
}

    .about_gl_li .gl_li_img {
        position: absolute;
        left: 0;
        top: 5px;
        width: 120px;
        height: 176px;
    }

        .about_gl_li .gl_li_img .img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .about_gl_li .name {
        padding-top: 10px;
        font-size: 20px;
        line-height: 30px;
        color: #333;
    }

    .about_gl_li .text {
        margin-top: 5px;
        font-size: 14px;
        line-height: 24px;
        color: #333;
    }

    .about_gl_li .btn_xq{
        margin-top: 10px;
        display: flex;
        font-size: 14px;
        color: #2d9cd1;
        line-height: 26px;
        align-items: center;
        justify-content: flex-start;
    }
    .about_gl_li .btn_xq img{
        display: block;
        width: 12px;
        margin: 0 0 0 5px;
    }



.about_pdf_li {
    display: block;
    padding: 10px 0;
}

    .about_pdf_li .pdf_fm_img {
        display: block;
        width: 230px;
        margin: 0 auto;
    }

    .about_pdf_li .text {
        font-size: 14px;
        color: #333;
        line-height: 20px;
        margin-top: 5px;
        text-align: center;
    }

.div_honor_list {
    overflow: hidden;
    border-top: 1px solid #f2f2f2;
}

.div_honor_li {
    display: block;
    float: left;
    width: 50%;
    padding: 15px 0;
    position: relative;
}

    .div_honor_li:before {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background-color: #f2f2f2;
    }

    .div_honor_li:after {
        content: " ";
        position: absolute;
        bottom: 0;
        right: 0;
        top: 0;
        width: 1px;
        background-color: #f2f2f2;
    }


    .div_honor_li:nth-child(2n)::after {
        width: 0px;
    }

.honor_li_img {
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    position: relative;
}

    .honor_li_img .img_box {
        position: absolute;
        left: 0;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
    }

        .honor_li_img .img_box img {
            display: block;
            max-width: 70%;
            max-height: 100px;
            margin: 0 auto;
        }

.div_honor_li .honor_li_text {
    padding: 0 10px;
    font-size: 12px;
    color: #333;
    line-height: 20px;
    text-align: center;
}

.color_gray {
    color: #999;
}

.div_honor_li .honor_li_text02 {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.div_honor_li .honor_li_text03 {
    font-size: 12px;
    color: #999;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hzly_li {
    padding: 8px 0;
}

    .hzly_li .hzly_li_img {
        display: block;
        width: 100%;
    }

    .hzly_li .hzly_li_title {
        margin-top: 5px;
        font-size: 15px;
        color: #333;
        line-height: 20px;
        text-align: center;
    }

.btn_gd {
    display: block;
    padding: 10px 0;
    font-size: 15px;
    color: #005bab;
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
}

.news_title {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    padding: 10px 0;
}

.news_subtitle {
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

    .news_subtitle span {
        margin-right: 15px;
    }

.news_text {
    margin-top: 10px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    border-top: 1px solid #e5e5e5;
}

    .news_text img {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }

.btn_box {
    margin-top: 10px;
    position: relative;
}

    .btn_box .btn_li {
        display: block;
        font-size: 14px;
        color: #005bab;
        line-height: 30px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.product_mune_list {
    padding: 15px 0;
    overflow: hidden;
}

    .product_mune_list .product_mune_li {
        display: block;
        width: 48%;
        float: left;
        margin: 5px 0;
        height: 34px;
        line-height: 34px;
        border: 1px solid #005bab;
        font-size: 14px;
        color: #005bab;
        text-align: center;
        -webkit-border-radius: 18px;
        -moz-border-radius: 18px;
        border-radius: 18px;
    }

        .product_mune_list .product_mune_li.active {
            color: #fff;
            background-color: #005bab;
        }

        .product_mune_list .product_mune_li:nth-child(2n) {
            float: right;
        }

        .product_mune_list .product_mune_li:nth-child(2n+1) {
            float: left;
        }

.product_content {
    font-size: 14px;
    color: #333;
    line-height: 28px;
    display: none;
}

    .product_content.active {
        display: block;
    }

    .product_content table {
        width: 100%;
    }

        .product_content table td {
            font-size: 14px;
            padding: 10px 8px;
            color: #333;
            line-height: 20px;
            text-align: left;
            border-bottom: 1px solid #e5e5e5;
        }

            .product_content table td.t1 {
                color: #fff;
                background-color: #005bab;
            }

            .product_content table td.t2 {
                font-weight: 600;
                white-space: nowrap;
                vertical-align: top;
            }

.product_li {
    padding: 10px 0;
}

    .product_li .product_img {
        display: block;
        width: 150px;
        margin: 0 auto;
    }

    .product_li .product_title {
        font-size: 14px;
        color: #333;
        line-height: 28px;
        text-align: center;
        margin-top: 5px;
    }

.product_content .font_16 {
    font-size: 16px;
    line-height: 26px;
    padding: 5px 0;
}

.product_content .color_blue {
    color: #005bab;
}

.icon_dian {
    padding-left: 10px;
    background: url(../images/icon120.png) no-repeat center left;
    background-size: 4px;
}

.div_contact_table table {
    width: 100%;
}

    .div_contact_table table td.t1 {
        background-color: #e5e5e5;
    }

        .div_contact_table table td.t1 div {
            padding: 5px 5px 5px 30px;
            position: relative;
            font-size: 15px;
            line-height: 20px;
        }

    .div_contact_table table td {
        padding: 0 5px;
        font-size: 15px;
        line-height: 20px;
    }

        .div_contact_table table td.t1 div .contact_bj {
            display: block;
            position: absolute;
            width: 15px;
            height: 15px;
            min-height: 15px;
            min-width: 15px;
            left: 5px;
            top: 8px;
        }

        .div_contact_table table td.t2 {
            padding: 10px 5px 0 5px;
        }

        .div_contact_table table td.t3 {
            padding-bottom: 10px;
        }

        .div_contact_table table td a {
            color: #005bab;
        }

.news_subtitle .icon_liulan {
    padding-left: 25px;
    background: url('../images/icon003.png') no-repeat center left;
    background-size: 18px;
}

.news_subtitle .icon_time {
    padding-left: 20px;
    background: url('../images/icon007.png') no-repeat center left;
    background-size: 14px;
    margin-right: 20px;
}


.development_box {
    padding: 30px 15px;
}

.development_title {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.development_yongyou {
    margin-top: 20px;
}

    .development_yongyou .text {
        padding: 8px 0 8px 20px;
        background: url(../images/icon302.png) no-repeat left top 19px;
        background-size: 10px;
        font-size: 14px;
        line-height: 26px;
    }

.development_tj {
    padding: 10px 15px;
    overflow: hidden;
    background-color: #f2f2f2;
}

.development_tj_li {
    width: 50%;
    float: left;
    padding: 10px 0;
}

    .development_tj_li .title {
        font-size: 25px;
        line-height: 33px;
        color: #333;
        text-align: center;
        font-weight:700;
    }

        .development_tj_li .title .dw {
            font-size: 12px;
            line-height: 20px;
            margin-left:5px;
        }

    .development_tj_li .text {
        font-size: 12px;
        color: #333;
        line-height: 20px;
        text-align: center;
        min-height:40px;
    }

.development_moshi {
    margin-top: 20px;
}

.development_moshi_li .title {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    margin-top: 20px;
}

    .development_moshi_li .title .num {
        display: inline-block;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        background-color: #333333;
        color: #fff;
        margin-right: 6px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        font-weight: 600;
        font-size: 12px;
    }

.development_moshi_li .text {
    margin-top: 8px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.div_development_img {
    padding: 40px 30px;
}

    .div_development_img img {
        display: block;
        width: 100%;
    }

.development_kffx {
    margin-top: 20px;
}

    .development_kffx .text {
        padding: 10px 0 10px 15px;
        background: url(../images/icon304.png) no-repeat left top 17px;
        background-size: 6px;
        font-size: 14px;
        line-height: 24px;
    }

.development_kflc {
    margin-top: 15px;
}

.development_kflc_li {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

    .development_kflc_li:last-child {
        border-bottom: 0px;
    }

    .development_kflc_li .title {
        font-size: 16px;
        color: #000;
        font-weight: 600;
        line-height: 30px;
        padding-left: 15px;
        background: url(../images/icon306.png) no-repeat left top 12px;
        background-size: 6px;
    }

    .development_kflc_li .text {
        margin-top: 5px;
        font-size: 14px;
        color: #333;
        line-height: 24px;
    }

.div_development_lx {
    padding: 20px;
    background-color: #f2f2f2;
    margin-top: 30px;
    font-size: 15px;
    color: #333;
    line-height: 26px;
    text-align: center;
}

.div_cbl_box2{
    position: fixed;
    width: 40px;
    right: 10px;
    top: 70%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 999;
}

.div_cbl_box2 .div_cbl_li{
    display:block;
    margin:10px 0;
    position:relative;
}

    .div_cbl_box2 .div_cbl_li .div_cbl_li_content {
        position: relative;
        width: 38px;
        height: 38px;
        min-height:38px;
        min-width:38px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border:1px solid #fff;
        background-color:#005bab;
        overflow:hidden;
        z-index:3;
    }

    .div_cbl_li_content.icon_email{
        background:url(../images/icon320.png)no-repeat center;
        background-size:20px;
    }

    .div_cbl_box2 .div_cbl_li .div_cbl_li_bj {
        position: absolute;
        left:0;
        top:0;
        width: 40px;
        height: 40px;
        min-height: 40px;
        min-width: 40px;
        background-color: #005bab;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        z-index: 1;
        -webkit-animation: mymove 1.5s linear infinite;
		animation: mymove 1.5s linear infinite;
    }

    @keyframes mymove {
		0% {
			transform: scale(1); /*开始为原始大小*/
			opacity: 1;
		}
		100% {
			transform: scale(1.2); /*放大1.1倍*/
			opacity: 0;
		}
	}
	
	@-webkit-keyframes mymove {
		0% {
			transform: scale(1); /*开始为原始大小*/
			opacity: 1;
		}
		100% {
			transform: scale(1.2); /*放大1.1倍*/
			opacity: 0.5;
		}
	}

    .aj_main6{
        margin-top: 30px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .aj_main6 h3{        
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        font-weight: bold;
    }

    .aj_main6 .ul{        
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }
    .aj_main6 .li{
        width: 48%;
        height: 112px;
        background: #f2d4d4;
        position: relative;
    }

    .aj_main6 .li.li2{
        width: 100%;
        height: 112px;
        background: #f2d4d4;
        position: relative;
    }
    
    
    .aj_main6 .li p{
        line-height: 24px;
        font-size: 13px;
        text-align: center;
        padding-top: 20px;
        color: #3d3d3d;
    }

    .Team_pop{
        position: fixed;
        left: 30px;
        right: 30px;
        top: 50%;
        z-index: 999;
        border-radius: 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        display: none;
    }
    
    .Team_pop_content{
        padding: 30px 0;
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    }
    
    .Team_pop .btn_TeamPop_close{
        position: absolute;
        right: 0px;
        top: 0;
        padding: 20px;
    }
    
    .Team_pop .btn_TeamPop_close img{
        display: block;
        width: 20px;
        height: 20px;
    }
    
    .Team_pop .head_img{
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .Team_pop .head_img img{
        display: block;
        width: 80px;
        height: 80px;
    }
    
    .Team_pop .Team_pop_text{
        padding: 0 20px;
        margin-top: 10px;
    }
    
    .Team_pop .Team_pop_text .TeamPop_name{
        font-size: 18px;
        color: #202020;
        line-height: 28px;
        text-align: center;
        font-weight: bold;
    }
    
    .Team_pop .Team_pop_text .TeamPop_zw{
        font-size: 16px;
        color: #202020;
        line-height: 24px;
        text-align: center;
        margin-top: 5px;
    }
    
    .Team_pop .Team_pop_text .TeamPop_jj{
        font-size: 14px;
        color: #202020;
        line-height: 24px;
        text-align: justify;
        margin-top: 30px;
        max-height: 300px;
        overflow-y: auto;
        padding: 0 10px;
        min-height: 100px;
    }
    
    .nva_list{
        padding:10px 15px;
        display: flex;
        justify-content: space-between;
    }

    .nva_list .nva_title {
        width: 46%;
        font-size: 14px;
        color: #333;
        line-height: 30px;
        padding: 10px 0;
        position: relative;
    }
    
    .nva_list .nva_title.active:after {
            content: " ";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 30px;
            height: 4px;
            background-color: #005bab;
        }

        .info_box{
            display: none;
        }

        .info_box.active{
            display: block;
        }

