.banner {
    margin-top: .69rem;
}
.banner img{
    width: 100%;
}
.contact {
    margin-top: -.3rem;
    margin-bottom: .6rem;
}

.contact .map {
    width: 100%;
    height: 5.03rem;
    margin-bottom: .6rem;
}

.contact .contact-left {
    width: 4.9rem;
    float: left;
}

.contact .contact-left h2 {
    font-size: 0.22rem;
    font-family: Arial;
    font-weight: 900;
    color: #333333;
    line-height: 0.27rem;
    margin-bottom: 0.48rem;
}

.contact .contact-left .contact_div.active {
    background: #EDF6FF;
}

.contact .contact-left .contact_div {
    padding: 0.3rem 0.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .contact-left .contact_div div {
    margin-left: 0.31rem;
    padding: 0 0;
    width: 3rem;
}

.contact .contact-left .contact_div div h2 {
    font-size: 0.22rem;
    font-family: Arial;
    font-weight: 400;
    color: #0C85D8;
    line-height: 27px;
    margin-bottom: 0.1rem;

}

.contact .contact-left .contact_div div p {
    font-size: 0.18rem;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 0.27rem;
}

.contact .contact-right {
    width: 5.73rem;
    float: right;
}

.contact .contact-right .form-title {
    margin-bottom: 0.71rem;
    font-size: 0.22rem;
    font-family: Arial;
    font-weight: 900;
    color: #333333;
}

.contact .contact-right .name {
    float: left;
}

.contact .contact-right .mobile {
    float: right;
}

.contact .contact-right .email {
    float: left;
}

.contact .contact-right .county {
    float: right;
}

.contact .contact-right .p1 {
    width: 2.72rem;
    height: 0.45rem;
    background: #F7F7F7;
    border: 0.01rem solid #16a2ec;
    border-radius: 0.05rem;
    padding-left: 0.18rem;
    margin-bottom: 0.16rem;
}

.contact .contact-right input {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
}

.contact .contact-right input::placeholder {
    font-size: 0.18rem;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
}

.contact .contact-right .content {
    width: 100%;
    height: 2.05rem;
    float: left;
    margin-bottom: 0.24rem;
    border: 0.01rem solid #16a2ec;
    border-radius: 0.05rem;
}

.contact .contact-right .content textarea {
    width: 100%;
    height: 100%;
    margin-bottom: 0.74rem;
    border: none;
    background: #F7F7F7;
    padding-left: 0.2rem;
    padding-top: 0.14rem;
}

.contact .contact-right .content textarea::placeholder {
    font-size: 0.18rem;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
}

.contact .contact-right button {
    width: 2.16rem;
    height: 0.52rem;
    background: #16a2ec;
    font-size: 0.22rem;
    font-family: Arial;
    text-align: center;
    line-height: 0.52rem;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
}

@media (min-width: 1200px) {
    .w {
        margin: 0 auto;
        width: 12rem;
    }
}

@media (max-width: 1200px) {
    .banner {
        height: auto;
        margin-top: .65rem;
    }
    .contact .map {
        margin-bottom: .2rem;
    }
    .contact .contact-left h2 {
        margin-bottom: .2rem;
    }
    .contact .contact-left .contact_div {
        padding: 0.1rem 0.1rem;
    }
    .contact {
        margin-top: 0.25rem;
        margin-bottom: .25rem;
    }
    .contact .contact-right .form-title {
        margin-bottom: .2rem;
    }
    .contact .contact-right {
        width: 100%;
    }
    .contact .contact-right .p1 {
        width: 2.45rem;
        height: .5rem;
    }
    .position p{
        font-size: .2rem;
    }
    .contact .contact-left .contact_div div p{
        font-size: .2rem;
    }
}