@font-face {
  font-family: 'Century751 SeBd BT';
  src: url('../fonts/Century751BT-SemiBold.eot');
  src: url('../fonts/Century751BT-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Century751BT-SemiBold.woff2') format('woff2'), url('../fonts/Century751BT-SemiBold.woff') format('woff'), url('../fonts/Century751BT-SemiBold.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
.font-bold {
  font-family: 'Montserrat';
}
body {
  font-family: "Arial";
  max-width: 1920px;
  --color: #109147;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1530px;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 110px;
}
#header .nav .ui.menu .logo {
  margin-left: 2%;
}
#header .nav .ui.menu .menu-box {
  height: 100%;
  width: 100%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover>a {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  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;
  font-family: "Century751 SeBd BT";
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 0;
  width: 180px;
  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;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-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 ul {
  position: absolute;
  right: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#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 ul.sub-menu li:hover > ul {
  display: block;
}
#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 .menu-menu-container>.menu>.menu-item.menu-about {
    position: unset !important;
    transform-style:unset !important;
    perspective:unset !important;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content {
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    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);
    transform-origin: top;
    opacity: 0;
    color: black;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about:hover .menu-content {
    transform: rotate3d(0,0,0,-90deg);
    -webkit-transform: rotate3d(0,0,0,-90deg);
    -moz-transform: rotate3d(0,0,0,-90deg);
    -ms-transform: rotate3d(0,0,0,-90deg);
    -o-transform: rotate3d(0,0,0,-90deg);
    opacity: 1
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .container {
    background: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08)
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one {
    width: 45%;
    padding: 0 15px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutTitle {
    font-size: 32px;
    color: #111;
    line-height: 40px;
    margin-bottom: 15px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutDesc {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #666;
    margin-bottom: 20px;
    width: 80%
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutMore {
    font-size: 14px;
    line-height: initial
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .one .aboutMore:hover {
    color: var(--color)
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two {
    width: 25%;
    padding: 0 15px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link {
    margin-top: 16px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link:first-child {
    margin-top: 0
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link a {
    padding: 0;
    margin: 0;
    font-size: 16px;
    display: inline-block;
    position: relative
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background-color: var(--color);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .two .link a:hover:before {
    width: 100%
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .three {
    width: 30%;
    padding: 0 15px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .three img {
    width: 100%
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .three .shipingbiaoti {
    margin-top: 10px;
    font-size: 16px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product {
    position: unset!important;
    transform-style:unset !important;
    perspective:unset !important;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content {
    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);
    transform-origin: top;
    opacity: 0;
    position: absolute;
    top: 100%;
    right: 0;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    color: black;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product:hover .menu-content {
    transform: rotate3d(0,0,0,-90deg);
    -webkit-transform: rotate3d(0,0,0,-90deg);
    -moz-transform: rotate3d(0,0,0,-90deg);
    -ms-transform: rotate3d(0,0,0,-90deg);
    -o-transform: rotate3d(0,0,0,-90deg);
    opacity: 1
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left {
    width: 70%;
    position: relative;
    border-left: 1px solid #ccc
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product {
    font-size: 14px;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product .child-title {
    font-weight: 700;

    margin-bottom: 10px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product .child-title:hover {
    color: var(--color)
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product .child-img {
    width: auto
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product ul {
    font-size: 15px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product ul li {
    margin-top: 10px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .left .left-nav-product ul li a:hover {
    color: var(--color);
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right {
    width: 30%;
    padding: 0 23px 20px;
    font-size: 14px;
    top: 0;
    color: #333
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right ul li {

}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .container {
    background: #fff;
    padding: 40px 30px
}

#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-content .right .child-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
}
.t_1 {
  transition: .5s;
}

#header .nav .ui.menu .box {
  height: 3em;
  padding: 0 1em 0 1.2em;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1.57142857em;
  color: #046353;
}
#header .nav .ui.menu .box .yuy ul {
  right: -0.5em;
}
#header .nav .ui.menu .box .h-search {
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .box .h-search i {
  font-size: 1.2em;
}
#header.active {
  background-color: #046353;
  -webkit-box-shadow: 0 0 10px rgba(4, 99, 83, 0.3);
  box-shadow: 0 0 10px rgba(4, 99, 83, 0.3);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  left: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-right: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  right: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  left: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
span.h2 {
  line-height: 1.3;
}
.text {
  line-height: 1.875;
}
.more {
  height: 3em;
  padding: 0 1.1em;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  white-space: nowrap;
}
.more i {
  font-size: 1.4em;
}
.more:hover {
  background-color: black;
}
span.tag {
  color: var(--color);
  line-height: 1;
}
.bannerScroll {
  height: 150vh;
}
.play {
  width: 80px;
  text-transform: uppercase;
  letter-spacing: .37em;
  position: relative;
  cursor: pointer;
  cursor: hand;
  margin-right: auto;
  margin-left: auto;
}
.play i {
  left: 55%;
  top: 50%;
}
.play svg {
  fill: white;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  display: block;
}
.play path {
  fill: transparent;
}
.play textPath {
  font-family: "Century751 SeBd BT";
}
#banner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
#banner .slick-track {
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}
#banner li {
  position: relative;
}
#banner li > img {
  -webkit-transform: scale(0.52);
  -moz-transform: scale(0.52);
  -ms-transform: scale(0.52);
  transform: scale(0.52);
  transform-origin: 50% 60%;
}
#banner li .content {
  position: absolute;
  right: 0;
  width: 100%;
  top: 54.5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content span.h2 {
  font-family: "Century751 SeBd BT";
  line-height: 1.2;
}
#banner li .content span.h2.left {
  top: -0.52em;
  position: relative;
  margin-left: auto;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
#banner li .content span.h2.right {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
#banner li .content .play {
  margin-top: 17.5%;
}
#banner li .content .play i {
  top: 45%;
}
#banner .dotsText {
  position: absolute;
  right: 11%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner .dotsText dd {
  cursor: pointer;
  cursor: hand;
}
#banner .dots {
  position: absolute;
  left: 11%;
  bottom: 15%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner .dots dd {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  cursor: hand;
}
#banner .dots dd.active {
  border-bottom-color: white;
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.slickBtn {
  gap: 6px;
}
.slickBtn div {
  width: 3em;
  height: 3em;
  border-radius: 0;
 background-color: rgba(0,0,0,.6);
  color: white;
  margin: 0 !important;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.slickBtn div i {
  font-size: 1.5em;
}
.slickBtn div:hover {
  background-color: var(--color);
}
#index-body .init-1 {
  position: relative;
}
#index-body .init-1 span.h1 {
  font-weight: 900;
  bottom: 0;
  right: 0;
  line-height: .8;
  letter-spacing: .05em;
}
#index-body .init-1 .right span.h6 {
  color: var(--color);
  line-height: 1;
  font-weight: bold;
}
#index-body .init-1 .right span.h6 em {
  line-height: .8;
}
#index-body .init-1 .right p {
  color: #898782;
}
#index-body .init-2 .box {
  height: 32.60416667vw;
  padding: 1em;
  position: relative;
  z-index: 1;
}
#index-body .init-2 .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-2 .box span.h7 {
  position: absolute;
  right: 0;
  width: 100%;
  bottom: 5%;
  text-align: center;
  z-index: 1;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box .content {
  width: 100%;
  height: 100%;
  border: 1px solid white;
  position: relative;
  z-index: 1;
  color: white;
  padding: 6%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-2 .box .content span.h6 {
  line-height: 1.2;
}
#index-body .init-2 .box:hover:before,
#index-body .init-2 .box:hover .content {
  opacity: 1;
}
#index-body .init-2 .box:hover span.h7 {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}
#index-body .init-3 .box .left {
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
}
#index-body .init-3 .box .left .nav a {
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .box .left .nav a:hover,
#index-body .init-3 .box .left .nav a.active {
  color: var(--color);
  border-bottom-color: var(--color);
}
#index-body .init-3 .box .left .top {
  position: relative;
  direction: rtl;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
#index-body .init-3 .box .left .top span.h1 {
  white-space: nowrap;
  line-height: .85;
  color: rgba(0, 0, 0, 0.05);
}
#index-body .init-3 .box .left .top span.h1 em {
  text-indent: 1.3em;
}
#index-body .init-3 .box .left .top span.h1 img {
  width: 180%;
  margin-right: -130%;
  max-width: none;
  position: relative;
  -webkit-transform: translateY(0.5%);
  -moz-transform: translateY(0.5%);
  -ms-transform: translateY(0.5%);
  transform: translateY(0.5%);
}
#index-body .init-3 .box .right {
  position: relative;
}
#index-body .init-3 .box .right .slide {
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: -2;
  width: 100%;
  transition: .5s;
}
#index-body .init-3 .box .right .slide.active {
  position: static;
  z-index: 1;
  opacity: 1;
}
#index-body .init-3 .box .right .list li .box2 {
  background-color: #f1f1f1;
  padding: 6%;
  position: relative;
  transition: .5s;
}
#index-body .init-3 .box .right .list .slick-current~div li .box2 {
  margin-top: 10%;
}
#index-body .init-5 .list .slick-slide > div {
  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;
}
#index-body .init-5 .list .slick-slide > div li {
  width: 100%;
}
#index-body .init-5 .list .box {
  height: 17.70833333vw;
  padding: .5em;
  position: relative;
  z-index: 1;
}
#index-body .init-5 .list .box.ie2 {
  height: 11.97916667vw;
}
#index-body .init-5 .list .box:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list .box .content {
  width: 100%;
  height: 100%;
  border: 1px solid white;
  color: white;
  z-index: 2;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list .box .content a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  color: black;
  line-height: .8;
}
#index-body .init-5 .list .box:hover:before {
  opacity: 1;
}
#index-body .init-5 .list .box:hover .content {
  opacity: 1;
}
#index-body .init-6 {
  color: white;
  position: relative;
  z-index: 1;
}
#index-body .init-6 .mask {
  position: absolute;
  right: 0;
  width: 100%;
  top: 0;
  height: 200%;
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  padding: inherit;
  z-index: -1;
}
#index-body .init-6 .mask i {
  width: 2px;
  background-color: rgba(52, 164, 155, 0.1);
}
#index-body .init-6 .left .form {
  padding: 5%;
  background-color: white;
  color: black;
}
#index-body .init-6 .left .form .text {
  color: #858585;
  max-width: 630px;
}
#index-body .init-6 .left .form input,
#index-body .init-6 .left .form textarea {
  width: 100%;
  border: none;
  padding: 0.70588235em 0.82352941em;
  background-color: #f7f7f7;
}
#index-body .init-6 .left .form textarea {
  height: 7.05882353em;
}
#index-body .init-6 .left .form button {
  border: none;
  min-width: 6.70588235em;
}
#index-body .init-6 .right {
  padding: 2% 0;
}
#index-body .init-6 .right a.more {
  margin-top: auto;
}
#index-body #clientX {
  position: fixed;
  z-index: 1;
}
#index-body #clientX a {
  width: 22vw;
  display: block;
  position: absolute;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: -1;
}
#index-body #clientX a.active {
  opacity: 1;
  z-index: 1;
}
#index-body .init-8 {
  background-color: #f5f5f5;
}
#index-body .init-8 .content {
  position: absolute;
  right: 0;
  top: 8%;
  z-index: 2;
  width: 18%;
}
#index-body .init-8 .content span.tag {
  font-weight: 500;
}
#index-body .init-8 .slickBtn {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 18%;
}
#index-body .init-8 .list ul {
  margin: -0.5em;
}
#index-body .init-8 .list ul li {
  padding: .5em;
}
#index-body .init-8 .list ul li a.img-box {
  border: 1px solid #e6e6e6;
}
#index-body .init-8 .list ul .slick-slide > div {
  height: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-8 .list ul .slick-slide.slick-current > div:first-child {
  opacity: 0;
}
#index-body .init-8 .list ul .slick-slide.slick-current + div + div + div + div > div:last-child {
  opacity: 0;
}
#index-body .init-4 {
  color: white;
  position: relative;
  z-index: 1;
}
#index-body .init-4 .mask {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-4 .mask:before {
  content: '';
  position: -webkit-sticky;
  position: sticky;
  height: 100vh;
  width: 100%;
  display: block;
  top: 110px;
  z-index: -1;
  background-image: url("../images/init-4-mask.png");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
#index-body .init-4 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
}
#index-body .init-4 .left span.h2 {
  line-height: 1.66666667;
}
#index-body .init-4 .right ul li {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5% 5% 7%;
  position: -webkit-sticky;
  position: sticky;
  top: 25%;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
#index-body .init-4 .right ul li:nth-last-child(2) {
  position: static;
}
#index-body .init-4 .right ul li i {
  width: 1em;
  height: 1em;
}
#index-body .init-4 .right ul li.active {
  background-color: rgba(255, 255, 255, 0.35);
}
#index-body .init-7 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
#index-body .init-7 .text {
  color: #6c6c6c;
}
#index-body .init-7 .list li {
  border-bottom: 2px solid #cacaca;
}
#index-body .init-7 .list li .box {
  display: none;
}
#index-body .init-7 .list li .box span.h6 i {
  width: .7em;
  height: .7em;
  background-position: center right;
  background-repeat: no-repeat;
  margin-left: .5em;
  background-size: contain;
}
#index-body .init-7 .list li .box2 i {
  cursor: pointer;
  cursor: hand;
}
#footer {
  color: white;
}
#footer hr {
  background-color: rgba(255, 255, 255, 0.5);
  overflow: unset;
}
#footer .share {
  line-height: 1;
}
#footer .share hr {
  height: 1em;
  width: 1px;
}
#footer .share a:hover {
  text-decoration: underline;
}
#footer .slide span.h6 {
  line-height: 1;
}
#footer .slide hr {
  max-width: 180px;
  width: 100%;
  position: relative;
  margin-right: 0;
  margin-left: auto;
}
#footer .slide hr:after {
  content: '';
  width: 25px;
  height: 3px;
  background-color: white;
  position: absolute;
  right: 0;
  top: -1px;
}
#footer .slide .info,
#footer .slide .nav {
  line-height: 2;
}
#footer .slide .info {
  max-width: 320px;
}
#footer .slide .nav a:hover {
  text-decoration: underline;
}
#footer .slide .nav ul ul {
  display: none;
}
#footer .slide #ewm {
  max-width: 100px;
  border: 4px solid white;
}
#footer span.h2 {
  line-height: 1.875;
}
#footer form ul li input {
  width: 100%;
  border-radius: 1em;
  border: none;
  background-color: white;
  color: black;
  padding: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer form ul li input::-webkit-input-placeholder {
  color: rgba(80, 80, 80, 0.48);
  text-transform: uppercase;
}
#footer form ul li input:-moz-placeholder {
  color: rgba(80, 80, 80, 0.48);
  text-transform: uppercase;
}
#footer form ul li input::-moz-placeholder {
  color: rgba(80, 80, 80, 0.48);
  text-transform: uppercase;
}
#footer form ul li input:-ms-input-placeholder {
  color: rgba(80, 80, 80, 0.48);
  text-transform: uppercase;
}
#footer form ul li input::placeholder {
  color: rgba(80, 80, 80, 0.48);
  text-transform: uppercase;
}
#footer form ul li input[type="submit"] {
  background-color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  color: white;
}
#footer form ul li input[type="submit"]:hover {
  background-color: var(--color);
}
#footer .coy svg {
  max-height: 1.66666667em;
  width: auto;
  display: block;
  fill: white;
}
@media screen and (max-width: 1700px) {
  #index-body .init-3 .box .left .top {
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    transform: translateX(10%);
  }
}
@media screen and (max-width: 1250px) {
  #banner li .content .box {
    zoom: .7;
  }
  .font-em-40 {
    font-size: 3em;
  }
  #index-body .init-5 .list .box .content,
  #index-body .init-5 .list .box:before,
  #index-body .init-2 .box .content,
  #index-body .init-2 .box:before {
    opacity: 1;
  }
  #index-body .init-2 .box span.h7 {
    display: none;
  }
  #index-body .init-5 .list .box.ie2,
  #index-body .init-5 .list .box {
    height: 20vw;
  }
}
@media screen and (max-width: 1000px) {
  .bannerScroll {
    height: auto;
  }
  #banner li > img {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
  }
  #index-body .init-4 .left {
    position: static;
  }
  #index-body .init-4 .mask:before {
    position: absolute;
    top: 0;
  }
  #index-body .init-4 .right ul li {
    position: static !important;
    opacity: 1 !important;
  }
  #banner .dotsText,
  #banner .dots {
    display: none;
  }
  #banner li .content span.h2 {
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    top: 0 !important;
    display: block;
    text-align: center;
  }
  #banner li .content .play {
    margin-top: 10% !important;
  }
  #index-body .init-5 .list .box.ie2,
  #index-body .init-5 .list .box {
    height: 50vw;
  }
  #index-body .init-2 .box {
    height: 50vw;
  }
  #index-body .init-8 .content {
    width: 24%;
  }
  #index-body .init-8 .slickBtn {
    display: none;
  }
  #footer .slide .info {
    margin-bottom: 0;
  }
  #footer .slide #ewm {
    display: none;
  }
  #footer .slide {
    display: none;
  }
  #footer .slide:first-child {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-3 .box .left {
    display: none;
  }
  #index-body .init-3 .box .right .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .init-3 .box .right {
    width: 100%;
  }
  .font-36 {
    font-size: 24px;
  }
  #index-body .init-8 .content {
    position: static;
    width: 100%;
    margin-bottom: 5%;
  }
  #index-body .init-8 .list ul .slick-slide.slick-current > div:first-child {
    opacity: 1;
  }
  #index-body .init-7 .list li .box {
    display: block !important;
  }
  #index-body .init-7 .list li .box > div {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-7 .list li .box > div .img-box {
    width: 100%;
    opacity: 1;
  }
  #index-body .init-7 .list li .box > div .content {
    width: 100%;
    opacity: 1;
  }
  #index-body .init-7 .list li .box2,
  #index-body #clientX {
    display: none !important;
  }
  .font-em-40 {
    font-size: 2em;
  }
  #index-body .init-2 .box {
    height: 280px;
  }
}
.inner-banner {
  color: white;
}
.inner-banner span.h2 {
  font-family: 'Century751 SeBd BT';
  line-height: 1;
}
.inner-page .sideBarBox .sideBarTop form {
  width: 320px;
  max-width: 100%;
  height: 2.25em;
  background-color: #f2f1ec;
  border-radius: 0.25em;
}
.inner-page .sideBarBox .sideBarTop form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.2em;
}
.inner-page .sideBarBox .sideBarTop form button {
  border: none;
  background-color: transparent;
  width: 3em;
}
.inner-page .sideBarBox .sideBarTop h1 {
  line-height: 1;
}
.inner-page .sideBarBox .sideBarBottom {
  border-top: 1px solid #f5f5f5;
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight {
  border-right: 1px solid #f5f5f5;
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav {
  line-height: 1.2;
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav i.active {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li a.active {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li a.active i {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li a.active i.active {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li .active ~ ul {
  display: block;
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav span.h6 {
  color: var(--color);
}
.inner-page .m-page > div {
  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;
  gap: .5em;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 2em;
  height: 2em;
  border: 1px solid #eee;
  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;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}
.product-page .product-box {
  height: 26.04166667vw;
  padding: 2% 5%;
}
.product-page .product-box .content {
  padding: 2% 4%;
  border-right: 10px solid #046353;
  background-color: rgba(4, 99, 83, 0.2);
  color: white;
  max-width: 75%;
}
.product-page .product-box .content span.h6 {
  line-height: 1.2;
}
.product-page .product-box .content .text {
  line-height: 1.47058824;
      max-height: 80px;
    overflow: overlay;
}
.prodet-page .prodet-1 .left .slick-track {
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}
.prodet-page .prodet-1 .right {
  padding: 1% 0 5%;
}
.prodet-page .prodet-1 .right .small {
  margin: auto 0;
}
.prodet-page .prodet-1 .right .small img {
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .small .slick-current img {
  opacity: 1;
}
.prodet-page .prodet-1 .right .m-link {
  color: #5c5c5c;
}
.prodet-page .prodet-2 {
  color: white;
  z-index: 1;
}
.prodet-page .prodet-2 .mask {
  position: absolute;
  width: 100%;
  height: 200%;
  top: -25%;
  z-index: -1;
}
.prodet-page .prodet-2 .mask i {
  background-color: rgba(255, 255, 255, 0.1);
  width: 2px;
  height: 100%;
}
.prodet-page .prodet-2 .table {
  padding: 3.5%;
  background-color: white;
  color: black;
}
.prodet-page .prodet-2 .table table tr:nth-child(even) {
  background-color: #f4f4f4;
}
.prodet-page .prodet-2 .table table td {
  border: none;
  padding: .9em 2em;
}
.prodet-page .prodet-2 .table table td:first-child {
  width: 30% !important;
}
.prodet-page .prodet-2 .table table td:last-child {
  width: 70% !important;
}
.prodet-page .prodet-3 .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-3 .text p:before {
  content: '';
  width: 0.41176471em;
  height: 0.41176471em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .7em;
  margin-left: 1.41176471em;
}
.prodet-page .prodet-4 {
  background-color: #f8f8f8;
}
.prodet-page .prodet-4 .list .box {
  background-color: white;
  padding: 5%;
}
.prodet-page .prodet-4 .list .box a.link {
  color: var(--color);
}
.prodet-page .prodet-4 .list .box a.link i {
  font-size: 1.5em;
}
.about-page .about-1 .text {
  color: #747474;
}
.about-page .about-1 .list span.h6 {
  line-height: 1;
  color: var(--color);
  font-weight: bold;
}
.about-page .about-1 .list p {
  color: #898782;
}
.about-page .about-2 {
  color: white;
}
.about-page .about-2 .box2 {
  padding: 10%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-page .about-2 .box2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.about-page .about-3 .img {
  position: absolute;
  bottom: 105%;
  left: 60%;
}
.about-page .about-3 img.font-66 {
  width: 1em;
}
.about-page .about-3 .right li i {
  width: 1em;
  height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about-page .about-3 .right li i img {
  max-width: 100%;
  max-height: 100%;
}
.about-page .about-3 .right li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .right li:hover i {
  -webkit-filter: unset;
  filter: unset;
}
.about-page .about-3 .right li:hover span.h6 {
  color: var(--color);
}
.about-page .about-4 {
  background-color: #f8f9ff;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.about-page .about-4 .img .play {
  width: 7.5em;
  height: 7.5em;
  letter-spacing: .25em;
  background-color: #f8f9ff;
  color: black;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(30%, 30%);
  -moz-transform: translate(30%, 30%);
  -ms-transform: translate(30%, 30%);
  transform: translate(30%, 30%);
  border-radius: 100%;
}
.about-page .about-4 .img .play svg {
  fill: black;
}
.about-page .about-4 .img .play i {
  width: 2.75em;
  height: 2.75em;
  border-radius: 100%;
  background-color: #636466;
  color: white;
  right: 50%;
  top: 50%;
}
.about-page .about-4 .img .play i:before {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.about-page .about-4 .text {
  color: #707070;
}
.sustainable-page .sustainable-1 .text {
  color: #747474;
}
.sustainable-page .sustainable-1 .img {
  min-height: 31.77083333vw;
  color: white;
  padding: 5% 7.5% 10%;
}
.sustainable-page .sustainable-1 .img .text {
  color: inherit;
}
.sustainable-page .sustainable-1 .img .play {
  position: absolute;
  left: 17.5%;
  bottom: 0;
  -webkit-transform: translate(0, 80%);
  -moz-transform: translate(0, 80%);
  -ms-transform: translate(0, 80%);
  transform: translate(0, 80%);
}
.sustainable-page .sustainable-1 span.h1 {
  line-height: 1;
  font-family: "Century751 SeBd BT";
  margin-top: auto;
  opacity: .05;
}
.sustainable-page .sustainable-2 .text {
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
}
.sustainable-page .sustainable-2 .list {
  z-index: 1;
}
.sustainable-page .sustainable-2 .list span.h1 {
  line-height: .8;
  font-family: "Century751 SeBd BT";
  opacity: .05;
  top: -2%;
  right: 0;
  z-index: -1;
}
.sustainable-page .sustainable-2 .list li {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8.5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-2 .list li i {
  width: 1em;
  height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-2 .list li i img {
  max-width: 100%;
  max-height: 100%;
}
.sustainable-page .sustainable-2 .list li span.h6 {
  line-height: 1.2;
}
.sustainable-page .sustainable-2 .list li .text {
  color: #808080;
}
.sustainable-page .sustainable-2 .list li:hover {
  background-color: rgba(16, 145, 71, 0.9);
  color: white;
}
.sustainable-page .sustainable-2 .list li:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.sustainable-page .sustainable-2 .list li:hover .text {
  color: inherit;
}
.sustainable-page .sustainable-3 .list .right {
  padding: 0 6%;
}
.sustainable-page .sustainable-4 {
  background-color: #f7f7f7;
}
.sustainable-page .sustainable-4 .list {
  -webkit-filter: drop-shadow(0 16px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 16px 10px rgba(0, 0, 0, 0.2));
  overflow: hidden;
}
.sustainable-page .sustainable-4 .list .slick-list {
  overflow: unset;
}
.sustainable-page .sustainable-4 .list li img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-4 .list li:hover img {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.sustainable-page .sustainable-5 {
  color: white;
}
.sustainable-page .sustainable-5 .text {
  max-width: 1030px;
  margin-right: auto;
  margin-left: auto;
}
.sustainable-page .sustainable-5 span.tag {
  color: inherit;
}
.innovation-page .innovation-1 {
  background-color: white;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center top;
}
.innovation-page .innovation-1:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: inherit;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.innovation-page .innovation-2 {
  background-color: #f6f7fc;
}
.innovation-page .innovation-2 .left .slickBtn {
  gap: 1em;
}
.innovation-page .innovation-2 .left .slickBtn div {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.innovation-page .innovation-2 .left .slickBtn div i {
  font-size: 1em;
}
.innovation-page .innovation-2 .left .slickBtn div:hover {
  background-color: black;
}
.innovation-page .innovation-2 .right ul {
  filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.05)) 
}
.innovation-page .innovation-2 .right li .box {
  padding: 15% 10% 0;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.innovation-page .innovation-2 .right li hr {
  width: 34px;
  height: 4px;
  background-color: var(--color);
  margin-right: 0;
  margin-left: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.innovation-page .innovation-2 .right li .text {
  margin-bottom: auto;
}
.innovation-page .innovation-2 .right li .num {
  line-height: .7;
  opacity: .1;
  text-align: left;
  position: relative;
  left: -17%;
  bottom: 0;
}
.innovation-page .innovation-2 .right li .box:hover {
  background-color: var(--color);
  color: white;
}
.innovation-page .innovation-2 .right li .box:hover hr {
  background-color: white;
}
.innovation-page .innovation-3 {
  color: white;
      /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.innovation-page .innovation-3 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.innovation-page .innovation-3 .right .list li {
  padding: 7.5% 6%;
  background-color: rgba(255, 255, 255, 0.2);
}
.innovation-page .innovation-4 .img {
  width: 130%;
}
.contact-page .contact-1 .share {
  line-height: 1;
}
.contact-page .contact-1 .box2 {
  background-color: white;
}
.contact-page .contact-1 .box2 .text {
  color: #858585;
}
.contact-page .contact-1 .box2 input,
.contact-page .contact-1 .box2 textarea {
  width: 100%;
  padding: .6em .8em;
  border-radius: 0.70588235em;
  border: none;
  background-color: #f7f7f7;
}
.contact-page .contact-1 .box2 textarea {
  height: 7.05882353em;
}
.contact-page .contact-1 .box2 button {
  height: 2.70588235em;
  padding: 0 2em;
  border: none;
}
.contact-page .contact-2 {
  background-color: #fcfcfc;
}
.contact-page .contact-2 span.icon {
  line-height: 1;
  color: var(--color);
}
.contact-page .contact-2 hr {
  background-color: #c1cbd5;
  position: relative;
  overflow: unset;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 hr:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: inherit;
}
.contact-page .contact-2 span.h6 {
  line-height: 1.2;
}
.contact-page .contact-2 a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #efefef;
  background-color: white;
  margin-right: auto;
  position: relative;
  right: 4%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 li {
  padding: 8% 4% 0;
  position: relative;
  z-index: 1;
}
.contact-page .contact-2 li:before {
  content: '';
  background-image: url("../images/contact-2-bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.contact-page .contact-2 li:hover hr {
  background-color: var(--color);
}
.contact-page .contact-2 li:hover a.link {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.contact-page iframe {
  border: none;
}
.pack-page .pack-1 .nav a {
  background-color: #cacaca;
}
.pack-page .pack-1 .nav a.active {
  background-color: var(--color);
}
.pack-page .pack-1 span.h6 {
  color: var(--color);
}
.pack-page .pack-2 .list {
  padding: 0 14%;
  overflow: hidden;
  position: relative;
}
.pack-page .pack-2 .list .content {
  bottom: 0;
  right: 0;
  width: 100%;
  color: white;
  z-index: 1;
  padding: 5%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.pack-page .pack-2 .list .content span.tag {
  color: inherit;
}
.pack-page .pack-2 .list .content span.h2 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.pack-page .pack-2 .list .slick-list {
  overflow: unset;
}
.pack-page .pack-2 .list li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(43, 54, 37, 0.75);
  transition: .5s;
}
.pack-page .pack-2 .list .slick-slide li {
  -webkit-transform: scale(0.8) translateX(-20%);
  -moz-transform: scale(0.8) translateX(-20%);
  -ms-transform: scale(0.8) translateX(-20%);
  transform: scale(0.8) translateX(-20%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  filter: blur(3px);
}
.pack-page .pack-2 .list .slick-slide.slick-current {
  z-index: 1;
}
.pack-page .pack-2 .list .slick-slide.slick-current.slick-slide li {
  -webkit-transform: scale(1) translateX(0) !important;
  -moz-transform: scale(1) translateX(0) !important;
  -ms-transform: scale(1) translateX(0) !important;
  transform: scale(1) translateX(0) !important;
  filter: unset;
}
.pack-page .pack-2 .list .slick-slide.slick-current li:before {
  opacity: 0;
}
.pack-page .pack-2 .list .slick-slide.slick-current li .content {
  opacity: 1;
}
.pack-page .pack-2 .list .slick-slide.slick-current + div li {
  -webkit-transform: scale(0.8) translateX(20%);
  -moz-transform: scale(0.8) translateX(20%);
  -ms-transform: scale(0.8) translateX(20%);
  transform: scale(0.8) translateX(20%);
}
.pack-page .pack-2 .list .slickBtn div {
  width: 14%;
  height: 100%;
  top: 0 !important;
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  background-color: transparent;
  font-family: "Century751 SeBd BT";
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20% 0;
}
.pack-page .pack-2 .list .slickBtn div.prev {
  right: 0;
  -webkit-writing-mode: sideways-rl;
  -ms-writing-mode: sideways-rl;
  writing-mode: sideways-rl;
}
.pack-page .pack-2 .list .slickBtn div.next {
  left: 0;
  right: auto !important;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
}
.pack-page .pack-3 {
  background-color: #f8f8f8;
}
.pack-page .pack-3 .list .box {
  background-color: white;
  padding: 5%;
}
.pack-page .pack-3 .list .box a.link {
  color: var(--color);
}
.pack-page .pack-3 .list .box a.link i {
  font-size: 1.5em;
}
.pack-page .pack-4 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pack-page .pack-4 span.h6 {
  line-height: 1.2;
  color: var(--color);
}
.pack-page .pack-4 span.h6:before {
  content: '';
  width: 0.35em;
  height: 0.35em;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  margin-top: .4em;
}
.pack-page .pack-4 .text {
  color: #525252;
}
.pack-page .pack-4 .text strong {
  color: black;
}
.pack-page .pack-4 .left ul {
  grid-template-columns: 52% 44%;
  grid-auto-rows: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.pack-page .pack-4 .left li {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}
.pack-page .pack-4 .left li:nth-child(2) {
  grid-row: span 2;
  position: relative;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.news-page time {
  color: #b4b4b4;
}
.news-page .text {
  color: #6c6c6c;
}
.news-page .list li {
  background-color: #f8f9ff;
  padding: 5%;
}
.newdet-page .m-link em {
  opacity: .5;
}
.newdet-page .form ul li:first-child {
  grid-column: span 3;
}
.newdet-page .form ul li label {
  display: block;
  color: #666;
  margin-bottom: 1em;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  width: 100%;
  padding: .5em;
  border: 1px solid #eee;
}
.newdet-page .form ul li textarea {
  height: 8em;
}
.newdet-page .form ul li button {
  border: none;
}
@media screen and (max-width: 1250px) {
  .sustainable-page .sustainable-1 .img {
    min-height: 40vw;
  }
  .innovation-page .innovation-4 .img {
    width: 100%;
  }
  .contact-page iframe {
    height: 38vw;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-3 .img {
    display: none;
  }
  .about-page .about-2 .box2 {
    padding: 7%;
  }
  .innovation-page .innovation-3 .left {
    position: static;
  }
  .inner-page .sideBarBox .sideBarBottom .sideBarRight {
    display: none;
  }
  .pack-page .pack-4 .left li:nth-child(2) {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .product-page .product-box {
    height: 40vw;
  }
  .sustainable-page .sustainable-1 .img .play {
    left: 16.5%;
  }
  .play {
    width: 60px;
  }
  .sustainable-page .sustainable-3 .list .right {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 700px) {
  .font-24 {
    font-size: 16px;
  }
  .sideBarTop {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sideBarTop .left {
    width: 100%;
    margin-bottom: 5%;
  }
  .sideBarTop .right {
    width: 100%;
  }
  .inner-page .sideBarBox .sideBarTop form {
    width: 100%;
  }
  .font-32 {
    font-size: 20px;
  }
  .newdet-page .form ul li:first-child {
    grid-column: span 1;
  }
  .newdet-page .form ul,
  .contact-page .contact-2 .list ul {
    grid-template-columns: 1fr;
  }
  .about-page .about-4 .img .play {
    width: 7em;
    height: 7em;
  }
  .about-page .about-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .list ul li {
    width: 48%;
  }
  .contact-page iframe,
  .product-page .product-box,
  .sustainable-page .sustainable-1 .img {
    height: 70vw;
  }
  .pack-page .pack-2 .list .content span.h2 {
    font-size: 16px;
  }
  .pack-page .pack-2 .list .slickBtn div {
    font-size: 14px;
  }
  .pack-page .pack-2 .list .slickBtn div i {
    font-size: 1em;
  }
  .more i {
    font-size: 1.2em;
  }
  .more {
    height: 2.6em;
  }
  .product-page .product-box .content {
    max-width: 100%;
  }
  .sustainable-page .sustainable-1 .img .play {
    left: 12%;
  }
}


.inner-page .sideBarBox .sideBarBottom .sideBarRight .post ul li img{
      min-height: 75px;
    width: 100%;
    object-fit: cover;
}

.prodet-page.inner-page .prodet-1 .box .left ul li a img,
.prodet-page .prodet-1 .right .small .slick-current img {
    background-color: #f1f1f1;
}

.prodet-page .prodet-1 .right .small img{
      border: 1px solid #ccc;
}

.prodet-1 .box .left {
    position: sticky;
    top: 120px;
}

.inner-page .sideBarBox .sideBarBottom .list ul li a.img-box {
    background-color: #f1f1f1;
}

.inner-page .sideBarBox .sideBarBottom .list ul li .img-box:hover img{
  -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    transform: translate3d(10px, 5px, 15px);
    filter: drop-shadow(0.8rem 0.5rem 3px rgba(0,0,0,0.1));
}

.down {
    background: #f2f1ec;
    border-radius: 0.25em;
}

.ny-video {
    position: relative;
}
.ny-video .play {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
        z-index: 1;
}

.ny-video:after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
}


.sideBarLeft .list dl dd .top .title {
    color: #046353;
    font-weight: bold;
        text-transform: capitalize;
}




.shaixuan .cp {
    border: 1px solid var(--color);
    border-radius: 5px;
    margin-bottom: 5px;
    color: var(--color);
    position: relative;
}
.shaixuan .cp ul {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: white;
  padding: 10px;
  display: none;
  color: black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 1px;
  z-index: 1;
}
.shaixuan .cp:hover> ul {
  display: block;
}
.shaixuan .cp ul li a {
  padding: .5em 0;
  display: block;
  border-bottom: 1px solid #eee;
}
.shaixuan .cp ul li a:hover {
  border-color: var(--color);
}
.pack-page .pack-1 .ret {
  position: relative;
}
/*.pack-page .pack-1 .ret .slide {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
}
.pack-page .pack-1 .ret .slide.active {
  position: static;
  opacity: 1;
  z-index: 1;
}*/
#header .nav .menu-menu-container>.menu>.menu-item.menu-about .menu-content .news-one {
    width: 70%;
}




.prodet-page .prodet-2 .left .faqC{

}
.prodet-page .prodet-2 .left .faqC ul li .box .faqTitle{
    cursor: pointer;
    position: relative;
    background: #fff;
    border-radius: 10px;
    color: #000;
}
.prodet-page .prodet-2 .left .faqC ul li .box .faqContent{
    display: none;
}
.prodet-page .prodet-2 .left .faqC ul li .box .faqContent p{
  display: inline;
}
.prodet-page .prodet-2 .left .faqC ul li .box .faqTitle i{
  position: absolute;
  left: 20px;
}
.pack-page {
  word-break: break-word;
}
.pack-page .pack-1 .ret .right .text p i {
    width: 15px;
}
.about-13 .box .left {
    position: sticky;
    top: 150px;
}

.about-13 .box .right .list ul li {
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1000px) {
  .prodet-1 .box .left {
    position: static;
  }
  .about-13 .box .left {
    position: static;
  }
}