
.h_cons {
    float: right;
}

.h_cons p {
    height: 3rem;
    padding-left: 2.8rem;
    margin-top: 0.46rem;
    color: #222;
    background: url(images/h_pho.gif) no-repeat left top;
    background-size: 2.5rem;
    font-size: 0.8rem;
    line-height: 1rem;
}

.h_cons p span {
    font: 1.6rem / 1.7rem Impact;
    color: #023793;
    display: block;
}

.h_cons h4 {
    width: 12rem;
    height: 2rem;
    background: url(images/h_b1.gif) no-repeat left top;
    font-size: 1.2em;
    color: #fff;
    background-size: 100% 100%;
    line-height: 2rem;
}
.h_cons h4 span {
    float: left;
    width: 50%;
    text-align: center;

}
.h_ewm {
    float: right;
}

.h_ewm img {
    height: 7.2rem;
    margin-top: -0.8rem;
}

.h_rights {
    float: right;
    display: block;
    height: 5.8rem;
}

.headtop .tel:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 2.77rem;
    top: 0px;
    left: 5%;
    z-index: 9;
    background: #1354c5;
}
        /* 清除默认样式 */
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        /* 最外层容器 */
        .headpc {
            width:100%;
            margin: 0 auto;
            position: relative;
            z-index: 9;
            font-family: "Microsoft Yahei", sans-serif;
        }
        /* 顶部信息栏 */
        .headtop {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 7.2rem;
        }
        /* 左侧品牌区 */
        .brand {
            display: flex;
            align-items: center;
            width: 40.62%;
        }
        .brand b{ color:#f0762b;font-size: 1.4rem;}
        .brand .logo {
            font-size: 1.2rem;
            width: 44.3%;
            font-weight: 700;
            color: #0066cc; /* 品牌蓝，可替换为实际LOGO色值 */
            margin-right: 0.6px;
        }
         .brand .logo img{ width:100%;}
        .brand .name {
            font-size:1.2rem;
            font-weight: 700;
            color: #333;
        }
        .top_w {
    margin-left: 3%;
    padding-left: 3%;
    border-left: 1px solid #dcdcdc;
    width: 52%;
    line-height: 1.6rem;
}
        .brand-desc {
            margin-top: 4px;
            font-size: 1.2rem;
            color: #666;
        }
        /* 右侧电话 */
   .headtop .tel {
    font-size: 1.56rem;
    color: #023793;
    font-weight: bold;
    height: 100%;
    padding-left: 2.2%;
    line-height: 6.7rem;
    position: relative;
}
   .headtop .tel:after {
     content: "";
     display: block;
     position: absolute;
     height: 2rem;
     left: 0px;
     top: 2.6rem;
     width: 2rem;
          background: url(http://g1.cms.51yxwz.com/20250722085909000156/images/h_tel.png) no-repeat left top;
    background-size: 75%;
    z-index: 10;
    animation: rotateSequence 3s ease-in-out forwards;
            /* 设置旋转中心为元素中心 */
            transform-origin: center;
       
   }
      @keyframes rotateSequence {
            0% {
                /* 初始状态：正常位置 */
                transform: rotate(0deg);
            }
            25% {
                /* 向右旋转60度 */
                transform: rotate(40deg);
            }
            50% {
                /* 回正 */
                transform: rotate(0deg);
            }
            75% {
                /* 向左旋转60度 */
                transform: rotate(-40deg);
            }
            100% {
                /* 再次回正并停止 */
                transform: rotate(0deg);
            }
        }

        /* 导航容器 */
        .h_con {
            background-color: #023793; /* 导航栏底色 */
            height: 3rem;
            line-height: 3rem;
        }

   .h_con ul>li.cur,.h_con ul>li:hover{
    background: #f0762b;
}

        .nav.menu {
            width: 100%;
        }
        .nav.menu ul.clearfix {
            list-style: none;
            display: flex;
            justify-content: space-around;
        }
        .nav.menu ul.clearfix li {
            position: relative;
            height: 3rem;
            line-height: 3rem;
            padding: 0 2.88%;
        }
        .nav.menu ul.clearfix li a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-size: 0.9rem;
            font-weight: 400;
            transition: background-color 0.3s;
        }
        /* 激活态/ hover 效果 */
        .nav.menu ul.clearfix li a:hover,
        .nav.menu ul.clearfix li.active a {
        }
        /* 清除浮动（如果需要） */
        .clearfix::after {
            content: "";
            display: table;
            clear: both;
        }

.nav.menu ul.clearfix li:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 1rem;
    width: 1px;
    height: 1rem;
    border-right: 1px dashed #fff;
    opacity: 0.3;
}

.nav.menu ul.clearfix li:last-child:after {
    display: none;
}

   
       .nav.menu ul.clearfix .submenu {
            position: absolute;
            left: 50%;
            top: 80%;
            transform: translateX(-50%);
            z-index: 999;
            max-height: 0;
            transition: max-height 0.4s linear;
            -ms-transition: max-height 0.4s linear;
            -moz-transition: max-height 0.4s linear;
            padding-top: 25px !important;
            overflow: hidden;
        }
        
       .nav.menu ul.clearfix .submenu p {
            background: rgba(242, 242, 242, 1);
            padding: 6px 21px;
            border-radius: 10px;
            position: relative;
        }
        
      .nav.menu ul.clearfix  .submenu p:before {
            position: absolute;
            content: "";
            border-width: 9px 8px;
            border-style: solid;
            border-color: transparent transparent rgba(242, 242, 242, 1);
            top: -18px;
            left: 50%;
            margin-left: -8px;
            transition: all 0.4s linear;
            -ms-transition: all 0.4s linear;
            -moz-transition: all 0.4s linear;
            opacity: 0;
        }
        
       .nav.menu ul.clearfix .submenu a {
            transition: all .4s ease;
            display: block;
            font-weight: 500;
            padding: 0 17px 0 32px;
            font-size: 16px;
            line-height: 48px;
            color: #333333;
            line-height: 54px;
            white-space: nowrap;
            position: relative;
           
            text-align: left;
        }
        
              .nav.menu ul.clearfix .submenu p span span a {
            transition: all .4s ease;
            display: block;
            font-weight: 500;
            padding: 0 17px 0 32px;
            font-size: 16px;
            line-height: 42px;
            color: #333333;
            line-height: 42px;
            white-space: nowrap;
            position: relative;
           
            text-align: left;
        }
        
        .nav.menu ul.clearfix .submenu  p span span a:before {
            position: absolute;
            content: "";
            width: 4px;
            height: 4px;
            border: 2px solid #333333;
            border-radius: 50%;
            top: 16px;
            left: 13px;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
        
       .nav.menu ul.clearfix .submenu a:last-child {
            border-bottom: 0
        }
        
      .nav.menu ul.clearfix .submenu a:before {
            position: absolute;
            content: "";
            width: 4px;
            height: 4px;
            border: 2px solid #333333;
            border-radius: 50%;
            top: 23px;
            left: 13px;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
       .nav.menu ul.clearfix .submenu a:hover {
            color: #000;
            font-weight: bold;
        }
        
    .nav.menu ul.clearfix li:hover .submenu{max-height: 1000px;}
    .nav.menu ul.clearfix li:hover .submenu p:before{opacity: 1;}
        
.nav.menu ul.clearfix .submenu p>span {
    position: relative;
}

.nav.menu ul.clearfix .submenu p>span>span {
    display: none;
    position: absolute;
    width: 100%;
    left: 100%;
    top: -195%;
    background: rgba(242, 242, 242, 1);
    padding: 6px 21px;
    border-radius: 10px;
    z-index: 99;
}

.nav.menu ul.clearfix li:hover .submenu {
    overflow: revert;
}

.nav.menu ul.clearfix .submenu p>span:hover span {
    display: block;
}
 .nav.menu ul.clearfix .submenu p>span span a {
        font-size: 14px;
 }

 .nav.menu ul.clearfix .submenu p>span span a:hover{
         
         
          font-weight: bold;
        }

    

        .banner {
            position: relative;
            height: auto;
            clear: both;
        }
        
        .banner img {
            display: block;
            width: 100%;
            margin: 0 auto;
        }
        
        .ban1{position:relative;}
          /*.ban1:after{position:absolute;left:0;top:0;width:100%;height:1000%;background:rgba(0,0,0,0.45);content:"";z-index:2;}*/
          
        .ban_txt {
            position: absolute;
            top: 0;
            left: 0;
          z-index: 20;
            width: 100%;
            display:block;
        }
        .ban_txt img{display:block; width: 100%;}
        
        .banner video {
            display: block;
            width: 100%;
            margin: 0 auto;
         position:relative;
        }
       
         
         
        .banner .swiper-button-prev,
        .banner .swiper-button-next {
            position: absolute;
            font-size: 0;
            top: 45%;
            margin-top: 0;
            z-index: 11;
            width: 1.8rem;
            height: 3.5rem;
            border: 0;
            outline: none;
            cursor: pointer;
            border-radius: 50%;
            transition: .5s;
        }
        
        .banner .swiper-button-prev {
            left: 4%;
            background: url(images/prev1.png) no-repeat center center;
            background-size: 1.8rem 3.5rem;
        }
        
        .banner .swiper-button-next {
            right: 4%;
            background: url(images/next1.png) no-repeat center center;
            background-size: 1.8rem 3.5rem;
        }
        
        /*.banner .swiper-button-prev:hover,*/
        /*.banner .swiper-button-next:hover {*/
        /*    box-shadow: 0 3px 10px 3px rgba(0, 0, 0, 0.1);*/
        /*}*/
        
        .banner .swiper-pagination {
            bottom: 8%!important;
        }
        
        .banner .swiper-pagination .swiper-pagination-bullet {
            border: 0 none;
            width: 15px;
            height: 15px;
            border-radius: 15px;
            display: inline-block;
            outline: none;
            background: #fff;
               margin: 0 8px!important;
            transition: .5s;
            opacity: 1;
        }
        
        .banner .swiper-pagination .swiper-pagination-bullet-active {
            background: #014090;
            /*width: 40px;*/
        }
        
        .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 8px!important;
        }
    

        video#sVideo{ width:100%;}






    .ganenkh {
    position: relative;
}

img.bgs {
    width: 100%;
    position: relative;
}
.ganenkh .ps img{ width:100%;transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
.ganenkh .tit {
    position: absolute;
    top: 10.1%;
    left: 30%;
    z-index: 9;
    width: 40%;
}

.guyu.pr {}

.guyu {
    position: absolute;
    width: 94.4%;
    left: 3%;
    top: 23%;
    height: 77%;
    display: block;
    overflow: hidden;
}

.guyu .ps {
    position: absolute;
    width: 6.5%;
    cursor: pointer;
    overflow: hidden;
}
.ganenkh .ps:hover img{

          transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -moz-transform: scale(1.02);
}
.guyu .ps {/* background: #cccc; *//* opacity: 0.7; */ overflow:hidden;}

.guyu .ps:nth-child(1) {
    top: 0%;
    left: 3.2%;
}
.guyu .ps:nth-child(2) {
    top: 0px;
    left: 10%;
}
.guyu .ps:nth-child(3) {
    left: 16.6%;
}
.guyu .ps:nth-child(4) {
    left: 23.4%;
}
.guyu .ps:nth-child(5) {
    left: 30%;
}
.guyu .ps:nth-child(6) {
    left: 36.7%;
}
.guyu .ps:nth-child(7) {
    left: 43.4%;
}
.guyu .ps:nth-child(8) {
    left: 50%;
}
.guyu .ps:nth-child(9) {
    left: 56.7%;
}
.guyu .ps:nth-child(10) {
    left: 63.3%;
}
.guyu .ps:nth-child(11) {
    left: 70%;
}
.guyu .ps:nth-child(12) {
    left: 76.7%;
}
.guyu .ps:nth-child(13) {
    left: 83.4%;
}
.guyu .ps:nth-child(14) {
    left: 90.1%;
}

.guyu .ps:nth-child(n+15):nth-child(-n+29) {
    top: 13%;
}
.guyu .ps:nth-child(15) {
    top: 13%;
}



.guyu .ps:nth-child(16) {
    left: 6.7%;
}
.guyu .ps:nth-child(17) {
    left: 13.4%;
}
.guyu .ps:nth-child(18) {
    left: 20%;
}
.guyu .ps:nth-child(19) {
    left: 26.6%;
}
.guyu .ps:nth-child(20) {
    left: 33.4%;
}
.guyu .ps:nth-child(21) {
    left: 40%;
}
.guyu .ps:nth-child(22) {
    left: 46.6%;
}
.guyu .ps:nth-child(23) {
    left: 53.3%;
}
.guyu .ps:nth-child(24) {
    left: 60%;
}
.guyu .ps:nth-child(25) {
    left: 66.7%;
}
.guyu .ps:nth-child(26) {
    left: 73.36%;
}
.guyu .ps:nth-child(27) {
    left: 80%;
}
.guyu .ps:nth-child(28) {
    left: 86.8%;
}
.guyu .ps:nth-child(29) {
    left: 93.5%;
}

.guyu .ps:nth-child(n+30):nth-child(-n+43){top: 27%;}

.guyu .ps:nth-child(30) {
        left: 3.7%;
}
.guyu .ps:nth-child(31) {

     left: 10%;  
}
.guyu .ps:nth-child(32) {
   left: 16.6%;
}
.guyu .ps:nth-child(33) {
  
     left: 23.4%;
}
.guyu .ps:nth-child(34) {
   
        left: 30%;
}
.guyu .ps:nth-child(35) {

        left: 36.6%;
}
.guyu .ps:nth-child(36) {
        left: 43.3%;
}
.guyu .ps:nth-child(37) {

     left: 50%;
}
.guyu .ps:nth-child(38) {
   
     left: 56.6%;
}
.guyu .ps:nth-child(39) {
   
       left: 63.3%;
}
.guyu .ps:nth-child(40) {
 
       left: 70%;
}
.guyu .ps:nth-child(41) {
 
       left: 76.6%;
}
.guyu .ps:nth-child(42) {
 
        left: 83.5%;
}
.guyu .ps:nth-child(43) {
    left: 83.5%;
    left: 90%;
}

.guyu .ps:nth-child(n+44):nth-child(-n+58) {top: 40.8%;}

.guyu .ps:nth-child(44) {
    left: 0%;
}


.guyu .ps:nth-child(45) {
   left: 6.7%;
}
.guyu .ps:nth-child(46) {
  left: 13.4%;
}
.guyu .ps:nth-child(47) {
     left: 20%;
}
.guyu .ps:nth-child(48) {
  left: 26.6%;
}
.guyu .ps:nth-child(49) {
   left: 33.4%;
}
.guyu .ps:nth-child(50) {
    left: 40%;
}
.guyu .ps:nth-child(51) {
    left: 46.6%;
}
.guyu .ps:nth-child(52) {
    left: 53.3%;
}
.guyu .ps:nth-child(53) {
  left: 60%;
}
.guyu .ps:nth-child(54) {
    left: 66.7%;
}
.guyu .ps:nth-child(55) {
      left: 73.36%;
}
.guyu .ps:nth-child(56) {
 left: 80%;
}
.guyu .ps:nth-child(57) { left: 86.8%;}
.guyu .ps:nth-child(58) {
  left: 93%;
}
.guyu .ps:nth-child(n+59):nth-child(-n+72) {
    top: 54.6%;
}

.guyu .ps:nth-child(59) {
    left: 3.3%;
}
.guyu .ps:nth-child(60) {
  left: 10%;
}


.guyu .ps:nth-child(61) {
    left: 16.6%;
}
.guyu .ps:nth-child(62) {
       left: 23.4%;
}
.guyu .ps:nth-child(63) {
      left: 30%;
}
.guyu .ps:nth-child(64) {
   left: 36.6%;
}
.guyu .ps:nth-child(65) {
  left: 43.4%;
}
.guyu .ps:nth-child(66) {
     left: 49.9%;
}
.guyu .ps:nth-child(67) {
     left: 56.6%;
}
.guyu .ps:nth-child(68) {
      left: 63.2%;
}
.guyu .ps:nth-child(69) {
  left: 70%;
}
.guyu .ps:nth-child(70) {
 left: 76.6%;
}
.guyu .ps:nth-child(71) {left: 83.4%;}
.guyu .ps:nth-child(72) {
  left: 90%;
}
.guyu .ps:nth-child(n+73):nth-child(-n+87) {
    top: 69%;
}

.guyu .ps:nth-child(73) {
   left: 6.6%;
}
.guyu .ps:nth-child(74) {
    left: 13.4%;
}
.guyu .ps:nth-child(75) {
    left: 20%;
}
.guyu .ps:nth-child(76) {
    left: 26.7%;
}
.guyu .ps:nth-child(77) {
    left: 33.36%;
}
.guyu .ps:nth-child(78) {
    left: 40.2%;
}
.guyu .ps:nth-child(79) {
    left: 46.6%;
}
.guyu .ps:nth-child(80) {
    left: 53.3%;
}
.guyu .ps:nth-child(81) {
    left: 60%;
}
.guyu .ps:nth-child(82) {
    left: 66.6%;
}
.guyu .ps:nth-child(83) {
    left: 73.3%;
}
.guyu .ps:nth-child(84) {
    left: 80%;
}
.guyu .ps:nth-child(85) {
    left: 86.8%;
}
.guyu .ps:nth-child(86) {
    left: 93.3%;
}
.guyu .ps:nth-child(87) {}


  
  

.content {
    width: 83.33%;
    margin: 0px auto;
}
    /* 顶级元素 */
    .footpc .fbg {
      background: url(http://g1.cms.51yxwz.com/20250722085909000156/images/ftbg.jpg) no-repeat;
      color: #fff;
      background-size: 100%;
    }

    
    /* 底部导航 */
   .footpc  .f_con {
      background: #013da4;
      height: 4rem;
      line-height: 4rem;
    }
    
    .footpc .fnav ul.clearfix {
      height: 4rem;
      list-style: none;
      display: flex;
      justify-content: space-around;
    }
    
    .footpc .fnav ul.clearfix li {
      float: left;
      margin-right: 3%; /* 导航项间距 */
      line-height: 1.5;
      height: 4rem;
      line-height: 4rem;
    }
    
    .footpc .fnav ul.clearfix li a {
      color: #fff;
      text-decoration: none;
      font-size: 0.9rem;
      font-weight: 400;
      opacity: 0.9;
    }
    
    .footpc .fnav ul.clearfix li a:hover {
      opacity: 1;
      text-decoration: underline;
    }
    
    
    /* 底部主体内容 */
    .footpc .f_bon {
      overflow: hidden; /* 包含浮动元素 */
      padding: 4.8rem 0;
    }
    
    /* 三个模块百分比宽度分配 */
    .footpc .f_blogo {
      width: 21.75%;
      float: left;
      padding-right: 3%;
      border-right: 1px solid rgb(255 255 255 / 30%);
      height: 13.4rem;
    }
    
   .footpc  .f_lianxi {
      width: 45%;
      float: left;
      box-sizing: border-box;
      padding: 0 4%;
      border-right: 1px solid rgb(255 255 255 / 30%);
    }
    
    .footpc .f_ewm {
      width: 33.2%;
      float: right;
      padding-left:3.6%;
      box-sizing: border-box;
    }
    
    /* 联系方式分两列 */
    .footpc .lianxi_left, .lianxi_right {
      width: 48%;
      float: left;
    }
    
    .lianxi_right {
      margin-left: 4%; /* 两列之间的间距 */
    }
    
    /* 第一部分样式 */
    .footpc .f_blogo .logo {
      font-size: 24px;
      font-weight: 700;
      margin-bottom: 18px;
      color: #ffffff;
    }
    .footpc .f_blogo .logo img{
    width: 16rem;
}
    .footpc .f_blogo .desc {
      font-size: 0.8rem;
      line-height: 2;
      color: rgb(255 255 255 / 60%);
      margin-bottom: 1rem;
      text-align: justify;
    }
    
    .footpc .f_blogo .copyright {
      font-size: 0.8rem;
      color: rgb(255 255 255 / 60%);
      line-height: 1.8;
    }
    .footpc .f_blogo .links{
    margin-right: 40%;
}
  .footpc .f_blogo .links span{
    display: block;
    font-size: 1.2rem;
}
  .footpc .f_blogo .links em{}
  .footpc .f_blogo .links em a{
    color: rgb(255 255 255 / 60%);
    font-size: 0.8rem;
    padding-right: 0.66rem;
    font-style:normal;
}
    .footpc .f_lianxi .title {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 18px;
      color: #ffffff;
      width: 100%;
      text-align: left;
      padding-bottom: 0px;
    }
    .footpc .f_lianxi .title:after{
        display: none;
    }
    .footpc .f_ewm .title:after{ display:none; padding-bottom:0px;}
    .footpc .f_lianxi p {
      font-size: 13px;
      line-height: 1.4rem;
      color: rgb(255 255 255 / 60%);
      display: block;
    }
    
    .footpc .f_lianxi .tel {
      font-size: 1.1rem;
      font-weight: 600;
      color: #ffffff;
      line-height: 1.5;
    }
    
    /* 第三部分样式 */
    .footpc .f_ewm .title {
      font-size: 1.1rem;
      font-weight: 600;
      margin-bottom: 1.7rem;
      color: #ffffff;
      text-align: left;
      padding-bottom: 0px;
    }
    
    .footpc .f_ewm .qr-group {
      text-align: center;
      float: left;
      width: 31%;
      margin-right: 3%;
    }
    .footpc .f_ewm .qr-group:nth-child(4){
    margin-right: 0px;
}
    .footpc .f_ewm .qr-code {
      width: 100%;
    }
    
    .footpc .f_ewm p {
      font-size: 0.8rem;
      line-height: 1.5;
      color: rgb(255 255 255 / 60%);
      line-height: 2.2rem;
    }


  

        .client-2 {
            width: 45px;
            position: fixed;
            right: 10px;
            top: 60%;
            z-index: 999;
            color: #fff;
        }
        
        .client-2 li a {
            text-decoration: none;
            color: #fff;
        }
        
        .client-2 li {
            margin-bottom: 5px;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }
        
        .client-2 li.my-kefu-qq {
            background:#023793 url(images/kefus.png) center no-repeat;
              
        }
        
        .client-2 li.my-kefu-weixin {
            background:#023793 url(images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#023793 url(images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#023793 url(images/tohome.png) center no-repeat;
            background-size:26px;
        }
        
        .client-2 li.my-kefu-shouye a {
            width: 45px;
            height: 45px;
            display: block;
        }
        
        .client-2 li.my-kefu-ftop {
            background:#023793 url(images/returnTop.png) center no-repeat;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 li.my-kefu-qq .cont {
            margin: 0;
            background:#023793 url(images/kefus.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 16px;
            width: 130px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 li.my-kefu-tel .cont {
            margin: 0;
            background:#023793 url(images/cimg25.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 18px;
            width: 180px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 li.my-kefu-weixin .cont {
            margin: 0;
            width: 115px;
            padding: 5px;
            border: solid 1px #ccc;
            position: absolute;
            left: -150px;
            top: -44px;
            background-color: #fff;
        }
        
        .client-2 li.my-kefu-weixin .cont  span {
            display: block;
            line-height: 20px;
            font-size: 12px;
            text-align: center;
            color: #1a1a1a;
        }
        
        .client-2 li.my-kefu-weixin .cont img {
            width: 106px;
            height: 106px;
        }
        
        .client-2 li:hover .cont {
            display: block!important;
        }
    
