footer{
    background-color:#152339;
    width:100%;
    height: auto;
    padding-top:57px;
    padding-bottom: 65px;
    min-width: 1170px;
    box-sizing: border-box;
}
.footer-div{
    width:1170px;
    margin:0 auto;
    position: relative;
}
.footer-div dd{
    filter:alpha(opacity=70);       /* IE */
    -moz-opacity:0.7;              /* Moz + FF */
    opacity: 0.7; 
    cursor: pointer;
}
.footer-div dd a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer-div dd a:hover {
    font-weight: bold;
    cursor: pointer;
}

dt{
    font-size: 16px;
    color:#FFFFFF;
    margin-bottom: 36px;
    line-height: 24px;
}
dd{
    font-size: 14px;
    color:#FFFFFF;
    margin-bottom: 12px!important;
    line-height:22px;
}
.left-footer-div dl{
    width: 144px;
    margin-left: 38px;
}
.left-footer-div dl.first{
    margin-left: 0px!important;
}
.left-footer-div {
    padding-right: 24px;
    border-right: 1px solid #515356;
    padding-bottom: 70px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 266px;
    box-sizing: border-box;
}
.right-footer-div dl{
    margin-left: 61px;
}
.right-footer-div{
    position: absolute;
    right: 0px;
    top: 0px;
}
.app,.wechat{
    width:68px;
    margin-bottom: 12px;
}
.app-title {
    margin-left: -7px;
    box-sizing: border-box;
    padding-left: 13px;
}             
.bottom-state{
    width:100%;
    color:#FFFFFF;
    font-size: 14px;
}    
.bottom-state span{
    display: block;
    width:100%;
    line-height: 24px;
    filter:alpha(opacity=70);       /* IE */
    -moz-opacity:0.7;              /* Moz + FF */
    opacity: 0.7; 
}         
.horizon {
    width: 100%;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 16px;
    margin-top: 302px;
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    opacity: 0.25;
}
.leftside{
    /* width:160px; */
    width:167px;
}
.rightside{
    /* width:163px; */
    width:171px;
}
.left-footer-div dd:hover{
    font-weight:bold;
    cursor: pointer;
}
.bottom-state a{
    color: #FFFFFF!important;
}
.leftside dd:last-child{
    opacity: 1!important;
}
.leftside dd ul li:last-child{
    filter: alpha(opacity=70)!important;
    -moz-opacity: 0.7!important;
    opacity: 0.7!important;
}
.leftside dd,.rightside dd{
    cursor: text;
}
