/*底部*/

a{
    text-decoration: none;
}
ul{
    list-style: none;
}
.font-color{
    color:white;
}
.background-color{
    background:black;
}
footer {
    /*margin-top: 100px;*/
    width: 100%;
    height: 175px;
    background: #323232;
    color:white;
}

footer p {
    /*border: 2.5px solid;*/
}

footer p:nth-of-type(1) {
    border-color: white;
}



.foot-box {
    width: 1200px;
    height: 165px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.foot-box-left {
    display: flex;
    align-items: center;
}

.foot-box-left span {
    padding-left: 10px;
}

.foot-box-center {
    width: 800px;
}

.foot-box-center ul {
    display: flex;
    justify-content: center;
    padding-bottom: 10px;
}

.foot-box-center ul li {
    padding: 0 10px;
    /*border-right: 1px solid;*/
}

.foot-box-center ul li:nth-last-child(1) {
    border: 0;
}

.foot-box-center ul li a {
    color: #f0f0f0;
    font-size: 12px;
}

.foot-box-center span {
    margin-top:20px;
    display: flex;
    justify-content: center;
    font-size: 12px;
}

.foot-box-right {
    display: flex;
    align-items: center;
    text-align: center;
}

.foot-box-right h3 {
    padding-left: 15px;
    font-weight: normal;
}