*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
/* 底部 */
footer {
    width: 100%;
    height: 203px;
    background: #303234;
}

.footer {
    max-width: 1200px;
    height: 203px;
    margin: 0 auto;
}

.footer-top {
    max-width: 1200px;
    height: 203px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.footer-top .left {
    width: 226px;
    height: 233px;
    margin-top: 56px;
    overflow: hidden;
    margin-right: 90px;
}

.footer-top .left img {
    width: 202px;
    height: 46px;
}

.img2 {
    width: 142px;
    height: 35px;
}

.footer-top .left p {
    width: 202px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #FFFFFF;
    line-height: 19px;
    text-align: center;
    margin-top: 12px;
}

.center {
    display: flex;
    padding-top: 57px;
}

.center ul {
    width: 334px;
    height: 183px;
}

.center .ul2 {
    margin-left: 94px;
}

.center ul li {
    width: 338px;
    color: #C8C8C8;
    font-size: 14px;
    margin-bottom: 10px;
}

.center ul li span {
    color: #C8C8C8;
}

.center ul li a {
    color: #C8C8C8;
    margin-right: 30px;
}

.center ul .li-1 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px;
}

.right {
    width: 230px;
    margin-top: 46px;
    position: absolute;
    top: 0;
    right: 0;
}

.right img {
    width: 84px;
    height: 84px;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.right p {
    width: 230px;
    height: 19px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #C8C8C8;
    line-height: 19px;
    text-align: center;
    margin: 0 auto;
}


/* 最底部 */

.f-bottom {
    width: 100%;
    background: #26282A;
}

.footer-bottom {
    max-width: 1200px;
    width: 1920px;
    height: 60px;
    display: flex;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.footer-bottom p {
    width: 1920px;
    height: 60px;
    background: #26282A;
    color: #C8C8C8;
    font-size: 14px;
    font-family: MicrosoftYaHei;
}

.footer-bottom img {
    width: 18px;
    height: 19px;
    position: absolute;
    top: 20px;
    left: 260px;
}