#body-contents > div {
    overflow: hidden;
}

.navbar-container {
    margin: 0 auto;
    height: 100%;
    width: 73%;
    max-width: 1200px;
    position: relative;
    background-color: white;
}

.navbar-container-small {
    margin: 0 auto;
    height: 100%;
    width: 100%;
    position: relative;
    background-color: white;
}

    .navbar-container-small > #search-small-box {
        height: 90%;
        width: 100%;
        position: absolute;
        top: -100%;
        background-color: white;
        font-size: 2em;
        padding-left: 5px;
        padding-right: 5px;
        border-top: 1px solid #999;
        z-index: -5;
    }

#menu-small-box {
    position: fixed;
    font-size: 2em;
    z-index: 999;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    border: 1px solid white;
    background-color: white;
}

.navbar-menus {
    top: 50%;
    position: absolute;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
}

    .navbar-menus:first-child {
        height: 100%;
        padding-top: 1em;
        padding-bottom: 1em;
        cursor: pointer;
    }

    .navbar-menus:last-child {
        right: 0;
    }

.navbar-menus-small {
    position: absolute;
}

    .navbar-menus-small:first-child,
    .navbar-menus-small:last-child {
        width: 60px;
        height: 100%;
    }

        .navbar-menus-small:first-child:hover,
        .navbar-menus-small:last-child:hover {
            color: #54b9f3;
            cursor: pointer;
        }

        .navbar-menus-small:first-child.active,
        .navbar-menus-small:last-child.active {
            background-color: #54b9f3;
            color: white;
        }


    .navbar-menus-small:first-child {
        font-size: 2.5em;
    }

    .navbar-menus-small:last-child {
        font-size: 2em;
        right: 0;
    }

    .navbar-menus-small:nth-child(2) {
        left: 50%;
        height: 100%;
        cursor: pointer;
        padding-top: 1.4em;
        padding-bottom: 1.2em;
    }

        .navbar-menus-small:nth-child(2) > img {
            left: 0;
            transform: translate(-50%,0%);
            -webkit-transform: translate(-50%,0%);
            -moz-transform: translate(-50%,0%);
            -ms-transform: translate(-50%,0%);
            -o-transform: translate(-50%,0%);
        }

/*左边菜单*/
.panel-group {
    overflow: auto;
    width: 100%;
    margin-top: 2px;
    /*max-width: 280px;
    margin-top: 20px;*/
}

.leftMenu {
    margin: 0 auto;
}

    .leftMenu .panel-heading {
        padding-left: 1em;
        height: 40px;
        line-height: 40px;
        position: relative;
        overflow: hidden;
        background-color: white;
        border-color: white;
        font-size: 0.8em;
    }

        .leftMenu .panel-heading a {
            text-decoration: none;
        }

        .leftMenu .panel-heading span {
            right: 10px;
        }

        .leftMenu .panel-heading a,
        .leftMenu .panel-heading span {
            position: absolute;
            top: 50%;
            transform: translate(0%,-50%);
            -webkit-transform: translate(0%,-50%);
            -moz-transform: translate(0%,-50%);
            -ms-transform: translate(0%,-50%);
            -o-transform: translate(0%,-50%);
            cursor: pointer;
        }

        .leftMenu .panel-heading.active {
            background-color: #54b9f3;
            color: white;
        }


.menu-item-left {
    background: #fafafa;
    color: #989898;
    cursor: pointer;
    /*font-size: 1.5em;*/
}

/*.menu-item-left:hover,
    .menu-item-left-selected {
        background: #dff9ff;
        color: #989898;
    }*/

/*左边菜单-结束*/

/*顶部右边菜单*/
.home-menu {
    font-size: 1em;
    position: relative;
    margin-right: -1.125em;
}

    .home-menu > li {
        list-style-type: none;
        float: left;
        position: relative;
        border: 1px solid white;
    }

        .home-menu > li:nth-last-child(1) {
            min-width: 1.5em;
        }

        .home-menu > li:nth-last-child(2) {
            width: 2px;
        }

        .home-menu > li:nth-last-child(n+2) {
            cursor: pointer;
        }

        .home-menu > li > span{
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            text-align: center;
            transform: translate(0%,-50%);
            -webkit-transform: translate(0%,-50%);
            -moz-transform: translate(0%,-50%);
            -ms-transform: translate(0%,-50%);
            -o-transform: translate(0%,-50%);
        }

        .home-menu > li:nth-last-child(n+3) > span:hover,
        .home-menu > li:nth-last-child(1) > span:hover {
            color: #54b9f3;
            cursor: pointer;
        }

        .home-menu > li:nth-last-child(n+2) > span.active {
            color: #54b9f3;
        }

        .home-menu > li:nth-last-child(2) > span {
            background-color: black;
            width: 2px;
        }

        .home-menu > li:hover .home-submenu-details {
            height: auto;
            border: 2px solid #f3f3f3;
        }

            .home-menu > li:hover .home-submenu-details span {
                display: block;
            }
/*顶部右边子菜单*/
.home-submenu-details {
    position: absolute;
    left: 50%;
    text-align: center;
    width: 10em;
    transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -o-transform: translate(-50%,0%);
    display: block;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
    border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    -webkit-border-radius: 0.4em;
    height: 0;
    border: 0;
}

    .home-submenu-details > span:nth-child(2n-1) {
        line-height: 2em;
        color: rgb(96, 98, 102);
        display: none;
    }

        .home-submenu-details > span:nth-child(2n-1):hover {
            color: #66b1ff;
            background-color: #ecf5ff;
            cursor: pointer;
        }

    .home-submenu-details > span:nth-child(2n) {
        /*height: 2px;*/
        background-color: #e6e6e6;
        width: 100%;
        display: none;
    }
/*搜索框*/
.search-feedback {
    position: relative;
    height: 100%;
}

.search-span-input {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
}

.search-span-feedback {
    right: 0.5em;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    -moz-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    -o-transform: translate(0%,-50%);
}

.search-large {
    width: 12em;
}

.search-small {
    width: 100%;
    height: 90%;
}

/*底部菜单*/
.footer-menu {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 1.15em;
    color: white;
}

    .footer-menu ul {
        padding-left: 0px;
    }

        .footer-menu ul li {
            list-style-type: none;
        }

            .footer-menu ul li:first-child {
                font-weight: bold;
                padding-bottom: 0.5em;
                font-size: 1.1em;
            }

            .footer-menu ul li:nth-child(n+2) {
                padding-top: 0.4em;
                padding-bottom: 0.4em;
                padding-left: 0.1em;
            }

                .footer-menu ul li:nth-child(n+2):hover {
                    cursor: pointer;
                }

            .footer-menu ul li a {
                /*text-decoration: none;*/
                color: white;
            }



/*底部公司信息*/
.company-info {
    text-align: center;
    padding-top: 1em;
    color: white;
}

#company-map {
    width: 70%;
    height: 100%;
    float: right;
}
/*隐藏百度地图中的百度官方标记*/
.anchorBL {
    display: none;
}

/*右侧浮层*/
.fluid {
    width: 63px;
    position: fixed;
    right: -63px;
    top: 50%;
    margin-top: -158px;
    z-index: 999;
    height: 188px;
}

    .fluid span.span1 {
        display: block;
        width: 32px;
        height: 61px;
        position: absolute;
        left: -32px;
        top: 50%;
        margin-top: -32px;
        background: url('/images/y_s.png') center center no-repeat;
    }

        .fluid span.span1.xz {
            background: url('/images/y_z.png') center center no-repeat;
        }

    .fluid ul {
        list-style-type: none;
        padding-left: 0;
    }

        .fluid ul li {
            width: 63px;
            height: 62px;
            background: url('/images/y_mc.png') repeat;
            border-bottom: 1px solid #3f3f3f;
            position: relative;
        }

            .fluid ul li a {
                display: block;
                width: 32px;
                height: 26px;
                margin: 0 auto;
                padding-top: 18px;
            }

                .fluid ul li a span.span2 {
                    position: absolute;
                    width: 270px;
                    height: 62px;
                    line-height: 62px;
                    text-align: center;
                    display: block;
                    right: -270px;
                    top: 0;
                    background: url('/images/y_mc.png') repeat;
                    color: #fff;
                    font-size: 18px;
                    z-index: 3;
                }

                .fluid ul li a span.span3 {
                    display: block;
                    width: 160px;
                    height: 160px;
                    padding: 8px;
                    position: absolute;
                    right: -160px;
                    background-color: #ffffff;
                    border-radius: 8px;
                    -moz-border-radius: 8px;
                    -webkit-border-radius: 8px;
                    top: 0;
                    z-index: 3;
                }

                .fluid ul li a > i {
                    display: block;
                    width: 100%;
                    height: 100%;
                    color: white;
                    font-size: 24px;
                }

@media(min-width: 1400px ) {
    .home-menu > li {
        margin-left: 1.2em;
        margin-right: 1.2em;
    }

    .navbar-container {
    }

    .navbar-container-small {
        display: none;
    }
}

@media(min-width: 1200px )and (max-width: 1400px ) {
    .home-menu > li {
        margin-left: 1em;
        margin-right: 1em;
    }

    .navbar-container {
    }

    .navbar-container-small {
        display: none;
    }
}

@media(min-width: 992px )and (max-width: 1200px ) {
    .home-menu > li {
        margin-left: 0.9em;
        margin-right: 0.9em;
    }

    .navbar-container {
    }

    .navbar-container-small {
        display: none;
    }
}

@media(min-width: 767px ) and (max-width: 992px ) {
    .home-menu > li {
        margin-left: 0.8em;
        margin-right: 0.8em;
    }

    .navbar-container {
    }

    .navbar-container-small {
        display: none;
    }
}

@media(max-width: 767px ) {
    .home-menu > li {
        margin-left: 0.7em;
        margin-right: 0.7em;
    }

    .navbar-container {
        display: none;
    }

    .navbar-container-small {
    }
    /*底部菜单变换 begin*/
    .footer-menu {
        text-align: center;
        font-size: 1.5em;
    }

        .footer-menu:last-child {
            display: none;
        }

    .company-info {
        padding-top: 25px;
        font-size: 1.2em;
    }

    .body-footer {
        font-size: 1.2em;
    }
    /*底部菜单变换 end*/
}
