
#bottomMessage {
    width: 100%;
    background-color: #282E3C;
    overflow: hidden;
}

#bottomMessage .content {
    width: 1280px;
    margin: auto;
}

#bottomMessage .content .one {
    width: 1280px;
    height: 65px;
    margin-top: 40px;
    border-bottom: 1px solid #ffffff;
}

#bottomMessage .content .one img {
    width: 270px;
}

#bottomMessage .content .one span {
    display: block;
    float: right;
    width: 220px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    color: #ED6B00;
}

#bottomMessage .content .line1 {
    width: 1280px;
    height: 1px;
    background: #ffffff;
    margin-top: 20px;
}

#bottomMessage .content .two {
    width: 1280px;
    margin: 20px 0 30px 0;
}

#bottomMessage .content .two .ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#bottomMessage .content .two .ul .li ul {
    width: 120px;
    display: block;
}
#bottomMessage .content .two .ul .li:nth-child(3) ul {
    width: 240px;
    height: 120px;
    display: block;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
}
#bottomMessage .content .two .ul .li:nth-child(3){
    width: 240px;
}
#bottomMessage .content .two .ul .li ul li {
    float: left;
}

#bottomMessage .content .two .ul .li ul li a {
    display: inline-block;
    width: 120px;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #8F969C;
    margin-top: 15px;
}

#bottomMessage .content .two .ul .li ul li:nth-child(1) a {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
}

#bottomMessage .content .three {
    width: 1280px;
    border-top: 1px solid #ffffff;
    overflow: hidden;
}

#bottomMessage .content .three .left {
    width: 500px;
    float: left;
    margin: 30px 0px;
}

#bottomMessage .content .three .right {
    float: right;
    margin-top: 25px;
}

#bottomMessage .content .three p {
    width: 850px;
    line-height: 32px;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    /* letter-spacing: 2px; */
}

#bottomMessage .content .three img {
    width: 105px;
}

#bottomMessage .content .three .code2 {
    margin-top: -113px;
    margin-right: 133px;
}

#bottomMessage .copyright {
    width: 100%;
    line-height: 60px;
    font-size: 12px;
    border-top: 1px solid #ffffff;
}

#bottomMessage .copyright .text {
    width: 1280px;
    margin: auto;
    color: #8f969c;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

#bottomMessage .copyright .text a{
    color: #8f969c;
}