 :root {
    --mainColor: #007bbd;
}

.banner-section{
    width: 100%;
    height: 56rem;
    background: url('../../images/human/humanBg.jpg') no-repeat center center;
    background-size: cover;
}
.banner{
    position: relative;
    width: 100%;
    height: 56rem;
}
.banner-title{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner-title{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
.banner-title-zh{
    font-size: 6.25rem;
    font-weight: bolder;
    text-align: center;
}
.banner-title-en{
    text-align: center;
    font-size: 2.2rem;
    font-weight: bolder;
    text-transform: uppercase;
}
.banner-line{
    width: 5rem;
    height: 0.4rem;
    margin-top: 2rem;
    background-color: #fff;
}
.tab{
    width: 100%;
    height: 5rem;
    background-color: #fff;
    position: absolute;
    bottom: -2.5rem;
    left: 0;
    border-bottom: .0625rem solid #eee;
}
.tab-list{
    display: flex;
    height: 5rem;
    justify-content: center;
    align-items: center;
}
.tab-list li{
    padding: 0 1.5rem;
    border-right: .0625rem solid #666;
}
.tab-list li:last-child{
    border-right: 0;
}
.tab-list li a{
    position: relative;
    display: block;
    color: #666;
    transition: all .5s;
}
.tab-list li.current a{
    color: #cd0000;
}
.tab-list li:hover a{
    color: #cd0000;
}
.tab-list li.current .tab-line{
    display: block;
}
.tab-list li:hover .tab-line{
    display: block;
}
.tab-line{
    display: none;
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%;
    height: 0.3rem;
    background-color: #cd0000;
}

.strategy-section{
    margin-top: 8rem;
    width: 100%;
    height: 48rem;
    background: url(../../images/human/strategyBg.jpg) no-repeat;
    background-size: cover;
    padding-top: 6rem;
}
.strategy-title{
    position: relative;
    height: 7rem;
}
.strategy-title-zh{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    font-size: 3.5rem;
    color: #666;
}
.strategy-title-en{
    position: absolute;
    z-index: 0;
    top: 0.8rem;
    left: 15rem;
    font-size: 3rem;
    color: #f1f1f1;
    text-transform: uppercase;
}
.strategy-con{
    margin-top: 2.5rem;
    color: #666;
    font-size: 1.5rem;
    width: 70rem;
    line-height: 2;
}
.strategy-list{
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
}
.strategy-item{
    width: 30%;
    height: 20rem;
    border: .0625rem solid #ccc;
    border-radius: 1rem;
    background-color: #fff;
    padding: 3rem 2rem;
}
.strategy-item h4{
    display: inline-block;
    position: relative;
    color: var(--mainColor);
    font-size: 1.7rem;
}
.strategy-item p{
    margin-top: 2rem;
    color: #666;
    line-height: 1.8;
    font-size: 1.4rem;
}
.strategy-item h4::after {
    position: absolute;
    top: 100%;
    left: 0;
    content: "";
    width: 0;
    height: .22rem;
    background-color: var(--mainColor);
    transition: all .5s;
}
.strategy-item:hover h4::after{
    width: 100%;
}

.qualification-section{
    width: 100%;
    height: 80rem;
    background: url(../../images/human/qualificationBg.jpeg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 3rem 0;
}
.qualification-title{
    text-align: center;
}
.qualification-title-zh{
    color: #fff;
    font-size: 3.5rem;
}
.qualification-title-en{
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.5rem;
    text-transform: uppercase;
}
.qualification-con{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.qualification-item{
    cursor: pointer;
    width: 32%;
    height: 25rem;
    margin-top: 4rem;
    overflow: hidden;
}
.qualification-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}
.qualification-item:hover img{
    transform: scale(1.05);
}

.recruit-section{
    padding: 8rem 0;
}
.recruit-tabs{
    display: flex;
    justify-content: space-between;
}
.recruit-tab{
    cursor: pointer;
    width: 49%;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    color: var(--mainColor) ;
    border: .0625rem solid #ccc;
    font-size: 1.7rem;
    transition: all .5s;
}
.recruit-tab:hover{
    background-color: var(--mainColor);
    color: #fff;
}
.recruit-tab.current{
    background-color: var(--mainColor);
    color: #fff;
}

.recruit-con{
    margin-top: 1.5rem;
}
.recruit-con table{
    width: 100%;
}
.recruit-thead{
    width: 100%;
}
.recruit-thead ul{
    display: flex;
    width: 100%;
    background-color: #b1b1b1;
}
.recruit-thead ul li{
    width: 16%;
    font-size: 1.6rem;
    padding: 1.5rem 0;
    color: #fff;
    text-align: center;
}
.recruit-tb ul{
    display: flex;
    cursor: pointer;
    background-color: #f2f2f2;
}
.recruit-tb ul li{
    width: 16%;
    padding: 1.5rem 0;
    border-top: 0.2rem solid #fff;
    text-align: center;
    font-size: 1.4rem;
    color: #666;
}
.recruit-tb ul li:last-child span{
    color: #999;
}
.recruit-tb ul:hover{
    background-color: #a8c9e6;
}
.recruit-tb ul.active{
    background-color: #a8c9e6;
}
.recruit_td_con{
    padding: 2rem;
    background-color: #f2f2f2;
}
.recruit_td_con h4{
    margin: 1rem 0;
    font-size: 1.9rem;
}
.recruit_td_con p{
    line-height: 2;
    font-size: 1.6rem;
}

.recruit_sc_con{
    padding: 2rem;
    background-color: #f2f2f2;
}
.recruit_sc_con h4{
    margin: 1rem 0;
    font-size: 1.9rem;
}
.recruit_sc_con p{
    line-height: 2;
    font-size: 1.6rem;
}
#strategy-mobile-con{
    display: none;
}
@media screen and (max-width: 991px) {
    #strategy-mobile-con{
        display: block;
    }
    #strategy-pc-con{
        display: none;
    }
    #strategy-mobile-con{
        width: 100%;
    }
    .strategy-section{
        padding-left: 2rem;
        padding-right: 2rem;
        height: auto;
    }
    .strategy-list{
        flex-wrap: wrap;
    }
    .strategy-item{
        width: 100%;
        margin-bottom: 4rem;
        height: auto;
    }

    .qualification-section{
        padding-left: 2rem;
        padding-right: 2rem;
        height: auto;
    }
    .qualification-item{
        height: 15rem;
    }

    .recruit-section{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    #social_recruit tr th{
        white-space: nowrap;
    }
    #social_recruit tr th:nth-child(5){
        display: none;
    }
    #social_recruit tr th:nth-child(6){
        display: none;
    }
    #social_recruit tr td:nth-child(5){
        display: none;
    }
    #social_recruit tr td:nth-child(6){
        display: none;
    }

    #school_recruit tr th:nth-child(5){
        display: none;
    }
    #school_recruit tr th:nth-child(6){
        display: none;
    }
    #school_recruit tr td:nth-child(5){
        display: none;
    }
    #school_recruit tr td:nth-child(6){
        display: none;
    }
}
@media screen and (max-width:660px){

}
@media screen and (max-width: 500px) {

}
@media screen and (max-width: 420px) {

}