* {
    padding: 0;
    margin: 0;
}
.wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    background: #201E21;
}
.header {
    height: 120px;
    width: 100%;
    background-color: #EA4E4E;
    position: fixed;
    top: 0;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    width: 230px;
    margin-right: 90px;
}
.logo img {
    width: 100%;
}
.firstTab,.secondTab,.thirdTab{
    cursor: pointer;
    padding-bottom: 6px;
}
.active {
    border-bottom: 4px solid #fff;
    margin-top: 5px;
}
.title {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
}
.title p{
    margin-right: 76px;
}
.banner {
    margin: 120px auto 0;
    width: 100%;
}
.banner img{
    width: 100%;
}
.swiper-container {
    width: 100%;
    height: 100%;
}  
.content{
    margin: 80px auto 0;
    width: 1200px;
    background: #201E21;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content .banner img {
    width: 100%;
}
.content .company .titlePic{
    width: 566px;
    height: 78px;
}
.content .company .titlePic img {
    width: 100%;
    height: 100%;
}
.content .company .company_con {
    width: 100%;
    height: 362px;
    display: flex;
    margin-top: 28px;
}
.content .company .company_con .com_left{
    width: 50%;
}
.content .company .company_con .com_left img{
    width: 100%;
}
.content .company .company_con .com_right{
    width: 100%;
    height: 362px;
    background-color: #312F34;
    box-sizing: border-box;
    padding: 28px 50px 0;
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F3EDEB;
    line-height: 40px;
}
.content .company .company_con .com_right p:last-child{
    margin-top: 30px;
}
.content .team, .culture, .company{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.culture {
    margin-top: 76px;
}
.content .culture .titlePic{
    width: 566px;
    height: 74px;
    
} 
.content .culture .titlePic img {
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.content .culture .culture_con {
    width: 100%;
    padding: 40px 45px;
    box-sizing: border-box;
    background-color: #312F34;
    margin-top: 30px;
}
.showBox{
    visibility: hidden;
}
.content .culture .culture_con div{
    margin-top: 90px;
}
.content .culture .culture_con div:first-child{
    margin-top: 0;
}
.content .culture .culture_con div .title{
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 40px;
}
.content .culture .culture_con div .char {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #F3EDEB;
    line-height: 30px;
    margin-top: 15px;
}
.content .culture img{
    width: 100%;
    margin-top: 60px;
}
.content .team .titlePic{
    width: 566px;
    height: 74px;
    margin-top: 76px;
}
.content .team .titlePic img {
    width: 100%;
}
.content .team .team_con {
    margin-top: 30px;
    height: 576px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.content .team .team_con .con_left, .con_mid, .con_right{
    width: 32%;
    height: 100%;
    background: #312F34;
    box-sizing: border-box;
    padding: 40px 40px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sum {
    font-size: 32px;
    font-family: FZLTTHJW--GB1-0, FZLTTHJW--GB1;
    font-weight: normal;
    color: #FFFFFF;
    margin-top: 38px;
}
.detail {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #D2D0D6;
    line-height: 32px;
    margin-top: 28px;
    /* height: ; */
}
.content .team > img {
    width: 100%;
    margin-top: 95px;
}
.footer {
    width: 100%;
    height: 211px;
    background: #342E2E;
    margin-top: 164px;
}
.footer_box {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.footer_box .top {
    height: 153px;
    box-sizing: border-box;
    padding: 23px 0;
    display: flex;
    border-bottom: 2px solid #443C40;;
}
.footer_box .top .btn {
    width: 50%;
    display: flex;
}
.footer_box .top .btn .right{
    margin-left: 150px;
}
.footer_box .top .btn .left > p, .right > p{
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #706F73;
    line-height: 28px;
    margin-bottom: 15px;
}
.footer_box .top .btn .left > div, .right > div{
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #A7A7AB;
    line-height: 25px;
}
.footer_box .top .btn .left > div:last-child, .right > div:last-child {
    margin-top: 13px;
}
.footer_box .top .hx {
    width: 50%;
    /* margin-left: 310px; */
}
.footer_box .top .hx p:first-child {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #706F73;
    line-height: 28px;
}
.footer_box .top .hx p:last-child {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A7A7AB;
    line-height: 22px;
    margin-top: 18px;
}
.footer_box .bottom {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_box .bottom p:first-child {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #A7A7AB;
    line-height: 22px;
}
.footer_box .bottom p:last-child {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #A7A7AB;
    line-height: 22px;
    margin-left: 26px;
}
/* @media screen and (min-width:1400px) {
    .header {
        height: 90px;
    }
    .logo {
        width: 200px;
    }
    .banner {
        margin-top: 90px;
    }
} */
@media screen and (max-width:1400px){
    .header {
        height: 90px;
    }
    .logo {
        width: 200px;
    }
    .banner {
        margin-top: 90px;
    }
}
@media screen and (max-width:1250px){
    .header {
        height: 90px;
    }
    .logo {
        width: 200px;
    }
    .banner {
        margin-top: 90px;
    }
    .content{
        width: 900px; 
    }
    .content .company .company_con{
        height: 270px;
    }
    .content .company .company_con .com_right{
        height: 271px;
        font-size: 20px;
        padding: 20px 30px 0;
        line-height: 30px;
    }
    .content .culture .culture_con div{
        margin-top: 45px;
    }
    .footer .footer_box {
        width: 900px;
    }
    .footer_box .top .btn .left > p, .right > p{
        margin-bottom: 12px;
    }
    .footer_box .top .hx p:last-child{
        margin-top: 8px;
    }
}
