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

    .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: #003e9a;}
    .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 #003e9a;
        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: #003e9a;}
	

        .fdh-01-tit {
            background: #003e9a;
            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;
        }
    

        .p1-info-3-tit {
            height: 60px;
    font-size: 24px;
    font-weight: normal;
    line-height: 60px;
    background: #003e9a;
    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;
        }
    

        .cbgg-01 {
            background: #003e9a;
            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;
        }
    

.p14-infolist-1-list em{

	display: block;

	float: left;

	width: 34px;

	height: 1px;

	background: #ccc;

	margin-top: 35px;

	margin-right: 20px;

	transition: 0.4s;

}
.p14-infolist-1-list dl:hover em{

	width: 60px;

	background: #8F8F8F;

}
.n_date{
	float: right;
	text-align: center;
	margin-left:70px;
	width:120px;
	margin-top:60px;
	border-left:1px solid #e4e4e4;
}


.n_date h5{

	font-size: 16px;

    color: #8F8F8F;

    font-family: "Arial";

    line-height: 26px;
    font-weight: normal;


}

.n_date strong{
	font-size: 26px;color:#333;
	height: 36px;
	display: block;
	text-align: center;
	margin-top: 10px;
	transition: 0.4s;
	font-weight: normal;

}




        .p14-infolist-1-list dl {
            border-bottom:1px solid #e4e4e4;
            padding: 22px 0;
            background: #fff;
            overflow: hidden;
        }
       
        .p14-infolist-1-list dt {
            width: 29.5%;
            float: left;
         
        }
 .p14-infolist-1-list dd{float:left;width:66%;margin-left:3%;margin-top:25px;}
        
        .p14-infolist-1-list dt img {
            width:100%; 
            display: block;transition: ease .65s;
        }
        .p14-infolist-1-list dl:hover dt img{transform: scale(1.05)}
        .p14-infolist-1-list dd h4 {
            transition: ease .65s;
            height: 40px;
            font-weight: normal;
            font-size:18px;
            color: #154c64;
            line-height: 40px;
            margin-bottom: 25px;
            overflow: hidden;
            position: relative;
        }
        .p14-infolist-1-list dl:hover h4{transform: translateX(20px);
	transition-delay: .25s;}
        .p14-infolist-1-list h4 a {
            display: block;
            height: 40px;
            color: #4b4a4a;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
      
        .p14-infolist-1-list dl:hover h4 a {
            color: #003e9a;
        }
        
        .p14-infolist-1-list-desc {
            max-height: 120px;transition: ease .65s;
            font-size: 14px;
            line-height: 24px;
            color: #797979;
            margin-bottom: 28px;
            overflow: hidden;
        }
        .p14-infolist-1-list dl:hover .p14-infolist-1-list-desc{transform: translateX(20px);}
        
        .p14-infolist-1-list-deta {
            width: 140px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            display: block;
            float: right;
            background: #003e9a;
            color: #fff;
        }
              ins{

	text-decoration: none;

	width: 40px;

	line-height: 40px;

	color: #fff;

	font-size: 22px;

	float: left;

	background: #000;

	text-align: center;

}
        .p14-infolist-1-list-deta a{color:#fff;}
        
        .p14-infolist-1-list dl:hover .p14-infolist-1-list-deta {
            background: #003e9a;
            border-color: #003e9a;
        }
        
        .p14-infolist-1-list dl:hover .p14-infolist-1-list-deta a {
            color: #fff;
        }
    

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

    .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;
    }
    
    .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: #003e9a;
        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 #003e9a;
    }
    
    .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: #003e9a;
    }
    
    .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;
    }

