@charset "utf-8";
/* CSS Document */
html,body{ height:100%; }
body,h1,h2,h3,p,dl,dt,dd,dt+dd,ol,ul,th,td,form,fieldset,input,button,textarea,img{ margin:0; padding:0; box-sizing:border-box; }
body{ font-size:14px; font-family:"Microsoft Yahei"; }
ol,ul{ list-style:none; }
.app-left{ float:left; }
.app-right{ float:right; }
.app-none{ display: none; }
.app-main{
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  margin: auto;
}

/*头部*/
  header{
    width: 100%;
    background: url(../images/header_bg.jpg) no-repeat top center;
  }
  .app-header-model{
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
  }

  .app-header-tools{
    width: 100%;
    line-height: 36px;
    text-align: right;
  }

  .app-logo-model{
    padding: 20px 0;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
  }
  .app-logo-model > *{
    float: left;
  }
  .app-logo-model .app-logo{
    max-height: 80px;
  }
  .app-websubtitle{
    font-size: 22px;
    font-weight: bold;
    color: #00B259;
    margin-left: -30px;
    margin-top: 10px;
    line-height: 26px;
  }
  .app-websubtitle > i{
    font-style: normal;
    font-size: 12px;
    text-indent: 16px;
    display: block;
  }

  .app-tags{
    float: right;
    padding-right: 45px;
    color: red;
    font-weight: bold;
    font-size: 16px;
  }

  .app-header-telephone{
    float: right;
    padding: 20px 0;
    line-height: 30px;
  }
  .app-header-telephone a{
    color: #0c753c;
    font-size: 22px;
    font-weight: bold;
  }

  .app-search-model{
    margin-top: 33px;
    float: right;
    border: 1px solid #0048a5;
    border-radius: 8px;
    padding: 0 3px 0 10px;
  }
  #app-search-form{
    overflow: hidden;
  }
  #app-search-form > *{
    float: left;
  }
  .app-search-keyword{
    width: 210px;
    height: 25px;
    line-height: 25px;
    border: none;
    background: none;
  }
  .app-search-submit{
    width: 20px;
    height: 22px;
    border: none;
    background: none;
  }

  .app-header-nav{
    width: 100%;
    min-height: 45px;
    background-color: #00B259;
    border-bottom: 1px solid #f7f7f7;
  }

  .app-nav-model{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    /*margin-right: 25px;*/
    /*overflow: hidden;*/
  }
  .app-nav-model > li{
    width: 120px;
    max-width: 33.3%;
    float: left;
    height: 100%;
    position: relative;
  }
  .app-nav-model > li > a{
    display: block;
    line-height: 45px;
    height: 45px;
    padding: 0 5px;
    margin: 0 5px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
  }
  .app-nav-model > li > a.curr,.app-nav-model > li > a:hover{
    border-bottom: 3px solid #0048a5;
  }

/*二级下拉*/
  .app-nav-level2{
    position: absolute;
    z-index: 9;
    background-color: #26272B;
    padding: 10px 0;
    border-radius: 12px;
    margin: 0;
    min-width: 220%;
    left: -60%;
    display: none;
  }
  .app-nav-level2 > li{
    text-align: center;
    line-height: 37px;
    border-bottom: 1px solid #3A3B3D;
  }

  .app-nav-level2 > li > a{
    display: block;
    color: #999;
    font-size: 14px;
  }
  .app-nav-level2 > li:hover a{
    background-color: #00B259;
    color: #fff;
  }


  .swiper-slide > *{
    display: block;
    text-align: center;
  }
  .swiper-slide > a > img{
    width: 100%;
    max-width: 1920px;
  }

/*BANNER*/
  .swiper-button-next{
    right: 55px;
  }
  .swiper-button-prev{
    left: 55px;
  }

/*内页导航*/
  .app-page-nav-model{
    margin: 0.5rem 0;
    background-color: #26272B;
  }
  .app-page-nav-link{
    display: block;
    line-height: 2.2rem;
    padding: 0.5rem 0;
    box-sizing: border-box;
    border: 1px solid #fff;
    color: #999;
  }
  .app-page-nav-link:hover{
    color: #00B259;
  }
  .app-page-active{
    background-color: #00B259;
    color: #fff;
  }

/*首页共用*/
  .app-model{
    overflow: hidden;
  }
  .app-model-title{
    font-size: 32px;
    font-weight: bold;
    color: #595757;
    text-align: center;
  }
  .app-model-desc{
    font-size: 16px;
    color: #595757;
    text-align: center;
  }
  .app-model-content{
    padding-top: 40px;
  }

/*首页*/
  .app-index-mieba-category li{
    padding: 2rem 0;
  }
  .app-service-category-model{
    overflow: hidden;
    padding: 2.5rem 0;
  }
  .app-index-news-model{
    float: left;
    width: 32%;
    overflow: hidden;
    margin-top: 2.4rem;
    margin-right: 2%;
  }
  .app-index-news-model:nth-of-type(3n){
    margin-right: 0;
  }
  .app-news-model-img{
    width: 100%;
    height: 22.5rem;
  }
  .app-news-model-img img{
    width: 100%;
    height: 100%;
    max-height: 22.5rem;
    box-sizing: border-box;
  }
  .app-news-model-title h3{
    font-size: 1.6rem;
    height: 4.8rem;
    line-height: 4.8rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .app-news-model-desc{
    color: #999;
    font-size: 1.2rem;
    line-height: 2.2rem;
    height: 6.6rem;
    overflow: hidden;
  }
  .app-index-news-model:hover img{
    border: 1px solid #00B259;
  }
  .app-index-news-model:hover h3{
    color: #00B259;
  }
  .app-index-news-model:hover .app-news-model-desc{
    color: #333333;
  }

  /*客户评价*/
    .banner_audiobox {
      margin-top: 34px;
      overflow: hidden;
    }
    .audiobox_leftbox {
      background: rgb(255, 255, 255);
      width: 72.5%;
      float: left;
    }
    .audiobox_leftbox h2 {
      width: 100%;
      height: 7.5rem;
      color: rgb((73, 162, 0));
      line-height: 7.5rem;
      text-indent: 2.4rem;
      font-size: 2.4rem;
      border-bottom-color: rgb(243, 243, 243);
      border-bottom-width: 1px;
      border-bottom-style: solid;
    }
    .Top_Record {
      width: 100%;
      height: 48rem;
      overflow: hidden;
      border-top-color: rgb(204, 204, 204);
      border-top-width: 1px;
      border-top-style: solid;
      padding: 0 2.5rem;
      box-sizing: border-box;
    }
  
    .app-comment-list-model{
      width: 100%;
    }
    .app-comment-model{
      overflow: hidden;
      height: 16rem;
      padding: 2.5rem;
      border-bottom: 1px dashed #999;
      box-sizing: border-box;

    }    
    .app-comment-img {
      width: 10%;
      float: left;
    }
    .app-comment-img img {
      width: 100%;
    }
    .app-comment-text{
      width: 85%;
      float: right;
    }
    .app-comment-text h5 {
      padding: 0;
      margin: 0;
      line-height: 3.5rem;
    }
    .app-comment-text p {
      font-family: "微软雅黑";
      font-size: 12px;
      color: #00B259;
    }


    .audiobox_rightnbox {
      background: rgb(255, 255, 255);
      width: 27.5%;
      border-left-color: rgb(243, 243, 243);
      border-left-width: 1px;
      border-left-style: solid;
      float: right;
    }
    .audiobox_rightnbox h2 {
      display: block;
      width: 100%;
      color: rgb((73, 162, 0));
      line-height: 75px;
      text-indent: 24px;
      font-size: 24px;
      border-bottom-color: rgb(243, 243, 243);
      border-bottom-width: 1px;
      border-bottom-style: solid;
    }
    .rexinphone p {
      height: 94px;
      text-align: center;
      color: 
      rgb(0, 0, 0);
      line-height: 94px;
      font-family: Arial;
      font-size: 41px;
    }
    .index_phone {
      margin: 0px auto;
      width: 76%;
    }
    .index_weichat {
      margin: 0px auto;
      width: 76%;
    }
    .index_weichat img{
      width: 100%;
    }
    #telInput_a {
      border: 1px solid 
      rgb(73, 162, 0);
      width: 100%;
      height: 3.9rem;
      text-align: center;
      font-size: 14px;
    }
    #callBtn_a {
      background: rgb(73, 162, 0);
      border: 1px solid
      rgb(73, 162, 0);
      width: 100%;
      height: 3.9rem;
      color: rgb(255, 255, 255);
      font-size: 16px;
      margin-top: 8px;
    }
    .index_weichat p {
      color: 
      rgb(111, 111, 111);
      line-height: 0;
      padding-top: 5px;
      font-size: 14px;
    }

/*在线留言*/
  .app-feedback-model{
    margin-top: 98px;
  }
  .app-feedback-left{
    width: 755px;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    box-sizing: border-box;
  }
  .app-feedback-title{
    font-size: 18px;
    color: #666;
    line-height: 38px;
    padding-left: 15px;
    border-bottom: 1px solid #e4e4e4;
  }
  .app-feedback-content{
    padding: 15px;
  }
  .app-textarea-content{
    background: none;
    border: none;
    width: 100%;
    height: 220px;
  }
  .app-feedback-right{
    width: 380px;
  }
  .app-feedback-right li{
    padding-bottom: 8px;
    overflow: hidden;
  }
  .app-feedback-model li{
    position: relative;
  }
  .app-feedback-model  li .Validform_checktip{
    position: absolute;
    top: 0;
    right: 0;
  }
  .app-feedback-right li:last-child{
    padding-top: 38px;
    padding-bottom: 0;
  }
  .app-feedback-right input{
    padding: 0 10px;
    width: 100%;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    background-color: #f5f5f5;
    border-radius: 3px;
  }
  .app-feedback-right input.app-input-code{
    width: 133px;
    border-radius: 3px 0 0 3px;
  }
  .app-image-code{
    height: 35px;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;   
    border-radius: 0 3px 3px 0;
    cursor: pointer;
  }
  .app-button-submit{
    width: 122px;
    height: 32px;
    line-height: 32px;
    background-color: #6691c9;
    text-align: center;
    color: #fff;
    border: none;
    font-weight: bold;
    border-radius: 3px;
  }

/*虫害防治栏目*/
  .app-channel-title{
    width: 100%;
    text-align: center;
    font-size: 2.6rem;
    color: #fff;
    font-weight: bold;
    background-color: #00B259;
    line-height: 4.8rem;
  }
  .app-category-list-model{
    padding-bottom: 2.4rem;
  }
  .app-category-model{
    float: left;
    width: 32%;
    overflow: hidden;
    margin-top: 2.4rem;
    margin-right: 2%;
    position: relative;
  }
  .app-category-model:nth-of-type(3n){
    margin-right: 0;
  }
  .app-category-link{
    display: block;
  }
  .app-category-model-img,.app-category-model-img img{
    width: 100%;
    max-height: 244px;
  }
  .app-cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0,178,89,0.8);
    display: none;
  }
  .app-category-model-title{
    width: 100%;
    font-size: 25px;
    color: #fff;
    padding-bottom: 15px;
    text-align: center;
    position: absolute;
    top: 40%;
    z-index: 3;
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
  .app-category-model-title > span{
    display: inline-block;
    border-bottom: 1px solid #fff;
  }
  .app-category-model-content{
    width: 100%;
    font-size: 1.6rem;
    color: #fff;
    position: absolute;
    top: 60%;
    z-index: 3;
    padding: 0 1.5rem;
    box-sizing: border-box;
    display: none;
  }
  /**************************************************************/
  .app-mieba-list-model{
    margin: 0 auto;
    padding-top: 30px;
  }
  .app-mieba-list-model *{
    margin: 0 auto;
  }
  .app-page-title{
    position: relative;
    font-weight: 300;
    font-size: 36px;
    font-family: 'Raleway';
    padding-bottom: 20px;
    text-align: center;
  }
  .app-mieba-model{
    overflow: hidden;
    padding: 30px 0;
  }
  .app-mieba-model-bg{
    width: 100%;
    max-width: 100%;
    background-color: #f7f7f7;
  }
  .app-mieba-model-bg > .app-mieba-control-width{
    width: 100%;
    max-width: 1200px;
  }
  .app-mieba-model-title{
    text-indent: 24px;
    padding: 7px 0;
    font-size: 18px;
    line-height: 34px;
    color: #666;

    background: rgba(0,178,89,1);
    background: -moz-linear-gradient(left, rgba(0,178,89,1) 0%, rgba(133,252,193,1) 77%, rgba(184,255,220,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,178,89,1)), color-stop(77%, rgba(133,252,193,1)), color-stop(100%, rgba(184,255,220,1)));
    background: -webkit-linear-gradient(left, rgba(0,178,89,1) 0%, rgba(133,252,193,1) 77%, rgba(184,255,220,1) 100%);
    background: -o-linear-gradient(left, rgba(0,178,89,1) 0%, rgba(133,252,193,1) 77%, rgba(184,255,220,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,178,89,1) 0%, rgba(133,252,193,1) 77%, rgba(184,255,220,1) 100%);
    background: linear-gradient(to right, rgba(0,178,89,1) 0%, rgba(133,252,193,1) 77%, rgba(184,255,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b259', endColorstr='#b8ffdc', GradientType=1 );
  }
  .app-mieba-model-bg .app-mieba-model-title{
    text-indent: 0;
    background: none; 
    overflow: hidden;
    font-size: 30px;
    line-height: 32px;
    color: #313234;
  }
  .app-mieba-model-img{
    width: 30%;
    overflow: hidden;
  }
  .app-mieba-model-img img{
    max-width: 100%;
  }
  .app-mieba-model-content{
    padding: 15px 0 0 0;
    width: 65%;
    overflow: hidden;
    font-size: 18px;
    line-height: 34px;
    color:#666;
  }
  .app-mieba-model:last-child .app-mieba-model-img{
    margin-top: 48px;
  }

/*服务范围栏目*/
  .app-service-list-model{
    margin: 0 auto;
    padding-top: 30px;
  }
  .app-service-list-model *{
    margin: 0 auto;
  }
  .app-page-title{
    position: relative;
    font-weight: 300;
    font-size: 36px;
    font-family: 'Raleway';
    padding-bottom: 20px;
    text-align: center;
  }
  .app-service-model{
    overflow: hidden;
    padding: 30px 0;
  }
  .app-service-model-bg{
    width: 100%;
    background-color: #f7f7f7;
  }
  .app-service-model-bg > .app-service-control-width{
    width: 100%;
    max-width: 1200px;
  }
  .app-service-model-title{
    text-indent: 24px;
    padding: 7px 0;
    font-size: 18px;
    line-height: 34px;
    color: #666;

    background: rgba(0,178,89,1);
    background: -moz-linear-gradient(left, rgba(0,178,89,1) 0%, rgba(133,252,193,1) 77%, rgba(184,255,220,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,178,89,1)), color-stop(77%, rgba(133,252,193,1)), color-stop(100%, rgba(184,255,220,1)));
    background: -webkit-linear-gradient(left, rgba(0,178,89,1) 0%, rgba(133,252,193,1) 77%, rgba(184,255,220,1) 100%);
    background: -o-linear-gradient(left, rgba(0,178,89,1) 0%, rgba(133,252,193,1) 77%, rgba(184,255,220,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,178,89,1) 0%, rgba(133,252,193,1) 77%, rgba(184,255,220,1) 100%);
    background: linear-gradient(to right, rgba(0,178,89,1) 0%, rgba(133,252,193,1) 77%, rgba(184,255,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b259', endColorstr='#b8ffdc', GradientType=1 );
  }
  .app-service-model-bg .app-service-model-title{
    text-indent: 0;
    background: none; 
    overflow: hidden;
    font-size: 30px;
    line-height: 32px;
    color: #313234;
  }
  .app-service-model-img{
    width: 49%;
    overflow: hidden;
  }
  .app-service-model-img img,.app-service-model img{
    max-width: 100%;
  }
  .app-service-model-content{
    width: 49%;
    overflow: hidden;
    font-size: 18px;
    line-height: 34px;
    color:#666;
  }

/*关于我们栏目*/
  .app-about-list-model{
    margin: 0 auto;
    padding-top: 30px;
  }
  .app-about-list-model *{
    margin: 0 auto;
  }
  .app-page-title{
    position: relative;
    font-weight: 300;
    font-size: 36px;
    font-family: 'Raleway';
    padding-bottom: 20px;
    text-align: center;
  }
  .app-about-model{
    overflow: hidden;
    padding: 30px 0;
  }
  .app-about-model-bg{
    width: 100%;
    background-color: #f7f7f7;
  }
  .app-about-model-bg > .app-about-control-width,.app-about-model-green-bg > .app-about-control-width{
    width: 100%;
    max-width: 1200px;
  }
  .app-about-model-title{
    text-indent: 24px;
    padding: 7px 0;
    font-size: 18px;
    line-height: 34px;
    color: #666;

    background: rgba(0,178,89,1);
    background: -moz-linear-gradient(left, rgba(0,178,89,1) 0%, rgba(133,252,193,1) 77%, rgba(184,255,220,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,178,89,1)), color-stop(77%, rgba(133,252,193,1)), color-stop(100%, rgba(184,255,220,1)));
    background: -webkit-linear-gradient(left, rgba(0,178,89,1) 0%, rgba(133,252,193,1) 77%, rgba(184,255,220,1) 100%);
    background: -o-linear-gradient(left, rgba(0,178,89,1) 0%, rgba(133,252,193,1) 77%, rgba(184,255,220,1) 100%);
    background: -ms-linear-gradient(left, rgba(0,178,89,1) 0%, rgba(133,252,193,1) 77%, rgba(184,255,220,1) 100%);
    background: linear-gradient(to right, rgba(0,178,89,1) 0%, rgba(133,252,193,1) 77%, rgba(184,255,220,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b259', endColorstr='#b8ffdc', GradientType=1 );
  }
  .app-about-model-bg .app-about-model-title{
    text-indent: 0;
    background: none; 
    overflow: hidden;
    font-size: 30px;
    line-height: 32px;
    color: #313234;
  }
  .app-about-model-img{
    width: 49%;
    overflow: hidden;
  }
  .app-about-model-img img{
    max-width: 100%;
  }
  .app-about-model-content{
    width: 49%;
    overflow: hidden;
    font-size: 18px;
    line-height: 34px;
    color:#666;
  }

  .app-about-model-green-bg{
      background-color: #00B259;
      color: #fff;
  }
  .app-about-model-green-bg *{
      color: #fff;
  }
  .app-about-model-noimg .app-about-model-title{
    position: relative;
    font-weight: 300;
    font-size: 36px;
    font-family: 'Raleway';
    padding-bottom: 20px;
    text-align: center;
    background: none;
  }
  .app-about-model-noimg .app-about-model-img{
    display: none;
  }
  .app-about-model-noimg .app-about-model-content{
    width: 100%;
  }
  .app-about-model-faq .app-about-model-img{
    width: 32%;
  }
  .app-about-model-faq .app-about-model-content{
    width: 66%;
  }

/*新闻中心*/
  .app-page-main{
    background-color: #f7f7f7;
    padding-top: 2.5rem;
  }
  .app-news-list-main{
    background-color: #fff;
    box-sizing: border-box;
  }
  .app-news-list-model {
    width: 68%;
    padding: 1.5rem 2.5rem;
    border-right: 1px solid #E5E5E5;
    box-sizing: border-box;
  }
  .app-news-list li {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #E5E5E5;
  }
  .app-news-list li img:hover{
    border: 1px solid #00B259;
  }
  .app-news-list li .viewimg {
    width: 250px;
    height: 165px;
    float: left;
    margin-right: 30px;
    position: relative;
  }
  .app-news-list li img {
    width: 250px;
    height: 165px;
    box-sizing: border-box;
  }
  .app-news-list li .viewimg .hotimgzz {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 165px;
  }
  .app-news-list li .standpoint {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #EF2129;
    text-align: center;
    line-height: 30px;
  }
  .app-news-list li h3 a{
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 5px;
    color: #00B259;
  }
  .app-news-list li p {
    font-size: 14px;
    height: 102px;
    line-height: 26px;
    color: #999;
  }
  .app-news-list li span {
    margin-right: 6px;
    display: inline-block !important;
    *display: inline;
    zoom: 1;
    color: #3e3e3e;
  }
  /*新闻内容*/
    .app-news-model{
      width: 68%;
      padding: 1.5rem 2.5rem;
      border-right: 1px solid #E5E5E5;
      box-sizing: border-box;
    }
    .app-news-title{
      text-align: center;
      min-height: 6.5rem;
      padding-top: 2rem;
    }
    .app-news-attr{
      border-bottom: 1px dashed #e5e5e5;
      margin: 2.5rem auto; 
    }
    .app-news-content{
      overflow: hidden;    
    }
    .app-news-content *{
      max-width: 100%;
    }   
  /*右侧*/
    .app-page-tools-model{
      width: 32%;
      padding: 2.5rem 1.5rem;
      box-sizing: border-box;
      border-left: 1px solid #E5E5E5;
      margin-left: -1px;
    }
    .app-page-serach {
      border: 1px solid #E8E8E8;
      max-width: 100%;
      padding-top: 1px;
      position: relative;
      margin: 25px auto;
    }
    .app-page-serach .text-rserach {
      height: 40px;
      width: 260px;
      padding: 5px;
      border: none;
    }
    .app-page-serach .btn-rserach {
      background: url(../images/symbol-21.png) no-repeat center;
      width: 43px;
      height: 42px;
      position: absolute;
      top: 1px;
      right: 1px;
      border: none;
      cursor: pointer;
    }

    .app-page-right-tools{
      margin-top: 3.5rem;
    }
    .com-title{
      border-bottom: 3px solid #F5F5F5;
      padding-bottom: 5px;
      margin-bottom: 5px;
    }
    .com-title img{
      position: relative;
      top: 3px;
      left: 0px;
      margin-right: 5px;
    }
    .com-title span{
      border-bottom: 3px solid #EF2129;
      padding-bottom: 7px;
      font-size: 18px;
      color: #3C3B3C;
    }

    .app-page-recommend {
      margin-top: 2rem;
    }
    .app-page-right-tools-list{
      overflow: hidden;
    }

    .app-page-tools-category li{
      border-bottom: 1px dashed #eee;
      padding: 0.5rem 1.5rem;
    }
    .app-page-tools-category li a{
      display: block;
      line-height: 3.5rem;
      font-size: 1.6rem;
      font-weight: bold;
      color: #26272B;
    }
    .app-page-tools-category li:hover a,.app-page-tools-category li.app-curr a{
      color: #00B259;
    }

    .app-page-tools-service li{
      margin-top: 1.5rem;
      width: 50%;
      text-align: center;
      float: left;
    }
    .app-page-tools-service > li > *{
      display: block;
      width: 90%;
      margin: auto;
    }
    .app-page-tools-service > li img{
      max-width: 100%;
      box-sizing: border-box;
    }
    .app-page-tools-service > li:hover a{
      color: #EF2129;
    }
    .app-page-tools-service > li:hover img{
      border: 1px solid #EF2129;
    }
    .app-page-tools-service > li > p{
      margin-top: 0.6rem;
    }

    .app-readbox{
      padding: 1rem 0;
      border-bottom: 1px dashed #eee;
    }
    .app-readtitle{
      font-size: 1.6rem;
      margin-bottom: 1rem;
      margin-top: 1rem;
    }
    .app-readtitle a{
      color: #26272B;
    }
    .app-readtitle a:hover{
      color: #00B259;
    }
    .app-readimg{
      width: 9rem;
      height: 5.9rem;
      float: left;
      margin-right: 1rem;
      padding-top: 0.4rem;
    }
    .app-readimg img{
      width: 100%;
      height: 100%;
      box-sizing: border-box;
    }
    .app-readimg img:hover{
      opacity: 0.6;
      border: 1px solid #00B259;
    }
    .app-readdesc{
      overflow: hidden;
      color: #999;
    }

/*列表分布*/
  .app-page {
    margin: 50px auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .app-page li {
    background-color: #00B259;
    color: #fff;
    font-size: 14px;
    margin: 0 4px;
    float: left;
    border-radius: 15px;
    list-style: none;
  }
  .app-page li a {
    padding: 3px 10px;
    background-color: #00B259;
    color: #fff;
    font-size: 14px;
    float: left;
    border-radius: 15px;
  }
  .app-page li a:hover {
    background-color: #26272B;
  }
  .app-page li.thisclass {
    padding: 3px 10px;
    background-color: #26272B;
    display: block;
    border-radius: 15px;
  }
  .app-page li.thisclass a {
    padding: 0;
    background-color: #26272B;
  }
  .app-page li.active {
    padding: 3px 10px;
    background-color: #26272B;
    display: block;
    border-radius: 15px;
  }
  .app-page li.active a {
    padding: 0;
    background-color: #26272B;
  }

/*联系我们栏目*/
  .app-contact-model{
    padding: 32px 0;
  }
  .app-contact-text{
    width: 40%;
  }
  .app-contact-title{
    font-size: 40px;
    font-weight: bold;
    line-height: 58px;
    color: #0048a5;
    overflow: hidden;
  }
  .app-contact-title > span{
    float: left;
    border-bottom: 1px solid #0048a5;
  }
  .app-contact-desc{
    font-size: 24px;
    line-height: 42px;
    color: #595757;
    padding: 10px 0;
    border-bottom: 1px solid #595757;
  }
  .app-contact-attr{
    font-size: 14px;
    line-height: 22px;
    color: #595757;
    padding-top: 30px;
  }
  .app-company-model{
    padding-top: 10px;
  }
  .app-company-title{
    padding: 30px 0;
    font-size: 20px;
  }
  .app-company-attr{
    font-size: 14px;
    line-height: 25px;
  }
  .app-company-qq{
    padding-top: 30px;
  }

  .app-contact-map{
    width: 58%;
  }

/*内面底部服务内容分类*/
  .app-mieba-category-model{
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
    background-color: #f7f7f7;
  }
  .app-mieba-category-list-model{
    overflow: hidden;
    text-align: center;
    padding: 0 2.5%;
  }
  .app-mieba-category{
    width: 20%;
    padding: 2.5rem;
    float: left;
    overflow: hidden;
    display: inline-block;
  }
  .app-mieba-category-img{
    width: 70%;
    border: 1px solid #00B259;
    border-radius: 50%;
    box-sizing: border-box;
    margin: auto;
  }
  .app-mieba-category-img:hover{
    background-color: #00B259;
  }

  .app-mieba-category-img img{
    width: 100%;
  }
  .app-mieba-category-img img:nth-of-type(2){
    display: none;
  }
  .app-mieba-category-title{
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-top: 1.5rem;
    font-size: 1.8rem;
    font-weight: 500;
    font-family: 'Raleway';
    color: #313234;
  }

  #app-toggle-switch{
    cursor: pointer;
    font-weight: 500;
    font-size: 50px !important;
    color: #00B259;
  }
  #app-toggle-hide{
    display: none;
  }

/*底部*/
  footer{
    height: 95px;
    background-color: #00B259;
  }
  .app-footer-model{
    position: relative;
    height: 100%;
  }
  .app-footer-logo{
    height: 100%;
    padding: 25px 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .app-footer-logo img{
    height: 100%;
    background-color: #fff;
  }
  .app-copyring{
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding-top: 25px;
  }
  .app-copyring a{
    color: #fff;
  }

/*右侧浮动工具(WWW.OSCOLOR.COM|WWW.SZPCWEB.COM|WWW.HY01.CN)*/
  .dock {
      opacity: 0.7;
      position: fixed;
      right: 0;
    top:35%;
      width: 50px;
      z-index: 200;
  }
  .dock .close {
      z-index: 50;
  }
  .dock ul.icons {
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      background: #111 none repeat scroll 0 0;
      border-color: #333 -moz-use-text-color #333 #333;
      border-image: none;
      border-radius: 10px 0 0 10px;
      border-style: solid none solid solid;
      border-width: 1px medium 1px 1px;
      list-style: outside none none;
      padding: 0;
      position: absolute;
      right: 0;
      transition: all 0.3s ease-in-out 0s;
      width: 50px;
  }
  .dock.close ul.icons {
      right: -70px;
  }
  .dock ul.icons li i {
      background: rgba(0, 0, 0, 0) url("../images/icons.png") no-repeat scroll 0 0;
      cursor: pointer;
      display: block;
      height: 50px;
      position: relative;
      transition: all 0.3s ease-in-out 0s;
      width: 50px;
      z-index: 210;
  }
  .dock ul.icons li.active i {
      opacity: 0.4;
  }
  .dock ul.icons li.up i {
      background-position: -63px -150px;
  }
  .dock ul.icons li.tel i {
      background-position: -62px -108px;
  }
  .dock ul.icons li.im i {
      background-position: -63px -20px;
  }
  .dock ul.icons li.wechat i {
      background-position: -59px -66px;
  }
  .dock ul.icons li.down i {
      background-position: -63px -190px;
  }
  .dock ul.icons li#goTop i {
      background-position: -63px -632px;
  }
  .dock ul.icons li p {
      -moz-border-bottom-colors: none;
      -moz-border-left-colors: none;
      -moz-border-right-colors: none;
      -moz-border-top-colors: none;
      background: #111 none repeat scroll 0 0;
      border-color: #333 -moz-use-text-color #333 #333;
      border-image: none;
      border-radius: 10px 0 0 10px;
      border-style: solid none solid solid;
      border-width: 1px medium 1px 1px;
      color: White;
      display: block;
      min-height: 120px;
      line-height: 30px;
      opacity: 0;
      overflow: hidden;
      padding: 15px 20px;
      position: absolute;
      right: -260px;
      top: 50px;
      transition: all 0.4s ease-in-out 0.1s;
      z-index: 201;
      box-sizing: content-box;
      text-align: center;
  }
  .dock ul.icons li.active p {
      opacity: 1;
      right: 50px;
  }
  .dock ul.icons li.tel p {
      width: 100px;
    text-align:left !important;
  }
  .dock ul.icons li.im p {
      width: 115px;
  }
  .dock ul.icons li.im p a {
      border: 1px solid #fff;
      border-radius: 5px;
      color: #fff;
      display: block;
      font-size: 16px;
      height: 35px;
      line-height: 32px;
      margin: 12px auto auto;
      text-align: center;
      text-decoration: none;
      transition: all 0.3s ease-in-out 0s;
      width: 100px;
  }
  .dock ul.icons li.im p a:hover {
      background: #ff8400 none repeat scroll 0 0;
      border: 1px solid #0f8773;
      color: White;
  }
  .dock ul.icons li.wechat p {
      width: 118px;
  }
  .dock ul.icons li.wechat p img {
      border: 2px solid White;
      width: 115px;
  }
  .dock a.switch {
      background: rgba(0, 0, 0, 0) url("../images/icons.png") no-repeat scroll 0 -640px;
      cursor: pointer;
      display: block;
      height: 26px;
      position: absolute;
      right: 11px;
      top: 270px;
      transition-delay: 0.15s;
      width: 26px;
      transition: all 0.3s ease-in-out 0s;
  }
  .dock a.switch.off {
      background-position: -32px -640px;
  }

/**********************************************************************************/
/*=====================以下部分是WebUploader必须的====================*/
  .webuploader-container{
    position:relative;
    overflow: hidden;
  }
  .webuploader-element-invisible{
    position:absolute !important;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px,1px,1px,1px);
  }
  .webuploader-pick{
    position:relative;
    float: left;
    width: 100%;
    height: 100%;
    border:1px dashed #eee;
    cursor:pointer;
    background:#fff;
    color:#cdcdcd;
    text-align:center;
    overflow:hidden;
    zoom:1;
  }
  .webuploader-pick-hover{
    background:#fafafa;
  }
  .webuploader-pick-disable{
    opacity:0.6;
    pointer-events:none;
  }
/*=====================以上部分是WebUploader必须的====================*/
/*上传样式*/
  .upload-box{
    position:relative;
    vertical-align:middle;
    zoom:1;
    *display:inline;
  }
  .upload-box .upload-progress{
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 5px;
    width: 100%;
    height: 100%;
    border: 1px solid #d7d7d7;
    background: #fff;
    overflow: hidden;
  }
  .upload-box .upload-progress .txt{
    display: block;
    padding-right: 10px;
    font-weight: normal;
    font-style: normal;
    font-size: 11px;
    line-height: 18px;
    height: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0.8rem;
  }
  .upload-box .upload-progress .bar{
    position: relative;
    display: block;
    border: 1px solid #1da76b;
  }
  .upload-box .upload-progress .bar b{
    display: block;
    width: 0%;
    height: 2.4rem;
    font-weight: normal;
    text-align: center;
    background: #28B779;
    overflow: hidden;
  }
  .upload-box .upload-progress .close{
    position: absolute;
    display: block;
    top: 1px;
    right: 1px;
    width: 14px;
    height: 14px;
    font-size: 1.2rem;
    line-height: 14px;
    cursor: pointer;
    overflow: hidden;
  }
/**********************************************************************************/

/*响应式布局
  ----------------------------------------------*/
  /*默认*/
    .app-mobile{ display: none; }

  @media only screen and (min-width:1920px) {
    /*屏幕宽度大于**px时*/
  }

  @media only screen and (max-width:1921px) {
    /*屏幕宽度小于**px时*/
  }

  @media only screen and (max-width:1201px) {
    /*屏幕宽度小于**px时*/
  }

  @media only screen and (max-width:1025px) {
    /*屏幕宽度小于**px时(iPad Pro)*/
  }

  @media only screen and (max-width:881px) {
    .app-websubtitle{
      display: none;
    }
  }

  @media only screen and (max-width:769px) {
    /*屏幕宽度小于**px时(iPad/iPad Mini)*/
  }

  @media only screen and (max-width:652px) {
    /*屏幕宽度小于**px时(iPhone 6 Plus)*/
    /*公共*/
      .app-pc{
        display: none;
      }
      .app-mobile{
        display: block;
      }
      header,.app-header-nav{
        overflow: hidden;
      }

  	  .app-nav-level1{
  		  overflow: hidden;
  	  }
      .app-nav-model{
        max-width: 100%;
        width: 100%;
        /*background-color: #00B259;*/
      }
      .app-nav-model > li{
        width: 33.33%;
        /*border: 1px solid #fff;*/
      }
      .app-nav-model > li > a{
        height: 4.8rem;
        line-height: 4.8rem;
        text-align: center;
        /*color: #fff;*/
      }
      .app-page{
        margin: 2rem 0;
      }
      h3{
        font-size: 1.2rem !important;
      }

    /*首页*/
      .app-news-model-title h3{
        height: 2.2rem;
        line-height: 2.2rem;
      }
      .app-news-model-img{
        height: 8.5rem;
      }
      .audiobox_leftbox{
        width: 100%;
      }
      .Top_Record{
        padding: 0 0.5rem;
      }
      .app-comment-model{
        padding: 0.5rem;
      }
      .app-comment-img{
        width: 20%;
        padding-top: 1rem;
      }
      .app-comment-text{
        width: 76%;
      }

    /*虫害防治*/
      .app-mieba-model-img,.app-mieba-model-content{
        width: 100%;
        padding: 0 0.5rem;
      }
      .app-mieba-model-img img{
        width: 100%;
      }
      .app-mieba-category-model{
        padding: 1rem 0;
      }
      .app-mieba-category:nth-of-type(10){
        display: none;
      }
      .app-page-title{
        font-size: 2.4rem;
        padding-bottom: 0.5rem;
      }
      .app-mieba-category{
        width: 33.33%;
        padding: 0.5rem;
      }
      .app-mieba-category-img{
        width: 85%;
      }

    /*服务范围*/
      .app-category-model-title > span{
        font-size: 1.2rem;
        border-bottom: none;
      }
      .app-service-control-width > div{
        width: 100%;
        padding: 0 0.5rem;
      }

      /*关于我们*/
      .app-about-control-width > div{
        width: 100% !important;
        padding: 0 0.5rem;
      }
      .app-about-model-img img{
        width: 100%;
      }

    /*新闻中心*/
      .app-news-list-model{
        width: 100%;
        padding: 0 0.5rem;
      }
      .app-news-list li p{
        height: auto;
        padding-bottom: 0.5rem;
      }
      .app-news-list li .viewimg{
        width: 25%;
        height: auto;
        margin-right: 1.5rem;
      }
      .app-news-list li .viewimg img{
        width: 100%;
        height: auto;
      }

      .app-news-model{
        width: 100%;
        padding: 0 0.5rem;
      }
      .app-news-attr,.app-news-content{
        margin: 0.5rem 0;
        padding: 0;
      }

    /*联系我们*/
      .app-contact-model > div{
        width: 100%;
        padding: 0 0.5rem;
      }
  }

  @media only screen and (max-width:415px) {
    /*屏幕宽度小于**px时*/
  }

  @media only screen and (max-width:376px) {
    /*屏幕宽度小于**px时(iPhone 6)*/

  }

  @media only screen and (max-width:321px) {
    /*屏幕宽度小于**px时(iPhone 5/4)*/

  }
