/* 联系我们 */
.ldjz_head_img img{
    margin-top: 90px;
    width: 100%;
}
.ldjz_content {
    min-width: 1200px;
    width: 100%;
}
.ldjz_con {
    width: 1200px;
    margin: 0 auto;
}
.ldjz_con .ldjz_title{
    line-height: 58px;
    margin-top: 38px;
    background-color: #F1F1F1;
    margin-bottom: 59px;
}
/* .ldjz_title.ldjz_title_left {
    float: left;
} */

.ldjz_contact_cont1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 55px;
    margin-top: 87px;
}
/* 表单 */
.myform {
    width: 50%;
    background-color: #F1F1F1;
}
.myform form {
    margin-top: 12px;
    margin-left: 28px;
}
.myform_row1 {
    display: flex;
    justify-content: space-between;
}
.myform span {
    font-size: 21px;
    font-weight: 500;
    border-bottom: 1px solid #CACACA;
    padding-bottom: 8px;
}
.myform .myform_name {
    position: relative;
    margin-top: 14px;
}
.myform .myform_name label {
    position: absolute;
    margin-top: 13px;
    color: #616161;
    font-size: 17px;
}
.myform .myform_name input {
    border: 1px solid #E2E2E2;
    height: 32px;
    width: 224px;
    margin-top: 44px;
    padding-left: 28px;
    font-size: 18px;
    margin-bottom: 10px;

}
.myform .myform_name img {
    position: absolute;
    top: 45px;
    left: 2px;
}
.myform .myform_phone {
    position: relative;
    margin-top: 14px;
}
.myform .myform_phone label {
    position: absolute;
    margin-top: 13px;
    color: #616161;
    font-size: 17px;
}
.myform .myform_phone input {
    border: 1px solid #E2E2E2;
    height: 32px;
    width: 230px;
    margin-top: 44px;
    margin-right: 29px;
    padding-left: 28px;
    font-size: 18px;
    font-weight: 500;
}
.myform .myform_phone img {
    position: absolute;
    top: 44px;
    left: 0px;
}
.myform_row2 {
    position: relative;
}
.myform_row2 .textareaDIV {
    margin: 0px;
    width: 541px;
    height: 104px;
    margin-top: 8px;
    padding-right: 0px;
    background-color: #fff;
    border: 1px solid #E2E2E2;
}
.myform_row2 textarea {
    width: 420px;
    height: 98px;
    text-indent: 27px;
    font-size: 18px;
    line-height: 27px;
    resize: none;
    border: 1px solid transparent;
    outline: none;
}
.myform_row2 textarea>div {
    width: 100px;display:block;word-break: break-all;word-wrap: break-word;
}
.myform_row2 label {
    margin-top: 13px;
    color: #616161;
    font-size: 17px;
}
.myform_row2 img {
    position: absolute;
    top: 34px;
    left: 1px;
}
.myform_row2 button {
    position: absolute;
    font-size: 17px;
    padding: 35px;
    right: 35px;
    background-color: #F1F1F1;
    top: 39px;
}

.ldjz_contact_cont1 .ldjz_contact_company {
    width: 455px;
    border-bottom: 1px solid #ADADAD;
    padding-bottom: 20px;
}
.ldjz_contact_cont1 .ldjz_contact_row1 {
    border-top: 1px solid #ADADAD;
    border-bottom: 1px dashed #ADADAD;
    display: flex;
    align-items: center;
    padding: 13px 0;
    margin-bottom: 20px;
}
.ldjz_contact_cont1 .ldjz_contact_row1 h1 {
    font-size: 19px;
    margin-left: 5px;
}
.ldjz_contact_cont1 .ldjz_contact_row2 {
    margin: 1px 0;
}
.ldjz_contact_cont1 .ldjz_contact_row2 span {
    position: relative;
    vertical-align: top;
    margin-left: 2px;
    font-size: 18px;
}
.ldjz_contact_cont1 .ldjz_contact_company img {
    margin-top: 2px;
}

.ldjz_contact_cont3 {
    text-align: center;
    margin-top: 38px;
    margin-bottom: 32px;
    font-size: 23px;
}
.ldjz_contact_cont4 {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #C5C5C5;
    padding-top: 35px;
    margin-bottom: 50px;
}
.ldjz_contact_branch .ldjz_branch_title {
    margin-bottom: 14px;
    font-size: 18px;
}
.ldjz_branch_address span, .ldjz_branch_phone span {
    font-size: 14px;
    color: #777777;
    vertical-align: top;
}