.banner {
    position: relative;
}

.banner p {
    height: max-content;
    font-family: PINGFANG;
    font-weight: 800;
    font-size: calc(6px + 2rem);
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}



.contactBox {
    width: 100%;
    padding-top: calc(10px + 25rem);
    margin-top: 6.5rem;
    position: relative;
    align-items: end;
}

.contactBox .contact_cont {
    max-width: 1400px;
    width: 85%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
}

.contactBox .mess_conte {
    display: flex;
    padding: 5rem 4rem;
    background-color: #fff;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.1);
    align-items: start;
}

.contactBox .mess_conte h5 {
    font-size: calc(10px + 2rem);
    font-family: OPPOSans-B;
    color: #2C2C34;
    margin-bottom: 2.6rem;
}

.contactBox .mess_conte .content_left {
    width: 35.24%;
    margin-right: 2.2rem;
}

.contactBox .mess_conte .content_left ul {
    padding-top: 1.6rem;
}

.contactBox .mess_conte .content_left li {
    display: flex;
    margin-bottom: 1rem;
}

.contactBox .mess_conte .content_left .cont_icon {
    width: 13.73%;
}

.contactBox .mess_conte .content_left .cont_Info {
    width: 76.8%;
}

.contactBox .mess_conte .content_left .cont_Info_name {
    display: block;
    font-size: calc(10px + 0.7rem);
    font-family: OPPOSans-M;
    font-weight: 400;
    color: #555555;
    margin-bottom: 0.6rem;
}

.contactBox .mess_conte .content_left .cont_Info_con span {
    display: block;
    font-size: calc(10px + 0.5rem);
    font-family: OPPOSans-R;
    font-weight: 500;
    color: #999999;
    line-height: calc(12px + 0.7rem);
}

.contactBox .mess_conte .content_right {
    width: 61%;
}

.contactBox .mess_conte .content_right h5 {
    text-align: center;
}

.contactBox .mess_conte .content_right .mess_form .input {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contactBox .mess_conte .content_right .mess_form .cont_inp1 {
    display: flex;
    align-items: center;
    height: calc(27px + 1.5rem);
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    margin-bottom: calc(10px + 0.5rem);
    padding: 0.6rem 0.8rem;
}

.contactBox .mess_conte .content_right .mess_form .cont_inp1 .con_required {
    font-size: calc(10px + 0.3rem);
    font-family: PingFang;
    font-weight: 500;
    color: #FF3333;
    margin-right: calc(4px + 0.2rem);
}

.contactBox .mess_conte .content_right .mess_form .cont_inp1 input {
    width: 85%;
    height: 100%;
    outline: none;
    border: none;
    font-size: calc(10px + 0.3rem);
    font-family: PingFang;
    font-weight: 500;
}

.contactBox .mess_conte .content_right .mess_form .cont_mess1 {
    width: 32%;
}

.contactBox .mess_conte .content_right .mess_form .cont_mess2 {
    width: 49%;
}

.contactBox .mess_conte .content_right .mess_form .cont_mess3 {
    width: 100%;
    height: calc(43px + 5rem);
}

.contactBox .mess_conte .content_right .mess_form .cont_mess3 textarea {
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    font-size: calc(10px + 0.3rem);
    font-family: PingFang;
    font-weight: 500;
}

.contactBox .mess_conte .content_right .form_btn2 {
    text-align: center;
}

.contactBox .mess_conte .content_right .form_btn2 .submit2 {
    outline: none;
    border: none;
    width: calc(50px + 5rem);
    height: calc(25px + 1.25rem);
    background: #000000ee;
    opacity: 0.9;
    border-radius: calc(15px + 0.75rem);
    font-size: calc(10px + 0.4rem);
    font-family: PingFang;
    font-weight: 500;
    color: #FFFFFF;
}

.contactBox .map_img {
    position: relative;
    z-index: 10;
}

.contactBox .map_img .bg {
    width: 100%;
    object-fit: cover;
}

.contactBox .map_img .map_tit_icon {
    position: absolute;
    bottom: 27%;
    left: 52.8%;
}

.contactBox .map_img .map_tit_icon .tit {
    width: calc(150px + 10rem);
    transform: translateX(-45.5%);
}

.contactBox .map_img .map_tit_icon .mapicon {
    width: calc(20px + 1.5rem);
    animation: moves 1s infinite  ease-out;
}

@keyframes moves {
 0% {
        transform: translateY(-15px);
    }
    100%,
    {
        transform: translateY(0px);
    }

   
}