
 
        .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: #ffffff;
            position: relative;
            z-index: 100;
            width: 100%;
            min-width: 1200px;
        }
        
        .header {
            height: 6.5rem;
            margin: 0 auto;
        }
        
        .head .logo {
            float: left;
            width: 10rem;
            height: 6.5rem;
            margin-left: 6rem;
            position: relative;
            z-index: 1;
        }
        
        .head .logo a {
            display: block;
        }
        
        .head .logo img {
            width: 8.55rem;
            height: 3.3rem;
            display: block;
            position: absolute;
            left: 50%;
            top: 1.5rem;
            transform: translate(-50%, 0);
            z-index: 1;
        }
        
        .head .head-txt {
            float: left;
            margin: 1.5rem 0 0 0.7rem;
        }
        
        .head .head-txt span {
            display: block;
            height: 2.5rem;
            line-height: 2.5rem;
            font-size: 1.2rem;
            color: #333333;
            font-weight: bold;
        }
        
        .head-tel {
            float: right;
            height: 2.5rem;
            padding-left: 1.75rem;
            margin: 2rem 7rem 0 0;
            position: relative;
            z-index: 2;
        }
        
        .head-tel i {
            position: absolute;
            width: 1.2rem;
            height: 1.2rem;
            left: 0;
            top: 50%;
            transform: translate(0, -50%);
            z-index: 2;
        }
        
        .head-tel i img {
            width: 1.3rem;
            width: 1.3rem;
            display: block;
        }
        
        .head-tel p {
            height: 2.8rem;
            line-height: 2.8rem;
            font-size: 1.2rem;
            font-family: 'OPPO', Arial;
            /*! font-weight: bold; */
            color: #333333;
            overflow: hidden;
            padding-left: 0.5rem;
        }
        
        .head-nav {
            float: right;
            margin: 1.8rem 2.5rem 0 0;
        }
        
        .head-nav ul li {
            float: left;
            position: relative;
            margin: 0 1rem;
        }
        
        .head-nav ul li:last-of-type {
            margin-right: 0;
        }
        
        .head-nav ul li > a {
            display: block;
            height: 3rem;
            line-height: 3rem;
            font-size: 0.9rem;
            color: #333333;
            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: 0.65rem;
            background: url(images/hline.png) no-repeat center;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 0;
            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 {
            color: #00953f;
			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: 79%;
            transform: translateX(-50%);
            z-index: 99;
            max-height: 0;
            transition: max-height 0.4s linear;
            -ms-transition: max-height 0.4s linear;
            -moz-transition: max-height 0.4s linear;
            padding-top: 22px !important;
            overflow: hidden;
        }
        
        .head-nav ul .submenu p {
            background: rgba(12, 77, 157, .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(12, 77, 157, 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: #fff;
            line-height: 54px;
            white-space: nowrap;
            position: relative;
            border-bottom: 1px dotted #fff;
            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(255, 255, 255, 1);
            border-radius: 50%;
            top: 23px;
            left: 13px;
            transition: ease .4s;
            -o-transition: ease .4s;
        }
        
        .head-nav ul .submenu a:hover {
            color: #32cfa3;
        }
        
        .head-nav ul .submenu a:hover:before {
            border-color: #32cfa3;
        }
        
        .head-nav ul li:hover .submenu {
            max-height: 500px;
        }
        
        .head-nav ul li:hover .submenu p:before {
            opacity: 1;
        }
        
        .head.head-fixed {
            position: fixed;
            left: 0;
            right: 0;
            top: 0;
            z-index: 100;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
                @media screen and  (min-width:760px) and (max-width:1680px){
           
            .head-nav ul li{margin:0 0.9rem;}
        }
    
    

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

        .bark-tl-nav-2 {
            margin-top: 15px;
            text-align: center;
            margin-bottom: 2rem;
        }
        
        .bark-tl-nav-2 li {
            width: 12%;
            height: 85px;
            font-size: 18px;
            line-height: 24px;
            border:1px solid #e4e4e4;
            box-sizing: border-box;
            background-position: center 14px;
            background-repeat: no-repeat;
            text-align: center;
            position: relative;
            margin: 0 0.57% 0 0;
          float: left;
        }
        .bark-tl-nav-2 li:nth-child(8){margin-right:0;}
        
         .bark-tl-nav-2 li em{display:block;width:24px;height:24px;margin:0 auto 5px;overflow:hidden;}
           .bark-tl-nav-2 li em img{display:block;width:24px;height:24px;}
         
        .bark-tl-nav-2 li:nth-last-of-type(1) {
            margin-right: 0;
        }
        
        .bark-tl-nav-2 li:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: -15px;
            left: 50%;
            margin-left: -15px;
            border-width: 15px 15px 0 16px;
            border-style: solid solid none solid;
            border-color: #00953f transparent transparent transparent;
            display: none;
        }
        
        .bark-tl-nav-2 li a {
            display: block;
            color: #160001;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        
        .bark-tl-nav-2 li:hover,
        .bark-tl-nav-2 li.sidenavcur {
            background-color: #00953f;
        }
        
          .bark-tl-nav-2 li:hover em img:nth-child(1),
        .bark-tl-nav-2 li.sidenavcur em img:nth-child(1){margin-top:-24px;}
        
        .bark-tl-nav-2 li:hover:after,
        .bark-tl-nav-2 li.sidenavcur:after {
            display: block;
        }
        
        .bark-tl-nav-2 li:hover a,
        .bark-tl-nav-2 li.sidenavcur a {
            color: #fff;
        }
    

    .xin-article-2112-1 {
        padding: 0px 0 0;
    }
    
    .xin-article-2112-1 .article-2112-list-1 {
        padding-bottom: 15px;
    }
    
    .xin-article-2112-1 .article-2112-list-1 dl {
        float: left;
        width: 32%;
        margin-right: 2%;
        margin-bottom: 30px;
        border: 1px solid #dcdcdc;
        box-sizing: border-box;
         box-shadow: 5px 5px 10px #f0f0f0;
    }
    
    .xin-article-2112-1 .article-2112-list-1 dl:nth-of-type(3n) {
        margin-right: 0;
    }
    
    .xin-article-2112-1 .article-2112-list-1 dt {
        overflow: hidden;
        line-height: 0;
    }
    
    .xin-article-2112-1 .article-2112-list-1 dt a,
    .xin-article-2112-1 .article-2112-list-1 dt img {
        width: 100%;
        display: block;
        -o-transition: all .5s linear 0s;
        transition: all .5s linear 0s;
    }
    
     .xin-article-2112-1 .article-2112-list-1 dt iframe{
         width: 100%;
         height: 320px;
     } 
    
    .xin-article-2112-1 .article-2112-list-1 dd {
        width: 100%;
        padding: 26px 20px 35px 30px;
        background: #fff;
         
        margin: 0px auto 0;
        position: relative;
        z-index: 2;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    .xin-article-2112-1 .article-2112-list-1 dd h4 {
        font-weight: normal;
        margin-bottom: 15px;
    }
    
    .xin-article-2112-1 .article-2112-list-1 dd h4 a {
        display: block;
        color: #1a1a1a;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-size: 22px;
        line-height: 32px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap
        /*height: 60px;*/
        /*display: -webkit-box;*/
        /*-webkit-box-orient: vertical;*/
        /*-webkit-line-clamp: 2;*/
        /*overflow: hidden;*/
    }
    
    .xin-article-2112-1 .article-2112-list-1 .article-desc {
        line-height: 28px;
        height: 78px;
        font-size: 16px;
        color: #4c4c4c;
        text-align: justify;
    }
    
    .xin-article-2112-1 .article-2112-list-1 .article-details {
        padding-top: 22px;
    }
    
    .xin-article-2112-1 .article-2112-list-1 .article-details a {
    font-size: 16px;
    color:#00953f;
    line-height: 20px;
    margin-top: 20px;
    display: block;
  margin:15px 0 0;transition:all 0.5s;}
  
   .xin-article-2112-1 .article-2112-list-1 .article-details a em{ display: inline-block;width:18px;height:14px;margin-left: 10px;vertical-align: -2px;overflow:hidden;}
     .xin-article-2112-1 .article-2112-list-1 .article-details a img{ display: block;width:18px;height:14px;transition:all 0.5s;}
  
   .xin-article-2112-1 .article-2112-list-1 dl:hover .article-details a img:nth-of-type(1) {margin-top:-14px; }
.xin-article-2112-1 .article-2112-list-1 .article-details a:hover{ transform:translateY(-5px);}
    }
    
    /*.xin-article-2112-1 .article-2112-list-1 .article-details a:before {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    border-top: 9px solid transparent;*/
    /*    border-bottom: 9px solid transparent;*/
    /*    border-left: 10px solid #fff;*/
    /*    left: -1px;*/
    /*    top: 50%;*/
    /*    margin-top: -9px;*/
    /*    z-index: 1;*/
    /*}*/
    
    /*.xin-article-2112-1 .article-2112-list-1 .article-details a:after {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    border-top: 5px solid transparent;*/
    /*    border-bottom: 5px solid transparent;*/
    /*    border-left: 7px solid #00953f;*/
    /*    left: -1px;*/
    /*    top: 50%;*/
    /*    margin-top: -5px;*/
    /*    z-index: 2;*/
    /*}*/
    
    .xin-article-2112-1 .article-2112-list-1 dl:hover dt img {
        -webkit-transform: scale(1.05) rotate(0deg) translateY(0);
        -ms-transform: scale(1.05) rotate(0deg) translateY(0);
        transform: scale(1.05) rotate(0deg) translateY(0);
    }
    
    .xin-article-2112-1 .article-2112-list-1 dl:hover dd {
        /*border-color: #fff;*/
        /*box-shadow: 10px 10px 15px #eeeeee, -3px 10px 8px #f7f7f7;*/
        box-shadow: 0px 10px 10px #eeeeee;
    }
    
    .xin-article-2112-1 .article-2112-list-1 dl:hover h4 a {
       color: #00953f;
     
    }
    
    .xin-article-2112-1 .article-2112-list-1 dl:hover .article-details a:before {
        border-left: 10px solid #00953f;
    }
    
    .xin-article-2112-1 .article-2112-list-1 dl:hover .article-details a:after {
        border-left: 7px solid #fff;
    }


  .content{width: 80rem;margin: 0 auto;}
@media screen and (max-width: 1660px){
	.content{width: 83rem;margin: 0 auto;}
}
@media screen and (max-width: 1460px){
	.content{width: 73rem;margin: 0 auto;}
}
  .content01{width: 80rem;margin: 0 auto;min-width: 1200px;max-width: 1600px;}
em, i{
    font-style: normal;
}
    .f_top{/* height: 12.6rem; *//* padding-top: 3.3rem; *//* box-sizing: border-box; *//* background:#fff; *//* box-shadow:0px 11px 15px rgba(0,0,0,15); */height:6.3rem;display: flex;justify-content: space-between;align-items:center;}
    .footer{padding-top:11rem;}
    .f_top ul,.f_top ul li{display: flex;justify-content: space-between;align-items:center;}
    .f_top li span{display: block;font-size: 0.8rem;line-height: 0.8rem;color: #fff;font-weight: normal;padding:0 0 0 0.3rem;}
    .f_top li i{display: block;font-size: 1.1rem;line-height: 1.1rem;color: #fff;font-weight: normal;font-family: "OPPO";}
    .f_top li i em{display: inline-block;font-size: 0.8rem;line-height: 0.8rem;color: #1b232a;margin-left: 0.3rem;font-family: "Microsoft Yahei";}
    .f_top li:last-child i{ font-family: "Microsoft Yahei";font-size: 0.9rem;}
    .f_top li img{display: block;width: 1.35rem;height: 1.1rem;}
    .f_bg{height: 38.3rem;background:url(images/fotbgs.png) no-repeat center;background-size: 100% 38.3rem;}
    .f_con{height:17rem;}
    .f_con h2{height: 7.2rem;border-bottom: 1px solid #494f55;}
    .f_con h2 span{font-size: 1.2rem;line-height: 7.2rem;color: #ffffff;font-weight: normal;float: right;}
    .f_con h2 img{display: block;width: 4.55rem;height: 4.45rem;padding-top: 1.5rem;float: left;}
    .f_bd{}
    .f_nav{width: 56.25%;float: left;}  
    .f_nav ul{ display: flex;/*align-items:center;*/justify-content:space-between;}
    .f_nav  ul li b>a{font-size: 1.1rem;line-height: 1.1rem;color: #ffffff;font-weight: normal;padding-bottom:1.3rem;display: block;position: relative;}
    .f_nav ul li p>a{font-size: 0.8rem;color: #ffffff;line-height: 1.8rem;display: block;transition: all 0.5s;}
    .f_nav ul li p>a:hover,.f_nav  ul li b>a:hover{opacity: 1;}
.f_nav ul li.fn01 {
    width: 35%;
    padding-right: 0;
}
.f_nav ul li{padding-right:5%;}
.f_nav ul li.fn01 p a{float:left;padding-right:2rem;display:block;width:4.5rem;}
    .f_er{width: 35%;float: right;}
    .f_er h3{font-size: 1.1rem;line-height: 1.1rem;color: #ffffff;font-weight: normal;padding-bottom:1.3rem;display: block;position: relative;}
    .f_er ul{display: flex;justify-content: space-between;margin-top: 0.5rem;}
    .f_er ul li{width: 23%;}
    .f_er li img{display: block;width: 100%;}
    .f_er li span{display: block;font-size: 0.8rem;color: #fff;line-height: 2rem;text-align: center;opacity: 0.7;}

    .links{height: 5.7rem;border-top: 1px solid #494f55;box-sizing: border-box;background: #1b232a;}
    .links i{font-size: 0.8rem;color: #fff;line-height: 5.7rem;opacity: 0.5;}
    .links a{font-size: 0.8rem;color: #fff;line-height: 5.7rem;display: inline-block;padding-right: 0.6rem;opacity: 0.5;}
    .links a:last-child{padding-right: 0;}
.f_bt p.frl {
    float: right;
}
.f_bt p.frl a{padding-left: 1.2rem;font-size:0.8rem;}
    .f_bt{padding-top:1.5rem;}
    .f_bt div.content01{display: flex;justify-content: space-between;align-items:center;}
    .f_bt p{float: left;}
    .f_bt span{ color: #fff;font-size: 0.8rem;padding-right:2.2rem;box-sizing:border-box;position:relative;}
    .f_bt a{color: #fff; }
    .f_bt em{float: right;}
    .f_bt em span{padding-left: 1.6rem;padding-right: 0;}
@media screen and (max-width: 1660px){
	.content{width: 83rem;margin: 0 auto;}
}
@media screen and (max-width: 1460px){
	.content{width: 73rem;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;
    }
    
    .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: #00953f;
        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 #00953f;
    }
    
    .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: #00953f;
    }
    
    .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;
    }

