﻿.container {
    height: 76px !important;
}

.navbar {
    margin: 0px;
}

.logo_img {
    width: 129px;
    height: 60px;
    margin: 8px 0px 0px 39px;
}

.navbar-default {
    border: none;
}

.nav-li-icon {
    position: absolute;
    right: 0px;
    top: 14px;
    display: none;
    padding: 0px 12px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.footer-nav h3 {
    margin: 13px 0px;
}

.navbar-brand {
    padding: 0px;
}
/**********************移动端*********************/
@media(max-width:768px) {
    /**********************顶部菜单*********************/
    .container {
        width: 100%;
        min-width: 320px;
        height: 76px !important;
        padding: 0px;
    }

    .navbar-toggle {
        margin-top: 20px;
    }

    .navbar {
        min-height: 76px;
        z-index: 1;
    }

    .navbar-nav > li > a {
        height: 47px !important;
        line-height: 47px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-collapse {
        max-height: none;
    }

    .navbar-nav {
        padding-left: 5px;
        margin: 7.5px 2px;
        margin-left: 0px !important;
    }

    .logo_img {
        width: 129px;
        height: 60px;
        margin: 8px 0px 0px 13px;
    }

    .nav-menu > li > div {
        display: none;
    }

    .childdiv1liactive > a {
        display: none;
    }

    .childdiv1 {
        margin-left: 32px;
    }

    .nav-li-icon {
        display: block;
    }

    .navbar-collapse {
        border: none;
    }

    .childdiv2 ul {
        line-height: 36px;
    }

        .childdiv2 ul li a {
            color: #3E3E3E;
        }
    .a_fontweight {
        font-weight: 600;
    }
    .childdiv2_group1, .childdiv2_group2 {
        margin-left: -13px;
    }

        .childdiv2_group1 span, .childdiv2_group2 span {
            color: #0755A4 !important;
        }

    .childdiv1_group_img {
        display: none;
    }
    /**********************<768px底部*********************/
    .footer {
        background: #f6f6f6;
        overflow: hidden;
        width: 100%;
        min-width: 300px;
        max-width: 768px;
    }

    .footer-nav {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 0 auto;
        padding: 30px 30px 13px 30px;
    }

        .footer-nav h3 {
            font-size: 18px;
        }

        .footer-nav > ul {
            width: 100%;
            line-height: 33px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: list-item;
            list-style-type: none;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .footer-nav > ul > li {
                float: none;
                width: auto !important;
                padding: 0 !important;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -ms-flex-preferred-size: 25%;
                flex-basis: 25%;
                margin-top: 20px;
            }

        .footer-nav ul a {
            color: #5A5A5A;
        }

            .footer-nav ul a:hover {
                text-decoration: none;
                color: #2584D1;
            }

        .footer-nav > ul > li ul li {
            width: 50% !important
        }

        .footer-nav > ul > li ul {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

    .footer-qr-code {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: space-around;
    }

        .footer-qr-code > div p {
            color: #5A5A5A;
            font-size: 12px;
        }

        .footer-qr-code > div {
            width: 50%;
        }

    .footer-copyright {
        width: 100%;
        display: flex;
        height: auto;
        overflow: hidden;
        max-width: 1600px;
        margin: 0 auto;
        padding: 0px 30px;
    }

        .footer-copyright ul {
            display: list-item;
            list-style-type: none;
            text-align: center;
            line-height: 23px;
            width: 100%;
        }

            .footer-copyright ul li {
                color: #828282;
                font-size: 12px;
            }

    .html_body {
        margin-top: 0px;
        float: left;
        width: 100%;
    }
}
/**********************ipad*********************/
@media(min-width:768px) {
    /**********************顶部菜单*********************/
    .container {
        width: 100%;
        height: 76px !important;
        padding: 0px;
    }

    .navbar {
        min-height: 76px;
        z-index: 1;
    }

    .navbar-nav {
        margin-left: 0px !important;
    }

    .navbar-toggle {
        margin-top: 20px;
    }

    .navbar-nav > li > a {
        height: 47px !important;
        line-height: 47px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .childdiv1liactive > a {
        display: none;
    }

    .nav-li-icon {
        display: block;
    }

    .childdiv1 {
        margin-left: 32px;
    }

    .nav-menu > li > div {
        display: none;
    }

    .navbar-collapse {
        border: none;
    }

    .childdiv2 ul {
        line-height: 36px;
    }

        .childdiv2 ul li a {
            color: #3E3E3E;
        }
    .a_fontweight {
        font-weight: 600;
    }
    .childdiv2_group1, .childdiv2_group2 {
        margin-left: -13px;
    }

        .childdiv2_group1 span, .childdiv2_group2 span {
            color: #0755A4 !important;
        }

    .childdiv1_group_img {
        display: none;
    }
    /**********************底部*********************/
    .footer {
        background: #f6f6f6;
        overflow: hidden;
        width: 100%;
    }

    .footer-nav {
        width: 100%;
        display: flex;
        height: auto;
        overflow: hidden;
        max-width: 1600px;
        margin: 0 auto;
        padding: 30px 30px 13px 30px;
    }

        .footer-nav > ul {
            width: 70%;
            line-height: 33px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .footer-nav > ul > li {
                float: none;
                width: auto !important;
                padding: 0 !important;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -ms-flex-preferred-size: 25%;
                flex-basis: 25%;
            }

        .footer-nav ul a {
            color: #5A5A5A;
        }

            .footer-nav ul a:hover {
                text-decoration: none;
                color: #2584D1;
            }

        .footer-nav > ul > li ul li {
            width: 100% !important;
        }

        .footer-nav > ul > li ul {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

    .footer-qr-code {
        display: flex;
        width: 30%;
        text-align: center;
        justify-content: space-around;
    }

        .footer-qr-code > div p {
            color: #5A5A5A;
            font-size: 12px;
        }

        .footer-qr-code > div {
            width: 50%;
        }

    .footer-copyright {
        width: 100%;
        display: flex;
        height: auto;
        overflow: hidden;
        max-width: 1600px;
        margin: 0 auto;
        padding: 0px 30px;
    }

        .footer-copyright ul {
            display: flex;
            list-style-type: none;
            text-align: center;
            line-height: 23px;
            width: 100%;
        }

            .footer-copyright ul li {
                color: #828282;
                font-size: 12px;
            }

    .html_body {
        margin-top: 0px;
        float: left;
        width: 100%;
    }
}
/**********************小电脑屏*********************/
@media(min-width:992px) {
    /**********************顶部菜单*********************/
    .container {
        width: 100%;
        padding: 0px;
        position: fixed;
        z-index: 1;
    }

    .navbar-toggle {
        margin-top: 20px;
    }

    .navbar {
        border-radius: 0px;
        margin: 0px 0px;
    }

    .navbar-nav > li > a {
        height: 76px !important;
        line-height: 76px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav-menu > li {
        padding: 0px 5px;
    }

        /*---------二级目录-------*/
        .nav-menu > li:hover {
            background: #0063C8;
            font-weight: normal;
            line-height: 60px;
            /*margin-top: 16px;*/
        }

            .nav-menu > li:hover > a {
                font-weight: normal;
                height: 76px !important;
                color: #FFFFFE !important;
                line-height: 76px;
            }

            .nav-menu > li:hover > div {
                /*display: block;*/
                display: inline-flex;
            }

    .navbar-default .navbar-nav > li > a {
        color: #000;
    }

    .navbar-nav > li > a {
        font-weight: normal;
    }

    .navbar-nav > li > div {
        display: none;
        width: 100%;
        float: left;
        z-index: 100;
        height: 378px;
        background: #FFFFFF;
        /*opacity: 0.95;*/
        position: fixed;
        left: 0px;
        right: 0px;
    }

        .navbar-nav > li > div > .childdiv1 {
            width: 254px;
            height: 100%;
            margin-left: 0px;
            background-color: #0063C8;
        }

    .childdiv1 > ul {
        padding-top: 14px;
    }

        .childdiv1 > ul > li {
            height: 72px;
            text-align: center;
        }

            .childdiv1 > ul > li > a {
                line-height: 72px;
                color: #000000;
                text-decoration: none;
            }

            .childdiv1 > ul > li:hover {
                background: #FFFFFF;
            }

    .childdiv1liactive {
        background: #FFFFFF;
    }

        .childdiv1liactive > a {
            display: block;
        }

    .childdiv1 > ul > li:hover > div {
        display: flex;
    }

    .childdiv2 {
        position: absolute;
        left: 254px;
        width: 100%;
        top: 20px;
        display: flex;
    }

        .childdiv2 ul {
            display: table-cell;
            padding-left: 30px;
            text-align: left;
        }

            .childdiv2 ul li {
                height: 33px;
                line-height: 33px;
            }

                .childdiv2 ul li a {
                    line-height: 33px;
                }

    .a_fontweight {
        font-weight: 600;
    }

    .childdiv2 ul li:hover > a {
        font-weight: normal;
        color: #0755A4;
        text-decoration: none;
    }

    .nav-li-icon {
        display: none;
    }

    .childdiv2 a {
        cursor: pointer;
    }

    .childdiv2_group1, .childdiv2_group2 {
        margin-left: 0px;
    }
    /*///////////////////////////////*/
    .childdiv1_group_img {
        width: 350px;
        height: 121px;
        position: relative;
        left: 24px;
        display: block
    }

        .childdiv1_group_img img {
            width: 350px;
        }
    /********************************************************/
    .footer {
        background: #f6f6f6;
        overflow: hidden;
        width: 100%;
    }

    .footer-nav {
        width: 100%;
        display: flex;
        height: auto;
        overflow: hidden;
        max-width: 1600px;
        margin: 0 auto;
        padding: 30px 30px 0px 30px;
    }

        .footer-nav > ul {
            width: 70%;
            line-height: 33px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

            .footer-nav > ul > li {
                float: none;
                width: auto !important;
                padding: 0 !important;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                -webkit-box-pack: start;
                -ms-flex-pack: start;
                justify-content: flex-start;
                -ms-flex-preferred-size: 25%;
                flex-basis: 25%;
            }

        .footer-nav ul a {
            color: #5A5A5A;
        }

            .footer-nav ul a:hover {
                text-decoration: none;
                color: #2584D1;
            }

        .footer-nav > ul > li ul li {
            width: 50% !important;
        }

        .footer-nav > ul > li ul {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

    .footer-qr-code {
        display: flex;
        width: 30%;
        text-align: center;
        justify-content: space-around;
    }

        .footer-qr-code > div p {
            color: #5A5A5A;
        }

        .footer-qr-code > div {
            width: 50%;
        }

    .footer-copyright {
        width: 100%;
        display: flex;
        height: auto;
        overflow: hidden;
        max-width: 1600px;
        margin: 0 auto;
        padding: 0px 30px;
    }

        .footer-copyright p {
            color: #828282;
            font-size: 12px;
        }

    .html_body {
        margin-top: 76px;
        float: left;
        width: 100%;
    }
}
/**********************超大电脑屏*********************/
@media(min-width:1200px) {
    /**********************顶部菜单*********************/
    .container {
        width: 100%;
        padding: 0px;
        position: fixed;
        z-index: 1;
    }

    .navbar-nav {
        padding-left: 5px;
        margin: 0px 0px;
    }

    .navbar-toggle {
        margin-top: 20px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }

    .navbar-nav > li > a {
        height: 76px !important;
        line-height: 76px;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .nav-menu > li {
        padding: 0px 16px;
    }

    .childdiv2 ul {
        text-align: left;
    }

    .childdiv1liactive > a {
        display: block;
    }

    .childdiv1_group_img {
        width: 350px;
        height: 141px;
        position: relative;
        left: 229px;
        display: block
    }

        .childdiv1_group_img img {
            width: 400px;
            height: 200px;
        }


    .html_body {
        margin-top: 76px;
        float: left;
        width: 100%;
    }
}
