.banner .fp-overflow {
    height: 100vh;
}

.banner .fp-overflow .box {
    height: 100vh;
    overflow: hidden;
}

.banner .fp-overflow .img {
    height: 100%;
}

.banner .fp-overflow .text {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    bottom: unset;
    text-align: center;
}
.form .fp-overflow {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.sec1 .fp-overflow {
    height: 100vh;
    display: flex;
    align-items: center;
}

.sec1 .wrap {
    width: 1520px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
}

.sec1 .wrap .l {
    width: 700px;
    position: relative;
    z-index: 2;
}

.sec1 .wrap .l h2 {
    font-weight: bold !important;
    font-size: 50px;
    color: #111111;
    margin-bottom: 42px;
}

.sec1 .wrap .l ul {
    padding-bottom: 40px;
    border-bottom: 1px solid #E1E1E1;
}

.sec1 .wrap .l ul li:not(:last-child) {
    margin-bottom: 30px;
}

.sec1 .wrap .l ul li .item_title {
    display: flex;
    align-items: center;
}

.sec1 .wrap .l ul li .item_title h5 {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    margin-left: 12px;
}

.sec1 .wrap .l ul li p {
    font-weight: 400;
    font-size: 22px;
    color: #111111;
}

.sec1 .wrap .l ul li:nth-child(1), .sec1 .wrap .l ul li:nth-child(2) {
    border-top: 1px solid #E1E1E1;
    padding: 35px 0 0;
    margin-bottom: 40px;
}

.sec1 .wrap .l ul li:nth-child(1) p, .sec1 .wrap .l ul li:nth-child(2) p {
    font-weight: normal;
    font-size: 30px;
    color: #111111;
    line-height: 50px;
}

.sec1 .wrap .l ul li:nth-child(2) {
    border-bottom: 1px solid #E1E1E1;
    padding: 35px 0 40px;
}

.sec1 .wrap .r {
    width: 940px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 760px;
}

.sec1 .wrap .r .map1 {
    transform: scale(0);
    transition: 1s;
    transition-delay: 0.2s;
}

.sec1 .wrap .r .map1.aos-animate {
    transform: scale(1);
}

.sec1 .wrap .r .flex {
    display: flex;
    align-items: center;
    position: absolute;
    top: 273px;
    left: 899px;
}

.sec1 .wrap .r .flex img {
    display: block;
}

.sec1 .wrap .r .flex img:nth-child(1) {
    margin-right: 11px;
    animation-duration: 2s !important;
    animation-iteration-count: infinite !important;
    animation-name: tds-keyframe--bounce !important;
}

@keyframes tds-keyframe--bounce {
    0%, 20%, 50%, 80%, to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    60% {
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
}

/*# sourceMappingURL=contact.css.map */
@media screen and (max-width: 1919px) {
    .sec1 .wrap .r {
        width: 48%;
    }
    .sec1 .wrap .l {
        width: 46%;
    }
}
@media screen and (max-width: 1800px) {
    .sec1 .wrap .l h2 {
        font-size: 40px;
    }
    .sec1 .wrap .l ul li:nth-child(1) p, .sec1 .wrap .l ul li:nth-child(2) p {
        font-size: 26px;
        line-height: 1;
        margin-top: 10px;
    }
    .sec1 .wrap .l ul li:nth-child(1), .sec1 .wrap .l ul li:nth-child(2) {
        padding: 25px 0 0;
        margin-bottom: 25px;
    }
    .sec1 .wrap .l ul li:nth-child(2) {
        padding: 25px 0;
    }
    .sec1 .wrap .l ul li p {
        font-size: 20px;
    }

}
@media screen and (max-width: 1600px) {
    .sec1 .wrap .l h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .sec1 .wrap .l ul li:nth-child(1) p, .sec1 .wrap .l ul li:nth-child(2) p {
        font-size: 22px;
    }
    .sec1 .wrap .l ul li .item_title h5 {
        font-size: 16px;
    }
    .sec1 .wrap .l ul li .item_title img {
        max-width: 16px;
        max-height: 16px;
    }
    .sec1 .wrap .l ul li p {
        font-size: 18px;
        margin-top: 5px;
    }
    .sec1 .wrap .l ul li:not(:last-child) {
        margin-bottom: 20px;
    }
    .sec1 .wrap,.form .wrap {
        width: 90%;
    }

}
@media screen and (max-width: 1400px) {

    .sec1 .wrap .l h2 {
        font-size: 28px;
    }
    .sec1 .wrap .l ul li:nth-child(1) p, .sec1 .wrap .l ul li:nth-child(2) p {
        font-size: 18px;
    }
    .sec1 .wrap .r {
        left: unset;
        right: 0;
    }

}
@media screen and (max-width: 1200px) {
    .banner .fp-overflow .box {
        height: 100%;
    }
    .sec1 .fp-overflow {
        height: unset;
    }
    .section {
        min-height: unset!important;
        height: unset!important;
    }
    .sec1 {
        padding: 60px 0;
    }
    .sec1 .wrap {
        display: block;
    }
    .sec1 .wrap .r {
        position: unset;
        transform: unset;
    }
    .sec1 .wrap .r .map1 {
        transform: unset;
    }
    .sec1 .wrap .l h2 {
        font-size: 24px;
    }
    .sec1 .wrap .l,.sec1 .wrap .r {
        width: 100%;
    }
    .sec1 .wrap .r {
        margin-top: 30px;
    }
    .sec1 .wrap .l ul li:nth-child(1) p, .sec1 .wrap .l ul li:nth-child(2) p {
        font-size: 16px;
    }
    .sec1 .wrap .l ul li .item_title h5 {
        font-size: 14px;
    }
    .sec1 .wrap .l ul li .item_title img {
        max-height: 14px;
        max-width: 14px;
    }
    .sec1 .wrap .l ul li p {
        font-size: 14px;
    }
    .form .fp-overflow {
        height: unset;
    }
    .form .wrap {
        padding: 80px 0;
    }
    .sec1 {
        padding: 40px 0;
    }
    .sec1 .wrap .l h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

}
