.footer {
    width: 100%;
    height: 358px;
    background-color: #FFFFFF;
	margin-top:20px;
}

.footer_box {
    width: 1200px;
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.footer_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.footer_list img {
    width: 33px;
    height: 33px;
}

.footer_list ul {
    margin-left: 15px;
}

.footer_list li {
    font-size: 16px;
    color: #333333;
    font-weight: 900;
}

.footer_list span {
    color: #666666;
    font-size: 12px;
    display: inline-block;
    margin-top: 8px;
}

.footer_wrap {
    width: 1200px;
    margin: 25px auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.footer_wrap_L {
    display: flex;
    width: 60%;
}

.footer_wrap_R {
    display: flex;
    justify-content: flex-end;
    width: 45%;
}

.footer_wrap_L ul {
    margin-right: 100px;
}

.footer_wrap_L ul li {
    color: #666666;
    font-size: 14px;
    margin-top: 10px;
}

.footer_wrap_L li>span {
    color: #333333;
    font-size: 18px;
	font-weight:700;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: '微软雅黑';
    width: 100%;
    height: 100%;
    background: #F5F5F5;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer_wrap_R ul {
    width: 160px;
    text-align: right;
    color: #AAAAAA;
    font-size: 14px;
}

.footer_wrap_R ul:nth-child(1) {
    margin-top: 30px;
}
.footer_wrap_R ul:nth-child(2) {
    width: 400px;
}

.footer_wrap_R ul>li {
    margin-bottom: 5px;
}

.footer_wrap_R span {
    color: #E8302E;
    font-size: 20px;
}

.footer_wrap_R img {
	width:375px;
}

.footer_wrap_R ul:nth-child(1)>li:nth-child(3) {
    font-size: 12px;
}

.footer_bar {
    width: 1200px;
    height: 41px;
    line-height: 41px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer_bar span {
    color: #AAAAAA;
    font-size: 12px;
}

.footer_bar a{
    color: #AAAAAA;
    font-size: 12px;
}

.footer_bar img {
    margin: 0 10px;
}


.GetUp {
    width: 48px;
    position: fixed;
    right: 72px;
    bottom: 370px
}

.GetUp img {
    cursor: pointer;
}

.QR {
    width: 55px;
    height: 55px;
    position: absolute;
    bottom: -2px;
    right: -62px;
    display: none;
}