.footer{
    width: 100%;
    min-width: 1140px;
    background: #272b2e;
    color: #FFFFFF;
    text-align: center;
}
.footer .promote {
    width: 100%;
    height: 250px;
    text-align: center;
    background-position: 50%;
    background-size: cover;
    background-image: url(../images/bg-8.png);
    letter-spacing: 5px;
}
.promote p {
    font-size: 28px;
    color: #fff;
    line-height: 40px;
    padding: 30px 0 20px;
}
.promote .desc{
    font-size: 18px;
    padding: 0;
}
.promote a {
    text-decoration: none;
    font-size: 14px;
    color: #38f;
    background-color: #fff;
    padding: 15px 57px;
    border-radius: 2px;
    margin: 35px 0 10px;
    display: inline-block;
}
.footer .copy {
    padding: 20px 0;
}
.footer .copy p{
    font-size: 14px;
    margin: 10px 0;
}
.footer .copy p a{
    color: unset;
}
.footer .kefu{
	position: absolute;
    right: 3px!important;
    left: auto!important;
    top: 80px;
	z-index: 10000;
	width: 138px;
	background: #fff;
    transition: 1s top;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.07);
}
.footer .kefu .head{
    width: 100%;
}
.footer .kefu .gotop{
    background: #009ad2;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    cursor: pointer;
}
.footer .kefu .gotop img{
    width: 30px;
    margin-bottom: 5px;
}
.footer .kefu .wechat_block,.footer .kefu .qq_block {
    margin: 5px 0 10px;
    padding-bottom: 10px;
    border-bottom: 1px #eee solid;
}
.footer .kefu  .wechat_block img {
    width: 80%;
}
.footer .kefu  .wechat_block .consult {
    font-size: 16px;
    color: #666666;
}
.footer .kefu .toggle_block{
    border-bottom: 0;
    margin-bottom: 0;
}
.footer .kefu .qq_block .icon{
    color: #6ada9d;
    margin-bottom: 10px;
}
.footer .kefu .qq_block .icon img {
    width: 16px;
    height: 16px;
    margin: 0 10px 5px 0;
    vertical-align: middle;
}
.footer .kefu .qq_block .phone {
    font-size: 16px;
    font-weight: bold;
    color: #6ada9d;
    font-weight: 900;
}
.footer .qq_block .qq_contact {
    font-size: 12px;
    display: block;
    margin: 10px auto;
    padding: 5px 5px;
    text-align: center;
    overflow: hidden;
    width: 80%;
    color: #FFF;
    background: linear-gradient(to left,#2b9eff,#009ad2);
    border-radius: 4px;
}
.nb-icon-wrap{
    display: none !important;
}