/*首页底部新加的*/
.footer_bottom{
    color: #fff;
    background-color: #333333;
}
.footerBot{
    width: 1200px;
    background-color: #333333;
    margin: 0px auto;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.footer_bottom > p{
    color:#AFACB0;
    text-align: center;
    padding-bottom: 15px;
}
.footer_conent{
    max-width: 1200px;
    padding-top: 10px;
    position: relative;
    display: flex;
    line-height: 41px;
    align-items: center;
}
.footer_logo{
    position: absolute;
    top: 10px;
    left: 0;
}
.footer_tb{
    list-style: none;
    display: flex;
    margin: 0px auto;
    color: #fff;
}
.footer_tb li{
    padding-right: 30px;
    margin-left: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    cursor: pointer;
}
.footer_tb li a{
    color: #FFFFFF;
    text-decoration:none;
}
.footer_tb li:hover{
    text-decoration:underline;
}
.footer_tb li:last-child{
    border:none;
}
.foot_tes{
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}
.footer_bottom.ouguan_tb,.footer_bottom.ouguan_tb .footerBot{
    background: #F6F8FF;
}

.footer_bottom.dongaohui_tb,.footer_bottom.dongaohui_tb .footerBot{
    background: #E4EBEF;
}
.footer_bottom.ouguan_tb .footerBot,.footer_bottom.dongaohui_tb .footerBot{
    padding-bottom: 30px;
    padding-top: 20px;
}
.footer_bottom.ouguan_tb .footer_conent .footer_tb,.footer_bottom.dongaohui_tb .footer_conent .footer_tb{
    color: #434C51;
}
.footer_bottom.ouguan_tb .footer_conent .footer_tb li a,.footer_bottom.dongaohui_tb .footer_conent .footer_tb li a{
    color: #434C51;
}
.footer_bottom.ouguan_tes,.footer_bottom.ouguan_tes .footerBot{
    background: #4260DE;
}
.footer_bottom.dongaohui_tes{
    background: #0B9FEF;
}
.footer_bottom.ouguan_tes .footerBot,.footer_bottom.dongaohui_tes .footerBot{
    padding-top: 40px;
    padding-bottom: 40px;
}
.footer_bottom.ouguan_tes .footerBot .foot_tes,.footer_bottom.dongaohui_tes .footerBot .foot_tes{
    margin-top: 0;
}
.footer_bottom.dongaohui_tes .footerBot{
    background: url(../images/dongaohui_footer.png) center center no-repeat #0B9FEF;
}