.blockOne {
    max-width: 1440px;
    margin: 180px auto 150px;
}

.blockOne-title {
    width: 285px;
    height: 50px;
    background: url(../image/about/yinghoe_title_profile.png) no-repeat;
    background-size: 100%;
    margin: 0 auto 50px;
}

.blokcOne-info {
    width: 900px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 400;
    color: rgba(50, 50, 51, 1);
    line-height: 28px;
}

.block-imgOne {
    width: 900px;
    display: flex;
    justify-content: space-between;
    margin: 40px auto 20px;
}

.block-imgTwo {
    width: 900px;
    height: 475px;
    margin: 0 auto 20px;
}

.block-imgTwo img {
    width: 100%;
    height: 100%;
}

.block-imgOne img {
    width: 440px;
    height: 293px;
}

.blockTwo {
    max-width: 1440px;
    margin: 0 auto 273px;
}

.blockTwo-title {
    width: 285px;
    height: 50px;
    background: url(../image/about/yinghoe_title_contact.png) no-repeat;
    background-size: 100%;
    margin: 0 auto 50px;
}

.blockTwo-content {
    width: 900px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.blockTwo-left {
    width: 480px;
}

.blockTwo-right {
    width: 370px;
}

.blockTwo-right-info {
    width: 100%;
}

.blockTwo-right-info-col {
    width: 100%;
    display: flex;
    margin-bottom: 28px;
}

.info-col-icon {
    width: 20px;
    height: 22px;
}

.address {
    background: url(../image/about/yinghoe_icon_add.png) no-repeat;
    background-size: 100%;
}

.msg {
    background: url(../image/about/yinghoe_icon_message.png) no-repeat;
    background-size: 100%;
}

.phone {
    background: url(../image/about/yinghoe_icon_tel.png) no-repeat;
    background-size: 100%;
}

.web {
    background: url(../image/about/yinghoe_icon_web.png) no-repeat;
    background-size: 100%;
}

.info-col-info {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(50, 50, 51, 1);
    line-height: 22px;
    margin-left: 10px;
}

.form-col {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.form-col-border {
    /* width:350px; */
    padding: 0px 10px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #C69C6D;
    border-radius: 2px;
    font-size: 12px;
    line-height: 32px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(151, 151, 153, 1);
    margin: 7px auto;
}

.form-col input {
    border: none;
    width: 100%;
    outline-style: none;
    border-radius: 3px;
    padding: 0 14px;
}

.form-col textarea {
    width: 100%;
    height: 100px;
    padding: 0 14px;
    border: none;
    outline-style: none;
}

.widthCalc {
    margin: 0;
    width: calc(100% - 120px);
}

.formBtn {
    width: 100%;
    height: 32px;
    line-height: 40px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(254, 254, 254, 1);
    margin: 8px auto 50px;
    background: rgba(198, 156, 109, 1);
    border-radius: 2px;
    text-align: center;
    line-height: 32px;
}

.mb14 {
    margin-bottom: 14px;
}