.home .bg .cir:nth-child(4) {
    right: -50%;
    top: 28.5vw;
}

.home .banner .text {
    left: 50%;
    transform: translate(-50%, -50%);
}

.home .sec1 {
    padding: 134px 0 50px;
}

.home .sec1 .wrap {
    width: 1400px;
    margin: 0 auto;
}

.home .sec1 .wrap .title {
    margin: 0 auto 34px;
    text-align: center;
}

.home .sec1 .wrap .title h1 {
    font-weight: 800;
    font-size: 42px;
    color: #1A1A1A;
}

.home .sec1 .wrap .r_links {
    display: flex;
    align-items: center;
    margin: 0 auto 70px;
    width: fit-content;
    padding: 5px;
    border-radius: 27px;
    border: 1px solid rgba(51, 51, 51, 0.4);
}

.home .sec1 .wrap .r_links .item {
    padding: 0 22px;
    line-height: 44px;
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    cursor: pointer;
    border-radius: 22px;
    transition: 0.6s;
}

.home .sec1 .wrap .r_links .item:hover, .home .sec1 .wrap .r_links .item.on {
    background: #007C36;
    color: #FFFFFF;
}

.home .sec1 .wrap .swiper {
    width: 100%;
}


.home .sec1 .wrap .swiper table {
    width: 100%;
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    opacity: 0;
    transition: 0.6s;
}
.home .sec1 .wrap .swiper .swiper-slide-active table {
    opacity: 1;
}

.home .sec1 .wrap .swiper table tr:not(:nth-last-child(1)) {
    border-bottom: 1px solid #EDEDED;
}

.home .sec1 .wrap .swiper table tr th {
    background: #007C36;
    height: 80px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
}
.home .sec1 .wrap .swiper table tr:nth-last-child(1) {
  border-radius: 0 0 20px 20px;
}
.home .sec1 .wrap .swiper table tr td {
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 24px;
    padding: 35px 70px;
}

.home .sec2 {
    width: 100vw;
    overflow: hidden;
    padding: 100px 0 166px;
}

.home .sec2 h1 {
    font-weight: 800;
    font-size: 48px;
    color: #1A1A1A;
    text-align: center;
    margin: 0 0 98px;
}

.home .sec2 .imgs {
    width: max-content;
    display: flex;
    animation: img_go 150s infinite linear;
}

.home .sec2 .imgs .flex {
    display: flex;
}

.home .sec2 .imgs .flex .item {
    width: 320px;
    height: 80px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 40px 0 0;
    transition: 0.6s;
}

.home .sec2 .imgs .flex .item .icon {
    width: 24px;
    margin: 0 29px 0 0;
}

.home .sec2 .imgs .flex .item .icon img {
    display: block;
    transition: 0.6s;
}

.home .sec2 .imgs .flex .item p {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    transition: 0.6s;
}

.home .sec2 .imgs .flex .item:hover {
    background: #007C36;
}

.home .sec2 .imgs .flex .item:hover .icon img {
    filter: grayscale(1) brightness(10);
}

.home .sec2 .imgs .flex .item:hover p {
    color: #FFFFFF;
}

.home .sec2 .imgs1 {
    animation: img_go2 150s infinite linear;
    margin: 38px 0;
}

@keyframes img_go {
    100% {
        transform: translateX(-50%);
    }
}

@keyframes img_go2 {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/*# sourceMappingURL=R&D.css.map */
@media screen and (max-width: 1919px) {
    .home .sec1{
        padding: 6.9791666667vw 0px 2.6041666667vw;
    }
    .home .sec1 .wrap{
        width: 72.9166666667vw;
    }
    .home .sec1 .wrap .title{
        margin: 0px auto 1.7708333333vw;
    }
    .home .sec1 .wrap .title h1{
        font-size: 2.1875vw;
    }
    .home .sec1 .wrap .r_links{
        margin: 0px auto 3.6458333333vw;
        padding: 0.2604166667vw;
        border-radius: 1.40625vw;
    }
    .home .sec1 .wrap .r_links .item{
        padding: 0px 1.1458333333vw;
        line-height: 2.2916666667vw;
        font-size: 0.8333333333vw;
        border-radius: 1.1458333333vw;
    }
    .home .sec1 .wrap .swiper table{
        border-radius: 1.25vw;
    }
    .home .sec1 .wrap .swiper table tr th{
        height: 4.1666666667vw;
        font-size: 0.9375vw;
    }
    .home .sec1 .wrap .swiper table tr:nth-last-child(1){
        border-radius: 0px 0px 1.0416666667vw 1.0416666667vw;
    }
    .home .sec1 .wrap .swiper table tr td{
        font-size: 0.8333333333vw;
        line-height: 1.25vw;
        padding: 1.8229166667vw 3.6458333333vw;
    }
    .home .sec2{
        padding: 5.2083333333vw 0px 8.6458333333vw;
    }
    .home .sec2 h1{
        font-size: 2.5vw;
        margin: 0px 0px 5.1041666667vw;
    }
    .home .sec2 .imgs .flex .item{
        width: 16.6666666667vw;
        height: 4.1666666667vw;
        border-radius: 0.5208333333vw;
        margin: 0px 2.0833333333vw 0px 0px;
    }
    .home .sec2 .imgs .flex .item .icon{
        width: 1.25vw;
        margin: 0px 1.5104166667vw 0px 0px;
    }
    .home .sec2 .imgs .flex .item p{
        font-size: 0.8333333333vw;
    }
    .home .sec2 .imgs1{
        margin: 1.9791666667vw 0px;
    }
}
@media screen and (max-width: 1024px) {
    .home .sec1 {
        padding: 60px 0;
    }
    .home .sec1 .wrap .title h1 {
        font-size: 22px;
    }
    .home .sec1 .wrap .title {
        margin: 0px auto 20px;
    }
    .home .sec1 .wrap {
        width: 90%;
    }
    .home .sec1 .wrap .r_links {
        margin: 0px auto 40px;
        padding: 2px;
        border-radius: 27px;
    }
    .home .sec1 .wrap .r_links .item {
        padding: 0 15px;
        line-height: 38px;
        font-weight: 500;
        font-size: 14px;
        border-radius: 22px;
    }
    .home .sec1 .wrap .swiper table tr th {
        font-size: 14px;
        height: 40px;

    }
    .home .sec1 .wrap .swiper table {
        border-radius: 6px;
    }
    .home .sec1 .wrap .swiper table tr td {
        padding: 15px 10px;
        font-size: 14px;
        line-height: 1.6;
    }
    .home .sec2 h1 {
        font-size: 22px;
    }
    .home .sec2 {
        padding: 20px 0 60px;
    }
    .home .sec2 .imgs .flex .item {
        width: fit-content;
        height: 60px;
        margin: 0 20px 0 0;
        padding: 0 20px;
        border-radius: 6px;
    }
    .home .sec2 .imgs {
        animation: img_go 100s infinite linear;
    }
    .home .sec2 .imgs .flex .item p {
        font-size: 14px;
    }
    .home .sec2 .imgs .flex .item .icon {
        width: 20px;
        margin: 0 15px 0 0;
    }
}
