/* *{
    margin: 0;
    padding: 0;
} */
#tabbar a{
    text-decoration: none;
    color: #333;
}
#tabbar{
    width: 100%;
    font-size: 14px;
    color: #333;
    background-color: #f5f5f5;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.content.bottom{
    width:1540px;
    min-width: 1200px;
    padding:0 40px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.content.bottom a:hover{
    color: #0694e6;
}
.content.bottom>.left{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 36px;
}
.content.bottom>.left>img{
    margin: 60px 0 38px;
    height: 60px;
}
.content.bottom>.left>span,
.content.bottom>.left>a{
    margin-left: 72px;
    line-height: 32px;
}
.content.bottom>.right{
    width: 898px;
}
.right-top>span{
    margin: 40px 124px 20px 0;
    display: inline-block;
    line-height: 14px;
    padding: 8px 25px 8px 27px;
    background-color: #0694e6;
    color: #fff;
    border-radius: 4px;
}
.right-bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 0 36px;
    border-top: 1px solid #999;
}
.right-bottom a,
.list-2 span{
    display: block;
    font-size: 14px;
    line-height: 32px;
}
.list-1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 234px;
}
.list-2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.list-2 a,
.list-2 span{
    min-width: 100px;
}
.list-2 span{
    margin: 0 10px;
}