.sec1 {
    padding: 114px 0 0;
    width: 100vw;
    overflow: hidden;
}

.sec1 .wrap .public_text {
    position: relative;
    margin: 0 auto 99px;
}

.sec1 .wrap .public_text .p {
    font-weight: bold;
    font-size: 24px;
    line-height: 46px;
    color: #111111;
    z-index: 6;
    position: relative;
}

.sec1 .wrap .public_text .p p {
    width: fit-content;
    margin: 0 auto;
}

.sec1 .wrap .public_text .p:not(:first-child) {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #999999;
}

.sec1 .wrap .swiper_box .sec1_swiper {
    width: 2320px;
    left: 50%;
    padding: 40px 0;
    transform: translateX(-50%);
}

.sec1 .wrap .swiper_box .sec1_swiper .swiper-slide .img {
    border-radius: 10px;
    overflow: hidden;
    height: 380px;
    transition: 0.6s;
}

.sec1 .wrap .swiper_box .sec1_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec1 .wrap .swiper_box .sec1_swiper .swiper-slide .img:hover img {
    transform: scale(1.1);
}

.sec1 .wrap .swiper_box .sec1_swiper .swiper-slide.swiper-slide-active .img {
    transform: scale(1.23);
}

.sec1 .wrap .swiper_box .swiper-pagination {
    position: unset;
    margin: 60px auto 0;
    width: fit-content;
    height: 50px;
    background: #F4F2F0;
    border-radius: 30px 30px 30px 30px;
    padding: 0 19px;
    display: flex;
    align-items: center;
}

.sec1 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 8px;
    background: #D6D4D2;
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    transition: width .3s ease;
    position: relative;
}

.sec1 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    width: 0;
    height: 8px;
    background: #F7BD23;
    border-radius: 4px;
    top: 0;
    left: 0;
}

.sec1 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet.on:after {
    animation: afterAnimate 5s linear forwards;
}

.sec1 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 44px;
}

.sec2 {
    padding: 130px 0 0;
}

.sec2 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    line-height: 50px;
    margin-bottom: 60px;
}

.sec2 .wrap .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sec2 .wrap .content .l {
    width: 660px;
    position: relative;
}

.sec2 .wrap .content .l .img {
    width: 100%;
    height: 800px;
    opacity: 0;
    transition: 0.6s;
    border-radius: 10px;
    overflow: hidden;
    pointer-events: none;
}

.sec2 .wrap .content .l .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.sec2 .wrap .content .l .img:hover img {
    transform: scale(1.1);
}

.sec2 .wrap .content .l .img:not(:nth-child(1)) {
    position: absolute;
    top: 0;
}

.sec2 .wrap .content .l .img.on {
    opacity: 1;
    pointer-events: auto;
}

.sec2 .wrap .content .r {
    width: 741px;
    display: flex;
    flex-direction: column;
    gap: 70px 0;
}

.sec2 .wrap .content .r .item {
    cursor: pointer;
}

.sec2 .wrap .content .r .item h5 {
    font-weight: bold;
    font-size: 30px;
    color: #AAAAAA;
    margin-bottom: 20px;
    transition: 0.6s;
}

.sec2 .wrap .content .r .item p {
    font-weight: 400;
    font-size: 16px;
    color: #AAAAAA;
    line-height: 36px;
    transition: 0.6s;
}

.sec2 .wrap .content .r .item:hover h5, .sec2 .wrap .content .r .item.on h5 {
    color: #111111;
}

.sec2 .wrap .content .r .item:hover p, .sec2 .wrap .content .r .item.on p {
    color: #666666;
}

.sec3 {
    padding: 135px 0 90px;
}

.sec3 .wrap .title {
    font-weight: bold;
    font-size: 36px;
    color: #111111;
    line-height: 50px;
    margin: 0 0 30px;
}

.sec3 .wrap .table {
    margin-bottom: 75px;
}

.sec3 .wrap .table .tr {
    display: grid;
    align-items: center;
    width: 100%;
    height: 80px;
    background: #F7F6F4;
    grid-template-columns: 200px 200px 200px 200px 300px 300px 46px;
    justify-content: space-between;
}

.sec3 .wrap .table .tr p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #111111;
}

.sec3 .wrap .table .tr p:nth-child(1) {
    padding: 0 0 0 40px;
    text-align: left;
}

.sec3 .wrap .table .item {
    border-bottom: 1px solid #E5E2DE;
}

.sec3 .wrap .table .item .block {
    display: grid;
    align-items: center;
    width: 100%;
    height: 80px;
    grid-template-columns: 200px 200px 200px 200px 300px 300px 46px;
    justify-content: space-between;
    cursor: pointer;
}

.sec3 .wrap .table .item .block p {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #836B6A;
    transition: 0.6s;
}

.sec3 .wrap .table .item .block p:nth-child(1) {
    padding: 0 0 0 40px;
    font-weight: bold;
    font-size: 18px;
    color: #111111;
    text-align: left;
}

.sec3 .wrap .table .item .block .jia .jia_box {
    width: 11px;
    height: 11px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec3 .wrap .table .item .block .jia .jia_box span {
    display: block;
    width: 100%;
    height: 2px;
    background: #111111;
    position: absolute;
    transition: 0.6s;
}

.sec3 .wrap .table .item .block .jia .jia_box span:nth-child(2) {
    transform: rotate(90deg);
}

.sec3 .wrap .table .item .block:hover p {
    color: #111111;
}

.sec3 .wrap .table .item .none {
    padding: 38px 596px 93px 40px;
    display: none;
}

.sec3 .wrap .table .item .none h5 {
    font-weight: bold;
    font-size: 18px;
    color: #030303;
    line-height: 40px;
    margin-bottom: 10px;
}

.sec3 .wrap .table .item .none h6 {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
}

.sec3 .wrap .table .item .none p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.sec3 .wrap .table .item.item_active .block p {
    font-weight: bold;
    color: #111111;
}

.sec3 .wrap .table .item.item_active .block .jia .jia_box span:nth-child(2) {
    transform: rotate(0deg);
}

@keyframes afterAnimate {
    100% {
        width: 100%;
    }
}

/*# sourceMappingURL=join.css.map */
@media screen and (max-width: 1919px) {
  .sec1{
    padding: 5.9375vw 0px 0px;
  }
  .sec1 .wrap .public_text{
    margin: 0px auto 5.15625vw;
  }
  .sec1 .wrap .public_text .p{
    font-size: 1.25vw;
    line-height: 2.3958333333vw;
  }
  .sec1 .wrap .swiper_box .sec1_swiper{
    width: 120.8333333333vw;
    padding: 2.0833333333vw 0px;
  }
  .sec1 .wrap .swiper_box .sec1_swiper .swiper-slide .img{
    border-radius: 0.5208333333vw;
    height: 19.7916666667vw;
  }
  .sec1 .wrap .swiper_box .swiper-pagination{
    margin: 3.125vw auto 0px;
    height: 2.6041666667vw;
    border-radius: 1.5625vw;
    padding: 0px 0.9895833333vw;
  }
  .sec1 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet{
    width: 0.8333333333vw;
    height: 0.4166666667vw;
    border-radius: 0.3125vw;
  }
  .sec1 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet::after{
    height: 0.4166666667vw;
    border-radius: 0.2083333333vw;
  }
  .sec1 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 2.2916666667vw;
  }
  .sec2{
    padding: 6.7708333333vw 0px 0px;
  }
  .sec2 .wrap .title{
    font-size: 1.875vw;
    line-height: 2.6041666667vw;
    margin-bottom: 3.125vw;
  }
  .sec2 .wrap .content .l{
    width: 34.375vw;
  }
  .sec2 .wrap .content .l .img{
    height: 41.6666666667vw;
    border-radius: 0.5208333333vw;
  }
  .sec2 .wrap .content .r{
    width: 38.59375vw;
    gap: 3.6458333333vw 0px;
  }
  .sec2 .wrap .content .r .item h5{
    font-size: 1.5625vw;
    margin-bottom: 1.0416666667vw;
  }
  .sec2 .wrap .content .r .item p{
    font-size: 0.8333333333vw;
    line-height: 1.875vw;
  }
  .sec3{
    padding: 7.03125vw 0px 4.6875vw;
  }
  .sec3 .wrap .title{
    font-size: 1.875vw;
    line-height: 2.6041666667vw;
    margin: 0px 0px 1.5625vw;
  }
  .sec3 .wrap .table{
    margin-bottom: 3.90625vw;
  }
  .sec3 .wrap .table .tr{
    height: 4.1666666667vw;
    grid-template-columns: 10.4166666667vw 10.4166666667vw 10.4166666667vw 10.4166666667vw 15.625vw 15.625vw 2.3958333333vw;
  }
  .sec3 .wrap .table .tr p{
    font-size: 0.9375vw;
  }
  .sec3 .wrap .table .tr p:nth-child(1){
    padding: 0px 0px 0px 2.0833333333vw;
  }
  .sec3 .wrap .table .item .block{
    height: 4.1666666667vw;
    grid-template-columns: 10.4166666667vw 10.4166666667vw 10.4166666667vw 10.4166666667vw 15.625vw 15.625vw 2.3958333333vw;
  }
  .sec3 .wrap .table .item .block p{
    font-size: 0.9375vw;
  }
  .sec3 .wrap .table .item .block p:nth-child(1){
    padding: 0px 0px 0px 2.0833333333vw;
    font-size: 0.9375vw;
  }
  .sec3 .wrap .table .item .block .jia .jia_box{
    width: 0.5729166667vw;
    height: 0.5729166667vw;
  }
  .sec3 .wrap .table .item .block .jia .jia_box span{
    height: 0.1041666667vw;
  }
  .sec3 .wrap .table .item .none{
    padding: 1.9791666667vw 31.0416666667vw 4.84375vw 2.0833333333vw;
  }
  .sec3 .wrap .table .item .none h5{
    font-size: 0.9375vw;
    line-height: 2.0833333333vw;
    margin-bottom: 0.5208333333vw;
  }
  .sec3 .wrap .table .item .none h6{
    font-size: 0.9375vw;
    line-height: 1.5625vw;
  }
  .sec3 .wrap .table .item .none p{
    font-size: 0.8333333333vw;
    line-height: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
    .sec1 {
        padding: 60px 0;
    }
    .sec1 .wrap .public_text .p {
        font-size: 16px;
        line-height: 2;
        font-weight: 500;
    }
    .sec1 .wrap .public_text .p:nth-child(1) {
        display: none;
    }
    .sec1 .wrap .public_text .p:not(:first-child) {
        position: unset;
        color: #111111;
    }
    .sec1 .wrap .public_text .p p {
        display: inline;
    }
    .sec1 .wrap .swiper_box .sec1_swiper {
        width: 100%;
    }
    .sec1 .wrap .swiper_box .sec1_swiper .swiper-slide .img {
        height: 51vw;
        border-radius: 4px;
        transform: unset !important;
    }
    .sec1 .wrap .swiper_box .swiper-pagination {
        height: 2px;
        background: #ccc;
        width: 100%;
    }
    .sec1 .wrap .swiper_box .swiper-pagination .swiper-pagination-progressbar-fill {
        background: #F7BD23;
    }
    .sec1 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 8px;
        background: #F7BD23;
    }
    .sec1 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 4px;
    }
    .sec1 .wrap .swiper_box .swiper-pagination .swiper-pagination-bullet:after {
        display: none;
    }
    .sec2 .wrap .title {
        font-size: 18px;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .sec2 {
        padding: 0 0 60px;
    }
    .sec2 .wrap .title br {
        display: none;
    }
    .sec2 .wrap .content {
        display: block;
    }
    .sec2 .wrap .content .l {
        width: 100%;
        height: unset;
        margin-bottom: 20px;
    }
    .sec2 .wrap .content .r .item h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sec2 .wrap .content .r .item p {
        font-size: 16px;
        line-height: 1.8;
    }
    .sec2 .wrap .content .r {
        width: 100%;
        gap: 20px 0;
    }
    .sec2 .wrap .content .l .img {
        height: unset;
        border-radius: 4px;
    }
    .sec3 {
        padding: 0 0 80px;
    }
    .sec3 .wrap .title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 30px;
    }
    .sec3 .wrap .table .tr {
        display: flex;
        height: 60px;
        grid-template-columns: unset;
    }
    .sec3 .wrap .table .tr p,.sec3 .wrap .table .item .block p {
        font-size: 16px;
        width: 30%;
        padding: 0 15px !important;
        display: block;
    }
    .sec3 .wrap .table .tr p:nth-child(7) {
        width: 10%;
    }
    .sec3 .wrap .table .tr p:nth-child(2), .sec3 .wrap .table .tr p:nth-child(4),.sec3 .wrap .table .tr p:nth-child(6) {
        display: none;
    }
    .sec3 .wrap .table .item p:nth-child(2), .sec3 .wrap .table .item p:nth-child(4),.sec3 .wrap .table .item p:nth-child(6),.sec3 .wrap .table .item p:nth-child(7) {
        display: none;
    }
    .sec3 .wrap .table .item .block {
        display: flex;
        height: unset;
        padding: 20px 0;
        position: relative;

    }
    .sec3 .wrap .table .item .block p,.sec3 .wrap .table .item .block p:nth-child(1) {
        font-size: 14px;
    }
    .sec3 .wrap .table .item .block .jia {

        width: 10%;
    }
    .sec3 .wrap .table .item .block .jia .jia_box {
        width: 10px;
        height: 10px;
    }
    .sec3 .wrap .table .item .none {
        padding: 30px 20px 40px;
    }
    .sec3 .wrap .table .item .none h5 {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    .sec3 .wrap .table .item .none p {
        font-size: 14px;
        line-height: 1.6;
    }
    .links {
        display: none;
    }
}
