footer {
    height: 220px;
    background-color: #2c2e34;
    overflow: hidden;
}
.left_footer {
    color: #fff;
    float: left;
}
.left_footer h2 {
    font-size: 20px;
    line-height: 2.5;
    font-weight: normal;
    margin-top: 20px;
}
.left_footer p + p {
    margin-top: 10px;
}
.left_footer p {
    position: relative;
}
.left_footer a{
    color: #fff;
    text-decoration:none;
}
.left_footer p span {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 16px;
    height: 4px;
    background: #e33b38;
    border-radius: 3px;
}
.right_footer {
    float: right;
    padding-top: 33px;
}
.ewm_box {
    margin-right: 80px;
    display: inline-block;
    height: 100%;
}
.ewm_box h2 {
    color: #f0f0f0;
    font-weight: normal;
    font-size: 20px;
}
.ewm_box > img {
    margin-top: 10px;
    width: 100px;
    height: 100px;
}
.ewm_box p {
    width: 180px;
    height: 49px;
    background: #e33b38;
    border-radius: 4px;
    line-height: 49px;
    color: #f0f0f0;
    font-size: 17px;
    margin-top: 21px;
    text-align: center;
}
.ewm_box p img {
    vertical-align: -1.5px;
}
.fixed_box {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 220px;
    height: 274px;
    background-image: url('../img/fixed_bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
}
.fixed_box h2 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    margin-top: 40px;
}
.fixed_box img {
    margin-top: 23px;
    margin-left: 1px;
}
