
    @charset "utf-8";
    html {
        overflow-x: hidden;
    }
    
    body {
        color: #333;
        font: 14px "Microsoft Yahei"
    }
    
    body,
    dd,
    div,
    dl,
    dt,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    img,
    input,
    li,
    ol,
    p,
    span,
    ul {
        margin: 0;
        padding: 0;
        list-style: none
    }
    
    a {
        color: #333;
        text-decoration: none
    }
    
    a:focus {
        outline: 0
    }
    
    img {
        border: none
    }
    
    .vam {
        vertical-align: middle
    }
    
    .clear {
        clear: both;
        height: 0;
        line-height: 0;
        font-size: 0
    }
    
    p {
        word-spacing: 0
    }
    
    em,
    i {
        font-style: normal
    }
    
    .tr {
        text-align: right
    }
    
    .tl {
        text-align: left
    }
    
    .center {
        text-align: center
    }
    
    .fl {
        float: left
    }
    
    .fr {
        float: right
    }
    
    .pa {
        position: absolute
    }
    
    .pr {
        position: relative
    }
    
    .clearfix:after {
        content: "";
        height: 0;
        clear: both;
        display: block;
        visibility: hidden
    }
    
    .clearfix {
        zoom: 1
    }
    
    .content {
        width: 1200px;
        margin: 0 auto
    }
    
    .white,
    .whites {
        position: relative;
        overflow: hidden
    }
    
    .white:after,
    .whites:after {
        content: '';
        cursor: pointer;
        position: absolute;
        left: -100%;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
        transform: skewx(-25deg)
    }
    
    .white:hover:after {
        left: 100%;
        -moz-transition: 1s;
        -o-transition: 1s;
        -webkit-transition: 1s;
        transition: 1s
    }
    
    .whites:hover:after {
        left: 100%;
        -moz-transition: .5s;
        -o-transition: .5s;
        -webkit-transition: .5s;
        transition: .5s
    }
    
    body {
        min-width: 1200px;
        width: 100%;
        max-width: 1920px;
        margin: 0 auto;
        overflow-x: hidden
    }
    
    em,
    i {
        font-style: normal
    }
    
    .content {
        width: 1200px;
        margin: 0 auto
    }
    
    input::-webkit-input-placeholder {
        color: #b2b2b2;
        font-size: 14px;
        text-transform: capitalize
    }
    
    input::-moz-placeholder {
        color: #b2b2b2;
        font-size: 14px;
        text-transform: capitalize
    }
    
    input:-moz-placeholder {
        color: #b2b2b2;
        font-size: 14px;
        text-transform: capitalize
    }
    
    input:-ms-input-placeholder {
        color: #b2b2b2;
        font-size: 14px;
        text-transform: capitalize
    }
    
    @keyframes myfirst {
        0% {
            background-position: 0 bottom
        }
        100% {
            background-position: 100% bottom
        }
    }
    
    .line {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    
    .clear {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0
    }
    
    .header .header-t {
        height: 128px;
        background-image: url(images/head-bg.jpg);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto auto;
        position: relative
    }
    
    .header .header-t .logo {
        float: left;
        margin-top: 27px
    }
    
    .header .header-t .logo img {
        display: block;
        width: 265px;
        height: 78px
    }
    
    .header .header-t .slogan {
        float: left;
        margin-left: 26px;
        border-left: 1px solid rgba(0, 0, 0, .15);
        height: 58px;
        box-sizing: border-box;
        margin-top: 41px;
        padding-left: 19px
    }
    
    .header .header-t .slogan b {
        display: block;
        font-size: 25px;
        font-weight: 700;
        line-height: 26px;
        color: #333
    }
    
    .header .header-t .slogan span {
        display: block;
        font-size: 22px;
        font-weight: 400;
        line-height: 24px;
        color: #333;
        margin-top: 8px
    }
    
    .header .header-t .tel {
        float: right;
        font-size: 24px;
        font-weight: 700;
        line-height: 100%;
        color: #333;
        background-image: url(images/h-tel.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto;
        padding-left: 53px;
        height: 97px;
        padding-top: 50px;
        box-sizing: border-box
    }
    
    .header .header-t .tel span {
        display: inline-block;
        font-size: 14px;
        font-weight: 400;
        line-height: 14px;
        color: #333;
        margin-bottom: 8px;
        vertical-align: middle;
        width: 70px;
        text-align: right;
    }
    
    .header .header-t .site {
        position: absolute;
        left: 50%;
        top: 56px;
        margin-left: 36px
    }
    
    .header .header-t .site i {
        font-size: 18px;
        font-weight: 400;
        line-height: 30px;
        color: #595959;
        display: block;
        background-image: url(images/h-ic1.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto;
        padding-left: 18px;
        float: left;
        margin-right: 9px
    }
    
    .header .header-t .site select {
        float: left;
        width: 128px;
        height: 30px;
        background-image: url(images/h-ic2.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto auto;
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        color: #333;
        border: none;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding-left: 9px
    }
    
    .header .header-t .site select::-ms-expand {
        display: none
    }
    
    .header .header-b {
        height: 66px;
        background: #005fae;
        overflow: hidden
    }
    
    .header .header-b ul {
        width: 1200px;
        margin: 0 auto
    }
    
    .header .header-b ul li {
        float: left;
        position: relative;
        background-image: url(images/nav-line.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: auto auto
    }
    
    .header .header-b ul li::before {
        content: "";
        display: block;
        width: 100%;
        height: 0;
        background: #ff9c0e;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: .25s
    }
    
    .header .header-b ul li::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #005fae;
        position: absolute;
        left: 50%;
        bottom: 0px;
        margin-left: -2.5px
    }
    
    .header .header-b ul li>a {
        font-size: 16px;
        font-weight: 400;
        line-height: 66px;
        color: #fff;
        display: block;
        padding: 0 35px;
        position: relative;
        z-index: 1
    }
    
    .header .header-b ul li:first-of-type a {
        background-image: url(images/h-home.png);
        background-repeat: no-repeat;
        background-position: 42px center;
        background-size: auto auto;
        text-indent: 34px
    }
    
    .header .header-b ul li:last-of-type {
        background: 0 0
    }
    
    .header .header-b ul li.cur::before,
    .header .header-b ul li:hover::before {
        display: block;
        height: 66px;
        opacity: 1
    }
    
    .header .header-b ul::after {
        line-height: 0;
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 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;
        }
    

    .p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
    }
    
    .p102-search-1 p {
        float: left;
        width: 750px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: #333333;
    }
    
    .p102-search-1 p b {
        display: inline-block;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: inline-block;
        margin-right: 15px;
    }
    .p102-search-1 p a:hover{color: #005faf;}
    .p102-search-1-inp {
        float: right;
        width: 356px;
        height: 36px;
        background: #fff;
        margin-top: 18px;
        border-radius: 25px;
        position: relative;
    }
    
    .p102-search-1-inp:before,
    .p102-search-1-inp:after {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background: #e3e3e3;
        left: 10%;
        z-index: 0;
    }
    
    .p102-search-1-inp:before {
        top: 0;
    }
    
    .p102-search-1-inp:after {
        bottom: 0;
    }
    
    .p102-search-1-inp1 {
        width: 249px;
        height: 34px;
        line-height: 34px;
        color: #999999;
        border: 1px solid #e3e3e3;
        border-right: 0;
        padding: 0 20px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        float: left;
    }
    
    .p102-search-1-inp2 {
        width: 66px;
        height: 36px;
        border: 0;
        border-radius: 25px;
        background: url(images/p102-search-icon1.png) no-repeat center center #005faf;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


		.plc{padding: 5px 0 25px;}
		.p12-curblock{
			display: none;
		}
		.p102-curmbs-1{height: 40px;line-height: 40px;font-size: 14px;color: #808080;}
		.p102-curmbs-1 b {
			font-weight: normal;
			padding-left: 35px;
			background: url(images/p102-curmbs-icon1.png) no-repeat left center;

		}
		.p102-curmbs-1 i {
			font-style: normal;
		}

		.p102-curmbs-1 span {
			font-family: 宋体;
			height: 46px;
			line-height: 46px;
			padding: 0px 5px;
		}
		.p102-curmbs-1 a{color: #808080;}
		.p102-curmbs-1 a:hover{color: #005faf;}
	

.leftnav-z1-tit {
            height: 50px;
            font-size: 24px;
            font-weight: normal;
            line-height: 50px;
            border-bottom: 1px solid #ebebeb;
            margin-bottom: 15px;
        }
        
        .leftnav-z1-tit span {
            display: inline-block;
            height: 50px;
            border-bottom:1px solid #ff9c0d;
        }
    .product2 .list ul li {
        float: left;
        width: 32%;
        position: relative;
        margin-right: 2%;
        margin-bottom:20px;
        background: #fff;
        box-sizing: border-box;
        background: #dedede;
        padding:1px;
    }
    
    .product2 .list ul li::before {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        background: #005fae;
        transition: .35s;
        left: 0;
        top: 0;
        position: absolute
    }
    
    .product2 .list ul li::after {
        content: "";
        display: block;
        width: 1px;
        height: 0;
        background: #005fae;
        transition: .35s;
        left: 0;
        top: 0;
        position: absolute
    }
    
    .product2 .list ul li a {
        display: block
    }
    
    .product2 .list ul li a::before {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        background: #005fae;
        transition: .35s;
        right: 0;
        bottom: 0;
        position: absolute
    }
    
    .product2 .list ul li a::after {
        content: "";
        display: block;
        width: 1px;
        height: 0;
        background: #005fae;
        transition: .35s;
        right: 0;
        bottom: 0;
        position: absolute
    }
    
    .product2 .list ul li img {
        width: 100%;
        display: block;
        transition: 1s
    }
    
    .product2 .list ul li h4 {
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        line-height: 60px;
        color: #333;
        background:#fff url(images/pro-more.png);
        background-repeat: no-repeat;
        background-position: right 25px center;
        background-size: auto auto;
        display: block;
        text-indent: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: .25s;
        padding-right: 50px;
        box-sizing: border-box;
        border-top: 1px solid #dedede;
    }
    
    .product2 .list ul li:nth-of-type(3n) {
        margin-right:0;
    }
    
    .product2 .list ul li:hover::before {
        width: 100%
    }
    
    .product2 .list ul li:hover::after {
        height: 100%
    }
    
    .product2 .list ul li:hover a::before {
        width: 100%
    }
    
    .product2 .list ul li:hover a::after {
        height: 100%
    }
    
    .product2 .list ul li:hover h4 {
        background-image: url(images/pro-moreh.png);
        background-repeat: no-repeat;
        background-position: right 25px center;
        background-size: auto auto
    }
    
    .product2 .list ul::after {
        line-height: 0;
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0
    }


        .fdh-01-tit {
            background: #005faf;
            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 #005faf;
        }
        
        .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: #005faf;
        }
        
        .fdh-01-nav dt.sidenavcur a,
        .fdh-01-nav dt:hover a {
            color: #005faf;
        }
        
        .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: #005faf;
        }
        
        .fdh-01-nav p.sidenavcur:after,
        .fdh-01-nav p:hover:after {
            background: #ff9c0d;
        }
        
        .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: #005faf;
    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;
        }
    

    .footer .footer-tact {
        border-top: 1px solid #d9d9db;
        height: 198px
    }
    
    .footer .footer-tact h3 {
        float: left;
        font-size: 22px;
        font-weight: 400;
        line-height: 80%;
        color: #333;
        width: 100px;
        padding-top: 72px
    }
    
    .footer .footer-tact h3 b {
        font-size: 42px;
        font-weight: 400;
        line-height: 42px;
        color: #333;
        display: block;
        margin-top: 10px
    }
    
    .footer .footer-tact ul {
        float: right;
        margin-top: 70px
    }
    
    .footer .footer-tact ul li {
        float: left;
        margin-left: 98px
    }
    
    .footer .footer-tact ul li b {
        font-size: 16px;
        font-weight: 400;
        line-height: 30px;
        color: #878787;
        display: block;
        position: relative;
        padding-left: 56px
    }
    
    .footer .footer-tact ul li b::before {
        content: "";
        display: block;
        width: 1px;
        height: 30px;
        background: #d4d4d4;
        position: absolute;
        left: 40px;
        top: 0
    }
    
    .footer .footer-tact ul li span {
        font-size: 26px;
        font-weight: 400;
        line-height: 120%;
        color: #333;
        display: block;
        margin-top: 14px;
    }
    
    .footer .footer-tact ul li:nth-of-type(1) b {
        background-image: url(images/f-ic1.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto
    }
    
    .footer .footer-tact ul li:nth-of-type(2) b {
        background-image: url(images/f-ic2.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto
    }
    
    .footer .footer-tact ul li:nth-of-type(3) b {
        background-image: url(images/f-ic3.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto
    }
    
    .footer .footer-tact ul li:nth-of-type(4) b {
        background-image: url(images/f-ic6.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto
    }
    
    .footer .footer-tact ul li:first-of-type {
        margin-left: 0
    }
    
    .footer .footer-tact::after {
        line-height: 0;
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0
    }
    
    .footer .footer-t {
        height: 363px;
        background: #363636
    }
    
    .footer .footer-t .flogo {
        float: left;
        width: 219px;
        margin-top: 98px
    }
    
    .footer .footer-t .flogo img {
        width: 167px;
        height: 184px;
        display: block
    }
    
    .footer .footer-t ul {
        float: left;
        width: 845px;
        margin-top: 84px
    }
    
    .footer .footer-t ul li {
        float: left;
        background-image: url(images/f-line.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto;
        min-height: 211px;
        padding-top: 11px
    }
    
    .footer .footer-t ul li h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 40px;
        color: #fff;
        display: block;
        padding-left: 54px;
        height: 41px;
        margin-bottom: 12px
    }
    
    .footer .footer-t ul li p a {
        float: left;
        font-size: 15px;
        font-weight: 400;
        line-height: 36px;
        color: #fff;
        opacity: .5;
        width: 140px
    }
    
    .footer .footer-t ul li p a:hover {
        text-decoration: underline
    }
    
    .footer .footer-t ul li p a:nth-of-type(even) {
        width: 110px
    }
    
    .footer .footer-t ul li p::after {
        line-height: 0;
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0
    }
    
    .footer .footer-t ul li em {
        font-size: 15px;
        font-weight: 400;
        line-height: 36px;
        color: #fff;
        display: block;
        opacity: .5
    }
    
    .footer .footer-t ul li:nth-of-type(1) {
        padding-left: 53px;
        width: 313px;
        box-sizing: border-box
    }
    
    .footer .footer-t ul li:nth-of-type(1) h3 {
        background-image: url(images/f-ic4.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto
    }
    
    .footer .footer-t ul li:nth-of-type(2) {
        padding-left: 53px;
        width: 510px;
        box-sizing: border-box
    }
    
    .footer .footer-t ul li:nth-of-type(2) h3 {
        background-image: url(images/f-ic5.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto auto
    }
    
    .footer .footer-t .code {
        float: right;
        width: 136px;
        margin-top: 102px
    }
    
    .footer .footer-t .code em {
        width: 136px;
        height: 136px;
        border: 1px solid #69696a;
        display: block
    }
    
    .footer .footer-t .code em img {
        width: 100px;
        height: 100px;
        display: block;
        margin: 19px auto 0
    }
    
    .footer .footer-t .code span {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        color: #fff;
        display: block;
        text-align: center;
        margin-top: 15px
    }
    
    .footer .footer-b {
        background: #232325;
        height: 72px
    }
    
    .footer .footer-b span {
        font-size: 14px;
        font-weight: 400;
        line-height: 72px;
        color: rgba(255, 255, 255, .5);
        margin-right: 20px
    }
    
    .footer .footer-b span a {
        color: rgba(255, 255, 255, .5);
        position: relative;
        top: 0;
        transition: .25s
    }
    
    .footer .footer-b span a:hover {
        text-decoration: underline
    }
    
    .link {
        font-size: 14px;
        font-weight: 400;
        line-height: 72px;
        color: rgba(0, 0, 0, .5);
        text-align: left;
    }
    
    .link .content {
        box-sizing: border-box;
        overflow: hidden
    }
    
    .link a {
        display: inline-block;
        color: rgba(0, 0, 0, .5);
        margin-left: 20px;
        position: relative;
        top: 0;
        transition: .25s
    }
    
    .link a:hover {
        text-decoration: underline
    }
    .p102-search-1 .blk-main,.p102-curmbs-1,.p102-fdh-3 .blk-main{width:1200px;margin:0 auto;}


        .client-2 {
            width: 45px;
            position: fixed;
            right: 10px;
            top: 60%;
            z-index: 999;
            color: #fff;
        }
        
        .client-2 li a {
            text-decoration: none;
            color: #fff;
        }
        
        .client-2 li {
            margin-bottom: 5px;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            cursor: pointer;
            position: relative;
        }
        
        .client-2 li.my-kefu-qq {
            background:#005faf url(images/cimg23.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-weixin {
            background:#005faf url(images/cimg24.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-tel {
            background:#005faf url(images/cimg25.png) center no-repeat;
        }
        
        .client-2 li.my-kefu-shouye {
            background:#005faf url(images/tohome.png) center no-repeat;
            background-size:26px;
        }
        
        .client-2 li.my-kefu-shouye a {
            width: 45px;
            height: 45px;
            display: block;
        }
        
        .client-2 li.my-kefu-ftop {
            background:#005faf url(images/returnTop.png) center no-repeat;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 li.my-kefu-qq .cont {
            margin: 0;
            background:#005faf url(images/cimg23.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 16px;
            width: 130px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 li.my-kefu-tel .cont {
            margin: 0;
            background:#005faf url(images/cimg25.png) 15px center no-repeat;
            border-radius: 50px;
            padding-left: 45px;
            height: 45px;
            line-height: 45px;
            color: #fff;
            font-size: 18px;
            width: 180px;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 999;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop .my-kefu-main {
            padding-top: 6px;
        }
        
        .client-2 li.my-kefu-weixin .cont {
            margin: 0;
            width: 115px;
            padding: 5px;
            border: solid 1px #ccc;
            position: absolute;
            left: -150px;
            top: -44px;
            background-color: #fff;
        }
        
        .client-2 li.my-kefu-weixin .cont  span {
            display: block;
            line-height: 20px;
            font-size: 12px;
            text-align: center;
            color: #1a1a1a;
        }
        
        .client-2 li.my-kefu-weixin .cont  img {
            width: 115px;
            height: 115px;
        }
        
        .client-2 li:hover .cont {
            display: block!important;
        }
    
