/*联系我们开始*/
.contact_content {
    background: #F4F4F4;
}

.contact_box {
    position: absolute;
    width: 200px;
    top: 89px;
    text-align: center;
    left: calc(50% - 100px);
}

.title_cn {
    font-weight: bold;
    font-size: 48px;
    color: #333333;
}

.title_en {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}

.contact_content_box {
    width: 1086px;
    margin: 0 auto;
}

.contact_content_box_left {
    background: #ffffff;
    width: 410px;
    height: 550px;
}

.contact_text {
    font-weight: bold;
    font-size: 16px;
    color: #004684;
    margin-top: 20px;
}

.contact_desc {
    font-weight: 400;
    font-size: 13px;
    color: #333333;
}

.contact_wx {
    width: 144px;
    text-align: center;
}

.contact_wx img {
    width: 100%;
    height: 144px;
}

.contact_wx_text {
    font-size: 12px;
    color: #000000;
}

.contact_content_box_right{
    width: 675px;
    height: 482px;
    background: #DFDFDF;
}



/*联系我们结束*/

/*意向表单开始*/
.from_box {
    height: 598px;
    position: relative;
    margin-top: 280px;
}

.from_content {
    position: absolute;
    height: 652px;
    width: 988px;
    bottom: 130px;
    left: calc(50% - 494px);
    text-align: center;
}

.from_right {
    background: #ffffff;
    width: 614px;
    height: 525px;
    padding: 45px 51px;
    box-sizing: border-box;
    text-align: left;
}

.from-item {
    margin-top: 25px;
}

input {
    width: 231px;
    height: 42px;

    border: 1px solid #DFDFDF;
}

input::placeholder {
    color: #666666;; /* 设置placeholder文字颜色 */
    font-size: 14px; /* 设置placeholder文字大小 */
    padding-left: 15px;
}

textarea {
    width: 231px;
    height: 168px;
    resize: none; /* 禁止调整大小 */
    border: 1px solid #DFDFDF; /* 设置边框 */
    padding: 5px; /* 设置内边距 */
    font-size: 14px; /* 设置字体大小 */
}

.sub_button {
    background: #0046B4;
    border-radius: 5px;
    width: 162px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 30px;
    cursor: pointer;
}

/*意向表单结束*/