/*关于我们*/
#about {
    padding-top: 100px;
}

#about-tab-wrap {
    width: 100%;
    z-index: 10;
    position: relative;
}

#about-tab-wrap.about-tab-active {
    top: 84px !important;
}

#about-tab-wrap .about-tab-content {
    width: 465px;
    height: 40px;
    margin: 0 auto;
    border: solid 1px #f0f0f0;
    border-radius: 30px;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -232.5px;
    background: #fff;
}

#about-tab-wrap .about-tab-content .about-tab-list {
    width: 116px;
    height: 40px;
    border-right: 1px solid #f0f0f0;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #666666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    cursor: pointer;
}

#about-tab-wrap .about-tab-content .about-tab-list:last-child {
    width: 114px;
    border-right: 0;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

#about-tab-wrap .about-tab-content .about-tab-list:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

#company-wrap {
    width: 100%;
}

#company-wrap .company-content {
    /* width: 1200px; */
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 50px;
}

#company-wrap .company-content .company-left {
    /*width: 790px;*/
    /* width: 470px;
    float: left; */
    /*background: #efefef;*/
    /* margin-right: 70px; */
    margin-top: 100px;
}

#company-wrap .company-content .company-left img {
    width: 80%;
}

#company-wrap .company-content .company-right {
    /* float: left;
    width: 570px; */
}

.company-title {
    height: 68px;
    line-height: 68px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1.2px;
    text-align: center;
    color: #333333;
    margin-bottom: 50px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}

#company-wrap .company-content .company-right .companyR-text p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 20px;
    color: #333333;
    text-indent: 2em;
}

#path-wrap {
    width: 100%;
    background: url("../images/about/company_bg.png") no-repeat;
    background-size: 100% 100%;
}

#path-wrap .path-content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
    text-align: center;
}

#honor-wrap {
    width: 100%;
}

#honor-wrap .honor-content {
    /* width: 1200px; */
    margin: 0 auto;
    padding: 85px 0 48px 0;
    text-align: center;
}

.honor-slideBox {
    float: left;
    /*margin-top: 20px;*/
}

.honor-slideBox .title {
    margin-bottom: 10px;
    font-size: 16px;
}

.honor-slideBox .honorScroll-left {
    /* width: 1200px; */
    height: 230px;
    background: white;
    overflow: hidden;
    position: relative;
}

.honorScroll-left .hd .prev {
    position: absolute;
    width: 24px;
    height: 52px;
    background-color: rgba(0, 0, 0, 0.15);
    color: white;
    font-weight: bold;
    top: 50%;
    left: 19px;
    margin-top: -26px;
    line-height: 54px;
    font-size: 20px;
    text-align: center;
}

.honorScroll-left .hd .next {
    position: absolute;
    width: 24px;
    height: 52px;
    background-color: rgba(0, 0, 0, 0.15);
    color: white;
    font-weight: bold;
    top: 50%;
    right: 19px;
    margin-top: -26px;
    line-height: 54px;
    font-size: 20px;
    text-align: center;
}

.honorScroll-left .bd {
    width: 1072px;
    position: absolute;
    left: 50%;
    margin-left: -536px;
    margin-top: 25px;
}

.honorScroll-left .bd ul li {
    width: 178px;
    /*margin-right: 35px;*/
    float: left;
    text-align: center;
    margin-left: 16.5px;
    margin-right: 16.5px;
}

.honorScroll-left .picList-img {
    width: 176px;
    height: 176px;
    background: #efefef no-repeat center;
    background-size: cover;
    border: 1px solid #c5c5c5;
    margin-bottom: 11px;
}

#park-wrap {
    width: 100%;
    background-color: #fafafa;
}

#park-wrap .park-content {
    /* width: 1200px; */
    margin: 0 auto;
    padding: 50px 0 30px 0;
    text-align: center;
}

#park-wrap .park-content .park-text {
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 2.14;
    color: #666666;
    text-indent: 2em;
    margin-bottom: 35px;
}

.staff-box {
    width: 100%;
    height: 190px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
    background: #f7f9fb;
}

.staff-box .hd .prev {
    position: absolute;
    width: 24px;
    height: 52px;
    background-color: rgba(0, 0, 0, 0.15);
    color: white;
    font-weight: bold;
    top: 50%;
    left: 0;
    margin-top: -26px;
    line-height: 54px;
    font-size: 20px;
    text-align: center;
}

.staff-box .hd .next {
    position: absolute;
    width: 24px;
    height: 52px;
    background-color: rgba(0, 0, 0, 0.15);
    color: white;
    font-weight: bold;
    top: 50%;
    right: 0;
    margin-top: -26px;
    line-height: 54px;
    font-size: 20px;
    text-align: center;
}

.staff-box .bd {
    width: 1072px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -69px;
    margin-left: -536px;
}

.staff-box .bd .honour-item .honour-list {
    width: 198px;
    height: 138px;
    background: #fff;
    float: left;
    text-align: center;
    margin-left: 8.5px;
    margin-right: 8.5px;
}

@media (max-width: 1200px) {

    .picList-img{
        margin-left: -96px
    }

    .honorScroll-left .bd {
        width: 839px;
        position: absolute;
        left: 50%;
        margin-left: -415px;
        margin-top: 25px;
    }
    #park-wrap .bd {
        width: 856px;
        position: absolute;
        left: 50%;
        margin-left: -428px;
        margin-top:-69px;
    }

}

/* 中等屏幕（桌面显示器，小于 992px） */
@media (max-width: 992px) {
    #about {
        padding-top: 20px;
    }

    #company-wrap .company-content {
        padding-top: 0 !important;
    }

    #company-wrap .company-content .company-left {
        margin-top: 0
    }

    #company-wrap .company-content .company-left img {
        width: 100%
    }

    #honor-wrap {
        background: #F0F0F0;
        margin-bottom: 0 !important;
    }

    .honorScroll-left .bd{
        width: 84%;
        position: absolute;
        left: 50%;
        margin-left: -42%;
        margin-top: 25px;
    }
    #park-wrap .bd {
        width: 86%;
        position: absolute;
        left: 50%;
        margin-left: -43%;
        margin-top:-69px;
        
    }
    .company-title {
        background: none !important;
        margin-bottom: 0 !important;
    }

    #honor-wrap .honor-content{
        padding: 20px 0 0 0;
    }
    #park-wrap .park-content{
        padding: 20px 0 0 0;
        padding-top: 20px !important;
    }
    .honor-slideBox .honorScroll-left {
        background: #F0F0F0;
    }

    .honorScroll-left .picList-img {
        /* background: #f5f5f5 !important */
    }
}

@media (max-width: 768px) {

    /* #honor-wrap .container{
        width: 100%
    } */
    .honor-slideBox {
        width: 100%
    }

    .honorScroll-left .bd{
        width: 206px;
        position: absolute;
        left: 50%;
        margin-left: -94px;
        margin-top: 25px;
    }
    #park-wrap .bd {
        width: 206px;
        position: absolute;
        left: 50%;
        margin-left: -103px;
        margin-top:-69px;
        
    }
    .staff-box .hd .next{
        right: 19px;
    }
    .staff-box .hd .prev{
        left: 19px;
    }


}