/*宇清信息联系方式*/
.bestPartner{
    min-width: 1200px;
    height: 551.3px;
    background-image:url('../img/partner.png');
    background-size:100% 100%;
    background-repeat:no-repeat;
    position: relative;
}

.bestPartner h1{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 166px;
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0px;
}

.bestPartner p{
    min-width: 696px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 254px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.bestPartner_btn{
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 319px;
    width: 222px;
    height: 65px;
    background: #DC1A1A;
    border-radius: 33px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 65px;
    text-align: center;
}
/*公司联系方式*/
.yuQingAddress{
    width: 1200px;
    margin: auto;
    margin-bottom: 104px;
    margin-top: 45px;
}

.yuQingAddress_content{
    display: flex;
    align-items: center;
    justify-content:  space-around;
    text-align: center;
    margin-top: 45px;
}

.yuQingAddress_content_message{
    width: 137px;
    position: relative;
}

.yuQingAddress_content_message_img{
    width: 137px;
    height: 137px;
    background: #F8F8F8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yuQingAddress_content_message_label{
    margin-top: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #828585;
}

.yuQingAddress_content_message_text{
    width: 360px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    margin-top: 15px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
}

/*客户留言*/
.onlineMessage{
    width: 1200px;
    margin: 0 auto 46px;

}

.onlineMessage_form{
    font-size: 22px;
    font-family: Source Han Serif CN;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.onlineMessage_form label{
    font-size: 22px;
    font-family: Source Han Serif CN;
    font-weight: 500;
    color: #000000;
    line-height: 72px;
    width: 97px;
}

.onlineMessage_form input{
    width: 317px;
    height: 46px;
    background: #F5F5F5;
    box-shadow: 0px 5px 18px 0px rgba(80,80,80,0.15);
    border-radius: 36px;
    font-size: 22px;
    padding-left: 36px;
    padding-right: 67px;
    resize: none;
    overflow-y: hidden;
}

.onlineMessage_form_btn {
    width: 1200px;
    margin: auto;
    display: flex;
    /* justify-items: self-end; */
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.onlineMessage_form_btn input{
    width: 115px;
}

.onlineMessage_form_btn input:hover{
    background-color: red;
    color: white;
    cursor: pointer;
}


/*地图展示*/
.yuQingMap{
    width: 1200px;
    height: 547px;
    margin: 0 auto 39px;
}
