@font-face {
  font-family: 'MB';
  src: url('../fonts/Montserrat-Bold.eot') format('eot'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'MSB';
  src: url('../fonts/Montserrat-SemiBold.eot') format('eot'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'MM';
  src: url('../fonts/Montserrat-Medium.eot') format('eot'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'MR';
  src: url('../fonts/Montserrat-Regular.eot') format('eot'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'ML';
  src: url('../fonts/Montserrat-Light.eot') format('eot'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'BLB';
  src: url('../fonts/Barlow-Bold.eot') format('eot'), url('../fonts/Barlow-Bold.woff2') format('woff2'), url('../fonts/Barlow-Bold.woff') format('woff'), url('../fonts/Barlow-Bold.ttf') format('truetype');
}
body {
  font-family: 'MR';
  overflow-x: hidden;
  width: 100%;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.video_box video,
  .video_box iframe {
    min-width: 900px;
    min-height: 500px;
  }

  @media screen and (max-width: 1000px) {
    .video_box video,
    .video_box iframe {
      min-width: 600px;
      display: block;
      min-height: 340px !important;
    }
  }

  @media screen and (max-width: 700px) {
    .video_box video,
    .video_box iframe {
      min-width: 400px;
      display: block;
      min-height: 240px !important;
    }
  }

  @media screen and (max-width: 500px) {
    .video_box video,
    .video_box iframe {
      min-width: 300px;
      display: block;
      min-height: 170px !important;
    }
  }  

.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1440px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#header .ui.container {
  max-width: 1836px;
  width: 100%;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding-top: 1.6rem;
  /*background-color: #009743;*/
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  vertical-align: middle;
  display: inline-block;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.8rem;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 auto;
  padding-top: 1rem;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 0.9rem;
  margin-right: 1.8rem;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  color: #232323;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #26ac47;
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 25px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: #26ac47;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #26ac47;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 240px;
  width: 270px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #009743;
  display: none \9;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:hover a {
  color: #fff;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 240px;
  width: 270px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #009743;
  display: none \9;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #000;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:hover a {
  color: #fff;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 270px;
  width: 270px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #009743;
  display: none \9;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd) .sub-menu li:hover a {
  color: #fff;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 270px;
  width: 270px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #009743;
  display: none \9;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even) .sub-menu li:hover a {
  color: #fff;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(odd) .sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 270px;
  width: 270px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #009743;
  display: none \9;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd) .sub-menu li:hover a {
  color: #fff;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 270px;
  width: 270px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #009743;
  display: none \9;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li a {
  display: block;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even) .sub-menu li:hover a {
  color: #fff;
}

#header .nav1 .ui.menu .menu-box ul.menu>li ul.sub-menu li:nth-child(even) .sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu {
  margin-left: auto;
  margin-right: 2.2rem;
  cursor: pointer;
}
#header .nav .ui.menu .menu img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  padding-left: 0.85rem;
  font-family: 'MB';
}
#header .nav .ui.menu .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 0;
}
#header .nav .ui.menu .h-search img {
  vertical-align: middle;
  display: inline-block;
}
#header .nav .ui.menu .h-search span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
  padding-left: 0.85rem;
  font-family: 'MB';
}
#header .nav .ui.menu .box {
  display: inline-block;
  vertical-align: middle;
  width: 166px;
  height: 60px;
  background-color: #04ad14;
  margin-left: 95px;
  line-height: 52px;
  color: #fff;
  padding: 0 0 0 1.1rem;
}
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 14px;
  cursor: pointer;
}
#header .nav .ui.menu .h-language .i1 {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'MSB';
  padding-left: 10px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0;
  width: 125px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #04ad14;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .pdf {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1rem;
}
#header .nav .ui.menu .pdf img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .pdf span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  font-family: 'MSB';
  text-transform: uppercase;
  padding-left: 10px;
}
#header .nav1 {
  background: linear-gradient(to right, #04ad14 0%, #2a8633 100%);
  padding: 0.5rem 0;
  display: none;
  opacity: 0.95;
}
#header .nav1 .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav1 .ui.menu .logo {
  vertical-align: middle;
  display: inline-block;
}
#header .nav1 .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav1 .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}
#header .nav1 .ui.menu .menu-box ul.menu > li {
  font-size: 0.9rem;
  margin-right: 3.5rem;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  color: #fff;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  font-family: 'MM';
}
#header .nav1 .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav1 .ui.menu .menu-box ul.menu > li > a {
  display: block;
  padding: 0;
  position: relative;
}
#header .nav1 .ui.menu .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 3px;
  background-color: #ffffff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav1 .ui.menu .menu-box ul.menu > li > a:hover::after,
#header .nav1 .ui.menu .menu-box ul.menu > li > a.active::after {
  width: 100%;
  left: 0;
}
#header .nav1 .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 240px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #26ac47;
  display: none \9;
}
#header .nav1 .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav1 .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  padding: 0 15px;
}
#header .nav1 .ui.menu .menu-box ul.menu > li ul.sub-menu li a:hover {
  background: #222;
  color: white;
}
#header .nav1 .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav1 .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}
#header .nav1 .ui.menu .h-search {
  cursor: pointer;
}
#header .nav1 .ui.menu .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav1 .ui.menu .h-search span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  font-family: 'MM';
  margin-left: 13px;
}
#header .nav1 .ui.menu .box {
  display: inline-block;
    vertical-align: middle;
    width: 181px;
    height: 55px;
    background-color: #fff;
    margin-left: 4.85rem;
    line-height: 47px;
    color: #171717;
    padding: 0 0 0 1rem;
}
#header .nav1 .ui.menu .box .h-language {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 14px;
  cursor: pointer;
}
#header .nav1 .ui.menu .box .h-language .i1 {
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0);
}
#header .nav1 .ui.menu .box .h-language span {
  display: inline-block;
  vertical-align: middle;
  font-family: 'MSB';
  padding-left: 10px;
}
#header .nav1 .ui.menu .box .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0;
  width: 125px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #04ad14;
  display: none \9;
}
#header .nav1 .ui.menu .box .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav1 .ui.menu .box .h-language ul.sub-menu li a {
  display: block;
}
#header .nav1 .ui.menu .box .h-language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 6px;
}
#header .nav1 .ui.menu .box .h-language ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav1 .ui.menu .box .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav1 .ui.menu .box .pdf {
  display: inline-block;
  vertical-align: middle;
  padding-left: 1.15rem;
}
#header .nav1 .ui.menu .box .pdf img {
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0);
}
#header .nav1 .ui.menu .box .pdf span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1;
  font-family: 'MSB';
  text-transform: uppercase;
  padding-left: 10px;
}
#header.active {
  position: fixed;
}
#header.active .nav {
  display: none;
}
#header.active .nav1 {
  display: block;
}
#header.active .nav .ui.menu .logo .l1{
  display: none;
}
#header .nav .search-box,
#header .nav1 .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form,
#header .nav1 .search-box form{
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input,
#header .nav1 .search-box form input{
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"],
#header .nav1 .search-box form input[type="text"]  {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"],
#header .nav1 .search-box form input[type="submit"]{
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover,
#header .nav1 .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close,
#header .nav1 .search-box .close{
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  color: transparent;
  border: none;
  border-radius: 50%;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #3aa152;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/btl.png") no-repeat center center rgba(0, 0, 0, 0);
  left: 79px;
}
#banner .slick-next {
  background: url("../images/btr.png") no-repeat center center rgba(0, 0, 0, 0);
  right: 80px;
}
#banner ul.slick-dots {
  position: absolute;
  left: 12.5%;
  bottom: 66px;
}
#banner ul.slick-dots li {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: 0 10px 0 0;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #fff;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 999;
  /*-webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);*/
}
#mobile .yy {
  content: '';
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  background-color: #fff;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li ul li ul{
  display: none;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
}
#mobile.active {
  right: 0;
  /*-webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);*/
}
#mobile.active .yy {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .ui.container {
  max-width: 1482px;
  width: 100%;
}
#banner ul .slick-slide img {
  display: inline-block;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  top: 38%;
  left: 0;
  width: 100%;
  color: #fff;
}
#banner ul li .text .left {
  width: 70%;
}
#banner ul li .text .left h3 {
    font-size: 3.4rem;
    font-family: 'MB';
    line-height: 1.2;
    font-weight: 600;
}
#banner ul li .text .left p {
  font-size: 18px;
    font-family: 'MM';
    line-height: 1.2;
    margin-top: 1rem;
    width: 80%;
}
#banner ul li .text .left .more {
  display: block;
    background-color: #0f0f0f;
    font-size: 16px;
    font-weight: 600;
    font-family: 'MSB';
    line-height: 1;
    letter-spacing: 5px;
    padding: 1.0rem 0;
    text-transform: uppercase;
    width: 20%;
    text-align: center;
    margin-top: 2.8rem;
    position: relative;
    z-index: 1;
}
#banner ul li .text .left .more::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 0;
  height: 100%;
  background: #04ad14;
  border-radius: 0;
  transition: .5s;
  transition-delay: 0s;
}
#banner ul li .text .left .more:hover::after {
  width: 100%;
}
#banner ul li .text .plays {
  position: absolute;
  right: 63px;
  top: 70%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: nowrap;
  -webkit-box-flex-wrap: nowrap;
  -moz-box-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}
#banner ul li .text .plays .img {
  position: relative;
}
#banner ul li .text .plays .img span {
  position: absolute;
  top: 46%;
  left: 0;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  font-family: 'MSB';
  text-shadow: 2px 2px rgb(62 62 62 / 45%);
}
#banner ul li .text .plays .an {
  background-color: #111;
  width: 70px;
  text-align: center;
}
#banner ul li .text .plays .an a {
  padding: 16px 14px 15px 19px;
  background-color: #2a8633;
  border-radius: 50%;
  margin: 2.6rem 0 2.55rem;
  display: inline-block;
}
#banner .lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 92vh;
  margin: auto;
  pointer-events: none;
  z-index: 0;
}
#banner .lines .line {
  position: absolute;
  width: 1px;
  height: 92vh;
  top: 0;
  left: -webkit-calc(50%);
  left: -moz-calc(50%);
  left: calc(50%);
  background: rgba(255, 255, 255, 0.09);
  z-index: 1;
}
#banner .lines .line::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 50px;
  left: 0;
  background: #3aa152;
}
#banner .lines .line:nth-child(1) {
  left: 20%;
}
#banner .lines .line:nth-child(1)::after {
  bottom: 8%;
  -webkit-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop1 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop1 30s infinite linear;
  animation: dotAnimatedBottomToTop1 30s infinite linear;
}
#banner .lines .line:nth-child(2) {
  left: 40%;
}
#banner .lines .line:nth-child(2)::after {
  bottom: 98%;
  -webkit-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop2 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop2 30s infinite linear;
  animation: dotAnimatedBottomToTop2 30s infinite linear;
}
#banner .lines .line:nth-child(3) {
  left: 59.8%;
}
#banner .lines .line:nth-child(3)::after {
  bottom: 6%;
  -webkit-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop3 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop3 30s infinite linear;
  animation: dotAnimatedBottomToTop3 30s infinite linear;
}
#banner .lines .line:nth-child(4) {
  left: 80%;
}
#banner .lines .line:nth-child(4)::after {
  bottom: 96%;
  -webkit-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -khtml-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -moz-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -ms-animation: dotAnimatedBottomToTop4 30s infinite linear;
  -o-animation: dotAnimatedBottomToTop4 30s infinite linear;
  animation: dotAnimatedBottomToTop4 30s infinite linear;
}
@-moz-keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
@keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes rain-line {
  0% {
    top: -20%;
  }
  100% {
    top: 100%;
  }
}
@keyframes dotAnimatedBottomToTop1 {
  0% {
    bottom: 14%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 14%;
  }
}
@keyframes dotAnimatedBottomToTop2 {
  0% {
    bottom: 64%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 100%;
  }
}
@keyframes dotAnimatedBottomToTop3 {
  0% {
    bottom: 5%;
  }
  50% {
    bottom: 100%;
  }
  100% {
    bottom: 5%;
  }
}
@keyframes dotAnimatedBottomToTop4 {
  0% {
    bottom: 78%;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: 78%;
  }
}
#index-body .more {
  position: relative;
  display: block;
  z-index: 1;
  width: 188px;
  height: 55px;
  background-color: #084d8f;
  text-align: center;
  line-height: 55px;
  font-size: 24px;
  font-family: 'FM';
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#index-body .more img {
  vertical-align: middle;
  margin-left: 8px;
}
#index-body .more::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-75%);
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
  -webkit-transform: skewX(45deg) translateX(0);
  -khtml-transform: skewX(45deg) translateX(0);
  -moz-transform: skewX(45deg) translateX(0);
  -ms-transform: skewX(45deg) translateX(0);
  -o-transform: skewX(45deg) translateX(0);
  transform: skewX(45deg) translateX(0);
  transition: 0.5s;
}
#index-body .more::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 0;
  height: 100%;
  background: #3aa152;
  border-radius: 0;
  transition: .5s;
  transition-delay: 0s;
}
#index-body .more:hover::before {
  -webkit-transform: skewX(45deg) translateX(calc(250%));
  -khtml-transform: skewX(45deg) translateX(calc(250%));
  -moz-transform: skewX(45deg) translateX(calc(250%));
  -ms-transform: skewX(45deg) translateX(calc(250%));
  -o-transform: skewX(45deg) translateX(calc(250%));
  transform: skewX(45deg) translateX(calc(250%));
}
#index-body .more:hover::after {
  width: 101%;
  opacity: 1;
  transition-delay: 0.3s;
}
#index-body h3.title {
  font-size: 2.8rem;
    color: #1b1b1b;
    line-height: 1;
    font-family: 'MB';
    text-transform: uppercase;
    font-weight: 600;
}
#index-body .init-1 {
  padding: 6.5rem 0 3.2rem;
}
#index-body .init-1 .ui.container {
  max-width: 1498px;
  width: 100%;
}
#index-body .init-1 .header {
  padding-left: 12px;
}
#index-body .init-1 .header h4 {
  font-size: 1.8rem;
  line-height: 1;
  color: #1b1b1b;
  font-family: 'MM';
  margin-top: 1rem;
}
#index-body .init-1 .header p {
  font-size: 16px;
  line-height: 1.5;
  color: #1f1f1f;
  margin-top: 1.2rem;
  width: 50%;
}
#index-body .init-1 .content {
  padding-left: 12px;
  margin-top: 2.9rem;
}
#index-body .init-1 .content li p {
  font-size: 18px;
  color: #212121;
  line-height: 1;
  margin-top: 1.15rem;
}
#index-body .init-1 .content li a {
  font-size: 18px;
  color: #212121;
  line-height: 1;
  margin-top: 1.15rem;
}
#index-body .about {
  background: url(../images/abg.jpg) no-repeat center center;
  background-size: cover;
  padding: 3.85rem 0 3.45rem;
  position: relative;
}
#index-body .about .ui.container {
  max-width: 1504px;
  width: 100%;
}
#index-body .about .left {
  width: 52%;
  position: relative;
  z-index: 1;
}
#index-body .about .left span {
  font-size: 20px;
  line-height: 1;
  color: #006547;
  font-family: 'MM';
  text-transform: uppercase;
}
#index-body .about .left h1 {
     font-size: 40px;
    line-height: 1;
    font-family: 'MB';
    color: #1b1b1b;
    text-transform: uppercase;
    margin-top: 1rem;
    font-weight: 600;
}
#index-body .about .left .desc {
  margin-top: 1.85rem;
  font-size: 16px;
  line-height: 2;
  color: #1d1d1d;
}
#index-body .about .left .data {
  margin-top: 2.6rem;
}
#index-body .about .left .data h3 {
  font-size: 3rem;
  line-height: 1;
  font-family: 'MSB';
  color: #1d1d1d;
}
#index-body .about .left .data h3 sub {
  font-size: 18px;
  font-family: 'MR';
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 10px;
  padding-left: 0.65rem;
  font-weight: 600;
}
#index-body .about .left .data p {
  font-size: 16px;
  line-height: 1;
  color: #1d1d1d;
  margin-top: 4px;
}
#index-body .about .left .data li:nth-child(2) {
  padding-left: 4%;
}
#index-body .about .left .data li:nth-child(3) {
  padding-left: 3%;
}
#index-body .about .left .mores {
  display: block;
  margin-top: 1.75rem;
  font-size: 16px;
  color: #008639;
  text-decoration: underline;
}
#index-body .about .right {
  width: 48%;
  padding: 4.3rem 0 0 4.4rem;
  position: relative;
  z-index: 1;
}
#index-body .about .right::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 22px;
  left: 29%;
  width: 74.21%;
  height: 114.4%;
  background-color: #00843b;
  border-radius: 10px;
}
#index-body .about .right .icon {
  position: absolute;
  bottom: -13.2%;
  left: -18%;
  z-index: -1;
}
#index-body .advantage {
  padding: 4.25rem 0 1.8rem;
}
#index-body .advantage .ui.container {
  max-width: 1400px;
  width: 100%;
}
#index-body .advantage li {
  padding: 1rem 0 1.5rem 2.3rem;
  border-left: 1px solid #eeeeee;
}
#index-body .advantage li .img {
  height: 83px;
}
#index-body .advantage li .img img{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  filter: brightness(0);
}
#index-body .advantage li:hover .img img{
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: none;
}
#index-body .advantage li h5 {
  font-size: 18px;
  font-family: 'MSB';
  color: #222222;
  line-height: 1.3;
  margin-top: 1rem;
  max-width: 140px;
  width: 100%;
  font-weight: 600;
}
#index-body .advantage li .mores {
  display: block;
  margin-top: 2.9rem;
}
#index-body .advantage li:nth-child(1) {
  border-left: 0;
}
#index-body .i-product {
  padding-bottom: 2.45rem;
}
#index-body .i-product .ui.container {
  max-width: 1520px;
  width: 100%;
}
#index-body .i-product .header {
  background: url(../images/ipb.jpg) no-repeat center center;
  background-size: cover;
  padding: 11.05rem 0 11.3rem;
  text-align: center;
  color: #fff;
}
#index-body .i-product .header h3 {
  font-size: 4.0rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 20px;
    opacity: 0.95;
    color: #ffffff;
}
#index-body .i-product .header p {
  font-size: 30px;
  line-height: 1;
  margin-top: 1.5rem;
  letter-spacing: 4px;
}
#index-body .i-product .content {
  margin: -5% 0 0 8px;
}
#index-body .i-product .content ul {
  margin-right: -1.35rem;
}
#index-body .i-product .content ul li {
  margin-bottom: 1.3rem;
  padding-right: 1.35rem;
}
#index-body .i-product .content ul li .box {
  background-color: #eeeeee;
  height: 293px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .box .text {
  width: 40%;
  vertical-align: middle;
  padding-left: 1.2rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}
#index-body .i-product .content ul li .box .text h3 {
  font-size: 1.2rem;
  font-family: 'MB';
  line-height: 1;
}
#index-body .i-product .content ul li .box .text .mores {
  display: block;
  font-size: 16px;
  font-family: 'ML';
  text-decoration: underline;
  margin-top: 0.85rem;
}
#index-body .i-product .content ul li .box .img {
  vertical-align: middle;
  width: 60%;
  line-height: 293px;
  text-align: center;
}
#index-body .i-product .content ul li .box .img img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .i-product .content ul li:hover .box {
  background-color: #01843c;
}
#index-body .i-product .content ul li:hover .box .text {
  color: #fff;
}
#index-body .i-product .content ul .slick-dots {
  position: absolute;
  left: 0;
  bottom: -5%;
  width: 100%;
  text-align: center;
}
#index-body .i-product .content ul .slick-dots li {
  width: 11px;
  height: 11px;
  display: inline-block;
  margin: 0 10px 0 0;
  border-radius: 50%;
  background-color: #c7c7c7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 0;
  cursor: pointer;
}
#index-body .i-product .content ul .slick-dots li button {
  display: none;
}
#index-body .i-product .content ul .slick-dots li.slick-active {
  background-color: #02843d;
}
#index-body .i-product .content ul .slick-slide .content {
  display: none;
}
#index-body .i-product .content ul .slick-active .content {
  display: block;
}
#index-body .product {
  padding: 4.6rem 0 8.3rem;
}
#index-body .product .ui.container {
  max-width: 1520px;
  width: 100%;
}
#index-body .product h3.title {
  text-align: center;
}
#index-body .product .content {
  margin-top: 5rem;
}
#index-body .product .content ul {
  margin-right: -1rem;
}
#index-body .product .content ul .slick-slide {
  margin-right: 1rem;
}
#index-body .product .content ul .slick-dots {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -15%;
  width: 100%;
  text-align: center;
}
#index-body .product .content ul .slick-dots li {
  width: 11px;
  height: 11px;
  display: inline-block;
  margin: 0 10px 0 0;
  border-radius: 50%;
  background-color: #c7c7c7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding: 0;
  cursor: pointer;
}
#index-body .product .content ul .slick-dots li button {
  display: none;
}
#index-body .product .content ul .slick-dots li.slick-active {
  background-color: #02843d;
}
#index-body .product .content ul .slick-slide .content {
  display: none;
}
#index-body .product .content ul .slick-active .content {
  display: block;
}
#index-body .product .content li {
  text-align: center;
}
#index-body .product .content li .img img {
  display: inline-block;
}
#index-body .product .content li .text h4 {
  font-size: 15px;
  color: #1b1b1b;
  font-family: 'MM';
  line-height: 1.8;
  width: 70%;
  margin: 1.6rem auto 0;
}
#index-body .product .content li .text span {
  font-size: 19px;
  font-family: 'MSB';
  line-height: 1;
  margin-top: 1.25rem;
  display: block;
}
#index-body .news {
  background-color: #f7f7f7;
  padding: 4.75rem 0 5.7rem;
}
#index-body .news .ui.container {
  max-width: 1230px;
  width: 100%;
}
#index-body .news h3 {
  text-align: center;
  font-size: 2.4rem;
  font-family: 'MB';
  line-height: 1;
  color: #1b1b1b;

}
#index-body .news h3::after {
  content: '';
  width: 119px;
  height: 1px;
  background-color: #006547;
  display: block;
  margin: 17px auto 0;
}
#index-body .news .content {
  margin-top: 2rem;
}
#index-body .news .content ul {
  margin-right: -1rem;
}
#index-body .news .content ul .slick-slide {
  margin-right: 1rem;
}
#index-body .news .content ul .slick-track {
  margin-left: 0;
  margin-right: 0;
}
#index-body .news .content ul li .img img {
  width: 100%;
}
#index-body .news .content ul li .text {
  padding-top: 16px;
}
#index-body .news .content ul li .text time {
  font-size: 16px;
  color: #484848;
  line-height: 1;
}
#index-body .news .content ul li .text h4 {
  font-size: 18px;
  font-family: 'MM';
  line-height: 1.6;
  margin-top: 10px;
  height: 90x;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#index-body .news .content ul li .text .mores {
  display: inline-block;
  font-size: 15px;
  /*text-transform: uppercase;*/
  margin-top: 3rem;
}
#index-body .news .content ul li .text .mores::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #006547;
  display: block;
  margin-top: 6px;
}
#footer {
  background-color: #141414;
}
#footer .f-header {
  background-color: #f7f7f7;
  padding-right: 5rem;
  border-top: 1px solid #e2e2e2;
  padding-top: 10px;
}
#footer .f-header li {
  padding: 2.05rem 0 1.05rem;
  border-right: 1px solid #e2e2e2;
  text-align: center;
  width: 25%;
}
#footer .f-header li .img {
  height: 32px;
}
#footer .f-header li .text {
  margin-top: 1.1rem;
  font-size: 14px;
  line-height: 1.6;
}
#footer .f-header li:last-child {
  border-right: 0;
}
#footer .f-header li:last-child .text p {
  width: 80%;
  margin: 0 auto;
}
#footer .f-content {
  padding-top: 3.95rem;
  color: #fff;
}
#footer .f-content .f-ab {
  padding-top: 9px;
}
#footer .f-content .f-ab p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 2rem;
}
#footer .f-content .f-nav {
  padding-left: 11%;
}
#footer .f-content .f-nav li {
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding-left: 5px;
}
#footer .f-content .f-nav li::after {
  content: '';
  width: 38px;
  height: 2px;
  background: #4c4c4c;
  display: block;
  margin: 11px 0 0 6px;
}
/*#footer .f-content .f-nav li:nth-child(3n) {
  padding-left: 0;
}*/
#footer .f-content .f-nav li:nth-child(3n)::after {
  margin: 11px 0 0 9px;
}
#footer .f-content .f-nav li:last-child::after {
  display: none;
}
#footer .f-content .f-info {
  padding-left: 6%;
  width: 30%;
}
#footer .f-content .f-info h3 {
  font-size: 24px;
  line-height: 1.25;
}
#footer .f-content .f-info p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0.8rem;
}
#footer .f-content .f-info .more {
  display: block;
  margin-top: 0.75rem;
  width: 46.6%;
  height: 39px;
  background-color: #ffffff;
  font-size: 16px;
  color: #141414;
  text-align: center;
  line-height: 39px;
  font-weight: 600;
}
#footer .f-content .f-info .share {
  margin-top: 1rem;
}
#footer .f-content .f-info .share li {
  display: inline-block;
  font-size: 18px;
  margin-right: 14px;
}
#footer .f-content .f-info .share li:last-child {
  margin-right: 0;
}
#footer .f-content .f-code {
  width: 20%;
  text-align: right;
}
#footer .f-content .f-code #ewm {
  width: 170px;
  border: 5px solid #fff;
  margin: 0 0 0 auto;
}
#footer .f-copy {
  font-size: 14px;
  text-align: right;
  padding: 1.5rem 0 1.55rem;
}
#footer .f-copy svg {
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #bdbdbd;
}
#footer .f-copy svg text {
  fill: #bdbdbd;
}
#footer .f-copy svg:hover {
  fill: #006547;
}
#footer .f-copy p {
  font-size: 14px;
  color: #bdbdbd;
  margin-top: 11px;
}
.f-slide {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.f-slide li {
  position: relative;
  margin-bottom: 3px;
}
.f-slide li a {
      display: block;
    width: 50px;
    height: 50px;
    background-color: #f8d900;
    text-align: center;
    line-height: 43px;
    color: #fff;
    font-size: 26px;
    -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.f-slide li a:hover{
  background: #18a422;
}
.f-slide li a img {
  vertical-align: middle;
}
.f-slide li dl {
  position: absolute;
  top: 0;
  padding: 15px 25px;
  background: #fff;
  width: auto;
  white-space: nowrap;
  right: 0;
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.f-slide li dl dt {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  margin: 2px 0;
}
.f-slide li dl #sidebar ul li dl dd {
  font-size: 16px;
  line-height: 2;
  display: block;
}
.f-slide li:hover dl {
  opacity: 1;
  right: 60px;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.f-slide li:last-child {
  margin-bottom: 0;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #01843c;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #3aa152;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
@media screen and (max-width: 1680px) {
   #header .nav .ui.menu .logo{
    width: 59%;
  }
  #header .nav .ui.menu .logo img:last-child,
  #header .nav .ui.menu .logo img:first-child{
    width: 20%;
  }
  #header .nav .ui.menu .logo img{
    margin-right: 2rem;
  }
}
@media screen and (max-width: 1500px) {
  #header .nav .ui.menu .logo img {
    margin-right: 2rem;
  }
   #header .nav1 .ui.menu .menu-box ul.menu > li{
    margin-right: 2rem;
  }
  #header .nav1 .ui.menu .box{
    margin-left: 1.5rem;
  }
  #header .nav .ui.menu .menu{
    margin-right: 1.2rem;
  }
  #header .nav .ui.menu .box{
    margin-left: 40px;
  }
  #banner ul.slick-dots {
    left: 30px;
    bottom: 30px;
  }
  #banner ul li .text .left h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1310px) {
  #header .nav .ui.menu .logo img {
    margin-right: 1.5rem;
  }
  #header .nav .ui.menu .logo img:last-child{
    margin-right: 0;
  }
  #header .nav .ui.menu .menu {
    margin-right: 1.2rem;
  }
  #header .nav .ui.menu .box {
    margin-left: 2rem;
  }
  #footer .f-content .f-info .more {
    width: 50%;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav .ui.menu .logo {
    width: 60%;
  }
  #header .nav .ui.menu .logo img:first-child {
    width: 12%;
  }
  #header .nav .ui.menu .logo img:last-child {
    width: 20%;
  }
  #banner ul li .text .plays {
    top: 52%;
  }
  #footer .f-header {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .logo {
    width: 54%;
  }
  #header .nav1 .ui.menu .menu-box ul.menu > li{
    margin-right: 1rem;
  }
  #header .nav1 .ui.menu .h-search span{
    font-size: 14px;
  }
  #header .nav .ui.menu .logo img {
    margin-right: 1rem;
  }
  #header .nav1 .ui.menu .box {
    margin-left: 1rem;
}
  #banner ul li .text {
    top: 27%;
  }
  #banner ul li .text .left .more {
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav {
    padding: 0;
    display: block !important;
  }
  #header .nav1{
    display: none !important;
  }
  #header .nav1 .ui.menu .menu-box,
  #header .nav1 .ui.menu .h-search,
  #header .nav1 .ui.menu .box{
    display: none;
  }
  #header .nav1 .ui.menu .logo{
    margin: 0 auto;
  }
  #header .nav1 .ui.menu .logo img{
    width: 60%;
  }
  #header .nav .ui.menu .logo {
    display: block;
    width: auto;
    padding: 0;
  }
  #header .nav .ui.menu .logo img {
    width: 36%;
  }
  #header .nav .ui.menu .logo .l1 {
    display: none;
  }
  #header .nav .ui.menu .menu {
    margin-left: 0;
    margin-right: 0;
  }
  #header .nav .ui.menu .logo img:first-child {
    width: 36%;
  }
  #header .nav .ui.menu .menu img {
    filter: brightness(0);
  }
  #header .nav .ui.menu .menu span {
    color: #000;
  }
  #header .nav .ui.menu .h-search {
    display: none;
  }
  #header .nav .ui.menu .box {
    display: none;
  }
  #header.active .nav {
    display: block;
  }
  #header.active .nav1 {
    display: none;
  }
  #banner {
    padding-top: 60px;
  }
  #banner ul li .text {
    top: 14%;
  }
  #banner ul li .text .left h3 {
    font-size: 3rem;
  }
  #banner ul li .text .plays {
    right: 0;
  }
  #banner ul li .text .plays .img {
    width: 82%;
  }
  #banner ul li .text .plays .an {
    display: none;
  }
  #banner ul li .text .left .more {
    width: 40%;
  }
  #index-body .init-1 .header p {
    width: 80%;
  }
  #index-body .advantage {
    display: none;
  }
  #index-body .about .left {
    width: 100%;
  }
  #index-body .about .right {
    display: none;
  }
  #index-body .about .left .data li {
    width: 25%;
  }
  #index-body .i-product .header h3 {
    font-size: 5rem;
  }
  #footer .f-header li {
    width: 50%;
    border-right: 0;
  }
  #footer .f-content .f-nav {
    display: none;
  }
  #footer .f-content .f-ab {
    width: 40%;
  }
  #footer .f-content .f-info {
    width: 60%;
  }
  #footer .f-content .f-code {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .left {
    width: 100%;
  }
  #banner ul li .text .left h3 {
    font-size: 2.3rem;
  }
  #banner ul li .text .left p {
    width: 100%;
  }
  #banner ul li .text .plays {
    display: none;
  }
  #banner ul li .text .left .more {
    width: 50%;
    font-size: 14px;
  }
  #index-body .init-1 .header p {
    width: 100%;
    font-size: 14px;
  }
  #index-body .about .left .desc {
    font-size: 14px;
  }
  #index-body .about .left .data {
    display: none;
  }
  #index-body .about .left h1{
    font-size: 32px;
  }
  #index-body .news .content ul li .text h4{
    height: auto;
  }
  #footer .f-header li {
    width: 100%;
  }
  #footer .f-content .f-ab {
    width: 100%;
  }
  #footer .f-content .f-info {
    width: 100%;
    padding-top: 2rem;
    padding-left: 0;
  }
  #footer .f-content .f-info .share {
    display: none;
  }
  .inquiry {
    display: none;
  }
  /*.f-slide {
    display: none;
  }*/
}
.inner-banner {
    padding: 250px 0 200px 0;
    height: 450px;
    background-color: #f6f6f6;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.inner-banner::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.1);
  z-index: -1;
}
.inner-banner .box {
    width: 100%;
    max-width: 100%;
    text-align: center;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
}
.inner-banner .box h3 {
    font-size: 36px;
    line-height: 1.5;
    color: white;
    font-weight: 600;
}
.inner-banner .box .mbx {
    color: white;
    font-size: 16px;
    line-height: 2;
    text-transform: capitalize;
    margin-top: 2px;
}
.inner-banner .box .mbx span {
    color: #04ad14;
}
.inner-banner .box .mbx a,
.inner-banner .box .mbx span {
    margin: 3px;
}
.inner-page {
    position: relative;
    z-index: 1;
}
.inner-page .sidebar-left {
    width: 25%;
}
.inner-page .sidebar-left .box {
    margin-bottom: 30px;
}
.inner-page .sidebar-left .box:last-child {
    margin-bottom: 0;
}
.inner-page .sidebar-left .box h3 {
    font-size: 30px;
    line-height: 1.8;
    color: #009743;
    margin-bottom: 10px;
    FONT-WEIGHT: 600;
}
.inner-page .sidebar-left .box ul li {
  font-size: 18px;
  line-height: 2;
    color: #303030;
    border-bottom: solid 1px #e5e5e5;
    padding: 3px;
    margin-bottom: 5px;
    width:80%;
    position: relative;
}
.inner-page .sidebar-left .box ul li>a{
  padding-right: 20px;
}
.inner-page .sidebar-left .box ul li i{
  position: absolute;
  top: 12px;
  right: 0;
}
.inner-page .sidebar-left .box ul li li{
    width: 100%;
}
.inner-page .sidebar-left .box ul li ul li:last-child{
    border-bottom: none;
}

.inner-page .sidebar-left .box ul li a.child:after {
    content: "\f105";
    position: absolute;
    font-family: "FontAwesome";
    top: 0;
    right: 0;
    font-size: 16px;
}
.inner-page .sidebar-left .box ul li:hover,
.inner-page .sidebar-left .box ul li.active {
    color: #04ad14;
    font-weight: bold;
}
.inner-page .sidebar-left .box ul li ul {
    padding-left: 10px;
    display: none;
}
.inner-page .sidebar-left .box ul li.active a.child {
    color: #04ad14;
}
.inner-page .sidebar-left .box ul li.active a.child:after {
    content: "\f107";
}
.inner-page .sidebar-left .box .share ul li a {
    display: block;
    padding: 5px 0;
    position: relative;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebar-right {
    width: 75%;
    padding-left: 30px;
}
.inner-page .m-page {
    padding: 10px 0;
    /*border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;*/
    margin-top: 30px;
    font-size: 14px;
    color: #333;
}
.inner-page .m-page a,
.inner-page .m-page span {
    margin: 0 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 5px 10px;
}
.inner-page .m-page span{
  background: #18a422;
  color: #fff;
}
.inner-page .m-page a:hover,
.inner-page .m-page .cud {
    color: #04ad14;
}
.about-page .about-1 {
    padding: 90px 0;
}
.about-page .about-1 .left {
    padding-right: 35px;
    vertical-align: middle;
}
.about-page .about-1 .left p{
    line-height: 1.6;
    font-size: 18px;
}
.about-page .about-1 .left h3 {
    font-size: 24px;
    line-height: 1.6;
    color: #009743;
   
}
.about-page .about-1 .left h4{
  font-size: 30px;
    line-height: 1.6;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
}
.about-page .about-1 .left h5 {
    font-size: 15px;
    color: #333;
    margin: 10px 0 20px;
    font-weight: bold;
}
.about-page .about-1 .left .text {
    font-size: 14px;
    color: #707070;
    line-height: 24px;
}
.about-page .about-1 .right {
    padding-left: 5px;
    vertical-align: middle;
}
.about-page .about-2 {
    background: #f7f7f7;
    padding: 80px 0;
}
.about-page .about-2 .left {
    vertical-align: middle;
}
.about-page .about-2 .left h3 {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}
.about-page .about-2 .left .text {
    font-size: 14px;
    color: #707070;
    line-height: 24px;
    margin-top: 25px;
}
.about-page .about-2 .right {
    vertical-align: middle;
}
.about-page .about-2 .right ul {
    margin: -15px 0;
}
.about-page .about-2 .right ul li {
    padding: 15px 0;
}
.about-page .about-2 .right ul li h4 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
.about-page .about-2 .right ul li span {
    display: block;
    width: 100%;
    height: 6px;
    background: #ebebeb;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
.about-page .about-2 .right ul li span i {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    border-radius: 3px;
    background: #ff4545;
    -webkit-transition: 2s .5s;
    -moz-transition: 2s .5s;
    -ms-transition: 2s .5s;
    -o-transition: 2s .5s;
    transition: 2s .5s;
}
.about-page .about-2 .right ul li:nth-child(1) span i {
    width: 0;
}
.about-page .about-2 .right ul li:nth-child(2) span i {
    width: 0;
}
.about-page .about-2 .right ul li:nth-child(3) span i {
    width: 0;
}
.about-page .about-2 .right ul li.active:nth-child(1) span i {
    width: 60%;
}
.about-page .about-2 .right ul li.active:nth-child(2) span i {
    width: 70%;
}
.about-page .about-2 .right ul li.active:nth-child(3) span i {
    width: 80%;
}
.about-page .about-3 {
    padding: 75px 0;
    text-align: center;background: #f6f6f6;margin-bottom: 50px;
}
.about-page .about-3 ul {
    margin: 0 -20px;
}
.about-page .about-3 ul li {
    padding: 0 20px;
}
.about-page .about-3 ul li i {
    display: block;
}
.about-page .about-3 ul li i img {
    max-height: 110px;
}
.about-page .about-3 ul li h4 {
    font-size: 26px;
    line-height: 1.2;
    font-weight: bold;
    color: #009743;
    margin: 20px 0 30px;
    height: 48px;
}
.about-page .about-3 ul li p {
    color: #323232;
    line-height: 1.6;
    font-size: 16px;
}
.about-page .about-4 h3 {
    font-size: 44px;
    line-height: 1.6;
    color: #333;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
}
.about-page .about-4 .box {
    padding-top: 30px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
}
.about-page .about-4 .box ul {
    margin: 0 -15px;
}
.about-page .about-4 .box ul li {
    padding: 20px 50px 5px;
}
.about-page .about-4 .box ul li a.img-box {
    display: block;
}
.about-page .about-4 .box ul li a.img-box img{
  width: 100%;
}
.about-page .about-4 .box ul li a.img-box h5 {
    position: relative;
    z-index: 1;
    font-size: 16px;
    line-height: 2;
    padding: 10px 0;
    background: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.about-page .about-4 p {
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    text-align: center;
    text-transform: capitalize;
}
.faq-page h3 {
    font-size: 44px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    padding: 3px 0;
    text-align: center;
    margin-top: 80px;
}
.faq-page h4 {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    padding: 3px 0;
    text-align: center;
    margin-top: 25px;
}
.gallery-page h3 {
    font-size: 44px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    padding: 3px 0;
    text-align: center;
    margin-bottom: 40px;
}
.gallery-page h4 {
    font-size: 18px;
    color: #333;
    line-height: 24px;
    padding: 3px 0;
    text-align: center;
    margin-top: 25px;
}

.faq-page p {
    font-size: 14px;
    color: #777;
    line-height: 24px;
    margin-bottom: 10px;
    display: inline-block;
    width: 90%;
    vertical-align: top;
}
.faq-page .top {
    padding: 80px 0 60px;
}
.faq-page .bottom {
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}
.faq-page .bottom ul li {
    margin-bottom: 10px;
    border: 1px solid #efefef;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-page .bottom ul li:last-child {
    margin-bottom: 0;
}
.faq-page .bottom ul li h3 {
    background: #f8f8f8;
    padding: 3px 30px 3px 10px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.faq-page .bottom ul li h3:after {
    content: "\f067";
    font-family: "FontAwesome";
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 3px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.faq-page .bottom ul li .text {
    padding: 15px 20px;
    display: none;
}
.faq-page .bottom ul li.active {
    border-color: #04ad14;
}
.faq-page .bottom ul li.active h3 {
    background: #04ad14;
    color: white;
}
.faq-page .bottom ul li.active h3:after {
    content: "\f068";
    color: white;
}
.product-page .sidebar-box {
    padding: 80px 0;
    border-bottom: 1px solid #eee;
}
.product-page .sidebar-right ul {
    text-align: left;
    margin: -10px;
}
.product-page .sidebar-right ul li {
    padding: 10px;
}
.product-page .sidebar-right ul li .box {
    border: solid 1px #97c5a9;
    padding: 10px;
}



.product-page .sidebar-right ul li a.img-box {
    width: 100%;
    display: block;
}
.product-page .sidebar-right ul li a.img-box img {
    width: 100%;
}
.product-page .sidebar-right ul li .content {
    display: block;
    margin-top: 10px;
}
.prodet-page .text2{
    padding: 8px;
    background: #f8f8f8;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 2;
    color: #000;
    margin-top: 10px;
}
.prodet-page .content .text{
    padding: 8px;
    background: #f8f8f8;
    margin-bottom: 8px;
    /*margin-right: -50px;*/
    font-size: 16px;
    line-height: 2;
    color: #000;
}
.prodet-page .content .text:nth-child(3){
    margin-bottom: 0;
}
.prodet-page .content .text:nth-child(3) h3{
    font-size: 16px;
}
.prodet-page .content .text:nth-child(3) h5{
    font-size: 20px;
}
.prodet-page .content .text table{
    width: 100%;
}
.prodet-page .content .text ul li{
    /*display: inline-block;*/
    margin-right: 15px;
    line-height: 2;
    padding-left: 35px;
    position: relative;
    margin-bottom: 5px;
}
.prodet-page .content .text ul li:nth-child(1){
    padding-left: 0;
    height: 30px;
    line-height: 1.8;
    font-size: 20px;
}
.prodet-page .content .text ul li span{
    width: 60px;
    height: 60px;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    left:0;
    top:3px;
}
.prodet-page .content .text ul{
    width: 418px;
}
.prodet-page .content .text ul li{
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.prodet-page .content .text ul li:nth-child(1){
    width: 100%;
}
.prodet-page .content .text table{
    width: 100%;
}
.prodet-page .content .text table tr td{
    border: 1px solid #d5d5d5;
    padding: 5px;
}
.product-page .sidebar-right ul li .content h5 {
    font-size: 14px;
    color: #929292;
    padding-right: 70px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product-page .sidebar-right ul li .content h5:after {
    content: "\f005\f005\f005\f005\f123";
    font-family: "FontAwesome";
    color: #04ad14;
    position: absolute;
    right: 0;
    top: 0;
}
.product-page .sidebar-right ul li .content h4 {
    display: block;
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    color: #333;
    margin-top: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    min-height: 72px;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
    text-align: center;
}
.product-page .sidebar-right ul li .box:hover{
      border: 2px solid #109746;
  box-shadow:  0px 8px 10px rgba(0, 0, 0, 0.2);
}
.product-page .sidebar-right ul li .box:hover .content h4{
  color: #04ad14;
}
.product-page .sidebar-right ul li .content h4:hover {
    color: #04ad14;
}
.product-page .sidebar-right ul li .content p{
  font-size: 22px;
    color: #009743;
    text-align: center;
    line-height: 1.1;
    font-weight: 600;
    height: 30px;
}
.cloudzoom-blank,
.cloudzoom-zoom-inside {
    cursor: crosshair;
}
.prodet-page .prodet-1 {
    margin-top: 80px;
    padding: 20px 0;
}
.prodet-page .prodet-1 .grid-box .left{
   
    width: 46%;
}
.prodet-page .prodet-1 .grid-box .text.column{
    width: 54%;
}
.prodet-page .prodet-1 .img {
    padding-right: 15px;
}
.prodet-page .prodet-1 .img .big {
    display: block;
}
.prodet-page .prodet-1 .img .big img {
    width: 100%;
}
.prodet-page .prodet-1 .img .gallery {
    padding-top: 15px;
    overflow: hidden;
}
.prodet-page .prodet-1 .img .gallery ul {
    margin: -10px;
}
.prodet-page .prodet-1 .img .gallery ul li {
    padding: 10px;
}
.prodet-page .prodet-1 .img .gallery ul li a {
    display: block;
}
.prodet-page .prodet-1 .img .gallery ul li img {
    border: 1px solid transparent;
}
.prodet-page .prodet-1 .img .gallery ul li img.cloudzoom-gallery-active {
    border-color: #04ad14;
}
.prodet-page .prodet-1 .img .gallery ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.prodet-page .prodet-1 .img .gallery ul .slick-arrow.slick-prev {
    background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
    left: 10px;
    background-size: 10px;
}
.prodet-page .prodet-1 .img .gallery ul .slick-arrow.slick-next {
    background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
    right: 10px;
    background-size: 10px;
}
.prodet-page .prodet-1 .img .gallery ul .slick-arrow:hover {
    background-color: #04ad14;
}
.prodet-page .prodet-1 .img .gallery ul:hover .slick-arrow {
    opacity: 1;
}
.prodet-page .prodet-1 .text {
    padding-left: 70px;
}
.prodet-page .prodet-1 .text h3,
.prodet-page .prodet-1 .text h1 {
    font-size: 30px;
    line-height: 1.8;
    color: #333;
    padding-top: 10px;
    font-family: 'MM';  
}
.prodet-page .prodet-1 .text h3,
.prodet-page .prodet-1 .text h2 {
      font-size: 34px;
    line-height: 1.8;
    color: #07a715;
    /* padding-top: 10px; */
    font-family: 'MM';
    font-weight: 600;
}
.prodet-page .prodet-1 .text .content {
    padding: 25px 0;
    margin: 20px 5PX;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
}
.prodet-page .prodet-1 .text .content .text:nth-child(1){
    display: none;
}
.prodet-page .prodet-1 .text .more .contact{
    display: block;
     width: 165px; 
     height: 45px; 
     line-height: 48px; 
    background: #04ad14; 
    text-align: center; 
    font-size: 16px; 
    text-transform: uppercase; 
    color: #ffffff;
    float: left;
    margin-right: 86px;
    margin-bottom: 15px;
}
.prodet-page .prodet-1 .text .content table{
    margin-top: 20px 0;
}
.prodet-page .prodet-1 .text .content table{
    width: 100% !important;
}
.prodet-page .prodet-1 .text .content table td {
    border-color: #eee;
    padding: 5px;
}
.prodet-page .prodet-1 .text .share ul li {
    font-size: 16px;
    line-height: 45px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .text .share ul li a{
    width: 23px;
    height: 23px;
    display: block;
    line-height: 23px;
    text-align: center;
    background: #4267b2;
    color: #fff;
}
.prodet-page .prodet-1 .text .share ul li:nth-child(2) a{
    background: #1da1f2;
}
.prodet-page .prodet-1 .text .share ul li:nth-child(3) a{
    background: #00c300;
}
.prodet-page .prodet-1 .text .share ul li:nth-child(4) a{
    background: #00c800;
}
.prodet-page .prodet-1 .text .share ul li:nth-child(5) a{
    background: #0077b5;
}
.prodet-page .prodet-1 .text .share ul li:nth-child(6) a{
    background: #bd081c;
}
.prodet-page .prodet-1 .text .share ul li:nth-child(7) a{
    background: #94d228;
}
.prodet-page .prodet-1 .text .share ul li:last-child {
    margin-right: 0;
}
.prodet-page .prodet-1 .text .share ul li h6 {
    font-size: 16px;
    line-height: 2;
    color: #333;
}
.prodet-page .prodet-1 .text .share ul li:hover {
    color: #04ad14;
}
.prodet-page .prodet-2 {
    padding: 80px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.prodet-page .prodet-2 .top {
    text-align: center;
}
.prodet-page .prodet-2 .top ul li {
    font-size: 24px;
    /* font-weight: 600; */
    line-height: 1.8;
    color: #525252;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 15px;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .top ul li.active,
.prodet-page .prodet-2 .top ul li:hover {
    color: #229e2e;
}
.prodet-page .prodet-2 .bottom {
    padding-top: 50px;
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.prodet-page .prodet-3 {
    padding: 90px 0;
    border-bottom: 1px solid #eee;
    margin: 0 0 40px 0;
}
.prodet-page .prodet-3 h3 {
    font-size: 30px;
    line-height: 1.6;
    color: #333;
    font-weight: 600;
    text-align: center;
}
.prodet-page .prodet-3 h3 small {
        display: block;
    font-size: 15px;
    line-height: 2;
    color: #999;
    margin-top: 0;
    letter-spacing: 1px;
}
.prodet-page .prodet-3 .list {
    padding-top: 40px;
}
.prodet-page .prodet-3 .list ul {
    text-align: left;
    margin: -10px;
}
.prodet-page .prodet-3 .list ul li {
    padding: 10px;
}
.prodet-page .prodet-3 .list ul li a.img-box {
    width: 100%;
    display: block;
}
.prodet-page .prodet-3 .list ul li a.img-box img {
    width: 100%;
}
.prodet-page .prodet-3 .list ul li .content {
    display: block;
    margin-top: 10px;
}
.prodet-page .prodet-3 .list ul li .content h5 {
    font-size: 14px;
    color: #929292;
    padding-right: 70px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.prodet-page .prodet-3 .list ul li .content h5:after {
    content: "\f005\f005\f005\f005\f123";
    font-family: "FontAwesome";
    color: #04ad14;
    position: absolute;
    right: 0;
    top: 0;
}
.prodet-page .prodet-3 .list ul li .content h4 {
    display: block;
    font-size: 18px;
    line-height: 1.5;
    /*font-weight: bold;*/
    color: #333;
    margin-top: 6px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;    
}
.prodet-page .prodet-3 .list ul li .content h4:hover {
    color: #04ad14;
}
.gallery-page {
    padding: 80px 0;
}
.gallery-page ul {
    margin: -10px;
}
.gallery-page ul li {
    padding: 30px;
}
.gallery-page ul li a.img-box {
    display: block;
    -moz-box-shadow: -2 0 10px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: -1 0 10px rgba(0, 0, 0, 0.05);
}
.gallery-page ul li a.img-box img{
  width: 100%;
}
.gallery-page ul li h5 {
    position: relative;
    z-index: 1;
    background: white;
    padding: 6px 10px;
    font-size: 16px;
    line-height: 2;
}
.news-page {
    padding: 80px 0;
}
.news-page ul {
    margin: -15px;
}
.news-page ul li {
    padding: 15px;
}
.news-page ul li a.img-box {
    display: block;
}
.news-page ul li a.img-box img{
  width: 100%;
}
.news-page ul li .content {
    padding-top: 20px;
}
.news-page ul li .content h3 {
    font-size: 24px;
    line-height: 1.8;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page ul li .content h3:hover {
    color: #04ad14;
}
.news-page ul li .content .tag {
    font-size: 13px;
    line-height: 2;
    color: #999;
    display: block;
    /*margin: 10px 0;*/
}
.news-page ul li .content .tag i {
    color: #04ad14;
}
.news-page ul li .content p {
    font-size: 16px;
    color: #666;
    line-height: 2;
    height: 128px;
    overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.news-page ul li .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 40px;
    border: 1px solid #eee;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page ul li .content a.more:hover {
    background: #333;
    color: white;
}
.newdet-page {
    padding: 80px 0;
}
.newdet-page .box {
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.newdet-page .box:after {
    content: '';
    display: block;
    clear: both;
}
.newdet-page h3 {
    font-size: 30px;
    line-height: 1.8;
    color: #333; 
    font-family: 'MM';   
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page h3:hover {
    color: #04ad14;
}
.newdet-page .tag {
    font-size: 14px;
    line-height: 2;
    color: #999;
    display: block;
    margin: 10px 0;
}
.newdet-page .tag i {
    color: #04ad14;
}
.newdet-page .content {
    font-size: 16px;
    line-height: 2;
    color: #666;
    padding: 20px 0;
    border-top: 1px solid #eee;
    /*border-bottom: 1px solid #eee;*/
    margin-bottom: 20px;
}
.newdet-page .m-link {
    font-size: 14px;
    line-height: 2;
    color: #000;
    float: left;
}
.newdet-page .m-link a {
    color: #999;    
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .m-link a:hover {
    text-decoration: underline;
    color: #04ad14;
}
.newdet-page .share {
    float: right;
    text-align: right;
}
.newdet-page .share ul li {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #999;
    width: auto;
    margin-left: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .share ul li:first-child {
    margin-left: 0;
}
.newdet-page .share ul li:hover {
    color: #04ad14;
}
.contact-page .contact-1 {
    padding-top: 30px;
}
.contact-page .contact-1 .amap-copyright,
.contact-page .contact-1 .amap-logo {
    display: none  !important;
}
.contact-page .contact-1 .button-group .button {
    background: #04ad14 !important;
}
.contact-page .contact-2 .box {
    padding: 80px 0;
    border-bottom: 1px solid #eee;
}
.contact-page .contact-2 .box h3 {
    font-size: 44px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 14px;
    font-weight: 600;
}
.contact-page .contact-2 .box h4 {
    font-size: 44px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 20px;
    font-weight: 600;
}
.contact-page .contact-2 .box pre {
    font-size: 16px;
    line-height: 1.8;
    color: #484848;
    margin-bottom: 20px;
}
.contact-page .contact-2 .box text {
    font-size: 26px;
    line-height: 1.6;
    color: #009743;
    margin-bottom: 40px;
    letter-spacing: 1px;
    font-weight: 600;

}
.contact-page .contact-2 .box .left {
    width: 40%;
    padding-left: 7%;
}
.contact-page .contact-2 .box .left .list ul li {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}
.contact-page .contact-2 .box .left .list ul li h4 {
    font-size: 24px;
    line-height: 1.5;
    color: #333;
    /*font-weight: 600;*/
    margin-bottom: 10px;
}
.contact-page .contact-2 .box .left .list ul li h4 i {
    font-size: 26px;
    color: #009743;
    width: 50px;
}
.contact-page .contact-2 .box .left .list ul li h4 i.fa-home {
    font-size: 32px;
}
.contact-page .contact-2 .box .left .list ul li h4 i.fa-phone {
    font-size: 32px;
}
.contact-page .contact-2 .box .left .list ul li p {
    font-size: 20px;
    color: #141414;
    line-height: 1.6;
}
.contact-page .contact-2 .box .left .list ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.contact-page .contact-2 .box .right {
    width: 60%;
}
.form form ul li {
    padding-bottom: 20px;
}
.form form ul li:last-child {
    padding-bottom: 0;
}
.form form ul li label {
    font-size: 16px;
    line-height: 2;
    color: #5e5e5e;
    display: block;
    margin-bottom: 5px;
}
.form form ul li input,
.form form ul li textarea {
    width: 100%;
    line-height: 2;
    border: 1px solid #c6cbc8;
    padding: 13px 15px;
    font-size: 16px;
    color: #333;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    background: white;
}
.form form ul li input:focus,
.form form ul li textarea:focus {
    border-color: #04ad14;
}
.form form ul li textarea {
    resize: vertical;
    -webkit-transition: .5s all,0s height;
    -moz-transition: .5s all,0s height;
    -ms-transition: .5s all,0s height;
    -o-transition: .5s all,0s height;
    transition: .5s all,0s height;
    height: 120px;
}
.form form ul li input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 8px 40px;
    background-color: #009743;
    font-size: 20px;
    font-weight: 600;
    color: white;
    border: 0px;
}
.form form ul li input[type="submit"]:hover {
    color: white;
    background: #222;
}
.prodet-page .prodet-2 .bottom .form h3 {
  font-size: 28px;
    line-height: 1.8;
    letter-spacing: 3px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}
.prodet-page .prodet-2 .bottom .form {
  max-width: 700px;
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-2 .bottom .form form ul li input, .prodet-page .prodet-2 .bottom .form form ul li textarea {
  padding: 6px 15px;
}

.support-page{
  padding: 60px 0;
}
.support-page .head-box{
  text-align: center;
  margin-bottom: 50px;
}
.support-page .head-box h3{
  font-size: 22px;
  margin-bottom: 20px;
}
.support-page .head-box p{
  line-height: 1.8em;
}
.support-page .con-box .left,
.support-page .con-box .right{
  width: 50%;font-size: 14px;
  line-height: 24px;color: #777;
}
.support-page .con-box .left h3,
.support-page .con-box .right h3{ font-size: 24px;
padding-bottom: 26px; color:#000;}

.support-page .con-box .left.text1{
  padding-right: 50px;
  padding-top: 40px;

}
.support-page .con-box .right.text1{
  padding-left: 50px;
  padding-top: 40px;
 
}
.support-page .con-box .right p{font-size: 14px;
  line-height: 24px;color: #777;}

.support-page .con-box h3{
  position: relative;
  padding-bottom: 20px;
  margin-bottom:15px;
}
.support-page .con-box h3:before {
    position: absolute;
    height: 4px;
    width: 10%;
    background: #04ad14 none repeat scroll 0 0;
    content: "";
    left: 0;
    bottom: 0;
}
.support-page .con-box h3:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 11%;
    height: 4px;
    width: 15px;
    background: #ddd none repeat scroll 0 0;
}

@media screen and (max-width: 1500px) {
    .inner-banner .box h3 {
        font-size: 30px;
        line-height: 30px;
    }
    #mapContainer {
        height: 340px !important;
    }
    .contact-page .contact-2 .box h3 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    /*.inner-banner {
        padding: 0 20px;
    }*/
    .news-page ul li .content h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1280px) {
  .inner-banner{
    padding: 200px 0;
  }
}

@media screen and (max-width: 1250px) {
    .inner-banner .box h3 {
        font-size: 20px;
        line-height: 1.4;
    }
    .inner-banner .box .mbx {
        margin-top: 5px;
    }
    /*.inner-banner .box {
        padding: 40px 0;
    }*/
    .about-page .about-1 {
        padding: 40px 0;
    }
    .about-page .about-1 .left h3 {
        font-size: 24px;
    }
    .about-page .about-2 .left h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .about-page .about-3 {
        padding: 60px 0;
    }
    .about-page .about-3 ul li i {
        display: block;
    }
    .about-page .about-3 ul li i img {
        height: 50px;
    }
    .about-page .about-3 ul li h4 {
        margin: 10px 0;
        font-size: 21px;
        height: auto;
    }
    .about-page .about-4 h3 {
        font-size: 26px;
    }
    .about-page .about-4 .box ul li {
        padding: 0 5px;
    }
    .about-page .about-4 .box ul {
        margin: 0 -5px;
    }
    .faq-page .top {
        padding: 60px 0 30px;
    }
    .faq-page .bottom {
        padding-bottom: 60px;
    }
    .gallery-page {
        padding: 40px 0;
    }
    .gallery-page ul li h5 {
        font-size: 16px;
    }
    .product-page .sidebar-right ul li .content h4,
    .prodet-page .prodet-3 .list ul li .content h4 {
        font-size: 16px;
        text-align: center;
    }
    .product-page .sidebar-right ul li .content h5,
    .prodet-page .prodet-3 .list ul li .content h5 {
        font-size: 12px;
    }
    .product-page .sidebar-box,
    .prodet-page .prodet-1,
    .prodet-page .prodet-2,
    .prodet-page .prodet-3,
    .newdet-page,
    .contact-page .contact-2 .box,
    .news-page {
        padding: 60px 0;
    }
    .prodet-page .prodet-3 h3 {
        font-size: 24px;
        line-height: 1.8;
    }
    .news-page ul li .content h3 {
        font-size: 18px;
    }
    .news-page ul li {
        padding: 5px;
    }
    .news-page ul {
        margin: -5px;
    }
    .contact-page .contact-2 .box h3 {
        font-size: 24px;
        line-height: 1.8;
    }
    .contact-page .contact-2 .box .left .list ul li h4 {
        font-size: 16px;
        line-height: 2;
    }
    .contact-page .contact-2 .box .left .list ul li h4 i {
        font-size: 26px;
        width: 40px;
    }
    .contact-page .contact-2 .box .left .list ul li h4 i.fa-phone {
        font-size: 32px;
    }
    .contact-page .contact-2 .box .left .list ul li h4 i.fa-home {
        font-size: 36px;
    }
    .form form ul li input,
    .form form ul li textarea {
        padding: 8px 15px;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-2 .box .left {
        width: 40%;
    }
    .form {
        width: 60%;
    }
    #mapContainer {
        height: 300px !important;
    }
    .contact-page .contact-2 .box h3 {
        font-size: 20px;
        line-height: 1.8;
    }
    .newdet-page h3 {
        font-size: 20px;
    }
    #footer .footer-top h3 {
        font-size: 24px;
    }
    .news-page ul li {
        width: 50% !important;
    }
    .prodet-page .prodet-1 .img .gallery ul li {
        padding: 5px;
    }
    .prodet-page .prodet-1 .img .gallery ul {
        margin: -5px;
    }
    .prodet-page .prodet-1 .text .content {
        padding: 20px 0;
    }
    .inner-page .sidebar-right {
        padding-left: 0;
        width: 100%;
    }
    .inner-page .sidebar-left {
        display: none;
    }
    .product-page .sidebar-right ul li {
        padding: 5px;
    }
    .product-page .sidebar-right ul {
        margin: -5px;
    }
    .product-page .sidebar-box {
        border-bottom: none;
    }
    .about-page .about-3 ul li {
        width: 50% !important;
        padding: 15px;
    }
    .about-page .about-3 ul {
        margin: -15px;
    }
    .about-page .about-4 h3 {
        font-size: 24px;
    }
    .about-page .about-4 .box {
        padding-bottom: 40px;
    }
    .prodet-page .grid-box.two>.column{
        width: 100%;
        padding: 0 15px;
    }
    #index-body .i-product-cate .cate-list .cat-list .grid-box.three .column{
        width: 50%;
        margin-bottom: 20px;
    }
    #index-body .i-cat-product .cat-list ul li p,
    #index-body .i-product .product-list ul li .text{
        font-size: 15px;
    }
}
@media screen and (max-width: 700px) {
    .inner-banner{
        height: auto;
        margin-top: 60px;
        padding: 40px 0;
    }
    .inner-banner .box .mbx{
      line-height: 1.4;
    }
    .newdet-page .share{
         float: unset;
         text-align: unset;
    }
    .service-page .grid-box.three>.column,
    .inner-page .grid-box.four>.column{
            width: 100%;
    text-align: center;
    }
    .service-page .container .head-box p{
        padding: 20px 0px;
    }
    .inner-page{
        margin-top: 0;
    }
    .about-page .about-1 .left {
        padding: 0;
        width: 100%;
    }
    .about-page .about-1 .right {
        display: none;
    }

    .about-page .about-1 .left h3 {
        font-size: 20px;
        line-height: 1.8;
    }
    .about-page .about-2 .left {
        width: 100%;
    }
    .about-page .about-2 .right {
        width: 100%;
        padding-top: 20px;
    }
    .about-page .about-2 .right ul li {
        padding: 10px 0;
    }
    .prodet-page .prodet-1 .img {
        width: 100%;
        padding: 0;
    }
    .prodet-page .prodet-1 .img .big {
        max-width: 400px;
        display: block;
        margin: 0 auto;
    }
    .prodet-page .prodet-1 .text {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .prodet-page .prodet-2 .top ul li {
        font-size: 16px;
        line-height: 2;
    }
    .news-page ul li .content a.more {
        font-size: 16px;
        line-height: 2;
        height: 32px;
        padding: 0 25px;
    }
    #mapContainer {
        height: 240px !important;
    }
    .contact-page .contact-2 .box .left {
        width: 100%;
        padding-right: 0;
        padding-top: 30px;
    }
    .form {
        width: 100%;
        padding-top: 30px;
    }
    .contact-page .contact-2 .box .left .list ul li {
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .prodet-page .prodet-1 .grid-box .text.column{
        width: 100%;
    }
    .prodet-page .init-1 .content div span{
        font-size: 20px !important;
            line-height: 1.8;
    }
    .prodet-page .init-1 .content table tr td,
    .prodet-page .init-1 .content table tr td span {
        line-height: 1.8;
}
    .container{
        padding: 0 15px !important;
    }
    .product-page .sidebar-right ul li {
    width: 100% !important;
    }
}
@media screen and (max-width: 500px) {
    #footer .footer-top h3 {
        font-size: 20px;
    }
    .contact-page .contact-2 .box .right{
        width: 100%;
    }
    .inner-page .ui.container .prodet-1{
        margin-top: 20px;
    }
    .product-page .sidebar-box,
    .prodet-page .prodet-1,
    .prodet-page .prodet-2,
    .prodet-page .prodet-3,
    .newdet-page,
    .contact-page .contact-2 .box,
    .news-page {
        padding: 40px 0;
    }
    .news-page ul li,
    .about-page .about-3 ul li {
        width: 100% !important;
    }
    .about-page .about-4 h3 {
        font-size: 20px;
        line-height: 1.8;
    }
}

.prodet-page a.btn {
  display: inline-block;
  padding: 15px 30px;
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
  background: linear-gradient(#53943e, #80b42e);
  width: auto;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-transform: uppercase;
}
.prodet-page .content {
  padding: 30px 0;
  color: #000 !important;
}
.prodet-page .init-1 .content {
  text-align: center;
}
.prodet-page .init-1 .content span,
.prodet-page .init-1 .content div{
    font-size: 28px !important;
    line-height: 1.6;
}

.prodet-page .init-1 .content table tr td,.prodet-page .init-1 .content table tr td span{ 
    font-size: 20px !important;
    line-height: 1.6;
}

.prodet-page .init-1 .content table tr td{
    padding: 6px;
    border: 1px solid #000;
    color: #000 !important;
    font-size: 20px;
}
/*.prodet-page .init-2 .content table tr td{
    width: 33.3% !important;
}*/
.prodet-page .init-1 .content table tr td p{
    font-size: 16px;
}
.prodet-page .init-1 .content h2 {
  font-size: 60px;
  margin: 20px 0 30px;
}
.prodet-page .init-1 .content p {
  font-size: 24px;
}
.prodet-page .init-2 {
  padding: 0px 0;
}
/*.prodet-page .init-2 .content table tr td{
    border: none;
}*/

.prodet-page .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .left a img {
  width: 100%;
  margin-bottom: 20px;
}
.prodet-page .prodet-1 .left ul {
  margin: 15px;
  padding: 0;
}
.prodet-page .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .left ul li i,
.prodet-page .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-1 .left .four ul .slick-current li a {
	border-color:#04ad14;
}
.prodet-page .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}

.faq-page .init-2 ul.faq {
  padding: 40px 0;
}
.faq-page .init-2 ul.faq li {
  display: block;
  padding: 20px 25px;
  margin-bottom: 10px;
  background: #f8f8f8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  word-break: break-word;
}
.faq-page .init-2 ul.faq li h2 {
  font-size: 20px;
  color: #222;
  line-height: 1.8;
    padding-bottom: 10px;
}
.faq-page .init-2 ul.faq li div{
  font-family: Arial !important;
}
.faq-page .init-2 ul.faq li .con {
  font-size: 16px !important;
  line-height: 2;
  color: #585858;
}
.faq-page .init-2 ul.faq li .con p{
  font-size: 16px !important;
   font-family: Arial !important;
}
.faq-page .init-2 ul.faq li:hover {
  box-shadow: 0 0 10px 0 #d1d1d1;
  -webkit-box-shadow: 0 0 10px 0 #d1d1d1;
  -moz-box-shadow: 0 0 10px 0 #d1d1d1;
  -ms-box-shadow: 0 0 10px 0 #d1d1d1;
  -o-box-shadow: 0 0 10px 0 #d1d1d1;
}
.faq-page .init-2 ul.faq li:hover h2 {
  color: #04ad14;
}
/*add*/
.service-page{
        padding:80px 0;
        text-align:center;
    }
    .service-page .head-box h3{
        font-weight: 600;
    font-style: normal;
    font-size: 44px;
    /* text-transform: uppercase; */
    line-height: 1.8;
    color: #333;
    letter-spacing: 1px;
    padding-bottom: 10px;
    /* border-bottom: 1px solid #aaa; */
}
    .service-page .head-box p{
        font-size:18px;
        line-height: 1.5;
        padding:20px 46px;
    }
    .service-page .grid-box{
        margin-top:40px;
    }
    .service-page .grid-box .column{
        padding:0 20px;
    }
    .service-page .grid-box .column .img-box .text{
        position:relative;
        width:100%;
        z-index:2;
        background:#fff;
        padding:20px;
    }
    .service-page .grid-box .column .img-box .text h2{
        font-size: 20px;
        line-height: 1.8;
    }
    .service-page .grid-box .column .img-box img{
        display:block;
        margin:0 auto;
    }
    .inner-page .sidebar-right h1{
        line-height: 1.8;
    padding-bottom: 10px;
    font-size: 30px!important;
    color: #383838;
}
 .inner-page .sidebar-right p{
        line-height: 1.6;
    padding-bottom: 10px;
    font-size: 16px!important;
    color: #626262;
}
.pro-des{
        font-size: 16px;
    line-height: 2;
    color: #707070;
    padding-bottom: 20px;
}

.about-page2 .about-1 {
  padding: 100px 0 5px;
  background: url(../images/about-1-bg.png) no-repeat bottom center;
}
.about-page2 .about-1 .left {
  width: 50%;
}
.about-page2 .about-1 .left .img {
  position: relative;
}
.about-page2 .about-1 .left .img .year {
  position: absolute;
  right: 70px;
  top: 0;
  text-align: right;
}
.about-page2 .about-1 .left .img .year h2 {
         padding-top: 35px;
    font-size: 60px;
    line-height: 1;
    font-weight: 600;
    color: #ffffff;
}
.about-page2 .about-1 .left .img .year span {
  font-size: 18px;
  color: #7b7b7b;
  text-transform: uppercase;
}
.about-page2 .about-1 .right {
  width: 50%;
  padding-left: 60px;
}
.about-page2 .about-1 .right ul li {
  margin-bottom: 30px;
}
.about-page2 .about-1 .right ul li .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page2 .about-1 .right ul li .content .img {
  width: 100px;
  height: 100px;
}
.about-page2 .about-1 .right ul li .content .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 30px;
}
.about-page2 .about-1 .right ul li .content .text h3 {
  font-size: 15px;
    /* text-transform: uppercase; */
    color: #282828;
}
.about-page2 .about-2 {
  background: url(../images/about-2-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 110px 0 60px;
}
.about-page2 .about-2 .left {
  width: 50%;
  vertical-align: middle;
}
.about-page2 .about-2 .left p {
  margin: 30px 0 60px;
}
.about-page2 .about-2 .left ul li {
  display: inline-block;
  text-align: center;
}
.about-page2 .about-2 .left ul li:not(:last-child) {
  margin-right: 60px;
}
.about-page2 .about-2 .left ul li i {
  display: block;
  margin-bottom: 15px;
}
.about-page2 .about-2 .left ul li h3 {
  font-size: 34px;
    line-height: 1.1;
    COLOR: #009743;
}
.about-page2 .about-2 .left ul li span {
  display: block;
  font-size: 20px;
}
.about-page2 .about-2 .right {
  width: 50%;
    vertical-align: middle;
    padding-left: 66px;
}
.about-page2 .about-3 {
  padding: 55px 0;
    background-color: #f9f9f9;
}
.about-page2 .about-3 .img {
  margin-top: 50px;
}
.about-page2 .about-4 {
  /*background: url(../images/about-4.jpg) no-repeat top center;*/
  background-size: cover;
  padding: 75px 0 90px;
}
.about-page2 .about-4 .list {
  margin-top: 80px;
}
.about-page2 .about-4 ul {
  padding: 0 15%;
  margin: -15px;
}
.about-page2 .about-4 ul li {
  padding: 15px;
}
.about-page2 .about-4 ul .slick-arrow {
  position: absolute;
  top: 32%;
  width: 40px;
  height: 40px;
  border: none;
  font-size: 24px;
  color: #FFFFFF;
  background-color: #7daf2a;
}
.about-page2 .about-4 ul .slick-arrow:hover {
  background-color: #232e35;
}
.about-page2 .about-4 ul .slick-arrow.slick-prev {
  left: 0;
}
.about-page2 .about-4 ul .slick-arrow.slick-next {
  right: 0;
}
.about-page2 .about-4 .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.about-page2 .about-4 .img img {
  height: 140px;
  width: 140px;
  margin-right: 25px;
}
.about-page2 .about-4 .author {
  font-size: 14px;
  text-align: left;
}
.about-page2 .about-4 .author h3 {
  font-size: 24px;
}
.about-page2 .about-4 .desc {
  padding: 55px;
  position: relative;
}
.about-page2 .about-4 .desc p {
  font-size: 24px;
}
.about-page2 .about-4 .desc::before {
  content: "\f10e";
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 50px;
  color: transparent;
  -webkit-text-stroke: 1px #7daf2a;
}
.about-page2 .about-4 .star-box {
  margin-top: 30px;
}
.about-page2 .about-4 .star-box i {
  color: #ffc821;
  font-size: 18px;
}
.about-page2 .about-5 {
  padding: 80px 0;
}
.about-page2 .about-5 ul {
  margin: -10px;
}
.about-page2 .about-5 ul li {
  padding: 10px;
}
.about-page2 .about-5 .img {
  border: 1px solid #f0f0f0;
}

.about-page2 .about-5 img{
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .about-page2 .about-1 .left .img .year h2 {
    font-size: 60px;
  }
  .about-page2 .about-1 .right {
    padding-left: 30px;
  }
  .about-page2 .about-2 .left ul li:not(:last-child) {
    margin-right: 40px;
  }
  .about-page2 .about-2 .left ul li h3 {
    font-size: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page2 .about-1 .left {
    width: 100%;
  }
  .about-page2 .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .about-page2 .about-1 {
    padding: 40px 0;
  }
  .about-page2 .about-2 .left {
    width: 100%;
  }
  .about-page2 .about-2 .right {
    display: none;
  }
  .about-page2 .about-2 {
    background-position: left center;
    text-align: center;
  }
  .about-page2 .about-4 ul {
    padding: 0;
  }
  .about-page2 .about-4 .desc {
    padding: 30px 0;
  }
  .about-page2 .about-4 .desc::before {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .about-page2 .about-1 .left .img .year h2 {
    font-size: 40px;
  }
  .about-page2 .about-1 .left .img .year {
    right: 0;
  }
  .about-page2 .about-1 .right ul {
    display: none;
  }
  .about-page2 .about-2 .left ul li:not(:last-child) {
    margin-right: 30px;
  }
  .about-page2 .about-2 .left ul li h3 {
    font-size: 40px;
  }
  .about-page2 .about-2 .left ul li span {
    font-size: 16px;
  }
  .about-page2 .about-4 .img {
    display: block;
  }
  .about-page2 .about-4 .author {
    text-align: center;
  }
  .about-page2 .about-4 .img img {
    width: 80px;
    height: 80px;
    margin-right: 0;
    display: inline-block;
  }
  .about-page2 .about-4 .desc p {
    font-size: 16px;
  }
}
.home-title h2 {
        font-size: 44px;
    line-height: 1;
    /* text-transform: uppercase; */
    font-weight: 600;
    color: #333;
}

.inner-line {
    font-size: 14px;
    color: #7daf2a;
    letter-spacing: 3px;
}

.environment-page h2.title {
  text-transform: none;
  text-align: center;
  /*text-transform: uppercase;*/
  font-size: 2rem;
    color: #180f08;
    font-weight: 600;
    line-height: 1.4;
}
.environment-page h2.title small {
  max-width: 1070px;
  display: block;
  margin: 0 auto;
  line-height: 1.6;
  text-transform: none;
  font-size: 20px;
    color: #4e4243;
}
.environment-page .environment-add1{
  background: url(../images/s1.jpg) no-repeat center center;
  padding: 77px 0 48px;
  background-size: cover;
}
.environment-page .environment-add1 .box{
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.environment-page .environment-add1 .box .header{
  display: flex;
  display: -moz-box;
  display: -webkit-flex; 
  display: -moz-flex; 
  display: -ms-flexbox;
  -webkit-box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    -o-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.environment-page .environment-add1 .box .header .info{
   width: 205px;
	height: 205px;
	background-color: #289a32;
  border-radius: 50%;
  color: #fff;
  padding-top: 29px;
}
.environment-page .environment-add1 .box .header .info p{
  font-size: 28px;
  font-family: 'MB';
  line-height: 1;
  margin-top: 17px;
}
.environment-page .environment-add1 .box .header .arrow{
  margin: 0 133px;
}
.environment-page .environment-add1 .box .content{
   font-size: 18px;
   line-height: 1.5;
   color: #1e1e1e;
   margin-top: 37px;
}
.environment-page .environment-add2{
  padding: 64px 0 254px;
}
.environment-page .environment-add2 .ui.container{
  max-width: 1530px;
}
.environment-page .environment-add2 .header h2{
   font-size: 32px;
   line-height: 1;
   color: #363636;
   font-family: 'MSB';
}
.environment-page .environment-add2 .header h3{
   font-size: 65px;
   line-height: 1;
   color: #289a32;
   font-family: 'MB';
   font-weight: 900;
   margin-top: 6px;
}
.environment-page .environment-add2 .content{
  margin-top: 191px;
   display: flex;
  display: -moz-box;
  display: -webkit-flex; 
  display: -moz-flex; 
  display: -ms-flexbox;
  -webkit-box-pack: justify;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.environment-page .environment-add2 .content .info{
  width: 20.3%;
  background-color: #f2f2f2;
  padding: 60px 36px 78px; 
  position: relative;
  font-size: 14px;
  color: #2e2e2e;
  line-height: 1.7;
}
.environment-page .environment-add2 .content .info p{
  position: relative;
  padding-top: 33px;
}
.environment-page .environment-add2 .content .info p::before{
  content: '';
  width: 69px;
	height: 4px;
	background-color: #289a32;
  position: absolute;
  top: 0;
  left: 0;
}
.environment-page .environment-add2 .content .info::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 40px solid #289a32;
  border-left: 40px solid transparent;
}
.environment-page .environment-add2 .content .list{
  position: relative;
  background-color: #f2f2f2;
  width: 57%;
  margin: 0 1.2%;
}
.environment-page .environment-add2 .content .list .i1{
  position: absolute;
  top: -138px;
  left: 0;
  width: 100%;
  text-align: center;
}
.environment-page .environment-add2 .content .list .i1 ul li{
  position: absolute;
  width: 200px;
}
.environment-page .environment-add2 .content .list .i1 ul li i{
  width: 62px;
	height: 61px;
	background-color: #289a32;
  border-radius: 50%;
  text-align: center;
  line-height: 61px;
  color: #fff;
  font-size: 24px;
  font-family: 'MB';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.environment-page .environment-add2 .content .list .i1 ul li i::after{
  content: '';
  width: 75px;
	height: 76px;
	background-color: transparent;
	border: solid 1px #289a32;
	opacity: 0.7;
  position: absolute;
  top: -7px;
  left: -6px;
  z-index: -1;
  border-radius: 50%;
}
.environment-page .environment-add2 .content .list .i1 ul li span{
  display: inline-block;
  font-size: 18px;
  line-height: 1.3;
  color: #030303;
  padding-left: 20px;
  font-family: 'MB';
  vertical-align: middle;
  width: 69%;
  text-align: left;
}
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(4) span,
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(5) span,
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(6) span{
   padding: 0 20px 0 0;
}
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(1){
  top: 76px;
  right: 14%;
}
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(2){
  top: 45%;
  right: 1%;
}
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(3){
  bottom: 72px;
  right: 15%;
}
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(4){
  bottom: 72px;
  left: 15%;
}
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(5){
  top: 45%;
  left: 1%;
}
.environment-page .environment-add2 .content .list .i1 ul li:nth-child(6){
  top: 76px;
  left: 14%;
}
.environment-page .environment-1 {
  text-align: center;
  padding: 90px 0 45px;
}
.environment-page .environment-1 h3 {
    font-size: 44px;
    color: #333;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
.environment-page .environment-1 h5 {
    display: block;
    max-width: 1280px;
    margin: 0 auto;
    font-size: 18px;
    color: #4e4243;
    line-height: 2;
    text-align: center;
    /* font-weight: 600; */
    margin-bottom: 100px;
}
.environment-page .environment-1 .box {
/*  padding-top: 80px;*/
}
.environment-page .environment-1 .box ul {
  margin: -60px 0;
}
.environment-page .environment-1 .box ul li {
  padding: 60px 0;
}
.environment-page .environment-1 .box ul li .text {
  vertical-align: middle;
  padding-right: 40px;
  text-align: left;
  position: relative;
}
.environment-page .environment-1 .box ul li .text h3 {
font-size: 1.7rem;
    color: #180f08;
    font-weight: 700;
}
.environment-page .environment-1 .box ul li .text p {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #4e4243;
  margin: 45px 0;
}
.environment-page .environment-1 .box ul li .text a.more {
  font-size: 20px;
  color: #180f08;
  display: inline-block;
  line-height: 40px;
  height: 44px;
  padding: 0 25px;
  border: 2px solid #424243;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.environment-page .environment-1 .box ul li .text a.more:hover {
  border-color: #7bc21f;
  background: #7bc21f;
  color: white;
}
.environment-page .environment-1 .box ul li .img {
  vertical-align: middle;
  padding-left: 40px;
  position: relative;
}
.environment-page .environment-1 .box ul li:nth-child(even) .text {
  left: 50%;
  padding-left: 40px;
  padding-right: 0;
}
.environment-page .environment-1 .box ul li:nth-child(even) .img {
  left: -50%;
  padding-left: 0;
  padding-right: 40px;
}
.environment-page .environment-2 {
  background: #f4f4f4;
}
.environment-page .environment-2 .img {
  vertical-align: middle;
}
.environment-page .environment-2 .img img{
  width: 100%;
}
.environment-page .environment-2 .text {
  vertical-align: middle;
  padding: 0 8%;
/*  text-align: center;*/
}
.environment-page .environment-2 .text .content {
  padding-top: 15px;
  font-size: 18px;
  color: #4e4243;
  line-height: 34px;
}
.environment-page .environment-3 {
  padding: 120px 0;
}
.environment-page .environment-3 .box {
  padding-top: 100px;
}
.environment-page .environment-3 .box ul {
  margin: -60px 0;
}
.environment-page .environment-3 .box ul li {
  padding: 60px 0;
}
.environment-page .environment-3 .box ul li .text {
  vertical-align: middle;
  padding-right: 40px;
  text-align: left;
  position: relative;
}
.environment-page .environment-3 .box ul li .text h3 {
  font-size: 36px;
  color: #289a32;
  font-weight:700;
}
.environment-page .environment-3 .box ul li .text p {
  display: block;
  font-size: 17px;
  line-height: 1.8;
  color: #4e4243;
  margin: 15px 0;
}
.environment-page .environment-3 .box ul li .text a.more {
  font-size: 20px;
  color: #180f08;
  display: inline-block;
  line-height: 40px;
  height: 44px;
  padding: 0 25px;
  border: 2px solid #424243;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.environment-page .environment-3 .box ul li .text a.more:hover {
  border-color: #7bc21f;
  background: #7bc21f;
  color: white;
}
.environment-page .environment-3 .box ul li .img {
  vertical-align: middle;
  padding-left: 40px;
  position: relative;
}
.environment-page .environment-3 .box ul li:nth-child(even) .text {
  left: 50%;
  padding-left: 40px;
  padding-right: 0;
}
.environment-page .environment-3 .box ul li:nth-child(even) .img {
  left: -50%;
  padding-left: 0;
  padding-right: 40px;
}
.environment-page .environment-4 {
  line-height: 480px;
  height: 480px;
  background: url("../images/environment-4.jpg") center center;
  background-size: cover;
  text-align: center;
}
.environment-page .environment-4 .box {
  line-height: normal;
  display: inline-block;
  vertical-align: middle;
  color: white;
}
.environment-page .environment-4 .box h2.title {
  color: inherit;
}
.environment-page .environment-4 .box h2.title small {
  color: inherit;
}
.environment-page .environment-4 .box p {
  display: block;
  font-size: 18px;
  line-height: 34px;
  max-width: 1070px;
  margin: 25px auto 0;
}

.plastic-page h2.title {
  text-transform: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
}
.plastic-page h2.title small {
  display: block;
  max-width: 1050px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
}
.plastic-page .plastic-1 {
  padding: 100px 0;
}
.plastic-page .plastic-1 h3 {
    max-width: 1070px;
    margin: 0 auto;
    font-size: 44px;
    color: #333;
    line-height: 1.5;
    text-align: center;
    font-weight: 600; 
    margin-bottom: 20px;
}
.plastic-page .plastic-1 h5 {
    max-width: 1070px;
    margin: 0 auto;
    font-size: 18px;
    color: #4e4243;
    line-height: 1.5;
    text-align: center;
    /* font-weight: 600; */
    margin-bottom: 65px;
}
/*.plastic-page .plastic-1 .box {
  padding-top: 80px;
}*/
.plastic-page .plastic-1 .box ul {
  margin: 0 -15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.plastic-page .plastic-1 .box ul li {
    padding: 0 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.plastic-page .plastic-1 .box ul li .box2 {
  position: relative;
  /*padding-left: 100px;*/
}
.plastic-page .plastic-1 .box ul li .box2 i {
  position: relative;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.plastic-page .plastic-1 .box ul li .box2 h4 {
      display: block;
    font-size: 22px;
    color: #333;
    font-weight: 700;
    height: 55px;
    margin-top: 20px;
    line-height: 1.2;
}
.plastic-page .plastic-1 .box ul li .box2 p {
  display: block;
  color: #4e4243;
  font-size: 16px;
  line-height: 27px;
  margin-top: 10px;
}
.plastic-page .plastic-2 {
  padding: 90px 0;
  background: #f6f8f9;
}
/*.plastic-page .plastic-2 ul {
  margin: 0 -12px;
}
.plastic-page .plastic-2 ul li {
  padding: 0 12px;
}
.plastic-page .plastic-2 ul li a.img-box {
  display: block;
}
.plastic-page .plastic-2 ul li a.img-box img {
  width: 100%;
}
.plastic-page .plastic-2 ul li a.img-box h5 {
  position: relative;
  z-index: 1;
  background: #f6f8f9;
  text-align: center;
  font-family: "ebrimabd";
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 15px;
  margin: 0;
}*/
.plastic-page .plastic-2 .cir {
  width: 880px;
  height: 880px;
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  background: url('../images/recyclable-solution-bg.png') center center no-repeat white;
  z-index: 1;
}
.plastic-page .plastic-2 .cir ul li {
  position: absolute;
}
.plastic-page .plastic-2 .cir ul li:after {
  /*content: '';*/
  position: absolute;
  left: 100%;
  top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
background-position: center center;
background-repeat: no-repeat;
background-image: url('../images/recyclable-solution-arrow.png');
z-index: -1;
width: 204px;
height: 220px;
}
.plastic-page .plastic-2 .cir ul li h3 {
  font-size: 18px;
  line-height: 22px;
  margin-top: 5px;
  white-space: nowrap;
}
.plastic-page .plastic-2 .cir ul li:nth-child(1) {
  top: 0;
  right: 102%;
}
.plastic-page .plastic-2 .cir ul li:nth-child(1):after {
  content: '';
  width: 339px;
  height: 33px;
  background-image: url('../images/recyclable-solution-arrow2.png');
}
.plastic-page .plastic-2 .cir ul li:nth-child(2) {
  top: 5%;
  left: 50%;
  text-align: center;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.plastic-page .plastic-2 .cir ul li:nth-child(3) {
  top: 20%;
  left: 70%;
}
.plastic-page .plastic-2 .cir ul li:nth-child(4) {
  top: 50%;
  left: 79%;
  text-align: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.plastic-page .plastic-2 .cir ul li:nth-child(5) {
  top: 68%;
  left: 70%;
}
.plastic-page .plastic-2 .cir ul li:nth-child(6) {
  top: 79%;
  left: 50%;
  text-align: center;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.plastic-page .plastic-2 .cir ul li:nth-child(7) {
  top: 69%;
  left: 9%;
  text-align: right;
}
.plastic-page .plastic-2 .cir ul li:nth-child(8) {
  top: 50%;
  left: 4%;
  text-align: center;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.plastic-page .plastic-2 .cir ul li:nth-child(9) {
  top: 17%;
  left: 9%;
  text-align: right;
}
.plastic-page .plastic-2 .cir ul li:nth-child(3) h3,
.plastic-page .plastic-2 .cir ul li:nth-child(5) h3 {
  margin-left: 10px;
}
.plastic-page .plastic-2 .cir ul li:nth-child(7) h3 {
  margin-right: 10px;
}
.plastic-page .plastic-2 .cir ul li:nth-child(3) img,
.plastic-page .plastic-2 .cir ul li:nth-child(5) img,
.plastic-page .plastic-2 .cir ul li:nth-child(7) img {
  display: inline-block;
  vertical-align: middle;
}
.plastic-page .plastic-2 .cir ul li:nth-child(3) h3,
.plastic-page .plastic-2 .cir ul li:nth-child(5) h3,
.plastic-page .plastic-2 .cir ul li:nth-child(7) h3 {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
}
.plastic-page .plastic-2 .cir ul li:nth-child(9) h3 {
  margin-bottom: 5px;
}
.plastic-page .plastic-2 .cir ul li:nth-child(2):after {
  content: '';
-webkit-transform: rotate(95deg) translateY(-50%);
-moz-transform: rotate(95deg) translateY(-50%);
-ms-transform: rotate(95deg) translateY(-50%);
-o-transform: rotate(95deg) translateY(-50%);
transform: rotate(95deg) translateY(-50%);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
top: -13%;
}
.plastic-page .plastic-2 .cir ul li:nth-child(4):after {
  content: '';
-webkit-transform: rotate(185deg) translateY(-100%);
-moz-transform: rotate(185deg) translateY(-100%);
-ms-transform: rotate(185deg) translateY(-100%);
-o-transform: rotate(185deg) translateY(-100%);
transform: rotate(185deg) translateY(-100%);
-webkit-transform-origin: center top;
-moz-transform-origin: center top;
-ms-transform-origin: center top;
-o-transform-origin: center top;
transform-origin: center top;
    top: 101%;
    right: 49%;
    left: auto;
}
.plastic-page .plastic-2 .cir ul li:nth-child(6):after {
  content: '';
-webkit-transform: rotate(275deg) translateY(-50%);
-moz-transform: rotate(275deg) translateY(-50%);
-ms-transform: rotate(275deg) translateY(-50%);
-o-transform: rotate(275deg) translateY(-50%);
transform: rotate(275deg) translateY(-50%);
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-ms-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
left: auto;
    right: 0;
    top: -36%;
}
.plastic-page .plastic-2 .cir ul li:nth-child(8):after {
  content: '';
-webkit-transform: translateX(-2%);
-moz-transform: translateX(-2%);
-ms-transform: translateX(-2%);
-o-transform: translateX(-2%);
transform: translateX(-2%);
-webkit-transform-origin: center bottom;
-moz-transform-origin: center bottom;
-ms-transform-origin: center bottom;
-o-transform-origin: center bottom;
transform-origin: center bottom;
top: auto;
bottom: 100%;
left: 50%;
}
.plastic-page .plastic-3 {
  height: 550px;
  line-height: 550px;
  background: url("../images/plastic-3.jpg") center center;
  background-size: cover;
  text-align: center;
}
.plastic-page .plastic-3 .box {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 100%;
  color: white;
}
.plastic-page .plastic-3 .box h2 {
  color: inherit;
}
.plastic-page .plastic-3 .box h2 small {
  color: inherit;
  margin-top: 40px;
  text-transform: none;
}
.plastic-page .plastic-4 {
  padding: 150px 0 130px;
}
.plastic-page .plastic-4 .left {
  vertical-align: middle;
  text-align: left;
}
.plastic-page .plastic-4 .left h2 {
  text-align: left;
  line-height: 60px;
  font-family: 'Open Sans', sans-serif, Arial;
}
.plastic-page .plastic-4 .left p {
  display: block;
  margin-top: 30px;
  font-size: 18px;
  color: #4e4243;
  line-height: 34px;
}
.plastic-page .plastic-4 .right {
  vertical-align: middle;
  text-align: center;
}
.plastic-page .plastic-4 .right img {
  margin: 0 auto;
}
.plastic-page .plastic-5 {
  line-height: 550px;
  height: 550px;
  background: url("https://www.pando-group.com/template/en/images/plastic-5.jpg") center center;
  background-size: cover;
  text-align: center;
}
.plastic-page .plastic-5 .box {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  width: 100%;
}
.plastic-page .plastic-5 .box h2 {
  color: white;
}
.plastic-page .plastic-5 .box h2 small {
    color: inherit;
    margin-top: 40px;
    max-width: 1070px;
    text-transform: none;
}
.compostable-page h2.title {
  text-transform: none;
  text-align: center;
  font-size: 2rem;
}
.compostable-page h2.title small {
  display: block;
  max-width: 860px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 1.6;
}
.compostable-page .compostable-1 {
  padding-top: 100px;
}
.compostable-page .compostable-1 h5 {
    max-width: 1070px;
    margin: 0 auto;
    font-size: 20px;
    color: #4e4243;
    line-height: 34px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 100px;
}
.compostable-page .compostable-1 .box {
  padding-top: 60px;
}
.compostable-page .compostable-1 .box ul {
  margin: 0 -13px;
}
.compostable-page .compostable-1 .box ul li {
  padding: 0 13px;
}
.compostable-page .compostable-1 .box ul li a.img-box {
  display: block;
}
.compostable-page .compostable-1 .box ul li a.img-box img {
  width: 100%;
}
.compostable-page .compostable-1 .box ul li a.img-box h5 {
  position: relative;
  z-index: 1;
  background: white;
  text-align: center;
  font-size: 16px;
/*  text-transform: uppercase;*/
  padding-top: 15px;
  margin: 0;
}
.compostable-page .compostable-2 {
  padding-top: 120px;
  padding-bottom: 100px;
}
.compostable-page .compostable-2 .box {
  padding-top: 120px;
}
.compostable-page .compostable-2 .box ul {
  margin: -40px 0;
}
.compostable-page .compostable-2 .box ul li {
  padding: 40px 0;
}
.compostable-page .compostable-2 .box ul li .text {
  vertical-align: middle;
  padding-right: 40px;
  text-align: left;
  position: relative;
}
.compostable-page .compostable-2 .box ul li .text h3 {
    font-size: 34px;
    color: #180f08;
    font-weight: 700;
}
.compostable-page .compostable-2 .box ul li .text p {
  display: block;
  font-size: 18px;
  line-height: 34px;
  color: #4e4243;
  margin: 40px 0 50px;
}
.compostable-page .compostable-2 .box ul li .text a.more {
  font-size: 20px;
  color: #180f08;
  display: inline-block;
  line-height: 40px;
  height: 44px;
  padding: 0 25px;
  border: 2px solid #424243;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.compostable-page .compostable-2 .box ul li .text a.more:hover {
  border-color: #7bc21f;
  background: #7bc21f;
  color: white;
}
.compostable-page .compostable-2 .box ul li .img {
  vertical-align: middle;
  padding-left: 40px;
  position: relative;
}
.compostable-page .compostable-2 .box ul li:nth-child(even) .text {
  left: 50%;
  padding-left: 40px;
  padding-right: 0;
}
.compostable-page .compostable-2 .box ul li:nth-child(even) .img {
  left: -50%;
  padding-left: 0;
  padding-right: 40px;
}
.inner-page h2.title small {
    display: block;
    max-width: 870px;
    margin: 0 auto;
    font-size: 18px;
    color: #161616;
    line-height: 1.5;
    font-weight: 300;
}
.inner-page h2.em small {
    display: block;
    max-width: 850px;
    margin: 0 auto;
    font-size: 18px;
    color: #161616;
    line-height: 1.5;
    font-weight: 300;  
}

.social-page h2.title {
      text-transform: none;
    /* text-transform: uppercase; */
   
    /*font-weight: 600;*/
}
.social-page .social-1 {
  padding: 85px 0;
  background: #f6f8f9;
}
.social-page .social-1 .text {
  vertical-align: middle;
  padding-right: 7%;
}
.social-page .social-1 .text h2.title small {
  margin-top: 10px;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.6;
  display: block;
}
.social-page .social-1 h2.title {
  font-size:44px;
  color: #333;
  font-weight: 600;
}

.social-page .social-2 h2.title {
  font-size:44px;
  color: #333;
  font-weight: 600;
}
.social-page .social-3 h2.title {
  font-size:44px;
  color: #333;
  font-weight: 600;
}
.social-page .social-1 .img {
  vertical-align: middle;
}
.social-page .social-2 {
  padding: 100px 0;
  text-align: center;
}
.social-page .social-2 small {
  max-width: 900px;
  margin: 20px auto 0;
  display: block;
}
.social-page .social-2 img {
  display: block;
  margin: 50px auto 0;
}
.social-page .social-3 {
  line-height: 450px;
  height: 450px;
  background: url("../images/social-3.jpg") center center;
  background-size: cover;
  text-align: right;
}
.social-page .social-3 .box {
  display: inline-block;
  vertical-align: middle;
  max-width: 600px;
  margin-left: auto;
  text-align: left;
  line-height: normal;
}
.social-page .social-3 .box h2 {
  color: white;
}
.social-page .social-3 .box h2 small {
  color: inherit;
  margin-top: 15px;
 
}
.social-page .social-4 {
  padding: 100px 0;
}
.social-page .social-4 ul {
  margin: -50px 0;
}
.social-page .social-4 ul li {
  padding: 50px 0;
}
.social-page .social-4 ul li .text {
  vertical-align: middle;
  padding-right: 40px;
  text-align: left;
  position: relative;
}
.social-page .social-4 ul li .text h3 {
    font-size: 34px;
    color: #180f08;
    font-weight: 700;
}
.social-page .social-4 ul li .text p {
    display: block;
    font-size: 18px;
    line-height: 34px;
    color: #4e4243;
    margin: 20px 0 0px;
}
.social-page .social-4 ul li .text a.more {
  font-size: 20px;
  color: #180f08;
  display: inline-block;
  line-height: 40px;
  height: 44px;
  padding: 0 25px;
  border: 2px solid #424243;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.social-page .social-4 ul li .text a.more:hover {
  border-color: #7bc21f;
  background: #7bc21f;
  color: white;
}
.social-page .social-4 ul li .img {
  vertical-align: middle;
  padding-left: 40px;
  position: relative;
}
.social-page .social-4 ul li:nth-child(even) .text {
  left: 50%;
  padding-left: 40px;
  padding-right: 0;
}
.social-page .social-4 ul li:nth-child(even) .img {
  left: -50%;
  padding-left: 0;
  padding-right: 40px;
}
.why-choose-us-page {
  padding: 100px 0 120px;
}
.why-choose-us-page h4 {
  display: block;
    max-width: 1070px;
    margin: 0 auto;
    font-size: 24px;
    color: #333;    
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
}
.why-choose-us-page .box {
  padding-top: 100px;
}
.why-choose-us-page .box ul {
  margin: -20px 0;
}
.why-choose-us-page .box ul li {
  padding: 20px 0;
}
.why-choose-us-page .box ul li .img {
  vertical-align: middle;
  position: relative;
}
.why-choose-us-page .box ul li .img a {
  display: block;
}
.why-choose-us-page .box ul li .text {
    padding-left: 5%;
    padding-right: 2%;
  position: relative;
  vertical-align: middle;
}
.why-choose-us-page .box ul li .text i{
color: #a5bb40;
}
.why-choose-us-page .box ul li .text h3 {
font-size: 34px;
    color: #333;
    font-weight: 700;
}
.plastic-2 h5 {    
	font-size: 40px;
    color: #180f08;
    font-weight: 700;
    text-align: center;
    margin-bottom: 100px;
}
.why-choose-us-page .box ul li .text .content {
    display: block;
    font-size: 18px;
    color: #4e4243;
    line-height: 34px;
    margin-top: 15px;
}
.why-choose-us-page .box ul li:nth-child(even) .img {
  left: 50%;
}
.why-choose-us-page .box ul li:nth-child(even) .text {
  left: -50%;
  padding-left: 3%;
  padding-right: 5%;
}
.strength-page h2.title {
  text-transform: none;
}
.strength-page h2.title.ttr {
  font-size: 44px;
    color: #333;
    font-weight: 600;
}
.strength-page .strength-img{
  padding: 4rem 0;
  text-align: center;
  background: #fff;
}
.strength-page .strength-1 {
  padding: 80px 0;
  text-align: center;
}
.strength-page .strength-1 .text {
    font-size: 18px;
    color: #4e4243;
    line-height: 1.5;
    display: block;
    margin: 40px auto 0;
    max-width: 1070px;
}
.strength-page .strength-2 a.img-box {
  display: block;
}
.strength-page .strength-3 {
  padding: 60px 0 100px;
  background-color: #fafafa;
}
.strength-page .strength-3 h2 {
  text-align: center;
}
.strength-page .strength-3 .box {
  padding-top: 60px;
}
.strength-page .strength-3 .box ul {
  margin: -15px 0;
}
.strength-page .strength-3 .box ul li {
      background: #fafafa;
}
.strength-page .strength-3 .box ul li .img {
  vertical-align: middle;
  position: relative;
}
.strength-page .strength-3 .box ul li .img a {
  display: block;
}
.strength-page .strength-3 .box ul li .text {
  vertical-align: middle;
  padding: 0 40px;
  position: relative;
}
.strength-page .strength-3 .box ul li .text h3 {
    font-size: 32px;
    color: #4e4243;
    font-weight: 600;
}
.strength-page .strength-3 .box ul li .text .content {
  display: block;
  font-size: 18px;
  color: #4e4243;
  line-height: 34px;
  margin-top: 15px;
}
.strength-page .strength-3 .box ul li:nth-child(even) .img {
  left: 50%;
}
.strength-page .strength-3 .box ul li:nth-child(even) .text {
  left: -50%;
}
.strength-page .strength-4 {
  padding: 100px 0 100px;
  text-align: center;
  background: #eee;
}
.strength-page .strength-4 .text {
    font-size: 18px;
    line-height: 34px;
    color: #4e4243;
    max-width: 1070px;
    margin: 40px auto;
        margin-bottom: 100px;
}
/*.strength-page .strength-4 .text p {
  max-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}*/
.strength-page .strength-4 .text a.more2 {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    background: #7bc21f;
    color: white;
    padding: 0 10px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    margin-top: 10px;
}
.strength-page .strength-4 .text a.more2:hover {
  background: #222;
}
.strength-page .strength-4 .box ul {
  margin: -10px;
}
.strength-page .strength-4 .box ul li {
  padding: 10px;
}
.strength-page .strength-4 .box ul li a.img-box {
  display: block;
  border-radius: 10px;
}
.strength-page .strength-4 .box ul li a.img-box img {
  width: 1005px;
}
.strength-page .strength-4 .box ul li h4 {
  display: block;
  font-size: 18px;
  color: #4e4243;
  margin-top: 10px;
      font-weight: 600;
}
.strength-page .strength-4 a.more {
display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    background: #7bc21f;
    color: white;
    padding: 0 30px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
    margin-top: 50px;
}
.strength-page .strength-4 a.more:hover {
  background: #111;
}

.inner-page h2.em {
    font-size: 44Px!important;
    color: #333;
     font-weight: 700; 
}
.inner-page h2.title {
    font-size: 40px!important;
    color: #333;
     font-weight: 700; 
}

@media screen and (max-width:1600px) {
  .environment-page .environment-3 {
    padding: 80px 0;
  }
  .environment-page .environment-3 .box{
    padding-top: 60px;
  }
  .environment-page .environment-1 h5,.environment-page .environment-1 .box ul li .text p {
    font-size: 16px;
    line-height: 1.8;
  }
  .environment-page .environment-2 .text .content,
  .environment-page .environment-4 .box p{
    font-size: 16px;
    line-height: 2;
  }
  .environment-page .environment-1 .box ul li .text p,.environment-page .environment-3 .box ul li .text p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 30px;
  }
  .environment-page .environment-1 .box ul li,.environment-page .environment-3 .box ul li {
    padding: 30px 0;
  }
  .environment-page .environment-1 .box ul,.environment-page .environment-3 .box ul {
    margin: -30px 0;
  }
  .environment-page .environment-1 .box ul li .text h3,.environment-page .environment-3 .box ul li .text h3 {
    font-size: 30px;
    line-height: 1;
  }
  .environment-page .environment-1,.environment-page .environment-3 {
    padding: 50px 0;
  }
  .environment-page .environment-4 {
    height: 360px;
    line-height: 360px;
  }
  .compostable-page .compostable-1 {
    padding-top: 80px;
  }
  .compostable-page .compostable-1 h5 {
    margin-bottom: 80px;
  }
  .plastic-page .plastic-1 {
    padding: 60px 0;
  }
  .plastic-page .plastic-2 {
    padding: 60px 0;
  }
  .plastic-page .plastic-4 {
    padding: 100px 0;
  }
  .plastic-page .plastic-4 .left h2 {
    line-height: 50px;
  }
  .plastic-page .plastic-1 .box ul li .box2 h4 {
    font-size: 18px;
    height: 54px;
  }
  .plastic-page .plastic-1 .box ul li .box2 p {
    font-size: 14px;
    line-height: 1.6;
  }
  .plastic-2 h5 {
    font-size: 30px;
    margin-bottom: 50px;
  }
  .plastic-page .plastic-2 .cir {
    zoom:.8;
  }
  .plastic-page .plastic-3 {
    height: 420px;
    line-height: 420px;
  }
  .compostable-page .compostable-1 .box ul li a.img-box h5 {
    line-height: 1.4;
  }
  .compostable-page .compostable-2 {
    padding-top: 0;
  }
  .compostable-page .compostable-2 .box {
    padding-top: 80px;
  }
  .compostable-page .compostable-2 .box ul li .text p,.social-page .social-4 ul li .text p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
  }
  .compostable-page .compostable-2 .box ul li .text h3,.social-page .social-4 ul li .text h3 {
    font-size: 30px;
    line-height: 1;
  }
  .compostable-page .compostable-2 .box ul li {
    padding: 20px 0;
  }
  .compostable-page .compostable-2 .box ul {
    margin: -20px 0;
  }
  .social-page .social-2,
  .social-page .social-4 {
    padding: 60px 0;
  }
  .social-page .social-4 ul li .text p {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
  }
  .social-page .social-4 ul li .text h3 {
    font-size: 30px;
    line-height: 1;
  }
  .social-page .social-4 ul li {
    padding: 30px 0;
  }
  .social-page .social-4 ul {
    margin: -30px 0;
  }
  .why-choose-us-page {
    padding: 60px 0;
  }
  .why-choose-us-page h4 {
    font-size: 18px;
    line-height: 1.6;
  }
  .why-choose-us-page .box ul li .text h3 {
    font-size: 30px;
  }
  .why-choose-us-page .box ul li .text .content{
    font-size: 16px;
    line-height: 1.8;
  }
  .strength-page .strength-3 .box{
    padding-top: 60px;
  }
  .strength-page .strength-3 {
    padding: 50px 0;
  }
  .strength-page .strength-1 .text,.strength-page .strength-3 .box ul li .text .content,.strength-page .strength-4 .text,.team-page .top h4{
    font-size: 16px;
    line-height: 1.8;
  }
  .strength-page .strength-1 .text {
    margin-top: 20px;
  }
  .strength-page .strength-3 .box, .test-page .test-1 .box {
    padding-top: 40px;
  }
  .strength-page .strength-4 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1450px) {
  .environment-page .environment-1 h5 {
    margin-bottom: 50px;
  }
  .environment-page .environment-1 .box ul li,
  .environment-page .environment-3 .box ul li{
    padding: 20px 0;
  }
  .environment-page .environment-1 .box ul,
  .environment-page .environment-3 .box ul{
    margin: -20px 0;
  }
  .environment-page .environment-1 .box ul li .text h3,
  .environment-page .environment-3 .box ul li .text h3{
    font-size: 24px;
  }
  .environment-page .environment-1 .box ul li .text p,
  .environment-page .environment-3 .box ul li .text p{
    margin: 10px 0 20px;
    font-size: 16px;
  }
  .environment-page .environment-1 .box {
    padding-top: 60px;
  }
  .environment-page .environment-1 .box ul li .text a.more,
  .environment-page .environment-3 .box ul li .text a.more{
    line-height: 32px;
    height: 36px;
    padding: 0 15px;
    font-size: 16px;
  }
  .environment-page .environment-1 {
    padding: 60px 0;
  }
  .environment-page .environment-2 .text .content,
  .environment-page .environment-4 .box p {
    font-size: 20px;
    line-height: 28px;
  }
  .environment-page .environment-2 .text .content, .environment-page .environment-4 .box p {
    font-size: 16px;
    line-height: 1.6;
  }
  .environment-page .environment-2 .text .content {
    padding-top: 20px;
  }
  .environment-page .environment-2 .text {
    padding: 0 3%;
  }
  .environment-page .environment-1 .box ul li .text p, 
  .environment-page .environment-3 .box ul li .text p{
    font-size: 14px;
  }
  .compostable-page .compostable-1 {
    padding-top: 50px;
  }
  .compostable-page .compostable-1 h5{
    margin-bottom: 50px;
  }
  .compostable-page .compostable-2 {
    padding: 60px 0;
  }
  .compostable-page .compostable-2 .box ul li{
    padding: 20px 0;
  }
  .compostable-page .compostable-2 .box ul{
    margin: -20px 0;
  }
  .compostable-page .compostable-2 .box ul li .text h3{
    font-size: 24px;
  }
  .compostable-page .compostable-2 .box ul li .text p{
    margin: 10px 0 20px;
    font-size: 16px;
  }
  .compostable-page .compostable-2 .box{
    padding-top: 60px;
  }
  .compostable-page .compostable-2 .box ul li .text a.more{
    line-height: 32px;
    height: 36px;
    padding: 0 15px;
    font-size: 16px;
  }
  .plastic-page .plastic-1 h5 {
    font-size: 24px;
    line-height: 34px;
  }
  .plastic-page .plastic-1 .box ul li .box2 {
    padding-left: 100px;
  }
  .plastic-page .plastic-1 .box ul li .box2 i {
    max-width: 80px;
  }
  .plastic-page .plastic-1 .box ul li .box2 h4 {
    font-size: 20px;
  }
  .plastic-page .plastic-1 .box ul li .box2 p {
    font-size: 18px;
    line-height: 26px;
  }
  .plastic-page .plastic-4 .left h2 {
    line-height: 40px;
  }
  .plastic-page .plastic-4 .left p {
    font-size: 22px;
    margin-top: 20px;
  }
  .plastic-page .plastic-1 h5 {
    font-size: 16px;
    line-height: 1.6;
  }
  .plastic-page .plastic-1 .box ul li {
    width: 50%;
    padding: 10px;
  }
  .plastic-page .plastic-1 .box ul {
    margin: -10px;
    flex-wrap: wrap;
  }
  .plastic-page .plastic-1 .box ul li .box2 h4 {
    font-size: 18px;
    height: auto;
  }
  .plastic-page .plastic-1 .box ul li .box2 p {
    font-size: 16px;
    line-height: 1.6;
  }
  .plastic-page .plastic-1 .box ul li .box2 i {
    width: 50px !important;
  }
  .plastic-page .plastic-1 .box ul li .box2 {
    padding-left: 70px;
  }
  .plastic-2 h5 {
    font-size: 26px;
  }
  .plastic-page .plastic-2 .cir {
    zoom:.7;
  }
  .plastic-page .plastic-4 .left p {
    font-size: 14px;
  }
  .plastic-page .plastic-5 {
    height: 400px;
    line-height: 400px;
  }
  .plastic-page .plastic-1 h5 {
    margin-bottom: 60px;
  }
  .compostable-page .compostable-1 .box {
    padding-top: 30px;
  }
  .compostable-page .compostable-2 .box ul li .text p{
    font-size: 14px;
  }
  .social-page .social-4 ul li {
    padding: 20px 0;
  }
  .social-page .social-4 ul {
    margin: -20px 0;
  }
  .social-page .social-4 ul li .text h3 {
    font-size: 24px;
  }
  .social-page .social-4 ul li .text p {
    margin: 10px 0 20px;
    font-size: 16px;
  }
  .social-page .social-4 ul li .text a.more {
    line-height: 32px;
    height: 36px;
    padding: 0 15px;
    font-size: 16px;
  }
  .social-page .social-4 ul li .text p {
    margin-bottom: 0;
  }
  .why-choose-us-page .box ul li .text h3 {
    font-size: 30px;
  }
  .why-choose-us-page .box ul li .text .content {
    font-size: 16px;
    line-height: 28px;
  }
  .why-choose-us-page .box ul li .text .content {
    font-size: 14px;
    line-height: 24px;
  }
  .why-choose-us-page .box {
    padding-top: 60px;
  }
  .strength-page .strength-4 .text {
    margin: 20px 0 60px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-page h2.title {
    font-size: 32px!important;
    line-height: 1.2;
}
  .environment-page .environment-1 h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .environment-page .environment-4 {
    height: 400px;
    line-height: 400px;
  }
  .environment-page .environment-1 h5 {
    font-size: 15px;
    line-height: 1.6;
  }
  .environment-page .environment-2 .text .content, .environment-page .environment-4 .box p {
    font-size: 14px;
  }
  .environment-page .environment-4 {
    line-height: 300px;
    height: 300px;
  }
  .environment-page .environment-1 .box {
    padding-top: 30px;
  }
  .plastic-page .plastic-1 h5{
    font-size: 20px;
    line-height: 28px;
  }
  .plastic-page .plastic-1 .box ul li .box2 p {
    font-size: 16px;
    line-height: 24px;
  }
  .plastic-page .plastic-3,
  .plastic-page .plastic-5{
    height: 400px;
    line-height: 400px;
  }
  .plastic-page .plastic-4 .left p {
    font-size: 20px;
  }
  .plastic-page .plastic-1 h5, .environment-page .environment-1 h5 {
    font-size: 15px;
    line-height: 1.6;
  }
  .plastic-page .plastic-3, .plastic-page .plastic-5, .environment-page .environment-4 {
    line-height: 300px;
    height: 300px;
  }
  .plastic-page .plastic-1 .box ul li .box2 p {
    font-size: 14px;
  }
  .plastic-page .plastic-4 .left p {
    font-size: 13px;
    line-height: 1.6;
  }
  .plastic-page .plastic-4 {
    padding: 60px 0;
  }
  .compostable-page .compostable-1 .box ul li a.img-box h5 {
    font-size: 14px;
  }
  .compostable-page .compostable-2 .box, .environment-page .environment-1 .box {
    padding-top: 30px;
  }
  .why-choose-us-page .box ul li {
    padding: 10px 0;
  }
  .why-choose-us-page .box ul li .text {
    padding-left: 5%;
    padding-right: 0;
  }
  .why-choose-us-page .box ul li:nth-child(even) .text {
    padding-left: 0;
    padding-right: 5%;
  }
  .why-choose-us-page .box ul {
    margin: -10px 0;
  }
  .why-choose-us-page .box {
    padding-top: 40px;
  }
  .why-choose-us-page {
    padding: 40px 0;
  }
  .strength-page .strength-3 .box ul li .text h3 {
    font-size: 30px;
  }
  .strength-page .strength-3 .box ul li .text .content {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1000px) {
  .environment-page .environment-1 .box ul li .text,
  .environment-page .environment-3 .box ul li .text{
    left: 0 !important;
    padding: 0 0 20px !important;
    width: 100%;
  }
  .environment-page .environment-1 .box ul li .img,
  .environment-page .environment-3 .box ul li .img{
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }
  .environment-page .environment-1 .box ul li,
  .environment-page .environment-3 .box ul li,
  .environment-page .environment-1 .box ul li,
  .environment-page .environment-3 .box ul li{
    border-bottom: 1px #eee dashed;
  }
  .environment-page .environment-1 .box ul li:last-child,
  .environment-page .environment-3 .box ul li:last-child,
  .environment-page .environment-1 .box ul li:last-child,
  .environment-page .environment-3 .box ul li:last-child{
    border-bottom: none;
  }
  .environment-page .environment-2 .text {
    width: 100%;
    padding: 30px 15px;
  }
  .environment-page .environment-2 .img {
    width: 100%;
  }
  .environment-page .environment-2 .text .content {
    padding-top: 25px;
  }
  .environment-page .environment-4 {
    height: 300px;
    line-height: 300px;
  }
  .environment-page .environment-3 .box, .faq-page .faq-1 .bottom {
    padding-top: 40px;
  }
  .compostable-page .compostable-1 h5 {
    font-size: 16px;
    line-height: 26px;
  }
  .compostable-page .compostable-2 .box ul li .text{
    left: 0 !important;
    padding: 0 0 20px !important;
    width: 100%;
  }
  .compostable-page .compostable-2 .box ul li .img{
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }
  .compostable-page .compostable-2 .box ul li{
    border-bottom: 1px #eee dashed;
  }
  .compostable-page .compostable-2 .box ul li:last-child{
    border-bottom: none;
  }
  .plastic-page .plastic-2 .cir {
    zoom:.6;
  }
  .plastic-page .plastic-4 .left p {
    font-size: 12px;
    line-height: 20px;
  }
  .social-page .social-4 ul li .text{
    left: 0 !important;
    padding: 0 0 20px !important;
    width: 100%;
  }
  .social-page .social-4 ul li .img{
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }
  .social-page .social-4 ul li,
  .social-page .social-4 ul li{
    border-bottom: 1px #eee dashed;
  }
  .social-page .social-4 ul li:last-child,
  .social-page .social-4 ul li:last-child{
    border-bottom: none;
  }
  .social-page .social-3 {
    line-height: 340px;
    height: 340px;
  }
  .social-page .social-1 .text {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .social-page .social-1 .img {
    width: 100%;
  }
  .why-choose-us-page .box ul li .text {
    left: 0 !important;
    padding: 0 0 20px !important;
    width: 100%;
  }
  .why-choose-us-page .box ul li .img {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }
  .why-choose-us-page .box ul li .text {
    padding: 20px 0 0!important;
  }
  .why-choose-us-page .box ul li {
    border-bottom: 1px #eee dashed;
  }
  .why-choose-us-page .box ul li:last-child {
    border-bottom: none;
  }
  .why-choose-us-page h4 {
    font-size: 16px;
    line-height: 24px;
  }
  .why-choose-us-page .box ul li .text h3 {
    font-size: 24px;
  }
  .strength-page .strength-3 .box ul li .text{
    left: 0 !important;
    padding: 0 0 20px !important;
    width: 100%;
  }
  .strength-page .strength-3 .box ul li .img{
     width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }
  .strength-page .strength-3 .box ul li .text{
    padding: 20px 0 0!important;
  }
  .strength-page .strength-3 .box ul li{
    border-bottom: 1px #eee dashed;
  }
  .strength-page .strength-3 .box ul li:last-child{
     border-bottom: none;
  }
  .strength-page .strength-3 .box ul li .text h3 {
    font-size: 24px;
  }
  .strength-page .strength-4 .text {
    margin: 30px auto;
    font-size: 16px;
  }
  .strength-page .strength-1 .text{
    font-size: 16px;
    line-height: 24px;
  }
  .strength-page .strength-3 .box ul li .text {
    padding: 25px !important;
  }
  .strength-page .strength-4 a.more {
    margin-top: 20px;
  }
  .strength-page .strength-4 .text {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .grid-box .text.column{
    width: 100%;
  }
  .prodet-page .prodet-1 .text h3, .prodet-page .prodet-1 .text h1{
    line-height: 1.3;
  }
  .news-page ul li .content p{
  line-height: 1.6;
}
}
@media screen and (max-width: 700px) {
 .environment-page .environment-1{
   padding: 30px 0;
 }
 .environment-page .environment-1 h3{
   font-size: 30px;
   line-height: 1.3;
 }
  .environment-page .environment-1 h5,
  .environment-page .environment-2 .text .content,
  .environment-page .environment-4 .box p {
    font-size: 16px;
    line-height: 24px;
  }
  .environment-page .environment-2 {
    padding: 15px;
  }
  .environment-page .environment-1 h5, .environment-page .environment-2 .text .content, .environment-page .environment-4 .box p {
    font-size: 14px;
  }
  .environment-page .environment-1 .box {
    padding-top: 0;
  }
  .plastic-page .plastic-1 .box ul li .box2 h4 {
    font-size: 16px;
  }
  .plastic-page .plastic-1 .box ul li {
    padding: 10px 15px;
  }
  .plastic-page .plastic-1 .box {
    padding-top: 40px;
  }
  .plastic-page .plastic-1 h5{
    font-size: 16px;
    line-height: 24px;
  }
  .plastic-page .plastic-4 {
    padding: 60px 0;
  }
  .plastic-page .plastic-1 h5{
    font-size: 14px;
  }
  .plastic-page .plastic-1 .box ul li {
    width: 100%;
  }
  .plastic-page .plastic-1 .box {
    padding-top: 0;
  }
  .plastic-page .plastic-2 .cir {
    zoom:.3;
  }
  .plastic-2 h5 {
    font-size: 24px;
    padding: 0 15px;
  }
  .plastic-page .plastic-4 .left {
    width: 100%;
  }
  .plastic-page .plastic-4 .right {
    width: 100%;
    padding-top: 20px;
  }
  .compostable-page .compostable-1 .box ul li {
    padding: 0 5px;
  }
  .compostable-page .compostable-1 .box ul {
    margin: 0 -5px;
  }
  .compostable-page .compostable-1 h5 {
    font-size: 14px;
  }
  .why-choose-us-page .box ul li .text .content{
    font-size: 14px;
  }
  .strength-page .strength-1 .text, 
  .strength-page .strength-3 .box ul li .text .content, 
  .strength-page .strength-4 .text{
    font-size: 14px;
  }
  .environment-page .environment-1 h5 {
    margin-bottom: 30px;
}
.environment-page .environment-1, .environment-page .environment-3{
  padding: 30px 0;
}
.inner-page h2.title{
      font-size: 30px!important;
}
.plastic-page .plastic-1 h3{
  font-size: 30px;
  line-height: 1.3;
}
.plastic-page .plastic-1 .box ul{
  flex-wrap: wrap;
}
.plastic-page .plastic-1 .box ul li .box2{
  padding-left: 0;
}
.about-page2 .about-1{
  padding: 30px 0;
}
.about-page2 .about-1 .left .img .year h2 {
    font-size: 30px;
}
.home-title h2{
  font-size: 34px;
}
.about-page2 .about-2{
  padding: 30px 0;
}
.about-page2 .about-3{
  padding: 30px 0;
}
.about-page2 .about-4{
  padding: 30px 0;
}
.social-page .social-1{
  padding: 30px 0;
}
.social-page .social-3{
  display: none;
}
.social-page .social-2, .social-page .social-4{
  padding: 30px 0;
}
.gallery-page h3{
  font-size: 34px;
}
.faq-page h3{
  font-size: 30px;
  line-height: 1.3;
  margin-top: 30px;
}
.faq-page .init-2 ul.faq li h2{
  font-size: 18px;
  line-height: 1.6;
}
.faq-page .init-2 ul.faq li{
  padding: 10px 15px;
}
.faq-page .init-2 ul.faq li .con{
  font-size: 14px;
  line-height: 1.6;
}
.prodet-page .grid-box.two>.column{
  padding: 0;
}


.prodet-page .prodet-1 .text h3, .prodet-page .prodet-1 .text h1{
  font-size: 27px;
  line-height: 1.5;
}
.strength-page .strength-1{
  padding: 30px 0;
}
.newdet-page h3{
  line-height: 1.4;
}
.newdet-page .content{
  line-height: 1.6;
}
.contact-page .contact-2 .box .left{
  padding-left: 0;
}
.contact-page .contact-2 .box h4{
  font-size: 36px;
}
.contact-page .contact-2 .box .left .list ul li p{
  font-size: 20px;
  line-height: 1.4;
}
}
@media screen and (max-width: 500px){
   .plastic-page .plastic-2 .cir {
    zoom: .25;
  }
  .plastic-page .plastic-3 .box h2 small {
    line-height: 20px;
  }
  .plastic-page .plastic-3{
    display: none;
  }
  .about-page .about-1 .left h4{
    font-size: 26px;
    line-height: 1.4;
  }
  .font-18 {
    font-size: 16px;
}
}

.truth-page{
  padding: 110px 0;
}
.truth-page .top h2{
  font-size: 60px;
  line-height: 1;
  color: #595959;
}
.truth-page .top h3{
  font-size: 70px;
  line-height: 1;
  color: #222222;
  font-family: 'MB';
  margin-top: 19px;
}
.truth-page .top h3::before{
  content: '';
  width: 34.61%;
  height: 16px;
	background-color: #18a422;
  display: inline-block;
  vertical-align: top;
  margin: 27px 50px 0 0;
}
.truth-page .nav{
  padding-top: 102px;
}
.truth-page .nav ul{
  margin-right: -20px;
}
.truth-page .nav ul li{
  padding-right: 20px;
}
.truth-page .nav ul li a{
  display: block;
  padding-bottom: 30px;
  font-size: 16px;
  font-family: 'MSB';
  line-height: 1.7;
  text-transform: uppercase;
  border-bottom: 1px solid #dedede;
  padding-left: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.truth-page .nav ul li a::before {
    content: '';
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: transform .5s ease;
    -moz-transition: transform .5s ease;
    -ms-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    -webkit-transition: transform .5s ease;
    background: #18a422;
  }
  .truth-page .nav ul li a:hover::before,
  .truth-page .nav ul li a.active::before{
    transform: scaleX(1);
    transform-origin: 100% 0;
  }
  .truth-page .nav ul li a.active,
  .truth-page .nav ul li a:hover{
    color: #18a422;
  }
  .culture-1{
    padding-top: 64px;
  }
  .culture-1 .img{
    position: relative;
    z-index: 1;
  }
  .culture-1 .img .i1{
    position: absolute;
    bottom: -78px;
    right: 0;
    z-index: -1;
  }
  .culture-1 .text{
    padding-top: 60px;
  }
  .culture-1 .text h2{
     font-size: 62px;
     font-family: 'MB';
     color: #1a1a1a;
     line-height: 1;
  }
  .culture-1 .text .box{
    padding-top: 80px;
  }
  .culture-1 .text .box .left{
    width: 18%;
    text-align: right;
    padding-top: 104px;
  }
  .culture-1 .text .box .right{
    width: 82%;
  }
  .culture-1 .text .box .right .wz{
    font-size: 16px;
    line-height: 1.8;
    color: #1a1a1a;
    padding-left: 110px;
  }
  .culture-1 .text .box .right .imgs{
    position: relative;
    z-index: 1;
    padding: 109px 0 148px;
  }
  .culture-1 .text .box .right .imgs::after{
    content: '';
    position: absolute;
    bottom: 60px;
    right: 115px;
    background: #f9f1e0;
    width: 62.361%;
    height: 63.1%;
    z-index: -1;
  }
  .culture-1 .text .box .right .imgs img{
    display: inline-block;
  }
  .culture-1 .text .box .right .imgs .i1{
    margin-left: 75px;
  }
  @media screen and (max-width: 1280px) {
    .truth-page .top h2{
      font-size: 54px;
    }
    .truth-page .top h3{
      font-size: 64px;
    }
    .truth-page .top h3::before{
      width: 30%;
    }
    .culture-1 .text .box .right .imgs::after{
      right: 20px;
    }
  }
  @media screen and (max-width: 1100px) {
    .truth-page .top h2 {
     font-size: 46px;
    }
    .truth-page .top h3 {
      font-size: 58px;
    }
    .culture-1 .text .box .right .imgs .i1 {
      margin-left: 49px;
    }
    .culture-1 .text .box .right .imgs::after{
      right: 0;
    }
  }
  @media screen and (max-width: 1000px) {
    .truth-page{
      padding: 60px 0;
    }
    .truth-page .nav{
      padding-top: 60px;
    }
    .truth-page .top h2 {
      font-size: 36px;
    }
    .truth-page .top h3 {
      font-size: 46px;
    }
    .truth-page .top h3::before {
      width: 22%;
      margin: 16px 20px 0 0;
    }
    .truth-page .nav ul li{
      width: 25% !important;
    }
    .culture-1 .img .i1{
      display: none;
    }
    .culture-1{
      padding-top: 60px;
    }
    .culture-1 .text h2{
      font-size: 50px;
    }
    .culture-1 .text .box{
      padding-top: 60px;
    }
    .culture-1 .text .box .right .wz{
      padding-left: 60px;
    }
    .culture-1 .text .box .right .imgs img {
    display: inline-block;
    width: 80%;
    }
    .culture-1 .text .box .right .imgs .i1 {
    margin-left: 20px;
    width: 15%;
}
.culture-1 .text .box .right .imgs{
  padding: 60px 0;
}
.culture-1 .text .box .right .imgs::after{
  display: none;
}
  }

  @media screen and (max-width: 700px) {
    .truth-page{
      padding: 30px 0;
    }
    .truth-page .top h2 {
    font-size: 29px;
}
.truth-page .top h3 {
    font-size: 32px;
}
.truth-page .top h3::before{
  margin: 12px 20px 0 0;
  height: 10px;
}
.truth-page .nav ul li a{
  padding: 0 0 10px 10px;
}
.truth-page .nav{
  padding-top: 30px;;
}
.culture-1{
      padding-top: 30px;
    }
.culture-1 .text{
  padding-top: 30px;
}
.culture-1 .text h2 {
    font-size: 40px;
}
.culture-1 .text .box{
  padding-top: 30px;
}
.culture-1 .text .box .left{
  width: 100%;
  padding-top: 0;
  display: none;
}
.culture-1 .text .box .right{
  width: 100%;
}
.culture-1 .text .box .right .wz{
  padding-left: 0;
}
.culture-1 .text .box .right .imgs{
  padding: 30px 0;
}
  }
  @media screen and (max-width: 500px) {
    .truth-page .top h2 {
    font-size: 22px;
    }
    .truth-page .top h3::before{
      display: none;
    }
    .truth-page .top h3 {
    font-size: 26px;
}
.truth-page .nav ul li {
    width: 50% !important;
    margin-bottom: 5px;
}
.culture-1 .text h2 {
    font-size: 30px;
}
.culture-1 .text .box .right .imgs img {
    display: inline-block;
    width: 77%;
}
  }
  .healthy-1{
    padding: 109px 0 61px;
  }
  .healthy-1 .img{
    position: relative;
    z-index: 1;
  }
  .healthy-1 .img .i1{
    position: absolute;
    right: 0;
    top: 0;
  }
  .healthy-1 .img .i2{
    position: absolute;
    right: 0;
    top: 50px;
  }
  .healthy-1 .img .i3{
    position: absolute;
    right: 32px;
    bottom: -61px;
  }
  .healthy-1 h3{
    font-size: 62px;
    font-family: 'MB';
    line-height: 1;
    color: #1a1a1a;
    margin-top: 96px;
  }
  .healthy-1 .box{ 
    margin-top: 57px;
  }
  .healthy-1 .box .left{
    width: 30%;
  }
  .healthy-1 .box .right{
    width: 70%;
    padding-left: 65px;
    font-size: 16px;
    line-height: 1.8;
    color: #1a1a1a;
  }
  @media screen and (max-width: 1280px) {
    .healthy-1 .img .i1{
      width: 18%;
    }
    .healthy-1 .img .i2{
       top: 38px;
       width: 30%;
    }
  }
  @media screen and (max-width: 1000px) {
    .healthy-1 .img .i1,
    .healthy-1 .img .i2,
    .healthy-1 .img .i3{
      display: none;
    }
    .healthy-1{
      padding: 60px 0;
    }
    .healthy-1 h3{
      font-size: 50px;
      margin-top: 60px;
    }
    .healthy-1 .box .right{
      padding-left: 30px;
    }
  }
  @media screen and (max-width: 700px) {
    .healthy-1{
      padding: 30px 0;
    }
    .healthy-1 h3{
      font-size: 40px;
      margin-top: 30px;
    }
    .healthy-1 .box{
      margin-top: 30px;
    }
    .healthy-1 .box .left{
      width: 100%;
      text-align: center;
    }
    .healthy-1 .box .right{
      width: 100%;
      padding: 20px 0 0 0;
    }
  }
  @media screen and (max-width: 500px) {
    .healthy-1 h3{
      font-size: 29px;
    }
  }

  .life-1{
    padding: 52px 0 103px;
  }
  .life-1 .left{
    width: 43% !important;
  }
  .life-1 .left span{
    font-size: 109px;
    color: rgba(26,26,26,0.05);
    font-family: 'MB';
    line-height: 1;
    display: block;
    margin-top: 45px;
  }
  .life-1 .left .con{
    font-size: 16px;
    line-height: 1.8;
    color: #1a1a1a;
    margin-top: 24px;
    padding-right: 60px;
  }
  .life-1 .right{
    width: 57% !important;
    padding-left: 8px;
    /*padding-left: 65px;*/
    vertical-align: bottom;
    margin-bottom: 57px;
    color: #1a1a1a;
  }
  .life-1 .right h2 {
    font-size: 62px;
    line-height: 1;
    font-family: 'MB';
  }
  .life-1 .right .desc{
    font-size: 16px;
    line-height: 1.8;
    margin-top: 35px;
  }
  .life-1 .right .img{
     /*display: flex;
    display: -moz-box; 
    display: -webkit-flex;
    display: -moz-flex; 
    display: -ms-flexbox; 
    -webkit-box-pack: justify;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    -o-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;*/
    position: relative;
    padding-top: 169px;
  }
  .life-1 .right .img img:nth-child(1){
    position: relative;z-index: 1;
    width: 46%;
  }
  .life-1 .right .img .im1{
    width: 53%;
    padding-left: 30px;
  } 
  .life-1 .right .img .i1{
    position: absolute;
    top: 98px;
    left: 27%;
  }
  .life-2 img{
    width: 100%;
  }
  .life-2 .img2{
    margin-top: 20px;
  }
  .life-2 .text{
    padding-top: 121px;
    font-size: 16px;
    line-height: 1.8;
    color: #1a1a1a;
  }
  @media screen and (max-width: 1280px) {
    .life-1 .left span{
      font-size: 90px;
    }
  }
  @media screen and (max-width: 1100px) {
    .life-1 .left span {
    font-size: 80px;
}
.life-1{
  padding: 50px 0;
}
.life-2{
  padding-top: 0;
}
.life-2 .text{
  padding-top: 60px;
}
  }
  @media screen and (max-width: 1000px) {
    .life-1 .left {
    width: 100% !important;
}
.life-1 .right {
    width: 100% !important;
    padding: 20px 0 0 0;
}
.life-1 .right .img{
  display: none;
}
  }

  @media screen and (max-width: 700px) {
    .life-1 .left .con{
      padding-right: 0;
    }
    .life-1 .right{
      margin-bottom: 0;
    }
    .life-1 .right h2{
      font-size: 50px;
    }
    .life-1 .right .img{
      display: none;
    }
    .life-1{
      padding: 30px 0;
    }
    .life-2 .text{
      padding-top: 30px;
    }
  }

  @media screen and (max-width: 500px) {
    .life-1 .left span {
    font-size: 56px;
}
.life-1 .right h2 {
    font-size: 36px;
}
  }

  .e-1{
    padding: 76px 0 128px;
    position: relative;
    z-index: 1;
  }
  .e-1 .i1{
    width: 35%;
  }
  .e-1 .i2{
    width: 64%;
    padding-left: 42px;
  }
  .e-1 .i3{
    position: absolute;
    bottom: 0;
    left: 25%;
    z-index: -1;
  }
  .e-page .healthy-1{
    padding: 63px 0 0 0;
  }
  .e-2{
    padding: 75px 0 123px;
  }
  .e-2 .text{
    width: 55%;
    margin: 67px 0 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #1a1a1a;
  }

  @media screen and (max-width: 1200px) {
    .environment-page .environment-add2 .content .info{
      width: 49%;
    }
    .environment-page .environment-add2 .content .list{
      display: none;
    }
    .environment-page .environment-add2 .content{
      margin-top: 50px;
    }
    .environment-page .environment-add2{
      padding: 64px 0;
    }
  }
  @media screen and (max-width: 1000px) {
    .e-2 .text{
      width: 84%;
    }
    .environment-page .environment-add1 .box .header .arrow{
      margin: 0 20px;
    }
  }
  @media screen and (max-width: 700px) {
    .e-1{
      display: none;
    }
    .e-2{
      padding: 30px 0;
    }
    .e-2 .text{
      width: 100%;
      margin: 30px auto 0;
    }
    .environment-page .environment-add1{
      display: none;
    }
    .environment-page .environment-add2{
      padding: 30px 0;
    }
    .environment-page .environment-add2 .content{
      display: block;
    }
    .environment-page .environment-add2 .content .info{
      width: 100%;
      margin-bottom: 20px;
      padding: 20px 15px;
    }
    .environment-page .environment-add2 .header h3{
      font-size: 50px;
    }
  }
  @media screen and (max-width: 500px) {
    .inner-page h2.title {
      font-size: 26px!important;
    }
}
