html {
  font-family: sans-serif;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-y: scroll;
font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  display: block;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.w1600{
  width:94%;max-width: 1600px;margin:0 auto;
}
.w1400{
  width:94%;max-width: 1400px;margin:0 auto;
}
-webkit-scrollbar {
  width: 0;
}

scrollbar {
  width: 0;
}

img {
  filter: blur(0);
  transition: filter 1s;
}

li {
  list-style: none;
}

p,
li,
span,
ul,
dd {
  padding: 0px;
  margin: 0px;
}

*,
:after,
:before {
  box-sizing: border-box;
}

:root {
  --fs18:16px;
  --fs22:22px;
     --fs36:36px;
  --sitecolor: #00479d;
}

.hide{
  display: none!important;
}
.img75{
position: relative;
padding-top: 75%;  overflow: hidden;
box-sizing: border-box;
}


.img75 img.pic {
  position: absolute;
  width:100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
  left: 50%;
  top: 50%;
  transition: all .5s;
  transform: translate(-50%, -50%) scale(1);
}

.img75:hover img.pic {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all .5s;
}


.img100{
  position: relative;
  padding-top:100%;  overflow: hidden;
  box-sizing: border-box;
  }
  
  
  .img100 img.pic {
    position: absolute;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    left: 50%;
    top: 50%;
    transition: all .5s;
    transform: translate(-50%, -50%) scale(1);
  }
  
  .img100:hover img.pic {
    transform: translate(-50%, -50%) scale(1.1);
    transition: all .5s;
  }

.icon {
  font-size: 16px;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-top: 0px;
  fill: currentColor;
}
.linear{
  background-image: linear-gradient(to right, #0276b0, #00a971);
}
.linear-light{
  transition: all .6s;
  background-image: linear-gradient(to right, #aed006, #00a971);
}
.linear-light:hover{ transition: all .6s;
  background-image: linear-gradient(to right, #00a971, #aed006);
}
a {
  text-decoration: none;
}


.line{
  border-top-style: solid;
  border-top-width: 0px;
  margin-bottom:0px;
  margin-top:0px;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 0px;
  max-height: none;
  height: auto;
}
.hover{
  position: relative;
}
.hover:after{
  display: block;
  content: '';
  width: 100%;
  height: 0px;
  transition: all .3s;
  position: absolute;left: 0;
  bottom: 0;background-color: var(--sitecolor);
  z-index:1;
}
.hover:hover:after{

  width: 100%;
  height: 100%;
  transition: all .3s;

}
.hover>*{
  position: relative;
  z-index: 2;
}
.b_container{
  display: flex;
  flex-wrap: wrap;
  flex-direction:row;

}
.b_container > .p_center{
  justify-content: center;
}

.b_container > .p_item{
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}
.p_detail p{
  font-size: 1rem;
  line-height: 1.8;
  color: #666;

}
.p_detail img{
  width: 100%;
  max-width: 1200px;
  display: block;
}

#header {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    transition: .36s ease;
  background-color: rgba(255,255,255,0);
}

#header #hcontact {
    display:flex;
}
#header #hcontact .b_container{
  flex-wrap: nowrap;align-items: center;
}
#header #hcontact .top_search{
flex:  0 0 25px;
align-self: center;
}

#header #hcontact .top_search .icon{fill: #666;}
#header .u-h_contact .top_tel{display: flex;flex: 0 0 auto;
  padding:3px 10px;background-color:#fff;border-radius: 30px;
} 
#header .u-h_contact .top_tel span{
  line-height: 1.5rem;
}
#header .u-h_contact .top_tel .fa-phone{

  align-self: center;
}


#header .u-h_contact .top_tel .fa-phone .icon{fill: var(--sitecolor);}
#header .u-h_contact .top_tel a .telNum{font-style: normal;
  color:  var(--sitecolor);padding:0 5px;
}
#header .u-h_contact .langer{
  align-self: center;flex: 0 0 60px;
}
#header .u-h_contact .langer .icon{margin:2px;
fill:#666;color: #666;opacity: .6;

}
#header #logo {
    height:77px;
    display: flex;
    align-items: center;
    transition: .36s ease
}
#header.u-site-header .u-site-logo .hei{
display: none;

}
#header.u-site-header .u-site-logo .bai{
  display: block;
  
  }
  #header.u-site-header.mini .u-site-logo .hei{
    display: block;
    
    }
    #header.mini #logo img {
      height: auto;transition: all .6s;
      max-height: 50px;
  }
    #header.u-site-header.mini .u-site-logo .bai{
      display:none;
      
      }
      #header.u-site-header.mini{
      background-image: linear-gradient(to bottom, rgba(0,0,0,.0), rgba(0,0,0,.0))
    }

#header #logo img { margin-top: 5px;
    height: auto;    max-height:60px;transition: all .6s;
}

#header .wrapper {
    width:94%;
    max-width: 1600px;
    margin: 0 auto
}

#header .wrapper>.content {
    display: flex;
    width: 100%;
    height: 90px;
    transition: .36s ease;
    align-items: center;
    justify-content: space-between
}

#header .wrapper>.content .clear {
    display: none
}

#header #navWrapper {
    height: 100%;    display: flex;
    width: 75%;    align-items: center;
    justify-content: space-between;
    color: #fff;
}

#header #navWrapper>.content {
    display: flex;
    height: 100%;
    align-items: center
}

#header #navWrapper .nav {
    display: flex;
    height: 100%;
    transition: .26s ease
}

#header #navWrapper .nav:hover {
    color: #00a01e
}

#header #navWrapper .navitem {
    position: relative;
    display: flex;
   padding:0 1vw;
    align-items: center
}

#header #navWrapper .navitem .fa {
    margin-left: 4px
}

#header #navWrapper .navitem a {
    color: #666;
}

#header #navWrapper .navitem.active>a,
#header #navWrapper .navitem:hover>a {
    color: var(--sitecolor)
}

#header #navWrapper .navitem.active a span:before,
#header #navWrapper .navitem:hover a span:before {
    width: 100%;
    opacity: 1
}

#header #navWrapper .navitem a span {
    position: relative;
    color: #fff;
}
#header.mini #navWrapper .navitem a span {

  color: #666;
}
#header #navWrapper .navitem a span:before {
    position: absolute;
    top: -15px;
    left: 0;
    width: 0;
    height: 2px;
    content: "";
    transition: all .36s ease 0s;
    opacity: 0;
    background-color: var(--sitecolor)
}
#header #navWrapper .navitem:hover .subnav{
display: block;
}
#header #navWrapper .subnav {
    line-height: 46px;
    position: absolute;
    top: 100%;
    left: 50%;
    display: none;
    overflow: hidden;
    width: 164px;
    transform: translateX(-50%);
    border-radius: 0 0 8px 8px;
    background: #fff;
    box-shadow: 0 10px 24px 0 hsla(0, 0%, 51.8%, .1)
}

#header #navWrapper .subnav:hover {
    color: var(--sitecolor)
}

#header #navWrapper .subnav li {
    position: relative;
    transition: .26s ease
}

#header #navWrapper .subnav li:hover {
    background:var(--sitecolor)
}

#header #navWrapper .subnav li:hover a {
   text-align: center;
    color: #fff
}

#header #navWrapper .subnav a {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    display: block;
text-align: center;
    transition: .36s ease
}

#header #headTop .search_wrap,
#header #navWrapper .move,
#header .searchGroup {
    display: none
}

#header.mini {
    background-color: #fff;
    box-shadow: 0 0 24px 0 hsla(0, 0%, 51.8%, .1)
}
#header.mini #navWrapper .navitem a {
  color: #666;
}
#header.mini .wrapper>.content {
    height: 70px; transition: .36s ease
}



#navMini {
    display: none
}
/*顶部导航*/
/*滑动广告*/
.box_banner {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box_banner .banner_pic{
  position: relative;
}
.box_banner .banner_pic img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.box_banner .banner_pic::before{
display: block;content: "";
position: absolute;
left: 0px;width: 100%;height: 100%;
top: 0px;background-color: rgba(0,0,0,.2);
z-index: 1;
}
.box_banner .banner_title{
  position: absolute;
  top: 50%;width: 100%;
  left: 50%;
  transform: translate(-50%,-50%);z-index: 2;
}.box_banner .banner_title h3{
  font-size: 2rem;color: #fff;
  text-align: center;
 font-weight: bold;
}
.box_banner .banner_title p{
  font-size: 1rem;color: #fff;
  text-align: center;
 
}






  
  
/*版权所有*/
  .footer-box{padding:3vw 0;
background-color: var(--sitecolor);
  }


  .foot-message .foot-ewm-list{
display: flex;    justify-content: space-around;
  }
  .foot-message .foot-ewm-list .foot-ewm-font{
    max-width: 115px;
    font-size: 1rem;color:#eee;
  }
  .foot-message .foot-ewm-list .foot-ewm-font p{
text-align: center;

line-height: 1.8;
margin-top: 5px;

  }
  .footer-box .foot-list{
    display: flex;
    justify-content:space-between;

    margin: 0 auto;
  }

  .footer-box .foot-list .foot-contact{
    padding: 0 1vw;
flex:0 0 35%;
  }
  .footer-box .foot-list .foot-message{
    padding: 0 1vw;
    flex:0 0  15%;
      }


  .footer-box .foot-list .foot-menu{
   flex: 1;
    padding: 0 2vw;display: flex;
    border-left: 1px solid rgba(255,255,255,.3);
    border-right: 1px solid rgba(255,255,255,.3);
  }
  .footer-box .foot-list .foot-menu .foot-menu-list{width: 33%;padding:0 1vw;}
  .footer-box .foot-list .foot-menu .foot-menu-list .foot-menu-font a{
font-size: 1rem;
color: #eee;line-height:1.8rem;

  }
  .footer-box .foot-list .foot-menu .foot-menu-list .foot-menu-font a:hover{    color: #afd005;}
  .footer-box .foot-title{
    font-size: 1.125rem;
    line-height: 2rem;margin-bottom: 15px;
    color: #fff;font-weight: bold;
  }  .footer-box .foot-title a{ color: #fff;
  }
  .footer-box .foot-contact .foot-text a{
    color: #eee;

  }
  .footer-box .foot-contact .foot-text{
    color: #eee;font-size: 1rem;
    margin-top: 0px;
  }
  .footer-box .foot-contact .foot-text .p_item{
align-items: center;
  }
  .footer-box .foot-ewm{
    flex: 0 0 110px;padding-left: 10px;
  }
  .footer-box .foot-ewm .kefu_ewm{
    flex: 0 0 110px;
  }
  .footer-box .foot-ewm .kefu_ewm em{

  font-style: normal;
  color: #eee;
  font-size: 14px;
  }
  .footer-box .foot-ewm .kefu_ewm img{
width: 100%;margin-right: 15px;
max-width: 110px;
margin-bottom: 10px;

  }
  .footer-box .foot-contact .foot-text dt {
display: flex;align-items: center;    color: #fff;

  } 
  
  .footer-box .foot-contact .foot-text dt b{
     color: #fff;
    
      } 

  .footer-box .foot-contact .foot-text dt .icon{
    width:46px;height: 46px;margin-right: 10px; fill: #afd005;
  }
  .footer-box .foot-contact .foot-text em{
font-style: normal;

  }
  .footer-box .foot-contact .foot-text b{
    color: #eee;font-size:22px;display: block;
  }
  .foot-contact .foot-text dd{
    line-height: 2rem;
  }
  .foot-contact .foot-text dd .icon{
    width:22px;height: 22px;margin-right: 10px;   fill: #afd005;
  }
.copyright-box{
  padding: 1vw 0;    justify-content: center;
  text-align: center;display: flex;
  background-color:var(--sitecolor);border-top: 1px solid rgba(255,255,255,.3);color: rgba(255,255,255,.8);
}
.copyright-box a{
  color: rgba(255,255,255,.8);
}


@media screen and (max-width: 1360px){

  #header #navWrapper .navitem {
 
    padding: 0 .8vw;
    align-items: center;
}
#header #navWrapper {
  height: 100%;
  display: flex;
  width: 75%;
}
}
@media screen and (max-width: 1100px){
  #header.mini #logo {
    height:75px
}
  #openBtn{
    position: relative;    right: 15px;
  }
  #header a.u-btn--open_nav {
    position: relative;
    top: auto;
    left: auto;
    width: 5.6vw;
    height: 100%;
    margin: 0;
    content: 'viewport-units-buggyfill'; width: 5.6vw';
}#header .lcbody {
  position: absolute;
  top: 50%;
  width: 5.6vw;left: 0;
  height: 3.733vw;
  transform: translate3d(0,-50%,0);
  content: 'viewport-units-buggyfill'; width: 5.6vw; height: 3.733vw';
}
#header .lcitem {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.6vw;
  height: 2px;
  transform: none;
  background-color: #bfbfbf;
  content: 'viewport-units-buggyfill'; width: 5.6vw';
}
.u-head_top{
  width: 100%;
    display: flex;
    justify-content: space-between;
}

#header .lcbody.meun-btn-open .lcitem.center {
  width:0%;transition: all .3s;
}
#header .meun-btn-open .lcitem.top {
  transform: translateY(2vw) rotate(45deg);transition: all .3s;
  }
  #header .lcbody.meun-btn-open .lcitem.bottom {
    transform:translateY(2vw) rotate(-45deg);transition: all .3s;
    }

  #header #navWrapper .nav {
    display: flex;
    height: calc(100% - 80px);
    transition: .26s ease
}
#header .lcitem.top {transition: all .3s;
  transform: translateY(0vw);
  content: 'viewport-units-buggyfill'; 
}
#header .lcitem.center {transition: all .3s;
  transform: translateY(1.533vw);
  content: 'viewport-units-buggyfill'; 
}

#header .lcitem.bottom {transition: all .3s;
  transform: translateY(2.933vw);
  content: 'viewport-units-buggyfill; transform: translateY(2.933vw)';
}
  #header #navWrapper .navitem a {
    color: #666;
    display: block;width: 100%;
  
}
  #header #navWrapper .navitem {
    position: relative;
    display:flex;  border-bottom: 1px solid #ccc;
   padding:10px 16px;
    align-items: center;    width: 100%;
}
  #header .wrapper>.content {
    display: flex;
    width: 100%;
    height: 70px;
  }

  #header #logo img {
    height: 100%;margin-top:10px;
    max-height:55px;
}
#header{
background-color: #fff;
    position: static;
  }

  .header{
    padding: 0px 10px;
  }

  #header.mini{
   
    position:fixed;
  }
  .news-list .news-item .news-pic {
    position: relative;
    padding-bottom: 75%;    width: 100%;
    box-sizing: content-box;
}
.navbar .mr-auto{
  display: none;
}



  #header.mini #navWrapper {    top: 70px;height:calc(100% - 70px);}
  #header #navWrapper{
    position: fixed;
    left: 0px; display:none;
    top: 70px;height:calc(100% - 70px);
    width: 100%;
    background: #f1f1f1;
    z-index: 99;
    flex-direction: column;
}
#header #navWrapper.wrapper-after-show{
  display:block;
}
.prod-box .cate-main {
  width: 100%;
}
.prod-box .prod-main {
  width: 100%;
}

.footer-box .foot-list{

  flex-direction: column;
}

.footer-box .foot-list .foot-contact {
  padding: 0 2vw;
  width: 100%;
}

.footer-box .foot-list .foot-menu {
  width: 100%;
  padding: 0 2vw;
}


.footer-box .foot-list .foot-menu .foot-menu-font{

display: none;

}
.footer-box .foot-list .foot-message {
  padding: 0 2vw;
  width: 100%;
}

.news-list .news-item{
  flex-wrap: wrap;
}


}

/* 分页*/


.list-page {text-align:center;padding: 15px 15px;}
.mws-panel-content {background: #eee;}
.pagination {margin:0 !important;padding: 10px 10px;    justify-content: center;}
.pagination li{border:1px solid #e6e6e6;padding: 3px 8px;display: inline-block;}
.pagination .active{background-color: #46A3FF;color: #fff;}
.pagination .disabled{color: #aaa;}

/*搜索*/
.prod_top_cate {
  padding: 5px 0;
  background-color: #f1f1f1;
}
.search{
  text-align: right;
  margin: 8px 0;
}

.search .public_search_form .layui-input{
  background-color: #fff;
  padding-left: 15px;outline:none;
  border-radius:20px 0px 0 20px;
  border: 0;font-size:0.875rem; max-width: 260px; width: 100%;
  line-height: 2rem;
}
.search .public_search_form .layui-input:focus{border: none;}
.search .public_search_form .layui-btn{
  border-radius:0 20px 20px 0;border: 0;padding:0px 10px;
  background-color: var(--sitecolor);line-height: 2rem;
}
.search .public_search_form .layui-btn .icon{
width: 18px;
height: 18px;
fill: #fff;

}

.brand-nav .container_target{
  font-size: 14px;
  line-height: 1.5;
  padding: 1.0833333333vw 0;
  color: #666
}

.brand-nav .container_target a {
  color: #666;padding:0 5px;
}

.brand-nav .container_target .fa{
  margin: 0 5px;font-style: normal;
}
#openBtn{
  display: none;
}

@media screen and (max-width: 1100px){

  .search .public_search_form .layui-input{
height: 2.2rem;width: calc(100% - 42px);
max-width: 100%;
  }
  .search .public_search_form .layui-btn{
width: 42px;
    height: 2.2rem;
  }
  #header #navWrapper .navitem a span{
    color: #666;
  }
  #openBtn{ display: block;
    position: relative;
  }
  #header a.u-btn--open_nav {
    position: relative;
    top: auto;
    left: auto;
    width: 5.6vw;
    height: 100%;
    margin: 0;
    content: 'viewport-units-buggyfill'; width: 5.6vw';
}#header .lcbody {
  position: absolute;
  top: 50%;
  width: 5.6vw;left: 0;
  height: 3.733vw;
  transform: translate3d(0,-50%,0);
  content: 'viewport-units-buggyfill'; width: 5.6vw; height: 3.733vw';
}
#header .lcitem {
  position: absolute;
  top: 0;
  left: 0;
  width: 5.6vw;
  height: 2px;
  transform: none;
  background-color: #bfbfbf;
  content: 'viewport-units-buggyfill'; width: 5.6vw';
}
.u-head_top{
  width: 100%;
    display: flex;
    justify-content: space-between;
}
#header #navWrapper .subnav {
  line-height: 36px;
  position:static;
  display: none!important;
  overflow: hidden;
  width:100%;
  transform: translateX(0%);
  border-radius: 0;
  background: #f1f1f1;
  box-shadow: 0 10px 24px 0 hsla(0, 0%, 51.8%, 0);
}
#header .lcbody.meun-btn-open .lcitem.center {
  width:0%;transition: all .3s;
}
#header .meun-btn-open .lcitem.top {
  transform: translateY(2vw) rotate(45deg);transition: all .3s;
  }
  #header .lcbody.meun-btn-open .lcitem.bottom {
    transform:translateY(2vw) rotate(-45deg);transition: all .3s;
    }

  #header #navWrapper .nav {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex: 1;
    justify-content: flex-start;
    height: calc(100% - 100px);
    transition: .26s ease
}
#header .lcitem.top {transition: all .3s;
  transform: translateY(0vw);
  content: 'viewport-units-buggyfill'; 
}
#header .lcitem.center {transition: all .3s;
  transform: translateY(1.533vw);
  content: 'viewport-units-buggyfill'; 
}

#header .lcitem.bottom {transition: all .3s;
  transform: translateY(2.933vw);
  content: 'viewport-units-buggyfill; transform: translateY(2.933vw)';
}
  #header #navWrapper .navitem a {
    color: #666;
    display: block;width: 100%;
  
}


  #header #navWrapper .navitem {
    position: relative;
    display:flex;  border-bottom: 1px solid #ccc;
   padding:10px 16px;
    align-items: center;    width: 100%;
}
  #header .wrapper>.content {
    display: flex;
    width: 100%;
    height: 70px;
  }

  #header.u-site-header .u-site-logo .hei{
    display:block;
    
    }
    #header.u-site-header .u-site-logo .bai{
      display: none;
      
      }

  #header #logo img {
    height: 100%;margin-top:10px;
    max-height:55px;
}
#header{
  background-color: #fff;
    position: static;
  }



  #header.mini{
   
    position:fixed;
  }
  .news-list .news-item .news-pic {
    position: relative;
    padding-bottom: 75%;    width: 100%;
    box-sizing: content-box;
}
.navbar .mr-auto{
  display: none;
}
  .about-box{
    flex-direction: column;
  }
  .about-box .about-box-pic img{
display: block;width: 100%;
  }

  #header.mini #navWrapper {    top: 70px;height:calc(100% - 70px);}
  #header #navWrapper{
    position: fixed;
    left: 0px; display:none;
    top: 70px;height:calc(100% - 70px);
    width: 100%;
    background: #f1f1f1;
    z-index: 99;
    flex-direction: column;
}
#header #navWrapper.wrapper-after-show{
  display:block;
}
  
}
@media(max-width:750px){
  :root {
    --fs36:22px;
 
}
  .copyright-box{
    display: block;
  }
  .footer-box .foot-list .foot-menu .foot-menu-list {
    width: 33%;
    flex: 0 0 33%;
    padding: 0 1vw;    margin: 0px;
}
.footer-box .foot-title {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0px;
  color: #fff;
  font-weight: normal;
}
.brand-nav .container_target{
  padding-top:10px;
  padding-bottom: 10px;
}
}
/*客服*/
.client-2 li .icon{
  fill:#fff;
  width: 25px;
  height: 25px;
}
.client-2 { position: fixed; right: -170px; top: 50%; z-index: 900; }
.client-2 li a { text-decoration: none; }
.client-2 li { margin-top: 1px; clear: both; height: 62px; position: relative; }
.client-2 li i { display: block; width: 30px; height: 27px; margin: 0px auto; text-align: center; }
.client-2 li p { height: 20px; font-size: 12px; line-height: 20px; overflow: hidden; text-align: center; color: #fff; }
.client-2 .my-kefu-qq i { background-position: 4px 5px; }
.client-2 .my-kefu-tel i { background-position: 0 -21px; }
.client-2 .my-kefu-liuyan i { background-position: 4px -53px; }
.client-2 .my-kefu-weixin i { background-position: -34px 4px; }
.client-2 .my-kefu-weibo i { background-position: -30px -22px; }
.client-2 .my-kefu-ftop { display: none; }
.client-2 .my-kefu-ftop i { width: 33px; height: 31px; background-position: -23px -47px; background-size: 52px 82px; }
.client-2 .my-kefu-ftop .my-kefu-main { padding-top: 6px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
.client-2 .my-kefu-left {text-align: center; float: left; width: 62px; height: 47px; position: relative; }
.client-2 .my-kefu-tel-right { font-size: 16px; color: #fff; float: left; height: 24px; line-height: 22px; padding: 0 15px; border-left: 1px solid #fff; margin-top: 14px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
.client-2 .my-kefu-right { width: 20px; }
.client-2 .my-kefu-tel-right a{color: #fff;}
.client-2 .my-kefu-tel-main { background: #12428c; color: #fff; height: 53px; width: 230px; padding:9px 0 0; float: left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
.client-2 .my-kefu-main { background: #12428c; width: 97px; height: 53px; position: relative; padding:9px 0 0; float: left; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box;}
.client-2 .my-kefu-weixin-pic { position: absolute; left: -130px; top: -24px; display: none; z-index: 333; }
.my-kefu-weixin-pic img { width: 115px; height: 115px; }

#kefu  { display:none; }
@media (max-width: 768px) {
  .client-2{
    display: 
none;
  }
#kefu {width:100%;position:fixed;bottom:0px;left:0px;height:50px;overflow:hidden;z-index:9999;text-align:center;display:block;background:#000;}
#kefu  .footerbox {max-width:640px;width:100%;height:50px;margin:0px auto;position:relative;}
#kefu  .footerlist {max-width:640px;width:100%;height:50px;overflow:hidden;position:absolute;left:0px;border-top:0px;}
#kefu  ul {display:block;float:left;width:100%;}
#kefu  ul li {display:block;text-align:center;border-right:1px solid rgba(255, 255, 255, 0.2);border-left:0px;position:relative;width:25%;height:50px;float:left;}
#kefu  ul li i.iconfont {padding:0px;}
#kefu  ul li a {display:block;width:100%;text-align:center;color:#fff;height:50px;}
#kefu  .icon {display:block;margin:0px auto 0px;position:relative;top:3px;width:35px;height:25px;line-height:25px;overflow:hidden;background:url(../footer.png) no-repeat;background-size:150px;background-position:-3px 0px;font-size:20px;padding:0px;}
#kefu  .map {background-position:-83px 0px;}
#kefu  .message {background-position:-45px 0px;}
#kefu .home {background-position:-118px 0px;}
#kefu  .txt {height:24px;line-height:24px;font-size:12px;display:block;}
}
