/*pc-客服*/

 .kf {z-index:600;position: fixed;bottom: 100px;right: 0px;width: 62px;border-radius: 5px;display: none;-webkit-transition:all .8s;-o-transition:all .8s;transition:all .8s;}
.kf span {z-index:602;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;cursor: pointer;position: relative;display: block;width: 62px;height: 62px;border-bottom: 1px solid #e3e3e3;background:url(../images/kefu_j.png) no-repeat center;}
.kf span:hover{background-color:#096ffe;}
.kf .zx {border-radius: 5px 5px 0 0;background-position: 0 0;}
.kf .zx:hover {background-position: 0 -62px;}
.kf .freetel {background-position:-62px 0;}
.kf .freetel:hover {background-position:-62px -62px;}
.kf .act {background-position:-186px 0;}
.kf .act:hover{background-position:-186px -62px;}
.kf .zxlya {background-position:-124px 0;}
.kf .zxlya:hover{background-position:-124px -62px;}
.kf .back_top {border-radius: 0 0 5px 5px;border: none;background-position:-248px 0;}
.kf .back_top:hover {background-position:-248px -62px;}
.kf span div {display: none;background-color: #fff;border-radius: 5px;position: absolute;right: 75px;padding: 20px;font-size: 14px;color: #f4474c;bottom:2px;text-align: center;}
.kf span div input {text-indent: .5em;display: block;margin: 15px 0;line-height: 28px;color: #696969;font-size: 12px;width: 140px;border: 1px solid #d1d1d1;border-radius: 2px;height: 28px;}
.kf span div a {-o-transition: .5s;transition: .5s;-webkit-transition: .5s;display: block;background: #f4474c;border-radius: 2px;color: #fff;line-height: 26px;font-size: 12px;text-align: center;width: 79px;height: 26px;}
.kf span div a:hover {background: #af1317;}
.kfimgr{position: absolute;bottom:23px;right: -9px;}
.kf span div i {display: block;position: absolute;width: 15px;height: 200px;right: -15px;top: 0;}
.kf .zx div, .kf .freetel div,
.kf .zxlya div, .kf span:nth-child(4) div {text-align: center;min-width: 148px;font-size: 14px;color: #666;}
.kf span:nth-child(4) div {white-space: nowrap;}
.kf a{display:block;height: 100%;position:absolute;top:0;right:0;width: 100%;padding: 5px 0;}
.nav_center div, .index_nav_center div, .shou, .zhan {-webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);}
.shou {z-index:601;cursor: pointer;width: 30px;height: 40px;top: 50%;margin-top: -15px;border-radius: 5px 0 0 5px;right: 62px;background: url("../images/kefu_j.png") no-repeat -310px 0 #fff;position: absolute;}
.shou.on {background-position: -310px -40px;}

/* pc客服 改装 */

.kf {
    width: 110px;
    height: 350px;
    background-color: #0075e2d1;
    /*background-image: url(../images/kf5.png);*/
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 50px;
    right: 0px;
    z-index: 600;

    padding: 30px 5px;
}
.kf .p1{
    text-align: center;
    position: relative;
    color: #fff;
    font-size: 14px;
}
.kf .p1::before{
    content: '';
    width: 12px;
    height: 12px;
    background-image: url(../images/kf10.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}
.kf .p2{
    text-align: center;
    color: #fff;
  padding-bottom: 5px;
    font-size: 16px;
}
.kf .p3{
    text-align: center;
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    padding-bottom: 10px;
}
.kf .p4{
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 5px;
}
.kf .p5{
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.kf .rq1{
    width: 90%;
    height: 99px;
    background: #fff;
    border-radius: 5px;
    padding-top: 4px;
    margin: 0 auto;
}
.kf .rq1 img{
    width: 90px;
    display: block;
    margin: 0 auto;
}
.kf .rq1 p{
    font-size: 12px;
    color: #1f80d3;
    text-align: center;
}

.kf .rq2{
    width: 87%;
    margin: 0 auto;
    height: 50px;
   /* background: #fd5f00;*/
    margin-top: 3px;
    padding-top: 8px;
    position: relative;
}
.kf .rq2 a{
    display: block;
}
.kf .rq2 img{
    width: 16px;
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.kf .rq2 p{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}
.kf .rq2 .div{
    padding: 20px;
    min-width: 148px;
    border-radius: 5px;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: -4px;
    transition: all .5s;
    opacity: 0;
}
.kf .rq2:hover .div{
    right: 100%;
    opacity: 1;
}

.kf .rq3{
    width: 100%;
    height: 35px;
    position: relative;
    cursor: pointer;
}
.kf .rq3 img{
    width: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.shou{
    cursor: pointer;
    width: 26px;
    height: 70px;
    background-color: rgba(25,118,210,0.5);
    position: absolute;
    left: -26px;
    top: 50%;
    color: #fff;
    padding: 18px 5px;
    font-size: 12px;
    text-align: center;
    transform: translateY(-50%);
    border-radius:5px 0px 0 5px;
transition: .5s all;
}
.shou:hover{
    background-color: #f7a803;
}
/*app-客服*/

.kefu {
    display: none;
    position: fixed;
    width: 200px;
    overflow: hidden;
    z-index: 400;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    margin-left: -100px;
    bottom: 15px;
    padding: 8px 0;
    transition: all .5s;
}

.kefu li {
    width: 49px;
    float: left;
    border-left: 1px solid #fff;
}

.kefu li:first-child {
    border-left: none;
}

.kefu li a {
    font-size: 20px;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: white;
    background-image: url(../images/kf1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.kefu li:nth-child(2) a {
    background-image: url(../images/kf2.png);
}

.kefu li:nth-child(3) a {
    background-image: url(../images/kf3.png);
}

.kefu li:nth-child(4) a {
    background-image: url(../images/kf4.png);
}

.ppp {
    width: 500px;
    height: 5000px;
    background: #000;
}

@media(max-width:768px) {
    .kf {
        display: none !important;
    }
    .kefu {
        display: block;
    }
}