@charset "utf-8";

.joinht_contitbox {
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.join_ms {
    flex: 1;
    padding-left: 30px;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}


.joinht_conphoto {
    padding-top: 30px;
    padding-bottom: 80px;
}

.joinht_photobox {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.joinht_photobox {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.con_join {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;

}

.con_joinright {
    padding: 50px 30px 60px 30px;
    background: rgba(236, 152, 25, 0.90);
    height: 100%;
    width: 40%;
    max-width: 488px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.con_joinright .t {
    position: relative;
    padding-top: 20px;
    color: var(--white-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.con_joinright .t::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 23px;
    height: 2px;
    border-radius: 17px;
    background: var(--white-color);
}

.con_joinrightone {
    display: block;
    width: 25px;
    height: 4px;
    background-color: #fff;

}

.con_joinrighttwo {
    padding-top: 20px;
    padding-bottom: 75px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.con_joinrighttwo p {
    padding-bottom: 15px;
}

.con_joinrighttwo p:last-child {
    padding-bottom: 0;
}

.join_bittit {

    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
}

.con_joinrightbutton {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    position: relative;

}
.con_joinrightbutton::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background-color: var(--white-color);
}
.con_joinrightbutton::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: var(--white-color);
    transition: width 0.3s ease-in-out;
}
a:hover .con_joinrightbutton::after {
    width: 100%;
}
.talent_list {
    padding-bottom: 76px;
    overflow: hidden;
}
.talent_list ul {
    margin-left: -12px;
    margin-right: -12px;
}
.talent_list ul li {
    width: 25%;
    padding: 12px;
    float: left;
}
.talent_list .bg {
    position: relative;
    padding-top: 130px;
    padding-bottom: 122px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    z-index: 1;
}
.talent_list .bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
z-index: 2;
}
.talent_list .bg .text {
    text-align: center;
    z-index: 3;
}
.talent_list .bg .icon {
    position: relative;
    padding-bottom: 16px;

}
.talent_list .bg .icon:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 23px;
height: 2px;
border-radius: 17px;
background: var(--white-color);
}
.talent_list .bg .t {
    padding-top: 16px;
    color: var(--white-color);
font-size: 18px;
font-weight: 700;
}
.talent_list ul li .bg:hover {
    transform: scale(1.05);
}

@media (max-width:1439px) {
    .talent_list .bg {
        padding-top: 110px;
        padding-bottom: 100px;
 
    }

}
@media (max-width:1280px) {
    .talent_list .bg {
        padding-top: 100px;
        padding-bottom: 90px;
 
    }

}
@media (max-width:991px) {
    .con_joinright {
        padding: 50px 30px 40px 30px;
        width: 50%;
    }
    .con_joinrighttwo {
        padding-bottom: 45px;
        line-height: 28px;
    }
    .talent_list .bg {
        padding-top: 70px;
        padding-bottom: 60px;
 
    }

}
@media (max-width:768px) {
    .talent_list .bg {
        padding-top: 50px;
        padding-bottom: 40px;
 
    }
    .joinht_conphoto {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}
@media (max-width:767px) {
    .joinht_contitbox {
        flex-wrap: wrap;
    }
    .join_ms {
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
        text-align: left;
        flex: inherit;

    }
    .con_joinright {
        padding: 50px 20px 40px 20px;
        width: 100%;
    }
    .talent_list ul {
        margin-left: -6px;
        margin-right: -6px;
    }
    .talent_list ul li {
        width: 50%;
        padding: 6px;
    }
    .talent_list .bg {
        padding-top: 60px;
        padding-bottom: 50px;
 
    }

}
@media (max-width:359px) {
    .talent_list ul li {
        width: 100%;
    }
}<!--ºÄÊ±1758367491.4132Ãë-->