.contentWarp {
    background-color: #FFF;
}

.bannerWarp {
    height: 350px;
    background-image: url("../../images/company_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.bannerWarp .title {
    width: 1200px;
    margin: 0 auto;
    padding-top: 9%;
    font-size: 60px;
    color: #FFF;
}

.bannerWarp .title .titleEn {
    font-size: 24px;
    opacity: 0.3;
}
.centerWarp {
    position: relative;
    width: 1200px;
    min-height: 395px;
    margin: 0 auto;
}
.companyNav {
    position: absolute;
    top:-60px;
    z-index: 10;
    width: 1100px;
    height: 60px;
    line-height: 60px;
    padding: 0 50px;
    box-shadow:0 8px 17px 1px rgba(232,236,251,0.6);
    border-radius:2px;
    background-color: #FFF;
}
.companyNav a {
    height: 20px;
    line-height: 20px;
    padding: 0 95px;
    font-size: 20px;
    color: #383838;
    text-align: center;
    border-right: 1px solid #000;
}
.companyNav a:last-child {
    border-right: none;
}
.companyNav a:hover {
    color: #FF6A29;
}