@charset "utf-8";
.footer{width: 100%;background: #323232;position: relative;border-top: 5px solid #98bf19;margin-top: 50px;padding-top: 30px;}
.footer .links{padding: 30px 0;position: relative;border-top: 1px solid #5b5b5b;border-bottom: 1px solid #5b5b5b;margin-top: 20px;}
.footer .logos{float: left;width: 264px;position: relative;padding-right: 50px;}
.footer .logos:before{content: "";display: inline-block;right: 0;top: 0;height: 181px;border-left: 1px solid #525252;position: absolute;}
.footer .logos img{display: block;margin: 0 auto 20px;}
.footer .logos p{
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 50px;
    display: table;
    margin: auto;
}
.footer .logos p span{
    font-size: 30px;
    font-weight: bold;
}
.footer .links dl{float: left;position: relative;padding-right: 80px;}
.footer .links dl dt{font-size: 18px;margin-bottom: 20px;color: #fff;position: relative;font-weight: bold;border-bottom: 1px solid #5b5b5b;padding-bottom: 20px;}
.footer .links dl dt.mar{margin-top: 20px;}
.footer .links dl dd{line-height: 30px;height: 30px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin-top: 0;}
.footer .links dl dd a{display: inline-block;line-height: 20px;color: #fff;font-size: 14px;}
.footer .links dl dd a:hover{text-decoration: underline;}
.footer .links .getNews{padding-left: 0;width: auto;float: right;margin-right: 0;padding-right: 0;}
.footer .links .getNews dt{
    font-size: 15px;
    font-weight: 500;
}
.footer .links .getNews dd{height: 150px;float: left;margin-top: 5px;width: 120px;margin-right: 25px;}
.footer .links .getNews dd img{display:block;width: 120px;margin: auto;}
.footer .links .getNews dd p{text-align:center;color: #b2b2b2;font-size: 12px;margin-top: 5px;}
.footer .links .getNews .bt{
    font-size: 16px;
    color: #fff;
    text-align: right;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer .links .getNews ul{
    position:relative;
    display: table;
    float: right;
}
.footer .links .getNews ul li{
    float: left;
    margin-left: 10px;
}
.footer .links .getNews ul li i{
    width: 32px;
    height: 32px;
    display: block;
    cursor: pointer;
}
.footer .links .getNews ul li i.tb01{
    background: url(../images/itb11.png) center no-repeat;
}
.footer .links .getNews ul li i.tb02{
    background: url(../images/itb12.png) center no-repeat;
}
.footer .links .getNews ul li i.tb03{
    background: url(../images/itb13.png) center no-repeat;
}
.footer .links .getNews ul li i.tb01:hover{
    background: url(../images/itb11on.png) center no-repeat;
}
.footer .links .getNews ul li i.tb02:hover{
    background: url(../images/itb12on.png) center no-repeat;
}
.footer .links .getNews ul li i.tb03:hover{
    background: url(../images/itb13on.png) center no-repeat;
}
.footer .links .getNews ul li img{
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 45px; 
}
.footer .links .getNews ul li:hover img{
    display: block;
}
.footer .links .getNews ul li:hover img{

}

.footer .links .footer-dd{
    width: 120px;
}
.footer .links .footer-dd dd{
    width: 100%;
}
.footer .links dl.two{
    width: 220px;
    padding-right: 0;
}
.footer .links dl.two dd{
    width: 110px;
    float: left;
}
.footer .links dl.lxfs{
    position: relative;
    padding-right: 20px;
}
.footer .links dl.lxfs p,.footer .links dl.lxfs p a{
    color: #fff;
    line-height: 30px;
    margin-top: 10px;
}
.footer .links dl.lxfs p a:hover{
    color: #bfbfbf;
}
.footer .links dl.lxfs p i{
    font-style: inherit;
    display: block;
    padding-left: 20px;
}
.footer .links dl.lxfs p i.tb01{
    background: url(../images/itb14.png) left center no-repeat;
}
.footer .links dl.lxfs p i.tb02{
    background: url(../images/itb15.png) left center no-repeat;
}
.footer .links dl.lxfs p i.tb03{
    background: url(../images/itb16.png) left center no-repeat;
}
.footer .links dl.lxfs p span{
    color: #98bf19;
    font-weight:bold;
    font-size: 30px;
}

.footer_dz{
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    color: #bfbfbf;
}
.footer_dz a{
    font-size: 12px;
    color: #bfbfbf;
}
.footer_dz a:hover{
    text-decoration: underline;
}
.footer_dz .fr a{
    margin:0 5px;
}

.foot_link{
    clear: both;
    line-height: 40px;
    color: #f5f5f5;
}
.foot_link span{
    color: #f5f5f5;
    font-weight: bold;
    font-size: 12px;
}
.foot_link a{
    color: #bfbfbf;
    margin-right: 10px;
    font-size: 12px;
}
.foot_link a:hover{
    color: #52a1ff;
}



@media screen and (max-width: 1200px) {
    .footer{
        margin-top: 5rem;
    }
    .footer .links{padding: 3rem 0;margin-top: 2rem;}
    .footer .logos{float: left;width: 264px;position: relative;padding-right: 50px;}
    .footer .logos:before{content: "";display: inline-block;right: 0;top: 0;height: 181px;border-left: 1px solid #525252;position: absolute;}
    .footer .logos img{display: block;margin: 0 auto 20px;}
    .footer .logos p{
        text-align: center;
        color: #fff;
        font-size: 18px;
        height: 50px;
        display: table;
        margin: auto;
    }
    .footer .logos p span{
        font-size: 30px;
        font-weight: bold;
    }
    .footer .links dl{float: inherit;padding-right: 5%;width: 49%;display: inline-block;vertical-align: top;margin-bottom: 25px;}
    .footer .links dl dt{font-size: 1.8rem;margin-bottom: 1.5rem;padding-bottom: 1.5rem;}
    .footer .links dl dt.mar{margin-top: 20px;}
    .footer .links dl dd{line-height: 30px;height: 30px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin-top: 0;}
    .footer .links dl dd a{display: inline-block;line-height: 20px;color: #fff;font-size: 14px;}
    .footer .links dl dd a:hover{text-decoration: underline;}
    .footer .links .getNews{float: left;}
    .footer .links .getNews dt{
        font-size: 1.5rem;
        font-weight: 500;
    }
    .footer .links .getNews .bt{
        font-size: 1.6rem;
        margin-bottom: 2rem;
        text-align: left;
    }
    .footer .links .getNews ul{
        float: left;
    }
    .footer .links .getNews ul li{
        float: right;
        margin-left: 10px;
    }
    .footer .links .getNews ul li i{
        width: 32px;
        height: 32px;
        display: block;
        cursor: pointer;
    }
   
    .footer .links .getNews ul li img{
        display: none;
        width: 100px;
        height: 100px;
        position: absolute;
        top: 45px; 
    }
    .footer .links .getNews ul li:hover img{
        display: block;
    }
    .footer .links .footer-dd{
        width: 120px;
    }
    .footer .links .footer-dd dd{
        width: 100%;
    }
    .footer .links dl.two{
        width: 220px;
        padding-right: 0;
    }
    .footer .links dl.two dd{
        width: 110px;
        float: left;
    }
    .footer .links dl.lxfs{
        padding-right: 0;
        width: 100%;
    }
    .footer .links dl.lxfs p,.footer .links dl.lxfs p a{
        line-height: 3rem;
        margin-top: 1rem;
    }
    .footer .links dl.lxfs p a:hover{
        color: #bfbfbf;
    }
    .footer .links dl.lxfs p i{
        padding-left: 2rem;
    }
    .footer .links dl.lxfs p span{
        font-size: 3rem;
    }

    .footer_dz{
        font-size: 1.4rem;
        height: auto;
        line-height: 3rem;
        text-align: center;
    }
    .footer_dz a{
        font-size: 1.2rem;
    }
    .footer_dz .fr a{
        margin:0 5px;
    }
    .foot_link{
        line-height: 3rem;
    }
    .foot_link span{
        font-size: 1.4rem;
    }
    .foot_link a{
        margin-right: 1rem;
        font-size: 1.4rem;
    }
    .footer_dz .fr{
        float:inherit;
        text-align:center;
    }
}