#HomeFooter{
    position:relative;
    margin-top:0.42rem;
    width: 100%;
    height: 3rem;
    z-index: 8888;
    min-width: 1200px;
    background-color: #ffffff;
    // opacity:0.9;
    // filter:alpha(opacity=90);
}

#HomeFooter .HomeFooter_innerBox{
    margin:0 auto;
    width:16rem;
    height:3rem;
}
#HomeFooter .HomeFooter_innerBox_top{
    position:relative;
    padding: 0.16rem 2rem 0.1rem 2rem;
    height:0.46rem;
    text-align: right;
}

#HomeFooter .HomeFooter_innerBox_top .logo{
    position: absolute;
    left: 1.91rem;
    top:50%;
    margin-top:-0.23rem;
    display: block;
    width:0.80rem;
    height:0.46rem;
}
#HomeFooter .HomeFooter_innerBox_top a{
    float: right;
    font-size: 14px;
    color:#1d3665;
    line-height: 0.46rem;
    margin-right: 0.45rem;
}
#HomeFooter  .HomeFooter_innerBox_bottom{
    // height: 3.5rem;
    padding: 0 2rem;
    padding-top: 0.15rem;
    border-top: 1px solid #e1e1e1;
}
#HomeFooter  .HomeFooter_innerBox_bottom .leftBox{
    float: left;
    width:4.6rem;
    height:100%;
}
#HomeFooter  .HomeFooter_innerBox_bottom .leftBox .name{
    font-size:0.25rem;
    color:#333333;
}
#HomeFooter  .HomeFooter_innerBox_bottom .leftBox .text{
    margin-top:0.1rem;
    font-size:0.14rem;
    color:#999999;
    line-height:0.25rem;
}
#HomeFooter  .HomeFooter_innerBox_bottom .rightBox{
    float: right;
    width:7.2rem;
    height:100%;
}
#HomeFooter  .HomeFooter_innerBox_bottom .rightBox .rightBox_top{
    width:100%;
    height:0.4rem;
}
#HomeFooter  .HomeFooter_innerBox_bottom .rightBox .rightBox_bottom{
    width:100%;
    // height:2rem;
}


#HomeFooter .HomeFooter_innerBox_bottom .rightBox .codeBox{
    float: right;
    width:1.2rem;
    height: 1.5rem;
    margin-right:0.4rem;
}
#HomeFooter .HomeFooter_innerBox_bottom .rightBox .codeBox img{
    display: block;
    width:100%;
}
#HomeFooter .HomeFooter_innerBox_bottom .rightBox .codeBox p{
    font-size:14px;
    color:#999999;
    text-align:center;
    margin-top: 0.08rem;
}

#HomeFooter .HomeFooter_innerBox_bottom .rightBox  .emailBox{
    position: relative;
    float: right;
    height:0.29rem;
}
#HomeFooter .HomeFooter_innerBox_bottom .rightBox  .emailBox img{
    position: absolute;
    left:0;
    top:50%;
    margin-top: -0.145rem;
    display: block;
    width:0.29rem;
    height:0.29rem;
}
#HomeFooter .HomeFooter_innerBox_bottom .rightBox  .emailBox p{
    margin-left: 0.35rem;
    font-size:14px;
    color:#1d3665;
    line-height:0.29rem;
}

#HomeFooter .HomeFooter_innerBox_bottom .rightBox  .phoneBox{
    position: relative;
    float: right;
    height:0.29rem;
    margin-right:0.5rem;
}
#HomeFooter .HomeFooter_innerBox_bottom .rightBox  .phoneBox img{
    position: absolute;
    left:0;
    top:50%;
    margin-top: -0.145rem;
    display: block;
    width:0.29rem;
    height:0.29rem;
}
#HomeFooter .HomeFooter_innerBox_bottom .rightBox  .phoneBox p{
    margin-left: 0.35rem;
    font-size:14px;
    color:#1d3665;
    line-height:0.29rem;
}
