
.head .language {
    float: right;
    display: flex;
    height: 2.5rem;
    margin: 2.2rem 4rem 0 0;
    position: absolute;
    right: 8rem;
    top: -2.2rem;
}
        .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 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: 6rem;
            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-tel {
            float: right;
            height: 2.5rem;
            padding-left: 1.75rem;
            margin: 2rem 7rem 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.2rem;
            font-family: 'OPPO', Arial;
            /*! font-weight: bold; */
            color: #333333;
            overflow: hidden;
            padding-left: 0.5rem;
        }
        
        .head-nav {
            float: right;
            margin: 1.8rem 2.5rem 0 0;
        }
        
        .head-nav ul li {
            float: left;
            position: relative;
            margin: 0 1rem;
        }
        
        .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;
			font-weight: bold;;
        }
        
        .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);
        }
                @media screen and  (min-width:760px) and (max-width:1680px){
           
            .head-nav ul li{margin:0 0.9rem;}
        }
    
    

        .ty-banner-1 {
            position: relative;
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{ 
            top: 0;
            left: 50%;
            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 #666666;
            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;
        }
    

        .pro_main {
            position: relative;
        }
        
        .p14-product-2-tit {
            height: 46px;
            line-height: 46px;
            font-weight: normal;
            border-bottom: 2px solid #dfdfdf;
            margin: 0 0 30px;
            width: 800px;
        }
        
        .p14-product-2-tit b {
            display: inline-block;
            font-size: 24px;
            font-weight: normal;
            color: #464646;
            padding-left: 52px;
            border-bottom: 2px solid #333333;
            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;
        }
        
        .pro-list2 {
            border: 1px #dadada solid;
            padding: 15px;
            margin: 0 auto;
            overflow: hidden;
        }
        
        .pro-con dl {
            overflow: hidden;
            box-sizing: border-box;
        }
        
        .pro-con dt {
            float: left;
            width: 45.5%;
            padding: 5px;
            border: 1px #ebebeb solid;
        }
        
        .pro-con dt img {
            display: block;
            width: 100%;
            overflow: hidden;
        }
        
        .pro-con dd {
            width: 50%;
            float: right;
        }
        
        .pro-con dd h4 {
            width: 380px;
            line-height: 40px;
            height: 48px;
            overflow: hidden;
            font-size: 20px;
            border-bottom: 1px #d0d0d0 dashed;
            margin-bottom: 20px;
        }
        
        .pro-con dd h4 a {
            color: #666666;
        }
        
        .pro-con dd p {
            line-height: 28px;
            color: #666;
            font-size: 14px;
        }
        
        .pro_main .pro-jt {
            width: 140px;
            position: absolute;
            right: 0;
            top: 20px;
        }
        
        .pro_main .pro-jt .pro-prev,
        .pro_main .pro-jt .pro-next {
            display: block;
            width: 60px;
            height: 50px;
            position: relative;
            cursor: pointer;
        }
        
        .pro_main .pro-jt .pro-prev {
            background: #00953f;
            float: left;
        }
        
        .pro_main .pro-jt .pro-prev:after {
            content: "";
            width: 16px;
            height: 16px;
            border: 4px solid #fff;
            border-style: solid none none solid ;
            position: absolute;
            top: 50%;
            right: 16px;
            margin-top: -8px;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        
        .pro_main .pro-jt .pro-next {
            background: #00953f;
            float: right;
        }
        .pro_main .pro-jt .pro-next:after {
            content: "";
            width: 16px;
            height: 16px;
            border: 4px solid #fff;
            border-style: solid solid none none;
            position: absolute;
            top: 50%;
            left: 16px;
            margin-top: -8px;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    

        .leftnav-z1-desc {
            background: #fff;
            max-height: 180px;
            margin-bottom: 14px;
        }
        
        .leftnav-z1-desc dt {
            height: 30px;
            padding: 20px 0;
        }
        
        .leftnav-z1-desc dt b {
            display: inline-block;
            font-weight: normal;
            border-left: 13px solid #e3e3e3;
            border-right: 7px solid #e3e3e3;
            padding: 0 12px 0 13px;
            font-size: 28px;
            color: #7c7c7c;
        }
        
        .leftnav-z1-desc dt b span {
            font-size: 18px;
            color: #bfbfbf;
            text-transform: uppercase;
            padding-left: 10px;
        }
        
        .leftnav-z1-desc dd {
            padding: 0 27px 0 27px;
        }
        
        .leftnav-z1-desc dd h4 {
            font-size: 24px;
            font-weight: normal;
            color: #797979;
            max-height: 44px;
            line-height: 44px;
            overflow: hidden;
        }
        
        .leftnav-z1-desc dd div {
            font-size: 14px;
            line-height: 24px;
            color: #666;
            max-height: 48px;
            overflow: hidden;
        }
        
        .leftnav-z1-tit {
            height: 50px;
            font-size: 24px;
            font-weight: normal;
            line-height: 50px;
            border-bottom: 1px solid #ebebeb;
            margin-bottom: 2rem;
        }
        
        .leftnav-z1-tit span {
            display: inline-block;
            height: 50px;
            border-bottom:1px solid #666666;
        }
/*产品*/
.pro-list {display:grid;grid-template-columns:repeat(3,1fr);gap:3%;width: 100%;margin: 0 auto;box-sizing: border-box;margin-bottom:6rem;}
.pro-list dl{background:url(images/p_bg1.png) no-repeat center top;background-size:100% 16.45rem;height: 10.45rem;/* margin-bottom: 1.5rem; */position: relative;}
.pro-list dl.cur:before{background:url(images/p_bg1s.png) no-repeat center top;background-size:100% 16.45rem;position:absolute;height:100%;width: 100%;content:"";left:0;top:0;}
.pro-list dl.cur dt a,.pro-list dl.cur dt i{color:#fff;}
.pro-list dl.cur dt .more-link img,.pro-list dl:hover .more-link img{margin-left:-2.75rem;}
.pro-list dl.cur dt a::before{background:#05afea;}
.pro-list dl.cur dt a,.pro-list dl:hover dt a{color:#00953f;}
.pro-item {padding:1.4rem 0;border-radius:1rem;text-align:center;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:transform 0.3s;list-style:none;/* 清除默认列表样式 */}
.pro-list dl dt a{font-size: 1rem;color:#333;text-align: left;display: block;position: relative;padding-left: 1rem;line-height: 1.6rem;}
.pro-list dl dt a::before{content:"";position:absolute;left:0;color:#28a745;font-size:12px;width:0.35rem;height:1.15rem;background: #00953f;top: 0.3rem;}
.pro-item dt i{display: block;font-size: 0.8rem;color:#949588;height: 6rem;line-height: 1.6rem;}
.pro-item:hover {/*transform:translateY(-5px);*/}
.pro-list dl dd{position: absolute;z-index: 2;right: 4%;bottom: 0.6rem;}
.pro-item dd img {width:auto;height: 9rem;}
.pro-item dd a {display:block;font-size:18px;color:#333;font-weight:bold;text-decoration:none;margin-bottom:10px;}
.pro-item dt {font-size:14px;color:#999;margin-bottom:15px;width: 58%;}
.pro-item .more-link {display:block;width:2.75rem;height:2.4rem;/*! line-height:30px; *//*! border-radius:50%; *//*! background-color:#28a745; */color:#fff;text-decoration:none;/*! font-size:16px; */transition:background 0.3s;overflow: hidden;padding-top: 5rem;}
.pro-item .more-link:hover {}
.pro-item .more-link img{width:5.5rem;height:2.4rem;}
.pro-more {text-align:center;margin-top: 2.2rem;}
.pro-more a {
  display:inline-block;
  background: url(images/hz_btn.png) no-repeat 15rem center;
  color:#fff;
  text-decoration:none;
  border-radius:2rem;
  font-size:16px;
  transition:background 0.3s;
  height: 3.3rem;
  width: 20.5rem;
  text-align: center;
  line-height: 3.3rem;
  padding-right: 2rem;
  background-size: 1rem 1rem;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  }
.pro-more a:hover {transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -moz-transform: translateY(-3px);}
        
    

    div.p12-pagination-1-main{padding:90px 0 60px 0;}


        .fdh-01-tit {
            background: #00953f;
            height: 80px;
        }
        
        .fdh-01-tit h2 {
            height: 75px;
            font-size: 24px;
            font-weight: normal;
            line-height: 75px;
            color: #fff;
            border-bottom: 1px solid #fff;
            text-align: center;
        }
        
        .fdh-01-tit h2 span {
            font-size: 14px;
            text-transform: uppercase;
        }
        
        .fdh-01-nav-one h3 {
            height: 50px;
            line-height: 50px;
            background: url(images/p14-icon5.png) no-repeat right center #ececeb;
            margin-bottom: 2px;
            overflow: hidden;
        }
        
        .fdh-01-nav-one h3 a {
            display: block;
            font-size: 18px;
            font-weight: normal;
            margin-right: 40px;
            margin-left: 38px;
            color: #666666;
            overflow: hidden;
        }
        
        .fdh-01-nav-one h3.sidenavcur,
        .fdh-01-nav-one h3:hover {
            background: url(images/p14-icon2.png) no-repeat right center #00953f;
        }
        
        .fdh-01-nav-one h3.sidenavcur a,
        .fdh-01-nav-one h3:hover a {
            color: #fff;
        }
        
        .fdh-01-nav dl {
            padding: 2px 0 4px;
        }
        
        .fdh-01-nav dt {
            height: 50px;
            font-size: 16px;
            line-height: 50px;
            padding-left: 54px;
            padding-right: 40px;
            margin-bottom: 1px;
            background: #ececec;
            position: relative;
            overflow: hidden;
        }
        
        .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:after,
        .fdh-01-nav dt:hover:after {
            border-color: #00953f;
        }
        
        .fdh-01-nav dt.sidenavcur a,
        .fdh-01-nav dt:hover a {
            color: #00953f;
        }
        
        .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: #00953f;
        }
        
        .fdh-01-nav p.sidenavcur:after,
        .fdh-01-nav p:hover:after {
            background: #666666;
        }
        
        .fdh-01-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    

        .p1-info-3-tit {
            height: 60px;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    background: #00953f;
    color: #fff;
    text-align: center;
        }
        .p1-info-3-list{padding: 10px 10px 0;}
        .p1-info-3-list li h4{
            height: 46px;
            font-size: 14px;
            font-weight: normal;
            line-height: 46px;
            color:#4b4a4a;
            border-bottom: 1px dashed #dbdbdb;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        /*.p1-info-3-list li h4 a{ color:#4b4a4a;}*/
        .p1-info-3-list li h4 span {
            float: right;
        }
    

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

  .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 li span{display: block;font-size: 0.8rem;line-height: 0.8rem;color: #fff;font-weight: normal;padding:0 0 0 0.3rem;}
    .f_top li i{display: block;font-size: 1.1rem;line-height: 1.1rem;color: #fff;font-weight: normal;font-family: "OPPO";}
    .f_top li i em{display: inline-block;font-size: 0.8rem;line-height: 0.8rem;color: #1b232a;margin-left: 0.3rem;font-family: "Microsoft Yahei";}
    .f_top li:last-child i{ font-family: "Microsoft Yahei";font-size: 0.9rem;}
    .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: 56.25%;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:5%;}
.f_nav ul li.fn01 p a{float:left;padding-right:2rem;display:block;width:4.5rem;}
    .f_er{width: 35%;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: 23%;}
    .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: -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-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #00953f;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #00953f;
            width: 97px;
            height: 53px;
            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;
        }
    
