.section1 {
    position: relative;
    z-index: 5
}

.section1 .wrap {
    padding-top: 220px;
    width: 1480px;
    margin: 0 auto;
    padding-bottom: 160px
}

.section1 .wrap .circle-animate {
    position: absolute;
    z-index: 0;
    width: 1972px;
    height: 1972px;
    right: -600px;
    top: -1800px;
    background: radial-gradient(50% 50% at 50% 50%, #26C05D 0%, rgba(38, 192, 93, 0) 100%);
    animation: rotateInfinite 8s linear infinite both;
    pointer-events: none
}

.section1 .wrap .title {
    margin-bottom: 95px;
    text-transform: uppercase
}

.section1 .wrap .title h3 {
    color: #1a1a1a;
    text-align: center;
    font-size: 42px
}

.section1 .wrap .main .list {
    display: flex;
    gap: 30px;
    margin-bottom: 37px
}

.section1 .wrap .main .list .item {
    flex: 1;
    background-color: #F5F5F5;
    padding: 50px;
    border-radius: 14px
}

.section1 .wrap .main .list .item:nth-child(2) .text {
    color: #666;
    font-size: 32px;
    font-weight: 700
}

.section1 .wrap .main .list .item .icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #49B247;
    display: flex;
    align-items: center;
    justify-content: center
}

.section1 .wrap .main .list .item .text {
    color: #1A1A1A;
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px
}

.section1 .wrap .main .bottom {
    width: 100%;
    height: 616px;
    position: relative
}

.section1 .wrap .main .bottom .tab {
    position: absolute;
    z-index: 10;
    width: 295px;
    background-color: #fff;
    padding: 8px;
    gap: 6px;
    display: flex;
    flex-direction: column;
    top: 30px;
    left: 30px
}

.section1 .wrap .main .bottom .tab .item {
    height: 50px;
    text-align: center;
    line-height: 50px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    font-size: 16px;
    color: #1A1A1A;
    cursor: pointer;
    border-radius: 10px;
    transition: all .6s
}

.section1 .wrap .main .bottom .tab .item.active, .section1 .wrap .main .bottom .tab .item:hover {
    color: #fff;
    background-color: #6DC16B
}

.section1 .wrap .main .bottom .mapList {
    position: relative
}
.section1 .wrap .main .bottom .mapList .item:first-child{
    position: static;
}


.section1 .wrap .main .bottom .mapList .item {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .6s;
    display: block;
}

.section1 .wrap .main .bottom .mapList .item .map {
    pointer-events: none
}

.section1 .wrap .main .bottom .mapList .item.active {
    transition-delay: .3s;
    opacity: 1
}

/*.section1 .wrap .main .bottom .mapList .item.active .map {*/
/*    pointer-events: all*/
/*}*/

.section1 .wrap .main .bottom .map {
    height: 616px;
    pointer-events: all
}

.section1 .wrap .main .bottom .map .gmnoprint {
    display: none
}

.section1 .wrap .main .bottom .map .gm-style-iw-chr {
    display: none !important
}

.section1 .wrap .main .bottom .map .gm-style .gm-style-iw-c {
    padding-left: 0 !important
}

.section2 {
    background-color: #F5F5F5
}

.section2 .wrap {
    width: 1480px;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 120px
}

.section2 .wrap .title {
    margin-bottom: 100px
}

.section2 .wrap .title h3 {
    color: #1A1A1A;
    font-size: 32px;
    line-height: 60px;
    text-align: center
}

.section2 .wrap .main .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0
}

.section2 .wrap .main .list .item {
    width: 480px
}

.section2 .wrap .main .list .item .key {
    color: #888;
    font-size: 16px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700
}

.section2 .wrap .main .list .item .key span {
    color: #CC4141;
    margin-left: 7px
}

.section2 .wrap .main .list .item .value {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 25px
}

.section2 .wrap .main .list .item .value input {
    border: none;
    font-size: 16px
}

.section2 .wrap .main .list .item .value input::placeholder {
    color: #D3D3D3
}

.section2 .wrap .main .list .item.textarea {
    width: 100%
}

.section2 .wrap .main .list .item.textarea .value {
    height: 316px
}

.section2 .wrap .main .list .item.textarea .value textarea {
    font-size: 16px;
    width: 100%;
    height: 100%;
    border: none
}

.section2 .wrap .main .list .item.textarea .value textarea::placeholder {
    color: #D3D3D3
}

.section2 .wrap .main button {
    width: 150px;
    height: 60px;
    background-color: #49B247;
    border-radius: 10px;
    color: #fff;
    margin: 40px auto 0;
    font-size: 16px;
    display: block
}

.mapbox {
    width: 280px;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 8px
}

.mapbox .logo {
    width: 100px;
    margin-right: 17px
}

.mapbox a {
    display: block;
    width: 100%;
    height: 100%;
    flex: 1;
    background-color: #49B247;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    color: #fff;
    border: 1px solid #49B247;
    transition: all .6s
}

.mapbox a:hover {
    background-color: #fff;
    color: #49B247
}

@media screen and (max-width: 1919px) {
    .section1 .wrap{
        padding-top: 11.4583333333vw;
        width: 77.0833333333vw;
        padding-bottom: 8.3333333333vw;
    }
    .section1 .wrap .circle-animate{
        width: 102.7083333333vw;
        height: 102.7083333333vw;
        right: -31.25vw;
        top: -93.75vw;
    }
    .section1 .wrap .title{
        margin-bottom: 4.9479166667vw;
    }
    .section1 .wrap .title h3{
        font-size: 2.1875vw;
    }
    .section1 .wrap .main .list{
        gap: 1.5625vw;
        margin-bottom: 1.9270833333vw;
    }
    .section1 .wrap .main .list .item{
        padding: 2.6041666667vw;
        border-radius: 0.7291666667vw;
    }
    .section1 .wrap .main .list .item:nth-child(2) .text{
        font-size: 1.6666666667vw;
    }
    .section1 .wrap .main .list .item .icon{
        width: 3.3333333333vw;
        height: 3.3333333333vw;
    }
    .section1 .wrap .main .list .item .text{
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        margin-top: 1.5625vw;
    }
    .section1 .wrap .main .bottom{
        height: 32.0833333333vw;
    }
    .section1 .wrap .main .bottom .tab{
        width: 15.36458333333333333333vw;
        padding: 0.4166666667vw;
        gap: 0.3125vw;
        top: 1.5625vw;
        left: 1.5625vw;
    }
    .section1 .wrap .main .bottom .tab .item{
        height: 2.6041666667vw;
        line-height: 2.6041666667vw;
        box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 0.625vw 0px;
        font-size: 0.8333333333vw;
        border-radius: 0.5208333333vw;
    }
    .section1 .wrap .main .bottom .map{
        height: 32.0833333333vw;
    }
    .section2 .wrap{
        width: 77.0833333333vw;
        padding-top: 4.1666666667vw;
        padding-bottom: 6.25vw;
    }
    .section2 .wrap .title{
        margin-bottom: 5.2083333333vw;
    }
    .section2 .wrap .title h3{
        font-size: 1.6666666667vw;
        line-height: 3.125vw;
    }
    .section2 .wrap .main .list{
        gap: 1.5625vw 0px;
    }
    .section2 .wrap .main .list .item{
        width: 25vw;
    }
    .section2 .wrap .main .list .item .key{
        font-size: 0.8333333333vw;
        margin-bottom: 1.0416666667vw;
    }
    .section2 .wrap .main .list .item .key span{
        margin-left: 0.3645833333vw;
    }
    .section2 .wrap .main .list .item .value{
        height: 3.6458333333vw;
        padding: 1.3020833333vw;
    }
    .section2 .wrap .main .list .item .value input{
        font-size: 0.8333333333vw;
    }
    .section2 .wrap .main .list .item.textarea .value{
        height: 16.4583333333vw;
    }
    .section2 .wrap .main .list .item.textarea .value textarea{
        font-size: 0.8333333333vw;
    }
    .section2 .wrap .main button{
        width: 7.8125vw;
        height: 3.125vw;
        border-radius: 0.5208333333vw;
        margin: 2.0833333333vw auto 0px;
        font-size: 0.8333333333vw;
    }
    .mapbox{
        width: 14.5833333333vw;
        height: 4.1666666667vw;
        padding: 0.4166666667vw;
    }
    .mapbox .logo{
        width: 5.2083333333vw;
        margin-right: 0.8854166667vw;
    }
    .mapbox a{
        border-radius: 0.5208333333vw;
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 1024px) {
    .section1 .wrap{
        width: 90%;
        padding: 101px 0 40px 0;
    }
    .section1 .wrap .title h3{
        font-size: 22px;
    }
    .section1 .wrap .title{
        margin-bottom: 25px;
    }
    .section1 .wrap .main .list{
        flex-direction: column;
        gap: 15px;
        margin-bottom: 30px;
    }
    .section1 .wrap .main .list .item .icon{
        width: 35px;
        height: 35px;
    }
    .section1 .wrap .main .list .item:first-child .icon img{
        width: 24px;
    }

    .section1 .wrap .main .list .item .icon img{
        width: 16px;
    }
    .section1 .wrap .main .list .item .text{
        margin-top: 20px;
        font-size: 13px;
        line-height: 1.7;
    }
    .section1 .wrap .main .list .item:nth-child(2) .text{
        font-size: 20px;
    }
    .section1 .wrap .main .list .item{
        padding: 20px 5%;
    }
    .section1 .wrap .main .bottom .map {
        height: 300px;
    }
    .section1 .wrap .main .bottom{
        height: auto;
    }
    .section1 .wrap .main .bottom .tab{
        width: 100%;
        padding: 0;
        top: 5px;
        left: 5px;
        position: static;
        margin: 0 0 30px;
        box-shadow:  rgba(0, 0, 0, 0.06) 0px 0px 10px 0px;
    }
    .section1 .wrap .main .bottom .tab .item{
        height: auto;
        padding: 15px 12px;
        font-size: 13px;
    }
    .section1 .wrap .main .bottom .mapList .item{
        position: relative;
    }
    .section1 .wrap .main .bottom .mapList .item:not(:first-child) {
        position: absolute;
    }
    .mapbox{
        width: fit-content;
        height: auto;
        padding: 15px;
    }
    .mapbox .logo {
        width: 74px;
        margin-right: 15px;
    }

    .mapbox a {
        border-radius: 5px;
        font-size: 12px;
        padding: 12px 7px;
        white-space: nowrap;
    }
    .section2 .wrap{
        width: 90%;
        padding: 50px 0;
    }
    .section2 .wrap .title h3{
        font-size: 18px;
        line-height: 1.4;
    }
    .section2 .wrap .title h3 br{
        display: none;
    }
    .section2 .wrap .main .list{
        gap: 20px;
    }
    .section2 .wrap .main .list .item {
        width: 100%;
    }
    .section2 .wrap .main .list .item .key{
        font-size: 12px;
        margin: 0 0 15px;
    }

    .section2 .wrap .main .list .item .key span{
        margin-left: 7px;
    }
    .section2 .wrap .main .list .item .value{
        height: 45px;
        padding: 15px;
    }
    .section2 .wrap .main .list .item .value input{
        font-size: 12px;
    }
    .section2 .wrap .title{
        margin-bottom: 35px;
    }
    .section2 .wrap .main .list .item.textarea .value{
        height: 160px;
    }
    .section2 .wrap .main .list .item.textarea .value textarea{
        font-size: 12px;
    }

    .section2 .wrap .main button{
        width: fit-content;
        padding: 0 25px;
        height: 40px;
        margin: 25px auto 0;
        font-size: 13px;
        border-radius: 5px;
    }

}
