.joinUs {
    /* overflow: hidden; */
    padding-bottom: 120px;
}

.joinUs .page_title {
    padding-top: 30px;
    font-size: 44px;
    color: #000;
    font-weight: 100;
}

.joinUs .selects {
    display: flex;
    justify-content: end;
}

.joinUs .selects .select select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    outline: none;
    width: 310px;
    height: 55px;
    border: 1px solid #b5b5b5;
    border-radius: 27px;
    padding: 0 20px;
}

.joinUs .selects .select {
    margin-right: 20px;
    position: relative;
}

.joinUs .selects .select:last-child {
    margin-right: 0;
}

.joinUs .selects .select::before {
    position: absolute;
    content: '';
    width: 18px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    background: url('/themes/basic/skin/images/select_arrow.png') no-repeat;
    background-size: cover;
}

.joinUs .selects select::-ms-expand {
    display: none;
}

.joinUs .table {
    margin-top: 30px;
}

.joinUs .table .tr {
    height: 60px;
    display: flex;
    border-bottom: 1px solid #dddddd;
}

.joinUs .table .tr .td {
    width: calc(100% / 5);
    padding-left: 40px;
    line-height: 60px;
    font-weight: 100;
    font-size: 16px;
}

.joinUs .table .tr.th {
    background-color: #d20014;
    color: #fff;
    border-bottom: none;
}

.joinUs .table .tr .td.join {
    font-weight: 400;
    color: #d20014;
    padding-left: 70px;
    position: relative;
    cursor: pointer;
}

.joinUs .table .tr .td.join::before {
    position: absolute;
    content: '';
    width: 20px;
    height: 11px;
    background: url('/themes/basic/skin/images/table_arrow_right.png') no-repeat;
    top: 50%;
    margin-top: -5.5px;
    left: 40px;
    transition: .3s;
}

/* .joinUs .table .tr.active {

} */

.joinUs .table .tr.active .td.join {
    font-weight: 600;
}

.joinUs .table .tr.active .td.join::before {
    transform: rotate(90deg);
}

.joinUs .table .cont {
    background-color: #f6f6f6;
    display: none;
    padding: 15px 40px 45px;
}

.joinUs .table .cont h1 {
    padding-top: 25px;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.joinUs .table .cont p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #666666;
    font-weight: 100;
    line-height: 1.5;
}

.joinUs .table .cont .button {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.joinUs .table .cont .button img {
    max-width: 45px;
    margin-right: 18px;
}

.joinUs .table .cont .button a {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 1px solid #d20014;
    color: #d20014;
}

.joinUs .paging {
    margin-top: 60px;
    margin-bottom: 100px;
}

.joinUs .paging ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.joinUs .paging ul .page {
    margin: 0 9px;
    width: 40px;
    height: 40px;
    border: 1px solid #333333;
    border-radius: 50%;
}

.joinUs .paging ul .page a {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 40px;
    color: #333333;
    display: inline-block;
}

.joinUs .paging ul .page:hover {
    border-color: #d20014;
}

.joinUs .paging ul .page:hover a {
    color: #d20014;
}

.joinUs .paging ul .page.selected {
    border-color: #d20014;
    background-color: #d20014;
}

.joinUs .paging ul .page.selected a {
    color: #fff;
}

.joinUs .paging ul .page.selected:hover a {
    color: #fff;
}

.joinUs .paging .first,
.joinUs .paging .last {
    display: none;
}

.joinUs .paging li.previous {
    margin-right: 30px;
}

.joinUs .paging li.next {
    margin-left: 30px;
}

.joinUs .paging li.previous a,
.joinUs .paging li.next a {
    color: #d20014;
}

.joinUs .paging li.hidden a {
    color: #999999;
}

.joinUs .paging li.previous a::before {
    content: '←  上一页';
}

.joinUs .paging li.next a::before {
    content: '下一页  →';
}

.joinUs .welfare {
    background-color: #f6f6f6;
    padding-top: 80px;
    padding-bottom: 60px;
}

.joinUs .welfare .title {
    font-size: 32px;
    color: #000;
}

.joinUs .welfare .items {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    justify-content: space-between;
}

.joinUs .welfare .items .item {
    width: 31.25%;
    margin-bottom: 60px;
    padding-bottom: 41px;
    position: relative;
}

.joinUs .welfare .items .item::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: linear-gradient(to right,
            #0268a1 0%,
            #0268a1 50%,
            #c7000a 50%,
            #c7000a 100%);
    bottom: 0;
    left: 0;
}

.joinUs .welfare .items .item .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    height: 178px;
    background-color: #fff;
}

.joinUs .welfare .items .item .project {
    font-size: 24px;
    margin-top: 25px;
}

.joinUs .welfare .items .item .introduce {
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    font-weight: 100;
}

.joinUs .environment {
    padding-top: 100px;
}

.joinUs .environment .title {
    font-size: 32px;
    color: #000;
}

.joinUs .environment .environ {
    padding-bottom: 70px;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}

.joinUs .environment .environ .item .img {
    width: 100%;
    height: 485px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.joinUs .environment .environ .item .txt {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 30px;
}

.joinUs .environment .environ .environ-pagination {
    width: 100%;
    bottom: 0;
}

.joinUs .environment .environ .environ-pagination .swiper-pagination-bullet{
    margin: 0 7.5px;
    width: 11px;
    height: 11px;
    opacity: 1;
    background: transparent;
    border: 1px solid #b4b4b4;
}

.joinUs .environment .environ .environ-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border-color: #d20014;
    background-color: #d20014;
}

.joinUs .activity {
    padding-top: 100px;
}

.joinUs .activity .title {
    font-size: 32px;
    color: #000;
}

.joinUs .activity .activi {
    padding-bottom: 70px;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
}

.joinUs .activity .activi .item .img {
    width: 100%;
    height: 309px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.joinUs .activity .activi .item .txt {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin-top: 30px;
}

.joinUs .activity .activi .activi-pagination {
    width: 100%;
    bottom: 0;
}

.joinUs .activity .activi .activi-pagination .swiper-pagination-bullet{
    margin: 0 7.5px;
    width: 11px;
    height: 11px;
    opacity: 1;
    background: transparent;
    border: 1px solid #b4b4b4;
}

.joinUs .activity .activi .activi-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border-color: #d20014;
    background-color: #d20014;
}


@media (max-width:1669px) {

}

@media (max-width:1280px) {

}

@media (max-width:991px) {
    .joinUs .table_box{
        overflow-y: auto;
    }

    .joinUs .table_box .table .tr{
        width: 750px;
    }

    .joinUs .table .tr .td.join{
        padding-left: 40px;
    }

    .joinUs .table .tr .td.join::before{
        left: 10px;
    }
    .joinUs .table .tr .td:nth-of-type(1){
        width: 200px;
    }
    .joinUs .table .tr .td:nth-of-type(2){
        width: 100px;
    }

    .joinUs .table .tr .td:nth-of-type(3){
        width: 110px;
    }
}

@media (max-width:681px) {
    .joinUs .selects{
        display: block;
    }

    .joinUs .selects .select{
        margin-right: 0;
        margin-top: 30px;
    }

    .joinUs .selects .select:nth-of-type(2){
        margin-top: 20px;
    }

    .joinUs .selects .select select{
        width: 100%;
    }

    .joinUs .paging li.previous{
        margin-right: 0;
    }

    .joinUs .paging li.next{
        margin-left: 0;
    }

    .joinUs .welfare .items .item{
        width: 100%;
        margin-bottom: 30px;
    }

    .joinUs .environment .environ .item .img{
        height: auto;
    }

    .joinUs .activity .activi .item .img{
        height: auto;
    }
}