
        .head i,
        .foot i,
        .head em,
        .foot em {
            font-style: normal;
        }
        
        .content3 {
            width: 1200px;
            margin: 0 auto;
        }
        
        .clearfix:after {
            height: 0;
            content: "";
            clear: both;
            display: block;
        }
        
        .head {
            max-width: 1920px;
            background: #fff;
            margin: 0 auto;
            height: 5.15rem;
            position: relative;
            z-index: 100;
        }
        
        .header {
            height: 5.15rem;
            margin: 0 auto;
        }
        
        .head .logo {
            float: left;
            height: 5.15rem;
            margin-left: 7.75rem;
            display: flex;
            display: -webkit-flex;
            justify-content: flex-start;
            -webkit-justify-content: flex-start;
            align-items: center;
            flex-wrap: wrap;
        }
        
        .head .logo a {
            display: block;
            padding-left: 2.5rem;
            position: relative;
        }
        
        .head .logo i {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
        }
        
        .head .logo i img {
            width: 2rem;
            height: 3rem;
            display: block;
        }
        
        .head .logo p {
            padding-top: 0.1rem;
        }
        
        .head .logo p b {
            display: block;
            height: 1.8rem;
            line-height: 1.8rem;
            font-size: 1.5rem;
            color: #003e9a;
            font-weight: bold;
        }
        
        .head .logo p span {
            display: block;
            height: 0.8rem;
            line-height: 0.8rem;
            font-size: 0.7rem;
            font-weight: normal;
            color: #003e9a;
            letter-spacing: 0.05rem;
        }
        
        .head-right {
            float: right;
            margin-right: 3.3rem;
        }
        
        .head-tel {
            float: right;
            margin: 1.75rem 0 0 3.6rem;
            height: 1.95rem;
            padding: 0 1.5rem 0 2.85rem;
            background: #003e9a;
            border-radius: 1rem;
            position: relative;
            z-index: 2;
        }
        
        .head-tel i {
            position: absolute;
            display: block;
            width: 1.3rem;
            height: 1.3rem;
            left: 1.1rem;
            top: 50%;
            margin-top: -0.75rem;
            z-index: 1;
            cursor: pointer;
        }
        
        .head-tel i img {
            width: 1.3rem;
            height: 1.3rem;
            display: block;
        }
        
        .head-tel p {
            height: 1.95rem;
            line-height: 1.95rem;
            font-size: 1.08rem;
            font-family: "AB";
            font-weight: bold;
            color: #FFF;
        }
        
        .head-nav {
            float: left;
        }
        
        .head-nav ul li {
            float: left;
            margin-right: 2.5rem;
            position: relative;
        }
        
        .head-nav ul li:last-of-type {
            margin-right: 0;
        }
        
        .head-nav ul li > a {
            display: block;
            height: 5.15rem;
            line-height: 5.15rem;
            padding: 0 0.25rem;
            font-size: 0.8rem;
            color: #333;
            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: 4px;
            background: #003e9a;
            left: 0;
            bottom: -2px;
            z-index: 1;
            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:after,
        .head-nav ul li:hover > a:after {
            width: 100%;
        }
        
        .head-nav ul .submenu {
            position: absolute;
            left: 50%;
            top: 90%;
            transform: translateX(-50%);
            z-index: 99;
            max-height: 0;
            transition: max-height 0.3s linear;
            -ms-transition: max-height 0.3s linear;
            -moz-transition: max-height 0.3s linear;
            padding-top: 22px !important;
            overflow: hidden;
        }
        
        .head-nav ul .submenu p {
            background: rgba(0, 0, 0, .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(242, 242, 242, 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: #333;
            line-height: 54px;
            white-space: nowrap;
            position: relative;
            border-bottom: 1px dotted #B5B5B5;
            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(125, 125, 125, 1);
            border-radius: 50%;
            top: 23px;
            left: 13px;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
        
        .head-nav ul .submenu a:hover {
            color: #003e9a;
        }
        
        .head-nav ul .submenu a:hover:before {
            border-color: #003e9a;
        }
        
        .head-nav ul li:hover .submenu {
            max-height: 500px;
        }
        
        .head-nav ul li:hover .submenu p:before {
            opacity: 1;
        }
        
        .head-fixed {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            z-index: 999;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
        }
        
        .head-fixed .header {
            height: 80px;
        }
        
        .head-fixed .logo {
            margin-top: 10px;
        }
        
        .head-fixed .head-site {
            margin: 22px 0 0 18px;
        }
        
        .head-fixed .head-tel {
            display: none;
        }
        
        .head-fixed .head-right {
            margin-top: 15px;
        }
    

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

        
        .p1-pro-showcase-1-txt {
            line-height: 30px;
            overflow: hidden;
            margin-left: 55px;
            float: left;
            width: 45%;
        }
        
        .p1-pro-showcase-1-txt-title {
            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: #003e9a;
        }
        
        .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: #003e9a;
            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;
        }
        
        .prod-showcase-1 .jqzoom img {
            width: 100%;
            margin: 0 auto;
            display: block;
        }
        
        .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: 40%;
            float: left;
        }
        
        .prod-showcase-1 .t1-spec-preview {
            width: 100%;
            overflow: hidden;
            border: 1px solid #e8e8e8;
        }
        
        .prod-showcase-1 .t1-spec-scroll {
            position: relative;
            z-index: 9999;
            overflow: hidden;
            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: 9999;
            display: block;
            width: 18px;
            height: 23px;
            text-indent: -9999px;
            overflow: hidden;
            cursor: pointer;
            top: 50%;
            margin-top: -9px;
        }
        
        .prod-showcase-1 .t1-prev {
            left: 0;
            background: url(images/p15-icon2.png) no-repeat center top;
        }
        
        .prod-showcase-1 .t1-next {
            right: 0;
            background: url(images/p15-icon3.png) no-repeat center top;
        }
        
        .prod-showcase-1 .t1-items {
            padding: 0 22px;
        }
        
        .t1-items-swiper {
            position: relative;
        }
        
        .t1-items-swiper p {
            float: left;
            width: 30%;
            padding: 0 5px;
        }
        
        .t1-items-swiper p img {
            width: 100%;
            border: 1px solid #eee;
            box-sizing: border-box;
        }
        
        .t1-items-swiper .t1-current img {
            border-color: red;
        }
    

    .p102-pro-content-nav {
        height: 50px;
    }
    
    .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: 15px;
        position: relative;
        font-size: 16px;
        color: #fff;
        padding: 0 25px;
        background: #666;
        border-radius: 5px;
        font-weight: normal;
        cursor: pointer;
    }
    
    .p102-pro-content-nav li.cur,
    .p102-pro-content-nav li:hover {
        background: #003e9a;
    }
    
    
    
   
    
    .p102-pro-content-desc {
        padding: 40px 0;
        font-size: 16px;
        line-height: 30px;
        text-align: justify;
    }


        .p14-product-2-tit {
            height: 46px;
            line-height: 46px;
            font-weight: normal;
            border-bottom: 2px solid #dfdfdf;
            margin-bottom: 30px;
            padding-top: 26px;
        }
        
        .p14-product-2-tit b {
            display: inline-block;
            font-size: 24px;
            font-weight: normal;
            color: #464646;
            padding-left: 52px;
            border-bottom: 2px solid #ff9800;
            background:url(images/p14-icon11.png) no-repeat 22px center;
        }
        
        .p14-product-2-tit span {
            margin-left: 10px;
            font-size: 18px;
            font-family: Arial;
            color: #c2c2c1;
            text-transform: uppercase;
        }
        
        .p14-product-2-list dl {
            float: left;
            width: 23.8%;
            border: 1px solid #dfdfdf;
            margin-right: 1.5%;
            box-sizing: border-box;
        }
        
        .p14-product-2-list dl.p14-product-clear {
            margin-right: 0;
        }
        
        .p14-product-2-list dl img {
            display: block;
            width: 100%;
        }
        
        .p14-product-2-list dd {
            padding: 10px 28px 10px 10px;
            margin-right: 2px;
            position: relative;
        }
        
        .p14-product-2-list h4 {
            height: 30px;
            font-size: 16px;
            font-weight: normal;
            line-height: 30px;
            color: #191919;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-product-2-list h4 a {
            color: #191919;
        }
        
        .p14-product-2-desc {
            font-size: 14px;
            line-height: 24px;
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-product-2-list dl:hover {
            border-color: #003e9a;
        }
        
        .p14-product-2-list dl:hover h3 a {
            color: #003e9a;
        }
    

        .fdh-01-tit {
            background: #ff9700;
            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 #003e9a;
        }
        
        .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: #003e9a;
        }
        
        .fdh-01-nav dt.sidenavcur a,
        .fdh-01-nav dt:hover a {
            color: #003e9a;
        }
        
        .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: #003e9a;
        }
        
        .fdh-01-nav p.sidenavcur:after,
        .fdh-01-nav p:hover:after {
            background: #ff9800;
        }
        
        .fdh-01-nav a {
            display: block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    

        .p14-info-2 {
            background: #fff;
        }
        
        .p14-info-2-tit {
            height: 80px;
            font-size: 24px;
            line-height: 80px;
            background: #003e9a;
            color: #fff;
            text-align: center; margin-bottom:12px;
        }
        
        .p14-info-2-list dl { 
            font-size: 12px;
            line-height: 18px; height: 196px;
            overflow: hidden;text-align: center;
        }
        
        .p14-info-2-list dt {
            width: 100%;border: 1px solid rgba(153, 153, 153, 0.3);  box-sizing:border-box;
            margin:0 auto;
        }
        
        .p14-info-2-list dt img {
            display: block;
            width: 100%;
            margin: 0 auto;
        }
        
        .p14-info-2-list dd h3 {
            height: 40px;
            font-size: 14px;
            font-weight: normal;
            line-height:40px;padding: 0 8px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-info-2-list-desc {
            height: 18px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .p14-info-2-list dl:nth-last-child(1) {
            border-bottom: 0;
        }
    

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

        .foot {
            min-height: 607px;
            background: url(images/foot-bg.jpg) no-repeat center top;
            background-size: 1920px 100%;
            max-width: 1920px;
            margin: 0 auto;
            overflow: hidden;
        }
        
        .footer {
            width: 1400px;
            margin: 0 auto;
            position: relative;
        }
        
        .foot-con {
            padding: 117px 0 97px;
        }
        
        .foot .foot-nav {
            float: left;
            width: 180px;
            margin-right: 35px;
        }
        
        .foot .foot-nav:last-of-type {
            margin-right: 0;
        }
        
        .foot .foot-nav h4 {
            height: 38px;
            line-height: 38px;
            font-size: 22px;
            color: #ffffff;
            font-weight: bold;
            margin-bottom: 22px;
        }
        
        .foot .foot-nav h4 a {
            display: inline-block;
            height: 38px;
            color: #ffffff;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        .foot .foot-nav h4 a:hover {
            color: #ff9800;
        }
        
        .foot .foot-nav li {
            height: 30px;
        }
        
        .foot .foot-nav li a {
            display: inline-block;
            height: 30px;
            line-height: 30px;
            font-size: 15px;
            color: #ffffff;
            opacity: 0.5;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        .foot .foot-nav li a:hover {
            opacity: 1;
        }
        
        .foot .foot-info {
            float: right;
            max-width: 300px;
        }
        
        .foot .foot-info .tel {
            text-align: right;
        }
        
        .foot .foot-info .tel p {
            height: 40px;
            line-height: 40px;
            font-size: 36px;
            color: #fff;
            font-family: "CGB";
        }
        
        .foot .foot-info .tel span {
            display: block;
            height: 30px;
            line-height: 30px;
            font-size: 16px;
            color: #ffffff;
            letter-spacing: 5px;
        }
        
        .foot .foot-info .code {
            padding-top: 180px;
            margin: 0 0 0 auto;
        }
        
        .foot .foot-info .code li {
            float: left;
            width: 37px;
            position: relative;
            margin-right: 8px
        }
        
        .foot .foot-info .code li:last-of-type {
            margin-right: 0;
        }
        
        .foot .foot-info .code li i {
            display: block;
            width: 37px;
            height: 37px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            overflow: hidden;
            cursor: pointer;
        }
        
        .foot .foot-info .code li i:hover {
            background: #ff9800;
        }
        
        .foot .foot-info .code li i img {
            width: 37px;
            height: 37px;
            display: block;
        }
        
        .foot .foot-info .code li .code-img {
            position: absolute;
            padding-bottom: 20px;
            left: 50%;
            margin-left: -66px;
            bottom: 40px;
            z-index: 10;
            display: none;
        }
        
        .foot .foot-info .code li:last-of-type .code-img {
            left: auto;
            right: 0;
            margin-left: 0;
        }
        
        .foot .foot-info .code li p {
            width: 96px;
            height: 96px;
            padding: 17px 18px;
            background: #ffffff;
            position: relative;
            border-radius: 10px;
        }
        
        .foot .foot-info .code li p:after {
            content: "";
            position: absolute;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 10px solid #ffffff;
            left: 50%;
            margin-left: -8px;
            bottom: -10px;
            z-index: 1;
        }
        
        .foot .foot-info .code li:last-of-type p:after {
            left: auto;
            margin-left: 0;
            right: 10px;
        }
        
        .foot .foot-info .code li p img {
            width: 96px;
            height: 96px;
            display: block;
        }
        
        .foot .foot-info .code li:hover .code-img {
            display: block;
        }
        
        .foot .foot-text {
            height: 105px;
            border-top: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .foot .foot-text p {
            line-height: 105px;
            font-size: 16px;
            color: #fff;
        }
        
        .foot .foot-text p span {
            opacity: 0.5;
            text-transform: uppercase;
        }
        
        .foot .foot-text p em {
            font-style: normal;
            margin-left: 1.75rem;
        }
        
        .foot .foot-text p em a {
            color: #fff;
            opacity: 0.5;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
        }
        
        .foot .foot-text p em a:hover {
            opacity: 1;
        }
        
        @media screen and (max-width: 1460px) {
            .foot .footer {
                width: 1200px;
                margin: 0 auto;
            }
            .foot .foot-text p {
                font-size: 14px;
            }
        }
    

        .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: #003e9a;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #003e9a;
            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;
        }
    
