
        em,
        i {
            font-style: normal;
        }
        
        .topWrap {
            background: url(images/tpbg.jpg) repeat-x center top;
            font-family: "Microsoft Yahei";
            height: 127px;
            position: relative;
            overflow: hidden;
        }
        
        .header {
            width: 1200px;
            margin: 0 auto;
        }
        
        .h_nr {
            height: 127px;
            overflow: hidden;
            box-sizing: border-box;
            padding-top: 22px;
        }
        
        .logo {
            width: 175px;
            height: 78px;
            overflow: hidden;
            float: left;
        }
        
        .logo img {
            width: 175px;
            height: 78px;
            display: block;
        }
        
        .h_nr h2 {
            margin-left: 22px;
            margin-top: 8px;
            float: left;
            font-size: 23.75px;
            color: #30373f;
            font-weight: normal;
            text-align: left;
            line-height: 35px;
            position: relative;
        }
        
        .h_nr h2 b {
            color: #30373f;
            font-size: 26px;
            font-weight: bold;
            display: block;
            text-align: left;
            position: relative;
        }
        
        .h_nr .sc {
            margin-top: 20px;
            text-align: left;
            float: right;
            width: 272px;
            box-sizing: border-box;
            padding-left: 55px;
            height: 64px;
            background: url(images/tel.png) no-repeat left 5px;
            line-height: 22px;
        }
        
        .h_nr .sc span {
            font-size: 16px;
            color: #30373f;
            display: block;
            font-weight: lighter
        }
        
        .h_nr .sc p {
            overflow: hidden;
            color: #0f7a40;
            font: 32px "Arial";
            font-weight: bold;
        }
        
        .h_nr .fcode {
            width: 250px;
            float: right;
            margin-top: -12px;
        }
        
        .h_nr .fcode em {
            display: block;
            width: 100px;
            float: left;
            line-height: normal;
            text-align: center;
            color: #000;
            margin-right: 20px;
            font-size: 12px;
        }
        
        .h_nr .fcode em img {
            width: 90px;
            height: 90px;
            display: block;
            padding: 1px;
            background: #eee;
            margin: 0 auto;
        }
        
        .nav {
            height: 60px;
            background: #30373f;
            font-family: "Microsoft Yahei";
        }
        
        .nav ul {
            height: 60px;
            width: 1200px;
            margin: 0 auto;
        }
        
        .nav li {
            float: left;
            font-size: 16px;
            position: relative;
        }
        
        .nav li a {
            text-decoration: none;
            height: 60px;
            padding: 0 29px;
            line-height: 60px;
            display: block;
            position: relative;
            z-index: 2;
            color: #ffffff;
            box-sizing: border-box;
            font-weight: lighter;
        }
        
        .nav li:after {
            content: '';
            position: absolute;
            height: 0;
            width: 100%;
            background: #009745;
            background-size: 100% 100%;
            bottom: 0;
            left: 0;
            -webkit-transition: height .5s;
            transition: height .5s;
            color: #fff;
            z-index: 1;
        }
        
        .nav li:hover:after,
        .nav li.cur:after {
            height: 100%;
            color: #ffffff;
            z-index: 1;
        }
        
        .nav li a:hover,
        .nav .cur a {
            font-weight: normal;
            text-decoration: none;
            color: #ffffff;
        }
        
        .nav li.nones:before {
            background: none;
        }
        
        .hd_fixed {
            filter: alpha(opacity=95);
            opacity: 0.95;
            position: fixed;
            top: 0;
            width: 100%;
            _position: absolute;
            _top: expression(eval(document.documentElement.scrollTop)-0);
            z-index: 10;
            left: 0;
            -webkit-transition: top 0.5s;
            transition: top 0.5s;
        }
        
        .nav ul li .nav-two {
            width: 1200px;
            position: absolute;
            left: 228%;
            top: 5rem;
            transform: translate(-50%, 0);
            background: rgba(255, 255, 255, .98);
            box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.26);
            /*border-radius: 0.5rem;*/
            /*padding: 0.9rem 0 1.5rem;*/
            box-sizing: border-box;
            /*border: 0.05rem solid #ff8901;*/
            transition: .5s;
            display: none;
            z-index: 9;
        }
        
        .nav ul li .nav-two p {
            float: left;
            width: 100%;
            padding: 0.5rem 3rem 0;
            box-sizing: border-box;
        }
        
        .nav ul li .nav-two em {
            float: right;
            width: 35%;
            display: block;
            padding: 3rem 2.5rem;
            background: #f5f5f5;
            box-sizing: border-box;
        }
        
        .nav ul li .nav-two em img {
            display: block;
            width: 100%;
            border-radius: 4px;
        }
        
        .nav ul li .nav-two b a {
            display: block;
            height: 4rem;
            border-bottom: 1px solid #009745;
            font-weight: normal;
            font-size: 1.2rem;
            color: #009745;
        }
        
        .nav ul li .nav-two i {
            display: flex;
            flex-wrap: wrap;
            margin-top: 1rem;
        }
        
        .nav ul li .nav-two i a {
            display: block;
            line-height: 1.8rem;
            font-size: 0.8rem;
            color: #333333;
            float: left;
            width: 25%;
            padding-left: 1rem;
            position: relative;
            box-sizing: border-box;
        }
        
        .nav ul li .nav-two i a:after {
            position: absolute;
            left: 0;
            top: 0.7rem;
            width: 0.3rem;
            height: 0.3rem;
            border-radius: 0.3rem;
            background: #009745;
            content: "";
        }
        
        .nav ul li .nav-two i a:hover {
            color: #009745;
        }
        
        .nav ul li:hover .nav-two {
            top: 3.8rem;
            display: block;
        }
    

        .ty-banner-1 {
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

    .p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
    }
    
    .p102-search-1 p {
        float: left;
        width: 750px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: #333333;
    }
    
    .p102-search-1 p b {
        display: inline-block;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: inline-block;
        margin-right: 15px;
    }
    .p102-search-1 p a:hover{color: #0e7a40;}
    .p102-search-1-inp {
        float: right;
        width: 356px;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 25px;
        position: relative;
    }
    
    .p102-search-1-inp:before,
    .p102-search-1-inp:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background: #e3e3e3;
        left: 10%;
        z-index: 0;
    }
    
    .p102-search-1-inp:before {
        top: 0;
    }
    
    .p102-search-1-inp:after {
        bottom: 0;
    }
    
    .p102-search-1-inp1 {
        width: 249px;
        height: 34px;
        line-height: 34px;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        float: left;
    }
    
    .p102-search-1-inp2 {
        width: 66px;
        height: 36px;
        border: 0;
        border-radius: 25px;
        background: url(images/p102-search-icon1.png) no-repeat center center #0e7a40;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


		.plc{padding: 5px 0 25px;}
		.p12-curblock{
			display: none;
		}
		.p102-curmbs-1{height: 40px;line-height: 40px;font-size: 14px;color: #808080;}
		.p102-curmbs-1 b {
			font-weight: normal;
			padding-left: 35px;
			background: url(images/p102-curmbs-icon1.png) no-repeat left center;

		}
		.p102-curmbs-1 i {
			font-style: normal;
		}

		.p102-curmbs-1 span {
			font-family: 宋体;
			height: 46px;
			line-height: 46px;
			padding: 0px 5px;
		}
		.p102-curmbs-1 a{color: #808080;}
		.p102-curmbs-1 a:hover{color: #0e7a40;}
	

    .p102-proShow-1 {
        padding: 10px 0 30px;
    }
    
    .p102-proShow-1-con {
        border: 1px solid #e3e3e3;
        position: relative;
    }
    
    .p102-proShow-1-left {
        width: 53.4%;
        position: relative;
        overflow: hidden;
    }
    
    .p102-proShow-1-prev,
    .p102-proShow-1-next {
        position: absolute;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background: #ccc;
        top: 50%;
        margin-top: -20px;
        z-index: 5;
        display: none;
    }
    
    .p102-proShow-1-left:hover .p102-proShow-1-prev,
    .p102-proShow-1-left:hover .p102-proShow-1-next {
        display: block;
    }
    
    .p102-proShow-1-prev {
        left: 15px;
    }
    
    .p102-proShow-1-next {
        right: 15px;
    }
    
    .p102-proShow-1-prev:before,
    .p102-proShow-1-next:after {
        position: absolute;
        content: '';
        width: 18px;
        height: 18px;
        border: 2px solid #fff;
        border-style: solid solid none none;
        top: 10px;
        z-index: 1;
    }
    
    .p102-proShow-1-prev:before {
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        right: 4px;
    }
    
    .p102-proShow-1-next:after {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 4px;
    }
    
    .p102-proShow-1-pic img {
        width: 100%;
        display: block;
    }
    
    .p102-proShow-1-size {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 56px;
        height: 26px;
        font-size: 14px;
        line-height: 16px;
        color: #ccc;
        letter-spacing: 3px;
    }
    
    .p102-proShow-1-right {
        position: absolute;
        width: 39.2%;
        right: 3.33%;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-proShow-1-text {
        padding: 50px 0 15px;
        border-bottom: 1px solid #e3e3e3;
        position: relative;
    }
    
    .p102-proShow-1-text:after {
        content: '';
        position: absolute;
        width: 40px;
        height: 3px;
        background: #0e7a40;
        left: 0;
        bottom: -2px;
        z-index: 1;
    }
    
    .p102-proShow-1-text .p102-proShow-1-title {
        height: 40px;
        font-size: 26px;
        line-height: 40px;
        color: #1a1a1a;
    }
    
    .p102-proShow-1-text p {
        height: 28px;
        line-height: 28px;
        font-size: 16px;
        color: #808080;
    }
    
    .p102-proShow-1-desc {
        max-height: 170px;
        line-height: 34px;
        font-size: 16px;
        color: #4c4c4c;
        text-align: justify;
        padding: 30px 0 0;
        overflow: hidden;
    }
    
    .p102-proShow-1-tel {
        position: absolute;
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding-top: 20px;
        border-top: 1px solid #e3e3e3;
        left: 0;
        bottom: 38px;
        z-index: 1;
    }
    
    .p102-proShow-1-tel a {
        float: left;
        width: 98px;
        height: 50px;
        padding-left: 58px;
        background: url(images/p102-cpxq-icon1.png) no-repeat 22px center #0e7a40;
        font-size: 18px;
        color: #ffffff;
        margin-right: 12px;
    }
    
    .p102-proShow-1-tel p {
        float: left;
        min-width: 300px;
        max-width: 100%;
        height: 50px;
    }
    
    .p102-proShow-1-tel p em {
        float: left;
        height: 50px;
        font-size: 16px;
        color: #4c4c4c;
        padding-left: 50px;
        background: url(images/p102-cpxq-icon2.png) no-repeat left center;
        font-style: normal;
    }
    
    .p102-proShow-1-tel p span {
        float: left;
        font: bold 26px/50px Arial;
        color: #333333;
    }


.p102-pro-content .blk-main{width:100% !important;}
.content{width:1200px;margin:0 auto;}

    .p102-pro-content-nav {
        height: 50px;
        box-shadow: 0 -2px 3px #f9f9f9, 0 4px 6px #e9e9e9;
    }
    
    .fixed {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 88;
        background: #fff;
    }
    
    .p102-pro-content-nav li {
        float: left;
        line-height: 50px;
        margin-right: 50px;
        position: relative;
        font-size: 18px;
        color: #4c4c4c;
        font-weight: normal;
    }
    
    .p102-pro-content-nav li.cur,
    .p102-pro-content-nav li:hover {
        color: #0e7a40;
    }
    
    .p102-pro-content-nav li.cur:before,
    .p102-pro-content-nav li:hover:before {
        content: '';
        position: absolute;
        width: 12px;
        height: 12px;
        border: 3px solid #0e7a40;
        background: #fff;
        border-radius: 100%;
        left: 50%;
        margin-left: -9px;
        bottom: -10px;
        z-index: 1;
    }
    
    .p102-pro-content-nav li.cur:after,
    .p102-pro-content-nav li:hover:after {
        content: '';
        position: absolute;
        width: 6px;
        height: 6px;
        background: #0e7a40;
        border-radius: 100%;
        left: 50%;
        margin-left: -3px;
        bottom: -4px;
        z-index: 2;
    }
    
    .p102-pro-content-desc {
        padding: 40px 0;
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
    }


        .k12-cx-xgcp-4pl-fx1-1-01-tit {
            height: 46px;
            line-height: 46px;
            font-weight: normal;
            border-bottom: 2px solid #dfdfdf;
            margin-bottom: 30px;
            padding-top: 26px;
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-tit b {
            display: inline-block;
            font-size: 24px;
            font-weight: normal;
            color: #464646;
            padding-left: 52px;
            border-bottom: 2px solid #30373f;
            background:url(images/p14-icon11.png) no-repeat 22px center;
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-tit span {
            margin-left: 10px;
            font-size: 18px;
            font-family: Arial;
            color: #c2c2c1;
            text-transform: uppercase;
        }
        .k12-cx-xgcp-4pl-fx1-1-01-list{padding-top: 40px;}
        .k12-cx-xgcp-4pl-fx1-1-01-list dl {
            float: left;
            width: 23.5%;
            border: 1px solid #dfdfdf;
            margin-right:2%;
            box-sizing: border-box;
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-list dl.p14-product-clear {
            margin-right: 0;
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-list dl:hover {
            border-color: #db1b22;
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-list dl img {
            display: block;
            width: 100%; 
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-list dd {
            padding: 10px 28px 10px 10px;
            margin-right: 2px;
            position: relative;
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-list h4 {
            height: 30px;
            font-size: 16px;
            font-weight: normal;
            line-height: 30px;
            color: #191919;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-list h4 a {
            color: #191919;
        }
        
        .k12-cx-xgcp-4pl-fx1-1-01-desc {
            font-size: 14px;
            line-height: 24px;
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p15-product-2-date {
            width: 25px;
            height: 27px;
            background: url(images/p14-icon12.png) no-repeat center center;
            position: absolute;
            top: 20px;
            right: 4px;
            z-index: 33;
            cursor: pointer;
        }
        
        .p15-product-2-date a {
            display: block;
            width: 25px;
            height: 27px;
        }
    

    .p102-pro-content-title {
        display: inline-block;
        height: 64px;
        line-height: 64px;
        font-size: 32px;
        color: #1a1a1a;
        font-weight: normal;
        position: relative;
        border-bottom: 3px solid #0e7a40;
    }
    
    .p102-pro-content-title:after {
        content: '';
        position: absolute;
        width: 50%;
        height: 3px;
        background: #30373f;
        right: 0;
        bottom: -3px;
        z-index: 1;
    }
    
    .p102-pro-case {
        padding: 60px 0 80px;
    }
    
    .p102-pro-case-list {
        padding-top: 40px;
    }
    
    .p102-pro-case-items dl {
        float: left;
        width: 378px;
        position: relative;
        margin-right: 33px;
    }
    
    .p102-pro-case-items dl:nth-child(4n-1) {
        margin-right: 0;
    }
    
    .p102-pro-case-items dt img,
    .p102-pro-case-items dt a {
        display: block;
        width: 100%;
    }
    
    .p102-pro-case-items dd {
        position: absolute;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        left: 0;
        bottom: 0;
        z-index: 2;
    }
    
    .p102-pro-case-items dd h4 a {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        padding: 0 15px;
    }
    
    .p102-pro-case-items dl:hover dt a:before {
        content: '';
        position: absolute;
        background: rgba(0, 0, 0, 0.5);
        width: 100%;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-pro-case-items dl:hover dt a:after {
        content: '+';
        position: absolute;
        width: 50px;
        height: 50px;
        font: 30px/50px "宋体";
        color: #fff;
        text-align: center;
        background: #0e7a40;
        left: 50%;
        margin-left: -25px;
        top: 50%;
        margin-top: -25px;
        border-radius: 100%;
        z-index: 2;
    }
    
    .p102-pro-case-items dl:hover dd {
        background: none;
    }
    
    .p102-pro-case-paging {
        height: 30px;
        text-align: center;
        padding-top: 25px;
    }
    
    .p102-pro-case-paging li {
        display: inline-block;
        width: 10px;
        height: 10px;
        border: 3px solid #0e7a40;
        border-radius: 100%;
        margin: 0 5px;
    }
    
    .p102-pro-case-paging li.cur {
        background: #0e7a40;
    }
    
    .p102-pro-case-more {
        width: 198px;
        height: 44px;
        margin: 35px auto 0;
        border: 1px solid #0e7a40;
        position: relative;
    }
    
    .p102-pro-case-more a {
        display: block;
        height: 44px;
        line-height: 44px;
        font-size: 18px;
        font-weight: normal;
        color: #0e7a40;
        padding-left: 64px;
        position: relative;
    }
    
    .p102-pro-case-more a:before {
        content: '';
        width: 20px;
        height: 14px;
        position: absolute;
        border: 4px solid #0e7a40;
        border-left: 0;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        left: 26px;
        top: 11px;
    }
    
    .p102-pro-case-more a:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-right: 6px solid #0e7a40;
        top: 9px;
        left: 22px;
        z-index: 1;
    }


        .footWrap{background:#30373f;height:700px;font-family:"Microsoft Yahei";box-sizing: border-box;}
        .footer{width:1200px;margin: 0 auto; }
        .footer em{padding:0 8px;}
        .f_nav{width: 100%; height: 74px;background: #127c42;}
        .fnav{width:1200px;margin:0 auto;}
        .fnav a{display: block;font-size:16px;color:#fff;line-height: 74px; height: 74px;padding:0 43px; float: left;text-decoration: none;}
        .fnav a.no1{padding-left:0;}
        .fnav a.lasta{padding-right:0;}

        .fcontact{width: 100%; height:524px;background: url(images/ftbg.jpg) no-repeat center top;padding-top:150px;box-sizing: border-box; }
        .fcontact h3{ font-weight: bold;font-size: 47px; color:#30373f;text-align: center;margin-bottom: 22px;    line-height: 55px;}
        .fcontact h4{    font-weight: bold;
    font-size: 32px;
    color: #127c42;
    text-align: center;
    margin-bottom: 22px;
    line-height: 55px;
    width: 1136px;
    margin: 0 auto;}
        .fcontact h3 em{display: block; font-size:40px; color:#666666; font-family: Arial, Helvetica, sans-serif;}
        .fcontact .lx{text-align: center;}
        .fcontact .lx p{text-align: center; font-size: 18px;color:#0a742a;font-weight: bold; line-height: 40px; display: inline-block; margin-left:80px;padding-left:35px;margin-bottom: 20px;}
        .fcontact .lx p i{font-weight: normal;}
        .fcontact .lx p:nth-child(1){background: url(images/ftico1.png) no-repeat left center;}
        .fcontact .lx p:nth-child(2){background: url(images/ftico2.png) no-repeat left center;}
        .fcontact .lx p:nth-child(3){background: url(images/ftico3.png) no-repeat left center;}
        .fcontact .addr{ display: block;text-align: center; font-size: 15px; color:rgba(48, 55, 63, 0.83)}

        .fbeian{width: 619px;padding-top:10px; clear: both;overflow: hidden;box-sizing: border-box; float:left;}
        .fbeian  img{width:180px;height:80px;  display: block; float: left;}
        .fbeian p{padding-top:18px;padding-left:42px; font-size: 15px;color: rgba(255, 255, 255, 0.66);float: left; line-height: 32px;}
        .fbeian p b{display:block;font-size: 16px; font-weight: normal; color:#fff;}
        .fbeian p a{color: rgba(255, 255, 255, 0.66);}
        .links{float: right; width:528px; padding-top:15px; height:67px; overflow:hidden; font-size:15px;}
    .links a{color: #fff;margin-right: 30px;}
    .links a:last-child{margin-right: 0;}
       

        .client-2 {
            position: fixed;
            right: -170px;
            top: 50%;
            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: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .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-radius:5px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #0e7a40;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
             border-radius:5px;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #0e7a40;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
             border-radius:5px;
            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;
        }
    
