.banner .text {
    left: 50%;
    transform: translate(-50%, -50%);
}

.home .bg .cir:nth-child(4) {
    top: 28.4375vw;
    right: -50%;
}

.home .wrap {
    width: 1200px;
    margin: 0 auto;
}

.home .sec1 {
    padding: 158px 0 126px;
}

.home .sec1 .wrap {

}

.home .sec1 .wrap .l {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 74px;
}
.home .sec1 .wrap .l .part {
    width: 560px;
    padding: 0 0 45px;
    border-bottom: 1px solid #218D50;
}
.home .sec1 .wrap .l .part h1 {
    font-weight: 800;
    font-size: 32px;
    color: #333333;
    margin: 0 0 40px;

}

.home .sec1 .wrap .l .part p {
    font-weight: 500;
    font-size: 18px;
    color: #666666;
    line-height: 36px;
}


.home .sec1 .wrap .img_box {
    position: relative;
    width: 100%;
}
.home .sec1 .wrap .img_box .swiper {
    padding: 0 0 43px;
}
.home .sec1 .wrap .img_box .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 293px;
    border-radius: 10px;
}
.home .sec1 .wrap .img_box .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #218D50;
    border-radius: 4px;
    margin: 0 4px;
    opacity: 1;
    transition: 0.6s;
}
.home .sec1 .wrap .img_box .swiper .swiper-pagination {
    bottom: 0;
}
.home .sec1 .wrap .img_box .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
}
.home .sec1 .wrap .img_box .img {
    width: 100%;
    position: relative;
    z-index: 3;
    overflow: hidden;
    border-radius: 20px;
}

.home .sec1 .wrap .img_box .img img {
    display: block;
    transition: cubic-bezier(0.77, 0, 0.175, 1) 2s;
    transform: scale(1.1);
}

.home .sec1 .wrap .img_box .img.aos-animate img {
    transform: scale(1);
}

.home .sec1 .wrap .img_box .sq {
    width: 100%;
    height: 100%;
    background: #218D50;
    border-radius: 19px;
    opacity: 0.2;
    position: absolute;
    left: 20px;
    top: 20px;
}

.home .sec2 {
    padding: 0 0 152px;
}

.home .sec2 .wrap h1 {
    font-weight: 800;
    font-size: 42px;
    color: #333333;
    text-align: center;
    margin: 0 0 70px;
}

.home .sec2 .wrap .box {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 0 0 60px;
}

.home .sec2 .wrap .box .th {
    height: 70px;
    background: #218D50;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 0 0 67px;
}

.home .sec2 .wrap .box .th p {
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}

.home .sec2 .wrap .box .th p:nth-child(1) {
    width: 272px;
}

.home .sec2 .wrap .box .th p:nth-child(2) {
    width: 72px;
    margin: 0 200px 0 0;
}

.home .sec2 .wrap .box .th p:nth-child(3) {
    width: 358px;
    text-align: center;
}

.home .sec2 .wrap .box .item {
    position: relative;
    background: rgba(255, 255, 255, 0.4);
    transition: 0.6s;
}

.home .sec2 .wrap .box .item:not(:nth-last-child(1)):after {
    content: "";
    width: 1060px;
    height: 1px;
    background: #EAEAEA;
    position: absolute;
    bottom: 0;
    left: 67px;
}

.home .sec2 .wrap .box .item .block {
    display: flex;
    align-items: center;
    height: 63px;
    padding: 0 0 0 67px;
    cursor: pointer;
    transition: 0.6s;
}

.home .sec2 .wrap .box .item .block p {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
}

.home .sec2 .wrap .box .item .block p:nth-child(1) {
    width: 272px;
}

.home .sec2 .wrap .box .item .block p:nth-child(2) {
    width: 72px;
    margin: 0 200px 0 0;
    text-align: center;
}

.home .sec2 .wrap .box .item .block p:nth-child(3) {
    width: 358px;
    text-align: center;
}

.home .sec2 .wrap .box .item .block:hover .block {
    background: #FFFFFF;
}

.home .sec2 .wrap .box .item .none {
    padding: 20px 114px 50px 67px;
    display: none;
}

.home .sec2 .wrap .box .item .none .none_box {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.home .sec2 .wrap .box .item .none .none_box .l {
    width: 660px;
}

.home .sec2 .wrap .box .item .none .none_box .l p {
    font-weight: 500;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
}

.home .sec2 .wrap .box .item .none .none_box a {
    width: 121px;
    height: 51px;
    background: #218D50;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .sec2 .wrap .box .item .none .none_box a p {
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}

.home .sec2 .wrap .box .item.item_active {
    background: #FFFFFF;
}

/*# sourceMappingURL=job.css.map */
@media screen and (max-width: 1919px) {
    .home .wrap{
        width: 62.5vw;
    }
    .home .sec1{
        padding: 8.2291666667vw 0px 6.5625vw;
    }
    .home .sec1 .wrap .l{
        margin-bottom: 3.8541666667vw;
    }
    .home .sec1 .wrap .l .part{
        width: 29.1666666667vw;
        padding: 0px 0px 2.34375vw;
    }
    .home .sec1 .wrap .l .part h1{
        font-size: 1.6666666667vw;
        margin: 0px 0px 2.0833333333vw;
    }
    .home .sec1 .wrap .l .part p{
        font-size: 0.9375vw;
        line-height: 1.875vw;
    }
    .home .sec1 .wrap .img_box .swiper{
        padding: 0px 0px 2.2395833333vw;
    }
    .home .sec1 .wrap .img_box .swiper .swiper-slide img{
        height: 15.2604166667vw;
        border-radius: 0.5208333333vw;
    }
    .home .sec1 .wrap .img_box .swiper .swiper-pagination .swiper-pagination-bullet{
        width: 0.4166666667vw;
        height: 0.4166666667vw;
        border-radius: 0.2083333333vw;
        margin: 0px 0.2083333333vw;
    }
    .home .sec1 .wrap .img_box .swiper .swiper-pagination .swiper-pagination-bullet-active{
        width: 1.0416666667vw;
    }
    .home .sec1 .wrap .img_box .img{
        border-radius: 1.0416666667vw;
    }
    .home .sec1 .wrap .img_box .sq{
        border-radius: 0.9895833333vw;
        left: 1.0416666667vw;
        top: 1.0416666667vw;
    }
    .home .sec2{
        padding: 0px 0px 7.9166666667vw;
    }
    .home .sec2 .wrap h1{
        font-size: 2.1875vw;
        margin: 0px 0px 3.6458333333vw;
    }
    .home .sec2 .wrap .box{
        box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 1.0416666667vw 0px;
        border-radius: 0.8333333333vw;
        padding: 0px 0px 3.125vw;
    }
    .home .sec2 .wrap .box .th{
        height: 3.6458333333vw;
        border-radius: 0.5208333333vw;
        padding: 0px 0px 0px 3.4895833333vw;
    }
    .home .sec2 .wrap .box .th p{
        font-size: 0.9375vw;
    }
    .home .sec2 .wrap .box .th p:nth-child(1){
        width: 14.1666666667vw;
    }
    .home .sec2 .wrap .box .th p:nth-child(2){
        width: 3.75vw;
        margin: 0px 10.4166666667vw 0px 0px;
    }
    .home .sec2 .wrap .box .th p:nth-child(3){
        width: 18.6458333333vw;
    }
    .home .sec2 .wrap .box .item:not(:nth-last-child(1))::after{
        width: 55.2083333333vw;
        left: 3.4895833333vw;
    }
    .home .sec2 .wrap .box .item .block{
        height: 3.28125vw;
        padding: 0px 0px 0px 3.4895833333vw;
    }
    .home .sec2 .wrap .box .item .block p{
        font-size: 0.8333333333vw;
    }
    .home .sec2 .wrap .box .item .block p:nth-child(1){
        width: 14.1666666667vw;
    }
    .home .sec2 .wrap .box .item .block p:nth-child(2){
        width: 3.75vw;
        margin: 0px 10.4166666667vw 0px 0px;
    }
    .home .sec2 .wrap .box .item .block p:nth-child(3){
        width: 18.6458333333vw;
    }
    .home .sec2 .wrap .box .item .none{
        padding: 1.0416666667vw 5.9375vw 2.6041666667vw 3.4895833333vw;
    }
    .home .sec2 .wrap .box .item .none .none_box .l{
        width: 34.375vw;
    }
    .home .sec2 .wrap .box .item .none .none_box .l p{
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }
    .home .sec2 .wrap .box .item .none .none_box a{
        width: 6.3020833333vw;
        height: 2.65625vw;
        border-radius: 0.15625vw;
    }
    .home .sec2 .wrap .box .item .none .none_box a p{
        font-size: 0.8333333333vw;
    }
}
@media screen and (max-width: 1024px) {
    .home .sec1 .wrap {
        width: 90%;
        display: block;
    }
    .home .sec1 .wrap .l {
        width: 100%;
        display: block;
    }
    .home .sec1 .wrap .l .part {
        width: 100%;
        padding: 0 0 40px;
        margin-bottom: 60px;
    }
    .home .sec1 .wrap .l .part h1 {
        font-size: 20px;
    }
    .home .sec1 .wrap .l .part p {
        font-size: 16px;
        line-height: 2;
    }
    .home .sec1 .wrap .l .part:not(:nth-last-child(1)) {
        margin: 0 0 20px;
        padding: 0 0 20px;
    }
    .home .sec1 .wrap .img_box {
        width: 100%;
        margin: 30px 0 0;
    }
    .home .sec1 .wrap .img_box .swiper .swiper-slide img {
        height: unset;
        border-radius: 10px;
    }
    .home .sec1 .wrap .img_box .swiper {
        padding: 0 0 40px;
    }
    .home .sec1 .wrap .img_box .swiper .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        background: #218D50;
        border-radius: 4px;
        margin: 0 4px;
        opacity: 1;
        transition: 0.6s;
    }
    .home .sec1 .wrap .img_box .swiper .swiper-pagination {
        bottom: 0;
    }
    .home .sec1 .wrap .img_box .swiper .swiper-pagination .swiper-pagination-bullet-active {
        width: 20px;
    }
    .home .wrap {
        width: 90%;
    }
    .home .sec2 .wrap h1 {
        font-size: 22px;
        margin: 0 0 30px;
    }
    .home .sec2 .wrap .box .th {
        height: 50px;
        border-radius: 6px;
        padding: 0 20px;
    }
    .home .sec2 .wrap .box .th p {
        width: 33.3333% !important;
        margin: 0 !important;
    }
    .home .sec2 .wrap .box .item .block p {
        font-size: 14px;
        width: 33.3333% !important;
        margin: 0 !important;
    }
    .home .sec2 .wrap .box .item:not(:nth-last-child(1))::after {
        width: calc(100% - 40px);
    }
    .home .sec2 .wrap .box .item .none .none_box .l p {
        font-size: 14px;
        line-height: 1.6;
    }
    .home .sec2 .wrap .box .item .none .none_box .l {
        width: 100%;
    }
    .home .sec2 .wrap .box .item .none .none_box {
        display: block;
    }
    .home .sec2 .wrap .box .item .none .none_box a {
        width: 100px;
        height: 38px;
        border-radius: 3px;
        margin: 30px 0 0;
    }
    .home .sec2 .wrap .box .item .none {
        padding: 10px 20px 30px;
    }
    .home .sec2 .wrap .box .item .none .none_box a p {
        font-size: 14px;
    }
    .home .sec2 .wrap .box .th p {
        font-size: 16px;
    }
    .home .sec2 .wrap .box .item .block {
        height: unset;
        padding: 20px;
    }
    .home .sec1 .wrap .img_box .sq {
        border-radius: 10px;
        left: 10px;
        top: 10px;
    }
    .home .sec1 {
        padding: 50px 0 60px;
    }
}
