﻿
 
				.h_icon{position: absolute; top:0; right:0;}
				.head  .h_icon{}
				.h_drop{
					height: 30px;
					position: relative;
					font-size: 14px;
					color: #333;
					line-height: 30px;
					margin-right: 80px;
					margin-top: 51px;
				}
				.h_drop em{ width: 96px; height: 28px;padding-left: 10px; padding-right: 20px;  border: 1px solid #eee; display: inline-block; vertical-align: middle; background: url(../images/h_icon61.png) no-repeat 105px center;}
				.h_drop:hover .hd_con{display: block;}
			.hd_con {
					width: 100px;
					position: absolute;
					top: 30px;
					left: 75px;
					background: #fff;
					display: none;
					font-size: 14px;
					line-height: 38px;
					z-index: 99;
					padding: 10px;
				}
				
				.hd_con span {
					display: block;  
					border-bottom: 1px dashed #ccc;
				}
				
				.hd_con a {
					color: #555;
				}
        .head {
            height: 262px;
            background: url(../images/h-bj.jpg) repeat-x 0 0;
            position: relative;
            z-index: 200;
        }
        
        .header {
            width: 1200px;
            margin: 0 auto;
        }
        
        .h_top {
            height: 41px;
            font-size: 14px;
            line-height: 40px;
            color: #999999;
        }
        
        .h_top a {
            color: #999;
        }
        
        .ht-link a {
            display: inline-block;
            margin: 0 14px;
        }
        
        .ht_txt1 {
            padding-left: 18px;
            background: url(../images/h-icon3.png) no-repeat left center;
            margin-right: 24px;
        }
        
        .ht_txt1 em {
            font-size: 12px;
            color: #d42100;
        }
        
        .h_con {
            height: 151px;
        }
        
        .h_con h1 {
            width: 219px;
            border-right: 1px solid #ededed;
            margin-top: 50px;
            margin-right: 30px;
            float: left;
            position: absolute;
        }
        
        .h_con h1 img {
            width: 219px;
            height: 51px;
        }
        
        .ht_link {
            margin-right: 30px;
        }
        .ht_link a {
            display: inline-block;
            padding: 0 5px;
        }
        
        .h_txt {
            min-width: 280px;
            min-height: 82px;
            font-size: 20px;
            color: #333;
            line-height: 32px;
            margin-top: 30px;
            padding-top: 17px;
            background: url(../images/h-icon4.jpg) no-repeat left top;
            position: absolute;
            margin-left: 238px;
        }
        
        .h_txt p {
            font-size: 22px;
            font-weight: bold;
            color: #cc0a00;
            line-height: 30px;
        }
        
        .h_tel {
            font-size: 14px;
            line-height: 22px;
            color: #666666;
            margin-top: 46px;
        }
        
        .h_tel p {
            font-size: 28px;
            font-family: arial;
            line-height: 30px;
            color: #cc0a00;
        }
        
        .h_nav {
            height: 70px;
            font-size: 15px;
            color: #666666;
            background-color: #fff;
            position: relative;
        }
        
        .head .h_nav2 {
            display: none;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 0;
        }
        
        .hn_pic {
            width: 64px;
            margin-right: 28px;
        }
        
        .hn_img {
            width: 27px;
            margin-top: 22px;
            cursor: pointer;
        }
        
        .hn_img>img {
            width: 27px;
            height: 22px;
        }
        
        .hn_img {
            position: relative;
        }
        
        .hn_img:hover p {
            display: block;
        }
        
        .hn_pic p {
            display: none;
            position: absolute;
            top: 48px;
            left: -55px;
            width: 187px;
            height: 177px;
            font-size: 14px;
            line-height: 24px;
            color: #333333;
            text-align: center;
            background-color: #E6E6E6;
            padding-top: 10px;
        }
        
        .hn_pic p em {
            display: block;
        }
        
        .hn_pic p span {
            display: inline-block;
            font-size: 14px;
            line-height: 24px;
            color: #f8fcf8;
            width: 123px;
            height: 22px;
            background-color: #cc0a00;
            border-radius: 10px;
        }
        
        .hn_pic p img {
            width: 108px;
            height: 108px;
            padding: 4px;
            border: 1px solid #bdbdbd;
        }
        
        .h_nav li {
            float: left;
            text-align: center;
            line-height: 64px;
					background-repeat: no-repeat;
					background-position: center 3px;
        }
        
        .h_nav li i {
            width: 17px;
            display: inline-block;
            height: 64px;
            background: url(../images/h-icon7.png) no-repeat right center;
            vertical-align: auto;
            float: right;
        }
        
        .h_nav li>a {
            display: inline-block;
            color: #666;
            padding-top: 3px;
            margin: 0 16px;
            border-bottom: 3px solid #fff;
            transition: all 1s ease;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease
        }
        
        .h_nav li.hn_hot {
            background: url(../images/h-icon5.png) no-repeat center 7px;
        }
        
        .h_nav li.hn_new {
            background: url(../images/h-icon6.png) no-repeat center 2px;
        }
        
        .h_nav li:hover>a,
        .h_nav li.cur>a {
            font-weight: bold;
            color: #222222;
            border-color: #d60101;
            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 li:hover .hn_two {
            display: block;
        }
        
        
				.hn_two p img{ width: 34px; display: block; margin: 0 auto 5px;}
				.hn_two {
					display: none;
					width: 100%;
					position: absolute;
					left: 0;
					top: 70px;
					height: 89px;
					background-color: #fff;
					text-align: center;
					border-top: 1px solid #ebebeb;
					padding-top: 20px;
				}
				
				.hn_two p {
					width: 168px;
					text-align: center;
					padding: 0 30px;
					display: inline-block;
					font-size: 14px;
					line-height: 18px;
					color: #666;
					border-right: 1px dashed #ccc;
					
    background-repeat: no-repeat;
    background-position: 173px 0;
    border-right: 1px dashed #ccc;
				}
				 
        
        .hn_two p span {
            display: block;
            font-size: 15px;
            color: #222;
            line-height: 48px;
        }
        
        .hn_two p span a {
            color: #222;
        }
        
        .hn_two p:last-of-type {
            border: 0;
        }
    

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

        .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 #d60201;
            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;
        }
    

        .prod-showcase-1 {}
        
        .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: #cc0a00;
        }
        
        .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: #cc0a00;
            font-size: 16px;
            font-style: normal;
            color: #ffffff;
            text-align: center;
            line-height: 35px;
        }
        /* Hide from IE Mac */
        
        .t1-clearfix {
            display: block;
        }
        /*图片放大镜样式*/
        
        .prod-showcase-1 .jqzoom {
            border: none;
            padding: 0px;
            cursor: pointer;
            margin: 0px;
            display: block;
            position: relative;
            height: 680px;
            overflow: hidden;
        }
        
        .prod-showcase-1 .jqzoom img {
            width: 100%;
            margin: -110px auto 0;
            display: block;
            position: relative;
        }
        
        .prod-showcase-1 .zoomdiv {
            z-index: 100;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 369px;
            height: 369px;
            background: #ffffff;
            display: none;
            text-align: center;
            overflow: hidden;
            border: 1px solid #e8e8e8;
        }
        
        .prod-showcase-1 .jqZoomPup {
            z-index: 10;
            visibility: hidden;
            position: absolute;
            top: 0px;
            left: 0px;
            width: 20px;
            height: 20px;
            border: 1px solid #aaa;
            background: #ffffff;
            opacity: 0.5;
            -moz-opacity: 0.5;
            -khtml-opacity: 0.5;
            filter: alpha(Opacity=50);
        }
        /*图片小图预览列表*/
        
        .t1-pro-preview {
            width: 100%;
            position: relative;
        }
        
        .prod-showcase-1 .t1-spec-preview {
            width: 100%;
            overflow: hidden;
            border: 1px solid #e8e8e8;
        }
         .t1-spec-preview li,
         .t1-spec-preview li img{
             display: block;
             width: 100%;
         }
        .prod-showcase-1 .t1-spec-scroll {
            position: relative;
            z-index: 111;
            clear: both;
            padding: 9px 0;
            width: 100%;
            border-top: 1px solid #e8e8e8;
            background-color: #fff;
        }
        
        .t1-spec-scroll .t1-prev,
        .t1-spec-scroll .t1-next {
            position: absolute;
            z-index: 88;
            display: block;
            width: 22px;
            height:40px;
            text-indent: -9999px;
            overflow: hidden;
            cursor: pointer;
            top: -480px;
        }
         
        
        .prod-showcase-1 .t1-prev {
            left:26px;
            background: url(../images/prev1.png) no-repeat center top;
        }
        
        .prod-showcase-1 .t1-next {
            right:26px;
            background: url(../images/next1.png) no-repeat center top;
        }
        
        .prod-showcase-1 .t1-items {
            padding: 0;
        }
        
        .t1-items-swiper {
            position: relative;
            padding-left: 30px;
        }
        
        .t1-items-swiper p {
            padding: 0 10px;
            float: left;
            width:86px;
            height:53px;
        }
        
        .t1-items-swiper p.xqlb1 {
        /*padding: 0 0 0 30px;*/
        }
        
        .t1-items-swiper p img {
            width: 100%;
            border: 1px solid #eee;
            box-sizing: border-box;
        }
        
        .t1-items-swiper .t1-current img {
            border-color: red;
        }
    

        .cpxq-01 {
            border:1px solid #eee;
            background: #fff;
            margin-bottom: 22px;
        }
        
        .cpxq-01-nav {
            font-size: 18px;
            height: 56px;
            border-bottom: 1px solid #ebebeb;
            display: none;
        }
        
        .cpxq-01-nav li {
            float: left;
            height: 57px;
            line-height: 56px;
            padding: 0 30px;
            border-right: 1px solid #ebebeb;
            cursor: pointer;
        }
        
        .cpxq-01-nav li.cur {
            background: url(../images/p14-icon10.png) no-repeat center bottom #cc0a00;
            color: #fff;
        }
        
        .cpxq-01-text {
            display: none;
        }
        
        .cpxq-01-desc {
            padding-left: 15px;
            padding-right: 15px; 
        }
        
        .cpxq-01-cur {
            display: block;
        }
    

				.social {
				    padding-top: 40px;
					position: relative;
					text-align: center;
					margin-bottom: 40px;
				}
				
				.social>div {
					width: 130px;
					height: 40px;
					line-height: 40px;
					border: 1px solid #d81e06;
					box-shadow: none;
					background: #fff;
					display: inline-block;
					text-align: center;
					margin: 0 2px;
					color: #d81e06;
					font-size: 14px;
					text-decoration: none;
					cursor: pointer;
				}
				
				.social .social_icon {
					width: 24px;
					height: 40px;
					display: block;
					float: left;
					margin-left: 30px;
					margin-right: 10px;
				}
				
				.social i {
					display: block;
					float: left;
				}
				
				.social .social_dz .social_icon {
					background-image: url(../images/dz.png);
					background-size: 100% auto;
					background-position: center;
					background-repeat: no-repeat;
				}
				
				.social .social_ds {
					border-color: #ffab2e;
					color: #ffab2e;
				}
				
				.social .social_ds .social_icon {
					background-image: url(../images/ds.png);
					background-size: 100% auto;
					background-position: center;
					background-repeat: no-repeat;
				}
				
				.social .social_fx {
					color: #3496E6;
					border-color: #3496E6;
				    position: relative;
				}
				
				.social .social_fx .social_icon {
					background-image: url(../images/fx_01.png);
					background-size: 100% auto;
					background-position: center;
					background-repeat: no-repeat;
				}
				
				.social_fx:hover {
					color: #fff;
					background-color: #3496E6;
				}
				
				.social_ds:hover {
					background-color: #ffab2e;
				}
				
				.social_ds:hover i {
					color: #fff;
				}
				
				.social_dz:hover {
					color: #fff;
					background-color: #d81e06;
				}
				
				.social_fx:hover .social_icon {
					background-image: url(../images/fx_02.png);
				}
				
				.social_ds:hover {
					color: #fff;
					background-color: #ffab2e;
				}
				
				.social_ds:hover .social_icon {
					background-image: url(../images/ds_02.png);
				}
				
				.social_dz:hover {
					color: #fff;
					background-color: #d81e06;
				}
				
				.social_dz:hover .social_icon {
					background-image: url(../images/dz_02.png);
				}
				
				.money {
					position: absolute;
					top: 82px;
					left: 0;
					display: none;
					z-index: 5;
					width: 100%;
				}
				
				.money_con {
					width: 300px;
					overflow: hidden;
					margin: 0 auto;
					padding: 5px;
					background: #fff;
					border-radius: 5px;
					border: 1px solid #ddd;
					box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
					background: rgba(255, 255, 255, 0.9);
					text-align: center;
				}
				
				.money_con h4 {
					height: 34px;
					font-size: 14px;
					color: #333;
				}
				
				.money_con p {
					float: left;
					height: auto;
					max-width: 48%;
					margin: 0 1%;
					font-size: 14px;
					font-weight: bold;
					line-height: 24px;
					vertical-align: middle;
				}
				
				.social div.money_con p span {
					color: #FF6666;
				}
				
				.money_con p em {
					color: #5CB85C;
				}
				
				.money_con img {
					width: 100%;
				}
				
				.share {
					position: absolute;
					left: 0;
					bottom: 42px;
					display: none;
					z-index: 999;
					width:260px;
					text-align: center;
				}
				.social_fx:hover .social_dom,.social_ds:hover .social_dom{display:block;}
			

        .xgcp-zs-01 {
            margin-bottom: 40px;
        }
        
        .xgcp-zs-01-tit { 
            height: 46px;
            line-height: 46px;
            margin-bottom: 30px;
            padding-top: 26px;
            border-bottom: 2px solid #dfdfdf;
        }
        .xgcp-zs-01-tit span{
            display: inline-block;
            height: 46px;
            border-bottom: 2px solid transparent;
        }
        .xgcp-zs-01-tit span.cur{
            color: #d60201;
            border-color: #d60201;
        }
        .xgcp-zs-01-tit span.cur a{
            color: #d60201; 
        }
        
        .xgcp-zs-01-tit b {
            display: inline-block;
            font-size: 24px;
            font-weight: normal;
            padding-left: 52px;
            border-bottom: 2px solid #d60201;
            background: url(../images/p14-icon11.png) no-repeat 22px center;
        }
        
        .xgcp-zs-01-tit span {
            margin-right: 20px;
            font-size: 18px;
            font-family: Arial;
            color: #cacaca;
        }
        
        .xgcp-zs-01-list dl {
            float: left;
            width: 20.4%;
            border: 1px solid #dfdfdf;
            margin-left: 3.4%;
            position: relative;
            overflow: hidden;
        }
        
        .xgcp-zs-01-list dl:nth-child(4n) {
            margin-right: 0;
        }
        
        .xgcp-zs-01-list dl:hover {
            border-color: #d60201;
        }
        
        .xgcp-zs-01-list dl img {
            display: block;
            width: 100%;
            margin: 0 auto;
        }
        
        .xgcp-zs-01-list dd {
            padding: 12px 0;
            background: rgba(0, 0, 0, 0.5);
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
        }
        
        .xgcp-zs-01-list h3 {
            height: 22px;
            font-size: 16px;
            font-weight: normal;
            line-height: 22px;
            margin: 0 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .xgcp-zs-01-list h3 a {
            color: #fff;
        }
        
        .xgcp-zs-01-desc {
            font-size: 14px;
            color: #fff;
            height: 24px;
            line-height: 24px;
            margin: 0 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    

    i,
    em {
        font-style: normal;
    }
    
    .footWrap {
        background: url(../images/f-bj.jpg) repeat-x center 0;
        height: 504px;
        overflow: hidden;
        font-family: "Microsoft Yahei";
    }
    
    .footer {
        height: 256px;
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
        padding-top: 54px;
    }
    
    .fcode {
        width: 266px;
        overflow: hidden;
    }
    
    .fcode dd p {
        margin-top: 16px;
        width: 85px;
        float: left;
        margin-right: 32px;
    }
    
    .fcode dd p img {
        width: 85px;
        height: 85px;
        display: block;
        margin: 0 auto;
    }
    
    .fcode dd p span {
        display: block;
        line-height: 34px;
        color: #a9a9a9;
        text-align: center;
        display: block;
    }
    
    .fcode dd i {
        display: block;
        padding-top: 15px;
        font-size: 14px;
        color: #fff;
        text-decoration: underline;
    }
    
    .footer dt a {
        color: #fff;
    }
    
    .fcase {
        width: 154px;
    }
    
    .fserv {
        width: 150px;
    }
    
    .ffang {
        width: 170px;
    }
    
    .fnews {
        width: 156px;
    }
    
    .fabout {
        width: 100px;
    }
    
    .footer dl {
        float: left;
    }
    
    .footer dt {
        height: 38px;
        border-bottom: 1px solid #333333;
        overflow: hidden;
        font-size: 16px;
        line-height: 38px;
        color: #fff;
    }
    
    .footer dd {
        padding-top: 10px;
    }
    
    .footer dd a {
        display: block;
        font-size: 14px;
        color: #bcbcbc;
        line-height: 32px;
    }
    
    .flogo {
        width: 160px;
        overflow: hidden;
        float: right;
    }
    
    .flogo img {
        width: 128px;
        height: 120px;
        display: block;
        margin: 0 auto;
    }
    
    .flogo p {
        padding-top: 18px;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }
    
    .flogo b {
        display: block;
        font-size: 20px;
        color: #fff;
        font-family: Arial;
    }
    
    .fwz {
        height: 204px;
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .fwz dl {
        padding-top: 36px;
        width: 950px;
        overflow: hidden;
        float: left;
    }
    
    .fwz dt {
        height: 55px;
        overflow: hidden;
        margin-right: 40px;
        width: 400px;
    }
    
    .fcur1 li {
        display: inline-block;
        color: #333333;
        font-size: 14px;
        padding: 0 5px;
    }
    
    .fcur2 li {
        font-size: 12px;
        color: #939393;
        line-height: 24px;
        width: 400px;
        padding-left: 5px;
    }
    
    .fwz dd {
        padding-top: 14px;
        font-size: 14px;
        color: #333333;
        line-height: 30px;
        border-top: 1px solid #d6d6d6;
    }
    
    .fwz dd span {
        display: block;
        color: #999999;
    }
    
    .fwz dd span a {
        color: #999999;
    }
    
    .fwz dd em {
        display: inline-block;
        padding: 0 20px;
    }
    
    .fwz1 {
        width: 200px;
        overflow: hidden;
        float: right;
        padding-top: 56px;
        font-size: 12px;
        line-height: 24px;
        text-align: right;
        padding-right: 10px;
    }
    
    .fwz1 span {
        display: block;
        color: #939393;
        width: 180px;
    }
    
    .ftu {
        display: block;
        clear: both;
        padding-left: 36px;
        height: 124px; 
    }
    
    .ftu i {
        height: 35px;
        margin-top: 8px;
        display: block;
        float: left;
        position: relative;
    }
    
    .ftu i img {
        display: inline-block;
        margin-left: 16px;
    }
    
    .ftu i em {
        display: block;
        position: absolute;
        bottom: 37px;
        left: -6px;
        width: 76px;
        height: 76px;
        display: none;
    }
    
    .ftu i em img {
        width: 76px;
        height: 76px;
        margin-left: 0;
    }
    
    .ftu i:hover em {
        display: block;
    }


        .client-2 {
            position: fixed;
            right: -186px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 60px;
            position: relative;
        }
        
        .client-2 li i {
            /*background: url(../images/fx.png) no-repeat;*/
            background-repeat: no-repeat;
            background-position:center center;
            background-size: 100% auto;
            display: block;
            width: 25px;
            height: 25px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 16px;
            font-size: 12px;
            line-height: 16px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-image: url(../images/qq-icon.png);
                background-size: 24px 25px;
        }
        .client-2  .my-kefu-hd i {
            background-image: url(../images/kf-icon2.png);
        }
       
        .client-2 .my-kefu-tel i {
            background-image: url(../images/tel-icon.png);
        }
        
        .client-2 .my-kefu-liuyan i {
            background-image: url(../images/ly-icon.png);
        }
        
        .client-2 .my-kefu-weixin i {
            background-image: url(../images/wx-icon1.png);
        }
        
        .client-2 .my-kefu-weibo i {
            background: url(../images/fx.png) no-repeat;
    background-position: -22px -16px;
    background-size: 48px auto;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
            background-image: url(../images/top-icon.png);
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 60px;
            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: #333333;
            color: #fff;
            height: 52px;
            width: 247px;
            padding:8px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #333333;
            width: 97px;
            height: 52px;
            position: relative;
            padding:8px 0 0;
            float: left;
        }
        .client-2 li:hover .my-kefu-main,.client-2 li:hover .my-kefu-tel-main  { background-color:#d60101;}
        .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;
        }
    
