

/*走马灯
*/

.fazhan{
    background-color: #f4f4f4;
    padding-bottom: 30px;


}
#warp {
    width: 1200px;
    height: 500px;
    /*margin: 50px auto;*/
    position: relative;
    overflow: hidden;
}

.content {
    width: 1000%;
    position: absolute;
    left: 0;
    top: 0;
}

.content li {
    width: 3%;
    height: 200px;
    float: left;
    padding-left:50px;
}
.content li img{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.content li p{
    background: url(../img/dian.jpg) no-repeat 3px 8px;
 font-size: 16px;
    color: #333;
    padding-left: 20px;
}



    /*返回顶部*/

.fanhui {

    position: fixed;
    right: 0;
    top: 800px;
}

.fanhui a {
    width: 100px;
    height: 100px;
    display: block;
    background-color: #c9201d;
    border-radius: 15px;

}

.fanhui a img {
    display: block;
    margin: 0 auto;
    padding-top: 10%;
    margin-bottom: 5%;
}


.fanhui a p {
    text-align: center;
    font-size: 18px;
    text-align: center;
    color: white;

}


/*<!--  头部开始-->*/


.top_warp {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}

.top_warp .top_top {
    height: 29px;
    border-bottom: 1px #bfbfbf solid;

}

.top_t_t {
    background-color: #bb111b;
    height: 40px;
    z-index: 666666;
    position: relative;
}

.top_t_t p {
    line-height: 40px;
    float: left;
    font-size: 14px;
    color: #fff;
}

.top_t_t .top_right {
    float: right;

}

.top_t_t .top_right01 > a {
    display: block;
    float: right;
    line-height: 40px;
    margin-left: 10px;
    color: #fff;
}

.top_t_t .top_right01 > img {
    margin-top: 8px;
}

.top_t_t .top_right01 {
    float: right;
    margin-left: 20px;
}

.top_warp .top_box {
    height: 120px;

}

.top_warp .top_box .logo {
    height: 120px;
    float: left;
    clear: both; 
    width: 790px;
}


.top_warp .top_box .logo > img {
    width: 273px;
    margin-top:1%;
    padding-right: 2%;
    float: left;
    /*border-right: 1px #e5e5e5 solid;*/

}


.top_warp .top_box .logo .wenzi01 {
    font-size: 25px;
    color: #333;
    padding-top: 40px;
font-weight:bold;
    padding-left: 100px;
}


.top_warp .top_box .logo .wenzi02 {
    font-size: 20px;
    color: #666666;
    padding-top: 5px;
    font-weight: 500;
    padding-left: 100px;
    /*float: left;*/
}


.top_box .rexian {
    width: 320px;
    padding-top: 2%;
    float: right;
}

.top_box .rexian .rx {

    font-size: 26px;
    color: #333333;
    font-weight: 500;
}

.top_box .rexian .dian {

    font-size: 26px;
    color: #333333;


}
.top_box .rexian .dian i,.top_box .rexian .rx i{font-style:normal;}

.top_box .rexian img {
    float: left;
    display: block;
    padding-right: 5%;   padding-top: 3%;
    width: 11%;
}
.top_box .rexian span {line-height:120%;
    float: left;font-size:26px;color:#333;
    display: block;
    padding-right: 2%;
    width: 20%;
}
.top_box .rexian .rexian_r {
}

/*  头部结束*/


/*  导航开始*/
.nav {
    height: 66px;
    background-color: #00b362;
    border-top: 1px #e5e5e5 solid;
}

.nav .logo_right {
}


.nav .logo_right ul li {
    float: left;
    height: 66px;
position:relative;

}


.nav .logo_right ul li > a {
    display: block;
    text-align: center;
    color: #fff;
    padding: 0 36px;
    font-size: 18px;
    /* line-height: 60px; */
    /*border-right: 1px #e5e5e5 solid;*/
    margin: 18px 0;


}
.nav .logo_right ul li > a >i{width:0;height:2px;background:#fff;position:absolute;left:15%;bottom:9px;}

.nav .logo_right ul li:hover > a >i{width:70%;-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -ms-transition: all 0.5s;}

.nav .logo_right ul li:last-child > a{
    border-right: none;

}


.nav .logo_right ul li:hover {


}



.nav .logo_right ul li:hover a {
color: #fff;
    font-weight: 600;
}


/*导航结束*/
/* banner 轮播图 */

.slide {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 999;
    overflow: hidden;
    min-width: 1200px;
}

.slide ul {
    width: 10000%;
    list-style-type: none
}

.next_btn {
    position: absolute;
    width: 25px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    opacity: .5;
    vertical-align: middle;
    background: rgba(0, 0, 0);
    right: 5px;
    top: 50%;
    color: #fff;

    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;

}

.prev_btn {
    position: absolute;
    width: 25px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    opacity: .9;
    vertical-align: middle;
    background: rgba(0, 0, 0, .1);
    left: 5px;
    top: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    cursor: pointer
}

.slide ul:after {
    content: '';
    clear: both;
    display: block
}

.slide ul li {
    float: left;
    text-align: center
}

.slide ul li img {
    vertical-align: middle;
    max-width: 100%
}

.slide .circle_btn {
    position: absolute;
    bottom: 25px;
    text-align: center;
    left: 0;
    display: table;
    margin: 0 auto;
    width: 100%
}

.slide .circle_btn button {
    box-sizing: content-box;
    opacity: .8;
    outline: 0;
    border: 0;
    padding: 5px 25px;
    background: #666;
    margin: 2px 5px;
    overflow: hidden;
    transition: all .6s;
    cursor: pointer;
}

.slide .circle_btn button.active {
    background: #00b362;
}


/*  轮播图结束*/


.shic {
background: url(../img/shic_bgc.jpg) no-repeat top center;
    height: 700px;


}

.shic .sc {
    padding-top: 50px;
}

.shic .sc img {
    float: left;
    width: 45%;

}

.shic .sc_wz {
    float: right;
    width: 50%;
    padding-left: 3%;
    padding-top: 10px;
}

.shic .sc_wz h2 {
    font-size: 27px;
    font-weight: 500;
    /* height: 40px; */
    /* line-height: 40px; */
    padding-left: 20px;
    color: #fff;
    margin-bottom: 10px;
    /* margin-top: 10px; */
    border-left: 10px #fff solid;

}


.shic .sc_wz p {


    font-size: 18px;
    font-weight: 500;
line-height: 35px;
    color: #e9e2e2;
    margin-bottom: 10px;
    margin-top: 50px;

}

.shic .shipin{
    display: block;
}









/*市场结束*/

/*回报开始*/
.huib {
    background: url(../img/huibao_bgc.jpg) no-repeat top center;
    height: 820px;
}

.huib .w > img {
    display: block;
    margin: 0 auto;
    padding-top: 20px;
}


/* 产品中心 开始*/

.cp_t .lfet_t {
    background-color: #00b362;
    padding: 8% 0;border-radius: 5px;
}


.cp_t .lfet_t h6 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    padding-left: 15%;
    padding-top: 1%;
    background: url(../img/yuan.png) no-repeat 210px 8px;
}


.cp_t {

    padding-bottom: 3%;
    padding-top: 3%;
}

.cp_t .chanpin_box {}



.cp_t .chanpin_box .chanpin_left .chanpin_boot {

}

.cp_t .chanpin_box .chanpin_left h3 {

    color: #2b2a2a;
    font-size: 28px;
    padding-top: 15%;
    text-align: center;
    font-weight: 500;

}


.cp_t .chanpin_box .chanpin_left p {
    color: #666;
    font-size: 16px;
    text-align: center;
    padding-bottom: 5%;

}



.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl {

display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}

.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl>dt {


}

.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl>dt>a {


}

.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl dd {

    height: 70px;
    line-height: 70px;
    /* background-color: #f4f4f4; */
    padding-left: 16%;



}
.cp_t .chanpin_box .chanpin_left .chanpin_boot  dl  dd:nth-child(1){
    padding-top: 50px;

}
.cp_t .chanpin_box .chanpin_left .chanpin_boot dl dd a {
    font-size: 18px;
    color: #333;
    font-weight: 500;

}



.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl>dt>dd:hover a {
    color: #000;
    font-weight: 600;

}

.cp_t .chanpin_box .chanpin_left .chanpin_boot>dl>dt>dd:hover {
    background: url(../img/fdg_bgc.png) no-repeat -95px 9px;
}


.cp_t .chanpin_box .chanpin_right {
    float: left;
    width: 73%;
    padding-left: 20px;

}



.cp_t .chanpin_box .chanpin_right .c_top>p {

    font-size: 26px;

}



.cp_t .chanpin_box .chanpin_right ul {
    float: left;
    overflow: hidden;
}

.cp_t .chanpin_box .chanpin_right ul li {

    width: 31%;
    margin-left: 2%;
    float: left;
    /* height: 200px; */
    margin-bottom: 1%;
    box-shadow: 2px 2px 12px -2px #e5e5e5;
    margin-top: 15px;    border: 1px #fff solid;


}
.cp_t .chanpin_box .chanpin_right ul li:hover{
    border: 1px #00b362 solid;
}
.cp_t .chanpin_box .chanpin_right ul li p {
    text-align: left;
    font-size: 18px;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;

}

.cp_t .chanpin_box .chanpin_right ul li img {

    display: block;
    width: 100%;
}







/*  产品结束 */





.shipin {
    margin: 3% 0;
}

.shipin video {
    width: 1000px;
    display: block;
    margin: 0 auto;
}




/*介绍*/

.js{

}

.js .js_wz{
    float: left;
    width: 45%;
    padding-right: 3%;
    padding-top: 10px;

}
.js .js_wz img{
    padding-bottom: 20px;
}

.js .js_wz p{
    text-indent: 2em;
    font-size: 16px;
    line-height: 35px;
    color: #333;
}
.js .w>img{
    float: right;
    width: 50%;
}

/* 优势 */

.fqs_ys {

    position: relative;
}

.fqs_ys .c_top h2{
    padding-top: 15px;
    color: #ff0000;
    font-size: 20px;
  text-align: center;
}
.fqs_ys .c_top h3{
    padding-top: 15px;
    color: #333;  text-align: center;

    font-size: 18px;
    font-weight: 500;
}
.fqs_ys .c_top p{
    padding-top: 15px;
    color: #333;
    font-size: 18px;  text-align: center;

    font-weight: 600;
    line-height: 30px;
}



.fqs_ys ul {
    overflow: hidden;
    padding-top: 1%;
}

.fqs_ys ul li {
height: 270px;
    padding-bottom: 50px;
}


.fqs_ys ul li:nth-child(1) {

    background: url(../img/ys01.jpg) no-repeat top center;

}

.fqs_ys ul li:nth-child(2) {
    background: url(../img/ys02.jpg) no-repeat top center;

}

.fqs_ys ul li:nth-child(3) {
    background: url(../img/ys03.jpg) no-repeat top center;

}
.fqs_ys ul li:nth-child(4) {
    background: url(../img/ys04.jpg) no-repeat top center;

}


.fqs_ys ul li .ys_wz {

    width: 55%;
    float: right;
    padding-left: 3%;
    padding-right: 3%;
}


.fqs_ys ul li .ys_wz h2 {

    text-align: left;
    padding-top: 30px;

    font-size: 26px;
    height: 45px;
    color: #0546ae;

}



.fqs_ys ul li:nth-child(2n) .ys_wz {
    float: left;
    padding-left: 3%;

}
.fqs_ys ul li:nth-child(2n) .ys_wz p {
 color: #FFFFFF;
}
.fqs_ys ul li:nth-child(2n) .ys_wz h2 {
    color: #FFFFFF;
}

.fqs_ys ul li p {


    color: #333;
    font-size: 14px;
    line-height: 30px;
}


/* 优势 */


/*招募*/


.liucheng {
    background-color: #f4f4f4;
padding-bottom: 50px;
}


.liucheng ul {
    background-color: #fff;
    overflow: hidden;
    box-shadow: -3px 1px 21px 0px #e5e5e5;
}

.liucheng ul li {
    float: left;
    width: 25%;

}

.liucheng ul li img {

    display: block;
    margin: 0 auto;

    width: 100%;
}




.liucheng ul li h2 {
    display: block;
    color: #000;
    text-align: center;
    font-size: 26px;
    height: 250px;
    /* line-height: 190px; */
    margin-top: 85px;
}

.liucheng ul li a {
    display: block;
    color: #00b362;
    text-align: center;
    font-size: 16px;
    height: 45px;
     line-height: 45px;

    border: 1px #00b362 solid;
    width:50%;
    margin: 0 auto;
    margin-top: 35px;
}

.liucheng ul li a:hover{
    background-color: #00b362;
    color: #fff;
}


/*流程*/

/*hezuo*/

.hz{
    background-color: #f4f4f4;
    padding: 35px 0;
}

.hz  ul li{
    float: left;
    width: 14%;
    padding-left: 2%;
    margin-bottom: 3%;
}

.hz  ul li img{
    width: 100%;
    display: block;

}




/* 咨询开始 */

.zixun {
    position: relative;
    height: 476px;
    overflow: hidden;
}

.zixun a > img {

    display: block;
    position: absolute;
    width: 1903px;
    left: 50%;
    margin-left: -954px;
}

/*咨询 结束*/


/* 咨询开始 */

.zixun {
    position: relative;
    height: 345px;
    overflow: hidden;
}

.zixun img {

    display: block;
    position: absolute;
    width: 1903px;
    left: 50%;
    margin-left: -954px;
}

/*咨询 结束*/


.zhichi{
    padding-bottom: 30px;
}

/*介绍*/


/*荣誉*/
.ry{
    background-color: #f9f9f9;
}


.ry ul li{
    float: left;
    width: 18%;
    padding-left: 2%;
    padding-bottom: 30px;

}
.ry ul li img{
    width: 100%;
}

.ry ul li p{


    padding-top: 10px;
    font-size: 16px;
    text-align: center;

}

/*荣誉*/







/* 动态 开始 */


.xinwen ul {
    overflow: hidden;
    padding-bottom: 1%;
}


.xinwen ul li {
    float: left;
    width: 31%;
    margin-left: 2%;
    background-color: #f9f9f9;
    padding-bottom: 3%;
    margin-top: 3%;
    height: auto;
}

.xinwen ul li img {
    width: 100%;
    max-height: 280px;
}


.xinwen ul li h1 {
    font-size: 20px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.xinwen ul li span {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #999;
    padding-top: 5px;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 3%;
}

.xinwen ul li p {
    line-height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #333;


    /* （行数） */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* 动态 结束 */

/*  底部开始*/

.footer_box {
background:#181818;

    padding-top: 10px;
}

.footer {
}

.footer .fot_log {
    float: left;

    width: 33%;



}


.footer .fot_log img {
    width: 70%;
    padding-top: 5%;
    padding-right: 5%;
}


.footer .footer_right {
    float: left;

    width: 100%;


}


.footer .footer_right h2 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;

}


.footer .footer_right > ul {
    overflow: hidden;


}


.footer .fot_cp {
    width: 260px;
    border: none;
    float: right;
    margin-top: 50px;
font-size:18px; color:#fff;line-height:180%;
}
.footer .fot_cp b{font-size:24px; color:#fff;}
.footer .fot_cp img {
  
    width: 116px;float:left;
}

.footer .fot_cp p {
    text-align: center;
    color: white;
    padding-top: 5%;
    font-size: 16px;
}

.footer .footer_right > ul li a {
    font-size: 16px;
    color: #fff;
}

.footer .footer_right > .fot_nav {
	border-bottom:#c3c3c3 solid 1px;
}

.footer .footer_right > .fot_nav li {
    float: left;
    width: 12.5%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding-right: 0%;text-align:center;
}

.footer .footer_right > .fot_nav li > a {
    color: #fff;

}


.footer .footer_left {
    float: left;
    width: 44%;
    /* padding-top: 20px; */
    padding-left: 20px;

}

.footer .footer_left h2 {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    padding-top: 25px;
}

.footer .footer_left h3 {
    margin-left:1px;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    padding-bottom: 30px;
}

.footer .footer_left > img {
    float: left;
    width: 16%;
    margin-top: 6%;
    margin-right: 5%;

}
.footer a{color:#fff;}
.footer .footer_left ul {
    float: left;

    padding-right: 5%;
}

.footer .footer_left p {
    color: #fff;
    font-size: 16px;
    margin-top: 10px;

}

.footer .footer_left > h6 {
}

.footer .fot_js {
    float: left;
    width: 25%;
    padding-top: 20px;
    padding-left: 15px;

}

.footer .fot_js img {
}

.footer .fot_js p {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
    line-height: 35px;
}

.footer_bom {
    background-color: #181818;
    margin-top: 50px;

}

.footer_bom > p {
    color: #f9f9f9;
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.footer_bom > p > a {
    color: #ff5400;
}

/*底部结束 */

/*友情链接*/
.link {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;

}

.link .container .link_top {
    width: 100%;
    overflow: hidden;
    height: 60px;
    background: url(../img/L.png) no-repeat left;
    border-bottom: #0370b9 solid 1px;
}

.link .container .link_top > p {
    color: #333;
    text-align: left;
    line-height: 25px;
    font-size: 16px;
    text-indent: 35px;
}

.link .container .link_bot {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
}

.link .container .link_bot ul {
    width: 100%;

    overflow: hidden;
}

.link .container .link_bot ul li {
    float: left;
    padding: 5px 20px;
}

.link .container .link_bot ul li > a {
    display: block;
    color: #666666;
    font-size: 14px;
}


/* 友情链接 结束 */
/*客服 侧边栏*/
.kefu_service {
    max-height: 232px;
    position: fixed;
    right: 25px;
    top: 30%;
    font-size: 14px;
    color: #243558;
    z-index: 8888
}

.kefu_service ul {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0
}

.kefu_service li {
    list-style-type: none
}

.kefu_service li>div {
    box-sizing: border-box;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1)
}

.kefu_service_box {
    width: 40px;
    height: 40px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    background: url(./img/jingling.png) no-repeat 0 0 #fff;
    cursor: pointer
}

.kefu_service_box:hover,
.kefu_service_box.state-hover {
    border: 0;
    background-color: #4f7cfc
}

.kefu_service_triangle {
    top: 12px;
    right: -11px;
    position: absolute;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #e1e6ec;
    z-index: 1010
}

.kefu_service_triangle:after {
    content: "\20";
    top: -6px;
    right: 1px;
    position: absolute;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    z-index: 1000
}

.kefu_service_triangle:before {
    content: "\20";
    width: 80px;
    height: 45px;
    top: -20px;
    right: -52px;
    position: absolute;
    background: rgba(0, 0, 0, 0)
}

@keyframes fade-in {
    0% {
        opacity: .4;
        right: 82px
    }
    100% {
        opacity: 1;
        right: 62px
    }
}

.kefu_service_float {
    display: none;
    position: absolute;
    right: 62px;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #e1e6ec;
    white-space: nowrap
}

.kefu_service_box:hover .kefu_service_float,
.kefu_service_box.state-hover .kefu_service_float {
    display: block;
    opacity: 1;
    transition: linear .2s;
    animation-name: fade-in;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0s
}

.kefu_service_consult {
    background-position: -20px -192px;
    cursor: default
}

.kefu_service_consult.state-hover,
.kefu_service_consult:hover {
    background-position: -61px -191px;
}

.kefu_service_consult.state-hover .kefu_service_consult_cont,
.kefu_service_consult:hover .kefu_service_consult_cont {
    display: block;
    opacity: 1;
    transition: linear .2s;
    animation-name: fade-in;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0s
}

.kefu_service_consult_cont {
    position: absolute;
    width: 198px;
    min-height: 205px;
    max-height: 268px;
    border-radius: 3px;
    background: #fff;
    right: 62px;
    position: absolute;
    text-align: center;
    border: 1px solid #e1e6ec;
    border-radius: 4px 4px 4px 4px;
    display: none;
    opacity: 0
}

.kefu_service_consult.state-close .kefu_service_consult_cont {
    display: none
}

.kefu_service_consult_cont>.kefu_service_triangle:after {
    border-left: 10px solid #f6f8fb!important
}

.kefu_service_consult_cont span {
    float: left
}

.kefu_service_consult.state-hover .kefu_service_consult_close {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    background: url(./img/jingling.png) no-repeat -465px -206px;
    cursor: pointer;
    z-index: 1011
}

.kefu_service_consult_cont_top {
    width: 100%;
    height: 160px;
    background: #f6f8fb;
    border-radius: 3px;
    border-bottom: 1px solid #eef2f8;
    box-sizing: border-box
}

.kefu_service_consult_cont_top.islogin {
    height: 148px;
    padding-top: 30px
}

.kefu_service_consult_cont_top.islogin .kefu_service_hint {
    display: none
}

.kefu_service_hint {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #9aa8c2;
    text-align: center
}

.kefu_service_hint>.kefu_service_icon {
    /* background: url(../image/kefu_service.png?v=202101291713) no-repeat -460px -25px; */
    width: 15px;
    height: 15px;
    margin: 18px 2px 0 18px
}

.kefu_service_button {
    width: 160px;
    height: 38px;
    line-height: 38px;
    background: #4f7cfc;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    margin: 0 19px 15px;
    cursor: pointer;
    font-size: 16px;
}

.kefu_service_button+.kefu_service_button {
    margin-bottom: 20px
}

.kefu_service_button:hover {
    background: #618aff
}

.kefu_service_phone {
    width: 100%;
    height: 53px;
    line-height: 53px;
    font-size: 15px;
    text-align: center;
    color: #7b89a6
}

.kefu_service_check_site {
    width: 100%;
    height: 63px;
    line-height: 24px;
    color: #3b6bf4;
    border-top: 1px solid #eaeef5;
    padding-top: 5%;
    padding-left: 9%;
    font-size: 15px;
}

.kefu_service_check_site>.kefu_service_icon {
    background: url(./img/jingling.png) no-repeat -461px -75px;
    width: 20px;
    height: 20px;
    margin: 15px 2px 0 45px
}

.kefu_service_qrcode_box {
    position: absolute;
    top: -1px;
    left: -163px;
    box-sizing: border-box;
    padding: 11px 0;
    border-radius: 4px 0 0 4px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #e1e6ec;
    font-family: Microsoft YaHei;
    width: 164px;
    height: 101%;
    font-weight: 400;
    line-height: 18px;
    font-size: 13px;
    color: #888;
    text-align: center
}

.kefu_service_qrcode_box::after {
    content: " ";
    display: inline-block;
    position: absolute;
    left: -1px;
    top: 0;
    width: 99%;
    height: 100%;
    box-shadow: 0 0 9px 0 rgb(0 0 0 / 15%);
    z-index: -1
}

.kefu_service_qrcode_box .kefu_service_qrcode {
    width: 135px;
    height: 135px;
    margin-bottom: 8px
}

.kefu_service_feedback {
    background-position: -17px -62px;
}

.kefu_service_feedback:hover {
    background-position: -61px -62px
}

.kefu_service_qr {
    background-position: -18px -113px;
    cursor: default
}

.kefu_service_qr:hover {
    background-position: -62px -113px;
}

.kefu_service_qr:hover .kefu_service_qr_cont {
    display: block;
    opacity: 1;
    transition: linear .2s;
    animation-name: fade-in;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-delay: 0s
}

.kefu_service_qr_cont {
    width: 143px;
    height: 177px;
    border-radius: 3px;
    background: #fff;
    right: 62px;
    position: absolute;
    text-align: center;
    border: 1px solid #e1e6ec;
    background-color: #f6f8fb;
    display: none;
    opacity: 0
}

.kefu_service_qr_cont>.kefu_service_triangle:after {
    border-left: 10px solid #f6f8fb!important
}

.kefu_service_qr_cont>.kefu_service_qrimg {
    width: 100%;
    height: 164px;
    float: left;
    font-size: 15px;
}

.kefu_service_qrimg_comm {
    float: left;
    margin: 12px 12px 5px 12px;
    width: 119px;
    height: 119px;
    /* background: url(./img/jingling.png) bottom right no-repeat; */
}

.kefu_service_qrimg_comm img {
    width: 100%;
}

.kefu_service_qrimg_site {
    background-position: -41px -26px
}

.kefu_service_qrimg_hd {
    background-position: -198px -26px
}

.kefu_service_qrimg_wxast {
    background-position: -198px -328px
}

.kefu_service_qrimg_flyer {
    background-position: -41px -177px
}

.kefu_service_qrimg_wxapp {
    background-position: -198px -177px
}

.kefu_service_qrimg_kefumall {
    background-position: -41px -326px
}

.kefu_service_qrimg_yx {
    background-position: -360px -326px
}

.kefu_service_qrimg_yk {
    background-position: -515px -326px
}

.kefu_service_qr_cont>.kefu_service_qrtext {
    width: 100%;
    height: 35px;
    font-size: 12px;
    color: #7b89a6;
    background-color: #fff;
    float: left;
    bottom: 0;
    display: table
}

.kefu_service_qr_cont>.kefu_service_qrtext>span {
    display: table-cell;
    vertical-align: middle
}

.kefu_service_upward {
    /* display: none; */
    background-position: -16px -159px;
    /* width: 87px;
    height: 87px;
    background: url(./img/toTop.png) no-repeat;
    cursor: pointer; */
}

.kefu_service_upward:hover {
    background-position: -61px -159px;
}

.kefu_service_agent {
    display: none;
    background-position: -452px -277px
}

.kefu_service_agent:hover {
    background-position: -493px -277px
}

.kefu_service_agent .kefu_service_float {
    height: 218px;
    width: 177px;
    padding: 0
}

.kefu_service_agent .kefu_service_triangle {
    border-left: 10px solid #267ef9;
    right: -10px
}

.kefu_service_agent .kefu_service_triangle:after {
    border-left: 10px solid #267ef9
}

.kefu_service_agent .kefu_service_agent_gif {
    display: block;
    height: 100%;
    /* background: url(../image/agent_entry.png?v=202109181506) center no-repeat; */
    background-size: cover;
    position: relative;
    z-index: 1011
}

.kefu_service_movie {
    background-position: -365px -277px
}

.kefu_service_movie:hover,
.kefu_service_movie.state-hover {
    background-position: -407px -277px
}

.kefu_service_movie_img .kefu_service_float {
    width: 240px;
    height: 120px;
    padding: 0;
    font-size: 0;
    /* background: url(../image/movie.png?v=202101291713) 0 0 no-repeat */
}

.kefu_service_movie_img .kefu_service_float:before {
    content: "";
    position: absolute;
    top: 0;
    right: -25px;
    width: 25px;
    height: 40px
}

.kefu_service_movie_img .kefu_service_triangle {
    display: none
}

.kefu-service-video-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 102
}

.kefu-service-video-pop-con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    text-align: center;
    padding: 10px;
    background: #fff;
    box-sizing: border-box
}

.kefu-service-video-pop video {
    border: 0;
    outline: 0
}

.kefu-service-video-pop-close {
    position: absolute;
    right: -12px;
    top: -15px;
    width: 30px;
    height: 31px;
    /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAfCAYAAADwbH0HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABNRJREFUeNrEV1tII1cYPjMxmuy2tUtdL1WEojQqVJ9q11p9UVofVPRRUFrvKAjbVwUVrZYiWKkoKKstvvigPnjFBYVigohCK9Qb1EslVuKFYrakSYyZ6f8P54STyZiYbmEPfMzMOf/5/nP5byPIskzeRBPJG2pCGDICXajAAZvMQaJPwj3DVixwynSACAodBZsrUdwBvNxT4hYU1kkgeRTgLcB7AwMDH5+cnHxnt9stt7e3NkmS3F6v1+F0Oo+hz4xjw8PDz1CWzolSLfBBSnFnRsCT/v7+7KurqwVQ5JVDNy/K9vX1fYJzKUfEQ2wJBfSAx4CnZrO54e7uzoGMsEt5dnZWbmpqkrOzs+Xk5GQ5NTVVzsvLU/rm5uYUGUU7nMTW1tZz5KBc+mDK2U5RMHZvb+8b5ECipaUlOScnR05ISAgKlFlcXGS7l3Z3d78FrjjKGaF17OxO8Wierq+vP8eJsFu5u7s7pEI1cA7ORQ6LxfI13bmRv3Od6oiNnZ2d6RUVFT+Joqjv7e0lYDBh+ygcM3G73SQ/P19ITEzMhwUsr62t/cVbu8Dt1gCIPj8/fwGrLlpYWCANDQ2vFSRGR0dJcXExsdlsL4GzFrrsABcugF244jqtra0fxsfHf+HxeEhHR4cfSWVlJdnY2CAFBQUBCrAPx6qqqvz629vbCXLFxcV9jtyci/mOGS///e3t7R/wYmZmZgLu7fT0VGbWDYvw9eM7s2aUUc+bnp5WxpAbdVBdokgVo8VFgSD6H1leXg7YVVtbm7J6vV5PxsfHlV0i8B37cAxl1I1xUe4o5tcCNaq30fIgClkMBkMM+Ck5OzsLICksLCRjY2M+RdjYe21tLVlZWQmYk5SURDY3N4nL5bo2Go2fQdcV4G+Rj8WRkZHRKHx5ealpLEiMCtjOQynFdnFxoTyB+10u1ouiKvMwoXstVSt/h5HTWXbzD2Pge6/wGRsbqzlLfafqO9dqYNGM265VCCi59Obm5hQ/MjIyQirF462pqQmpPCsrS3kC9x98vhbph5JHj4+Pf8HOoqKiAAKMYuo7XV1d9VPe09MTMI9xAfevkefu4W6Qrw4xYs9iX6XElJCZq/H8Hg4CCxWq2KIt6QmHIcGxoa8psDwYggF3IiN+qgumRmVBjA0aLjDw8PB1JSUvLm5+dJY2Pja4XMkZERRfHR0ZEZUiimSRsNm06dKjvpwZWsZWVlxenp6RHg10rA/y+tubmZ1NfXE8hSrpaWlradnR0r+i+L1Tp1MQcCbpPJ5MjMzPw0NzdXAKMgEO7CUlpdXa3Eachw8uTk5PddXV1raF8AB8DD12EiDWdYrqQAciChv4ByR8L7gUz14EIArshXCEC4/BG5KOcTqkO8txAAYCbJhVzcAwnAyZIDJo+6ujpf6YPAd+zDMZYs4OmamJjoRw6ASasQuLf0ocqflZeXf7m/v7/Odh+soQzKgo18RXdquq/0ETRCGq4KY+YjmjwwxkaXlpZ+AAZTmJaW9lFMTEwiBPx3cAIY4Kvr6+s/Dw4OfgOX+Xlqaup3arkIjIT/cG4kBSvofRZOq5JHtE5+TN8NdIx5hJcajIsqcXBw0TGJVxrsT0Lg8rSeGgVDpKpWZn8RuCs3Bw/tl7T+Jv6PXxgW+djvy4N+Yf4VYAAuHyDA8iK8wwAAAABJRU5ErkJggg==) 0 0 no-repeat; */
    z-index: 11;
    cursor: pointer
}

.kefu_service_consult,
.kefu_service_feedback {
    position: relative;
    height: 60px;
    color: #888;
    font-size: 12px
}

.kefu_service_consult:hover::after,
.kefu_service_feedback:hover::after,
.kefu_service_consult.state-hover::after,
.kefu_service_feedback.state-hover::after {
    color: #fff;
    border: 0;
    background-color: #4f7cfc
}

.kefu_service_consult::after,
.kefu_service_feedback::after {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 25px;
    background: #fff;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    text-align: center
}

.kefu_service_consult::after {
    content: "\54a8\8be2"
}

.kefu_service_feedback::after {
    content: "\53cd\9988"
}

#toTop {
    /* display: none; */
}