#m_header {
  display: none;
}
.header-top{
  background-color: #00B050;
  color: #fff;

}
.header-top a{
  color: #fff;
  padding: 10px;
}
.header-bottom {
  height: 60px;
}
.hearder-nav {
  height: auto;
  width: 100%;
  background-color:#fff;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 9999;
}
.other-nav .hearder-nav {
  height: 60px;
width: 100%;
background-color:#fff;
position: relative;

}
.hearder-nav.on {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  animation-name: down;
  animation-duration: 1s;
  background-color:#fff;
}
.other-nav .hearder-nav.on {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  animation-name: down;
  animation-duration: 1s;
  background-color:#fff;
}

.hearder-nav .logo {
  height: 38px;
  width:140px;
}
.hearder-nav .logo img{
  width:100%;
  height: 100%;
}
.hearder-nav .navbar {
  margin-left: 10px;
}

.hearder-nav .navbar li {
  font-size: 14px;
  line-height: 60px;
  position: relative;
  text-align: center;

}
.hearder-nav .navbar li a{
color: #333333;
padding: 0 30px;

}
.other-nav .hearder-nav .navbar li a{
  color: #333;
}
.hearder-nav .navbar li:hover a{
  color:#00B050;
}
.hearder-nav .navbar li.on a{
  color:#00B050;
}
.other-nav .hearder-nav .navbar li:hover a{
  color: #333;
}
.hearder-nav .sreach-box{
 height: 30px;
 color:#333333;
 position: relative;
}
.other-nav .sreach-box{
  color:#333;
}
.hearder-nav .sreach-box .text{
  color: #333333;
  text-align: center;
  padding:0 10px;

  height: 60px;
  line-height: 60px;
  cursor: pointer;
}
.hearder-nav .sreach-box .select{
  color:#333;
  position: absolute;
  top:40px;
  left: 0;
    background-color:#fff;
  display: none;
    z-index: 99;
    width: 100%;
}
.hearder-nav .sreach-box .select ul{
  
  width: 100%;
  text-align: center;

}
.other-nav .hearder-nav .sreach-box .select ul{
  position: absolute;
  top:60px;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(255,255, 255, 1);
  display: none;
  z-index: 99;
}
.hearder-nav.on .sreach-box .select ul{
  /* background-color: #337EC1; */
}
.other-nav .hearder-nav.on .sreach-box .select ul{
  background-color: #fff;
}
.hearder-nav .sreach-box .select ul li{
  line-height: 30px;
  cursor: pointer;
  padding: 5px;
}
.hearder-nav .sreach-box .select ul li div{
  font-size: 14px;
  margin-left: 5px;
}

.hearder-nav .sreach-box .select ul li:hover div{
  color: #00B050;
}
.other-nav .hearder-nav .sreach-box .select ul li:hover{
 color: #00B050;

}
.hearder-nav .sreach-box img{
  width: 20px;
  height: 15px;
}
.hearder-nav .sreach-box i{
  font-size: 12px;
}

/* 手机和平板布局*/
@media screen and  (max-width: 1024px) {

  /* header */
  #header {
    display: none;
  }

  .header1 {
    height: 40px;
    border-bottom: none;
    padding: 0 4%;
    background-color: #fff;
  
  }


  .mobile_nav {
    display: block;
    width: 25px;
    height: 20px;
    margin-top: 8px;
    position: absolute;
    z-index: 999;
    right: 15px;
  }

  .mobile_nav.active {
    position: fixed;
    z-index: 9999999999;
    margin-top: 2px;
    width: 25px;
    height: 20px;
    right: 15px;
  }

  #m_header {
    display: block;
    width: 100%;
    background: #fff;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
    font-size: 12px;
  }


  .logo {
    width: 120px;
    height: 30px;
    margin: 0;
    display: block;
  }

  .logo img {
    width: 100%;
    height: 100%;
    margin-top: 5px;
  }

  .mobile_nav div.visual {
    position: relative;
    margin-left: 4px;
    width: 30px;
    height: 30px;
    z-index: 99;
  }

  .mobile_nav div.visual i.line {
    width: 100%;
    height: 3px;
    background-color:#333;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    -moz-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .mobile_nav div.visual i.line.line01 {
    top: 10px;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition-delay: 210ms;
    -o-transition-delay: 210ms;
    -webkit-transition-delay: 210ms;
    transition-delay: 210ms;
  }

  .mobile_nav div.visual i.line.line02 {
    top: 20px;
    -moz-transition-delay: 140ms;
    -o-transition-delay: 140ms;
    -webkit-transition-delay: 140ms;
    transition-delay: 140ms;
  }

  .mobile_nav .menu-activator div.visual i.line.line03 {
    top: 22px;
    -moz-transition-delay: 70ms;
    -o-transition-delay: 70ms;
    -webkit-transition-delay: 70ms;
    transition-delay: 70ms;
  }

  .mobile_nav div.visual i.line.line04 {
    top: 30px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .mobile_nav.active div.visual i.line.line01,
  .mobile_nav.active div.visual i.line.line02,
  .mobile_nav.active div.visual i.line.line03,
  .mobile_nav.active div.visual i.line.line04 {
    background-color: #333;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }

  .mobile_nav.active div.visual i.line:nth-child(1),
  .mobile_nav.active div.visual i.line:nth-child(3) {
    top: 16px;
  }

  .mobile_nav.active div.visual i.line:nth-child(2),
  .mobile_nav.active div.visual i.line:nth-child(4) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }

  .mobile_nav.active div.visual i.line:nth-child(1) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .mobile_nav.active div.visual i.line:nth-child(3) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile_subnav {
    width: 0;
    height: 0;
    background:rgba(255,255, 255, 1)!important;
    position: fixed;
    z-index: 9999999;
    right: 0;
    top: 0;
    opacity: 0;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    border-radius: 100% 0 100% 100%;
  }

  .mobile_subnav.active {
    width: 100%;
    right: 0;
    opacity: 1;
    height: 100%;
    border-radius: 0;
  }
  /* .mobile_subnav.active .main{
position: relative;
} */
  .mobile_subnav1 {
    width: 100%;
    overflow-y: scroll;
    margin: 80px 0 0 0;
  }

  .mobile_subnav1 ul,
  .mobile_subnav1 li a {
    display: block;
    line-height: 37px;
    padding-top: 4px;
    color: #333;
    text-align: center;
    font-size: 16px;
  }
  .mobile_subnav .sreach-box{
    height: 35px;
    position: absolute;
    top: 0;
    left: 15px;

   }
    .mobile_subnav .sreach-box .text{
      padding: 0 6px;
    }
   .mobile_subnav .sreach-box .select{
     position: absolute;
      top:30px;
      left: 0;
      width: 100%;
      text-align: center;
      background-color: rgba(255,255, 255, 0.6);
      display: none;
      z-index: 99;
   }
 

  .mobile_subnav .sreach-box .select ul li{
    line-height: 30px;
    cursor: pointer;
  }
  .mobile_subnav .sreach-box .select ul li div{
    margin-left: 5px;
  }
   .mobile_subnav .sreach-box img{
     width: 20px;
     height: 15px;
   }
   .mobile_subnav .sreach-box i{
    color: #333;
  }


 
}

.footer{
  background-color: #F9F9F9;


}
.footer .footer-top{

  padding: 30px 0;
}
.footer .footer-top .item{

    width: 25%;

}
.footer .footer-top .item .title{
  color: #007868;
  font-size: 18px;
}
.footer .footer-top .item ul{
  width: 95%;
  padding: 20px 0;
}
.footer .footer-top .item ul li{
  height: 40px;
}
.footer .footer-top .item ul li img{
  width: 20px;
  height: 20px;
}
.footer .footer-top .item ul li div{
  color: #616161;
  font-size: 12px;
  margin-left: 5px;
}
.footer .footer-bottom{
  background-color: #018B75;
  color: #fff;
  padding: 20px 0;
}
.footer .footer-bottom .web .web-left{
  font-size: 14px;
}
.footer .footer-bottom .web .web-right{
  font-size: 12px;
  white-space: nowrap;
}
.footer .footer-bottom .web .web-right a{
  color: #fff;
  padding: 0 8px;
}
.footer .footer-bottom .web .web-right a i{
  font-size: 16px;
}
@media screen and  (max-width: 1024px) {
  .footer .footer-top{
    color:#fff;
    padding: 8px 0;
    font-size: 25px;
  }
 .footer .footer-top .item{
  width: 100%;
 }
 .footer .footer-top .item .title{
    color: #007868;
    font-size: 16px;
}
 .footer .footer-top .item ul {
    width: 100%;
    padding: 10px 0;
}
.footer .footer-bottom{
  background-color: #018B75;
  color: #fff;
  padding: 10px 0;
}
.footer .footer-bottom .web .web-left {
    font-size: 12px;
}
}







@keyframes down {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }

  to {
    transform: none;
    opacity: 1;
  }
}


.suspension {
    width: 46px;
    height: 210px;
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 999;
}

.suspension .consult {
    background-image: url(../images/top_icon.png);
    background-repeat: no-repeat;
    background-position: center -1px;
      background-color: #25D366;
    display: block;
    position: relative;
    width: 46px;
    height: 46px;
}

.suspension .consult .suspension-list {
    position: absolute;
    width: 240px;
    right: -29px;
    top: -230px;
    z-index: 30;
    display: none;
}

.suspension-list-content {
    position: absolute;
    width: 240px;
    right: 85px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 6px 12px 0 rgba(0,0,0,.15);
}

.suspension-list ul {
    margin: 32px 24px;
}

.suspension-list ul li {
    position: relative;
    display: list-item;
    width: 100%;
    height: auto;
    padding: 16px 0;
    margin-top: 10px;
    overflow: hidden;
    border-top: 1px solid #f4f4f4;
}

.suspension-list ul li:first-child {
    padding-top: 0;
    border-top: none;
}

.suspension-list ul .suspension-list-bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}

.suspension-list-bottom .info-value {
    font-size: 12px;
    font-weight: inherit;
    color: #999;
}

.suspension-list ul li:first-child {
    margin-top: 0;
}

.service-phone, .service-qq, .service-proposal {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.service-phone {
    background-image: url(../images/suspend_icon_01.png);
}

.service-phone:hover {
    background-image: url(../images/suspend_icon_01_blue.png)
}

.service-qq {
    background-image: url(../images/suspend_icon_03.png);
}

.service-qq:hover {
    background-image: url(../images/suspend_icon_03_blue.png);
}

.service-proposal {
    background-image: url(../images/suspend_icon_02.png);
}

.service-proposal:hover {
    background-image: url(../images/suspend_icon_02_blue.png)
}

.info-name {
    display: block;
    padding-left: 52px;
    height: 14px;
    font-size: 14px;
    color: #333;
}

.info-value {
    display: block;
    padding-left: 52px;
    margin-top: 8px;
    height: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #f90;
}

.suspension a.consult:hover .suspension-list {
    display: inline !important;
}

.suspension .cart {
    background-image: url(../images/top_icon.png);
    display: block;
    position: relative;
    width: 46px;
    height: 46px;
    margin-top: 10px;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
}

.suspension a.consult:hover .pic {
    display: flex;
}
.suspension a.cart:hover .pic {
    display: flex;
}
.suspension .back-top {
    background-image: url(../images/top_icon.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
    margin-top: 10px;
}
.suspension .consult .pic {
    display: none;
    position: absolute;
        left: -381px;
    top: 0px;
    height: auto;
    width: 380px;
   background-color: #fff;
   

}
.suspension .cart .pic {
    display: none;
    position: absolute;
    left: -381px;
    top: 0px;
    height: auto;
    width: 380px;
   background-color: #fff;
}

.pic-content {
  
    width: 160px;
    height: auto;
    text-align: center;
   
 border-radius: 5px;
 margin-top: 10px;
  padding: 10px;
}
.pic-content img{
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto;
}
.pic-content .pic-text{
  font-size: 12px;
  color: #333;
 margin-top: 10px;
}
