.contact {
    width: 100%;
    padding-top: 50px;
}

.contact_head {
    position: relative;
    width: 100%;
}

.img_box img {
    width: 100%;
}

.banner_font {
    position: absolute;
    left: 20px;
    top: 40%;
}

.banner_font p {
    font-size: 11px;
    color: #FFFFFF;
}

.contact_tags {
    width: 100%;
    padding: 20px 0;
}

/* .contact_tags_title {
    text-align: center;
    color: #323232;
    font-size: 18px;
} */

.contact_tags_list {
    white-space: nowrap;
    text-align: center;
    /* align-items: baseline; */
}

.contact_tags_list_all {
    width: 100%;
    margin: 5px 0;
    padding: 10px 0;
    /* border: 1px solid #f1f1f1; */
}

.contact_tags_list_all img {
    width: 12%;
    margin: 0 0 10px 0;
}

.contact_tags_list_all p {
    font-size: 12px;
    width: 100%;
    line-height: 14px;
    margin: 0 auto;
    word-break: break-word;
    color: #909090;

}

.contact_map {
    background-size: 100% 100%;
    padding: 30px;
    background-color: #323232;
}

.contact_message {
    background-size: 100% 100%;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-color: #323232;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.ContactToGet {
    width: 100%;
}

.ContactToGet_top {
    margin-bottom: 10%;
}

.ContactToGet_top_title {
    font-size: 26px;
    color: #142745;
    font-family: 'PingFangSC-Regular';
    font-weight: 700;
    margin-bottom: 22px;
}

.ContactToGet_top_location {
    font-family: 'Alibaba';
    font-weight: 300;
    line-height: 2;
    font-size: 16px;
}

.five {
    border-top: 1px solid #a5aec2;
    border-bottom: 1px solid #a5aec2;
}

.five li {
    position: relative;
    width: 100%;
    padding: 3% 0 3% 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #142745;
    font-family: basic-sans, sans-serif;
    font-weight: 700;
}

.five li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #82c74d;
}

.biaodanBox {
    /* padding: 0 12px; */
    box-sizing: border-box;
    /* margin-top: 15%; */
}

.biaodan {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}

.biaodan_zi p {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 13px;
    color: #FFFFFF;
    font-family: basic-sans, sans-serif;
    font-weight: 700;
}

.biaodan_zi input {
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
    padding: 0 10px 0 18px;
    border: solid 1px #dcdcdc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #fff;
    font-size: 16px;
    color: #142745;
    font-family: basic-sans, sans-serif;
    font-weight: 400;
}

.biaodan_zi textarea {
    resize: none;
    outline: none;
    width: 100%;
    min-height: 100px;
    padding: 15px 10px 0 18px;
    border: solid 1px #dcdcdc;
    box-shadow: none;
    background-color: #fff;
    font-size: 16px;
    color: #142745;
    margin-bottom: 4%;
}

input::-webkit-input-placeholder,
input::-moz-input-placeholder,
input::-ms-input-placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-input-placeholder,
textarea::-ms-input-placeholder {
    color: #909090;
}

input:focus::placeholder,
textarea:focus::placeholder {
    color: #c9c9c9;
}



#button {
    cursor: pointer;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    color: #FFFFFF;
    width: 130px;
    margin-top: 5%;
    border: 0;
    border-radius: 5px;
    background-color: #0153A7;
}

.ddcode input {
    line-height: 21px;
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
    padding: 10px 15px;
    -webkit-user-select: text;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 3px;
    outline: 0;
    background-color: #fff;
    -webkit-appearance: none;
}

.code {
    display: block;
}

.code img {
    width: 80px;
    height: 22px;
}

.img_box {
    width: 100%;
    background-color: #000000;
    position: relative;
}

.coverBox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
}