﻿
        .header,
        .content,
        .footer {
            max-width: 1200px;
            min-width: 1100px;
            width: 100%;
            margin: 0 auto;
        }
        
        .head {
            height: 251px;
            background: url(../images/h-bg.jpg) repeat-x left top;
            position: relative;
            z-index: 66;
        }
        
        .h-top {
            height: 30px;
            font-size: 14px;
            line-height: 30px;
            color: #acacac;
        }
        
        .h-top p {
            float: right;
        }
        
        .h-top a {
            color: #acacac;
        }
        
        .h-top span {
            margin-left: 40px;
        }
        
        .h-con {
            height: 156px;
        }
        
        .head h1 {
            width: 216px;
            height: 73px;
            margin-right: 50px;
            margin-top: 40px;
        }
        
        .head h1 img {
            width: 216px;
            height: 73px;
        }
        
        .h-txt {
            margin-top: 45px;
            color: #333;
        }
        
        .h-txt p {
            height: 40px;
            font-size: 20px;
            font-weight: bold;
            color: #666;
            line-height: 40px;
        }
        
        .h-txt span {
            display: block;
            height: 35px;
            font-size: 19px;
            line-height: 35px;
            color: #999;
        }
        
        .h-tel {
            width: 200px;
            margin-top: 55px;
            padding-left: 54px;
            background: url(../images/h-tel.png) no-repeat left top;
            font-size: 16px;
            line-height: 22px;
            color: #333;
        }
        
        .h-tel p {
            height: 28px;
            font-size: 28px;
            font-family: Acrom-Regular;
            line-height: 28px;
            color: #174378;
        }
        
        .h_nav {
            height: 65px;
            max-width: 1200px;
            min-width: 1100px;
            width: 100%;
            position: relative;
        }
        
        .h_nav>ul>li {
            width: 12.5%;
            height: 65px;
            font-size: 16px;
            font-weight: normal;
            line-height: 65px;
            color: #333;
            text-align: center;
            float: left;
            border-right: 1px solid #e2e2e2;
            margin-right: -1px;
            position: relative;
        }
        
        .h_nav>ul>.h-clear {
            border-right: 0;
        }
        
        .h_nav>ul>li>a {
            display: block;
            color: #333;
        }
        
        .h_nav>ul>li:hover,
        .h_nav>ul>li.cur {
            border-color: #174378;
            background-color: #174378;
            transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
        }
        
        .h_nav>ul>li:hover>a,
        .h_nav>ul>li.cur>a {
            color: #fff;
        }
        
        .h_nav>ul>li:hover .hnav2 {
            display: block;
        }
        
        .hnav2 {
            display: none;
            position: absolute;
            top: 65px;
            left: 0;
            width: 100%;
            background: #fff;
        }
        
        .hnav2-fl {
            width: 250px;
            padding: 24px 0 28px;
            float: left;
            background-color: #dde5ef;
            text-align: left;
        }
        
        .hnav2-fl li {
            height: 64px;
            font-size: 16px;
            line-height: 64px;
        }
        
        .hnav2-fl li a {
            display: block;
            padding: 0 36px 0 64px;
            color: #333;
        }
        
        .hnav2-fl li span {
            float: right;
            color: #dde5ef;
        }
        
        .hnav2-fl li:hover,
        .hnav2-fl li.cur {
            background: #fff;
        }
        
        .hnav2-fl li:hover a,
        .hnav2-fl li:hover span,
        .hnav2-fl li.cur a,
        .hnav2-fl li.cur span {
            font-weight: bold;
            color: #174378;
        }
        
        .hnav2-fr {
            width: 894px;
            float: right;
        }
        
        .hnav2-info {
            width: 894px;
            height: 426px;
        }
        
        .hnav2-fr p {
            margin-right: 110px;
            height: 54px;
            font-size: 16px;
            line-height: 54px;
            color: #333;
            margin-bottom: 28px;
            text-align: left;
            border-bottom: 1px solid #ececec;
            padding-left: 25px;
            position: relative;
        }
        
        .hnav2-fr p:after {
            content: "";
            width: 10px;
            height: 10px;
            background-color: #174378;
            position: absolute;
            left: 0;
            top: 22px;
        }
        
        .hnav2-fr li {
            width: 146px;
            margin-right: 14px;
            margin-bottom: 18px;
            float: left;
        }
        
        .hnav2-fr li span {
            display: block;
            height: 38px;
            font-size: 14px;
            color: #666;
            line-height: 38px;
        }
        
        .hnav2-fr li img {
            display: block;
            width: 144px;
            border: 1px solid #ececec;
        }
        
        .h_nav>ul>li:hover .nav-two {
            display: block;
        }
        
        .nav-two {
            background: #174378;
            width: 196px;
            display: none;
            position: absolute;
            top: 60px;
            z-index: 99;
        }
        
        .nav-two li {
            margin: 0 28px;
            white-space: nowrap;
            height: 48px;
            overflow: hidden;
            border-bottom: 1px dashed #4c8bc6;
        }
        .nav-two li:last-child{
            
            border-bottom:none;
        }
        
        .nav-two li a {
            display: block;
            height: 48px;
            font-size: 14px;
            font-weight: normal;
            line-height: 48px;
            color: #fff;
            text-align: center;
            overflow: hidden;
        }
    

        .p1-search-1 {
            background: #f2f2f2;
            height: 82px;
            border-bottom: 1px solid #eee;
            overflow: hidden;
            font-size: 14px;
        }
        
        .p1-search-1 p {
            color: #444;
            line-height: 82px;
        }
        
        .p1-search-1 a {
            color: #444;
            display: inline-block;
            margin-right: 15px;
        }
        
        .p1-search-1-inp {
            width: 270px;
            height: 30px;
            border-radius: 20px;
            background: #fff;
            padding-left: 10px;
            margin-top: 28px;
        }
        
        .p1-search-1-inp input {
            border: 0;
        }
        
        .p1-search-1-inp1 {
            width: 224px;
            height: 30px;
            line-height: 30px;
            color: #a9a9a9;
            float: left;
        }
        
        .p1-search-1-inp2 {
            width: 30px;
            height: 30px;
            background: url(../images/viskins-p1.png) no-repeat -258px -936px;
            float: right;
            cursor: pointer;
        }
    

        .p12-curmbs-1 {
            font-size: 14px;
            border-bottom: 1px dashed #dcdcdc;
        }
        
        .p12-curblock{
            display: none;
        }
        .p12-curmbs-1 b {
            border-left: 10px solid #e0e0e0;
            font-weight: normal;
            padding-left: 8px;
        }
        .p12-curmbs-1 i {
            font-style: normal;
        }
        
        .p12-curmbs-1 span {
            font-family: '宋体';
            padding: 0 5px;
            height: 46px;
            line-height: 46px;
        }
    

    .t-pf{
      position: fixed;;top: 0;
    }
    .tool{width: 240px}
        .fdh-01-tit {
            background: #04378a;
            height: 77px;
        }
        .fdh-01-nav dt.cur {
border-left-color: #287EED;
}
        .fdh-01-tit h3 {
            height: 75px;
            font-size: 24px;
            font-weight: normal;
            line-height: 75px;
            color: #fff; 
            border: 1px solid #002d74;
            text-align: center;
        }
        
        .fdh-01-tit h3 span {
            font-size: 14px;
            text-transform: uppercase;
        }
        
        .fdh-01-nav-one h3 {
            height: 50px;
            line-height: 50px;
            /*background: url(../images/d8f556a98c4d40b0939bd45d16f1016f_2.png) no-repeat right center #ececeb;*/
            background-color: #04378a;
            
            border-bottom:1px solid #002d74;
            position: relative;
            overflow: hidden;
        }
        .fdh-01-nav-one h3:after{
            content:"+";
            position: absolute;
            top: 0;
            right:  22px;
            font-size: 19px;
            color: #fff;
            font-weight: normal;
        }
        .fdh-01-nav-one h3 a {
            cursor:default;
            display: block;
            height: 50px;
            font-size: 18px;
            font-weight: normal;
            margin-right: 40px;
            margin-left: 38px;
            color: #fff;
            text-align: left;
        }
        
        .fdh-01-nav-one h3.sidenavcur,
        .fdh-01-nav-one h3:hover {
            background: url(../images/p14-icon2.png) no-repeat right center #032b69;
        }
        .fdh-01-nav-one h3.sidenavcur:after,
        .fdh-01-nav-one h3:hover:after{
            display: none;
        }
        
        /*.fdh-01-nav dt.sidenavcur {*/
        /*    background: #04378a;*/
        /*}*/
        
        .fdh-01-nav-one h3.sidenavcur a,
        .fdh-01-nav-one h3:hover a {
            color: #fff;
        }
        
        .fdh-01-nav dl { 
        }
        
        .fdh-01-nav dt {
            height: 50px;
            font-size: 15px;
            line-height: 50px;
            padding-left: 54px;
            padding-right: 40px;
            background: #383838;
            border-left: 6px solid #383838;
            position: relative;
            overflow: hidden;
        }
        .fdh-01-nav dt a{
            color: #fff;
        }
        
        .fdh-01-nav dt:after {
            content: "";
            width: 8px;
            height: 8px;
            border: 2px solid #b8b8b8;
            border-style: solid solid none none;
            position: absolute;
            top: 50%;
            right: 32px;
            margin-top: -4px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        
        .fdh-01-nav dt.sidenavcur,
        .fdh-01-nav dt:hover{
            border-left-color: #287eed;
        }
        /*.fdh-01-nav dt.sidenavcur:after,*/
        /*.fdh-01-nav dt:hover:after {*/
            /*border-color:  #04378a;*/
        /*    border-color: #FFF;*/
        /*}*/
        
        /*.fdh-01-nav dt.sidenavcur a,*/
        /*.fdh-01-nav dt:hover a {*/
            /* color:  #04378a;*/
        /*    color: #FFF;*/
        /*}*/
        
        .fdh-01-nav dd {
            border: 1px solid #ececec;
            border-bottom: 0;
        }
        
        .fdh-01-nav p {
            height: 50px;
            font-size: 14px;
            line-height: 50px;
            padding-left: 72px;
            padding-right: 40px;
            border-bottom: 1px solid #ececec;
            background: #fff;
            position: relative;
            overflow: hidden;
        }
        
        .fdh-01-nav p.sidenavcur a,
        .fdh-01-nav p:hover a {
            color: #04378a;
        }
        
        .fdh-01-nav p.sidenavcur:after,
        .fdh-01-nav p:hover:after {
            background: #e0e0e0;
        }
        
        .fdh-01-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        /*.fdh-01-nav dt:hover {*/
        /*    background: #666;*/
        /*}*/
    

        .contact-z1 {
            height: 140px;
            background: url("../images/contact-z1.jpg") no-repeat;
            color: #333;
            margin-bottom: 30px;
        }
        
        .contact-z1 p {
            font-size: 20px;
            height: 30px;
            line-height: 30px;
            padding: 37px 0 0 95px; 
            background: url(../images/contact-z1_tel.png) no-repeat 74px 44px;
        }
        
        .contact-z1 span {
            display: block;
            height: 30px;
            font-weight: bold;
            font-size: 18px;
            line-height: 30px; 
            padding-left: 73px;
        }
    

            .pc-cx-tel-1 {
                width: 52%;
                height: 56px;
                border-top: 2px solid #e6e6e6;
                padding-top: 10px;
                position: absolute;
                bottom: 16px;
                right: 2%;
            }
            
            .pc-cx-tel-1-t1 {
                width: 250px;
                height: 44px;
                
                font-size: 18px;
                line-height: 44px;
                text-align: center;
                float: right;
            }
            
            .pc-cx-tel-1-t1 a {
                display: block;
                color: #fff;
                background:#04378a;
                margin-left: 10px;
                width: 110px;
                float: left;
            }
            
            .pc-cx-tel-1-t2 {
                height: 56px;
                padding-left: 70px;
                background: url(../images/pc-xc-icon2.png) no-repeat 10px top;
                font-size: 18px;
                line-height: 18px;
                color: #454545;
            }
            
            .pc-cx-tel-1-t2 p {
                line-height: 24px;
            }
        

 .prod-showcase-1{
     position: relative;
 }
        .p1-pro-showcase-1-txt {
            line-height: 30px;
            overflow: hidden;
            margin-left: 55px;
            float: left;
            width: 45%;
        }
        
        .p1-pro-showcase-1-txt h1 {
            height: 50px;
            font-size: 20px;
            font-weight: normal;
            line-height: 50px;
            overflow: hidden;
            color: #333;
            border-bottom: 1px solid #eee;
            margin-bottom: 20px;
        }
        
        .p1-pro-showcase-1-txt-t1 {
            margin-bottom: 86px;
            overflow: hidden;
        }
        
        .p1-pro-showcase-1-tle {
            left: 40%;
            bottom: 0;
            margin-left: 55px;
        }
        
        .p1-pro-showcase-1-tle .p1-pho-1 {
            background: url(../images/viskins-p1.png) no-repeat 0 -3px;
            min-height: 50px;
            padding-left: 44px;
            font-size: 20px;
            line-height: 30px;
            margin-left: 30px;
            margin-right: 50px;
            color: #04378a;
        }
        
        .p1-pho-1 i {
            font-style: normal;
        }
        
        .p1-pho-1 span {
            display: block;
            font-size: 14px;
            line-height: 14px;
            color: #666;
        }
        
        .p1-pho-2 em {
            display: block;
            width: 122px;
            height: 35px;
            background: #04378a;
            font-size: 16px;
            font-style: normal;
            color: #ffffff;
            text-align: center;
            line-height: 35px;
        }
         .t1-pro-preview {
            width: 40%;
            float: left;
        }
        
        .prod-showcase-1  .t1-prev,
        .prod-showcase-1  .t1-next {
            position: absolute;
            z-index: 9999;
            display: block;
            width: 18px;
            height: 23px;
            text-indent: -9999px;
            overflow: hidden;
            cursor: pointer;
            top: -40px; 
        }
        
        .prod-showcase-1 .t1-prev {
            left: 0;
            background: url(../images/p15-icon2.png) no-repeat center top;
        }
        
        .prod-showcase-1 .t1-next {
            right: 0;
            background: url(../images/p15-icon3.png) no-repeat center top;
        }
        /* Hide from IE Mac */
        
        #exzoom {
            width: 400px;
         
        }
        #exzoom img{max-width:100%;}
        .exzoom {
            box-sizing: border-box;
        }
        
        .exzoom * {
            box-sizing: border-box;
        }
        
        .exzoom .exzoom_img_box {
            background: #eee;
            position: relative;
        }
        
        .exzoom .exzoom_img_box .exzoom_main_img {
            display: block;
            width: 100%;
        }
        
        .exzoom .exzoom_img_box span {
            background: rgba(255, 255, 255, 0.5)
        }
        
        .exzoom .exzoom_preview {
            margin: 0;
            position: absolute;
            top: 0;
            overflow: hidden;
            z-index: 999;
            background-color: #fff;
            border: 1px solid #ddd;
            display: none;
        }
        
        .exzoom .exzoom_preview .exzoom_preview_img {
            position: relative;
            max-width: initial !important;
            max-height: initial !important;
            left: 0;
            top: 0;
        }
        
        .exzoom .exzoom_nav {
            margin-top: 10px;
            overflow: hidden;
            position: relative;
            left: 15px;
        }
        
        .exzoom .exzoom_nav .exzoom_nav_inner {
            position: absolute;
            left: 0;
            top: 0;
            margin: 0;
        }
        
        .exzoom .exzoom_nav .exzoom_nav_inner span {
            border: 1px solid #ddd;
            overflow: hidden;
            position: relative;
            float: left;
        }
        
        .exzoom .exzoom_nav .exzoom_nav_inner span.current {
            border: 1px solid #f60;
        }
        
        .exzoom .exzoom_nav .exzoom_nav_inner span img {
            max-width: 100%;
            max-height: 100%;
            position: relative;
        }
        
        .exzoom .exzoom_btn {
            position: relative;
            margin: 0;
        }
        
        .exzoom .exzoom_btn a {
            display: block;
            width: 15px;
            border: 1px solid #ddd;
            height: 60px;
            line-height: 60px;
            background: #eee;
            text-align: center;
            font-size: 18px;
            position: absolute;
            left: 0;
            top: -62px;
            text-decoration: none;
            color: #999;
        }
        
        .exzoom .exzoom_btn a:hover {
            background: #f60;
            color: #fff;
        }
        
        .exzoom .exzoom_btn a.exzoom_next_btn {
            left: auto;
            right: 0;
        }
        
        .exzoom .exzoom_zoom {
            position: absolute;
            left: 0;
            top: 0;
            display: none;
            z-index: 5;
            cursor: pointer;
        }
        
        @media screen and (max-width: 768px) {
            .exzoom .exzoom_zoom_outer {
                display: none;
            }
        }
        
        .exzoom .exzoom_img_ul_outer {
            border: 1px solid #ddd;
            position: absolute;
            overflow: hidden;
        }
        
        .exzoom .exzoom_img_ul_outer .exzoom_img_ul {
            padding: 0;
            margin: 0;
            overflow: hidden;
            position: absolute;
        }
        
        .exzoom .exzoom_img_ul_outer .exzoom_img_ul li {
            list-style: none;
            display: inline-block;
            text-align: center;
            float: left;
        }
        
        .exzoom .exzoom_img_ul_outer .exzoom_img_ul li img {
            width: 100%;
        }
    

        .p14-prodcontent-1 {
            background: #fff;
            padding: 32px 0 42px;
            margin-bottom: 22px;
        }
        
        .p14-prodcontent-1-tit {
            height: 40px;
            font-size: 24px;
            line-height: 40px;
            border-bottom: 2px solid #d4d4d4;
            margin-bottom: 20px;
        }
        
        .p14-prodcontent-1-tit span {
            display: inline-block;
            height: 40px;
            color: #464646;
            border-bottom: 2px solid  #e0e0e0;
            padding-left: 34px;
            background: url(../images/p14-icon11.png) no-repeat 2px center;
        }
        
        .p14-prodcontent-1-tit em {
            font-size: 18px;
            font-family: Arial;
            text-transform: uppercase;
            font-style: normal;
            color: #c2c2c1;
        }
        
        /*.p14-prodcontent-1-desc {*/
        /*    padding-left: 15px;*/
        /*    padding-right: 15px;*/
        /*}*/
        body .pro1 tr td{padding:5px 15px;width:0;}
    

        .p14-product-2-tit {
            height: 46px;
            line-height: 46px;
            border-bottom: 2px solid #dfdfdf;
            margin-bottom: 30px;
            padding-top: 26px;
        }
        .k12-cl-cplb-4nf1-1-01-list-desc {
            text-align: center;
            height: 40px;
            font-size: 14px;
            line-height: 20px;
            color: #666;
            margin-bottom: 12px;
            overflow: hidden;
        }
        
        .k12-cl-cplb-4nf1-1-01-list-deta {
            width: 100px;
            height: 40px;
            display: inline-block;
            border: 1px solid #aaa;
            font-size: 16px;
            line-height: 40px;
            text-align: center;
        }
        .p14-product-2-tit b {
            display: inline-block;
            font-size: 24px;
            font-weight: normal;
            color: #464646;
            padding-left: 52px;
            border-bottom: 2px solid #e0e0e0;
            background:url(../images/p14-icon11.png) no-repeat 22px center;
        }
        
        .p14-product-2-tit span {
            margin-left: 10px;
            font-size: 18px;
            font-family: Arial;
            color: #c2c2c1;
            text-transform: uppercase;
        }
        
        .p14-product-2-list dl {
                width: 24%;
    border: 1px solid #dedede;
    margin-bottom: 15px;
    background: #fff;
    float: left;
    margin-right: 1%;
    box-sizing: border-box;
        }
        
        .p14-product-2-list dl.p14-product-clear {
            margin-right: 0;
        }
        
        .p14-product-2-list dl img {
            display: block;
            width: 100%;
        }
        
        .p14-product-2-list dd {
            padding: 10px 28px 10px 10px;
            margin-right: 2px;
            position: relative;
            text-align: center;
        }
        
        .p14-product-2-list h4 {
                height: 45px;
    font-weight: normal;
    font-size: 18px;
    color: #154c64;
    line-height: 45px;
    overflow: hidden;
        }
        
        .p14-product-2-list h3 a {
            color: #191919;
        }
        
        .p14-product-2-desc {
            font-size: 14px;
            line-height: 24px;
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-product-2-list dl:hover {
            border-color: #04378a;
        }
        
        .p14-product-2-list dl:hover h3 a {
            color: #04378a;
        }
    

     .foot {
  height: 390px;
  background: url(../images/f-bg.jpg) repeat-x left top;
  background-size:100% 100%;
}
.f_cont {
  height: 163px;
  margin-bottom: 72px;
}
.f-info {
    width: 22%;
    padding-left: 108px;
    margin-top: 57px;
}
.f-info span {
  display: block;
  height: 25px;
  font-size: 14px;
  font-family: arial;
  font-weight: bold;
  line-height: 25px;
  color: #303030;
}
.f-info p {
  height: 25px;
  line-height: 25px;
  color: #5f5f5f;
}
.f-add {
  background-image: url('../images/f-icon1.png');
  background-size: 88px 48px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 30px;
}
.f-add p {
  font-size: 16px;
}
.f-mail {
  background-image: url('../images/f-icon2.png');
  background-size: 88px 48px;
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-right: 30px;
}
.f-mail p {
  font-size: 18px;
  font-weight: bold;
}
.f-tel {
  background-image: url('../images/f-icon3.png');
  background-size: 88px 48px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.f-tel p {
  font-size: 16px;
  font-weight: bold;
}
.f_nav em{font-style:normal;}
.f_nav {
  height: 40px;
  font-size: 13px;
  line-height: 40px;
  color: #d8d8d8;
}
.f_nav span {
  display: inline-block;
  margin: 0 10px;
}
.f_nav a {
  color: #d8d8d8;
}
.f-txt {
  padding-left: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #9f9f9f;
}
.f-txt a{color:#9f9f9f;}
.f-txt em {
  margin: 0 10px;
  font-style: normal;
}
.f-code {
      width: 248px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    /*padding-right:150px;*/
}
.f-code img {
    width:81px;
    height: 81px;
    display: inline-block;
    margin: 0 15px;
    position: relative;
}
.f-code p {
  height: 36px;
  font-size: 15px;
  line-height: 36px;
  color: #6c6c6c;
  position: relative;

}
.links {
    height: 40px;
    line-height: 40px;
    
}
.links a{margin-right:15px;}
 

 body .client-2 li i{background:url("../images/42e7403576ae451594825ae40a67f799_2.png") no-repeat;background-size:80% 80%;background-color:#2580e6;margin-right: -1px;    background-position-x: 6px;background-position-y: 5px;}
 .client-2 .my-kefu-ftop .my-kefu-main{background:none;}
        .client-2 {
            position: fixed;
            right: -34px;
            top: 80%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            width: 56px;
            height: 55px;
                border-radius: 5px;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 62px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 16px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #04378a;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #04378a;
            width: 97px;
            height: 44px;
            position: relative;
            padding:9px 0 0;
            float:left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }
    
