.contactus {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

.contactus .top_box {
    width: 63%;
    height: 100%;
    margin: auto;
}

.contactus .top_box .top {
    width: 100%;
    height: 580px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    padding-top: 210px;
    justify-content: flex-start;
    background-image: url("../images/contactus/lxwm.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}

.contactus .top_box .top div {
    color: #ffffff !important;
    text-align: right !important;
    animation-name: fadeInUp;
    animation-duration: 0.5s;
    animation-delay: 1.2s;
    animation-fill-mode: both;
    padding-right: 50px;
}


.contactus .top_box .top div:nth-child(1) span {
    font-size: 48px;
    letter-spacing: 4px;
}

.contactus .top_box .top div:nth-child(2) p span {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 4px;
}

.contactus .top_box .top div:nth-child(2) p {
    margin-top: 15px;
    margin-right: 5px;
}

.contactus .lxwm .br_line {
    width: 63%;
    margin: 33px auto;
}

.contactus .lxwm .br_line img {
    width: 100%;
}

.contactus .lxwm .lxwm_header {
    width: 63%;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.contactus .lxwm .lxwm_header .h_left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 105px;
}

.contactus .lxwm .lxwm_header .h_left .tel_help {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-family: å¾®è»Ÿæ­£é»‘é«”;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.contactus .lxwm .lxwm_header .h_left .left_CN {
    font-size: 30px;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
}

.contactus .lxwm .lxwm_header .h_left .border_B {
    width: 35px;
    height: 8px;
    margin-top: 20px;
    border-top-color: rgba(0, 147, 253, 1);
    border-top-style: solid;
    border-top-width: 3px;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1.2s;
    animation-fill-mode: both;
}

.contactus .lxwm .lxwm_header .h_left .left_EG {
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    color: #707070;
    font-family: times new roman, times, serif;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1.5s;
    animation-fill-mode: both;
}

.contactus .lxwm .company_detail {
    width: 63%;
    padding: 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contactus .lxwm .company_detail .img-box, .lxwm .company_detail .img-box1 {
    width: calc((100% - 130px) / 3) !important;
    min-width: 300px !important;
    margin-bottom: 50px;
    position: relative;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
    overflow: hidden;
}

.contactus .lxwm .company_detail .img-box div {
    position: absolute;
    bottom: 75px;
    left: 10px;
}

.contactus .lxwm .company_detail .img-box1 div {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 75px
}

.contactus .lxwm .company_detail .img-box div p, .lxwm .company_detail .img-box1 div p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
    font-family: Ã¥Â¾Â®Ã¨Â»Å¸Ã¦Â­Â£Ã©Â»â€˜Ã©Â«â€;
}

.contactus .lxwm .company_detail .img-box img, .lxwm .company_detail .img-box1 img {
    width: 100%;
}

.contactus .lxwm .find-quickly {
    width: 63%;
    margin: auto auto 30px;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1s;
    animation-fill-mode: both;
    text-align: center;
}

.contactus .lxwm .find-quickly div:nth-child(1), .lxwm .find-quickly div:nth-child(2) {
    font-size: 30px;
    line-height: 26px;
    color: #666;
    font-family: å¾®è»Ÿæ­£é»‘é«”;
}


.contactus .lxwm .find-quickly div:nth-child(2) {
    font-size: 14px;
    margin: 10px 0;
}


.contactus .lxwm .map {
    width: 63%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto auto 50px;
    position: relative;
}

.contactus .lxwm .map .map-con {
    width: 58%;
    height: 500px
}

.lxwm .message-form {
    width: 38%;
    height: 500px;
    padding: 50px;
    background-color: rgba(36, 32, 32, 0.9);
    border-radius: 5px;
    box-shadow: 0 0 20px #c7c7c7;
}

.contactus .lxwm .message-form div {
    margin-bottom: 10px;
}

.contactus .lxwm .message-form .ly {
    height: 150px;
}

.contactus .lxwm .message-form .message {
    color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.contactus .lxwm .message-form .message span {
    margin-left: 10px;
}

.contactus .lxwm .message-form .is-showerror {
    display: none;
}

.is-showerror {
    display: none;
}

.contactus .lxwm .message-form .mes-title {
    font-size: 30px;
    line-height: 26px;
    color: #ffffff;
    font-family: å¾®è»Ÿæ­£é»‘é«”;
}

.contactus .lxwm .message-form .title-line {
    width: 35px;
    margin: 20px 0 30px 0;
    border-top-color: rgba(0, 147, 253, 1);
    border-top-style: solid;
    border-top-width: 3px;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: 1.2s;
    animation-fill-mode: both;
}

.lxwm .message-form input, .lxwm .message-form textarea {
    width: 98%;
    height: 150px;
}

.lxwm .message-form textarea {
    padding: 10px;
    resize: none;
}

.lxwm .message-form input {
    max-height: 40px;
    padding: 15px;
}

.lxwm .message-form input[type=text]::placeholder, .lxwm .message-form textarea::placeholder {
    color: #cdcdcd !important;
}

.lxwm .message-form img {
    height: 40px;
    margin: 0 10px;
    max-width: 120px;
}

.lxwm .message-form .refresh {
    font-size: 13px;
    min-width: 40px;
    color: #c9cccc;
    line-height: 40px;
    cursor: pointer;
}

.lxwm .message-form .yzm {
    width: 30%;
    min-width: 120px;
}

.lxwm .message-form button {
    height: 40px;
    border: 0;
    margin-bottom: 10px;
    font-size: 14px;
    min-width: 90px;
    position: static;
    border-radius: 3px;
    color: rgba(255, 255, 255, 1);
    background-color: rgb(29, 131, 204);
    padding-top: 0;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.feedback-succeed {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.feedback-succeed div {
    width: 250px;
    background: #ffffff;
    padding: 36px;
    margin: 200px auto auto;
    color: #000;
    border: 3px solid #65beba;
    font-size: 1.2rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1750px) {
    .lxwm .company_detail .img-box div p, .lxwm .company_detail .img-box1 div p {
        font-size: 14px !important;
    }
}

@media (max-width: 1600px) {
    .lxwm .company_detail .img-box div, .lxwm .company_detail .img-box1 div {
        bottom: 30px !important;
    }
}

@media (max-width: 1520px){
    .lxwm .message-form img{
        max-width: 90px !important;
    }
}


@media (max-width: 1361px) {
    .contactus .top_box {
        width: 100% !important;
    }

    .contactus .lxwm {
        width: 100% !important;
    }

    .contactus .lxwm .lxwm_header, .contactus .lxwm .company_detail,
    .contactus .lxwm .br_line, .contactus .lxwm .find-quickly {
        width: 90% !important;
    }

    .contactus .lxwm .map {
        width: 90% !important;
    }

    .lxwm .message-form img{
        max-width: 120px !important;
    }
}

@media (max-width: 1250px) {

    .lxwm .company_detail {
        padding: 0 30px !important;
        justify-content: space-around !important;
    }

    .lxwm .company_detail .img-box {
        display: none !important;
    }

}

@media (max-width: 1025px) {
    .contactus .top_box .top div:nth-child(1) span {
        font-size: 31px !important;
    }

    .contactus .top_box .top div:nth-child(2) span {
        font-size: 17px !important;
    }

    .contactus .lxwm .map .map-con {
        width: 90%;
        height: 390px !important;
        margin-bottom: 20px;
    }

    .contactus .lxwm .map .message-form, .contactus .lxwm .map .map-con {
        width: 90% !important;
    }

    .contactus .lxwm .map {
        flex-direction: column !important;
    }

    .feedback-succeed div {
        margin: 400px auto auto !important;
    }
}

@media (max-width: 901px) {
    .contactus .top_box .top {
        height: 350px !important;
    }
}

@media screen and (min-width: 300px) and (max-width: 800px) {
    .contactus .lxwm .lxwm_header {
        margin-bottom: 40px !important;
    }

    .contactus .lxwm .lxwm_header .h_left {
        align-items: flex-start !important;
    }

    .contactus .lxwm .lxwm_header .h_left .left_CN {
        font-weight: normal !important;
        font-size: 21px !important;
    }

    .contactus .lxwm .lxwm_header .h_left .tel_help {
        display: none !important;
    }

    .contactus .lxwm .lxwm_header .h_left .border_B {
        margin-top: 8px !important;
        color: #0080ca !important;
    }

    .lxwm .br_line {
        display: none !important;
    }

    .contactus .lxwm .company_detail .img-box, .lxwm .company_detail .img-box1{
        margin-bottom: 30px !important;
    }
    .contactus .lxwm .find-quickl{
        margin-bottom: 20px !important;
    }

    .contactus .lxwm .find-quickly div:nth-child(1){
        font-size: 21px !important;
    }

    .contactus .lxwm .find-quickly div:nth-child(2){
        font-size: 12px !important;
    }

    .contactus .lxwm .message-form .mes-title{
        font-size: 21px !important;
    }


    .contactus .lxwm .message-form .title-line{
        margin: 10px 0 20px 0 !important;
    }

    .lxwm .message-form{
        padding: 25px !important;
        height: 440px !important;
    }

    .contactus .lxwm .map .map-con{
        height: 360px !important;
    }

    .contactus .top_box .top div:nth-child(1) span {
        font-size: 20px !important;
    }

    .contactus .top_box .top div:nth-child(2) p span {
        font-size: 15px !important;
    }
}

#map-container .amap-info-content {
    position: relative;
    background: #fff;
    padding: 15px 18px 30px 15px !important;
    line-height: 1.4;
    overflow: auto;
    border: 1px solid #ababab !important;
    border-radius: 10px !important;
}

#map-container .amap-marker-label {
    background: #fff;
    border: 1px solid #ababab !important;
}


@media screen and (min-width: 300px) and (max-width: 650px) {
    .lxwm .company_detail .img-box {
        display: block !important;
    }

    .lxwm .company_detail {
        flex-flow: wrap !important;
        justify-content: center !important;
    }

    .contactus .lxwm .map .message-form, .contactus .lxwm .map .map-con {
        width: 95% !important;
    }

    .contactus .top_box .top{
        height: 270px !important;
        padding-top: 130px !important;
    }

}

@media (max-width: 420px){
    .lxwm .message-form .yzm {
        min-width: 100px !important;
        padding: 5px !important;
    }

    .lxwm .message-form img {
        max-width: 90px !important;
        margin: 0 5px !important;
    }

    .lxwm .message-form .captcha{
        flex-wrap: wrap !important;
    }

}

@media (max-width: 300px){
    .lxwm .message-form img {
        margin: 10px 0 !important;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }

}