.footer_new1{margin-bottom: 22%;}
.footer_new {
    width: 100%;
    max-width: 640px;
    height: 70px;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed;
    bottom: 0;
    z-index: 999;
    overflow: visible !important;
    /*background: url(/style/foot/foot-bg.jpg) no-repeat center;*/
    /*background: -moz-linear-gradient(left, #b79038, #53340f);*/
    /*background: -webkit-gradient(linear, 0 50%, 100% 50%, from(#b79038), to(#53340f));*/
    /*background: -webkit-linear-gradient(left, #b79038, #53340f);*/
    /*background: -o-linear-gradient(left, #b79038, #53340f);*/

	/*background: url(/style/foot/bt-bg.png) no-repeat center;*/
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#d54131), to(#ba031c));
        background:(linear,0 0, 0 100%, from(#d54131),to(#ba031c));
}

.footer_new ul {
    -webkit-margin-before:0 !important;
    -webkit-padding-start: 0 !important;
}
.footer_new .mask {
    width: 81px;
    left: 50%;
    bottom: 0;
    position: fixed;
    margin-left: -50px;
}

.footer_new .mask img {
    width: 100%;
}

.footer_new .menu li.li2 {
    transition: all 300ms linear;
    -moz-transiton: all 300ms linear;
    -webket-transition: all 300ms linear;
    -o-transition: all 300ms linear;
}

.footer_new .menu li {
    display: flex
}

.footer_new .menu li a {
    display: block;
    flex: 1;
    text-decoration:none;
}

.footer_new .menu li a i {
    display: block;
    height: 48px;
}

.footer_new .menu li a span {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #fff;
    padding-bottom: 6px;
}

.footer_new .menu li.li1 a:nth-child(1) i {
    background: url("/style/foot/index.png") no-repeat center bottom;
    background-size: 39.33px 40.47px;
}

.footer_new .menu li.li1 a:nth-child(2) i {
    background: url(/style/foot/zx.png) no-repeat center bottom;
    background-size: 39.33px 40.47px;
    -webkit-animation: zx 0.3s infinite;
    animation: zx 0.5s infinite;



}

.footer_new .menu li.li1 a:nth-child(4) i {
    /*background: url(/style/foot/znq.png) no-repeat center bottom;*/
    background:url('/style/images/foot.gif') no-repeat center bottom;
    background-size:contain;
    /*animation: shake 2s infinite;*/
    /*-o-animation: shake 2s infinite;*/
    /*-webkit-animation: shake 2s infinite;*/
    /*-moz-animation: shake 2s infinite;*/
    height: 63px;
    position: relative;
    bottom: 0%;
    animation:pulse 2s 0s ease both infinite;
}
@keyframes pulse{
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.footer_new .menu li.li1 a:nth-child(5) i {
    background: url("/style/foot/ph.png") no-repeat center bottom;
    background-size: 39.33px 40.47px;
}

.footer_new .botchat i {
    position: relative;
}

.footer_new .botchat i sup {
    width: 14px;
    height: 14px;
    font-size: 12px;
    background: #ff5764;
    border-radius: 50%;
    display: block;
    line-height: 14px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 19%;
    right: 16%;
    font-style: normal;
}

/*@keyframes zx {*/
    /*0% {*/
        /*background-size: 39.33px 40.47px;*/
    /*}*/
    /*100% {*/
        /*background-size: 34.5px 35.5px;*/
    /*}*/
/*}*/

/*@keyframes shake {*/
    /*0%,*/
    /*100% {*/
        /*-webkit-transform: translateY(0);*/
    /*}*/
    /*10%,*/
    /*30%,*/
    /*50%,*/
    /*70%,*/
    /*90% {*/
        /*-webkit-transform: translateY(-3px);*/
    /*}*/
    /*20%,*/
    /*40%,*/
    /*60%,*/
    /*80% {*/
        /*-webkit-transform: translateY(3px);*/
    /*}*/
/*}*/

@media screen and (min-width:320px) and (max-width:900px) {
    .footer {
        height: 58px;
    }
    .homeIcon {
        top: 9px;
        width: 30px;
        height: 25px;
        margin-left: -15px;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .footerLink1 em {
        font-size: 10px;
        top: 34px;
        line-height: 18px;
    }
    .swtIcon {
        top: 18px;
        width: 27px;
        height: 24px;
        margin-left: -50px;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .swtIcon_Counter {
        top: 15px;
        width: 14px;
        height: 14px;
        margin-left: -34px;
        line-height: 13px;
        font-size: 9px;
    }
    .footerLink2 em {
        font-size: 16px;
        line-height: 23px;
        margin-left: -14px;
        margin-top: -12px;
    }
    .phoneIcon {
        width: 27px;
        height: 27px;
        margin-top: -14px;
        margin-left: -45px;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .footerLink3 em {
        font-size: 16px;
        line-height: 23px;
        margin-left: -14px;
        margin-top: -12px;
    }
}

 .mask em {
    background: red none repeat scroll 0 0;
    border-radius: 1em;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    height: 20px;
    left: 59%;
    line-height: 18px;
    position: absolute;
    text-align: center;
    top: 12%;
    width: 20px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
}
 @keyframes bounce {
     0%, 20%, 53%, 80%, 100% {
         animation-timing-function: cubic-bezier(.5,.1,.5,1);
         transform: translateZ(0);
     }
     40%, 43% {
         animation-timing-function: cubic-bezier(.10,.05,.10,.06);
         transform: translate3d(0,-5px,0);
     }
     70% {
         animation-timing-function: cubic-bezier(.10,.05,.10,.06);
         transform: translate3d(0,0px,0);
     }
     90% {
         transform: translate3d(0,-2px,0);
     }
 }
.zixun{
    animation: pulse 1s ease 0s normal none infinite running;
}
@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
