@charset "utf-8";

/* 在线留言 */

.liuyan {
    margin-top: 140px;
}

.liuyan_title {
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #30323b;
}

.liuyan_title_l {
    font-size: 24px;
    color: #30323b;
}

.liuyan_title_r i {
    font-weight: 700;
    font-size: 26px;
    color: #cf1b1b;
}

.liuyan_title_r span {
    font-size: 16px;
    color: #30323b;
}

.liuyan_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.liuyan_form>div {
    width: 49%;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    padding-left: 30px;
}

.liuyan_form>div:last-child {
    border-bottom: none;
}

.liuyan_formi {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    font-weight: 700;
    font-size: 26px;
    color: #cf1b1b;
}

.liuyan_form_ipt {
    width: 100%;
    height: 106px;
    line-height: 106px;
    font-size: 16px;
    color: #30323b;
    border: none;
}

.liuyan_form_text {
    width: 100%;
    height: 106px;
    font-size: 16px;
    color: #30323b;
    border: none;
    resize: none;
    outline: none;
    line-height: 106px;
}

.liuyan_yz {
    position: relative;
    display: flex;
    align-items: center;
}

.liuyan_yz input {
    width: 30%;
}

.liuyan_form .liuyan_tj {
    padding: 0;
    display: flex;
    align-items: flex-end;
}

.liuyan_tj input {
    width: 100%;
    height: 54px;
    border: none;
    background-color: #cf1b1b;
    color: #fff;
    font-size: 20px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.liuyan_tj input:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
}

.map {
    margin-top: 70px;
}

.map_txt {
    height: 60px;
    font-size: 24px;
    color: #30323b;
}

.map_box {
    height: 565px;
}

.foot {
    margin-top: 104px;
}

@media screen and (max-width: 1200px) {
    .nylx_box {
        padding: 0;
        flex-wrap: wrap;
    }
    .nylx_box>div {
        padding: 10px;
    }
    .nylx_box>div {
        width: 100%;
    }
    .nylx_box>div {
        border-bottom: 1px solid #cfcfcf;
        border-right: none;
        justify-content: flex-start;
        padding-left: 50px;
    }
    .nylx_box>div:last-child {
        border-bottom: none;
    }
    .liuyan {
        margin-top: 120px;
    }
    .nylx_l_weixindw {
        transform: translate(100%, -30%);
        -webkit-transform: translate(100%, -30%);
        -moz-transform: translate(100%, -30%);
        -ms-transform: translate(100%, -30%);
        -o-transform: translate(100%, -30%);
    }
}

@media screen and (max-width: 992px) {
    .liuyan_form>div {
        width: 100%;
    }
    .liuyan_tj {
        margin-top: 20px;
    }
}

@media screen and (max-width: 768px) {
    .nylx_l_weixin {
        display: none;
    }
    .nylx_l_teli i {
        font-size: 34px;
    }
    .nylx_l_teltxt p {
        font-size: 14px;
    }
    .nylx_l_teltxt p span {
        font-size: 14px;
    }
    .nylx_box_r p {
        font-size: 14px;
    }
    .liuyan_form_ipt {
        height: 50px;
        line-height: 50px;
    }
    .liuyan_form_text {
        height: 50px;
        line-height: 50px;
    }
    .nylx_box>div {
        padding: 10px;
    }
    .map {
        margin-top: 40px;
    }
    .foot {
        margin-top: 10px;
    }
}

.headx4 {
    content: '';
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
}