.join-title {
    text-align: center;
    color: #222222;
    line-height: 2;
}

.join2 {
    background: #F5F7F8;

}

.join2 .join-title {
    margin-bottom: 37px;
}

.join2 .tabbar .ev {
    width: 49.64%;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.join2 .tabbar .ev .pic{width: 100%;height: 160px;overflow: hidden;}

.join2 .tabbar .ev .pic img{height: 100%;width: 100%;object-fit: cover;}

.join2 .tabbar .ev .intr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    transition: all ease .3s;
    border-bottom: 4px solid #E1EECE;
    background: #E7EEF4;
}

.join2 .tabbar .ev .intr > div{display: flex;align-items: center;align-content: center;}

.join2 .tabbar .ev.active .intr,
.join2 .tabbar .ev:hover .intr {
    background: #486A00;
}



.join2 .tabbar .ev .intr .icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.join2 .tabbar .ev .intr .icon-box .icon{position: relative;}
 
.join2 .tabbar .ev .intr .icon-box .icon img:nth-child(2){position: absolute;top: 0;left: 0;z-index: 2;opacity: 0;}



.join2 .tabbar .ev:nth-child(2) .intr .icon-box{width: 52px;}

.join2 .tabbar .ev .intr h2 {
    text-align: center;
    line-height: 2;
    margin-left: 10px;
    color: #000;
}


.join2 .tabbar .ev.active .intr h2,
.join2 .tabbar .ev:hover .intr h2
{
    color: #fff;
}

 
.join2 .tabbar .ev.active .intr .icon-box .icon img:nth-child(1),.join2 .tabbar .ev:hover  .intr .icon-box .icon img:nth-child(1){opacity: 0;}

.join2 .tabbar .ev.active .intr .icon-box .icon img:nth-child(2),.join2 .tabbar .ev:hover  .intr .icon-box .icon img:nth-child(2){opacity: 1;}


.join2 .tabbar .ev .jt {
    width: 19px;
    margin: 0 auto;
    height: 10px;
    background: url('../images/join2-i4.svg') no-repeat center center/contain;
    opacity: 0;
    transition: all ease .3s;
    display: none;
}

.join2 .tabbar .ev.active .jt {
    opacity: 1;
}

.join2 .tab-title {
    background: #486A00;
    color: #FFFFFF;
    padding: 0 37px;
    margin-bottom: 20px;
    height: 90px;
}

.join2 .table99>div {
    width: 19%;
    text-align: center;
}

.join2 .tab-content .main {
    display: none;
}

.join2 .tab-content .main.active {
    display: block;
}

.join2 .tab-content .ev {
    margin-bottom: 10px;
    position: relative;
}

.join2 .tab-content .ev .name {
    background: #FFFFFF;
    border-radius: 8px;
    height: 80px;
    padding: 0 37px;
}

.join2 .tab-content .ev .btn {
    background: #486A00;
    width: 40px;
    height: 40px;
    background: #D9D9D9;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
    transition: all ease .3s;
}

.join2 .tab-content .ev .btn::before,
.join2 .tab-content .ev .btn::after {
    content: '';
    display: block;
    width: 16px;
    height: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    transition: all .3s;
}

.join2 .tab-content .ev .btn::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.join2 .tab-content .ev.active .btn::after {
    transform: translate(-50%, -50%) rotate(0deg);
}

.join2 .tab-content .ev.active .btn,
.join2 .tab-content .ev .btn:hover {
    background: #486A00;
}

.join2 .tab-content .ev .down {
    padding-top: 10px;
    display: none;
}

.join2 .tab-content .ev .down .down-wrap {
    padding: 60px 20px 32px 37px;
    background: #FFFFFF;
    border-radius: 12px;
}

.join2 .tab-content .ev .down .info {
    padding: 37px 0 5px;
    border-top: 1px dashed #C4C4C4;
    border-bottom: 1px dashed #C4C4C4;
    margin-bottom: 47px;
}

.join2 .tab-content .ev .down dl {
    margin-bottom: 40px;
}

.join2 .tab-content .ev .down dl dt {
    margin-bottom: 20px;
}

.join2 .tab-content .ev .down .mailto {
    color: #000000;
    margin-right: 20px;
}

.join2 .tab-content .ev .down .mailto .icon {
    width: 24px;
    margin-right: 10px;
}

.join3 .join-title {
    margin-bottom: 56px;
}

.join3 .swiper-slide {
    width: 19%;
    cursor: pointer;
    margin: 0 1.25% 1.25% 0;
}

.join3 .swiper-slide:nth-child(5n){
    margin-right: 0;
}

.join3 .swiper-slide h2 {
    margin: 16px 0 18px;
}

.join3 .swiper-slide .sub {
    color: #666666;
}

.join3 .swiper-slide .desc {
    display: none;
}

.join3 .swiper-controls {
    margin-top: 84px;
}

.join3 .swiper-scrollbar {
    width: 32.5%;
    height: 2px;
    background: #D9D9D9;
    margin: 0 18px 0 30px;
}

.join3 .swiper-scrollbar-drag {
    background: #486A00;
}

.join3 .my-swiper-button {
    position: static;
    transform: none;
    margin-left: 20px;
}

.join3 .swiper-pagination {
    position: static;
    width: auto;
    border: 1px solid #486A00;
    background: #F5F7F8;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    user-select: none;
}

.join3-tanchuang {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: none;
}

.join3-tanchuang.active {
    display: flex;
}

.join3-tanchuang .main {
    background: #FFFFFF;
    padding: 38px 33px 86px;
    width: 850px;
    max-height: 95%;
    max-width: 90%;
    overflow: auto;
    position: relative;
}

.join3-tanchuang .pic {
    width: 217px;
}

.join3-tanchuang .info {
    padding: 45px 0 30px;
    border-bottom: 1px dashed #486A00;
    margin-right: 34px;
}

.join3-tanchuang .info h2 {
    color: #486A00;
    margin-bottom: 3px;
}

.join3-tanchuang .info .sub {
    color: #222222;
    max-width: 676px;
    font-weight: bold;
}

.join3-tanchuang .desc {
    max-height: 297px;
    overflow: auto;
    padding: 20px 34px 0 0;
}

.join3-tanchuang .desc::-webkit-scrollbar-thumb {
    background: #486A00;
}

.join3-tanchuang .desc::-webkit-scrollbar-track {
    background: #D9D9D9;
}

.join3-tanchuang .desc p {
    margin-bottom: 8px;
}

.join3-tanchuang .close {
    width: 50px;
    height: 50px;
    background: url(../images/out.svg) no-repeat center/contain;
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
    z-index: 3;
    transition: all ease .3s;
}

.join3-tanchuang .close:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.join4 {
    background: #F5F7F8;
}

.join4 .join-title {
    margin-bottom: 28px;
}

.join4 .main1 {
    padding: 42px 0 74px;
    border-top: 1px solid #D9D9D9;
}

.join4 .main1 .pic {
    width: 37.86%;
}

.join4 .main1 .pic img{
    height: 100%;
    object-fit: cover;
}

.join4 .main1 dl {
    padding-left: 48px;
    flex: 1;
    color: #222222;
}


.join4 .main1 dd {
    padding: 10px 0 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}
.join4 .main2 {
    position: relative;
}

.join4 .main2 .intr>.icon {
    width: 89px;
}

.join4 .main2 .intr {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.join4 .main2 .btn {
    width: 480px;
    height: 50px;
    background: #486A00;
    color: #FFFFFF;
    margin-top: 30px;
    border: 1px solid #486A00;
    transition: all ease .3s;
    cursor: pointer;
}

.join4 .main2 .btn:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #486A00;
}

.join4 .main2 .btn .icon {
    width: 6px;
    margin-left: 6px;
}

.join5 .C-wrap {
    position: relative;
}

.join5 .C-btn2 {
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translateX(-50%);
}

.join5 .C-btn2:hover {
    background: rgba(255, 255, 255, 0.5);
}

.isc_tanchuang {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.isc_tanchuang .iox {
    width: 90%;
    max-width: 850px;
    max-height: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    padding: 100px 45px 20px;
    height: 80vh;
}

.isc_tanchuang .iox .out {
    width: 50px;
    height: 50px;
    background: url(../images/out.svg) no-repeat center/contain;
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
    z-index: 3;
}

.isc_tanchuang .iox .out:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.isc_tanchuang .iox .tt {
    text-align: center;
    margin-bottom: 50px;
}

.isc_tanchuang .iox .ul1 {
    width: 100%;
    height: calc(80vh - 220px);
    overflow: auto;
    padding-right: 10px;
}

.isc_tanchuang .iox .ul1 li .lox {
    display: flex;
    justify-content: space-between;
    height: 100px;
    padding: 0 50px;
    border: 1px dashed #ddd;
    background: #F2F3F5;
    align-items: center;
    align-content: center;
    margin-bottom: 20px;
}

.isc_tanchuang .iox .ul1 li .lox:last-child {
    margin: 0;
}

.isc_tanchuang .iox .ul1 li .lox .wz {
    width: calc(100% - 90px);
    padding-left: 35px;
    background: url(../images/sc_1.svg) center left no-repeat;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.isc_tanchuang .iox .ul1 li .lox .ck {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/sc_2.svg) center left no-repeat;
    background-size: cover;
}

.isc_tanchuang .iox .ul1 li .lox .xz {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/sc_3.svg) center left no-repeat;
    background-size: cover;
}

.isc_tanchuang .iox .ul1 li .lox .ck:hover {
    background: url(../images/sc_2l.svg) center left no-repeat;
    background-size: cover;
}

.isc_tanchuang .iox .ul1 li .lox .xz:hover {
    background: url(../images/sc_3l.svg) center left no-repeat;
    background-size: cover;
}


.join3 .swiper-wrapper{
    flex-wrap:wrap;
    
    
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1680px) {}

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

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

@media screen and (max-width:1025px) {
    .join2 .join-title {
        margin-bottom: 27px;
    }

    .join2 .tabbar .ev .intr .icon-box {
        width: 40px;
        height: 40px;
    }

    .join2 .tabbar .ev .intr h2 {
        margin-top: 10px;
    }

    .join2 .tab-title {
        display: none;
    }
}

@media screen and (max-width:800px) {
    .join2 .table99>div {
        width: 100%;
        text-align: left;
        display: flex;
        flex-wrap: wrap;
    }
    
     .join3 .swiper-wrapper{flex-wrap:nowrap;}

    .join2 .table99>div .mob {
        font-weight: bold;
    }

    .join2 .table99>div .mob::after {
        content: ':';
        margin-right: 10px;
    }

    .join2 .tab-content .ev .name {
        border-radius: 8px;
        height: auto;
        padding: 20px 50px 20px 37px;
    }

    .join2 .tab-content .ev .btn {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .join2 .tab-content .ev .down .down-wrap {
        padding: 30px 20px 32px 37px;
    }

    .join3 .swiper-controls {
         display: flex;
        margin-top: 44px;
    }

    .join3 .swiper-pagination {
        width: 60px;
        height: 60px;
        font-size: 14px;
    }

    .join4 .main1 .pic {
        width: 100%;
    }

    .join4 .main1 dl {
        width: 100%;
        padding-left: 0;
        flex: none;
        margin-top: 20px;
    }

    .join4 .main2 .btn {
        width: 200px;
        height: 40px;
        margin-top: 20px;
    }

    .join4 .main2 .intr>.icon {
        width: 49px;
    }

    .join3-tanchuang .pic {
        width: 117px;
    }

    .join3-tanchuang .info {
        padding: 15px 0 10px;
        border-bottom: 1px dashed #486A00;
        margin-right: 24px;
    }

    .join3-tanchuang .desc {
        padding: 20px 24px 0 0;
    }

    .isc_tanchuang .iox {
        padding: 40px 5%;
    }

    .isc_tanchuang .iox .out {
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
        background-size: cover;
    }

    .isc_tanchuang .iox .tt {
        margin-bottom: 20px;
    }

    .isc_tanchuang .iox .ul1 li .lox {
        padding: 0 10px;
        height: 50px;
        margin-bottom: 10px;
    }

    .isc_tanchuang .iox .ul1 {
        height: calc(80vh - 110px);
    }

    .join3-tanchuang .close {
        width: 40px;
        height: 40px;
        top: 10px;
        right: 10px;
    }

    .join2 .tab-content .ev .down .mailto {
        margin-bottom: 10px;
    }

    .join3 .join-title {
        margin-bottom: 36px;
    }

    .join2 .tabbar .ev .pic{height: 100px;}

    .join2 .tabbar .ev{margin-bottom: 10px;}
}

@media screen and (max-width:480px) {
    .join3 .swiper-slide {
        width: 70vw;
    }

    .join4 .main1 dd {
        padding: 16px 0;
    }

    .join2 .tabbar .ev {
        width: 100%;
    }

    .join3 .swiper-pagination {
        width: 40px;
        height: 40px;
        font-size: 12px;
    }

    .join3 .my-swiper-button {
        margin-left: 10px;
    }
}
