.AboutBolang {
    position: relative;
    z-index: 10;
}

#pageTop .headerNav li > a {
    display: block;
    text-decoration: none;
    color: #6F7A84;
}

#pageTop .pageHeader .dropDownList > dl > dd > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #6F7A84;
    text-decoration: none;
}

.hotlinePhone p {
    /*height: 3px;*/
}

.hotlinePhone h3 {
    /*font-weight:900;
  font-size:17px;*/
}

.AboutBolang a {
    text-decoration: none;
    color: #6F7A84;
}

.bottomBar > ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

.AboutBolang .pageBreak {
    width: 100%;
    height: 40px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #eeeeee;
}

    .AboutBolang .pageBreak .Breadcrumb {
        width: 1200px;
        height: 100%;
        line-height: 40px;
        margin: 0 auto;
        text-indent: 10px;
    }

.AboutBolang .BolangArea {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

    .AboutBolang .BolangArea .TabBar {
        width: 100%;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 50px auto;
        font-family: 'SimHei';
    }

        .AboutBolang .BolangArea .TabBar .tabItems {
            width: 130px;
            height: 30px;
            line-height: 26px;
            text-align: center;
            margin: 0 10px;
            border: 2px #989898 solid;
            color: #989898;
        }

            .AboutBolang .BolangArea .TabBar .tabItems a {
                display: block;
                width: 100%;
                height: 100%;
            }

            .AboutBolang .BolangArea .TabBar .tabItems.active {
                background-color: #F3631E;
                color: #fff;
                border: 2px #F3631E solid;
            }

                .AboutBolang .BolangArea .TabBar .tabItems.active a {
                    color: #fff;
                }
    /*右侧图文列表*/
    .AboutBolang .BolangArea .BolangDetail {
        width: 1190px;
        margin: 0px auto;
        padding-top: 20px;
        box-shadow: 1px 1px 5px 1px #ddd;
        margin-bottom: 100px;
        font-family: 'SimHei';
    }

        .AboutBolang .BolangArea .BolangDetail .hidden {
            display: none;
        }

        .AboutBolang .BolangArea .BolangDetail .content h3 {
            height: 30px;
            line-height: 30px;
            text-align: center;
            font-size: 20px;
        }

        .AboutBolang .BolangArea .BolangDetail .content .description {
            font-size: 16px;
            line-height: 30px;
            padding: 10px;
        }

            .AboutBolang .BolangArea .BolangDetail .content .description img {
                max-width: 100%;
            }
/*荣誉资质*/
.zizhiWrap {
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .zizhiWrap li {
        width: 280px;
        height: 280px;
        line-height: 280px;
        text-align: center;
        margin: 0 8px 10px 8px;
        box-shadow: 0 0 5px 1px #ddd;
        overflow: hidden;
    }

        .zizhiWrap li img {
            max-width: 100%;
            max-height: 100%;
        }
