
        .head i,
        .foot i,
        .head em,
        .foot em {
            font-style: normal;
        }
        
        .clearfix:after {
            height: 0;
            content: "";
            clear: both;
            display: block;
        }
        
        .head {
            max-width: 1920px;
            margin: 0 auto;
            background: #ffffff;
            position: relative;
            z-index: 100;
            width: 100%;
            min-width: 1200px;
        }
        
        .header {
            height: 6.5rem;
            margin: 0 auto;
        }
        
        .head .logo {
            float: left;
            width: 10rem;
            height: 6.5rem;
            margin-left: 5rem;
            position: relative;
            z-index: 1;
        }
        
        .head .logo a {
            display: block;
        }
        
        .head .logo img {
            width: 8.55rem;
            height: 3.3rem;
            display: block;
            position: absolute;
            left: 50%;
            top: 1.5rem;
            transform: translate(-50%, 0);
            z-index: 1;
        }
        
        .head .head-txt {
            float: left;
            margin: 1.5rem 0 0 0.7rem;
        }
        
        .head .head-txt span {
            display: block;
            height: 2.5rem;
            line-height: 2.5rem;
            font-size: 1.2rem;
            color: #333333;
            font-weight: bold;
        }
        .head .language{float: right;display: flex;height: 2.5rem;
  margin: 2.2rem 4rem 0 0;}
        .head .language a{display: block;line-height: 2.5rem;font-size: 1rem;color: #333;}
        .head .language a:hover{color: #00953f;}
        .head .language a:first-of-type{margin-right: 0.75rem;position: relative;}
        .head .language a:first-of-type:after{content: "";position: absolute;width: 2px;background: #333;top: 0.85rem;bottom: 0.8rem;right: -0.45rem;z-index: 1;opacity: 0.8;}
        .head-tel {
            float: right;
            height: 2.5rem;
            padding-left: 1.75rem;
            margin: 2rem 1rem 0 0;
            position: relative;
            z-index: 2;
        }
        
        .head-tel i {
            position: absolute;
            width: 1.2rem;
            height: 1.2rem;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
            z-index: 2;
        }
        
        .head-tel i img {
            width: 1.3rem;
            width: 1.3rem;
            display: block;
        }
        
        .head-tel p {
            height: 2.8rem;
            line-height: 2.8rem;
            font-size: 1.1rem;
            font-family: 'OPPO', Arial;
            /*! font-weight: bold; */
            color: #333333;
            overflow: hidden;
        }
        
        .head-nav {
            float: right;
            margin: 1.8rem 1.5rem 0 0;
        }
        
        .head-nav ul li {
            float: left;
            position: relative;
            margin: 0 0.5rem;
        }
        
        .head-nav ul li:last-of-type {
            margin-right: 0;
        }
        
        .head-nav ul li > a {
            display: block;
            height: 3rem;
            line-height: 3rem;
            font-size: 0.9rem;
            color: #333333;
            position: relative;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        .head-nav ul li > a:after {
            content: "";
            position: absolute;
            width: 0;
            height: 0.65rem;
            background: url(images/hline.png) no-repeat center;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        .head-nav ul li.cur > a,
        .head-nav ul li:hover > a {
            color: #00953f;
        }
        
        .head-nav ul li.cur > a:after,
        .head-nav ul li:hover > a:after {
            width: 100%;
        }
        
        .head-nav ul .submenu {
            position: absolute;
            left: 50%;
            top: 79%;
            transform: translateX(-50%);
            z-index: 99;
            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: 22px !important;
            overflow: hidden;
        }
        
        .head-nav ul .submenu p {
            background: rgba(12, 77, 157, .95);
            padding: 6px 21px;
            border-radius: 10px;
            position: relative;
        }
        
        .head-nav ul .submenu p:before {
            position: absolute;
            content: "";
            border-width: 9px 8px;
            border-style: solid;
            border-color: transparent transparent rgba(12, 77, 157, 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;
        }
        
        .head-nav ul .submenu a {
            transition: all .4s ease;
            display: block;
            font-weight: 500;
            padding: 0 17px 0 32px;
            font-size: 16px;
            line-height: 48px;
            color: #fff;
            line-height: 54px;
            white-space: nowrap;
            position: relative;
            border-bottom: 1px dotted #fff;
            text-align: left;
        }
        
        .head-nav ul .submenu a:last-child {
            border-bottom: 0
        }
        
        .head-nav ul .submenu a:before {
            position: absolute;
            content: "";
            width: 4px;
            height: 4px;
            border: 2px solid rgba(255, 255, 255, 1);
            border-radius: 50%;
            top: 23px;
            left: 13px;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
        
        .head-nav ul .submenu a:hover {
            color: #32cfa3;
        }
        
        .head-nav ul .submenu a:hover:before {
            border-color: #32cfa3;
        }
        
        .head-nav ul li:hover .submenu {
            max-height: 500px;
        }
        
        .head-nav ul li:hover .submenu p:before {
            opacity: 1;
        }
        
        .head.head-fixed {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            z-index: 100;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        
    

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

        .search_content {
            padding: 18px 0 0;
            height: 49px;
            line-height: 30px;
            border-bottom: solid 1px #e3e3e3;
        }
        
        .p2-keyword {
            width: 715px;
            float: left;
            text-transform: capitalize;
            color: #999;
        }
        
        .p2-keyword dt,
        .p2-keyword dd {
            float: left;
        }
        
        .p2-keyword dd a {
            padding: 0 7px;
            color: #999;
        }
        
        .p2-keyword dd a:hover {
            color:#00953f;
            ;
        }
        
        .search-1-input-group {
            width: 278px;
            height: 32px;
            background: url(images/p2-bg.png) no-repeat 0 -224px;
        }
        
        .search-1-input-group .searchKey {
            padding: 0 0 0 19px;
            width: 220px;
            height: 30px;
            line-height: 30px;
            float: left;
            background: none;
            border: 0;
            float: left;
            color: #bfbfbf;
        }
        
        .search-1-input-group .p2-btn {
            width: 38px;
            height: 30px;
            text-indent: 38px;
            float: right;
            height: 32px;
            background: url(images/p2-bg.png) no-repeat -1px -168px;
        }
    

        .p5-crumbs {
            border-bottom: solid 1px #f0f0f0;
            height: 71px;
            line-height: 71px;
            color: #898989;
            /*font-family: "Gotham-Book";*/
            margin-bottom:20px;
        } 
.p5-crumbs-con a {
            color: #898989;
        } 
.p5-crumbs-con .cur,
        .p5-crumbs-con a:hover {
            color:#00953f;
        }
    

    .t1-search-result { position: relative; margin-bottom:30px; color: #666; }
    .t1-search-result .t1-mt { position: absolute; _position: absolute !important; z-index: 99; width: 100%; margin-bottom:30px;font-size: 12px; }
    .t1-search-result .t1-mc{margin-bottom:30px;}
    .t1-search-result .t1-mt .t1-fore-1 { position: relative; z-index: 99; height: 47px; padding: 0 2%; border: 1px solid #cbcbcb; background-color: #fff; }
    .t1-search-result .t1-mt .t1-fore-1 li { position: relative; float: left; margin: 0 10px; }
    .t1-search-result .t1-mt .t1-fore-1 .t1-first-link { display: inline-block; height: 46px; line-height: 46px; color: #666; text-decoration: none; }
    .t1-search-result .t1-mt .t1-fore-1 .t1-first-link:hover { color: #c10914; }
    .t1-search-result .t1-mt .t1-fore-1 .t1-current .t1-first-link { border-bottom: 2px solid #c10914; color: #c10914; }
    .t1-search-result .t1-mt .t1-fore-1 .t1-panel { display: none; position: absolute; left: 0; top: 47px; z-index: 999; border: 1px solid #cbcbcb; background-color: #fafafa; }
    .t1-search-result .t1-mt .t1-fore-1 .t1-panel a { display: block; width: 100px; padding: 8px 20px; border-bottom: 1px solid #cbcbcb; color: #666; text-decoration: none; }
    .t1-search-result .t1-mt .t1-fore-1 .t1-panel a:last-child {border-bottom: 0 none;}
    .t1-search-result .t1-mt .t1-fore-1 .t1-panel a:hover { color: #c10914; background-color: #fff; }
    .t1-search-result .t1-mt .t1-fore-2 { display: none; height: 32px; line-height: 32px; margin-top: 5px; border: 1px solid #cbcbcb; background-color: #f9f9f9; }
    .t1-search-result .t1-mt .t1-fore-2 .t1-time { float: left; }
    .t1-search-result .t1-mt .t1-fore-2 .t1-time dt { float: left; }
    .t1-search-result .t1-mt .t1-fore-2 .t1-time dd { float: left; margin-left: 14px; cursor: pointer; }
    .t1-search-result .t1-mt .t1-fore-2 .current { color: #c10914; }
    .t1-search-result .t1-mt .t1-fore-2 .t1-select {position: relative; z-index: 5; float: left; width: 200px; margin-left: 40px;}
    .t1-search-result .t1-mt .t1-fore-2 .t1-select dt {position: relative; z-index: 4; display: inline-block; width: 100%; height: 20px; line-height: 20px; margin-top: 5px; text-indent: 5px; border: 1px solid #d2ccc4; background: #fff url(images/t1-search-1.png) no-repeat 98% center; cursor: pointer; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
    .t1-search-result .t1-mt .t1-fore-2 .t1-select dd {display: none; position: absolute; left: 0; top: 29px; z-index: 10; width: 100%; border: 1px solid #d2ccc4; background: #fff;}
    .t1-search-result .t1-mt .t1-fore-2 .t1-select dd ul {width: 100%; overflow: auto;}
    .t1-search-result .t1-mt .t1-fore-2 .t1-select dd li a {display:block; height: 28px; line-height:28px; padding: 0 5px; color: #666; text-decoration: none;}
    .t1-search-result .t1-mt .t1-fore-2 .t1-select dd li a:hover {color: #C10914; background:#f5f5f5;}
    .t1-search-result .t1-mt .t1-fore-2 .t1-btn-close {position: absolute; right: 0; top: 5px; width: 22px; height: 22px; background: url(images/t1-search-3.png) no-repeat center center; cursor: pointer;}
    .t1-search-result .t1-mt .t1-fore-2 .t1-decoration {position: absolute; right: 30px; top: -7px; width: 7px; height: 7px; background: url(images/t1-search-2.png) no-repeat;}
    .t1-search-result .t1-mt .t1-fore-2-box {position: relative; height: 32px; line-height: 32px; padding: 0 2%; background-color: #fff;}
    .t1-search-result .t1-mt .t1-fore-2-box .t1-select-group { float: left; }
    .t1-search-result .t1-mt .t1-filtrate { position: absolute; right: 20px; top: 0; z-index: 100; height: 47px; line-height: 47px; padding-left: 13px; color: #666; cursor: pointer; background: url(images/t1-search-4.png) no-repeat left center; }

    .t1-search-result-list { margin-top: 25px; padding: 20px 20px 45px; border: 1px solid #cbcbcb; overflow: hidden; }
    .t1-search-result-list .t1-btn-more { float: right; color: #666;cursor:pointer; }
    .t1-search-result-list-hd { display: block; padding-bottom: 10px; font-size: 14px; border-bottom: 4px solid #eee;color:#00953f; }
    .t1-search-result-list-bd { overflow: hidden; }
    .t1-search-result-list-bd li {width: 100%; overflow: hidden; margin-top: 25px; padding-bottom: 35px; border-bottom: 1px dashed #e6e6e6;}
    .t1-search-result-list-bd .t1-article-pic {width: 163px; _padding: 0 10px !important;}
    .t1-search-result-list-bd .fl.t1-article-pic {padding-right: 20px;}
    .t1-search-result-list-bd .fr.t1-article-pic {padding-left: 20px;}
    .t1-search-result-list-bd .t1-article-pic img {width: 100%;}
    .t1-search-result-list-bd .t1-article-info {position: relative;overflow: hidden;}
    .t1-search-result-list-bd .t1-article-info p { width: 100%; max-height: 100px; _height: 100px; line-height: 25px; margin: 8px 0 6px; color: #666; overflow: hidden; overflow: hidden;}
    .t1-search-result-list-bd h4 {position: relative; padding-left: 14px; clear: both; height: 25px; line-height: 25px; overflow: hidden;}
    .t1-search-result-list-bd h4 .t1-article-link {float: left; max-width: 500px; _width: 300px; line-height: 25px; font-size: 16px; font-weight: 400; font-family: "Microsoft Yahei"; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; text-decoration: none;}
    .t1-search-result-list-bd h4 .t1-article-link:hover {color: #333;}
    .t1-search-result-list-bd h4 span {display: inline-block; height: 25px; line-height: 25px; margin-left: 10px; font-size: 12px; font-weight: normal; color: #999; overflow: hidden;}
    .t1-search-result-list-bd h4 span a {color: #999; text-decoration: none;}
    .t1-search-result-list-bd h4 span a:hover {color: #666;}
    .t1-search-result-list-bd h4 .t1-icon {position: absolute; left: 0; top: 5px; width: 3px; height: 18px; background-color: #eee;}
    .t1-search-result-list-bd .t1-last { border-bottom: 0 none; }
    .t1-search-result-list .t1-search-num { margin: 10px 0 20px; text-align: right; font-size: 12px; color: #999; }
    .t1-search-result-list .t1-search-num i { color: #f00; }
    .t1-search-result-list .t1-pagination {clear: both; float: right; margin-right: 0; overflow: hidden;}
    .t1-search-result-list .t1-pagination li {float: left; margin-left: 10px;}
    .t1-search-result-list .t1-pagination a {float: left; padding: 0 7px; border: 1px solid #cbcbcb; color: #999; text-decoration: none;}
    .t1-search-result-list .t1-pagination a:hover {color: #666; border-color: #aaa;}
    .t1-search-result-list .t1-pagination .t1-current a {border-color: transparent; _border-color: #aaa;}
    .t1-search-result-list .t1-pagination .t1-disable a {color: #e1e1e1; border-color: #e1e1e1;}


       .t1-main-content{ width:100% !important;}
   

        .p5_contact {
            padding: 0 0 40px;
        } 
.p5_contact_con p {
            font-weight: bold;
            line-height: 22px;
            color: #898989;
            padding: 0 0 6px;
        } 
.p5_contact_con li {
            line-height: 34px;
            min-height: 34px;
            word-wrap: break-word;
            color: #898989; 
            overflow: hidden;
        } 
.p5_contact_con li span {
            width: 22px;
            height: 30px;
            display: block;
            float: left;
            margin-right: -22px;
            background: url(images/VISkins-p5.png) no-repeat -2px -2px;
        } 
.p5_contact_con li em {
            padding-left: 25px;
            display: block;
            overflow: hidden;
        } 
.p5_contact_con li.p5_contact_l1 span {
            background-position: -2px -39px;
        } 
.p5_contact_con li.p5_contact_l2 span {
            background-position: -2px -74px;
        } 
.p5_contact_con li.p5_contact_l3 span {
            background-position: -2px -110px;
        } 
.p5_contact_con span {
            clear: both;
            display: block;
            height: 59px;
            padding: 12px 0 0;
        } 
.p5_contact_con span a {
            background: url(images/VISkins-p5.png) no-repeat 0 -154px #898989;
            border-radius: 2px;
            margin: 0 7px 0 0;
            width: 20px;
            height: 20px;
            text-indent: 999px;
            overflow: hidden;
            display: inline-block;
        } 
.p5_contact_con span a.p5_title1_fx1 {
            background-position: 0 -189px;
        } 
.p5_contact_con span a.p5_title1_fx2 {
            background-position: 0 -224px;
        } 
.p5_title1_pho {
            background: url(images/VISkins-p5.png) no-repeat 0 -286px;
            padding: 0 0 0 47px;
            color: #333;
            line-height: 18px;
            height: 60px;
        } 
.p5_title1_pho b {
            font-size: 20px;
            line-height: 28px;
            color:#666666;
            display:block;
        }
    

            .content {
                width: 80rem;
                margin: 0 auto;
            }
            
            @media screen and (max-width: 1660px) {
                .content {
                    width: 83rem;
                    margin: 0 auto;
                }
            }
            
            @media screen and (max-width: 1460px) {
                .content {
                    width: 73rem;
                    margin: 0 auto;
                }
            }
            
            .content01 {
                width: 80rem;
                margin: 0 auto;
                min-width: 1200px;
                max-width: 1600px;
            }
            
            em,
            i {
                font-style: normal;
            }
            
            .f_top {
                /* height: 12.6rem; */
                /* padding-top: 3.3rem; */
                /* box-sizing: border-box; */
                /* background:#fff; */
                /* box-shadow:0px 11px 15px rgba(0,0,0,15); */
                height: 6.3rem;
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            
            .footer {
                padding-top: 11rem;
            }
            
            .f_top ul,
            .f_top ul li {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            .f_top ul li{margin-right: 0.75rem;}
            .f_top ul li:last-of-type{margin-right: 0;}
            .f_top li span {
                display: block;
                font-size: 0.8rem;
                line-height: 0.8rem;
                color: #fff;
                font-weight: normal;
                padding: 0 0 0 0.15rem;
            }
            
            .f_top li i {
                display: block;
                font-size: 0.8rem;
                line-height: 1.3rem;
                color: #fff;
                font-weight: normal;
                font-family: "OPPO";
                text-wrap: nowrap;
            }
            .f_top li:last-of-type i{text-wrap: auto;} 
            .f_top li i em {
                display: inline-block;
                font-size: 0.8rem;
                line-height: 0.8rem;
                color: #1b232a;
                margin-left: 0.3rem;
            }
            
            .f_top li:last-child i {
                font-size: 0.7rem;
            }
            
            .f_top li img {
                display: block;
                width: 1.35rem;
                height: 1.1rem;
            }
            
            .f_bg {
                height: 38.3rem;
                background: url(images/fotbgs.png) no-repeat center;
                background-size: 100% 38.3rem;
            }
            
            .f_con {
                height: 17rem;
            }
            
            .f_con h2 {
                height: 7.2rem;
                border-bottom: 1px solid #494f55;
            }
            
            .f_con h2 span {
                font-size: 1.2rem;
                line-height: 7.2rem;
                color: #ffffff;
                font-weight: normal;
                float: right;
            }
            
            .f_con h2 img {
                display: block;
                width: 4.55rem;
                height: 4.45rem;
                padding-top: 1.5rem;
                float: left;
            }
            
            .f_bd {}
            
            .f_nav {
                width: 64%;
                float: left;
            }
            
            .f_nav ul {
                display: flex;
                /*align-items:center;*/
                justify-content: space-between;
            }
            
            .f_nav ul li b>a {
                font-size: 1.1rem;
                line-height: 1.1rem;
                color: #ffffff;
                font-weight: normal;
                padding-bottom: 1.3rem;
                display: block;
                position: relative;
            }
            
            .f_nav ul li p>a {
                font-size: 0.8rem;
                color: #ffffff;
                line-height: 1.8rem;
                display: block;
                transition: all 0.5s;
            }
            
            .f_nav ul li p>a:hover,
            .f_nav ul li b>a:hover {
                opacity: 1;
            }
            
            .f_nav ul li.fn01 {
                width: 35%;
                padding-right: 0;
            }
            
            .f_nav ul li {
                padding-right: 1%;
            }
            
            .f_nav ul li.fn01 p a {
                float: left;
                display: block;
                width: 50%;
            }
            
            .f_er {
                width: 30%;
                float: right;
            }
            
            .f_er h3 {
                font-size: 1.1rem;
                line-height: 1.1rem;
                color: #ffffff;
                font-weight: normal;
                padding-bottom: 1.3rem;
                display: block;
                position: relative;
            }
            
            .f_er ul {
                display: flex;
                justify-content: space-between;
                margin-top: 0.5rem;
            }
            
            .f_er ul li {
                width: 29.1%;
            }
            
            .f_er li img {
                display: block;
                width: 100%;
            }
            
            .f_er li span {
                display: block;
                font-size: 0.8rem;
                color: #fff;
                line-height: 2rem;
                text-align: center;
                opacity: 0.7;
            }
            
            .links {
                height: 5.7rem;
                border-top: 1px solid #494f55;
                box-sizing: border-box;
                background: #1b232a;
            }
            
            .links i {
                font-size: 0.8rem;
                color: #fff;
                line-height: 5.7rem;
                opacity: 0.5;
            }
            
            .links a {
                font-size: 0.8rem;
                color: #fff;
                line-height: 5.7rem;
                display: inline-block;
                padding-right: 0.6rem;
                opacity: 0.5;
            }
            
            .links a:last-child {
                padding-right: 0;
            }
            
            .f_bt p.frl {
                float: right;
            }
            
            .f_bt p.frl a {
                padding-left: 1.2rem;
                font-size: 0.8rem;
            }
            
            .f_bt {
                padding-top: 1.5rem;
            }
            
            .f_bt div.content01 {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            
            .f_bt p {
                float: left;
            }
            
            .f_bt span {
                color: #fff;
                font-size: 0.8rem;
                padding-right: 2.2rem;
                box-sizing: border-box;
                position: relative;
            }
            
            .f_bt a {
                color: #fff;
            }
            
            .f_bt em {
                float: right;
            }
            
            .f_bt em span {
                padding-left: 1.6rem;
                padding-right: 0;
            }
            
            @media screen and (max-width: 1660px) {
                .content {
                    width: 83rem;
                    margin: 0 auto;
                }
            }
            
            @media screen and (max-width: 1460px) {
                .content {
                    width: 73rem;
                    margin: 0 auto;
                }
            }
        

        .client-2 {
            position: fixed;
            right: -195px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 71px;
            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;
            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: 35px;
            background-position: -27px -51px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 75px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 18px;
            color: #fff;
            float: left;
            height: 22px;
            line-height: 22px;
            padding-left: 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
            width:170px;
            overflow:hidden;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #00953f;
            color: #fff;
            height: 56px;
            width: 270px;
            padding:9px 0 6px;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #00953f;
            width: 97px;
            height: 56px;
            position: relative;
            padding:9px 0 6px;
            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;
        }
    
