.footer{
    height:262px;
    background-color:#2a3851;
}
.footer h3{
    font-size:14px;
    color:#e0e0e0;
}
.footer_box{
    width:100%;
    margin:auto;
    height:190px;
    min-height:190px;
    background-color:#2a3851;
    padding-top: 30px;
}
.footer_content{
    padding-bottom: 30px;
    position: relative;
    box-sizing: border-box;
    margin:auto;
    height:160px;
    width: 100%;
    padding-left:300px;
    min-width: inherit!important;
}

.hotline{
    width: 20%;
    float:left;

}
.hotline>div{
    position: relative;
    padding-left: 80px;
}
.hotline>div img{
    position: absolute;
    left: 0;
    width: 36px;
}
.hotline>div ul{
    margin: 16px 0;
}
.hotline>div ul li{
    height: 30px;
    line-height: 30px;
    font-size:13px;
    color:#a6a7aa;

}
.footer_content_right{
    box-sizing: border-box;
    padding-left: 130px;
    float:left;
    width:80%;
}
.footer_content_right>li{
    width: 30%;
    float: left;
}
.right_ul{
    margin-top: 14px;
}
.right_ul li{
    margin-top: 8px;
    font-size:13px;
    color:#a6a7aa !important;
}
.right_ul li a{
    font-size:13px;
    color:#a6a7aa !important;
}
.footer_copyright{
    border-top:1px solid #4b5054;
    font-size:13px;
    color:#a6a7aa;
    width:100%;
    margin:auto;
    text-align:center;
    line-height:42px;
}
.hotline .phone{
    margin-top:8px;
}
.right_ul li a:hover{
    color:#2fb0ff !important;
    cursor:pointer;
}






