@media (max-width:1440px) {
  body.index {
    background-size: cover;
    background-position: center -44px;
  }

  body.index .wapper .text01 {
    -webkit-transform: translate(130px, 25px);
    transform: translate(130px, 25px);
    -webkit-animation: showop 1s forwards;
    animation: showop 1s forwards;
  }

  body.index .wapper .text01 {
    -webkit-transform: translate(130px, 25px);
    transform: translate(130px, 25px);
    -webkit-animation: showop 1s forwards;
    animation: showop 1s forwards;
  }

  body.index .wapper .text02 {
    bottom: 200px;
    left: 90px;
  }

  @-webkit-keyframes showop {
    0% {
      opacity: 0;
      -webkit-transform: translate(130px, 70px);
      transform: translate(130px, 70px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translate(130px, 25px);
      transform: translate(130px, 25px);
    }
  }

  @keyframes showop {
    0% {
      opacity: 0;
      -webkit-transform: translate(130px, 70px);
      transform: translate(130px, 70px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translate(130px, 25px);
      transform: translate(130px, 25px);
    }
  }
}

@media(max-width:1366px) {
  body.index {
    background-position: center -63px;
  }

  body.index .wapper .text02 {
    bottom: 197px;
  }

  body.index .wapper .text01 {
    -webkit-transform: translate(110px, 0);
    transform: translate(110px, 0);
    -webkit-animation: showop 1s forwards;
    animation: showop 1s forwards;
  }

  @-webkit-keyframes showop {
    0% {
      opacity: 0;
      -webkit-transform: translate(110px, 60px);
      transform: translate(110px, 60px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translate(110px, 0);
      transform: translate(110px, 0);
    }
  }

  @keyframes showop {
    0% {
      opacity: 0;
      -webkit-transform: translate(110px, 60px);
      transform: translate(110px, 60px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translate(110px, 0);
      transform: translate(110px, 0);
    }
  }
}

@media (max-width:1220px) {

  /*  html,
body {
overflow-x: hidden;
height: 100%;
-webkit-overflow-scrolling: touch;
}*/
  .menu__item__content {
    background: #6cbb3f;
    color: #fff;
    padding: 7px 14px;
    font-size: 16px;
  }

  .menu__item__content+ul {
    background: #fff;
    font-size: 17px;
    margin-bottom: -1px;
  }

  .pushy-submenu-open>ul {
    background: #ecebe8;
    text-transform: uppercase;
  }

  .pushy-submenu-open>ul ul {
    font-size: 0.9em;
  }

  .pushy-submenu-open>ul ul a {
    padding: 6px 15px 6px 25px;
  }

  .pushy-submenu-open>ul ul .pushy-submenu-open>ul {
    border-bottom: 1px solid hsla(0, 0%, 70%, 0.45);
    padding: 6px 0;
  }

  .pushy-submenu-open>ul ul ul a {
    padding: 0 15px 0 40px;
    border-bottom: 0;
  }

  .pushy ul ul ul ul a:before {
    content: '-';
    position: absolute;
    z-index: -1;
    left: 25px;
    visibility: hidden;
  }

  .pushy ul ul ul .pushy-submenu-open>ul a:before {
    visibility: visible;
    z-index: 0;
  }

  .pushy-submenu {
    position: relative;
    z-index: 0;
  }

  .pushy-submenu.pushy-submenu-open {
    z-index: 1;
  }

  header {
    padding-top: 26px;
    padding-bottom: 21px;
  }

  .advantage,
  ul.side_menu,
  h1.big-title,
  header .main-nav {
    display: none;
  }

  header .mobile-menu {
    float: left;
    display: block;
  }

  header select {
    float: right;
    margin-top: 8px;
  }

  header .logo {
    padding-left: 50px;
    padding-right: 10px;
    width: 125px;
    margin-top: 3px;
  }

  .header-wapper {
    text-align: center;
    display: block;
  }

  .pushy-submenu> ul {
    padding: 0;
  }

  .navbar .navbar__sidebar-control {
    display: block;
    float: left;
    position: relative;
    margin-top: 11px;
    margin-left: 0;
    width: 30px;
    height: 25px;
    cursor: pointer;
    background: transparent;
  }

  .navbar .navbar__sidebar-control span.icon-bar:first-child {
    top: 0;
  }

  .navbar .navbar__sidebar-control span.icon-bar:nth-child(2) {
    top: 10px;
  }

  .navbar .navbar__sidebar-control span.icon-bar:nth-child(3) {
    top: 20px;
  }

  .navbar .navbar__sidebar-control span.icon-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 30px;
    height: 3px;
    background: #90c221;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .pushy a {
    padding: 8px 15px;
    color: #494949;
    border-bottom: 1px solid hsla(0, 0%, 70%, 0.45);
  }

  .pushy-submenu-open>a,
  .pushy a:hover {
    background: #427326;
    color: #fff;
  }
  .pushy-submenu-open ul .pushy-submenu-open>a,
  .pushy ul ul a:hover {
    background: #4d9027;
  }
  .pushy-submenu-open ul ul .pushy-submenu-open>a,
  .pushy ul ul ul a:hover {
    color: #264819;
    background: #7dda49;
  }
  .pushy-submenu-open ul ul ul .pushy-submenu-open>a,
  .pushy ul ul ul ul a:hover {
    color: #73c246;
    background: none;
  }

  .logo-text {
    display: none;
  }

  header .logo .img {
    width: 135px;
  }

  .f-logo img {
    width: 135px;
  }

  .footer {
    padding: 18px 0;
  }

  .footer-info {
    padding-bottom: 0;
  }

  .footer-info .info {
    margin-bottom: 4px;
  }

  .container {
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 900px;
    width: 100%;
  }

  .equipment02:before,
  span.line {
    display: none;
  }

  .list-img-wapper {
    padding: 0;
  }

  .p-l-15 {
    padding-left: 0;
  }

  p.border-green {
    padding: 20px 25px 15px 40px;
    margin-bottom: 40px;
  }

  p.border-green:before {
    left: 30px;
    top: -22px;
    border-width: 0 20px 25px 20px;
    border-color: transparent transparent #fcf6c5 transparent;
  }

  /*col-*/
  .col-sm-12 {
    width: 100%;
  }
}

@media (max-width:1024px) {
  body.index {
    background: url(../_images/home/bg.jpg) no-repeat #BFD630;
    background-size: 1380px;
    background-position: center -20px;
  }

  body.index .wapper .text02 {
    bottom: 180px;
    left: 0;
  }

  body.index .wapper .text02 h2 {
    font-size: 20px;
  }

  body.index .text01 h2 {
    font-size: 20px;
    margin-bottom: 4px;
  }

  body.index .wapper .text01 {
    -webkit-transform: translate(110px, 25px);
    transform: translate(110px, 25px);
    -webkit-animation: showop 1s forwards;
    animation: showop 1s forwards;
  }

  @-webkit-keyframes showop {
    0% {
      opacity: 0;
      -webkit-transform: translate(110px, 70px);
      transform: translate(110px, 70px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translate(110px, 25px);
      transform: translate(110px, 25px);
    }
  }

  @keyframes showop {
    0% {
      opacity: 0;
      -webkit-transform: translate(110px, 70px);
      transform: translate(110px, 70px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translate(110px, 25px);
      transform: translate(110px, 25px);
    }
  }

  .inner-banner {
    background-size: 150%;
    height: 233px;
  }

  h2.title {
    margin-bottom: 35px;
  }

  section.main {
    top: -63px;
  }

  .about .description .img {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .slide-img {
    height: 480px;
  }
}

@media(max-width:768px) {
  body.index {
    background: #fff;
  }

  body.index .wapper .container {
    padding: 0;
  }

  body.index header {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid rgba(243, 243, 243, 0.78);
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 0 0 14px #e2e2e2;
    box-shadow: 0 0 14px #e2e2e2;
  }

  body.index .wapper .text01 {
    top: 1%;
    -webkit-transform: translate(250px, 25px);
    transform: translate(250px, 25px);
    -webkit-animation: showop 1s forwards;
    animation: showop 1s forwards;
  }

  body.index .text01 h5 {
    padding-right: 0;
  }

  @-webkit-keyframes showop {
    0% {
      opacity: 0;
      -webkit-transform: translate(250px, 70px);
      transform: translate(250px, 70px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translate(250px, 25px);
      transform: translate(250px, 25px);
    }
  }

  @keyframes showop {
    0% {
      opacity: 0;
      -webkit-transform: translate(250px, 70px);
      transform: translate(250px, 70px);
    }

    100% {
      opacity: 1;
      -webkit-transform: translate(250px, 25px);
      transform: translate(250px, 25px);
    }
  }

  .home-img2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 45px;
    max-width: 740px;
    margin: 0 auto;
  }

  .index footer {
    margin-top: 0;
    position: inherit;
  }

  .home-img {
    display: block;
  }

  body.index .wapper .text02 {
    position: initial;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: -59px auto 10px;
    padding-left: 7%;
  }

  body.index .wapper section.wapper {
    background: #BFD630;
  }
}

@media (max-width:767px) {
  .disinfection-wapper .table-wrap {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .disinfection-wapper .table-wrap table {
    width: 885px;
  }
  .disinfection1-layout1,
  .disinfection1-layout3 .pics {
    display: block;
  }
  .disinfection1-layout1 .txt,
  .disinfection1-layout1 .pic,
  .disinfection1-layout3 .pic {
    width: auto;
  }
  .disinfection1-layout1 .txt {
    padding-right: 0;
  }
  .disinfection1-layout3 .pic2 {
    padding-left: 0;
  }

  .disinfection1-layout2 {
    padding: 20px 35px 72px;
    text-align: center;
  }
  .disinfection1-layout2:before {
    right: 50%;
    top: auto;
    bottom: 16px;
    margin: 0 -67px 0 0;
  }
  .disinfection1-layout3 .pic {
    margin-bottom: 20px;
  }
  .disinfection1-layout5 .col1,
  .disinfection1-layout5 .col2 {
    float: none;
    width: auto;
  }
  .disinfection1-layout5 .pic {
    margin-bottom: 30px;
  }
  .disinfection3-table2-wrap {
    padding: 20px;
  }
  .disinfection3-table2 th {
    width: 70px;
  }
  .disinfection3-table2 th .num {
    width: 30px;
  }
  .disinfection3-table1-wrap .txt .source {
    float: none;
    margin-bottom: 0.5em;
  }
  .disinfection3-table1-wrap .pic {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .disinfection3-table1-wrap .pic img {
    width: 800px;
    max-width: none;
  }
}

@media (max-width:740px) {
  .right-input label.error {
    right: 7px;
    top: 12px;
  }

  h2.title {
    margin-bottom: 15px;
  }

  h2.title span {
    padding: 0 15px;
  }

  header .logo {
    padding-left: 55px;
  }

  body {
    font-size: 18px;
  }

  p {
    font-size: 18px;
    line-height: 32px;
  }

  .equipment-wapper .img-wapper {
    display: block;
  }

  .equipment-wapper .img-wapper .img {
    width: 48.3%;
    float: left;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 15px;
  }

  .location h5 {
    font-size: 20px;
  }

  .strong {
    font-size: 18px;
  }

  .test-wapper a {
    font-weight: normal;
  }

  .equipment-wapper {
    margin: 0;
  }

  .equ-wapper.equ-son {
    margin: 0;
  }

  .used_way {
    width: 100%;
  }

  .equipment02 {
    margin: 0;
  }

  .slide-img {
    height: 400px;
  }

  .logo-text {
    display: none;
  }

  .additive-list .right-text p {
    height: 96px;
    overflow: hidden;
  }

  .left-input,
  .right-input {
    padding: 0;
  }

  .right-input {
    margin-top: 0;
  }

  .input-wapper p {
    padding-left: 0;
  }

  .news-wapper .img-wapper {
    display: block;
  }

  .news-wapper .img-wapper .img {
    margin-bottom: 20px;
    padding: 0;
  }

  .input-wapper textarea.message,
  .input-wapper .message-input .input input {
    border: 2px solid #c2cc83;
    margin-top: 0;
  }

  .footer-info .info {
    display: none;
  }

  .footer-info .info.feeling {
    display: block;
    font-size: 13px;
  }

  .f-logo img {
    width: 90px;
  }

  .f-logo {
    padding: 0 23px 0 15px;
  }

  copyright {
    font-size: 13px;
    line-height: 1.5em;
  }

  /*col*/
  .col-xs-6 {
    width: 50%;
  }

  .col-xs-12 {
    width: 100%;
  }
}

@media(max-width:630px) {
  body.index .wapper .text02 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px;
  }
}

@media(max-width:480px) {
  .relative_link {
    font-size: 18px;
  }

  header .logo .img {
    width: 115px;
  }

  body {
    line-height: 1.7em;
  }

  p {
    line-height: 1.7em;
  }

  .inner-banner {
    background-size: 170%;
    height: 193px;
  }

  .news-list {
    display: block;
  }

  .news-title {
    height: auto;
    margin-left: 6px;
    margin-top: 8px;
  }

  .news-wapper .date {
    padding: 1px 14px;
  }

  .news-wapper {
    margin: 10px 0;
  }

  h2.title {
    margin-bottom: 10px;
  }

  .equ-son h3,
  .news-wapper h3 {
    margin: 17px 0 25px;
  }

  ul.breadcrumb li a:before {
    top: 13px;
  }

  .news-content {
    padding-bottom: 12px;
  }

  .used_way .title {
    margin-top: -27px;
  }

  .location {
    margin-left: 5px;
  }

  .slide-img {
    height: 265px;
  }

  .footer-info .info.feeling {
    line-height: 1em;
  }

  .additive-list {
    margin-bottom: 10px;
    padding-right: 0;
  }

  body.index .wapper h5 {
    line-height: 1.6em;
  }

  body.index .wapper .text02 {
    padding: 0 25px;
    margin-top: -30px;
    background: #bfd630;
  }

  body.index .wapper .text01 {
    right: 65%;
    width: 80%;
    top: -77px;
  }

  .text01+.home-img {
    background: #bfd630;
    margin-top: 88px;
  }

  .index footer {
    margin-top: 0;
  }

  .home-img2 {
    padding: 0 2px 39px;
  }

  .about.about02 .description .img {
    width: 100%;
  }

  .about .description .img {
    padding: 0 4px;
    margin-bottom: 4px;
  }
}

@media (max-width:414px) {
  body.index .wapper .text01 {
    right: 71%;
    top: -86px;
  }

  .equ-list .img a {
    height: 140px;
  }

  header {
    padding-top: 22px;
    padding-bottom: 16px;
  }

  header .logo {
    width: 96px;
    margin-top: 7px;
  }

  .inner-banner {
    height: 178px;
  }
}

@media(max-width:375px) {
  .slide-img {
    height: 200px;
  }

  h2.title span {
    display: block;
    padding: 0;
  }

  body.index .wapper .text01 {
    right: 74%;
  }

  h2.title {
    margin-bottom: 0;
  }
}

@media(max-width:320px) {
  header .logo .img {
    width: 95px;
  }

  header .logo {
    width: 86px;
    padding-left: 40px;
    margin-top: 9px;
  }

  body.index .text01 h2 {
    font-size: 21px;
    margin-bottom: 2px;
  }

  body.index .wapper .text02 h2 {
    font-size: 21px;
  }

  .text01+.home-img {
    margin-top: 115px;
  }

  body.index .wapper .text01 {
    top: -102px;
    right: 87%;
  }
}
