@charset "utf-8";



.contactway {
    display: flex;
}

.contactway>div {
    width: 50%;
    padding: 80px 0 140px;
}

.contactway_l {
    display: flex;
    justify-content: flex-end;
}

.contactway_l_box {
    margin-right: 16%;
}

.contactway_l_boxt h4 {
    margin-bottom: 10px;
}

.contactway_l_boxt>div {
    line-height: 28px;
}

.contactway_l_boxt>div b {
    color: #333;
}

.contactway_r {
    background-color: #f5f5f5;
}

.contactway_l_boxb {
    position: relative;
    margin-top: 60px;
    width: 120%;
    padding: 40px 0;
    display: flex;
    justify-content: flex-end;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.contactway_l_boxbdw {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 155px;
    height: 155px;
    border-radius: 100%;
    background: linear-gradient(to right, #21FEFE, #0093DD);
    background: -moz-linear-gradient(left, #d54c7a -20%, #0093DD);
    background: -ms-linear-gradient(left, #d54c7a -20%, #0093DD);
    background: -o-linear-gradient(left, #d54c7a -20%, #0093DD);
}

.contactway_boxbdw {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contactway_boxbdw p {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.contactway_boxbdw i {
    font-size: 36px;
    color: #fff;
}

.contactway_boxb_tx {
    margin-right: 11%;
    width: 55%;
}

.contactway_boxb_tx>div {
    border-bottom: 1px solid #d9d9d9;
    height: 36px;
    line-height: 36px;
}

.contactway_boxb_tx>div:last-child {
    border-bottom: none;
}

.contactway_boxb_tx>div b {
    color: #333;
}

.contactway_ly {
    margin-left: 16%;
}

.contactway_ly_title p {
    margin-top: 10px;
    font-size: 16pxs;
}

.contactway_ly_bd {
    margin-top: 30px;
}

.contactway_ly_bd_form {
    width: 54%;
}

.contactway_ly_input {
    position: relative;
    margin-bottom: 15px;
}

.contactway_ly_input img {
    position: absolute;
    right: 2px;
    top: 1px;
    cursor: pointer
}

.contactway_ly_xx {
    position: absolute;
    left: 15px;
    top: 32%;
    color: #f30;
    font-size: 18px;
}

.contactway_ly_input input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    color: #333;
    padding-left: 35px;
}

.contactway_ly_textarea {
    position: relative;
    margin-bottom: 20px;
}

.contactway_ly_textarea .contactway_ly_xx {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #f30;
    font-size: 18px;
}

.contactway_ly_textarea textarea {
    padding: 10px;
    width: 100%;
    height: 90px;
    outline: none;
    resize: none;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    text-indent: 2rem;
}

.contactway_ly_tj {
    display: flex;
    justify-content: space-between;
}

.contactway_tj_btn {
    width: 45%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(to right, #21FEFE, #0093DD);
    background: -moz-linear-gradient(left, #21FEFE -20%, #0093DD);
    background: -ms-linear-gradient(left, #21FEFE -20%, #0093DD);
    background: -o-linear-gradient(left, #21FEFE -20%, #0093DD);
    border: none;
}

.mapbox {
    height: 725px;
}

.contactway_ly_tj input {
    transition: all .3s;
}

.contactway_ly_tj input:hover {
    padding-left: 5px;
}

@media screen and (max-width:1700px) {
    .contactway_ly_bd_form {
        width: 66%;
    }
}

@media screen and (max-width:1500px) {
    .contactway_ly_bd_form {
        width: 76%;
    }
}

@media screen and (max-width:1200px) {
    .contactway {
        flex-wrap: wrap;
    }
    .contactway>div {
        width: 100%;
    }
    .contactway_l {
        justify-content: center;
    }
    .contactway_l_box {
        margin: 0;
    }
    .contactway_ly {
        margin: 0;
    }
    .contactway_r {
        display: flex;
        justify-content: center;
    }
    .contactway_ly_bd_form {
        width: 100%;
    }
    .contactway_ly {
        width: 70%;
    }
    .contactway_l_box {
        width: 70%;
    }
    .contactway_l_boxb {
        width: 100%;
    }
    .contactway_l_boxbdw {
        transform: translate(0, -50%);
    }
}

@media screen and (max-width:992px) {
    .contactway>div {
        padding: 50px 0;
    }
    .contactway_ly {
        width: 80%;
    }
    .contactway_l_box {
        width: 80%;
    }
}

@media screen and (max-width:768px) {
    .contactway_ly {
        width: 90%;
    }
    .contactway_l_box {
        width: 90%;
    }
    .contactway_boxbdw i {
        display: none;
    }
    .contactway_l_boxbdw {
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        height: 40px;
        border-radius: 20px;
    }
    .contactway_boxb_tx {
        width: 100%;
        margin: 0;
    }
    .contactway_l_boxb {
        padding: 40px 0 20px;
    }
    .contactway_l_boxt h4 {
        font-size: 20px;
        text-align: center;
    }
    .contactway_l_boxt>div {
        font-size: 14px;
    }
    .contactway_boxbdw p {
        font-size: 18px;
    }
    .contactway_boxb_tx>div {
        padding-left: 8px;
        font-size: 14px;
    }
    .contactway>div {
        padding: 25px 0;
    }
    .mapbox {
        height: 400px;
    }
}

.mapbox iframe {
    height: 100%!important;
}

.foot {
    margin-top: 0;
}

.mess {
    padding: 0;
    margin: 0;
    font-size: 14px
}

.mess tr {
    padding: 0;
    margin: 0;
    line-height: 50px;
    height: 50PX
}

.mess input {
    display: inline-block;
    height: 25px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mess textarea {
    width: 500px !important;
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mess .submit {
    width: 240px;
    height: 40px !important;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    background: #4081d6 !important;
    border-radius: 10px;
    border: 0 none;
    cursor: pointer;
}

div.pfw {
    position: relative;
    border: 1px solid #e1e1e1;
    margin-top: 30px;
}

div.pfw:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
}

div.pfw h3 {
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    margin: 0;
    padding: 0 0 0 20px;
    background: #f6f6f6 url(../../../images/heading_bg.png) 8px top no-repeat;
    border-bottom: 1px solid #e1e1e1;
    color: #444;
    font-weight: bold;
}

div.pfw h3 small {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    padding-left: 4px;
    font-style: normal;
}

div.pfw h3 .more {
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    padding-right: 8px;
    font-weight: normal;
    font-size: 12px;
    margin-right: 5px;
}

div.pfw .content {
    margin: 5px;
    font-size: 12px;
    line-height: 1.6em;
    padding: 10px;
}

div.pfw .adm_reply {
    margin: 6px 0 0 0;
    font-size: 1em;
    line-height: 200%;
    padding: 25px 5px 25px 25px;
    position: relative;
    color: #444;
    border-top: 1px solid #e1e1e1;
    background: #f7faff;
}

div.pfw .adm_reply span {
    color: darkred;
    font-weight: bold;
    color: #e77718;
}