@charset "utf-8";

.goleeSocial1 {
    padding-bottom: 120px;
}

.goleeSocial1 h2 {
    padding: 120px 0 60px;
}

.goleeSocial1-con {
    width: 90%;
    margin: 0 auto 50px;
}

.goleeSocial1-ul {
    display: flex;
    width: 100%;
    align-items: center;
}

.goleeSocial1-top {
    height: 60px;
    margin-bottom: 30px;
    background-color: #f1f1f1;
}

.goleeSocial1-ul li {
    width: 20%;
    text-align: center;
}

.goleeSocial1-top li {
    font-weight: 500;
    color: #333333;
    font-size: 18px;
}

.goleeSocial1-single {
    border-bottom: 1px solid #efefef;
}

.goleeSocial1-ul1 {}

.goleeSocial1-ul1 li {
    color: #666;
    font-size: 16px;
    line-height: 80px;
    transition: all 0.5s ease;
}

.goleeSocial1-single.active {
    border-bottom: none;
    margin-bottom: 40px;
}

.goleeSocial1-single.active .goleeSocial1-ul1 li {
    background-color: #cc0000;
    transition: all 0.5s ease;
    line-height: 70px;
    height: 70px;
    color: #fff;
}

.goleeSocial1-post {
    position: relative;
}

.goleeSocial1-post::after {
    content: '查看职位';
    width: 125px;
    cursor: pointer;
    border: 1px solid #e2e2e2;
    border-radius: 20px;
    height: 38px;
    line-height: 38px;
    position: absolute;
    background: url(/img/socialRecruitment/路径/ 11289.png) 100px center no-repeat;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.goleeSocial1-single.active .goleeSocial1-post::after {
    content: '关闭职位';
    color: #d70c18;
    background: url(/img/socialRecruitment/路径/ 11346.png) #fff 100px center no-repeat;
}

.goleeSocial1-single1 {
    display: none;
    background-color: #f7f7f7;
}

.goleeSocial1-ul2 {
    justify-content: space-between;
    align-items: flex-start;
    padding: 60px 0;
}

.goleeSocial1-ul2 li {
    width: 29%;
    text-align: left;
    padding-left: 5%;
    box-sizing: border-box;
}

.goleeSocial1-ul2 li:nth-child(2) {
    flex: 1;
    padding-left: 3%;
}

.goleeSocial1-tab {
    margin-bottom: 30px;
    font-family: HarmonyOS Sans SC-Medium;
    color: #333333;
    font-size: 18px;
}

.goleeSocial1-t {
    color: #666666;
    font-size: 16px;
    line-height: 32px;
}
.goleeSocial1-t.bold{
    font-family: HarmonyOS Sans SC-Bold;
}
.goleeSocial1-ul2>li span {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    font-size: 0;
    display: inline-block;
    margin-right: 10px;
    padding: 12.5px 10px;
    border-radius: 50%;
    box-sizing: border-box;
}





.goleeSocial2 {
    width: 100%;
    position: relative;
}

.goleeSocial2-con {
    width: 100%;
    text-align: center;
}

.goleeSocial2-t1 {
    font-family: HarmonyOS Sans SC-Black;
    color: #ffffff;
    font-size: 70px;
    line-height: 90px;
    margin-bottom: 30px;
}

.goleeSocial2-t2 {
    font-weight: 500;
    color: #ffffff;
    font-size: 28px;
    line-height: 38px;
}



/* 媒体查询 */
@media screen and (max-width:1700px) {
    .goleeSocial1 h2 {
        padding: 100px 0 50px;
    }
    .goleeSocial2-t1 {
        font-size: 65px;
    }
    .goleeSocial2-t2 {
        font-size: 26px;
    }    
}

@media screen and (max-width:1550px) {
    .goleeSocial1 h2 {
        padding: 80px 0 50px;
    }
    .goleeSocial2-t1 {
        font-size: 60px;
    }
    .goleeSocial2-t2 {
        font-size: 24px;
    }  
    .goleeSocial1 {
        padding-bottom: 100px;
    }
}

@media screen and (max-width:1400px) {
    .goleeSocial1-top li {
        font-size: 16px;
    }
    .goleeSocial1-ul1 li {
        font-size: 14px;
        line-height: 60px;
    }
    .goleeSocial1-top {
        margin-bottom: 20px;
    }
    .goleeSocial1-ul2 {
        padding: 50px 0;
    }
    .goleeSocial1-t {
        font-size: 14px;
    }
    .goleeSocial1-tab {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .goleeSocial1-ul2>li span {
        width: 35px;
        height: 35px;
        margin-right: 5px;
        padding: 10px 7px;
    }
    .goleeSocial1 h2 {
        padding: 60px 0 40px;
    }
    .goleeSocial2-t1 {
        font-size: 50px;
    }
    .goleeSocial2-t2 {
        font-size: 20px;
    } 
}

@media screen and (max-width:1300px) {
    .goleeSocial1-ul2 {
        padding: 35px 0;
    }
    .goleeSocial1-tab {
        margin-bottom: 15px;
    }
    .goleeSocial1-t {
        line-height: 28px;
    }
    .goleeSocial1-single.active {
        margin-bottom: 30px;
    }
    .goleeSocial2-t1 {
        font-size: 45px;
        margin-bottom: 10px;
    }
    .goleeSocial2-t2 {
        font-size: 18px;
    }
    .goleeSocial1 {
        padding-bottom: 80px;
    }
}

@media (min-width: 500px) and (max-width: 1024px) {
    .goleeSocial1-ul1 li {
    line-height: 26px;
    padding: 20px 0;
}
.goleeSocial1-single.active .goleeSocial1-ul1 li {
    line-height: 30px;
    height: 60px;
}
.goleeSocial1-ul2 li {
    width: 46%;
}
.goleeSocial1-ul2 li:nth-child(3) {
    width: 28%;
}
.goleeSocial1-ul2 li {
    padding: 0 2%;
}
}

.goleeSocial2-pic.ph,.goleeSocial2-con br{
    display: none !important; 
}
@media screen and (max-width:800px) {
    .goleeSocial2-pic{
        display: none;
    }
    .goleeSocial2-pic.ph,.goleeSocial2-con br{
        display: block !important;
    }
}
@media screen and (max-width:500px) {
    .goleeSocial2-t1 {
        font-size: 42px;
    }
    ul.goleeSocial1-top.goleeSocial1-ul {
        display: none;
    }
    .goleeSocial1-single {
        border: 1px solid #e8e8e8;
        margin-bottom: 15px;
    }
    .goleeSocial1-ul1 li {
        font-size: 14px;
        line-height: 60px;
    }
    .goleeSocial1-ul1 {
        height: 130px;
        align-items: end;
        position: relative;
        box-sizing: border-box;
        padding: 30px 10% 30px 0;
    }
    .goleeSocial1-ul1 li {
        width: auto;
        margin-left: 20px;
        white-space: nowrap;
    }
    .goleeSocial1-ul1 li:first-child {
        position: absolute;
        left: 0;
        width: auto;
        top: 0;
        font-size: 18px;
        color: #333;
        font-family: HarmonyOS Sans SC-Bold;
    }
    .goleeSocial1-ul1 li:nth-child(4) { 
        position: absolute;
        bottom: 0;
    }
    .goleeSocial1-ul1 li:last-child {
        position: absolute;
        right: 65px;
        top: 50%;
        font-size: 16px;
    }
    .goleeSocial1-post::after {
        border: none;
        border-radius: 0;
    }
    .goleeSocial1-single.active .goleeSocial1-ul1{
        background-color: #cc0000;
    }
    .goleeSocial1-single.active .goleeSocial1-ul1 li {
        background-color: transparent;
        line-height: 60px;
        height: auto;
    }
    .goleeSocial1-single.active .goleeSocial1-post::after {
        color: #fff;
        background:  url(/imgph/其他补充/路径/ 11289.png)100px center no-repeat;
    }
    .goleeSocial1-ul2 {
        display: block;
        padding: 0 20px 60px;
        box-sizing: border-box;
    }
    .goleeSocial1-ul2 li {
        width: 100%;
        padding: 0 !important;

    }
    .goleeSocial1-tab {
        padding: 30px 0 15px;
        margin: 0;
        font-size: 18px;
    }
    .goleeSocial1-t {
        font-size: 16px;
    }
}

@media screen and (max-width:400px) {}<!--耗时1751455296.2389秒-->