.footer{
    background:#455865 url("../../images/bottom-bg.png") repeat-x top;
    height: 455px;
    min-width: 1400px;
    box-sizing: border-box;
    padding-top: 70px;
    font-family: "Graphik-Regular";
}
.footer-item{
    float: left;
    width: 25%;
    box-sizing: border-box;
    position: relative;
}
.bottomItem::after{
    display: block;
    content: '';
    width: 1px;
    height: 210px;
    background: rgba(255, 255, 255, 28%);
    position: absolute;
    right: 0;
    top: 0;
}
.footer-item-w300{
    width: 300px;
    text-align: center;
}
.bottom-logo{
    text-align: center;
}
.hunanMaunsell{
    padding: 20px 0;
    position: relative;
}
/*.hunanMaunsell::after{*/
/*    height: 4px;*/
/*    width: 40px;*/
/*    content: '';*/
/*    display: block;*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    margin-left: -20px;*/
/*    position: absolute;*/
/*    background-color: #0272c1;*/
/*}*/
.bottomFont{
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #e7e7e7;
    padding: 15px 0;
    position: relative;
}
.bottomFont-icon{
    text-align: center;
    margin: 0 25px;
    border-top: 1px solid rgba(255, 255, 255, 28%);
    padding-top: 25px;
    font-size: 0;
}
.bottomFont-icon a{
    margin: 0 8px;
}
.footer-item-title{
    color: #fefefe;
    font-size: 28px;
    font-weight: bold;
    height: 48px;
    font-family: "Graphik-Bold";
}
.plr50{
    padding: 0 50px;
    box-sizing: border-box;
}
.footer-item-ul ul li{
    line-height: 32px;
    background: url("../../images/bottom-icon.png") no-repeat left;
    color: #e7e7e7;
    font-size: 16px;
    padding-left: 22px;
}
.footer-item-ul ul li a:link,.footer-item-ul ul li a:visited{
    color: #e7e7e7;
}
.footer-item-ul ul li a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.footer-item-ul1 ul li{
    line-height: 24px;
    background: url("../../images/bottom-icon.png") no-repeat left 13px;
    color: #e7e7e7;
    font-size: 16px;
    padding: 7px 0 7px 22px;
}
.footer-item-ul1 ul li a:link,.footer-item-ul1 ul li a:visited{
    color: #e7e7e7;
}
.footer-item-ul1 ul li a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.footer-item-div{
    padding-left: 50px;
    padding-bottom: 10px;
}
.footer-item-div input{
    background: #ffffff;
    border-radius: 4px;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    height: 32px;
    font-size: 14px;
}
.footer-item-div textarea{
    background: #ffffff;
    border-radius: 4px;
    padding: 5px 10px;
    width: 100%;
    box-sizing: border-box;
    border: 0;
    height: 132px;
    font-size: 14px;
    font-family:Arial, Helvetica, sans-serif;
}
.footer-item-div button{
    border: 0;
    width: 100%;
    cursor: pointer;
    border-radius: 4px;
    height: 32px;
    color: #ffffff;
    background-color: #0272c1;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
}
.footer-item-div button div{
    display: inline-block;
}
.footer-item-div button i{
    display: block;
    font-size: 0;
    line-height: 0;
    float: left;
    margin-top: 6px;
}
.footer-item-div button span{
    display: block;
    margin-left: 5px;
    float: left;
}
.finish{
    height: 50px;
    min-width: 1400px;
    background-color: #181d21;
    line-height: 50px;
    color: #6f6f6f;
    box-sizing: border-box;
}
.finish-left{
    float: left;
}
.finish-right{
    float: right;
}

@media screen and (max-width: 768px){
    .footer{
        height: auto;
        min-width: auto;
        padding-top: 1.2rem;
    }
    .footer:after{display:block;content:"";height:0;clear:both;visibility:hidden}
    .footer-item,.footer-item-w300{
        float: none;
        width: 100%;
    }
    .plr50{
        padding: 0;
    }
    .footer-item{
        box-sizing: border-box;
        padding: 0 0.2rem;
        padding-bottom: 0.5rem;
    }
    .hunanMaunsell{
        padding: 0.4rem 0;
    }
    .footer-item-div{
        padding-left: 0;
    }
    .bottomFont{
        font-size: 0.36rem;
        line-height: 0.58rem;
    }
    .footer-item-title{
        font-size: 0.56rem;
        height: 0.9rem;
    }
    .footer-item-ul ul li{
        line-height: 0.72rem;
        font-size: 0.36rem;
        padding-left: 0.4rem;
        background-size: 0.2rem;
    }
    .footer-item-ul1 ul li{
        padding:0.15rem 0 0.15rem 0.4rem;
        background-size: 0.2rem;
        font-size: 0.36rem;
        line-height: 0.48rem;
        background-position: left 0.26rem;
    }
    .finish{
        min-width: auto;
        height: auto;
        line-height: 0.56rem;
        box-sizing: border-box;
        padding: 0.2rem;
    }
    .finish:after{display:block;content:"";height:0;clear:both;visibility:hidden}
    .finish-left{
        float: none;
    }
    .finish-right{
        float: none;
    }
}

@media screen and (min-width: 768px) and (max-width: 1400px){
    .footer,.finish{
        min-width: 768px;
        height: auto;
        padding: 0 15px;
    }
    .footer{
        padding-top: 50px;
    }
    .finish:after{display:block;content:"";height:0;clear:both;visibility:hidden}
    .footer:after{display:block;content:"";height:0;clear:both;visibility:hidden}
    .footer-item{
        width: 50%;
        margin: 0;
        padding: 30px;
    }
    .footer-item-w300{
        width: 100%;
    }
    .footer-item-div{
        padding-left: 0;
    }
    .plr50:after{
        display: none;
    }
    
}