@font-face {
    font-family: fontello;
    src: url(../font/fontello.eot?71359878);
    src: url(../font/fontello.eot?71359878#iefix) format('embedded-opentype'), url(../font/fontello.woff?71359878) format('woff'), url(../font/fontello.ttf?71359878) format('truetype'), url(../font/fontello.svg?71359878#fontello) format('svg');
    font-weight: 400;
    font-style: normal
}
.demo-icon {
    font-family: fontello!important;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease
}

.float {
    position: fixed;
    right: 10px;
    bottom: 80px;
    transition: all 0.4s;
    z-index: 2000;
    background: none;
}
.float_show {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 5px 0;
    background: #f5f5f5;
    border-radius: 5px;
}
.float_show>a:hover i{
    color:#d8251e !important;
}
.float_shicon {
    width: 60px;
    height: 60px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.float_shicon1 {
    background: url(../images/float_ac1.png) center center no-repeat;
}
.float_shicon2 {
    background: url(../images/float_ac2.png) center center no-repeat;
}
.float_shicon3 {
    background: url(../images/float_ac3.png) center center no-repeat;
}
.float_show .float_shicon4 a {
    background: url(../images/float_ac4.png) center center no-repeat;
    width: 60px;
    height: 60px;
}

.float_shAll {
    display: none;
    position: absolute;
    right: 65px;
    top: 0;
    width: 130px;
    height: auto;
    overflow: hidden;
    padding-right: 14px;
}

.float_shBox {
    width: 130px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    background-color: #d8251e;
    color: #fff;
    font-size: 15px;
}




.float_shTel h3 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.float_shTel p {
    color: #FD696D;
    font-size: 18px;
    margin: 0;
    padding: 0;
}



.float_shWx {
    width:98px;
    height:98px;
}

.float_shWx img {
    display: block;
    width: 98px;
    margin: 0 auto;
}

.cur .float_shicon {
    width: 60px;
    height: 60px;
}

.float .cur .float_shicon1 {
    background: #d8251e url(../images/float_ac1_on.png) center center no-repeat;
}

.float .cur .float_shicon2 {
    background: #d8251e url(../images/float_ac2_on.png) center center no-repeat;
}

.float .cur .float_shicon3 {
    background: #d8251e url(../images/float_ac3_on.png) center center no-repeat;
}

.float .cur .float_shicon4 a {
    background: #d8251e url(../images/float_ac4_on.png) center center no-repeat;
    width: 60px;
    height: 60px;
}

.float .float_show4 {
    width: 60px;
    height: 60px;
}

.float_show3 .float_icon {
    top: 90px;
}

.float_shicon a {
    display: block;
    width: 60px;
    height: 60px;
}

@media screen and (max-width: 769px){
    .float{display: none !important;}
}