/* 关于多恒 */
#home-about {
    width: 100%;
    height: 647px;
    background: url(../../images/home/about.png) no-repeat;
    background-size: 100% 520px;
    position: relative;
    margin-bottom: 95px;
}

.about-title {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.about-title p:first-child {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 0;
}

.about-title p:last-child {
    font-size: 24px;
    color: #fff;
    line-height: 40px;
}

.summary {
    width: 1020px;
    height: 500px;
    background-color: #ffffff;
    box-shadow: 5px 4px 21px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px 10px 0px 0px;
    padding: 74px 90px 50px 90px;
    position: relative;
    top: 147px;
    margin: 0 auto;
}

.summary h2 {
    font-size: 39px;
    font-weight: normal;
    margin-bottom: 45px;
}

.summary span {
    color: #727272;
    line-height: 40px;
}

.about-btn {
    width: 140px;
    height: 50px;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    color: #817f7f;
    border: 1px solid #bbbaba;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%);
    cursor: pointer;
    transition: background .3s;
    padding: 0;
}

.about-btn:hover {
    background: #044088;
    color: #fff;
    border: none;
    line-height: 52px;
}