/*bottom*/
html{
    position: relative;
}
.a123123{
    float: left;
    width: 100%;
    height: 285px;
}
.bottom {
    position: inherit;
    bottom: 0;
    left: 0;
    float: left;
    height: 285px;
    width: 100%;
    text-align: center;
    background-color: #417ab3;
}
.ewm {
    text-align: center;
    padding-top: 30px;
}
.ewm-tip {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 40px;
}
.ewm-tip h4{
    line-height: 70px;
    font-size: 28px;
    color: #fff;
    text-align: left;
}
.ewm-tip span {
    font-size: 16px;
    color: #fff;
}
.info {
    margin-top: 60px;
    display: inline-block;
    text-align: center;
}
.info li {
    display: inline-block;
}
.info li a{
    display: inline-block;
    padding: 0 21px;
    font-size: 18px;
    color: #fff;
}