.home .bg .cir:nth-child(2) {
    display: none;
}

.home .bg .cir:nth-child(4) {
    right: -25%;
    top: 21.71875vw;
}

.home .section {
    padding: 200px 0 40px;
}

.home .section .wrap {
    width: 1000px;
    margin: 0 auto;
}

.home .section .wrap .link {
    display: flex;
    align-items: center;
    margin: 0 0 48px;
}

.home .section .wrap .link .iconfont {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 50%;
    color: #248E52;
    font-size: 16px;
    margin: 0 32px 0 0;
    transition: 0.6s;
}

.home .section .wrap .link .iconfont:hover {
    background: #248E52;
    color: #FFFFFF;
}

.home .section .wrap .link .link_item {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    transition: 0.6s;
}

.home .section .wrap .link .link_item:hover {
    color: #248E52;
}

.home .section .wrap .link span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0 20px;
}

.home .section .wrap .imgs {
    margin: 0 0 50px;
}

.home .section .wrap .imgs .swiper_box {
    border-radius: 30px;
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.06);
    margin: 0 0 54px;
}

.home .section .wrap .imgs .swiper_box .swiper {
    width: 1000px;
    border-radius: 30px;
}

.home .section .wrap .imgs .swiper_box .swiper .swiper-slide .img {
    width: 1000px;
    height: 760px;
    background: radial-gradient(circle, #FFFFFF, #EEEEEE);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .section .wrap .imgs .swiper_box .swiper .swiper-slide .img img {
    display: block;
    max-width: 80%;
    max-height: 85%;
}

.home .section .wrap .imgs .swiper_control {
    display: flex;
    justify-content: flex-end;
}

.home .section .wrap .imgs .swiper_control .item {
    width: 107px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 22px;
    text-align: center;
    line-height: 44px;
    font-weight: 500;
    font-size: 16px;
    color: #1A1A1A;
    cursor: pointer;
    margin: 0 0 0 17px;
    transition: 0.6s;
}

.home .section .wrap .imgs .swiper_control .item:hover, .home .section .wrap .imgs .swiper_control .item.on {
    background: #007C36;
    color: #FFFFFF;
}

.home .section .wrap .table h1 {
    font-weight: 800;
    font-size: 48px;
    color: #1A1A1A;
    margin: 0 0 37px;
}

.home .section .wrap .table .table_box {
    overflow: hidden;
}

.home .section .wrap .table .table_box table {
    width: 100%;
}

.home .section .wrap .table .table_box table tr {
    border-top: 1px solid #5E5E5E;
}

.home .section .wrap .table .table_box table tr:nth-child(1) {
    border-top: 2px solid #5E5E5E;
}

.home .section .wrap .table .table_box table tr td:nth-child(1) {
    font-weight: bold;
    font-size: 16px;
    color: #1A1A1A;
}

.home .section .wrap .table .table_box table tr td:nth-child(2) {
    width: 540px;
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 36px;
    padding: 20px 0;
}

.home .section .wrap .table .showMore {
    width: 1000px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
}

.home .section .wrap .table .showMore p {
    font-weight: 400;
    font-size: 16px;
    color: #007C36;
    transition: 0.6s;
}

.home .section .wrap .table .showMore .icon {
    width: 11px;
    margin: 0 0 0 12px;
    transition: 0.6s;
}

.home .section .wrap .table .showMore .icon img {
    transition: 0.6s;
}

.home .section .wrap .table .showMore:hover {
    background: #007C36;
}

.home .section .wrap .table .showMore:hover p {
    color: #FFFFFF;
}

.home .section .wrap .table .showMore:hover .icon img {
    filter: grayscale(1) brightness(10);
}

.home .section .wrap .contact {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 125px 0 76px;
    padding: 0 0 48px;
    border-bottom: 2px solid #5E5E5E;
}

.home .section .wrap .contact .l h5 {
    font-weight: 400;
    font-size: 16px;
    color: #1A1A1A;
    margin: 0 0 20px;
}

.home .section .wrap .contact .l p {
    font-family: MiSans;
    font-weight: bold;
    font-size: 32px;
    color: #007C36;
}

.home .section .wrap .contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    height: 60px;
    background: #007C36;
    border-radius: 6px;
}

.home .section .wrap .contact a p {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
}

.home .section .wrap .contact a .icon {
    width: 20px;
    margin: 0 11px 0 0;
}

.home .section .wrap .pro_list h1 {
    font-weight: 800;
    font-size: 32px;
    color: #1A1A1A;
    margin: 0 0 40px;
}

.home .section .wrap .pro_list .flex {
    width: 1136px;
    display: flex;
    flex-wrap: wrap;
}

.home .section .wrap .pro_list .flex .item {
    display: block;
    width: 356px;
    margin: 0 0 75px;
}

.home .section .wrap .pro_list .flex .item:not(:nth-child(3n)) {
    margin-right: 34px;
}

.home .section .wrap .pro_list .flex .item .item_box {
    width: 358px;
    height: 428px;
    box-shadow: 6px 10px 20px 0px rgba(0, 0, 0, 0.06);
    border-radius: 22px;
    border: 2px solid #FFFFFF;
    margin: 0 0 49px;
}

.home .section .wrap .pro_list .flex .item .item_box .label {
    height: 35px;
    border-radius: 5px;
    border: 1px solid #8EA197;
    line-height: 35px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #8EA197;
    width: fit-content;
    margin: 33px 0 22px 41px;
    transition: 0.6s;
}

.home .section .wrap .pro_list .flex .item .item_box .img {
    width: 210px;
    margin: 0 auto;
    height: 314px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .section .wrap .pro_list .flex .item .item_box .img img {
    display: block;
    transition: 3s;
}

.home .section .wrap .pro_list .flex .item h5 {
    font-weight: 500;
    font-size: 18px;
    color: #1A1A1A;
    text-align: center;
    transition: 0.6s;
}

.home .section .wrap .pro_list .flex .item:hover .item_box .label {
    color: #007C36;
    border: 1px solid #007C36;
}

.home .section .wrap .pro_list .flex .item:hover .item_box .img img {
    transform: scale(1.1);
}

.home .section .wrap .pro_list .flex .item:hover h5 {
    color: #007C36;
}

/*# sourceMappingURL=proInfo.css.map */
@media screen and (max-width: 1919px) {
  .home .section{
    padding: 10.4166666667vw 0px 2.0833333333vw;
  }
  .home .section .wrap{
    width: 52.0833333333vw;
  }
  .home .section .wrap .link{
    margin: 0px 0px 2.5vw;
  }
  .home .section .wrap .link .iconfont{
    width: 2.7083333333vw;
    height: 2.7083333333vw;
    box-shadow: rgba(0, 0, 0, 0.08) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
    font-size: 0.8333333333vw;
    margin: 0px 1.6666666667vw 0px 0px;
  }
  .home .section .wrap .link .link_item{
    font-size: 0.8333333333vw;
  }
  .home .section .wrap .link span{
    font-size: 0.8333333333vw;
    margin: 0px 1.0416666667vw;
  }
  .home .section .wrap .imgs{
    margin: 0px 0px 2.6041666667vw;
  }
  .home .section .wrap .imgs .swiper_box{
    border-radius: 1.5625vw;
    box-shadow: rgba(0, 0, 0, 0.06) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
    margin: 0px 0px 2.8125vw;
  }
  .home .section .wrap .imgs .swiper_box .swiper{
    width: 52.0833333333vw;
    border-radius: 1.5625vw;
  }
  .home .section .wrap .imgs .swiper_box .swiper .swiper-slide .img{
    width: 52.0833333333vw;
    height: 39.5833333333vw;
    border-radius: 1.5625vw;
  }
  .home .section .wrap .imgs .swiper_control .item{
    width: 5.5729166667vw;
    height: 2.2916666667vw;
    border-radius: 1.1458333333vw;
    line-height: 2.2916666667vw;
    font-size: 0.8333333333vw;
    margin: 0px 0px 0px 0.8854166667vw;
  }
  .home .section .wrap .table h1{
    font-size: 2.5vw;
    margin: 0px 0px 1.9270833333vw;
  }
  .home .section .wrap .table .table_box table tr:nth-child(1){
    border-top: 0.1041666667vw solid rgb(94, 94, 94);
  }
  .home .section .wrap .table .table_box table tr td:nth-child(1){
    font-size: 0.8333333333vw;
  }
  .home .section .wrap .table .table_box table tr td:nth-child(2){
    width: 28.125vw;
    font-size: 0.8333333333vw;
    line-height: 1.875vw;
    padding: 1.0416666667vw 0px;
  }
  .home .section .wrap .table .showMore{
    width: 52.0833333333vw;
    height: 3.125vw;
    border-radius: 0.3125vw;
  }
  .home .section .wrap .table .showMore p{
    font-size: 0.8333333333vw;
  }
  .home .section .wrap .table .showMore .icon{
    width: 0.5729166667vw;
    margin: 0px 0px 0px 0.625vw;
  }
  .home .section .wrap .contact{
    margin: 6.5104166667vw 0px 3.9583333333vw;
    padding: 0px 0px 2.5vw;
    border-bottom: 0.1041666667vw solid rgb(94, 94, 94);
  }
  .home .section .wrap .contact .l h5{
    font-size: 0.8333333333vw;
    margin: 0px 0px 1.0416666667vw;
  }
  .home .section .wrap .contact .l p{
    font-size: 1.6666666667vw;
  }
  .home .section .wrap .contact a{
    width: 10.9375vw;
    height: 3.125vw;
    border-radius: 0.3125vw;
  }
  .home .section .wrap .contact a p{
    font-size: 0.9375vw;
  }
  .home .section .wrap .contact a .icon{
    width: 1.0416666667vw;
    margin: 0px 0.5729166667vw 0px 0px;
  }
  .home .section .wrap .pro_list h1{
    font-size: 1.6666666667vw;
    margin: 0px 0px 2.0833333333vw;
  }
  .home .section .wrap .pro_list .flex{
    width: 59.1666666667vw;
  }
  .home .section .wrap .pro_list .flex .item{
    width: 18.5416666667vw;
    margin: 0px 0px 3.90625vw;
  }
  .home .section .wrap .pro_list .flex .item:not(:nth-child(3n)){
    margin-right: 1.7708333333vw;
  }
  .home .section .wrap .pro_list .flex .item .item_box{
    width: 18.6458333333vw;
    height: 22.2916666667vw;
    box-shadow: rgba(0, 0, 0, 0.06) 0.3125vw 0.5208333333vw 1.0416666667vw 0px;
    border-radius: 1.1458333333vw;
    border: 0.1041666667vw solid rgb(255, 255, 255);
    margin: 0px 0px 2.5520833333vw;
  }
  .home .section .wrap .pro_list .flex .item .item_box .label{
    height: 1.8229166667vw;
    border-radius: 0.2604166667vw;
    line-height: 1.8229166667vw;
    padding: 0px 1.0416666667vw;
    font-size: 0.8333333333vw;
    margin: 1.71875vw 0px 1.1458333333vw 2.1354166667vw;
  }
  .home .section .wrap .pro_list .flex .item .item_box .img{
    width: 10.9375vw;
    height: 16.3541666667vw;
  }
  .home .section .wrap .pro_list .flex .item h5{
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 1024px) {
    .home .section {
        padding: 80px 0 60px;
    }
    .home .section .wrap {
        width: 90%;
    }
    .home .section .wrap .link .link_item {
        font-size: 14px;
        white-space: nowrap;
    }
    .home .section .wrap .link .link_item:nth-last-child(1) {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .home .section .wrap .link span {
        font-size: 14px;
        margin: 0 5px;
    }
    .home .section .wrap .link .iconfont {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .home .section .wrap .link {
        margin: 0 0 40px;
    }
    .home .section .wrap .imgs .swiper_box .swiper {
        width: 100%;
    }
    .home .section .wrap .imgs .swiper_box .swiper .swiper-slide .img {
        width: 100%;
        height: 80vw;
    }
    .home .section .wrap .imgs .swiper_box {
        border-radius: 30px;
        margin: 0 0 30px;
    }
    .home .section .wrap .imgs .swiper_control .item {
        width: fit-content;
        height: 40px;
        border-radius: 22px;
        line-height: 40px;
        margin: 0 0 0 17px;
        padding: 0 20px;
        font-size: 14px;
    }
    .home .section .wrap .imgs {
        margin-bottom: 40px;
    }
    .home .section .wrap .table h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .home .section .wrap .table .showMore .icon {
        width: 11px;
        margin: 0 0 0 12px;
    }
    .home .section .wrap .contact {
        margin: 60px 0 50px;
    }
    .home .section .wrap .table .table_box table tr td:nth-child(2) {
        width: 70%;
        font-size: 14px;
        line-height: 1.6;
        padding: 20px 0;
    }
    .home .section .wrap .table .showMore {
        width: 100%;
        height: 50px;
        border-radius: 6px;
    }
    .home .section .wrap .table .showMore p {
        font-size: 14px;
    }
    .home .section .wrap .table .table_box table tr td:nth-child(1) {
        font-size: 14px;
    }
    .home .section .wrap .contact .l h5 {
        font-size: 14px;
    }
    .home .section .wrap .contact .l {
        margin: 0 0 30px;
    }
    .home .section .wrap .pro_list h1 {
        font-size: 22px;
        margin: 0 0 40px;
    }
    .home .section .wrap .contact .l p {
        font-size: 30px;
    }
    .home .section .wrap .contact a {
        width: 140px;
        height: 45px;
        border-radius: 6px;
    }
    .home .section .wrap .contact {
        display: block;
        padding: 0 0 20px;
    }
    .home .section .wrap .contact a p {
        font-size: 14px;
    }
    .home .section .wrap .contact a .icon {
        width: 16px;
        margin: 0 11px 0 0;
    }

    .home .section .wrap .pro_list .flex .item {
        width: 100%;
        margin: 0 0 40px !important;
    }
    .home .section .wrap .pro_list .flex .item .item_box {
        width: 100%;
        height: unset;
        padding: 0 0 30px;
        margin: 0 0 20px;
        border-radius: 10px;
    }
    .home .section .wrap .pro_list .flex .item .item_box .img {
        height: 54vw;
        width: 90%;
    }
    .home .section .wrap .pro_list .flex .item h5 {
        font-size: 18px;
    }
    .home .section .wrap .pro_list .flex .item .item_box .label {
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
        border-radius: 5px;
        font-size: 14px;
        margin: 20px 0 22px 20px;
    }
    .home .section .wrap .pro_list .flex {
        width: 100%;
    }
}
