
.header{ height:5.3rem; width:100%;position: absolute;top: 0;left: 0;z-index: 100;}
.header:before{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 0.1rem;background: rgba(0,0,0,0.1);}
.h_tel{width: 14%;height: 5.3rem;font-size: 1.3rem;color: #d7000f;display: flex;align-items: center;}
.h_tel em{width: 1.6rem;height: 1.6rem;line-height: 0;padding-right: 0.5rem;}
.h_tel em img{width: 1.6rem;height: 1.6rem;}
.logo{width: 15.6%;height: 5.3rem;line-height: 0;display: flex;align-items: center;margin: 0 1.3%;}
.logo img{display: block;width: 100%;}
.h_dw{line-height: 1.2rem;font-size: 1rem;color: #000;position: relative;padding: 1.5rem 0 0 1rem;}
.h_dw:before{content: '';position: absolute;top: 1.6rem;left: 0;width: 0.05rem;height: 2.4rem;background: #d7000f;}
.h_dw i{display: block;}
.h_nav{width: 52%; height:5.3rem;padding-right: 2%;}
.h_nav ul{ width: 100%; height:5.3rem;display: flex;justify-content: space-between;}
.h_nav li a{ font-size:1rem; color:#000;display:block;position: relative;z-index: 4; text-decoration:none;height: 5.3rem;line-height: 5.6rem;}
.h_nav li a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.2rem;
	background: #d7000f;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.h_nav li a:hover:after,
.h_nav li.cur a:after{
	height: 0.2rem;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.h_nav li a:hover,
.h_nav li.cur a,
.h_nav li .nav_main .li02_list p a:hover,
.h_nav li .li03_nav dl dd h3 a:hover,
.h_nav li .li03_nav dl dd p a:hover,
.h_nav li .nav_main .li03_list p a:hover,
.h_nav li .nav_main .nav_list h3 a:hover,
.h_nav li .li05_nav .li05_list a:hover{color: #d7000f;}

.li02_nav,.li03_nav,.li04_nav,.li05_nav{display: none;position: absolute;left: 0;top: 5.3rem;z-index: 2;background: #fff;width: 100%;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}
.nav_main{width: 83.33%;margin: 0 auto;}
.h_nav li .nav_main a{height: auto;font-weight: normal;}
.h_nav li .nav_main a:after{display: none;}

.li02_nav,.li03_nav,.li05_nav{padding: 2.5rem 0;}
.li02_l{width: 45.3%;line-height: 0;overflow: hidden;}
.li02_l img,.li03_nav dl dt img{width: 100%;display: block;}
.li02_list{width: 21%;margin-left: 10%;}
.li02_list p{width: 77.6%;height: 4rem;border-bottom: #e8e8e8 1px solid;}
.h_nav li .nav_main .li02_list p a{position: relative;width: 100%;height: 4rem;line-height: 4rem;font-size: 0.9rem;color: #282828;padding-left: 3.3rem;box-sizing: border-box;}
.li02_list p.on a:before,
.li03_nav dl dd h3 a:before,
.li03_list p a:before,
.nav_list h3 a:before,
.li05_nav .li05_list a:before{content: '';position: absolute;top: calc(50% - 0.4rem);left: 1.5rem;width: 0;height: 0;border-left:0.5rem solid #d7000f; 
border-top:0.35rem solid transparent;
border-bottom:0.35rem solid transparent;
}

.li03_nav dl{width: 45%;float: left;margin-left: 11.25%;}
.li03_nav dl dt{width: 60%;line-height: 0;overflow: hidden;float: right;}
.li03_nav dl dd{width: 40%;float: left;margin-top: -0.5rem;}
.li03_nav dl dd h3,.li03_nav dl dd p{width: 100%;height: 3rem;}
.h_nav li .li03_nav dl dd h3 a{position: relative;width: 100%;height: 3rem;line-height: 3rem;font-size: 1rem;color: #282828;font-weight: normal;padding-left: 1.5rem;box-sizing: border-box;}
.li03_nav dl dd h3 a:before,.li03_list p a:before{left: 0;}
.h_nav li .li03_nav dl dd p a{position: relative;width: 100%;height: 2.8rem;line-height: 2.8rem;font-size: 0.9rem;color: #969696;padding-left: 2rem;box-sizing: border-box;}
.li03_nav dl dd p a:before{content: '';position: absolute;top: calc(50% - 0.4rem);left: 0.8rem;width: 0;height: 0;border-left:0.4rem solid #a2a2a2; 
border-top:0.3rem solid transparent;
border-bottom:0.3rem solid transparent;
}
.li03_list{width: 38%;}
.li03_list p{width: 44%;float: left;height: 3.5rem;}
.h_nav li .nav_main .li03_list p a{position: relative;width: 100%;height: 3.5rem;line-height: 3.5rem;font-size: 1rem;color: #282828;padding-left: 1.7rem;box-sizing: border-box;}

.li04_nav{padding:1.7rem 0 2.5rem;}
.nav_list{width: 16%;float: left;}
.li04_nav .nav_list:nth-child(1){width: 20%;}
.li04_nav .nav_list:nth-child(5){width: 14%;}
.li04_nav .nav_list:nth-child(6){width: 18%;}

.nav_list h3{width: 100%;height: 3rem;position: relative;}
.nav_list h3:before{content: '';position: absolute;bottom: 0;left: 1.8rem;width: 10rem;height: 1px;background: #d7d7d7;}
.h_nav li .nav_main .nav_list h3 a{position: relative;width: 100%;height: 3rem;line-height: 3rem;font-size: 1rem;color: #282828;padding-left: 1.8rem;box-sizing: border-box;}
.nav_list h3 a:before{left: 0.5rem;}

.li04_nav .nav_list:nth-child(1) h3:before,
.li04_nav .nav_list:nth-child(6) h3:before{width: 12rem;}
.li04_nav .nav_list:nth-child(5) h3:before{width: 8rem;}

.nav_list p{width: 100%;padding: 0.8rem 0 0;overflow: hidden;}
.h_nav li .nav_main .nav_list p a{width: 100%;height: 2rem;line-height: 2rem;font-size: 0.8rem;color: #969696;padding: 0 0 0 1.8rem;box-sizing: border-box;}
.h_nav li .nav_main .nav_list p a:hover{color: #333;}
.h_nav li .nav_main .nav_list a{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}

.li05_list{width: 70%;margin: 0 auto;display: flex;justify-content: space-between;}
.h_nav li .li05_nav .li05_list a{width: 100%;height: 2rem;line-height: 2rem;font-size: 1rem;color: #282828;position: relative;padding-left: 1.5rem;box-sizing: border-box;}
.li05_nav .li05_list a:before{left: 0;}

.btm{background: #fff;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);}

em,i{font-style: normal;}

html{font-size:12px;-webkit-text-size-adjust:none}
@media screen and (min-width:1200px){html{font-size:12.5px}
}
@media screen and (min-width:1280px){html{font-size:13.33333px}
}
@media screen and (min-width:1366px){html{font-size:14.22916px}
}
@media screen and (min-width:1440px){html{font-size:15px}
}
@media screen and (min-width:1600px){html{font-size:16.66666px}
}
@media screen and (min-width:1800px){html{font-size:18.75px}
}
@media screen and (min-width:1920px){html{font-size:20px}
}
@media screen and (min-width:2144px){html{font-size:22.33333px}
}
@media screen and (min-width:2400px){html{font-size:25px}
}
@media screen and (min-width:2752px){html{font-size:28.66666px}
}
@media screen and (min-width:3200px){html{font-size:33.33333px}
}
@media screen and (min-width:3840px){html{font-size:40px}
}


        .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;
            z-index: 5;
        }
        .blk-main01{
            width: 1400px;
            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;
            border-bottom: 1px solid #ededed;
        background: #f7f7f7;
        }
        
        .p101-search-1 p {
            float: left;
            width: 750px;
            height: 56px;
            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: #ffffff url(images/p101-search-icon1.png) no-repeat center center;
            float: right;
            cursor: pointer;
        }
    

    .p101-info-content-1 {
        padding-top: 180px;
        position: relative;
    }
    
    .p101-info-content-1-text {
        position: absolute;
        width: 1400px;
        left: 0;
        top: 50px;
        z-index: 1;
        border-bottom: 1px solid #dedede;
        padding-bottom: 8px;
    }
    
    .p101-info-content-1-title {
        height: 56px;
    line-height: 56px;
    font-size: 28px;
    color: #1a1a1a;
    font-weight: bold;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    }
    
    .p101-info-content-1-bool {
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        color: #999999;
    }
    
    .p101-info-content-1-bool span {
        margin-right: 15px;
    }
    
    .p101-info-content-1-bool span.times {
        font-family: Arial;
    }
    
    .p101-info-content-1-con {
        line-height: 32px;
        font-size: 16px;
        color: #4c4c4c;
        text-align: justify;
        margin-bottom: 35px;
    }
    
    .p101-info-pagination-1 {
        position: relative;
        padding: 20px 0;
        border-top: 1px solid #dedede;
    }
    
    .p101-info-pagination-1 dl {
        width: 660px;
    }
    
    .p101-info-pagination-1 dd {
        height: 34px;
        line-height: 34px;
        font-size: 16px;
        color: #4c4c4c;
    }
    
    .p101-info-pagination-1 dd span {
        float: left;
        display: inline-block;
        padding-left: 20px;
        max-width: 100px;
        height: 34px;
        position: relative;
    }
    
    .p101-info-pagination-1 dd span:before {
        content: '';
        position: absolute;
        width: 3px;
        height: 14px;
        background: #4c4c4c;
        left: 0;
        top: 50%;
        margin-top: -7px;
    }
    
    .p101-info-pagination-1 dd a {
        float: left;
        display: inline-block;
        max-width: 550px;
        height: 34px;
        color: #ffffff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .p101-info-pagination-1-href {
        position: absolute;
        width: 120px;
        height: 38px;
        border: 1px solid #ffffff;
        right: 0;
        top: 50%;
        margin-top: -20px;
    }
    
    .p101-info-pagination-1-href a {
        display: block;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        color: #ffffff;
        text-align: center;
    }


    .p101-info-3 {
        background: #f5f5f5;
        border: 1px solid #ededed;
    }
    
    .p101-info-3-title {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        font-size: 24px;
        color: #ffffff;
        padding: 0 30px;
        background: #4d4d4d;
        margin-top: -1px;
    }
    
    .p101-info-3-list {
        padding: 5px 24px 15px;
    }
    
    .p101-info-3-list li {
        height: 55px;
        line-height: 55px;
        border-bottom: 1px dashed #d2d2d2;
    }
    
    .p101-info-3-list li:last-child {
        border-bottom: 0;
    }
    
    .p101-info-3-list li a {
        display: inline-block;
        max-width: 590px;
        padding-left: 25px;
        height: 55px;
        font-size: 16px;
        color: #333333;
        position: relative;
    }
    
    .p101-info-3-list li a:before {
        content: "";
        width: 5px;
        height: 5px;
        border: 2px solid #808080;
        border-style: solid solid none none;
        position: absolute;
        top: 50%;
        left: 6px;
        margin-top: -3px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    
    .p101-info-3-list li span {
        float: right;
        width: 110px;
        font: 14px/55px Arial;
        color: #808080;
        text-align: right;
        margin-right: 5px;
    }
    .p101-info-3-list li:hover a{color: #ffffff;}
    .p101-info-3-list li:hover a:before{border-color: #ffffff;}


    .p101-info-key-1 {
        padding: 22px 0 42px;
        border-bottom: 1px solid #dedede;
    }
    
    .p101-info-key-1 p {
        height: 28px;
        line-height: 28px;
        color: #666666;
        font-size: 14px;
    }
    
    .p101-info-key-1 span {
        display: inline-block;
        margin: 0 4px;
    }
    
    .p101-info-key-1 span a {
        color: #666;
    }
    .p101-info-key-1 span a:hover{color: #ffffff;}


    .p101-recommend-news-title {
        position: relative;
        font-weight: normal;
        margin-bottom: 10px;
    }
    
    .p101-recommend-news-title span,
    .p101-recommend-news-title a {
        display: block;
        height: 50px;
        line-height: 50px;
        font-size: 38px;
        color: #333333;
    }
    
    .p101-recommend-news-title em {
        display: block;
        height: 22px;
        font: 14px/22px 'Arial';
        color: #808080;
        font-style: normal;
        letter-spacing: 2px;
    }
    
    .p101-recommend-news {
        padding: 40px 0 60px;
    }
    
    .p101-recommend-news-list ul {
        padding-top: 5px;
        position: relative;
    }
    
    .p101-recommend-news-list li {
        height: 40px;
        padding-left: 20px;
        position: relative;
        line-height: 40px;
    }
    
    .p101-recommend-news-list li:before {
        content: "";
        width: 8px;
        height: 8px;
        border: 2px solid #808080;
        border-style: dotted dotted none none;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -4px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 1;
    }
    
    .p101-recommend-news-list li:after {
        content: '';
        position: absolute;
        width: 2px;
        height: 2px;
        background: #808080;
        left: 4px;
        top: 50%;
        z-index: 1;
    }
    
    .p101-recommend-news-list li a {
        display: inline-block;
        max-width: 640px;
        height: 40px;
        font-size: 16px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .p101-recommend-news-list li:hover a {
        color: #ffffff;
    }
    
    .p101-recommend-news-list li:hover:before {
        border-color: #ffffff;
    }
    
    .p101-recommend-news-list li:hover:after {
        background: #ffffff;
    }
    
    .p101-recommend-news-list li span {
        float: right;
        width: 110px;
        font: 14px/40px Arial;
        color: #808080;
        text-align: right;
    }


    .p101-info-fdh-1 {
        background: #f5f5f5;
        margin: 185px 0 10px;
    }
    
    .p101-info-fdh-title {
        height: 40px;
        line-height: 40px;
        font-size: 22px;
        color: #1a1a1a;
        text-align: center;
        position: relative;
        padding-bottom: 8px;
        margin-bottom: 30px;
    }
    
    .p101-info-fdh-title:after {
        content: '';
        position: absolute;
        width: 36px;
        height: 2px;
        background: #ffffff;
        bottom: 0;
        left: 50%;
        margin-left: -18px;
    }
    
    .p101-info-fdh-customer {
        padding: 30px 30px 0;
    }
    
    .p101-info-fdh-list dl {
        position: relative;
        margin-bottom: 10px;
    }
    
    .p101-info-fdh-list dt img {
        width: 100%;
        display: block;
    }
    
    .p101-info-fdh-list dd {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.5);
    }
    
    .p101-info-fdh-list dd h4 {
        font-weight: normal;
        line-height: 36px;
        font-size: 16px;
        text-align: center;
        padding: 0 10px;
    }
    
    .p101-info-fdh-list dd a {
        display: block;
        color: #ffffff;
        height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .p101-info-fdh-list dl:hover dd a{color: #ffffff;}
    .p101-info-fdh-ul {
        padding: 12px 0 22px;
        border-bottom: 1px solid #dedede;
    }
    
    .p101-info-fdh-ul li {
        height: 28px;
        line-height: 28px;
        padding: 0 26px;
        background: url("images/p101-fdh-icon1.png") no-repeat left center;
    }
    
    .p101-info-fdh-ul li a {
        display: block;
        height: 28px;
        font-size: 14px;
        color: #333333;
        white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
    }
    .p101-info-fdh-ul li:hover a{color: #ffffff;}


    .p101-fdh-1 {
        padding: 20px 13px 30px;
    }
    
    .fdh-01-nav:after {
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
        clear: both;
    }
    
    .p101-fdh-1 .fdh-01-nav-one {
        float: left;
        width: 140px;
        margin: 0 10px 10px 0;
        background: #fff;
    }
    
    .p101-fdh-1 .fdh-01-nav-one:nth-child(2n) {
        margin-right: 0;
    }
    
    .p101-fdh-1 .fdh-01-nav-one h3 {
        height: 44px;
        line-height: 44px;
        border: 1px solid #d2d2d2;
        font-size: 16px;
        text-align: center;
        font-weight: normal;
    }
    
    .p101-fdh-1 .fdh-01-nav-one h3 a {
        display: block;
        height: 44px;
        color: #333333;
    }
    
    .p101-fdh-1 .fdh-01-nav-one:hover {
        border-color: #ffffff;
    }
    
    .p101-fdh-1 .fdh-01-nav-one h3.sidenavcur,
    .p101-fdh-1 .fdh-01-nav-one h3:hover {
        border-color: #ffffff;
    }
    
    .p101-fdh-1 .fdh-01-nav-one h3.sidenavcur a,
    .p101-fdh-1 .fdh-01-nav-one h3:hover a {
        color: #ffffff;
    }


    .p101-contact-z1{height: 140px;background: url("images/contact-z1_bg.jpg") no-repeat center;}
			.p101-contact-z1 p{
				font-size: 20px;
				color: #333333;
				height: 30px;
				line-height: 30px;
				padding: 37px 0 0 194px;
				background: url(images/contact-z1_phone.png) no-repeat 158px 40px;
			}
			.p101-contact-z1 span{
				display: block;
				height: 30px;
				font: bold 26px/30px Arial;
				color: #1a1a1a;
				padding: 5px 0 0 140px;
			}


.f_bg{background:#f1f1f1; height:26.5rem;padding-top: 3rem; overflow:hidden;}
.footer{width: 83.33%; margin:0 auto;}
.f_top{height: 5.3rem;overflow: hidden;width: 100%;}
.f_top h5{width: 18.75%;line-height: 0;float: left;}
.f_top h5 img{display: block;width: 100%;}
.f_top p{width: 10%;float: right;}
.f_top p a{font-size: 1.3rem;color: #333;width: 100%;height: 2.5rem;display: flex;align-items: center;justify-content: space-between;}
.f_top p em{width: 1.4rem;height: 1.4rem;line-height: 0;overflow: hidden;}
.f_top p em img{width: 1.4rem;height: 1.4rem;}
.f_nav{height: 5rem;overflow: hidden;border-top: #d0d0d0 1px solid;border-bottom: #d0d0d0 1px solid;}
.f_nav ul{width: 100%;height: 5rem;display: flex;align-items: center;justify-content: space-between;}
.f_nav ul li a{font-size: 0.9rem;color: #282828;}
.f_nav ul li a:hover{font-weight: bold;}
.f_er{width: 30%; padding:2rem 0 0;height: 9.9rem;display: flex;justify-content: space-between;}
.f_er p{width: 30%;text-align: center;}
.f_er p em{display: block;width: 100%;line-height: 0;overflow: hidden;}
.f_er img{display: block;width: 100%;}
.f_er p span{display: block;font-size: 0.8rem;color: #282828;line-height: 1.5rem;padding-top: 0.5rem;}
.f_ban{width: 64%; padding:2rem 0 0;height: 9.9rem;display: flex;justify-content: space-between;}
.f_ban p{font-size: 0.9rem;color: #333;}
.f_ban p:first-child{width:25%;}
.f_ban span{width: 100%;height: 2.6rem;display: flex;align-items: center;border-bottom: #d5d5d5 1px solid;font-size: 0.8rem;margin-bottom: 0.8rem;}
.f_ban p i{display: block;font-size: 0.8rem;line-height: 1.2rem;font-weight: bold;}
.f_ban p em{width: 1.2rem;height: 1.1rem;line-height: 0;overflow: hidden;padding-right: 0.5rem;}
.f_ban p em img{width: 1.2rem;height: 1.1rem;}
.f_ban p b{font-style: italic;line-height: 1.5rem;}
.f_bot{height: 4rem;line-height: 4rem;overflow: hidden;font-size: 0.7rem;color: #333;border-top: #d0d0d0 1px solid;}
.f_bot a{color: #333;}
.f_bot p{float: right;}
.f_bot span{padding: 0 0.5rem;}
  

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

