#content-container{
    margin-top: 20px;
}
.container{
    padding: 0;
}
.pc_show{
    display: block;
}
.mobile_show{
    display: none;
}
/*.navbar-inverse,*/
/*.navbar-inverse .navbar-nav > li > a{*/
/*    background: #fff;*/
/*    color: #666666;*/
/*}*/
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:active{
    font-weight: 600;
    color: #333333;
}
/*公司简介*/
.company_profile{
    padding-bottom: 80px;
    padding-top: 80px;
}
.company_profile_box{
    max-width: 1280px;
    margin: auto;
}
.flex{
    display: flex;
}
.company_description{
    padding: 0;
}
.company_description > div{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.company_description h2{
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 45px;
}
.company_description p{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    color: #666666;
    line-height: 24px;
}
.company_img{
    margin-left: 60px;
    padding: 0;
}
.company_img img,
.company_profile_box img{
    width: 100%;
}
/*联系我们*/
.contact_us{
    background: #F6F8FB;
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact_us h2{
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 45px;
    text-align: center;
    margin-bottom: 48px;
    margin-top: 0;
}
.navbar-inverse .navbar-toggle .icon-bar{
    background: #333333;
}
.navbar-toggle{
    border: none;
}
@media screen and (max-width: 1280px) and (min-width: 750px){
    .company_profile_box{
        padding: 0 40px;
    }

}
@media screen and (max-width: 770px) and (min-width: 740px){
    .main-content:after {
        height: 200px !important;
    }
}
@media  screen and (max-width: 768px){
    .main-content{
        margin: 0 auto -200px
    }
    footer{
        height: 200px;
    }
}
@media screen and (max-width: 767px){
    .mobile_show{
        display: block;
    }
    .pc_show{
        display: none;
    }
    #content-container{
        margin-top: 0;
    }
    .company_profile_box{
        display: block;
        padding: 0 40px;
    }
    .company_description > div{
        position: initial;
        transform:none;
        -webkit-transform:none;
    }
    .company_description h2{
        font-size: 20px;
        text-align: center;
        margin: 0 0 30px 0;
        margin: 0 0 30px 0;
        line-height: 28px;
    }
    .company_img{
        margin: 25px 15px 25px 15px;
    }
    .company_profile{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .contact_us{
        padding-top: 40px;
    }
    .contact_us h2{
        font-size: 20px;
        line-height: 28px;
        margin-top: 0;
        margin-bottom: 30px;
    }
    .footer-inner p{
        padding: 0 20px;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
        background-color: #ffffff;
    }
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
    color: rgba(255, 255, 255, 0.8);
}
/*.navbar-brand > img{*/
/*    width: 120px;*/
/*}*/
/*.navbar-right .login a{*/
/*    border: 1px solid #666666;*/
/*    color: #666666;*/
/*}*/