@charset "UTF-8";

/* CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/*-------------------------------------reset start
-------------------*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

ol,
ul,
li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}

a {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    display: inline-block;
}

a img {
    border: none;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
}

a:focus,
input:focus,
button:focus,
select:focus {
    outline: none;
}

hr {
    margin: 8px 0px;
    border: 0;
    height: 1px;
    background: #bfbfbf;
}

button {
    border: 0;
    padding: 0;
}

body,
html {
    min-height: 100%;
}

body {
    min-height: 100vh;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Microsoft JhengHei", "Open Sans", Arial, Helvetica, "Apple LiGothic Medium", sans-serif;
    font-size: 16px;
    color: #13100d;
    position: relative;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

p {
    font-size: 16px;
    line-height: 30px;
}

img {
    max-width: 100%;
    width: 100%;
}

.fill img{
    max-width: none;
    width: auto;
}
section {
    min-height: 300px;
    height: auto;
    position: relative;
}

:focus {
    outline: none;
}

.PMingLiU {
    font-family: PMingLiU, serif;
}


/*雅黑體*/

.YaHei {
    font-family: 'Microsoft YaHei', "Microsoft JhengHei", "Open Sans", Arial, Helvetica, "Apple LiGothic Medium", sans-serif;
}


/*-------------------------------------reset end*/

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 1170px;
    position: relative;
}

.inner-banner {
    width: 100%;
    background: url(../_images/inner_banner.png) no-repeat center top;
    height: 283px;
}

h2.title {
    color: #1a5b27;
    padding-left: 21px;
    position: relative;
    margin-bottom: 40px;
}

h2.title:before {
    content: "";
    background: url(../_images/title.png) no-repeat;
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 22px;
}

h2.title span {
    display: inline-block;
    font-size: 18px;
    color: #2d9241;
    padding: 0 25px;
    position: relative;
}

h2.title span:before {
    content: "|";
    position: absolute;
    left: 10px;
    top: -2px;
    color: #fff;
}

h1.big-title {
    font-size: 24px;
    width: 230px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 14px 12px 12px;
    border-radius: 15px 15px 0 0;
    color: #202020;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #dddddd), to(#fff));
    background: linear-gradient(to top, #dddddd 20%, #fff 100%);
}

h1.big-title span {
    display: block;
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    text-shadow: none;
}

ul.side_menu {
    width: 230px;
    border-radius: 0 0 15px 15px;
    background: #427326;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 19px 15px;
    position: relative;
    margin-bottom: 55px;
}

ul.side_menu:after {
    position: absolute;
    content: "";
    background: url(../_images/shadow.png) no-repeat;
    width: 166px;
    height: 11px;
    bottom: -11px;
    right: 34px;
}

ul.side_menu li:first-child {
    border-top: 1px solid #55813c;
}

ul.side_menu li {
    border-bottom: 1px solid #55813c;
}

ul.side_menu li a {
    text-transform: uppercase;
    display: block;
    color: #fff;
    position: relative;
    padding: 10px 16px;
    margin: 1px 0;
}

ul.side_menu li a:after {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background: url(../_images/arrow_left.png) no-repeat center top;
    right: 10px;
    top: 17px;
}

ul.side_menu li.active a,
ul.side_menu li a:hover {
    color: #264819;
    background: #73c246;
    font-weight: 600;
}

ul.side_menu li.active a:after,
ul.side_menu li a:hover:after {
    background: url(../_images/arrow_left.png) no-repeat center -9px;
}

ul.breadcrumb {
    -webkit-box-shadow: 0 2px 0 #fff, 0 3px 0 #ddd;
    box-shadow: 0 2px 0 #fff, 0 3px 0 #ddd;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

ul.breadcrumb li {
    padding: 0 17px;
    font-size: 14px;
    display: inline-block;
}

ul.breadcrumb li a {
    display: block;
    position: relative;
    text-transform: uppercase;
}

ul.breadcrumb li.active a {
    color: #6cc33a;
}

ul.breadcrumb li a:before {
    content: "";
    background: url(../_images/arrow.png) no-repeat;
    width: 7px;
    height: 7px;
    position: absolute;
    left: -19px;
    top: 7px;
}

ul.breadcrumb li.home a:before {
    background: url(../_images/h-icon.png) no-repeat;
}

section.main {
    position: relative;
    top: -50px;
}


/*-------------------------------------home-------------------------------------*/

body.index {
    background: url(../_images/home/bg.jpg) no-repeat center -55px #BFD630;

}
.home-img{
    display: none;
}
body.index .wapper {
    position: relative;
    min-height: 650px;
}

body.index .wapper .text01 {
    position: absolute;
    text-align: right;
    right: 50%;
    -webkit-transform: translate(150px, 50px);
    transform: translate(150px, 50px);
    font-weight: 600;
    -webkit-animation: showop 1s forwards;
    animation: showop 1s forwards;
}

@-webkit-keyframes showop {
    0% {
        opacity: 0;
        -webkit-transform: translate(150px, 80px);
        transform: translate(150px, 80px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(150px, 50px);
        transform: translate(150px, 50px);
    }
}

@keyframes showop {
    0% {
        opacity: 0;
        -webkit-transform: translate(150px, 80px);
        transform: translate(150px, 80px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate(150px, 50px);
        transform: translate(150px, 50px);
    }
}

body.index .wapper .text02 {
    position: absolute;
    text-align: left;
    bottom: 34px;
    left: 40px;
    color: #37441a;
    font-weight: 600;
    -webkit-animation: showup 1s forwards;
    animation: showup 1s forwards;

}
body.index .wapper .text02 h2{
    font-size: 21px;
}
@-webkit-keyframes showup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes showup {
    0% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

body.index .text01 h2 {
    color: #667d33;
    font-size: 21px;
    margin-bottom: 6px;
}

body.index .text01 h5 {
    text-transform: uppercase;
    color: #999;
    padding-right: 20px;
}

body.index.text02 h2 {
    color: #37441a;
    margin-bottom: 6px;
}

body.index .text02 h5 {
    color: #81951f;
}


/*-------------------------------------header--------------------------------------*/
header .mobile-menu{
    display: none;
}
header {
    background: url(../_images/header_top.png) top center repeat-x;
    padding-top: 31px;
    padding-bottom: 27px;
}

header .logo {
      padding-right: 25px;
    display: inline-block;
}

header .logo .img{
      width: 165px;
}
header .logo .img img{
    width: 100%;
}
.header-wapper {
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-text {
    padding-left: 5px;
    padding-right: 20px;
}
.logo-text h4{
    font-size: 13px;
}
.logo-text h6,
.logo-text h4 {
    color: #666;
    font-weight: 600;
}

ul.main-nav > li.list {
    z-index: 999;
    vertical-align: top;
    font-weight: 600;
    display: inline-block;
    position: relative;
}

ul.main-nav > li.list > ul {
    z-index: 999;
    position: absolute;
    text-align: center;
    width: 100%;
    padding-top: 3px;
    border-radius: 4px;
    text-transform: uppercase;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

ul.main-nav > li.list:hover > ul {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

ul.main-nav > li.list > ul li {
    display: block;
}

ul.main-nav > li.list > ul li a {
    padding: 7px 10px;
    background: #548439;
    color: #fff;
    display: block;
    font-size: 0.9em;
    font-weight: 500;
}

ul.main-nav > li.list > ul > li:hover > a,
ul.main-nav > li.list > ul li a:hover {
    color: #264819;
    background: #73c246;
    font-weight: 600;
}

ul.main-nav > li.list h3 a {
    border-radius: 5px;
    display: block;
    font-size: 18px;
    color: #71bf44;
    position: relative;
    padding: 9px 25px;
}

ul.main-nav > li.list:hover h3 a,
ul.main-nav > li.list:focus h3 a,
ul.main-nav > li.list.active h3 a {
    background: -webkit-gradient(linear, left bottom, left top, from(#71bf44), to(#85dd52));
    background: linear-gradient(to top, #71bf44, #85dd52);
    color: #fff;
}
ul.main-nav > li.list > ul > li {
  position: relative;
}

ul.main-nav > li.list > ul > li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
ul.main-nav > li.list > ul li:hover > ul {
  display: block;
}
ul.main-nav > li.list > ul > li ul li a {
  background: #639e41;
}
ul.main-nav > li.list > ul > li ul li:hover > a,
ul.main-nav > li.list > ul > li ul li a:hover {
  background: #69af42;
}
ul.main-nav > li.list > ul > li ul ul li a {
  background: #7cc354;
}
ul.main-nav > li.list > ul > li ul ul li a span {
  display: inline-block;
}
ul.main-nav > li.list > ul > li ul ul li:hover > a,
ul.main-nav > li.list > ul > li ul ul li a:hover {
  background: #99f365;
}

header select {
    color: #868686;
    border-radius: 5px;
    border: 1px solid #a0a0a0;
    padding: 2px 0px;
    margin-left: 18px;
    font-size: 14px;
}


/*about*/

.about .description p {
    margin: 20px 0 30px;
}

.about .description .img {
    width: 280px;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 30px;
}

.para {
    margin-top: -20px;
}

.advantage {
    width: 230px;
    background: #f3f7f1;
    border-radius: 5px;
    border: 1px solid #e0e9db;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 15px;
}

.advantage ul li {
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.advantage h5 {
    position: relative;
}

.advantage h5:after {
    position: absolute;
    content: "";
    width: 77px;
    height: 61px;
    background: url(../_images/search-icon.png) no-repeat;
    top: -7px;
    right: 1px;
}

.advantage h5 img {
    width: 103px;
}

.advantage h5 div {
font-size: 18px;
    color: #7cb55c;
    font-weight: 600;
    margin-top: -5px;
    margin-bottom: 12px;
}

/*-----------------------------------equipment---------------------------------------------*/

.additive-wapper,
.equ-wapper {
    float: left;
    width: 100%;
    margin: 30px 0;
}

.equipment-wapper,
.disinfection-wapper {
    float: left;
    width: 100%;
    margin: 5px 0;
}

.equipment-wapper h3,
.disinfection-wapper h3 {
    color: #81951f;
    font-weight: 600;
    position: relative;
    padding-left: 50px;
    margin: 20px 0 10px;
}

.equipment-wapper h3+p,
.disinfection-wapper h3+p {
    margin-bottom: 20px;
}

.equipment-wapper h3:before,
.disinfection-wapper h3:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: url(../_images/equipment/title_arrow.png) no-repeat center center;
    background-size: contain;
    width: 43px;
    height: 12px;
}


/*equipmwnt02*/

.used_way {
    width: 33.3%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
}

.used_way .title {
    font-size: 20px;
    color: #4d4d4d;
    font-weight: 600;
    margin-top: -12px;
    margin-bottom: 12px;
}

.used_way .title i {
    font-size: 23px;
    margin-right: 6px;
    color: red;
}

.used_way .img {
    border-radius: 100%;
    background-image: radial-gradient( circle, #ebe5b1 50%, rgba(251, 235, 186, 0.48) 50%, rgba(201, 198, 170, 0.52) 55%, #fff 55%);
}


/*equipmwnt02*/

.equipment02 {
    margin: 30px 0 10px;
    position: relative;
}

.equipment02:before {
    content: "";
    position: absolute;
    border-right: 1px dashed #849724;
    top: 0;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(49px);
    transform: translateX(49px);
    z-index: -1;
}

.list-img-wapper {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 19px 15px 0;
}

span.line {
    position: absolute;
    height: 2px;
    width: 47%;
    right: 0;
    top: 16px;
    background: #849724;
}

span.line:after {
    content: "";
    width: 18px;
    height: 18px;
    top: -11px;
    position: absolute;
    right: -6px;
    border-radius: 100%;
    background: #fffbd8;
    border: 2px solid;
}

p.border-green {
    background: #fcf6c5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 25px 35px 40px;
    position: relative;
    border-radius: 10px;
}

p.border-green:before {
    content: '';
    position: absolute;
    border-style: solid;
    left: -20px;
    border-width: 15px 20px 15px 0;
    border-color: transparent #fcf6c5 transparent transparent;
}

p.border-green span {
    display: block;
    position: relative;
    margin-bottom: 5px;
}

p.border-green span:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: -17px;
    background: #81951f;
    margin-top: 11px;
    border-radius: 100%;
}


/*equipmwnt03*/

.ad-funciton ul {
    margin-top: 18px;
}

.ad-funciton ul li {
    margin-bottom: 15px;
    margin-left: 25px;
    position: relative;
}

.ad-funciton ul li i {
    position: absolute;
    left: -22px;
    top: 3px;
    color: #6d8015;
    padding-right: 10px;
}

.equipment03 .img-wapper img {
    border-radius: 10px;
}

.equipment03 .recycle {
    margin-top: 30px;
}

.equipment03 .equ-machine {
    width: 648px;
    margin: 0 auto;
}


/*equipment04*/

.equipment-wapper .img-wapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.equipment-wapper .img-wapper .img {
    width: calc(25% - 10px);
    margin: 0 5px 10px;
    overflow: hidden;
}

.strong {
    font-size: 17px;
    font-weight: 600;
    color: #fb4425;
}

.right-img-wapper .img {
    width: 97%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 7px;
}

.right-img-wapper .img img {
    border-radius: 8px;
}


/*equipment05*/

.location-wapper {
    margin-top: 16px;
}

.location {
    margin-left: 20px;
    margin-bottom: 16px;
}

.location h5 {
    color: #4b8829;
    font-weight: 700;
    font-size: 18px;
}

.location h5 i {
    font-size: 16px;
    padding-right: 7px;
}

.equ-list a {
    display: block;
}

.equ-list .img a {
    height: 200px;
    width: 100%;
    -webkit-box-shadow: 0 0 0 1px #cacaca;
    box-shadow: 0 0 0 1px #cacaca;
    position: relative;
    overflow: hidden;
}
.equ-list .img.h2 a {
  height: auto;
}
.equ-list .img.h2 a:before {
  content: '';
  display: block;
  padding-top: 141.45%;
}

.equ-list .img a img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: auto;
}

equ-list .img a:hover {
    opacity: .8;
    -webkit-box-shadow: 0 0 0 1px #264819;
    box-shadow: 0 0 0 1px #264819;
}

.equ-list p a {
    font-weight: bolder;
    margin: 6px 5px 0;
    height: 30px;
    overflow: hidden;
    color: #80941e;
}

.equ-list p:hover a {
    color: #264819;
}

.slide-img {
    width: 100%;
    height: 520px;
}

.box {
    border: 1px solid #d7dec8;
    margin: 20px 0 50px;
}

.box .slick-dotted.slick-slider {
    margin-bottom: 0;
}

.box .slick-dots li {
    margin: 0 2px;
    top: 5px;
}

.box li button:before {
    color: #19380c;
}

.box li.slick-active button:before {
    color: #264819;
}

.disinfection-wapper img {
  width: auto;
}
.disinfection-wapper .pic {
  text-align: center;
}
.disinfection1-layout1 {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.disinfection1-layout1 .txt {
  width: 56.16%;
  padding-right: 60px;
  margin-bottom: 16px;
}
.disinfection1-layout1 .pic {
  width: 43.84%;
  margin-bottom: -5px;
}
.disinfection1-layout1 .pic img {
  vertical-align: bottom;
}

.disinfection1-layout2 {
  background: #ffe33b;
  position: relative;
  padding: 20px 170px 20px 25px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}
.disinfection1-layout2:before {
  content: '';
  display: block;
  background: url(../_images/disinfection/disinfection1_2.png) no-repeat;
  width: 134px;
  height: 39px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -20px;
}

.disinfection1-layout3 .pics {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}
.disinfection1-layout3 .pic1 {
  width: 50.96%;
}
.disinfection1-layout3 .pic2 {
  width: 49.04%;
  padding-left: 60px;
}

.disinfection1-layout4 {
  margin-bottom: 30px;
}

.disinfection1-layout5 {
  overflow: hidden;
}
.disinfection1-layout5 .txt {
  padding: 30px 0;
}
.disinfection1-layout5 .pic {
  margin-bottom: 70px;
}
.disinfection1-layout5 .col1 {
  float: left;
  width: 59.3%;
}
.disinfection1-layout5 .col2 {
  float: right;
  width: 35.09%;
}

.disinfection2-table1 {
  border: 0 hidden;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 30px;
}
.disinfection2-table1 th,
.disinfection2-table1 td {
  font-weight: bold;
}
.disinfection2-table1 th {
  text-align: left;
  width: 18%;
}
.disinfection2-table1 td {
  text-align: center;
}
.disinfection2-table1 small {
  font-size: 0.8em;
}
.disinfection2-table1 thead {
  font-size: 17px;
  line-height: 1.4;
}
.disinfection2-table1 thead tr {
  background: #F08200;
  color: #fff;
}
.disinfection2-table1 thead th,
.disinfection2-table1 thead td {
  border: 2px solid #fff;
  vertical-align: middle;
  padding: 5px 10px;
  line-height: 1;
}
.disinfection2-table1 tbody {
  font-size: 15px;
}
.disinfection2-table1 tbody tr:nth-child(2n) {
  background: #FFFBC4;
  color: #000;
}
.disinfection2-table1 tbody th,
.disinfection2-table1 tbody td {
  border: 2px solid #F08200;
  border-width: 0 2px 2px;
  vertical-align: middle;
  padding: 5px 10px;
}
.disinfection2-table1 tbody tr:last-child th,
.disinfection2-table1 tbody tr:last-child td {
  vertical-align: top;
  text-align: left;
}
.disinfection2-table1 tbody tr:last-child td small {
  font-style: italic;
}

.disinfection2-table2 {
  border-width: 25px 40px;
  border-style: solid;
  border-color: #FFE100;
  background: #FFE100;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 30px;
}
.disinfection2-table2 thead th {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 5px 20px;
}
.disinfection2-table2 th:first-child,
.disinfection2-table2 td:first-child {
  border-right: 2px solid #fff;
}
.disinfection2-table2 tbody tr {
  border-top: 2px solid #fff;
}
.disinfection2-table2 tbody tr:nth-child(2n+1) {
  background: #FFFDED;
  box-shadow: inset 0 5px 0 #FFE100, inset 0 -5px 0 #FFE100;
}
.disinfection2-table2 tbody td {
  padding: 15px;
  font-size: 15px;
  vertical-align: top;
  line-height: 1.4;
}
.disinfection2-table2 tbody td.has-icon {
  position: relative;
}
.disinfection2-table2 tbody td.has-icon:after {
  content: '';
  background: url(../_images/disinfection/disinfection2_1.png) no-repeat;
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  right: 5px;
  top: 15px;
}
.disinfection2-table2 tbody td:first-child {
  padding-right: 50px;
}

.disinfection3-table1-wrap {
  margin-bottom: 30px;
}
.disinfection3-table1-wrap .pic img {
  width: 100%;
}
.disinfection3-table1-wrap .txt {
  color: #595757;
  font-size: 12px;
  line-height: 1.7;
}
.disinfection3-table1-wrap .txt .item {
  position: relative;
  padding-left: 1.5em;
}
.disinfection3-table1-wrap .txt .sign {
  display: inline-block;
  width: 1em;
  position: absolute;
  left: 0;
}
.disinfection3-table1-wrap .txt .source {
  font-size: 12px;
  color: #EA5414;
  float: right;
  text-align: right;
  margin-left: 1em;
}
.disinfection3-table1-wrap .txt small {
  font-size: 0.8em;
}
.disinfection3-table2-wrap {
  background: #52C3F1 url(../_images/disinfection/disinfection3_bg.png) repeat-x 0 100%;
  padding: 50px 45px;
}
.disinfection3-table2 {
  width: 100%;
  table-layout: fixed;
}
.disinfection3-table2 th {
  width: 136px;
  position: relative;
  vertical-align: bottom;
  overflow: hidden;
}
.disinfection3-table2 th .num {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-25%);
}
.disinfection3-table2 th .deco {
  vertical-align: bottom;
}
.disinfection3-table2 td {
  padding: 20px 15px;
  line-height: 1.4;
  font-size: 15px;
}
.disinfection3-table2 tr:nth-child(2n+1) th {
  background: #C3D600;
}
.disinfection3-table2 tr:nth-child(2n) th {
  background: #F5A100;
}
.disinfection3-table2 tr:nth-child(2n+1) td {
  background: #FFFBC4;
}
.disinfection3-table2 tr:nth-child(2n) td {
  background: #fff;
}


/*------------------------------contact---------------------------------*/

.contact-info-wapper {
    float: left;
    width: 100%;
    margin: 25px 0;
}

.input-wapper p {
    font-weight: 600;
    font-size: 18px;
    color: #777777;
    margin-top: 9px;
    padding-left: 13px;
    margin-bottom: 2px;
}

.contact-info-wapper .map {
    margin-top: 15px;
}

.contact-info {
    float: left;
    width: 100%;
    padding: 8px 0;
}

.contact-info .img {
    width: 60px;
    float: left;
}

.contact-info .text {
    margin: 5px 0 0 90px;
}

.contact-info span.down-text {
    display: block;
    color: #585858;
    font-size: 17px;
}

.contact-info span.pre-text {
    font-size: 20px;
    color: #8fa524;
    font-weight: 600;
    display: block;
}

.message-input {
    position: relative;
}

.input-wapper {
    /*   background: rgba(233, 229, 195, 0.37);*/
    border-top: 1px solid #ddd;
    margin-bottom: 25px;
    -webkit-box-shadow: 0 -2px 0 #fff, 0 -3px 0 #ddd;
    box-shadow: 0 -2px 0 #fff, 0 -3px 0 #ddd;
    padding: 20px 0 0;
}

.input-wapper .message {
    margin: 10px 0px;
    height: 300px;
}

.input-wapper .message-input .input {
    margin: 10px 0px;
    font-size: 18px;
    position: relative;
}

.input-wapper textarea.message,
.input-wapper .message-input .input input {
    width: 100%;
    padding: 12px 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #c2cc83;
}

.input-wapper textarea.message:focus,
.input-wapper .message-input .input input:focus {
    border: 2px solid #427326;
}

.input-wapper .message-input .input input.chknum {
    padding-left: 86px;
}

.input-wapper .message-input label {
    position: absolute;
    z-index: 5;
    top: 13px;
    font-weight: 700;
    left: 10px;
    color: #8d8d8d;
}

.right-input{
    position: relative;
}

.right-input label.error,
.input-wapper .message-input label.error {
     position: absolute;
    right: 8px;
    background: #e44545;
    display: inline-block;
    color: #fff;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 14px;
    left: initial;}

.right-input label.error{

    right: 24px;
    top: 19px;
}

.input-wapper .message-input label.code {
    top: 15px;
}

label.code img {
    width: 66px;
}

.right-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}

.left-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4px 0 15px;
}


/*----------------------------------------additive------------------------------------*/

.equ-list {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px 20px;
}

.additive-list {
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 25px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.additive-list .left-img {
    width: 40%;
    float: left;
}

.additive-list .left-img .img a {
    height: 125px;
    width: 100%;
    -webkit-box-shadow: 0 0 0 1px #cacaca;
    box-shadow: 0 0 0 1px #cacaca;
    position: relative;
    overflow: hidden;
}

.additive-list .left-img .img a:hover {
    opacity: .8;
    -webkit-box-shadow: 0 0 0 1px #3e692e;
    box-shadow: 0 0 0 1px #3e692e;
}

.additive-list .left-img .img a img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: auto;
}

.additive-list .right-text h4 {
    height: 27px;
    overflow: hidden;
    font-weight: 600;
    font-size: 19px;
    color: #80941e;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}

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

.additive-list .right-text a:hover h4 {
    color: #4e6d0a;
}

.additive-list .right-text {
    float: left;
    width: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
}

.additive-wapper .ui-tabs {
    font-family: "Microsoft JhengHei", "Open Sans", Arial, Helvetica, "Apple LiGothic Medium", sans-serif;
}

.add-tab-content .ad-funciton ul li i {
    left: -25px;
    top: 0;
    font-weight: 800;
    font-size: 18px;
    color: #98a849;
}

.additive-wapper .ui-state-active {
    background: #81951f;
    border: 1px solid #81951f;
}

.additive-wapper .ui-widget-header {
    border: none;
    background: #fff;
    padding: 0;
}

.additive-wapper .ui-tabs-panel {
    border: 2px solid #aab66e;
}

.additive-wapper .ui-tabs-panel {
    margin-bottom: 25px;
}

.additive-wapper .btn {
    color: #fff;
}

.additive-wapper .ui-widget.ui-widget-content {
    border: none;
}

.test-wapper {
    margin: 20px 0;
}

.test-wapper a {
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
    color: #626262;
    padding: 3px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.test-wapper a:hover {
    color: #80941e;
}

.news-list a i {
    position: absolute;
    right: 11px;
    top: 8px;
}


/*footer*/

.f-logo {
    padding: 0 43px 0 32px;
    display: inline-block;
}

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

footer {
    background: #e9e5c3;
    -webkit-box-shadow: 0 -10px 0 #f4f2e2, 0 -20px 0 #e5e3d5, 0 -30px 0 #c9c6aa;
    box-shadow: 0 -10px 0 #f4f2e2, 0 -20px 0 #e5e3d5, 0 -30px 0 #c9c6aa;
    width: 100%;
    border-bottom: 20px solid #667d33;
    margin-top: 35px;
}

div#scrolltop {
    position: absolute;
    right: 0;
    top: -60px;
}

.index footer {
    position:fixed;
    bottom: 0;
}

.footer {
    color: #667d33;
    font-size: 15px;
    font-weight: 600;
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info-wapper {
    display: inline-block;
}

copyright {
    display: inline-block;
    margin-right: 15px;
}

copyright span {
    margin-left: 10px;
}

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

.footer-info .info {
    display: inline-block;
    margin-right: 15px;
}


/*-------------------------------news--------------------------------------*/
.relative_link {
    font-size: 17px;
    color: #81951f;
    font-weight: 600;
    margin: 5px 0;
    display: block;
}
.news-wapper {
    width: 100%;
    margin: 25px 0;
}

.news-list {
    border-bottom: 1px dashed #aca883;
    padding: 11px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-title {
    height: 21px;
    font-weight: 700;
    overflow: hidden;
    margin-left: 45px;
    color: #656565;
}

.news-title a:hover {
    color: #1d2206;
}

.news-list a {
    display: block;
}

.news-content {
    padding-bottom: 33px;
    border-bottom: 1px dotted #9aa26d;
    margin-bottom: 28px;
}

.news-content .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #a0ae5f;
    margin-bottom: 6px;
    margin-top: 5px;
}

.equ-son h3,
.news-wapper h3 {
    font-size: 23px;
    color: #81951f;
    font-weight: 600;
    position: relative;
    margin: 17px 0 33px;
    padding: 6px 4px 19px;
    border-bottom: 1px dotted #9aa26d;
}

.equ-son h3 i {
    padding-right: 10px;
    vertical-align: middle;
    font-size: 20px;
    margin-bottom: 5px;
}

.news-wapper .date {
    background: #ABB96B;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
        min-width: 77px;
}

.news-wapper .img-wapper {
    margin: 20px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news-wapper .img-wapper .img {
    padding: 0 10px;
}
.news-title {
    font-weight: normal;
    color: #444;
}

/*--------------------------probitotics-----------------------*/


/*p.bg-y {
    border-radius: 12px;
    background: #fffbd7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 23px 23px;
}*/
.probio-list span {
    display: block;
    line-height: 2.1em;
}
.probio-list span.probio-list-span a {
    min-width: 180px;
}

.probio-list span.mechine-type a {
    min-width: 95px;
}
.probio-list span a {
    margin-right: 30px;
}
.probio-list span a:hover {
    color: #1a5b27;
}
.probio-list span i {
    margin-right: 40px;
    font-style: normal;
}

p.bg-y span {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-top: 3px;
    margin-bottom: 2px;
}

p.bg-y span:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    left: 3px;
    background: #81951f;
    margin-top: 11px;
    border-radius: 100%;
}


/*------------------------btn---------------------------*/

.btn-wapper {
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 7px 10px;
    background: #a0ae5f;
    color: #fff;
    border-radius: 4px;
    min-width: 70px;
    margin: 0 2px;
    cursor: pointer;
}

.btn:hover {
    background: #55813c;
    color: #fff;
}

.btn i {
    padding-right: 6px;
}


/*------------------------------pager--------------------------------------*/

.mypager {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: -15px;
    text-align: center;
}

.news-wapper .mypager {
    margin: 30px 0 15px;
}

.mypager ul li {
    display: inline-block;
}

.mypager ul li a {
    padding: 5px 8px;
    color: #474747;
    background: #dadada;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #81951f;
    color: #fff;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #81951f;
    color: #fff;
}

.mypager ul li.arrow a {
    background: #F6F7F7;
}

.mypager ul li.arrow a:hover {
    background: #F6F7F7;
    color: #8183ee;
}


/*--------------------------------------------------------------------------*/

.imgzoom {
    overflow: hidden;
}

.imgzoom img {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.imgzoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.p-l-15 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
}


/*-------------------------------------col-set-------------------------------------*/

.col-md-3 {
    float: left;
    width: 25%;
}

.col-md-4 {
    float: left;
    width: 33.3%;
}

.col-md-5 {
    float: left;
    width: 41.6%;
}

.col-md-6 {
    float: left;
    width: 50%;
}

.col-md-7 {
    width: 58.3%;
    float: left;
}

.col-md-8 {
    width: 66.6%;
    float: left;
}

.col-md-9 {
    float: left;
    width: 75%;
}
