
        .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: #fff;
            position: relative;
            z-index: 100;
        }
        
        .header {
            height: 5rem;
            margin: 0 auto;
        }
        
        .head .logo {
            float: left;
            width: 6.55rem;
            height: 5rem;
            margin-left: 4.5rem;
            display: flex;
            display: -webkit-flex;
            flex-wrap: wrap;
            align-items: center;
        }
        
        .head .logo a {
            display: block;
            position: relative;
        }
        
        .head .logo img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .head .txt {
            float: left;
            margin-left: 0.85rem;
            height: 5rem;
            line-height: 5rem;
            font-size: 1.2rem;
            color: #1a1a1a;
            font-weight: normal;
        }
        
        .head-tel {
            float: right;
            height: 5rem;
            padding-left: 1.5rem;
            margin-right: 4.5rem;
            position: relative;
            z-index: 2;
        }
        
        .head-tel i {
            position: absolute;
            display: block;
            width: 1.05rem;
            height: 1.05rem;
            left: 0rem;
            top: 50%;
            z-index: 1;
            cursor: pointer;
            transform: translate(0, -50%);
            -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
            -moz-transform: translate(0, -50%);
        }
        
        .head-tel i img {
            width: 1.05rem;
            height: 1.05rem;
            display: block;
        }
        
        .head-tel p {
            height: 5rem;
            line-height: 5rem;
            font-size: 1.2rem;
            font-family: "FBTM";
            color: #1a1a1a;
        }
        
        .head-nav {
            float: right;
            margin-right: 1.75rem;
        }
        
        .head-nav ul li {
            float: left;
            height: 5rem;
            margin-right: 1.75rem;
            padding-top: 1.25rem;
            position: relative;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -ms-box-sizing: border-box;
            -moz-box-sizing: border-box;
        }
        
        .head-nav ul li:last-of-type {
            margin-right: 0;
        }
        
        .head-nav ul li > a {
            display: block;
            height: 2.5rem;
            line-height: 2.5rem;
            font-size: 0.9rem;
            color: #1a1a1a;
            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: 3px;
            background: #e80129;
            left: 0;
            bottom: 0;
            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,
        .head-nav ul li:hover > a {
            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: 85%;
            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(255, 255, 255, .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: #e80129;
        }
        
        .head-nav ul .submenu a:hover:before {
            border-color: #e80129;
        }
        
        .head-nav ul li:hover .submenu {
            max-height: 500px;
        }
        
        .head-nav ul li:hover .submenu p:before {
            opacity: 1;
        }
        
        .head.head-fixed {
            position: fixed;
            height: auto;
            left: 0;
            right: 0;
            top: 0;
            z-index: 999;
            box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.12);
        }
        
        .head.head-fixed .header {
            height: 3.5rem;
        }
        
        .head.head-fixed .logo {
            height: 3.5rem;
        }
        
        .head.head-fixed .txt {
            height: 3.5rem;
            line-height: 3.5rem;
        }
        
        .head.head-fixed .head-nav ul li {
            height: 3.5rem;
            padding-top: 0.5rem;
        }
        
        .head.head-fixed .head-tel {
            height: 3.5rem;
        }
        
        .head.head-fixed .head-tel p {
            height: 3.5rem;
            line-height: 3.5rem;
        }
    

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

        .p101-curmbs-1 {
            position: relative;
            max-width: 1920px;
            margin: 0 auto;
        }
        
        .plc {
            position: absolute;
            top: -65px;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 10;
            background: url("images/p101-curmbs-bg.png") no-repeat center bottom;
            padding: 20px 0 5px;
        }
        
        .p12-curblock {
            display: none;
        }
        
        .p101-curmbs-con {
            float: right;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
            color: #fff;
        }
        
        .p101-curmbs-con b {
            font-weight: normal;
            padding-left: 25px;
            background: url(images/p101-curmbs-icon1.png) no-repeat left center;
        }
        
        .p101-curmbs-con i {
            font-style: normal;
        }
        
        .p101-curmbs-con span {
            font-family: 宋体;
            height: 46px;
            line-height: 46px;
            padding: 0px 5px;
        }
        
        .p101-curmbs-con a {
            color: #fff;
        }
        
        .p101-curmbs-con a:hover {
            text-decoration: underline;
        }
    

        .p101-search-1 {
            height: 56px;
            box-shadow: 0 3px 4px #e9e9e9;
        }
        
        .p101-search-1 p {
            float: left;
            width: 750px;
            line-height: 56px;
            font-size: 14px;
            color: #333333;
        }
        
        .p101-search-1 p b {
            display: inline-block;
        }
        
        .p101-search-1 p a {
            color: #666666;
            display: inline-block;
            margin-right: 15px;
        }
        
        .p101-search-1-inp {
            float: right;
            width: 356px;
            height: 36px;
            background: #fff;
            margin-top: 10px;
        }
        
        .p101-search-1-inp1 {
            width: 249px;
            height: 34px;
            line-height: 34px;
            color: #999999;
            border: 1px solid #e3e3e3;
            border-right: 0;
            padding: 0 20px;
            float: left;
        }
        
        .p101-search-1-inp2 {
            width: 66px;
            height: 36px;
            border: 0;
            background: #00004c url(images/p101-search-icon1.png) no-repeat center center;
            float: right;
            cursor: pointer;
        }
    

    .p102-info-blk {
        width: 77%;
        border: 1px solid #f0f0f0;
        background: #fff;
        margin-top: 30px;
    }
    
    .p102-info-blk-con {
        padding: 47px 40px 52px;
    }
    
    .p102-info-blk-title {
        line-height: 50px;
        font-size: 34px;
        font-weight: normal;
        color: #1a1a1a;
        margin-bottom: 15px;
    }
    
    .p102-info-blk-bool {
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        color: #999999;
        padding-bottom: 7px;
        border-bottom: 1px solid #dedede;
    }
    
    .p102-info-blk-bool i {
        font-style: normal;
        margin: 0 15px;
    }
    
    .p102-info-content {
        font-size: 16px;
        line-height: 32px;
        color: #4c4c4c;
        padding: 10px 0 0;
        text-align: justify;
    }
    
    .p102-info-key {
        line-height: 28px;
        font-size: 14px;
        color: #666666;
        padding-top: 5px;
    }
    
    .p102-info-key span {
        margin-right: 10px;
    }
    
    .p102-info-blk-paging {
        border-top: 1px solid #dedede;
        height: 62px;
    }
    
    .p102-info-blk-paging dl {
        height: 62px;
        position: relative;
        padding: 0 68px;
    }
    
    .p102-info-blk-paging dl:before {
        content: '';
        position: absolute;
        width: 1px;
        background: #dedede;
        left: 50%;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .p102-info-blk-paging dd {
        width: 321px;
        height: 62px;
        line-height: 62px;
        font-size: 14px;
        color: #1a1a1a;
        position: relative;
    }
    
    .p102-info-blk-paging dd span {
        float: left;
        width: 60px;
        height: 62px;
    }
    
    .p102-info-blk-paging dd a {
        float: left;
        width: 260px;
        height: 62px;
        color: #1a1a1a;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-info-blk-paging dd.items-prev:before {
        content: "";
        width: 8px;
        height: 8px;
        border: 2px solid #b3b3b3;
        border-style: solid none none solid;
        position: absolute;
        top: 50%;
        left: -30px;
        margin-top: -5px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        z-index: 1;
    }
    
    .p102-info-blk-paging dd.items-next {
        padding-left: 110px;
    }
    
    .p102-info-blk-paging dd.items-next:after {
        content: "";
        width: 8px;
        height: 8px;
        border: 2px solid #b3b3b3;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        right: -30px;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
    }
    
    .p102-info-blk-paging dd:hover a {
        color: #00004c;
    }


    .p102-info-fdh-2 {
        width: 300px;
        margin-top: 30px;
    }
    
    .p102-pro-related {
        padding: 30px 19px;
        background: #fff;
        border: 1px solid #f0f0f0;
        margin-bottom: 10px;
    }
    
    .p102-pro-related-title {
        font-weight: normal;
        padding: 0 70px 10px 0;
        position: relative;
    }
    
    .p102-pro-related-title span {
        display: block;
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        color: #333333;
    }
    
    .p102-pro-related-title:before {
        content: '';
        position: absolute;
        width: 36px;
        height: 2px;
        background: #00004c;
        left: 0;
        bottom: 2px;
    }
    
    .p102-pro-related-title a {
        position: absolute;
        width: 23px;
        height: 23px;
        font: 22px/23px 宋体;
        color: #8f8f8f;
        text-align: center;
        border: 1px solid #d2d2d2;
        border-radius: 100%;
        right: 10px;
        top: 8px;
    }
    
    .p102-pro-related-title a:hover {
        color: #00004c;
        border-color: #00004c;
    }
    
    .p102-pro-related-list {
        padding-top: 28px;
    }
    
    .p102-pro-related-list dl {
        margin-bottom: 13px;
    }
    
    .p102-pro-related-list dt{border: 1px solid #ccc;}
    
    .p102-pro-related-list dt img,
    .p102-pro-related-list dt a {
        display: block;
        width: 100%;
        position: relative;
    }
    
    .p102-pro-related-list dt em {
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 0;
        display: none;
    }
    
    .p102-pro-related-list dt i {
        position: absolute;
        width: 42px;
        height: 42px;
        background: #00004c;
        border-radius: 100%;
        left: 50%;
        margin-left: -21px;
        top: 50%;
        margin-top: -25px;
        z-index: 1;
    }
    
    .p102-pro-related-list dt i:after {
        content: "";
        width: 9px;
        height: 9px;
        border: 1px solid #fff;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        left: 15px;
        margin-top: -5px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
    }
    
    .p102-pro-related-list dd {
        padding-top: 7px;
    }
    
    .p102-pro-related-list dd h4 {
        font-weight: normal;
    }
    
    .p102-pro-related-list dd h4 a {
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #4c4c4c;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    .p102-pro-related-list dl:hover dt em {
        display: block;
    }


    .p102-info-label {
        padding: 30px 10px 0 19px;
        background: #fff;
        border: 1px solid #f0f0f0;
        margin-bottom: 20px;
    }
    
    .p102-info-label-list {
        padding: 15px 0;
    }
    
    .p102-info-label-list a {
        float: left;
        padding: 0 16px;
        height: 34px;
        font-size: 14px;
        line-height: 34px;
        color: #4c4c4c;
        border: 1px solid #e6e6e6;
        margin: 0 5px 5px 0;
        border-radius: 3px;
    }
    
    .p102-info-label-list a:hover {
        color: #00004c;
        border-color: #00004c;
    }


    .p102-info-label-more {
        width: 140px;
        height: 50px;
        line-height: 50px;
        background: #00004c;
    }
    
    .p102-info-label-more a {
        display: block;
        height: 50px;
        font-size: 16px;
        color: #ffffff;
        text-align: center;
    }


    .p102-info-12-title {
        padding-bottom: 15px;
        position: relative;
        font-weight: normal;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .p102-info-12-title:after {
        content: '';
        position: absolute;
        width: 76px;
        height: 1px;
        background: #d4d4d4;
        bottom: 0;
        left: 50%;
        margin-left: -38px;
    }
    
    .p102-info-12-title span,
    .p102-info-12-title a {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 38px;
        color: #333333;
    }
    
    .p102-info-12-title em {
        display: block;
        height: 22px;
        font: 14px/22px 'Arial';
        color: #808080;
        font-style: normal;
        letter-spacing: 2px;
    }
        
    .p102-info-latest {
        padding: 30px 0 80px;
    }
    
    .p102-info-latest ul {
        padding: 29px 39px;
        border: 1px solid #f0f0f0;
        position: relative;
        background: #fff;
    }
    
    .p102-info-latest li {
        float: left;
        width: 47%;
    }
    
    .p102-info-latest li h4 {
        height: 36px;
        padding-left: 25px;
        position: relative;
        line-height: 36px;
        font-weight: normal;
    }
    
    .p102-info-latest li h4:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        border: 2px solid #00004c;
        left: 0;
        top: 50%;
        margin-top: -4px;
    }
    
    .p102-info-latest li h4 a {
        display: inline-block;
        max-width: 400px;
        height: 36px;
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .p102-info-latest li h4:hover a {
        color: #00004c;
    }
    
    .p102-info-latest li h4:hover:before {
        border-color: #00004c;
    }
    
    .p102-info-latest li h4:hover:after {
        background: #00004c;
    }
    
    .p102-info-latest li h4 em {
        float: right;
        width: 90px;
        height: 36px;
        font-family: Arial;
        color: #808080;
        text-align: right;
        font-style: normal;
    }
    
    .p102-info-latest li.last {
        margin-left: 60px;
    }
    
    .p102-info-latest li.last:before {
        content: '';
        position: absolute;
        width: 1px;
        left: 49%;
        top: 22px;
        bottom: 22px;
        background: #dedede;
        z-index: 1;
    }


        .foot {
            background: url(images/foot-bg.jpg) no-repeat center bottom #00113f;
            background-size: 1920px 17.5rem;
            max-width: 1920px;
            margin: 0 auto;
            overflow: hidden;
        }
        
        .footer {
            width: 1500px;
            margin: 0 auto;
            position: relative;
        }
        
        .foot .foot-top {
            padding: 6.1rem 0 5.3rem;
        }
        
        .foot .foot-nav {
            float: left;
            width: 25%;
            margin-top: 0.35rem;
            position: relative;
        }
        
        .foot .foot-logo {
            width: 7.9rem;
            height: 1.5rem;
            margin-bottom: 3.2rem;
        }
        
        .foot .foot-logo a {
            display: block;
            position: relative;
        }
        
        .foot .foot-logo img {
            width: 100%;
            height: auto;
            display: block;
        }
        
        .foot .foot-nav ul {
            padding-top: 1.15rem;
            position: relative;
        }
        
        .foot .foot-nav ul:before {
            content: "";
            position: absolute;
            width: 3.15rem;
            height: 0.15rem;
            background: rgba(255, 255, 255, 0.2);
            left: 0;
            top: 0;
            z-index: 1;
        }
        
        .foot .foot-nav li {
            float: left;
            width: 7.5rem;
            margin-right: 0.25rem;
        }
        
        .foot .foot-nav li a {
            display: block;
            height: 2.05rem;
            line-height: 2.05rem;
            font-size: 0.9rem;
            color: #ffffff;
            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 {
            color: #e80129;
        }
        
        .foot .foot-info {
            float: right;
            width: 67.53334%;
        }
        
        .foot .foot-info h4 {
            height: 2rem;
            line-height: 2rem;
            font-size: 1.2rem;
            color: #f6f7f8;
            font-weight: bold;
            margin-bottom: 2.1rem;
        }
        
        .foot .foot-info .txt {
            display: flex;
            display: -webkit-flex;
            justify-content: space-between;
            -webkit-justify-content: space-between;
            flex-wrap: wrap;
        }
        
        .foot .foot-info .txt span {
            display: block;
            height: 2.5rem;
            margin-bottom: 0.95rem;
        }
        
        .foot .foot-info .txt span img {
            width: 7.1rem;
            height: 2.5rem;
            display: block;
        }
        
        .foot .foot-info .txt b {
            display: block;
            height: 1.5rem;
            line-height: 1.5rem;
            font-size: 0.8rem;
            color: #fff;
            opacity: 0.55;
            font-weight: bold;
        }
        
        .foot .foot-info .txt p {
            display: block;
            height: 1.7rem;
            line-height: 1.7rem;
            font-size: 1.0rem;
            color: #fff;
            margin-bottom: 1.75rem;
        }
        
        .foot .foot-info .txt p.font {
            font-size: 1.2rem;
            font-family: "HOSSR", Arial;
        }
        
        .foot .foot-info .txt i,
        .foot .foot-info .txt i img {
            display: block;
            width: 1.35rem;
            height: 1.3rem;
        }
        
        .foot .foot-con {
            padding: 0 0 0.6rem;
            border-top: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .foot .foot-con-code {
            position: absolute;
            left: 0;
            top: 1.6rem;
        }
        
        .foot .foot-con-code .con-code-item {
            float: left;
            width: 2.55rem;
            margin-right: 0.85rem;
            position: relative;
        }
        
        .foot .foot-con-code .con-code-item:last-of-type {
            margin-right: 0;
        }
        
        .foot .foot-con-code .con-code-item i {
            width: 2.55rem;
            height: 2.55rem;
            display: block;
            background: rgba(255, 255, 255, 0.8);
            border-radius: 50%;
            overflow: hidden;
        }
        
        .foot .foot-con-code .con-code-item i img {
            width: 2.55rem;
            height: 2.55rem;
            display: block;
            cursor: pointer;
        }
        
        .foot .foot-con-code .con-code-item .code-img {
            position: absolute;
            padding-bottom: 1.5rem;
            left: 50%;
            bottom: 2rem;
            z-index: 10;
            display: none;
            transform: translate(-50%, 0);
        }
        
        .foot .foot-con-code .con-code-item:last-of-type .code-img {
            left: auto;
            right: 0;
            transform: translate(0, 0);
        }
        
        .foot .foot-con-code .con-code-item p {
            padding: 0.35rem;
            background: #ffffff;
            position: relative;
            border-radius: 0.5rem;
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
        }
        
        .foot .foot-con-code .con-code-item p img {
            width: 6.8rem;
            height: 6.8rem;
            display: block;
        }
        
        .foot .foot-con-code .con-code-item p:after {
            content: "";
            position: absolute;
            border-left: 0.4rem solid transparent;
            border-right: 0.4rem solid transparent;
            border-top: 0.5rem solid #ffffff;
            left: 50%;
            margin-left: -0.4rem;
            bottom: -0.5rem;
            z-index: 1;
        }
        
        .foot .foot-con-code .con-code-item:last-of-type p:after {
            left: auto;
            margin-left: 0;
            right: 1.1rem;
        }
        
        .foot .foot-con-code .con-code-item:hover .code-img {
            display: block;
        }
        
        .foot .foot-con-text {
            float: right;
            max-width: 60%;
        }
        
        .foot .foot-con-text p {
            line-height: 5.6rem;
            font-size: 0.8rem;
            color: #fff;
        }
        
        .foot .foot-con-text p em {
            opacity: 0.5;
            font-style: normal;
            margin-right: 0.45rem;
        }
        
        .foot .foot-con-text p a {
            color: #fff;
            opacity: 0.5;
            transition: all 0.3s;
        }
        
        .foot .foot-con-text p a:hover {
            opacity: 1;
        }
        
        @media screen and (max-width: 1560px) {
            .footer {
                width: 1200px;
                margin: 0 auto;
            }
        }
    

    .xin-2112-client-1 {
        width: 76px;
        position: fixed;
        right: 0;
        top: 50%;
        z-index: 999;
        color: #333;
        background: #fff;
        box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
        border-radius: 3px;
        display: none;
    }
    
    .xin-2112-client-close {
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        font-family: "HOSSR";
        font-weight: bold;
        color: #666;
        text-align: center;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
        left: 0;
        top: -25px;
        z-index: 5;
        cursor: pointer;
    }
    
    .xin-2112-client-1 li {
        width: 76px;
        border-radius: 2px;
        position: relative;
        cursor: pointer;
        padding: 10px 0 13px;
    }
    /*.xin-2112-client-1 li.my-kefu-top {*/
    /*    display: none;*/
    /*}*/
    
    .xin-2112-client-1 li a {
        display: block;
        height: 100%;
        text-decoration: none;
        color: #333;
    }
    
    .xin-2112-client-1 li i {
        display: block;
        width: 38px;
        height: 37px;
        overflow: hidden;
        margin: 0 auto;
        background: url("images/xin-2112-client-icon.png") no-repeat;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    
    .xin-2112-client-1 li.my-kefu-tel i {
        background-position: 0 0;
    }
    
    .xin-2112-client-1 li.my-kefu-link i {
        background-position: 0 -47px;
    }
    
    .xin-2112-client-1 li.my-kefu-qq i {
        background-position: 0 -94px;
    }
    
    .xin-2112-client-1 li.my-kefu-weixin i {
        background-position: 0 -141px;
    }
    
    .xin-2112-client-1 li.my-kefu-top i {
        background-position: 0 -188px;
    }
    
    .xin-2112-client-1 li .client-2112-cont {
        width: 160px;
        padding: 14px 14px 14px 70px;
        position: absolute;
        right: 85px;
        top: 4px;
        color: #fff;
        font-size: 18px;
        height: 32px;
        line-height: 32px;
        text-align: left;
        background: #00004c;
        display: none;
    }
    
    .xin-2112-client-1 li .client-2112-cont:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        margin-top: -7px;
        right: -7px;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        border-left: 7px solid #00004c;
    }
    
    .xin-2112-client-1 li .client-2112-cont:before {
        content: "";
        position: absolute;
        width: 38px;
        height: 38px;
        background: url("images/xin-2112-client-icon.png") no-repeat;
        left: 25px;
        top: 50%;
        margin-top: -19px;
        z-index: 1;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin {
        width: 115px;
        padding: 14px;
        position: absolute;
        right: 85px;
        top: -28px;
        background: #fff;
        display: none;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 50%;
        margin-top: -7px;
        right: -7px;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        border-left: 7px solid #fff;
    }
    
    .xin-2112-client-1 li .client-2112-cont-weixin img {
        width: 115px;
        height: 115px;
        display: block;
    }
    
    .xin-2112-client-1 li.my-kefu-tel .client-2112-cont:before {
        background-position: -70px 0;
    }
    
    .xin-2112-client-1 li.my-kefu-qq .client-2112-cont:before {
        background-position: -70px -94px;
    }
    
    .xin-2112-client-1 li p {
        display: block;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        color: #333;
        text-align: center;
    }
    
    .xin-2112-client-1 li.my-kefu-link a {
        animation: heart 1s ease-in-out infinite alternate;
    }
    
    .xin-2112-client-1 li.cur,
    .xin-2112-client-1 li:hover {
        background: #00004c;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-tel i,
    .xin-2112-client-1 li.my-kefu-tel:hover i {
        background-position: -70px 0;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-link i,
    .xin-2112-client-1 li.my-kefu-link:hover i {
        background-position: -70px -47px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-qq i,
    .xin-2112-client-1 li.my-kefu-qq:hover i {
        background-position: -70px -94px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-weixin i,
    .xin-2112-client-1 li.my-kefu-weixin:hover i {
        background-position: -70px -141px;
    }
    
    .xin-2112-client-1 li.cur.my-kefu-top i,
    .xin-2112-client-1 li.my-kefu-top:hover i {
        background-position: -70px -188px;
    }
    
    .xin-2112-client-1 li.cur p,
    .xin-2112-client-1 li:hover p {
        color: #fff;
    }
    
    .xin-2112-client-1 li:hover .client-2112-cont,
    .xin-2112-client-1 li:hover .client-2112-cont-weixin {
        display: block!important;
    }

