﻿.top_bg
{
    height: 6rem;
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 10;
    max-width: 1343px;
    margin: auto;
}
.logo
{
    width: 20%;
    padding: .8rem 4rem 0 0;
    text-align: right;
}
.logo img
{
    width: 10.5rem;
    height: 4.2rem;
}
.h_nav
{
    height: 6rem;
    overflow: hidden;
}
.h_nav li
{
    float: left;
    height: 6rem;
    line-height: 6rem;
    overflow: hidden;
    padding: 0 1rem;
}
.h_nav li a
{
    font-size: .8rem;
    color: #262626;
    display: block;
    float: left;
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 6rem;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
}
.h_nav li a:before
{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: 4rem;
    background: #028ece;
    height: 3px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.h_nav li a:hover:before, .h_nav li a:focus:before, .h_nav li a:active:before, .h_nav li.cur a:before
{
    right: 0;
}
.h_nav li a:hover, .h_nav li.cur a
{
    color: #028ece;
}
.top_bg .isear
{
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    margin-top: 2.6rem;
}
.top_bg .isear .icon
{
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.top_bg .isear .icon:hover
{
    -webkit-animation: hvr-buzz-out .75s linear;
    animation: hvr-buzz-out .75s linear;
}
.top_bg .isearch
{
    position: absolute;
    right: -28px;
    top: 3.4rem;
    padding: 5px;
    background-color: #f3f3f3;
    width: 295px;
    height: 30px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: all .5s;
    transition: all .5s;
}
.top_bg .isearch .ser_inp
{
    display: block;
    float: left;
    width: 204px;
    height: 16px;
    line-height: 16px;
    padding: 7px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    border: none;
    font-size: 14px;
}
.top_bg .isearch .ser_so
{
    cursor: pointer;
    display: block;
    float: left;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    background-color: #3484d4;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    color: #fff;
    border: none;
    font-size: 14px;
}
.top_bg .isearch:before
{
    content: '';
    position: absolute;
    display: block;
    border: 5px solid transparent;
    border-right: 7px solid #3484d4;
    z-index: 3;
    right: 75px;
    top: 16px;
}
.top_bg .isear.open .isearch
{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.top_bg .isear .icon:hover
{
    -webkit-animation: hvr-buzz-out .75s linear;
    animation: hvr-buzz-out .75s linear;
}
input::-webkit-input-placeholder
{
    color: #666;
}
i, em
{
    font-style: normal;
}
html
{
    font-size: 10px;
    -webkit-text-size-adjust: none;
}
@media screen and (min-width: 1200px)
{
    html
    {
        font-size: 15px;
    }
}
@media screen and (min-width: 1280px)
{
    html
    {
        font-size: 16px;
    }
}
@media screen and (min-width: 1366px)
{
    html
    {
        font-size: 17px;
    }
}
@media screen and (min-width: 1440px)
{
    html
    {
        font-size: 18px;
    }
}
@media screen and (min-width: 1600px)
{
    html
    {
        font-size: 20px;
    }
}
@media screen and (min-width: 1920px)
{
    html
    {
        font-size: 24px;
    }
}
@-webkit-keyframes hvr-buzz-out
{
    10%
    {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20%
    {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30%
    {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40%
    {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50%
    {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60%
    {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70%
    {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80%
    {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90%
    {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100%
    {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}
@keyframes hvr-buzz-out
{
    10%
    {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20%
    {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30%
    {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40%
    {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50%
    {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60%
    {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70%
    {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80%
    {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90%
    {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100%
    {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(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(../image/viskins-p1.png) no-repeat -258px -936px;
    float: right;
    cursor: pointer;
}
.p12-curmbs-1
{
    font-size: 14px;
    border-bottom: 1px dashed #dcdcdc;
    padding-top: 50px;
}
.p12-curblock
{
    display: none;
}
.p12-curmbs-1 b
{
    border-left: 10px solid #333;
    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;
}
.pdf
{
    margin-top: 16px;
}
.pdf a
{
    font-size: 18px;
    background: url(../image/icon-download.png) no-repeat left bottom;
    transition: ease-in all .5s;
    padding-left: 36px;
}
.pc-cx-tel-1
{
    width: 46%;
    height: 56px;
    border-top: 2px solid #e6e6e6;
    padding-top: 10px;
    position: absolute;
    bottom: 16px;
    right: 6%;
}
.pc-cx-tel-1-t1
{
    width: 114px;
    height: 44px;
    background: #0095d9;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    float: right;
}
.pc-cx-tel-1-t1 a
{
    display: block;
    color: #fff;
}
.pc-cx-tel-1-t2
{
    height: 56px;
    padding-left: 70px;
    background: url(../image/pc-xc-icon2.png) no-repeat 10px top;
    font-size: 18px;
    line-height: 18px;
    color: #454545;
}
.pc-cx-tel-1-t2 p
{
    line-height: 24px;
}
.cpcc-ts-01
{
    position: relative;
    padding: 12px 0 16px;
    background: #fff;
}
.cpcc-ts-01-left
{
    position: relative;
    width: 40%;
    float: left;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    margin-left: 20px;
}
.cpcc-ts-01-left-jt
{
    width: 12px;
    height: 23px;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    z-index: 33;
}
.cpcc-ts-01-left-prev
{
    left: 10px;
}
.cpcc-ts-01-left-next
{
    right: 10px;
}
.cpcc-ts-01-left-size
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 56px;
    height: 26px;
    font-size: 14px;
    line-height: 16px;
    color: #787878;
    letter-spacing: 3px;
}
.cpcc-ts-01-left-size em
{
    font-style: normal;
}
.cpcc-ts-01-left-pic
{
    width: 100%;
    position: relative;
    text-align: center;
}
.cpcc-ts-01-left-pic li
{
    width: 100%;
    float: left;
}
.cpcc-ts-01-left-pic img
{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.cpcc-ts-01-right
{
    width: 46%;
    float: right;
    margin-right: 6%;
}
.cpcc-ts-01-right-tit
{
    height: 48px;
    font-size: 24px;
    font-weight: normal;
    line-height: 48px;
    color: #4a4a4a;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cpcc-ts-01-right-con
{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 100px;
    max-height: 188px;
    overflow: hidden;
}
.tmod
{
    display: none;
}
.tmod.cur
{
    display: block;
}
.diymub
{
    margin-top: 25px;
}
.diymub .tit.cur
{
    background: #4c4746 url(../image/qq0001.png) no-repeat 98% -23px;
}
.diymub .tit
{
    background: #4c4746 url(../image/qq0001.png) no-repeat 98% 15px;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    margin-bottom: 2px;
    padding: 12px 16px;
    color: #fff;
    height: auto;
}
.xq
{
    background: #f6f6f6;
    height: 430px;
}
.xq dt
{
    float: right;
    width: 336px;
    background: #fff;
    margin: 30px 30px 0 46px;
    padding: 33px 30px 20px 20px;
    height: 318px;
}
.xq dt a
{
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.xq dt a span
{
    display: block;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 14px;
}
.xq dd
{
    padding: 30px 0 0 30px;
    width: 438px;
}
.xq p
{
    font-size: 16px;
    color: #000;
}
.p14-prodcontent-1
{
    background: #fff;
    padding: 2px 0 2px;
    margin-bottom: 22px;
}
.p14-prodcontent-1-tit
{
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 20px;
}
.p14-prodcontent-1-tit span
{
    display: inline-block;
    height: 40px;
    color: #464646;
    border-bottom: 2px solid #333;
    padding-left: 34px;
    background: url(../image/p14-icon11.png) no-repeat 2px center;
}
.p14-prodcontent-1-tit em
{
    font-size: 18px;
    font-family: Arial;
    text-transform: uppercase;
    font-style: normal;
    color: #c2c2c1;
}
.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 #333;
    background: url(../image/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: 22.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: #0095d9;
}
.p14-product-2-list dl:hover h3 a
{
    color: #0095d9;
}
.fdh-01-tit
{
    background: #0095d9;
    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(../image/p14-icon5.png) no-repeat right center #ececeb;
    margin-bottom: 2px;
    overflow: hidden;
}
.fdh-01-nav-one h3 a
{
    display: block;
    height: 50px;
    font-size: 18px;
    font-weight: normal;
    margin-right: 40px;
    margin-left: 38px;
    color: #666;
}
.fdh-01-nav-one h3.sidenavcur, .fdh-01-nav-one h3:hover
{
    background: url(../image/p14-icon2.png) no-repeat right center #0095d9;
}
.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: #0095d9;
}
.fdh-01-nav dt.sidenavcur a, .fdh-01-nav dt:hover a
{
    color: #0095d9;
}
.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: #0095d9;
}
.fdh-01-nav p.sidenavcur:after, .fdh-01-nav p:hover:after
{
    background: #333;
}
.fdh-01-nav a
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.p14-info-2
{
    background: #fff;
}
.p14-info-2-tit
{
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    background: #0095d9;
    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,.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;
}
.cbgg-01
{
    background: #0095d9;
    text-align: center;
    color: #fff;
}
.cbgg-01-img img
{
    width: 100%;
    display: block;
}
.cbgg-01 p
{
    padding-top: 15px;
}
.cbgg-01 p img
{
    vertical-align: middle;
    margin-right: 5px;
}
.cbgg-01 span
{
    display: block;
    font-size: 28px;
    font-weight: bold;
    font-family: Arial;
    padding-bottom: 20px;
    padding-top: 10px;
}
.f_bg
{
    background: #262930;
    height: 365px;
    padding: 65px 0 0;
    overflow: hidden;
}
.footer
{
    width: 1200px;
    margin: 0 auto;
}
.f_top
{
    display: block;
    width: 190px;
    height: 66px;
    line-height: 66px;
    overflow: hidden;
    font-size: 20px;
    color: rgba(255,255,255,.8);
    font-weight: normal;
    margin-bottom: 15px;
}
.f_top i
{
    font-size: 14px;
    text-transform: uppercase;
}
.f_nav
{
    width: 345px;
    height: 288px;
    background: url(../image/f_line01.png) no-repeat 0 64px;
}
.f_nav ul li
{
    float: left;
    width: 140px;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}
.f_nav ul li a
{
    font-size: 14px;
    color: rgba(255,255,255,.4);
}
.f_nav ul li a:hover
{
    color: #fff;
}
.f_ban
{
    width: 520px;
    height: 288px;
    background: url(../image/f_line02.png) no-repeat 0 64px;
    overflow: hidden;
}
.f_ban p
{
    font-size: 14px;
    color: rgba(255,255,255,.6);
    line-height: 26px;
    padding: 0 0 0 70px;
}
.f_ban p span
{
    display: block;
    float: left;
    width: 200px;
}
.f_ban p.f_p01
{
    background: url(../image/f_ico01.png) no-repeat 0 6px;
    height: 105px;
    padding-top: 10px;
}
.f_ban p.f_p02
{
    background: url(../image/f_ico02.png) no-repeat 0 6px;
    height: 100px;
}
.f_ban p i
{
    display: block;
    font-size: 16px;
}
.f_ban p b
{
    display: block;
    font-size: 26px;
    font-family: "DINOT";
    line-height: 40px;
}
.f_ban p em
{
    display: block;
    width: 305px;
    line-height: 20px;
}
.f_er
{
    width: 320px;
    height: 288px;
    margin-top: -15px;
}
.f_er h5
{
    width: 210px;
    height: 110px;
    float: right;
}
.f_er h5 img
{
    width: 210px;
    height: 82px;
}
.f_er p
{
    width: 125px;
    text-align: center;
    float: left;
    padding: 0 0 0 35px;
}
.f_er p em
{
    width: 110px;
    height: 110px;
    display: block;
    line-height: 0;
    border: #636569 1px solid;
    padding: 6px;
}
.f_er p img
{
    width: 110px;
    height: 110px;
}
.f_er p span
{
    display: block;
    font-size: 14px;
    color: rgba(255,255,255,.3);
    line-height: 30px;
}
.f_bot
{
    font-size: 14px;
    color: rgba(255,255,255,.4);
    height: 74px;
    line-height: 74px;
    overflow: hidden;
    border-top: rgba(244,244,244,.1) 1px solid;
}
.f_bot p
{
    float: right;
}
.f_bot span
{
    padding: 0 10px;
}
.f_bot a
{
    color: rgba(255,255,255,.4);
}
.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(../image/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0 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: #0095d9;
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}
.client-2 .my-kefu-main
{
    background: #0095d9;
    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;
}
