
        em,
        i {
            font-style: normal;
        }
        
        .topWrap {
            background: url(images/tpbg.jpg) repeat-x center top;
            font-family: "Microsoft Yahei";
            height: 127px;
            position: relative;
            overflow: hidden;
        }
        
        .header {
            width: 1200px;
            margin: 0 auto;
        }
        
        .h_nr {
            height: 127px;
            overflow: hidden;
            box-sizing: border-box;
            padding-top: 12px;
        }
        
        .logo {
            height: auto;
            overflow: hidden;
            float: left;
            padding-top:5px;
        }
        
        .logo img {
            width: 340px;
            height: auto;
            display: block;
        }
.logo span {
    display: block;
    font-size: 18px;
    color: #000;
    letter-spacing: 10.5px;
    font-weight: bold;
    padding-top: 0.3rem;
}
        .h_nr h2 {
            margin-left: 22px;
            margin-top: 8px;
            float: left;
            font-size: 23.75px;
            color: #30373f;
            font-weight: normal;
            text-align: left;
            line-height: 35px;
            position: relative;
        }
        
        .h_nr h2 b {
            color: #30373f;
            font-size: 26px;
            font-weight: bold;
            display: block;
            text-align: left;
            position: relative;
        }
        .h_nr .tell{width: 382px;
    float: right;padding-top:10px;}
        .h_nr .sc {
            text-align: left;
            float: right;
            width: 397px;
            box-sizing: border-box;
            padding-left: 55px;
            height: 30px;
            background: url(images/tel.png) no-repeat left 4px;
           line-height: 22px;
    background-size: 1.5rem;
    background-position-x: 23px;
    display: inline-block
        }
        
        .h_nr .sc span {
            font-size: 16px;
    color: #30373f;
    display: block;
    font-weight: lighter;
    float: left;
    line-height: 28px;
        }
        
        .h_nr .sc p {
            overflow: hidden;
    color: #0f7a40;
    font: 26px "Arial";
    font-weight: bold;
    float: right;
        }
        
        .h_nr .fcode {
            width: 120px;
            float: right;
            margin-top: 0px;
        }
        
        .h_nr .fcode em {
            display: block;
            width: 100px;
            float: left;
            line-height: normal;
            text-align: center;
            color: #000;
            margin-right: 20px;
            font-size: 12px;
        }
        
        .h_nr .fcode em img {
            width: 90px;
            height: 90px;
            display: block;
            padding: 1px;
            background: #eee;
            margin: 0 auto;
        }
        
        .nav {
            height: 60px;
            background: #30373f;
            font-family: "Microsoft Yahei";
        }
        
        .nav ul {
            height: 60px;
            width: 1200px;
            margin: 0 auto;
        }
        
        .nav li {
            float: left;
            font-size: 16px;
            position: relative;
        }
        
        .nav li a {
            text-decoration: none;
            height: 60px;
            padding: 0 13px;
            line-height: 60px;
            display: block;
            position: relative;
            z-index: 2;
            color: #ffffff;
            box-sizing: border-box;
            font-weight: lighter;
        }
        
        .nav li:after {
            content: '';
            position: absolute;
            height: 0;
            width: 100%;
            background: #009745;
            background-size: 100% 100%;
            bottom: 0;
            left: 0;
            -webkit-transition: height .5s;
            transition: height .5s;
            color: #fff;
            z-index: 1;
        }
        
        .nav li:hover:after,
        .nav li.cur:after {
            height: 100%;
            color: #ffffff;
            z-index: 1;
        }
        
        .nav li a:hover,
        .nav .cur a {
            font-weight: normal;
            text-decoration: none;
            color: #ffffff;
        }
        
        .nav li.nones:before {
            background: none;
        }
        
        .hd_fixed {
            filter: alpha(opacity=95);
            opacity: 0.95;
            position: fixed;
            top: 0;
            width: 100%;
            _position: absolute;
            _top: expression(eval(document.documentElement.scrollTop)-0);
            z-index: 10;
            left: 0;
            -webkit-transition: top 0.5s;
            transition: top 0.5s;
        }
        
        .nav ul li .nav-two {
            width: 1200px;
            position: absolute;
            left: 228%;
            top: 5rem;
            transform: translate(-50%, 0);
            background: rgba(255, 255, 255, .98);
            box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.26);
            /*border-radius: 0.5rem;*/
            /*padding: 0.9rem 0 1.5rem;*/
            box-sizing: border-box;
            /*border: 0.05rem solid #ff8901;*/
            transition: .5s;
            display: none;
            z-index: 9;
        }
        
        .nav ul li .nav-two p {
            float: left;
            width: 100%;
            padding: 0.5rem 3rem 0;
            box-sizing: border-box;
        }
        
        .nav ul li .nav-two em {
            float: right;
            width: 35%;
            display: block;
            padding: 3rem 2.5rem;
            background: #f5f5f5;
            box-sizing: border-box;
        }
        
        .nav ul li .nav-two em img {
            display: block;
            width: 100%;
            border-radius: 4px;
        }
        
        .nav ul li .nav-two b a {
            display: block;
            height: 4rem;
            border-bottom: 1px solid #009745;
            font-weight: normal;
            font-size: 1.2rem;
            color: #009745;
        }
        
        .nav ul li .nav-two i {
            display: flex;
            flex-wrap: wrap;
            margin-top: 1rem;
        }
        
        .nav ul li .nav-two i a {
            display: block;
            line-height: 1.8rem;
            font-size: 0.8rem;
            color: #333333;
            float: left;
            width: 25%;
            padding-left: 1rem;
            position: relative;
            box-sizing: border-box;
        }
        
        .nav ul li .nav-two i a:after {
            position: absolute;
            left: 0;
            top: 0.7rem;
            width: 0.3rem;
            height: 0.3rem;
            border-radius: 0.3rem;
            background: #009745;
            content: "";
        }
        
        .nav ul li .nav-two i a:hover {
            color: #009745;
        }
        
        .nav ul li:hover .nav-two {
            top: 3.8rem;
            display: block;
        }
    

.g_hd{display:none;}

@media screen and (max-width:720px){
    .g_hd{display:block;}
    .topWrap {
    display: none;
}

.nav.menu,.ty-banner-1,.p102-search-1 {
    display: none;
}
            .g_hd {height:5.5rem; font-family: "Microsoft Yahei";  position: relative; background:#fff;}
            .mlogo { float: left;width: 22.6%; height: auto;margin-left:2.66%;margin-top:0.7rem;}
            .mlogo img { width: 100%; height: auto; display: block;}

            .menu {width: 68%;  position:relative; float: right;}
            .u-text {box-sizing: border-box; background: none; overflow: hidden; color:#30373f; font-size:1.3rem; height: 5.5rem; line-height: 5.5rem; font-weight: normal;}
            .u-text a{padding:0 5%;  color: #30373f; display: block;font-family: "Microsoft Yahei";float: left;}
            /*.u-text span.cur a{background: #0f7a40; color: #fff;}*/

             .menu_ico { display: block; color: #ffffff; top:2.2rem; right: 8%; width: 1.7rem;height: 1.4rem;  cursor: pointer; position: absolute;  }
             .menu_ico img{width: 100%;display: block;}
             .menu_down{ display: none; width: 100%; background: rgba(15,122,64,0.95); height: auto;position: absolute;top:5.5rem; right: 0; z-index: 9;}
             .menu_down ul{padding:2rem 12.5% 5rem;}
             .menu_down  li{color: #fff; font-size:1.2rem; line-height: 3.5rem;height: 3.5rem; border: 1px solid #fff;border-radius: 1.5rem;margin-bottom: 0.8rem; text-align: center;  }
             .menu_down  li a{ color:#fff; display: block; }
             
             body.body-color {min-width: 300px;}

.blk-main {
    width: 92%;
}

.nav.menu.hd_fixed {
    display: none;
    height: 0px;
    width: 0px;
    overflow: hidden;
}

body .client-2 {
    display: none;
}

.juhe {
    padding: 2rem 0;
}

body .juhe a {
    font-size: 1.5rem;
    padding: 1%;
}
body.body-color-p102 {min-width: 300px;}

.blk-main {
    width: 92%;
}

.nav.menu.hd_fixed {
    display: none;
    height: 0px;
    width: 0px;
    overflow: hidden;
}

body .client-2 {
    display: none;
}

.juhe {
    padding: 2rem 0;
}

body .juhe a {
    font-size: 1.5rem;
    padding: 1%;
}


.xin-2112-client-1 {
    display: none;
}

h3.p14-product-2-tit {
    font-size: 1.7rem;
}

html body .blk-max {
    width: 100%;
}

body .p14-product-2-list dl dd {
    width: 84%;
    padding: 8%;
}

body .p14-product-2-list dl dt {
    width: 100%;
}

body h1.p101-info-content-1-title {
    font-size: 1.7rem;
}

body .p14-product-2-list dl {
    height: auto;
}

body .p14-product-2-list dl dd {}

body .p102-info-latest dl {
    width: 100%;
}

body .p14-product-2-desc {
    font-size: 1.2rem;
}

body .p102-info-latest dl p {
    height: auto;
    font-size: 1.2rem;
    line-height: 2rem;
}

body .p102-info-latest dl h3 a {
    height: auto;
    font-size: 1.5rem;
}

body div#jh_news2 {
    display: none;
}

body .p101-info-fdh-1 {
    margin: 2rem 0;
}

body .p101-info-fdh-customer {
    padding: 0px;
}

body .p101-info-fdh-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

body .p101-info-fdh-title {}

body .blk-min.fr {
    width: 100%;
}

}
        

        .ty-banner-1 {
            overflow: hidden;
            line-height: 0;
            text-align:center;
        }
        .ty-banner-1 img{
            visibility: hidden;
        }
        .ty-banner-1 img.show{
            visibility: visible;
        }
    

    .p102-search-1 {
        height: 70px;
        border-bottom: 1px solid #ededed;
        background: #f7f7f7;
    }
    
    .p102-search-1 p {
        float: left;
        width: 750px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        color: #333333;
    }
    
    .p102-search-1 p b {
        display: inline-block;
    }
    
    .p102-search-1 p a {
        color: #666666;
        display: inline-block;
        margin-right: 15px;
    }
    .p102-search-1 p a:hover{color: #0e7a40;}
    .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 #0e7a40;
        float: right;
        position: relative;
        z-index: 2;
        cursor: pointer;
    }


    .p101-info-content-1 {
        padding-top: 8px;
        position: relative;
    }
    
    .p101-info-content-1-text {
      
        z-index: 1;
        border-bottom: 1px solid #dedede;
        padding-bottom: 8px;
    }
    
    .p101-info-content-1-title {
        height: 36px;
    line-height: 36px;
    font-size: 22px;
    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: #0e7a40;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .p101-info-pagination-1-href {
        position: absolute;
        width: 120px;
        height: 38px;
        border: 1px solid #0e7a40;
        right: 0;
        top: 50%;
        margin-top: -20px;
    }
    
    .p101-info-pagination-1-href a {
        display: block;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
        color: #0e7a40;
        text-align: center;
    }


 body .blk-max {
    width: 858px;
}
 .p14-product-2-list dl:nth-child(4n) {
    margin-right: 0px;
}
        .p14-product-2-tit {
            height: 46px;
            line-height: 46px;
            font-weight: normal;
            border-bottom: 2px solid #dfdfdf;
            margin-bottom: 30px;
            padding-top: 0px;
            font-size:22px;
        }
        
        .p14-product-2-tit b {
            display: inline-block;
            font-size: 24px;
            font-weight: normal;
            color: #464646;
            padding-left: 52px;
            border-bottom: 2px solid #30373f;
            background:url(images/p14-icon11.png) no-repeat 22px center;
        }
        
        .p14-product-2-tit span {
            margin-left: 10px;
            font-size: 18px;
            font-family: Arial;
            color: #c2c2c1;
            text-transform: uppercase;
        }
        
        .p14-product-2-list dl {
   width: 100%;
    border: 1px solid #dfdfdf;
    margin-right: 1.5%;
    box-sizing: border-box;
    margin-bottom: 18px;
    overflow: hidden;
    height: 10rem;
    background: #fff;
        }
        
        .p14-product-2-list dl.p14-product-clear {
            margin-right: 0;
        }
        
        .p14-product-2-list dl img {
            display: block;
            width: 100%;
        }
        
        .p14-product-2-list dd {
        padding: 10px 28px 10px 10px;
    margin-right: 2px;
    position: relative;
        }
        
        .p14-product-2-list h4 {
       height: 30px;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #191919;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 10px;
        }
        
        .p14-product-2-list h4 a {
            color: #191919;
        }
        
        .p14-product-2-desc {
            font-size: 14px;
            line-height: 24px;
            color: #666;
            overflow: hidden;
   
        }
        
        .p14-product-2-list dl:hover {
            border-color: #0e7a40;
        }
        
        .p14-product-2-list dl:hover h3 a {
            color: #0e7a40;
        }
        
        
        .p14-product-2-list dl dt {
    float: left;
    width: 24%;
}

.p14-product-2-list dl dd {
    float: right;
    width: 70%;
}
    


p102-info-latest  dl {
    float: left;
    width: 40%;
}

.p102-info-latest dl {
    float: left;
    width: 48.5%;
    margin-right: 3%;
    margin-bottom: 1rem;
    background: #fff;
    box-sizing: border-box;
    padding: 1.3rem 3%;
}

.p102-info-latest dl:nth-child(2n) {
    margin-right: 0px;
}

.p102-info-latest dl dt img {
    width: 100%;
}

.p102-info-latest dt {
    display: none;
}

.p102-info-latest dl h3 a {
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    height: 2rem;
    margin-bottom: 0.3rem;
}

.p102-info-latest dl p {
       font-size: 0.8rem;
    display: block;
    height: 5rem;
    overflow: hidden;
    line-height: 1.3rem;
}

    .p102-info-latest {
        padding: 10px 0 10px;
    }
    
    .p102-info-latest ul {
        padding: 9px 9px;
        border: 1px solid #f0f0f0;
        position: relative;
        background: #fff;
    }
    
    .p102-info-latest li {
        float: left;
        width: 47.8%;
        overflow: hidden;
    }
    
    .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 #0e7a40;
        left: 0;
        top: 50%;
        margin-top: -4px;
    }
    
    .p102-info-latest li h4 a {
        display: inline-block;
        max-width: 400px;
        height: 36px;
        font-size: 13px;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .p102-info-latest li h4:hover a {
        color: #0e7a40;
    }
    
    .p102-info-latest li h4:hover:before {
        border-color: #0e7a40;
    }
    
    .p102-info-latest li h4:hover:after {
        background: #0e7a40;
    }
    
    .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: 4%;
    }
    
    .p102-info-latest li.last:before {
        content: '';
        position: absolute;
        width: 1px;
        left: 50%;
        top: 22px;
        bottom: 22px;
        background: #dedede;
        z-index: 1;
    }


    .p101-info-fdh-1 {
        background: #f5f5f5;
        margin: 42px 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: #0e7a40;
        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: #0e7a40;}
    .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;
    }
    .p101-info-fdh-ul li:hover a{color: #0e7a40;}


    .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: #0e7a40;
        border-color: #0e7a40;
    }


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


        .footWrap{background:#30373f;height:700px;font-family:"Microsoft Yahei";box-sizing: border-box;}
        .footer{width:1200px;margin: 0 auto; }
        .footer em{padding:0 8px;}
        .f_nav{width: 100%; height: 74px;background: #127c42;}
        .fnav{width:1200px;margin:0 auto;}
        .fnav a{display: block;font-size:16px;color:#fff;line-height: 74px; height: 74px;padding:0 35px; float: left;text-decoration: none;}
        .fnav a.no1{padding-left:0;}
        .fnav a.lasta{padding-right:0;}

        .fcontact{width: 100%; height:524px;background: url(images/ftbg.jpg) no-repeat center top;padding-top:150px;box-sizing: border-box; }
        .fcontact h3{ font-weight: bold;font-size: 47px; color:#30373f;text-align: center;margin-bottom: 22px;    line-height: 55px;}
        .fcontact h4{    font-weight: bold;
    font-size: 32px;
    color: #127c42;
    text-align: center;
    margin-bottom: 22px;
    line-height: 55px;
    width: 1136px;
    margin: 0 auto;}
        .fcontact h3 em{display: block; font-size:40px; color:#666666; font-family: Arial, Helvetica, sans-serif;}
        .fcontact .lx{text-align: center;}
        .fcontact .lx p{text-align: center; font-size: 18px;color:#0a742a;font-weight: bold; line-height: 40px; display: inline-block; margin-left:80px;padding-left:35px;margin-bottom: 20px;}
        .fcontact .lx p i{font-weight: normal;}
        .fcontact .lx p:nth-child(1){background: url(images/ftico1.png) no-repeat left center;}
        .fcontact .lx p:nth-child(2){background: url(images/ftico2.png) no-repeat left center;}
        .fcontact .lx p:nth-child(3){background: url(images/ftico3.png) no-repeat left center;}
        .fcontact .addr{ display: block;text-align: center; font-size: 15px; color:rgba(48, 55, 63, 0.83)}

        .fbeian{width: 619px;padding-top:10px; clear: both;overflow: hidden;box-sizing: border-box; float:left;}
        .fbeian  img{width:180px;height:80px;  display: block; float: left;}
        .fbeian p{padding-top:18px;padding-left:42px; font-size: 15px;color: rgba(255, 255, 255, 0.66);float: left; line-height: 32px;}
        .fbeian p b{display:block;font-size: 16px; font-weight: normal; color:#fff;}
        .fbeian p a{color: rgba(255, 255, 255, 0.66);}
        .links{float: right; width:580px; padding-top:15px; height:67px; overflow:hidden; font-size:15px;}
    .links a{color: #fff;margin-right: 22px;}
    .links a:last-child{margin-right: 0;}
       

.g-ft{ display:none;}
@media screen and (max-width:720px){
    .g-ft{ display:block;}
    .footWrap {
    display: none;
}
                .g-ft { height: 24.5rem; background:#30373f;background-size: 100% 100%; padding-top: 2.6rem;  box-sizing: border-box; position: relative;}
                .addr{ font-size: 1.3rem; text-align: center; color: #ffffff;margin-bottom: 1rem;}
                .addr b{font-size: 1rem; line-height: 1.8rem; height: 1.8rem; color: #969696; text-align: center; display: block;text-transform: capitalize;}
                .addr p a{color:#fff;padding:0 0.5rem; font-size: 1.6rem;}
                .map{height: 2rem;text-align: center; color: #969696; font-size: 1.1rem; font-weight: bold;}
                .map a{padding:0 1rem; color: #969696;}
                .g_fnva{background:#333333;background-size: 100%; height:5rem;position:fixed;bottom:0;min-width:375px;max-width:750px;width:100%;z-index:5;font-size: 1.2rem; font-weight: normal;}
                .g_fnva li{height:5rem;width:25%; float:left; text-align:center;color:#fff;position:relative; line-height: 2.2rem;}
                .g_fnva li:before{content: "";position: absolute;width: 1px; height:5rem;background:#212121; -webkit-background-size:100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%;top: 0rem;left: 0;}
                .g_fnva li:after{content: "";position: absolute;width: 1px; height:5rem;background:#484848; -webkit-background-size:100%; -moz-background-size: 100%; -o-background-size: 100%; background-size: 100%;top: 0rem;right: 0;}
                .g_fnva a:nth-child(4) li:after{width:0;border: 0;background:none;}
                .g_fnva a:nth-child(1) li:before{width:0;border: 0;background:none;}
                .g_fnva a:nth-child(1) li{background: #0f7a40;width: 24.5%;}
                .g_fnva a:nth-child(2) li{width: 27%;}
                .g_fnva a:nth-child(3) li{width: 24%;}
                .g_fnva a:nth-child(4) li{width: 24.5%;}
                .g_fnva li em{display: block;width:2.6rem;margin:0.5rem auto 0rem;}
                .g_fnva li em img{ display:block;width:100%;}
                
}
            

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

