.bottom {
    position: relative;
    width: 100%;
    height: 515rem;
    background-color: #F4F2F3;
}

.bottom .bottom-auto {
    position: relative;
    margin: auto;
    width: 80%;
    height: 100%;
}

.bottom .bottom-left {
    position: relative;
    float: left;
    width: 650rem;
    min-width: 650rem;
    height: 100%;
}

.bottom .bottom-left > div {
    position: relative;
}

.bottom .bottom-left .bottom-logo {
    width: 164rem;
    top: 115rem;
    left: 70rem;
}

.bottom .bottom-left .infos {
    left: 73rem;
    top: 147rem;
    width: 490rem;
}

.bottom .bottom-left .infos > div {
    margin-top: 8rem;
    height: 35rem;
    line-height: 35rem;
    width: 100%;
    color: #59636C;
    font-size: 20rem;
}

.bottom .bottom-right {
    position: relative;
    float: right;
    width: 650rem;
    min-width: 650rem;
    height: 100%;
}

.bottom .bottom-right > div {
    position: relative;
}

.bottom .bottom-right .bottom-phone {
    top: 130rem;
    left: 179rem;
    width: 26rem;
}

.bottom .bottom-right .bottom-phone-num {
    top: 95rem;
    left: 213rem;
    height: 35rem;
    line-height: 35rem;
    width: 200rem;
    color: #59636C;
    font-size: 20rem;
}

.bottom .bottom-right .bottom-experience {
    top: 57rem;
    left: 416rem;
    width: 166rem;
}

.bottom .bottom-right .bottom-ewm-1 {
    top: 66rem;
    left: 257rem;
    width: 150rem;
}

.bottom .bottom-right .bottom-ewm-2 {
    top: -88rem;
    left: 438rem;
    width: 150rem;
}

.bottom .bottom-right .bottom-txt {
    top: -81rem;
    left: 262rem;
    height: 35rem;
    line-height: 35rem;
    width: 350rem;
    color: #DA424B;
    font-size: 20rem;
    letter-spacing: 17rem;
}

.bottom .bottom-line {
    margin: auto;
    position: relative;
    top: -132rem;
    width: 100%;
    height: 1px;
    background: #59636C;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
}