* {
    padding:0;
    margin:0;
}

footer {
    height: 100%;
    width: 100%;
    background: url(http://pic.fullywow.com/img/footerbg.jpg);
}

footer>ul:nth-child(1) {
    border-bottom: 1px solid lightgoldenrodyellow;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 1200px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;

}
footer>ul {
    border-bottom: 1px solid lightgoldenrodyellow;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 800px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    font-size: 16px;
}
footer>ul:nth-child(4) {
    justify-content: center;
    border:none;
    font-size: 14px;
}
footer>ul:nth-child(4) {
    justify-content: center;
    border:none;
}

footer>ul:nth-child(1)>li {
    padding-right: 20px;
    font-size: 14px;
}

footer>ul:nth-child(1)>li>a>span {
    font-size: 20px;
}
footer>ul>li>a {
    color: white;
}
footer>ul>li>a:hover {
    color: white;
}
footer>div {
    /* border: 1px solid black; */
    left: 0;
    right: 0;
    width: 1200px;
    /* height: 300px; */
    display: flex;
    margin: 0 auto;
    padding-top: 20px;
}

footer>div>ul {
    /* border: 1px solid green; */
    display: flex;
    flex-flow: nowrap;
    justify-content: space-between;
    align-content: space-between;
}
footer>div>ul:nth-child(1) {
    align-items: center;
}
footer>div>ul:nth-child(3) {
    align-items: center;
}

footer>div>ul:nth-child(2)>li {
    font-size: 18px;
    padding: 20px 30px;
    text-align: center;
    /* font-weight: bold; */
}
footer>div>ul>li>a{
    color: white;
}
footer>div>ul:nth-child(2)>li>ul>li{
    text-align:center;
    vertical-align: middle;
    padding: 5px 0px;
}
footer>div>ul:nth-child(2)>li>ul>li>a {
    font-size: 14px;
    color: #eeeeee;
}
a:hover{
    color: white;
}
a{
    text-decoration: none !important;
}