.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1570px;
  margin: auto;
  width: 100%;
}
/*.tr_5 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.more {
  position: relative;
  z-index: 1;

  overflow: hidden;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 17px 18px 13px 17px;
  color: #fefefe;
  background: rgba(16, 145, 71, 0.8);
  border-radius: 5px;
}
.more::after,
.more::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transform: skew(90deg) translate(-50%, -50%);
  -moz-transform: skew(90deg) translate(-50%, -50%);
  -ms-transform: skew(90deg) translate(-50%, -50%);
  transform: skew(90deg) translate(-50%, -50%);
  position: absolute;
  inset: 50%;
  left: 25%;
  z-index: -1;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  background-color: #0c0c0c;
}
.more::before {
  top: -50%;
  left: -25%;
  -webkit-transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
  -moz-transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
  -ms-transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
  transform: skew(90deg) rotate(180deg) translate(-50%, -50%);
}
.more:hover::before {
  -webkit-transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
  -moz-transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
  -ms-transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
  transform: skew(45deg) rotate(180deg) translate(-50%, -50%);
}
.more:hover::after {
  -webkit-transform: skew(45deg) translate(-50%, -50%);
  -moz-transform: skew(45deg) translate(-50%, -50%);
  -ms-transform: skew(45deg) translate(-50%, -50%);
  transform: skew(45deg) translate(-50%, -50%);
}
.img_bg {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: 0 0;
  outline: 0;
  border: none;
}
.search-box form input[type=text] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type=submit] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.t_1 {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a,
#header img {
  display: block;
}
#header img {
  width: 100%;
}
#header .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#header .nav .menu .menu-box {
  position: unset;
}
#header .nav .menu .menu-box .cont .left {
  position: relative;
}
#header .nav .menu .menu-box .cont .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header .nav .menu .menu-box .cont .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header .nav .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  margin: 0 0 0 auto;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  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;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 50px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  padding: 30px 10px;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  color: #fff;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  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;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
  color: #000;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active a,
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover a {
  color: #fff;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active a::before,
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about {
  position: unset;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
#header .nav .menu .menu-box .menu_c .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, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .one {
  width: 45%;
  padding: 0 15px;
}
#header .nav .menu .menu-box .menu_c .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-box .menu_c .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-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .one .aboutMore {
  font-size: 14px;
  line-height: initial;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .one .aboutMore:hover {
  color: #109147;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .two {
  width: 25%;
  padding: 0 15px;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .two .link {
  margin-top: 16px;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .two .link:first-child {
  margin-top: 0;
}
#header .nav .menu .menu-box .menu_c .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;
  color: #000;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .two .link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background-color: #109147;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .two .link a:hover::before {
  width: 100%;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .three {
  width: 30%;
  padding: 0 15px;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .three img {
  width: 100%;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about .menu-content .three .shipingbiaoti {
  margin-top: 10px;
  font-size: 16px;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-about:hover .menu-content {
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product {
  position: unset;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content {
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  position: absolute;
  background: #fff;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 30px 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left {
  width: 70%;
  position: relative;
  border-right: 1px solid #ccc;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product {
  font-size: 14px;
  width: 25%;
  padding-right: 20px;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-title {
font-size: 17px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 10px;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-title a,
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right .child-title a{
  color: #000;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-title a:hover {
  color: #109147;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product .child-img {
  width: auto;
  border: 1px solid #eee;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul {
  font-size: 16px;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul li {
  margin-top: 10px;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .left .left-nav-product ul li a:hover {
  color: #109147;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right {
    width: 30%;
    padding: 0px 20px 20px 50px;
    font-size: 14px;
    top: 0;
    color: #333;
    margin-left: 0;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right .child-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product .menu-content .right ul li {

  padding: 10px;
}
#header .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-product:hover .menu-content {
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header .nav .menu .menu-box .right {
  margin-left: 40px;
  padding: 24px 26px;
  position: relative;
  z-index: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
#header .nav .menu .menu-box .right .search {
  margin-left: 30px;
  cursor: pointer;
}
#header .nav .menu .menu-box .right .search .img {
  width: 24px;
  height: 24px;
}
#header .nav .menu .menu-box .right .lang_cont .c_cont {
  background-color: #109147;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
#header .nav .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: uppercase;
}
#header .nav .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  border-bottom: 3px solid #333;
}
#header .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  text-align: left;
  font-size: 14px;
}
#header .nav .lang_cont .lang li a:hover {
  background: #000;
  color: #fff;
}
#header .nav .lang_cont .lang li a img {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  margin-right: 10px;
}
#header .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
#header.active .nav {
  background: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
#header.active .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  color: #000;
}
#header.active .nav .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  background: #109147;
}
#header.active .nav .menu .menu-box .right .search {
  overflow: hidden;
}
#header.active .nav .menu .menu-box .right .search .img {
  -webkit-filter: drop-shadow(0 -100px #000);
  filter: drop-shadow(0 -100px #000);
  position: relative;
  top: 100px;
}
/*#header.active a.logo img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}*/
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.wrapper_con {
  width: 19px;
  height: 40px;
  position: absolute;
  top: -2px;
  overflow: hidden;
  display: none;
}
.right {
  right: -2px;
}
.left {
  left: -2px;
}
.circleProgress {
  width: 38px;
  height: 38px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.rightcircle {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  right: 0;
}
.leftcircle {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  left: 0;
}
@-webkit-keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_right {
  0% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_left {
  0%,
  50% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes i_fall {
  0% {
    top: -10rem;
  }
  100% {
    top: 100%;
  }
}
@-moz-keyframes i_fall {
  0% {
    top: -10rem;
  }
  100% {
    top: 100%;
  }
}
@keyframes i_fall {
  0% {
    top: -10rem;
  }
  100% {
    top: 100%;
  }
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner .swiper-slide {
   -o-background-size: 100% auto;
    background-size: 100% auto;
    position: relative;
    width: 100%;
    height: 56vw;
    max-height: 745px;
    -o-background-size: cover;
    background-size: cover;
    z-index: 2
}
#banner .swiper-slide .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-background-size: cover;
    background-size: cover;
}
#banner .swiper-slide > img {
  width: 100%;
  height: 100%;
}
#banner .swiper-slide .text {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
}
#banner .swiper-slide .text .box {
  max-width: 640px;
}
#banner .swiper-slide .text .box .title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#banner .swiper-slide .text .box .btn {
  margin-top: 28px;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: .7s;
  -moz-transition-delay: .7s;
  transition-delay: .7s;
}
#banner .swiper-slide .text .box .btn .more:last-child {
  margin-left: 36px;
}
#banner .swiper-slide-active .text .box .title,
#banner .swiper-slide-active .text .box .btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#banner .swiper-button-prev,
#banner .swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 47.6%;
  cursor: pointer;
  width: 57px;
  height: 59px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .swiper-button-prev:hover,
#banner .swiper-button-next:hover {
  background-color: rgba(16, 145, 71, 0.6);
}
#banner .swiper-button-prev {
  left: 86px;
  background: url(../images/inner-l.png) no-repeat center rgba(0, 0, 0, 0.6);
}
#banner .swiper-button-next {
  right: 84px;
  background: url(../images/inner-r.png) no-repeat center rgba(0, 0, 0, 0.6);
}
#banner .f-14 {
  display: block;
  color: #fff;
  line-height: 38px;
}
#banner .swiper-pagination {
  position: initial;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
#banner .swiper-pagination > span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
#banner .swiper-pagination-bullet {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0);
  background: transparent;
  opacity: 1;
  color: transparent;
  position: relative;
  margin-right: 26px;
  cursor: pointer;
}
#banner .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
#banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid transparent;
  background-color: transparent;
  color: #ffffff;
}
#banner .swiper-pagination-bullet-active::after {
  background: #fff;
}
#banner .swiper-pagination-bullet-active .rightcircle {
  -webkit-animation: circleProgressLoad_right 6.1s linear infinite;
  -moz-animation: circleProgressLoad_right 6.1s linear infinite;
  animation: circleProgressLoad_right 6.1s linear infinite;
}
#banner .swiper-pagination-bullet-active .leftcircle {
  -webkit-animation: circleProgressLoad_left 6.1s linear infinite;
  -moz-animation: circleProgressLoad_left 6.1s linear infinite;
  animation: circleProgressLoad_left 6.1s linear infinite;
}
#banner .swiper-pagination-bullet-active .wrapper_con {
  display: block;
}
#banner .swiper-pagination-bullet-active .f-14 {
  color: #fff;
}
#banner .page {
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  bottom: 58px;
  color: #fff;
}
#banner .page .ui.container {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#banner .page .scroll {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
}
#banner .page .scroll .swiper-scrollbar {
  position: relative;
  width: 81px;
  height: 1px;
  background: #fff;
}
#banner .page .scroll .swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  top: -1px;
  background: #fff;
}
#banner .page .scroll span {
  font-size: 14px;
  letter-spacing: 1px;
  margin-left: 19px;
  text-transform: uppercase;
}
.font-20 {
  line-height: 1.5;
}
#index-body span.tag {
  font-size: 18px;
  color: #109147;
  line-height: 1.6;
  display: block;
}
#index-body .title {
  font-weight: bold;
  line-height: 1.5;
  color: #0a0a0a;
  margin-top: 7px;
}
#index-body .about {
  /*padding: 102px 0 108px;*/
  position: relative;
  z-index: 1;
  overflow: hidden;
  /*background: url(../images/a-3.png) no-repeat left top;
  background-size: auto 100%;*/
  /*background-attachment: fixed;*/
}
#index-body .about::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 88px;
  line-height: 1;
  font-size: 218px;
  letter-spacing: 11px;
  color: #000000;
  opacity: 0.1;
  font-weight: 900;
}
#index-body .about .img {
  width: 33.917%;
  margin-right: -6%;
  vertical-align: middle;
}
#index-body .about .text {
  padding: 58px 0 0 83px;
  width: 46.042%;
  color: #0a0a0a;
}
#index-body .about .text .con {
  margin-top: 10px;
}
#index-body .about .text .con h1 {
  display: inline;
}
#index-body .about .text .con p {
  margin-top: 22px;
}
#index-body .about .text .more {
  margin-top: 35px;
}
#index-body .about .data {
  width: 26.041%;
  vertical-align: middle;
  padding: 0 0 4.3% 74px;
}
#index-body .about .data ul li {
  margin-bottom: 24px;
}
#index-body .about .data ul li .num {
  font-size: 56px;
  line-height: 1;
  font-weight: bold;
  color: #109147;
  -webkit-text-stroke: 1px #109147;
}
#index-body .about .data ul li .num sub {
  display: inline-block;
  vertical-align: bottom;
  font-size: 32px;
  margin-bottom: 3px;
}
#index-body .about .data ul li p {
  font-size: 18px;
  line-height: 1.6;
  color: #898782;
  margin-top: 9px;
}
#index-body .about .data ul li:last-child {
  margin-bottom: 0;
}
#index-body .about .xiantiao {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .about .xiantiao i {
  width: 1px;
  height: 100%;
  background: #f9f9f9;
  position: absolute;
  z-index: -1;
  top: 0;
}
#index-body .about .xiantiao i::after {
  position: absolute;
  left: -1px;
  height: 40px;
  width: 2px;
  top: 0;
  content: "";
  background: rgba(16, 145, 71, 0.5);
}
#index-body .about .xiantiao i:nth-child(1) {
  left: 9%;
}
#index-body .about .xiantiao i:nth-child(1)::after {
  -webkit-animation: i_fall 3s linear infinite;
  -moz-animation: i_fall 3s linear infinite;
  animation: i_fall 3s linear infinite;
}
#index-body .about .xiantiao i:nth-child(2) {
  left: 20%;
}
#index-body .about .xiantiao i:nth-child(2)::after {
  -webkit-animation: i_fall 4s linear infinite;
  -moz-animation: i_fall 4s linear infinite;
  animation: i_fall 4s linear infinite;
}
#index-body .about .xiantiao i:nth-child(3) {
  left: 23%;
}
#index-body .about .xiantiao i:nth-child(3)::after {
  -webkit-animation: i_fall 5s linear infinite;
  -moz-animation: i_fall 5s linear infinite;
  animation: i_fall 5s linear infinite;
}
#index-body .about .xiantiao i:nth-child(4) {
  left: 37.2%;
}
#index-body .about .xiantiao i:nth-child(4)::after {
  -webkit-animation: i_fall 6s linear infinite;
  -moz-animation: i_fall 6s linear infinite;
  animation: i_fall 6s linear infinite;
}
#index-body .about .xiantiao i:nth-child(5) {
  left: 48.5%;
}
#index-body .about .xiantiao i:nth-child(5)::after {
  -webkit-animation: i_fall 7s linear infinite;
  -moz-animation: i_fall 7s linear infinite;
  animation: i_fall 7s linear infinite;
}
#index-body .about .xiantiao i:nth-child(6) {
  left: 62%;
}
#index-body .about .xiantiao i:nth-child(6)::after {
  -webkit-animation: i_fall 8s linear infinite;
  -moz-animation: i_fall 8s linear infinite;
  animation: i_fall 8s linear infinite;
}
#index-body .about .xiantiao i:nth-child(7) {
  left: 64.7%;
}
#index-body .about .xiantiao i:nth-child(7)::after {
  -webkit-animation: i_fall 9s linear infinite;
  -moz-animation: i_fall 9s linear infinite;
  animation: i_fall 9s linear infinite;
}
#index-body .about .xiantiao i:nth-child(8) {
  left: 77%;
}
#index-body .about .xiantiao i:nth-child(8)::after {
  -webkit-animation: i_fall 10s linear infinite;
  -moz-animation: i_fall 10s linear infinite;
  animation: i_fall 10s linear infinite;
}
#index-body .about .xiantiao i:nth-child(9) {
  left: 79.5%;
}
#index-body .about .xiantiao i:nth-child(9)::after {
  -webkit-animation: i_fall 11s linear infinite;
  -moz-animation: i_fall 11s linear infinite;
  animation: i_fall 11s linear infinite;
}
#index-body .about .xiantiao i:nth-child(10) {
  left: 91%;
}
#index-body .about .xiantiao i:nth-child(10)::after {
  -webkit-animation: i_fall 12s linear infinite;
  -moz-animation: i_fall 12s linear infinite;
  animation: i_fall 12s linear infinite;
}
#index-body .video {
  background: url(../images/vbgg.jpg) no-repeat center;
  background-size: 100%;
  background-attachment: fixed;
  padding: 205px 0 204px;
  text-align: center;
}
#index-body .video .play {
  position: relative;
  z-index: 1;
  display: inline-block;
}
#index-body .video .play::after,
#index-body .video .play::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: -15px;
  left: -15px;
  bottom: -15px;
  right: -15px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-animation: ks 5s linear infinite;
  -moz-animation: ks 5s linear infinite;
  animation: ks 5s linear infinite;
}
#index-body .video .play::before {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
#index-body .i-product {
  padding: 113px 0 122px;
}
#index-body .i-product .header .left {
  max-width: 900px;
}
#index-body .i-product .header .right {
  border-radius: 5px;
  width: 98px;
  height: 46px;
  line-height: 46px;
  background: rgba(16, 145, 71, 0.8);
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
#index-body .i-product .header .right a {
  display: inline-block;
  width: 49px;
  height: 100%;
  text-align: center;
  font-size: 18px;
}
#index-body .i-product .header .right a:hover {
  background: #000;
}
#index-body .i-product .header .right::before {
  content: '';
  position: absolute;
  left: 49px;
  top: 7px;
  width: 1px;
  height: 33px;
  background: #fff;
}
#index-body .i-product .content {
  margin-top: 38px;
}
#index-body .i-product .content ul {
  margin-right: -44px;
}
#index-body .i-product .content ul li {
  padding-right: 44px;
  position: relative;
}
#index-body .i-product .content ul li .ig {
  border-radius: 15px;
  padding: 18px 19px 42px 15px;
  position: relative;
  background: #f1f2f4;
}
#index-body .i-product .content ul li .ig .img-box {
  border-radius: 15px;
}
#index-body .i-product .content ul li .ig .img-box img {
  border-radius: 15px;
}
#index-body .i-product .content ul li .ig::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 75px;
  height: 66px;
  background: url(../images/btn-bg.png) no-repeat center;
}
#index-body .i-product .content ul li .ig .text {
  margin-top: 12px;
}
/*#index-body .i-product .content ul li .ig .text .tit:hover {
  color: #109147;
}*/
#index-body .i-product .content ul li .ig .text .con {
  padding-right: 40px;
  line-height: 1.8;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .i-product .content ul li .ig .link {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 44px;
  height: 45px;
  background-color: #109147;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 44px;
  font-size: 20px;
  z-index: 2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .content ul li .ig .link:hover {
  background: #000;
}
#index-body .contact {
  background: url(../images/cbg.jpg) no-repeat center;
  background-size: 100%;
  background-attachment: fixed;
  padding: 90px 0 90px;
  color: #fff;
}
#index-body .contact .form {
  max-width: 498px;
}
#index-body .contact .form .title {
    line-height: 1.5;
    color: #fff;
    margin-bottom: 30px;
}
#index-body .contact .form form {
  position: relative;
}
#index-body .contact .form form ul {
  margin: -15px -7px;
}
#index-body .contact .form form ul li {
  padding: 15px 7px;
}
#index-body .contact .form form ul li input {
  width: 100%;
  height: 70px;
  border: 0;
  background: rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 16px;
  padding: 0 12px;
}
#index-body .contact .form form ul li input::-webkit-input-placeholder {
  color: #fff;
}
#index-body .contact .form form ul li input:-moz-placeholder {
  color: #fff;
}
#index-body .contact .form form ul li input::-moz-placeholder {
  color: #fff;
}
#index-body .contact .form form ul li input:-ms-input-placeholder {
  color: #fff;
}
#index-body .contact .form form ul li input::placeholder {
  color: #fff;
}
#index-body .contact .form form ul li.wid-100 {
  width: 100%;
}
#index-body .contact .form form ul li.wid-100 input {
  padding-right: 76px;
}
#index-body .contact .form form button {
  position: absolute;
  right: 0;
  bottom: 15px;
  width: 69px;
  height: 70px;
  background: #109147;
  text-align: center;
  line-height: 69px;
  border: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .contact .form form button img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .contact .form form button:hover {
  background: #fff;
}
#index-body .contact .form form button:hover img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .contact .more {
  background: transparent;
  border-radius: 17px;
  border: solid 2px #fff;
  font-size: 18px;
  padding: 18px 22px 14px 22px;
}
#index-body .contact .more i {
  display: inline-block;
  margin-right: 19px;
}
#index-body .contact .more::before,
#index-body .contact .more::after {
  background: #109147;
}
#index-body .contact .more:hover {
  border-color: #109147;
}
#index-body .advantage {
  padding-top: 119px;
}
#index-body .advantage .left {
  width: 43%;
  max-width: 660px;
}
#index-body .advantage .left .top {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
#index-body .advantage .left .top i.block {
  position: absolute;
  width: 75px;
  height: 262px;
  background: #fff;
  left: 0;
  top: 0;
  border-radius: 0 0 15px;
  display: none;
}
#index-body .advantage .left .top i.block:before {
  content: "";
  width: 15px;
  height: 20px;
  left: 0;
  bottom: -3px;
  position: absolute;
  -webkit-transform: skewY(-30deg);
  -moz-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  transform: skewY(-30deg);
  background: #fff;
    display: none;
}
#index-body .advantage .left .top i.block::after {
  content: "";
  width: 15px;
  height: 20px;
  left: 70px;
  top: -15px;
  position: absolute;
  -webkit-transform: skewY(-30deg);
  -moz-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  transform: skewY(-30deg);
  background: #fff;
    display: none;
}
#index-body .advantage .left .top .imgbox {
    max-height: 732px;
    height: 80vw;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 20px;
}
#index-body .advantage .left .top .service {
  position: absolute;
  bottom: 0;
  right: 0;
height: 70px;
    width: 250px;
  background: #f0f2f4;
  border-radius: 15px 0 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
#index-body .advantage .left .top .service span {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #ccc;
  margin-right: 30px;
}
#index-body .advantage .left .top .service span i {
  font-size: 20px;
  margin-left: 6px;
}
#index-body .advantage .left .top .service em {
  font-size: 18px;
}
#index-body .advantage .left .bottom {
  width: 100%;
  height: 245px;
  background: url(../images/ad2.jpg) center center no-repeat;
  background-size: cover;
  margin-top: 24px;
  border-radius: 15px;
  color: #fff;
}
#index-body .advantage .left .bottom .tit {
  font-size: 48px;
  line-height: 1.2;
}
#index-body .advantage .left .bottom p {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
#index-body .advantage .right {
  width: 57%;
  padding-left: 3%;
}
#index-body .advantage .right .box {
  padding: 50px 70px 50px 70px;
  background-color: #f0f2f4;
  border-radius: 15px;
}
#index-body .advantage .right .box .tit {
  font-size: 106px;
  line-height: 1;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #dfe1e2;
  text-transform: uppercase;
      position: absolute;
}
#index-body .advantage .right .box .header {
    max-width: 425px;
    margin-top: 5px;
    z-index: 1;
    position: relative;
}
#index-body .advantage .right .box .list {
  margin-top: 30px;
}
#index-body .advantage .right .box .list ul li {
  margin-bottom: 20px;
}
#index-body .advantage .right .box .list ul li i {
  width: 60px;
}
#index-body .advantage .right .box .list ul li .text {
  padding-left: 30px;
  max-width: 600px;
}
#index-body .advantage .right .box .list ul li .text span {
  font-size: 20px;
  line-height: 1.5;
}
#index-body .advantage .right .box .list ul li .text p {
    font-size: 16px;
    line-height: 1.8;
    color: #797979;
    margin-top: 2px;
        -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#index-body .advantage .right .box .list ul li:last-child {
  margin-bottom: 0;
}
#index-body .advantage .right .box .more {
  margin-top: 40px;
  border-radius: 17px;
  background: #109147;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
}
#index-body .news {
  padding: 112px 0 97px;
}
#index-body .news .header .left {
  max-width: 520px;
}
#index-body .news .header .right {
  border-radius: 5px;
  width: 98px;
  height: 46px;
  line-height: 46px;
  background: #109147;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}
#index-body .news .header .right a {
  display: inline-block;
  width: 49px;
  height: 100%;
  text-align: center;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .news .header .right a:hover {
  background: #000;
}
#index-body .news .header .right::before {
  content: '';
  position: absolute;
  left: 49px;
  top: 7px;
  width: 1px;
  height: 33px;
  background: #fff;
}
#index-body .news .content {
  margin-top: 60px;
}
#index-body .news .content ul {
  margin-right: -104px;
}
#index-body .news .content ul li,
.news-newlist .content ul li {
  padding-right: 104px;
}
#index-body .news .content ul li .ig time,
 .news-newlist .content ul li .ig time{
  width: 90px;
  padding-right: 25px;
  font-size: 16px;
  line-height: 1.6;
  color: #272727;
}
#index-body .news .content ul li .ig time span,
.news-newlist .content ul li .ig time span {
  display: block;
  width: 100%;
  height: 65px;
  text-align: center;
  line-height: 65px;
  background: #109147;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  border-top-left-radius: 9px;
  border-bottom-right-radius: 9px;
}
#index-body .news .content ul li .ig .text,
.news-newlist .content ul li .ig .text {
  width: 79%;
  padding: 0 0 16px 30px;
  border-left: 1px solid #ececec;
}
#index-body .news .content ul li .ig .text .tit,
.news-newlist .content ul li .ig .text .tit{
  font-size: 20px;
  line-height: 1.5;
  color: #2b2b2b;
  font-weight: 600;
      -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
#index-body .news .content ul li .ig .text .tit:hover,
.news-newlist .content ul li .ig .text .tit:hover  {
  color: #109147;
}
#index-body .news .content ul li .ig .text .con,
.news-newlist .content ul li .ig .text .con {
  margin-top: 19px;
  font-size: 15px;
  color: #2b2b2b;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#index-body .news .content ul li .ig .text .link,
.news-newlist .content ul li .ig .text .link {
  font-size: 16px;
  line-height: 1.8;
  color: #109147;
  display: block;
  margin-top: 36px;
}
#index-body .news .content ul li .ig .text .link:hover,
.news-newlist .content ul li .ig .text .link:hover {
  color: #000;
}
strong {
  font-weight: bold;
}
.font-60 {
  font-size: 60px;
}
#footer {
  background: url(../images/fbg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
#footer .footer-main {
  padding: 80px 0 60px;
}
#footer .footer-main .ui.container > div {
  display: inline-block;
}
#footer .footer-main .ui.container > div .h3 {
  font-weight: bold;
  max-width: 320px;
  line-height: 1.2;
}
#footer .footer-main .ui.container > div .h4 {
  font-weight: bold;
  margin-bottom: 10px;
}
#footer .footer-main .ui.container > div p {
  font-size: 16px;
  line-height: 2;
  max-width: 340px;
}
#footer .footer-main .ui.container > div .info {
  height: 160px;
  text-align: left;
}
#footer .footer-main .ui.container > div ul.share {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#footer .footer-main .ui.container > div ul.share li {
  margin-right: 20px;
}
#footer .footer-main .ui.container > div ul.share li i {
  font-size: 18px;
}
#footer .footer-main .ui.container > div ul li {
  margin-bottom: 10px;
}
#footer .footer-main .ui.container > div ul li a {
  font-size: 16px;
  line-height: 1.5;
  text-transform: capitalize;
}
#footer .footer-main .ui.container > div ul li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #109147;
}
#footer .footer-main .ui.container > div #ewm {
  width: 113px;
  height: 113px;
  display: block;
  padding: 5px;
  background: #fff;
  margin-top: 20px;
      margin-bottom: 20px;
}
#footer .footer-bottom {
  position: relative;
  padding: 0 0 10px;
  background: transparent;
}
#footer .footer-bottom .center .right {
  width: auto;
  position: relative;
  top: 5px;
}
#footer .footer-bottom p {
  font-size: 16px;
  line-height: 2;
}
#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}
#footer .footer-bottom p a:hover {
  color: #109147;
}
#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
  position: relative;
  left: 10px;
  top: 0px;
}
#footer .footer-bottom svg text {
  fill: #fff;
}
#footer .footer-bottom svg:hover {
  fill: #109147;
}
#footer .footer-bottom svg:hover text {
  fill: #109147;
}
@media screen and (max-width: 1680px) {
  .ui.container {
    max-width: 1400px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #banner .swiper-slide .text .box {
    margin-left: 40px;
  }
  #banner .swiper-button-prev {
    left: 15px;
  }
  #banner .swiper-button-next {
    right: 15px;
  }
  #index-body .about .text{
    padding: 30px 0 0 60px;
  }
  #index-body .about:after{
    font-size: 161px;
  }
  #index-body .advantage .right .box .list ul li .text {
    max-width: 510px;
  }
  #index-body .news .content ul {
    margin-right: -40px;
  }
  #index-body .news .content ul li {
    padding-right: 40px;
  }
}
@media screen and (max-width: 1440px) {
  .ui.container {
    max-width: 1220px;
  }
  #index-body .about .text {
    padding: 20px 0 0 30px;
  }
  #index-body .about .text .title{
    font-size: 28px;
  }
  #index-body .about::after {
    font-size: 140px;
  }
  #index-body .about .text .con p {
    margin-top: 8px;
  }
  #index-body .about .text .more{
    margin-top: 20px;
  }
  #index-body .i-product .content ul {
    margin-right: -20px;
  }
  #index-body .i-product .content ul li {
    padding-right: 20px;
  }
  #index-body .advantage .right .box {
    padding: 50px;
  }
  #index-body .advantage .right .box .list ul li .text {
    max-width: 461px;
  }
  #index-body .news .content ul {
    margin-right: -20px;
  }
  #index-body .news .content ul li {
    padding-right: 20px;
  }
  #index-body .news .content ul li .ig .text {
    width: 76%;
  }
  #footer .footer-main .ui.container > div.forth {
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .ui.container {
    max-width: 1080px;
  }
  #header .logo {
    width: 260px;
  }
  #header > .nav > .menu .menu-box .right {
    padding: 24px 10px;
  }
  #header > .nav > .menu .menu-box .right .search {
    margin-left: 16px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    padding: 30px 5px;
  }
  #index-body .about::after {
    font-size: 118px;
  }
  #index-body .about .text{
    zoom: .85;
  }
  /*#index-body .advantage .left .top .imgbox {
    height: 660px;
  }*/
  #index-body .advantage .right .box {
    padding: 30px;
  }
  #index-body .advantage .right .box .tit {
    font-size: 80px;
  }
  #index-body .advantage .right .box .list ul li .text {
    max-width: 429px;
    padding-left: 20px;
  }
  #index-body .news .content ul li .ig .text {
    width: 73%;
    padding: 0 0 16px 12px;
  }
  #footer .footer-main .ui.container > div.five {
    display: none;
  }
  .fixed-toolbar {
    bottom: 10%;
  }
}
@media screen and (max-width: 1100px) {
  .ui.container {
    max-width: 970px;
  }
  #index-body .about .img {
    display: none;
  }
  #index-body .about{
    padding: 60px 0;
  }
  #index-body .about .text {
    width: 65%;
    padding: 0 0 0 15px;
    zoom: 1;
  }
  #index-body .about .data {
    width: 35%;
  }
  #index-body .about::after {
    font-size: 150px;
  }
  #index-body .video {
    padding: 100px 0;
  }
  #index-body .contact {
    padding: 100px 0;
  }
  #index-body .advantage .right .box {
    padding: 20px;
  }
  #index-body .advantage .right .box .tit {
    font-size: 75px;
  }
  #index-body .advantage .right .box .list ul li .text {
    max-width: 388px;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav {
    background: #fff;
  }
  #header.active .nav {
    background: #fff;
  }
  #header .nav .menu .menu-box .menu_c,
  #header .nav .menu .menu-box .right {
    display: none;
  }
  #header .nav .menu .menu-box .left {
    display: block;
    margin: 0 auto;
  }
  #header .nav .menu .menu-box .left .logo img {
    /*-webkit-filter: brightness(0);
    filter: brightness(0);*/
  }
  #mobile .menu-content .menu-logo {
    /*-webkit-filter: brightness(0);
    filter: brightness(0);*/
  }
  #banner {
    padding-top: 60px;
  }
  #banner .swiper-slide .text .box {
    margin-left: 0;
    padding: 0 26px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 36px;
  }
  #banner .swiper-button-prev {
    left: 0;
    zoom: .7;
  }
  #banner .swiper-button-next {
    right: 0;
    zoom: .7;
  }
  #banner .page {
    bottom: 10px;
  }
  #index-body .about {
    padding: 60px 0;
  }
  #index-body .about .xiantiao {
    display: none;
  }
  #index-body .about .data {
    padding: 0 0 0 30px;
  }
  #index-body .about::after {
    font-size: 100px;
  }
  #index-body .video {
    padding: 60px 0;
  }
  #index-body .i-product {
    padding: 60px 0;
  }
  #index-body .i-product .header .left {
    max-width: 100%;
  }
  #index-body .i-product .header .right {
    margin-top: 20px;
  }
  #index-body .contact {
    padding: 60px 0;
  }
  #index-body .contact .form {
    max-width: 100%;
  }
  #index-body .contact .more {
    display: none;
  }
  #index-body .advantage .left {
    display: none;
  }
  #index-body .advantage .right {
    width: 100%;
    padding-left: 0;
  }
  #index-body .advantage .right .box .list ul li .text {
    max-width: 520px;
  }
  #index-body .news {
    padding: 60px 0;
  }
  #index-body .news .content {
    margin-top: 30px;
  }
  #index-body .news .content ul li .ig .text {
    width: 100%;
    padding: 10px 0 0 0;
    border-left: 0;
  }
  #footer .footer-main {
    padding: 30px 0;
  }
  #footer .footer-main .ui.container > div.first {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .footer-main .ui.container > div.first .h3 {
    max-width: none;
  }
}
@media screen and (max-width: 700px) {
  #banner .swiper-slide .text .box .title {
    font-size: 30px;
  }
  #banner .swiper-slide .text .box .btn {
    margin-top: 8px;
  }
  #banner .page {
    display: none;
  }
  .font-18 {
    font-size: 16px;
    line-height: 1.8;
  }
  .font-36 {
    font-size: 32px;
  }
  .font-60 {
    font-size: 50px;
  }
  #index-body .about {
    padding: 30px 0;
  }
  #index-body .about .text {
    width: 100%;
  }
  #index-body .about .data {
    display: none;
  }
  #index-body .about::after {
    display: none;
  }
  #index-body .video {
    padding: 30px 0;
  }
  #index-body .video .play {
    zoom: .4;
  }
  #index-body .i-product {
    padding: 30px 0;
  }
  #index-body .i-product .content {
    margin-top: 20px;
  }
  #index-body .i-product .content ul li .ig .text .con {
    padding-right: 0;
  }
  #index-body .contact {
    padding: 30px 0;
  }
  #index-body .contact .form .title {
    margin-bottom: 20px;
  }
  #index-body .advantage {
    padding-top: 30px;
  }
  #index-body .advantage .right .box .tit {
    display: none;
  }
  #index-body .advantage .right .box .list ul li .text {
    max-width: 352px;
  }
  #index-body .news {
    padding: 30px 0;
  }
  #index-body .news .header .left {
    max-width: 100%;
  }
  #index-body .news .header .right {
    margin-top: 20px;
  }
  #index-body .news .content ul li .ig .text .tit {
    font-size: 18px;
  }
  #footer .footer-main .ui.container > div .info {
    height: auto;
    margin-bottom: 10px;
  }
  #footer .footer-bottom p {
    font-size: 14px;
  }
  #footer .footer-bottom svg {
    max-height: 22px;
  }
  #footer .footer-bottom .ui.container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #footer .footer-bottom .ui.container p {
    text-align: center;
  }
  #footer .footer-main .ui.container > div p {
    max-width: none;
  }
  .i-contact .ui.container .left{
    width: 100%;
  }
  .i-contact .ui.container .right{
    width: 100%;
    padding: 20px 0 0 0 !important;
  }
  .i-contact{
    padding: 30px 0 !important;
  }
}
@media screen and (max-width: 500px) {
  #banner .swiper-slide > img {
    min-height: 260px;
  }
  #banner .swiper-slide .text .box .title {
    font-size: 21px;
    line-height: 1.5;
  }
  #banner .swiper-slide .text .box .btn .more:last-child {
    margin-left: 0;
  }
  .more {
    font-size: 14px;
    padding: 10px;
  }
  .font-16 {
    font-size: 14px;
    line-height: 2;
  }
  .font-36 {
    font-size: 26px;
    line-height: 1.4;
  }
  .font-60 {
    font-size: 32px;
  }
  #index-body span.tag {
    font-size: 16px;
    line-height: 1.8;
  }
  #index-body .contact .form form ul {
    margin: -7px 0;
  }
  #index-body .contact .form form ul li {
    padding: 7px 0;
  }
  #index-body .contact .form form ul li input {
    height: 52px;
  }
  #index-body .contact .form form ul li.wid-100 input {
    padding-right: 60px;
  }
  #index-body .contact .form form button {
    width: 52px;
    height: 52px;
    line-height: 52px;
    bottom: 7px;
  }
  #index-body .advantage .right .box .list {
    margin-top: 20px;
  }
  #index-body .advantage .right .box .list ul li .text {
    max-width: 100%;
    padding: 10px 0 0 0;
  }
  #index-body .news .content ul li .ig .text .link {
    margin-top: 20px;
  }
  .fixed-toolbar {
    bottom: 12%;
  }
  .i-contact .ui.container .right form ul li.wid50{
    width: 100%;
  }
  .i-contact .ui.container .right form ul li:nth-child(3) input[type=submit]{
    position: initial !important;
    -webkit-transform: translateY(0%) !important;
    -moz-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
    margin-top: 20px !important;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #109147;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #109147;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #109147;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.fenlh1 {
  margin-bottom: 10px;
  font-size: 28px;
  color: #109147;
  font-weight: bold;
  line-height: 2;
}
.fenlei {
  color: #212121;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 18px;
}
.inner-banner {
  background: no-repeat center top;
  background-attachment: fixed;
  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;
      padding: 180px 0 120px;
}
.inner-banner .text-box {
  width: 100%;
}
.inner-banner .text-box h2 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
}
.inner-banner .text-box h1 {
    font-size: 36px;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
}
.inner-banner .text-box h2::after {
  position: absolute;
  content: '';
  width: 97px;
  height: 4px;
  background: #fff;
  left: 0;
  bottom: 0;
  display: none;
}
.inner-banner .text-box .mbx {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 500px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 400px;
  }
}
.about-page .about-ty-title h1 {
  font-size: 36px;
  line-height: 2;
}
.about-page .about-ty-title span {
  font-weight: 700;
}
.about-page .about-ty-title .text {
  font-size: 16px;
  line-height: 30px;
  color: #8b8b8b;
  margin-top: 15px;
}
.about-page .about-ty-title .text span {
  color: #000;
}
.about-page .about-video {
  margin-top: 30px;
  margin-bottom: 50px;
}
.about-page .about-video .play {
  left: 48%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.about-page .about-video .play p {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.about-page .about-2 {
  font-size: 0;
  padding-bottom: 100px;
  padding-top: 100px;
  background: url(../images/ab-cdbg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.about-page .about-2 .left {
  display: inline-block;
  width: 50%;
  vertical-align: bottom;
  padding-right: 15px;
}
.about-page .about-2 .right {
  width: 50%;
  display: inline-block;
  text-align: right;
  vertical-align: bottom;
  position: relative;
  bottom: 0px;
  padding-left: 15px;
}

.about-page .about-3 .about-ty-title {
  max-width: 1100px;
  width: 1100px;
}
.about-page .about-3 .other-box .other-text {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 625px;
  padding: 0 50px;
}
.about-page .about-3 .other-box .other-text h6 {
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2;
}
.about-page .about-3 .other-box .other-text h2 {
  font-size: 22px;
  color: #fff;
  line-height: 2;
}
.about-page .about-3 .other-box .other-text a {
  display: inline-block;
  font-size: 18px;
  background-color: #fff;
  padding: 10px 20px;
  font-weight: bold;
  margin-top: 15px;
  line-height: 2;
}
.about-page .about-3 .about-other {
  margin-top: 50px;
}
.about-page .about-3 .about-other ul {
  margin: -15px;
}
.about-page .about-3 .about-other ul li {
  padding: 15px;
}
.about-page {
  padding-top: 70px;
}
@media screen and (max-width: 1230px) {
  .about-page .about-3 .about-ty-title {
    max-width: 100%;
    width: 100%;
  }
  .about-page .about-2 .right {
    bottom: 0;
  }
  .about-page .about-2 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-ty-title h1 {
    font-size: 30px;
  }
  .about-page .about-3 .other-box .other-text {
    max-width: 100%;
    width: 100%;
  }
  .about-page .about-3 .other-box .other-text h2 {
    font-size: 30px;
  }
  .about-page .about-video .play p {
    font-size: 30px;
  }
}
@media screen and (max-width: 970px) {
  .about-page .about-ty-title h1 {
    font-size: 25px;
  }
  .about-page .about-ty-title .text {
    font-size: 16px;
  }
  .about-page .about-3 .other-box .other-text {
    padding: 0 25px;
  }
  .about-page .about-3 .other-box .other-text a {
    font-size: 16px;
  }
  .about-page .about-3 .other-box .other-text h2 {
    font-size: 25px;
  }
  .about-page .about-video .play p {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .about-page .about-ty-title .text {
    font-size: 14px;
  }
  .about-page .about-3 .other-box .other-text a {
    font-size: 14px;
  }
  .about-page .about-2 {
    padding-top: 60px;
  }
  .about-page .about-3 {
    padding-top: 60px;
  }
  .about-page .about-3 .about-other {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 60px;
    text-align: left;
  }
  .about-page .about-3 .other-li {
    width: 100%;
  }
  .about-page .about-ty-title h1 {
    font-size: 20px;
  }
}
.yejiao {
  padding-right: 10px;
}
.haha {
  padding: 20px 15px;
}
.bankuai {
  padding-top: 20px;
  font-size: 16px;
  line-height: 30px;
}
.bnzi {
  font-size: 38px!important;
  line-height: 2!important;
}
@media screen and (max-width: 500px) {
  .about-page {
    padding: 30px 0 60px;
  }
  .about-page .about-2 {
    padding-top: 30px;
  }
  .about-page .about-2 .right {
    padding-top: 30px;
  }
  .about-page .about-3 {
    padding-top: 30px;
  }
  .fenlei {
    display: none!important;
  }
  .haha {
    display: none!important;
  }
  .shouye {
    font-size: 16px;
    line-height: 30px;
  }
  .bnzi {
    font-size: 22px!important;
    line-height: 40px!important;
  }
  .yejiao {
    display: none!important;
  }
  .fenlh1 {
    font-size: 22px;
    line-height: 40px;
  }
  .flygsm {
    font-size: 24px;
    line-height: 44px;
  }
  .fps {
    font-size: 22px;
    line-height: 40px;
  }
  .shoujiduanxw {
    font-size: 30px!important;
    line-height: 1.4!important;
  }
  .xwbt {
    font-size: 20px;
    line-height: 36px;
  }
}
.newdet-page {
  padding: 120px 0;
}
.newdet-page h4.title {
  font-size: 36px;
  line-height: 1.3;
  color: #000000;
  font-family: 'Montserrat';
  margin-bottom: 20px;
}
.newdet-page .time {
  font-size: 14px;
  line-height: 1;
  color: #000000;
}
.newdet-page .content {
  padding: 65px 0 70px;
  font-size: 18px;
  line-height: 1.8;
  color: #000000;
  font-family: 'Montserrat-ExtraLight';
}
.newdet-page .content h1,
.newdet-page .content h2,
.newdet-page .content h3,
.newdet-page .content h4,
.newdet-page .content h5,
.newdet-page .content h6,
.newdet-page .content strong {
  font-family: 'Montserrat';
  font-size: 24px;
}
.newdet-page .m-link {
  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;
}
.newdet-page .m-link a {
  font-size: 16px;
  color: #000000;
  font-family: 'Montserrat-ExtraLight';
}
.news-page .title {
  text-align: center;
}
.news-page .title h3 {
  font-size: 38px;
  line-height: 2;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-family: 'Montserrat';
}
.news-page .title p {
  margin: 0 auto;
  max-width: 730px;
  font-size: 16px;
  line-height: 2;
  color: #000000;
  font-family: 'Montserrat-ExtraLight';
  font-weight: bold;
}
.news-page .news-1 {
  padding: 120px 0 0;
}
.news-page .news-1 .hot-item {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-page .news-1 .hot-item .left {
  width: 53.5%;
}
.news-page .news-1 .hot-item .left a {
  display: block;
  overflow: hidden;
}
.news-page .news-1 .hot-item .left a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-1 .hot-item .left a img {
  width: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.news-page .news-1 .hot-item .left a:hover img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.news-page .news-1 .hot-item .right {
  width: 46.5%;
  padding-left: 40px;
  padding-right: 20px;
}
.news-page .news-1 .hot-item .right .content {
  max-width: 630px;
  margin: 0 0 0 auto;
}
.news-page .news-1 .hot-item .right .content h2 {
  font-size: 63.5px;
  line-height: 2;
  color: #000000;
  font-family: 'Montserrat';
  text-transform: uppercase;
}
.news-page .news-1 .hot-item .right .content h4 {
  font-size: 24px;
  line-height: 2;
  color: #000000;
  font-family: 'Montserrat';
  display: -webkit-box;
  margin: 40px 0 25px;
}
.news-page .news-1 .hot-item .right .content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .news-1 .hot-item .right .content h4 a:hover {
  color: #109147;
}
.news-page .news-1 .hot-item .right .content span {
  font-size: 15px;
  line-height: 1;
  color: #000000;
  font-family: 'Montserrat-ExtraLight';
  display: block;
  margin-bottom: 40px;
}
.news-page .news-1 .hot-item .right .content p {
  font-size: 16px;
  color: #3e3d3d;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.news-page .news-1 .hot-item .right .content .more {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #000;
  font-family: 'Montserrat-Bold';
  margin-top: 60px;
  padding-bottom: 3px;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .news-1 .hot-item .right .content .more:hover {
  color: #109147;
}
.news-page .news-1 .hot-item .right .content .more:hover::after {
  width: 100%;
}
.news-page .news-1 .hot-item .right .content .more:hover img {
  margin-left: 70px;
}
.news-page .news-1 .hot-item .right .content .more::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  border-bottom: 1px solid #109147;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  left: 0;
  bottom: 0;
}
.news-page .news-1 .hot-item .right .content .more img {
  display: inline-block;
  margin-left: 60px;
  vertical-align: middle;
}
.news-page .news-2 {
  padding: 80px 0;
}
.news-page .news-2 .news-list {
  margin-top: 42px;
}
.news-page .news-2 .news-list ul {
  margin: 0 -18px;
  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;
}
.news-page .news-2 .news-list ul li {
  width: 33.3333%;
  padding: 0 18px;
  margin-bottom: 57px;
}
.news-page .news-2 .news-list ul li .news-box .n-img {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.news-page .news-2 .news-list ul li .news-box .n-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.news-page .news-2 .news-list ul li .news-box .n-img img {
  width: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
.news-page .news-2 .news-list ul li .news-box .n-img span {
  position: absolute;
  font-size: 16px;
  line-height: 1;
  color: #7b7b7b;
  left: 10px;
  bottom: 15px;
}
.news-page .news-2 .news-list ul li .news-box .content {
  padding: 22px 10px;
}
.news-page .news-2 .news-list ul li .news-box .content h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 36px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  min-height: 100px;
  margin-bottom: 15px;
}
.news-page .news-2 .news-list ul li .news-box .content h4 a {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .news-2 .news-list ul li .news-box .content h4 a:hover {
  color: #109147;
}
.news-page .news-2 .news-list ul li .news-box .content p {
  font-size: 15px;
  color: #7b7b7b;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-family: 'Montserrat-ExtraLight';
  font-weight: bold;
}
.news-page .news-3 {
  height: 643px;
  background: url(../images/news-bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.news-page .news-3 .play {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 6;
}
.news-page .news-3 .play::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  border-radius: 100% !important;
   background: rgba(255, 255, 255, 0.5);
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.news-page .news-3 .play::after {
  content: '';
  position: absolute;
   top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 100% !important;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.news-page .news-4 {
  padding: 100px 0 80px;
  overflow: hidden;
}
.news-page .news-4 .title p {
  max-width: 545px;
}
.news-page .news-4 .newsBox {
  margin-top: 65px;
}
.news-page .news-4 .newsBox .swiper-container {
  overflow: inherit;
}
.news-page .news-4 .newsBox .swiper-slide {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  position: relative;
  z-index: 1;
}
.news-page .news-4 .newsBox .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}
.news-page .news-4 .newsBox .swiper-slide a .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 37px 30px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.news-page .news-4 .newsBox .swiper-slide a .content span {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  font-family: 'Montserrat-ExtraLight';
}
.news-page .news-4 .newsBox .swiper-slide a .content h4 {
  margin-top: 16px;
  font-size: 21.5px;
  line-height: 1;
  color: #fff;
  font-family: 'Montserrat';
}
.news-page .news-4 .newsBox .swiper-slide a .content h4:hover {
  color: #109147;
}
.news-page .news-4 .newsBox .swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 3;
}
.news-page .news-4 .newsBox .swiper-slide-active a .content {
  opacity: 1;
}
.news-page .news-4 .newsBox .swiper-slide-prev,
.news-page .news-4 .newsBox .swiper-slide-next {
  z-index: 2;
}
.news-page .news-4 .newsBox .swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.news-page .news-4 .newsBox .swiper-pagination span {
  width: 16px;
  height: 16px;
  background: url(../images/navigation.png) no-repeat center center;
  margin: 0 6px;
  opacity: 1;
}
.news-page .news-4 .newsBox .swiper-pagination .swiper-pagination-bullet-active {
  background: url(../images/navigation-h.png) no-repeat center center;
}
@media screen and (max-width: 1000px) {
  .news-page .news-1 .hot-item .left {
    width: 100%;
  }
  .news-page .news-1 .hot-item .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .news-page .news-1 .hot-item .right .content {
    max-width: 100%;
  }
  .news-page .news-2 .news-list ul li {
    width: 50%!important;
  }
  .news-page .news-3 {
    height: 400px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-2 .news-list ul li {
    width: 100%!important;
  }
}
/* contact */
.contact-page {
  padding: 60px 0;
  background: url(../images/con-bg.jpg);
}
.contact-page h2 {
  font-size: 36px;
  font-weight: bold;
  text-transform: capitalize;
}
.contact-page h2::after {
  content: "";
  width: 57px;
  height: 4px;
  background-color: #109147;
  display: block;
  margin-top: 15px;
}
.contact-page h3 {
  font-size:24px;
  color: #303036;
  text-transform: capitalize;
  line-height: 1;
}
.contact-page .left {
  padding-right: 5%;
}
.contact-page .left .info {
  margin: 40px 0 60px;
}
.contact-page .left .info ul li {
  margin-bottom: 20px;
  font-size: 18px;
  color: rgba(48, 48, 54, 0.9);
  line-height: 2;
  padding-left: 35px;
  position: relative;
}
.contact-page .left .info ul li:last-child {
  margin-bottom: 0;
}
.contact-page .left .info ul li i {
  position: absolute;
  left: 0;
  top: 10px;
  color: #109147;
    font-size: 18px;
}
.contact-page .left .info ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .left .share {
    align-items: center;
      margin-top: 20px;
    display: flex;
}
.contact-page .left .share ul li {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    background: #707070;
    color: #fff;
    font-size: 16px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-right: 8px;
    margin-left: 10px;
}
.contact-page .left .share ul li a {
  display: block;
}
.contact-page .left .share ul li:hover {
  background: #109147;
}
.contact-page .left .share ul li:last-child {
  margin-right: 0;
}
.contact-page .right {
  padding-left: 5%;
}
.contact-page .right .form {
  margin-top: 40px;
  width: 90%;
}
.inner-page .form ul {
  margin: -8px;
}
.inner-page .form ul li {
  padding: 8px;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  border: none;
  line-height: 26px;
  padding: 10px 15px;
  border-radius: 6px;
  background: #eef0f3;
  font-size: 14px;
  color: black;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #686868;
  text-transform: capitalize;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li textarea {
  height: 160px;
}
.inner-page .form ul li input[type="submit"] {
  display: inline-block;
  width: auto;
  padding: 7px 50px;
  border-radius: 20px;
  font-size: 18px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: #109147;
  margin-top: 10px;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #000;
}
@media screen and (max-width: 1200px) {
  .contact-page h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .left {
    width: 100%!important;
    padding: 0;
  }
  .contact-page .right {
    width: 100%!important;
    padding: 0;
  }
  .contact-page .left .info {
    margin: 40px 0;
    max-width: 100%;
  }
  .contact-page .right {
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page{
    padding: 0 0 30px 0;
  }
  .contact-page .right .form{
    width: 100%;
  }
}
/*news详情*/
.inner-page .sidebar-box {
  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-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.inner-page.product2-page .sidebar-left {
  padding-right: 45px;
}
.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;

}
.inner-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: #109147;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  padding: 8px 0;
  font-size: 17px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  FONT-WEIGHT: 300;
  font-size: 16px;
  line-height: 30px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #109147;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  list-style-type: disc;
  margin-left: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  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;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #109147;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-family: 'Montserrat';
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat-Bold';
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #109147;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.inner-page .sidebar-box .sidebar-right {
  width: 72%;
}
.product2-page .product-list ul li .pro-box h5 a {
  font-family: none;
}
.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
  width: 30%;
}
.inner-page .sidebar-content .sidebar-left {
  width: 28%;
  position: sticky;
  top: 100px;
}
.xwbt{
    font-size:24px;
    line-height: 1.5;
    color: #000;
    margin-bottom: 35px;
    padding-bottom: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e7e7e7;
}
@media screen and (max-width: 1100px) {
  .inner-page .sidebar-box {
    display: block;
  }
  .inner-page .sidebar-content .sidebar-left {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%!important;
    padding: 0!important;
  }
  .news-page .sidebar-box .sidebar-left {
    display: none;
  }
}
.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0px;
}
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 85px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 75px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 5px;
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #109147;
  border: 1px solid #109147;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: #109147;
  color: #fff;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 35px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;
  font-family: 'Montserrat-Bold';
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: #109147;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  color: #aaa;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 20px;
  position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 10px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
  font-family: 'Montserrat-ExtraLight';
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: "";
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat-Bold';
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #109147;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 85px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  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;
  margin-bottom: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #109147;
  border: 1px solid #109147;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a:hover {
  background: #109147;
  color: #fff;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-family: 'Montserrat-Bold';
  text-transform: uppercase;
  position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time span {
  color: #000;
  margin-left: 10px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h4.n-title {
  font-size: 30px;
  line-height: 2;
  color: #000;
  margin-bottom: 35px;
  padding-bottom: 20px;
  font-family: 'Montserrat-Bold';
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;
  font-family: 'Montserrat-ExtraLight';
  line-height: 1.6;
  color: #555;
  padding: 0;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  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: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  font-family: 'Montserrat-ExtraLight';
  margin-top: 50px;
  padding-bottom: 45px;
  border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover {
  color: #109147;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  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;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
  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;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
  margin-right: 20px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img img {
  display: block;
  width: 110px;
  min-width: 110px;
  height: 110px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 700px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img {
    display: none;
  }
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  font-family: 'Montserrat';
  max-width: 255px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p:hover {
  color: #109147;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  font-family: 'Montserrat-ExtraLight';
  line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
  padding-left: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form {
  margin-top: 60px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 {
  font-size: 30px;
  line-height: 2;
  color: #000;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p {
  font-size: 16px;
  line-height: 2;
  color: #555;
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p span {
  color: #109147;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form span.span {
  font-size: 16px;
  display: inline-block;
  color: #555;
  font-family: 'Montserrat-ExtraLight';
  margin-bottom: 25px;
  font-weight: bold;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
  width: 30%;
  height: 54px;
  border: 1px solid #e7e7e7;
  padding: 0 20px;
  color: #555555;
  font-size: 14px;
  font-family: 'Montserrat-ExtraLight';
  margin-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form p {
  font-size: 14px;
  line-height: 1;
  color: #555;
  font-family: 'Montserrat-ExtraLight';
  margin-bottom: 45px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Montserrat-Bold';
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  border: none;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button:hover::after {
  width: 100%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  background: #109147;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  z-index: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p img {
  padding: 15px;
  width: 50%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
  padding: 10px 0;
  color: #000;
  line-height: 2;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news {
  padding-bottom: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  max-height: 500px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  font-weight: bold;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
.newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input {
    display: block;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea,
  .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] {
    width: 100%;
  }
}
/*产品列表*/
.product2-page {
  padding: 100px 0 50px;
}
.product2-page .product-list .item{
  margin-bottom: 30px;
}
.product2-page .product-list .item:last-child{
  margin-bottom: 0;
}
.product2-page .product-list .item .tit{
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
.product2-page .product-list .item .img-list{
  margin-top: 20px;
}
.product2-page .product-list .item .img-list dl{
  margin: -8px;
}
.product2-page .product-list .item .img-list dl dd{
  padding: 8px;
  text-align: center;
}
/*.product2-page .product-list .item .img-list dl dd img{
  border: 1px solid #ccc;
}*/
.product2-page .product-list .item .img-list dl dd p{
  font-size: 14px;
  line-height: 2;
  margin-top: 7px;
  word-break: break-word;
}
.product2-page .product-list ul {
  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;
  margin: 0 -10px;
}
.product2-page .product-list ul li {
  padding: 0 10px;
  margin-bottom: 37px;
}
.product2-page .product-list ul li .img img {

}
.product2-page .product-list ul li .text .btm .slick-slide img {
  padding: 5px;
}
.product2-page .product-list ul li.wid-100 {
  width: 100%;
}
.product2-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.product2-page .product-list ul li .pro-box .imgbox {
  position: relative;
  width: 50%;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.product2-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #46696b;
}
.product2-page .product-list ul li .pro-box::after {
  content: none;
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product2-page .product-list ul li .pro-box h5 {
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  font-weight: bold;
  padding: 20px 0px 0px;
}
.product2-page .product-list ul li .pro-box .btm span.block {
  padding: 5px 0;
}
.product2-page .product-list ul li .pro-box .text .neirong {
  padding: 10px 0 0;
  max-height: 120px;
  overflow-y: overlay;
}
.product2-page .product-list ul li .pro-box:hover {
  background: #f6f6f6;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box h5:hover {
  color: #109147;
}
.product2-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product2-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 25px;
}
.product2-page .product-list ul li .pro-box .text {
  padding: 0 20px;
  font-size: 15px;
  color: #757575;
  width: 50%;
}
.product2-page .product-list ul li .pro-box .text p {
  position: relative;
  font-family: 'Montserrat';
  font-size: 15px;
  font-weight: 400;
}
.product2-page .product-list ul li .pro-box .btm {
  padding: 0px 0px 20px 0px;
}
.product2-page .product-list ul li .pro-box .text p::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("/template/en/images/icon-y.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
.product2-page .product-list ul li .pro-box .btm .tupianji {
  margin: -5px;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .item {
  padding: 5px;
}
.product2-page .product-list ul li .pro-box .more {
  display: inline-block;
  padding: 12px 22px 12px 15px;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  margin-bottom: 25px;
  background: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product2-page .product-list ul li .pro-box .more:hover {
  background: #46696b;
}
.product2-page .product-list ul li .pro-box .more i {
  margin-left: 12px;
  font-size: 14px;
}
.inner-page.product2-page p {
color: #000;
}
.product2-page .product-list ul li .pro-box .btm ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -10px;
}
.product2-page .product-list ul li .pro-box .btm ul li {
  display: inline-block;
  width: auto !important;
  margin-bottom: 0;
  padding: 0 6px;
}
.product2-page .product-list ul li .pro-box .btm ul li .coloritem {
  width: 25px;
  height: 25px;
  display: block;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
  background: #ebd5d3;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
  background: #7d96a2;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
  background: #7f9c90;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
  background: #8a2a2b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
  background: #19315b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
  background: #000;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
  background: #d7d2cb;
}
.product2-page .product-list ul li .pro-box h5 a {
  text-transform: uppercase;
}
.inner-page .sidebar-content {
  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;
}
.inner-page .sidebar-content .sidebar-nav {
  width: 20%;
}
.inner-page .sidebar-content .sidebar-nav form {
  position: relative;
}
.inner-page .sidebar-content .sidebar-nav form input[type="text"] {
  width: 100%;
  height: 70px;
  border-radius: 5px;
  background: #f2f1ec;
  padding: 0 25px;
  font-size: 18px;
  color: #000;
  border: none;
}
.inner-page .sidebar-content .sidebar-nav form input[type="submit"] {
  width: 30px;
  height: 30px;
  background: url(../images/pro-search.png) no-repeat center center;
  right: 30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 24px;
  line-height: 1;
  color: #000000;
  text-align: left;
  margin: 30px 0 25px;
  font-weight: bold;
}
.inner-page .sidebar-content .sidebar-nav p {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-weight: bold;
  margin-bottom: 50px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list {
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a {
  text-transform: capitalize;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  border-bottom: 0px solid #eeede7;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover {
  color: #46696b;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover span {
  background: #46696b;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover::after {
  color: #46696b;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a::after {
  position: absolute;
  content: none;
  font-family: "FontAwesome";
  font-size: 20px;
  color: #bdc2c6;
  line-height: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 5px;
  background: #eeede7;
  font-size: 20px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a {
  color: #46696b;
  border-bottom: 1px solid #000;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a::after {
  color: #46696b;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a span {
  background: #46696b;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .related {
  margin: 40px 0;
}
.inner-page .sidebar-content .sidebar-nav .related-list {
  margin-bottom: 60px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img {
  display: block;
  max-width: 102px;
  border-radius: 5px;
  overflow: hidden;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.inner-page .sidebar-content .sidebar-nav .related-list li .related-img img {
  width: 100%;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content {
  padding-left: 15px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  max-width: 230px;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4:hover {
  color: #46696b;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 14px;
  line-height: 1;
  color: #9a9a9a;
  margin-top: 5px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info {
  margin-bottom: 47px;
  padding: 80px 30px 85px;
  border-radius: 5px;
  background: url(/classinn/2022/05/13/contact.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info h5 {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Montserrat';
  margin-bottom: 30px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info p {
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel {
  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-size: 14px;
  line-height: 1;
  color: #ffffff;
  margin: 25px 0 28px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img {
  margin-right: 20px;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a {
  margin: 0 14px;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
.inner-page .sidebar-content .sidebar-box {
  width: 70%;
}
.inner-page .sidebar-content .sidebar-nav h2 {
  font-size: 20px;
  text-transform: capitalize;
}
.inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span {
  display: none;
}
.inner-page .sidebar-content .sidebar-nav ul.related-list li .content p.time {
  margin-bottom: 20px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content h4 {
  font-size: 15px;
}
.inner-page .sidebar-content .sidebar-nav .related-list li .content p {
  font-size: 14px;
}
.product2-page .product-list ul li .pro-box .btm ul.tupianji li {
  width: 25% !important;
}
.product2-page .product-list ul li .pro-box .btm ul.tupianji {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.m-page {
  text-align: center;
}
.m-page a,
.m-page span.current {
  border-radius: 50%;
  margin: 5px;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.m-page a {
  background: #ccc;
}
.m-page span.current {
  background: #109147;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li.diyi {
  margin-bottom: 10px;
  text-transform: capitalize;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li.diyi > a {
  font-size: 18px;
  color: #109147;
  line-height: 32px;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li.diyi ol {
  padding: 3px 0;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li ol {
  padding-bottom: 5px !important;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li ol li {
  margin-left: 15px;
  line-height: 2;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li ol li a {
  font-size: 15px;
  color: #555;
}
.inner-page .sidebar-box .sidebar-left .inner .inner-cat ol.third {
  display: none;
}
.fangkuai {
  width: 12px;
  height: 12px;
  background: #109147;
  margin-right: 10px;
}
/* history */
.init-history {
  padding: 80px 0;
  background: url(../images/his-bg.jpg) no-repeat top center;
  overflow: hidden;
}
@media screen and (max-width: 700px) {
  .init-history {
    display: none;
  }
}
.aw-history {
  padding: 20px 0 0;
  background: url(../images/aa04.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
}
.aw-history .title {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
.aw-history .title h2 {
  font-size: 48px;
  color: #333333;
  line-height: 67px;
  font-weight: bold;
}
.aw-history .title span {
  font-size: 24px;
  color: #000;
  padding-left: 52px;
  background: url(../images/pro05.png) no-repeat left center;
  line-height: 32px;
  display: inline-block;
}
.pc-history {
  width: 100%;
  height: 548px;
  overflow: hidden;
  background: url(../images/aa08.png) no-repeat center;
}
.pc-history .btns {
  width: 107px;
  height: 107px;
  position: absolute;
  top: 54%;
  margin-top: 3px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  z-index: 2;
}
.pc-history .btns.prev {
  background: url(../images/aa06.png) no-repeat center;
  left: -31px;
}
.pc-history .btns.prev:hover {
  background: url(../images/aa06_h.png) no-repeat center;
}
.pc-history .btns.next {
  background: url(../images/aa07.png) no-repeat center;
  right: -31px;
}
.pc-history .btns.next:hover {
  background: url(../images/aa07_h.png) no-repeat center;
}
.pc-history .box {
  width: 1065px;
  margin: 0 auto;
  height: 100%;
}
.pc-history .box ul {
  position: relative;
}
.pc-history .box li {
  width: 200px;
  float: left;
  position: relative;
  margin-left: -50px;
}
.pc-history .box li.even {
  margin-bottom: 30px;
  padding-bottom: 100px;
  background: url(../images/aa05.png) no-repeat center bottom;
}
.pc-history .box li.odd {
  margin-top: 270px;
  padding-top: 100px;
  background: url(../images/aa05.png) no-repeat center top;
}
.pc-history .box li:first-child {
  margin-left: 0;
}
.pc-history .box ul {
  float: left;
}
.pc-history .box h2 {
  font-size: 20px;
  color: #404040;
  font-weight: bold;
  line-height: 34px;
}
.pc-history .box p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.history-page .init-5 .init-5-bottom p {
  text-align: center;
  font-size: 18px;
  padding: 10px 10%;
  line-height: 35px;
}
.history-page .init-5 .init-5-bottom li.active {
  display: list-item;
}
.history-page .init-5 .init-5-top {
  padding: 50px 0 10px;
}
.history-page .init-5 .init-5-top .content li {
  width: 9.09%;
  float: left;
  padding-top: 20px;
  height: 128px;
  background: #e7f8e9;
  cursor: pointer;
}
.history-page .init-5 .init-5-top .content li a h3 {
  font-size: 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.history-page .init-5 .init-5-top .content li:nth-child(2) {
  background: #d8f3dc;
}
.history-page .init-5 .init-5-top .content li:nth-child(3) {
  background: #cbe5cf;
}
.history-page .init-5 .init-5-top .content li:nth-child(1),
.history-page .init-5 .init-5-top .content li:nth-child(2),
.history-page .init-5 .init-5-top .content li:nth-child(3) {
  margin-top: 130px;
}
.history-page .init-5 .init-5-top .content li:nth-child(4),
.history-page .init-5 .init-5-top .content li:nth-child(5),
.history-page .init-5 .init-5-top .content li:nth-child(6) {
  height: 168px;
  margin-top: 90px;
}
.history-page .init-5 .init-5-top .content li:nth-child(4) {
  background: #bfd8c3;
}
.history-page .init-5 .init-5-top .content li:nth-child(5) {
  background: #95d5b2;
}
.history-page .init-5 .init-5-top .content li:nth-child(6) {
  background: #8cc8a8;
}
.history-page .init-5 .init-5-top .content li:nth-child(7),
.history-page .init-5 .init-5-top .content li:nth-child(8),
.history-page .init-5 .init-5-top .content li:nth-child(9) {
  height: 208px;
  margin-top: 50px;
}
.history-page .init-5 .init-5-top .content li:nth-child(7) {
  background: #40916c;
}
.history-page .init-5 .init-5-top .content li:nth-child(8) {
  background: #38805f;
}
.history-page .init-5 .init-5-top .content li:nth-child(9) {
  background: #337557;
}
.history-page .init-5 .init-5-top .content li:nth-child(10),
.history-page .init-5 .init-5-top .content li:nth-child(11) {
  height: 258px;
}
.history-page .init-5 .init-5-top .content li:nth-child(10) {
  background: #284e3e;
}
.history-page .init-5 .init-5-top .content li:nth-child(11) {
  background: #1b4332;
}
.cloudzoom-lens:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 238, 167, 0.3);
}
.product2-page .product-list ul li .img img {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.product2-page .product-list ul li .img {
  overflow: hidden;
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
  padding: 10px;
  background: #f7f7f7;
  position: relative;
}
.product2-page .product-list ul li .img:hover img {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
@media screen and (max-width: 1000px) {
  .product2-page .product-list ul li {
    width: 50%!important;
  }
}
@media screen and (max-width: 500px) {
  .product2-page .product-list ul li {
    width: 100%!important;
  }
}
#msg2 .box {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  right: 0;
  background: white;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 2;
}
#msg2 .box h3 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 15px;
}
#msg2 .box i.close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
  content: '';
  width: 24px;
  height: 1px;
  display: block;
  background: black;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#msg2 .box i.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#msg2 .box form ul li {
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 2;
}
#msg2 .box form ul li:last-child {
  padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
  width: 100%;
  line-height: 2;
  border: 1px solid #eee;
  padding: 5px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
  border-color: #109147;
}
#msg2 .box form ul li textarea {
  height: 80px;
  resize: vertical;
  -webkit-transition: .5s all,height 0s;
  -moz-transition: .5s all,height 0s;
  transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
  background: #109147;
  color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
  background: #222;
}
#msg2.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.product2-page .product-list ul li .pro-box .imgbox img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .slick-list.draggable .slick-slide:last-child {
  display: none;
}
.product2-page .product-list ul li .pro-box .btm .tupianji img {
  max-height: 145px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .init-2 .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#index-body .init-2 .list ul li .box {
  width: 45%;
}
#index-body .init-2 .list ul li .acc {
  width: 25%;
}
#index-body .init-2 .list ul li .box-two {
  width: 30%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content h2 {
  font-weight: bold;
  line-height: 2;
}
.about-page .about-2 .left .about-ty-title {
  padding-right: 50px;
}
.about-page .about-2 .right .about-ty-title {
  padding-left: 50px;
}
/*honor*/
.about-page .honor {
  position: relative;
  z-index: 1;
    padding: 70px 0 90px;
    background: linear-gradient(to right,#109147 45%,#e6e6e6 45%);
}
.about-page .honor .left {
    padding-right: 9%;
  padding-top: 20px;
}
.about-page .honor .left h2 {
  font-size: 24px;
  line-height: 1.6;
  font-weight: 700;
      color: #fff;
}
.about-page .honor .left p {
  margin-top: 10px;
      color: #fff;
}
.about-page .honor .left .img {
  margin: 15px 0;
}
.about-page .honor .left .tab {
  font-size: 0;
}
.about-page .honor .left .tab span {
  display: inline-block;
  background-color: #109147;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
}
.about-page .honor .left .tab span img {
  vertical-align: middle;
}
.about-page .honor .left .tab span.left-btn {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.about-page .honor .left .tab span.right-btn {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.about-page .honor .right {

  position: relative;
}
.about-page .honor .right ul {
  margin: -15px;
}
.about-page .honor .right ul li {
  padding: 15px;
}
.about-page .honor .right ul li img {
  width: 100%;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
/*factory*/
.about-page .ab-4 {
    padding: 60px 0 80px;
    background: #fafafa;

}
.about-page .ab-4 .header span {
  color: #109147;
  font-size: 28px;
  line-height: 2;
  font-weight: 700;
  font-family: 'MPR';
}
.about-page .ab-4 .header h3 {
  font-size: 24px;
  line-height: 1;
}
.about-page .ab-4 .header p {
  font-size: 18px;
  line-height: 2;
  color: #6e6e6e;
}
.about-page .ab-4 .content {
  margin-top: 15px;
}
.about-page .ab-4 .content .slick-arrow {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 57px;
  height: 59px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: none;
}
.about-page .ab-4 .content .slick-arrow:hover {
  background-color: #109147;
}
.about-page .ab-4 .content .slick-prev {
  background: url("../images/inner-l.png") rgba(0,0,0,0.6) no-repeat center center;
  left: 40%;
}
.about-page .ab-4 .content .slick-next {
  background: url("../images/inner-r.png") rgba(0,0,0,0.6) no-repeat center center;
  right: 40%;
  left: auto;
}
.about-page .ab-4 .content ul {
  margin-right: -15px;
}
.about-page .ab-4 .content ul li {
  padding-right: 15px;
}
.about-page .ab-4 .content ul li a {
  display: block;
}
.about-page .ab-4 .header h2 {
  display: block;
  font-size: 28px;
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: 700;
}
/*底部询盘*/
.i-contact {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #109147;
}
.i-contact .ui.container {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.i-contact .ui.container .left {
  color: #fff;
}
.i-contact .ui.container .left h4 {
    max-width: 490px;
}
.i-contact .ui.container .left p {
  max-width: 580px;
  margin-top: 20px;
}
.i-contact .ui.container .right {
  padding: 0 3%;
}
.i-contact .ui.container .right form {
  width: 100%;
}
.i-contact .ui.container .right form ul {
  width: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.i-contact .ui.container .right form ul .bz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.i-contact .ui.container .right form ul .bz p {
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.i-contact .ui.container .right form ul li {
  width: 100%;
  height: 58px;
  border-radius: 29px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.i-contact .ui.container .right form ul li.wid50 {
  width: 48%;
}
.i-contact .ui.container .right form ul li input[type="text"] {
  width: 100%;
  height: 58px;
  border-radius: 29px;
  background: rgba(255, 255, 255, 0.28);
  border: none;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
}
.i-contact .ui.container .right form ul li input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}
.i-contact .ui.container .right form ul li input[type="text"]:-moz-placeholder {
  color: #fff;
}
.i-contact .ui.container .right form ul li input[type="text"]::-moz-placeholder {
  color: #fff;
}
.i-contact .ui.container .right form ul li input[type="text"]:-ms-input-placeholder {
  color: #fff;
}
.i-contact .ui.container .right form ul li input[type="text"]::placeholder {
  color: #fff;
}
.i-contact .ui.container .right form ul li:nth-child(3) {
  position: relative;
}
.i-contact .ui.container .right form ul li:nth-child(3) input[type="submit"] {
  position: absolute;
  height: 58px;
  color: #000;
  background: #fff;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40%;
  border: none;

  font-size: 16px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.i-contact .ui.container .right form ul li:nth-child(3) input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: #000;
}
/*-end*/
.inner-page.about-page .about-3 {
  margin-bottom: 80px;
}
#index-body .init-4 .top .right .list .img a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 500px;
  background: #f7f7f7;
  padding: 10px 10px 0px 10px;
}
#index-body .init-4 .top .right .list .img:hover img {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.product2-page .product-list ul li .text {
  background: #f7f7f7;
  margin-top: 0;
  padding: 10px;
}
.inner-page.news-page.newdet-page .sidebar-box .sidebar-right {
  width: 70%;
  padding-left: 35px;
}
.product2-page .product-list ul li .text .neirong p {
  font-size: 14px;
  color: #aaa;
  text-transform: lowercase;
  font-weight: 300;
}
.product2-page .product-list ul li .text h2 {
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}
.product2-page .product-list ul li .img img.yin {
  position: absolute;
  left: 0;
  opacity: 0;
}
.product2-page .product-list ul li:hover .img img.yin {
  opacity: 1;
}
@media screen and (max-width: 1550px) {
  .product2-page .product-list ul li .img img {
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .honor .left {
    width: 100%;
  }
  .about-page .honor .left h2 {
    font-size: 32px;
  }
  .about-page .honor .right {
    width: 100%;
    margin-top: 40px;
  }
  .about-page .about-3 .other-box .other-text h2 {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 700px) {
  .about-page .ab-4 .content .slick-prev {
    left: 0;
  }
  .about-page .ab-4 .content ul li {
    padding: 0;
  }
  .about-page .ab-4 .content .slick-next {
    right: 0;
  }
}
.faq-page {
    padding: 100px 0;
}
.faq-page ul li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.faq-page ul li h4 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.8;
}
.faq-page ul li .content {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 16px;
    line-height: 30px;
}
.faq-page ul li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1250px) {
  .faq-page {
        padding: 60px 0;
    }
    .faq-page ul li h4 {
        font-size: 16px;
        line-height: 30px;
    }
    .faq-page ul li .content {
        font-size: 16px;
    }
}
.inner-page.lg-page {
    overflow: hidden;
    padding: 100px;
}
.inner-page.lg-page .page-right-bar.fr .piclist ul {
    overflow: hidden;
}
.inner-page.lg-page .page-right-bar.fr .piclist li {
    transition: all .3s ease;
    width: 25%;
    float: left;
    padding: 20px;
}
.inner-page.lg-page .page-right-bar.fr .piclist li .eq-text {
    transition: all .3s ease;
    max-height: 200px;
    overflow-y: overlay;
    padding: 20px;
    margin-top: 15px;
}
.inner-page.lg-page .page-right-bar.fr .piclist li .eq-text h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700;
    padding-bottom: 5px;
}
.inner-page.lg-page .page-right-bar.fr .piclist li .eq-text p {
    line-height: 1.8;
    padding: 5px;
    font-size: 15px;
}
.flygsm{
  font-size: 36px;
  line-height: 1.2;
  font-weight: bold;
}
.bankuai{
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
   .inner-page.lg-page{
        padding: 30px 0;
    }
}
@media screen and (max-width: 700px) {
  .inner-page.lg-page .page-right-bar.fr .piclist li{
        width: 100%;
        padding:20px 0;
  }
}
@media screen and (max-width: 500px) {
    .flygsm{
    font-size: 24px;
   line-height: 1.5;
  }
   .xwbt{
    font-size: 20px;
    line-height: 1.5;
  }
}
.prodet-page {
  padding: 120px 0;
}
.prodet-page .prodet-1 .img {
  padding-right: 60px;
}
.prodet-page .prodet-1 .img .gallery {
  display: inline-block;
  vertical-align: top;
  width: 15%;
}
.prodet-page .prodet-1 .img .gallery ul {
  margin-bottom: -10px;
}
.prodet-page .prodet-1 .img .gallery ul .slick-current li a {
  border-color: #109147;
}
.prodet-page .prodet-1 .img .gallery ul li {
  padding-bottom: 10px;
}
.prodet-page .prodet-1 .img .gallery ul li a {
  display: block;
  border: 1px solid #b7b7b7;
}
.prodet-page .prodet-1 .img .big {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.prodet-page .prodet-1 .img .big .img-box {
  display: block;
  background: #fdfef5;
  text-align: center;
}
.prodet-page .prodet-1 .img .big .img-box img {
  display: inline-block;
}
.prodet-page .prodet-1 .text {

}
.prodet-page .prodet-1 .text h1 {
  font-size: 36px;
  line-height: 1.6;
      text-transform: capitalize;
}
.prodet-page .prodet-1 .text .con {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .text .gallery{
  margin-top: 20px;
}
.prodet-page .prodet-1 .text .gallery ul{
  margin-right: -10px;
}
.prodet-page .prodet-1 .text .gallery ul li{
  padding-right: 10px;
}
.prodet-page .prodet-1 .text .share {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .text .share h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-transform: capitalize;
}
.prodet-page .prodet-1 .text .share ul {
  display: inline-block;
  vertical-align: middle;
  padding: 3px 0;
}
.prodet-page .prodet-1 .text .share ul li {
  width: auto;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .share ul li:hover {
  color: #000;
}
.prodet-page .prodet-1 .text .more {
margin-top: 10px;
    padding: 10px 30px;
    margin-right: 25px;
}
.prodet-page .prodet-2 {
  margin-top: 60px;
}
.prodet-page .prodet-2 .box {
  padding: 50px 50px 50px 50px;
  /*background: url(../images/product-list-bg.png) rgba(236, 222, 193, 0.6) no-repeat center;*/
  background-size: cover;
}
.prodet-page .prodet-2 .box .ret {
  text-align: center;
  border-bottom: 1px solid #d3ced2;
}
.prodet-page .prodet-2 .box .ret ul {
  margin: 0 -20px;
}
.prodet-page .prodet-2 .box .ret ul li {
  display: inline-block;
  margin: 0 20px;
  font-size: 22px;
  padding: 16px 0;
  line-height: 1;
  cursor: pointer;
  position: relative;
  font-weight: bold;
}
.prodet-page .prodet-2 .box .ret ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #b6713e;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .box .ret ul li:hover,
.prodet-page .prodet-2 .box .ret ul li.active {
  color: #b6713e;
}
.prodet-page .prodet-2 .box .ret ul li:hover::after,
.prodet-page .prodet-2 .box .ret ul li.active::after {
  width: 100%;
}
.prodet-page .prodet-2 .box .option {
  margin-top: 40px;
}
.prodet-page .prodet-2 .box .option .slide h2 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 30px;
  display: none;
}
.prodet-page .prodet-2 .box .option .slide h2::after {
  content: '';
  width: 40px;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  margin: 15px auto 0;
}
.prodet-page .prodet-2 .box .option .slide .con {
  font-size: 18px;
  line-height: 1.6;
  color: #202020;
}
.prodet-page .prodet-2 .box .option .slide .con table td,
.prodet-page .prodet-2 .box .option .slide .con table th {
  padding: 10px 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.prodet-page .prodet-2 .box .option .slide .con table td:nth-child(1) {
  font-weight: bold;
}
.prodet-page .prodet-2 .box .option .slide .con table tr:nth-child(even) {
  background: transparent;
}
.prodet-page .prodet-2 .box .option .slide .con form ul {
  margin: -10px -20px;
}
.prodet-page .prodet-2 .box .option .slide .con form ul li {
  padding: 10px 20px;
}
.prodet-page .prodet-2 .box .option .slide .con form ul li label {
  display: block;
  font-size: 16px;
  line-height: 2;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.prodet-page .prodet-2 .box .option .slide .con form ul li label em {
  display: inline-block;
  vertical-align: top;
  color: red;
}
.prodet-page .prodet-2 .box .option .slide .con form ul li input,
.prodet-page .prodet-2 .box .option .slide .con form ul li textarea {
  width: 100%;
  border: 1px solid #b7b7b7;
  background: transparent;
  font-size: 16px;
  line-height: 2;
  padding: 0 20px;
  height: 50px;
}
.prodet-page .prodet-2 .box .option .slide .con form ul li input:focus,
.prodet-page .prodet-2 .box .option .slide .con form ul li textarea:focus {
  border-color: #109147;
}
.prodet-page .prodet-2 .box .option .slide .con form ul li textarea {
  height: 75px;
  padding-top: 10px;
}
.prodet-page .prodet-2 .box .option .slide .con form ul li .more {
  padding: 14px 38px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 10px;
}
.prodet-page .prodet-2 .box .option .slide .con form ul li.wid-100 {
  width: 100%;
}
.prodet-page .prodet-3 {
  margin-top: 100px;
}
.prodet-page .prodet-3 h2 {
  font-size: 50px;
  line-height: 1.2;
}
.prodet-page .prodet-3 .content {
  margin-top: 50px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -28px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 28px;
}
.prodet-page .prodet-3 .content ul li .img-box {
  background: #fdfef5;
  text-align: center;
  position: relative;
}
.prodet-page .prodet-3 .content ul li .img-box img {
  display: inline-block;
}
.prodet-page .prodet-3 .content ul li .img-box span {
  position: absolute;
  top: 17px;
  left: 16px;
  font-size: 14px;
  line-height: 1;
  padding: 7px 3px 6px 4px;
  background: #ecdec1;
  text-transform: uppercase;
}
.prodet-page .prodet-3 .content ul li .img-box .more {
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  display: block;
  text-transform: uppercase;
  padding: 14px 0 13px;
  letter-spacing: 2px;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
.prodet-page .prodet-3 .content ul li .img-box .i2 {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(200%);
  -moz-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  opacity: 0;
  visibility: hidden;
}
.prodet-page .prodet-3 .content ul li .text {
  text-align: center;
  padding-top: 20px;
}
.prodet-page .prodet-3 .content ul li .text h4 {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
.prodet-page .prodet-3 .content ul li .text img {
  display: inline-block;
  margin-top: 7px;
}
.prodet-page .prodet-3 .content ul li:hover .img-box .more {
  opacity: 1;
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
}
.prodet-page .prodet-3 .content ul li:hover .img-box .i2 {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.prodet-page .prodet-table{
  padding-top: 50px;
}
.prodet-page .prodet-table table{
  color: #000;
  font-size: 15px;
  border-radius: 12px;
}
.prodet-page .prodet-table table td,
.prodet-page .prodet-table table th {
    position: relative;
    border: 1px solid #eee;
    text-align: center;
        padding: 0;
}
/*.prodet-page .prodet-table table tr th, 
.prodet-page .prodet-table table tr td {
    border-right: 1px solid rgba(16,145,71,0.28);
    border-bottom: 1px solid rgba(16,145,71,0.28);
    text-align: center;
    padding: 0 5px;
}*/
.prodet-page .prodet-table table td:hover::after,
.prodet-page .prodet-table table th:hover::after{
  content: "";
    position: absolute;

    left: 0;
    top: -1420px;
    height: 2840px;
    width: 100%;
    z-index: -1;
}
.prodet-page .prodet-table table td:first-child::after,
.prodet-page .prodet-table table th:first-child::after{
  display: none;
}
.prodet-page .prodet-table table td:first-child {

}

.prodet-page .prodet-table table tr:first-child {
background: #009844;
color: #fff;
}
/*.prodet-page .prodet-table table td:first-child,
.prodet-page .prodet-table table th:first-child{
   border-bottom: 1px solid rgba(16,145,71,0.28);
}*/
/*.prodet-page .prodet-table table th{
     background: #65b989;
  border-top: 1px solid rgba(16,145,71,0.28);
  text-align: center;
}*/
.prodet-page .prodet-table table tr:first-child th:first-child {
    border-top-left-radius: var(12px, 6px);
}
.prodet-page .prodet-table table tr:first-child th:last-child {
    border-top-right-radius: var(12px, 6px);
}
.prodet-page .prodet-table table tr:last-child td:first-child {
  border-bottom-left-radius: var(12px, 6px);
}
.prodet-page .prodet-table table tr:last-child td:last-child {
    border-bottom-right-radius: var(12px, 6px);
}
.prodet-page .prodet-table table{
  overflow-y: hidden;
  border: 0;
}
.prodet-page .prodet-table table tr:nth-child(even){
  background: transparent;
}
.prodet-page .prodet-table table thead{
  display: table;
    width: 100% !important;
    min-width: 700px;
}
img.capsules-height{
    padding: 0 5px;

}
@media screen and (max-width: 1280px) {
  .prodet-page .prodet-1 .img {
    padding-right: 30px;
  }
  .prodet-page .prodet-1 .text {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 28px;
    line-height: 1.8;
}
  .prodet-page .prodet-1 .img {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-2 .box {
    padding: 20px;
  }
  .prodet-page .prodet-3 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-2 {
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .box .ret {
    display: none;
  }
  .prodet-page .prodet-2 .box .option {
    margin-top: 0;
  }
  .prodet-page .prodet-2 .box .option .slide {
    display: block !important;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .box .option .slide h2 {
    display: block;
  }
  .prodet-page .prodet-2 .box .option .slide:last-child {
    margin-bottom: 0;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 h2 {
    font-size: 40px;
  }
  .prodet-page .prodet-3 .content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  #header .nav{
    height: 60px;
  }
  .prodet-page .prodet-1 .img .big {
    width: 83%;
  }
  .prodet-page .prodet-2 .box .option .slide h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .prodet-page .prodet-2 .box .option .slide .con {
    font-size: 16px;
  }
  .prodet-page .prodet-3 h2 {
    font-size: 32px;
    line-height: 1.6;
  }
}

/*设计*/


#header .nav .menu.t_1 .left a.logo {
    position: relative;
}
#header img.logo02 {
    position: absolute;
    left: 0;
    top: 0;
        opacity: 0;
}

#header.active a.logo img.logo02{
  opacity: 1;
}

#header.active a.logo img.logo01{
  opacity: 0;
}


#index-body .i-product .content ul li .ig .text a {
    text-transform: capitalize;
}


#header .nav .menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item:hover a{
color: #000;
}

.inner-page.news-page .sidebar-right {
    width: 70%;
}

.inner-page.news-page {
    padding: 100px 0;
}
.news-newlist .content ul li {
    margin-bottom: 80px;
}



 @keyframes spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

.inner-page.product-yd-page {
  overflow: hidden;
}
.inner-page.product-yd-page .slide {
  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;
}
.inner-page.product-yd-page .slide .left {
  width: 50%;
  padding-right: 5%;
}
.inner-page.product-yd-page .slide .left .content {
  min-height: 350px;
  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-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
}
.inner-page.product-yd-page .slide .left .content span.tag {
  margin-bottom: .5em;
  font-size: 18px;
    color: #109147;
    display: block;
    line-height: 1.2;
}
.inner-page.product-yd-page .slide .left .content span.h2 {
  margin-top: 0;
  font-size: 36px;
    line-height: 1.4;
  /*margin-bottom: auto;*/
}
.inner-page.product-yd-page .slide .left .content .text {
  margin: 1em 0 3em;
  font-size: 18px;
    color: #222;
    line-height: 1.7;
}
.inner-page.product-yd-page .slide .left .content a.link {
  --color2: #109147;
  font-size: 17px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    --color2: #fff;
    color: #109147;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
  /*margin-top: auto;*/
}


.inner-page.product-yd-page .slide .left .content a.link em {
    border-bottom: 1px solid #109147;
    line-height: 1;
    margin-right: 1em;
}


.inner-page.product-yd-page .slide .left .content a.link i.iconfont {
    width: 2em;
    height: 2em;
    border-radius: 100%;
    border: 1px solid #109147;
    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;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page.product-yd-page .slide .right {
  width: 50%;
}
.inner-page.product-yd-page .slide .img {
    min-height: 650px;
    width: 126%;
    background-position: center right;
    background-repeat: no-repeat;
     background-size: 100%;
}
.inner-page.product-yd-page .slide:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.inner-page.product-yd-page .slide:nth-child(even) .left {
  padding-left: 5%;
  padding-right: 0;
}
.inner-page.product-yd-page .slide:nth-child(even) .right {
  direction: rtl;
}

.inner-page.product-yd-page .slide:nth-child(even) .right .img {
    background-position: center left;
}





@media screen and (max-width: 1700px) {
  .inner-page.product-yd-page .slide .img {
    min-height: 600px;
  }
}



@media screen and (max-width: 1000px) {

.inner-page.product-yd-page .slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .inner-page.product-yd-page .slide .left {
    width: 100%;
    padding: 30px 0 !important;
  }
  .inner-page.product-yd-page .slide .right {
    width: 100%;
  }
  .inner-page.product-yd-page .slide .right .img {
    min-height: auto;
    height: 200px;
    width: 100%;
  }
  .inner-page.product-yd-page {
    padding: 50px 0;
  }

}


.inner-page.lg-page ul li .eq {
    padding: 20px;
    text-align: center;
}

.inner-page.lg-page ul {
margin: 0 -20px;
}


.inner-page.lg-page ul li .eq .eq-text {
    padding: 20px 0;
    font-size: 18px;
    text-transform: capitalize;
}





.history-page {
  padding: 110px 0;
  overflow: hidden;
}
.history-page .historySideBar .historySideLeft {
  width: 40%;
  padding: 0 8%;
}
.history-page .historySideBar .historySideLeft span.h3 {
  font-size: 30px;
  padding: 1.83333333em 15%;
  display: block;
  background: #109147;
  background-size: cover;
  line-height: 1.2;
  color: white;
  position: relative;
}
/*.history-page .historySideBar .historySideLeft span.h3:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: url("../images/historySideLeft-3.jpg") center center no-repeat;
  background-size: cover;
}*/
.history-page .historySideBar .historySideLeft span.h3:after {
  content: '';
  width: 1.66666667em;
  height: 0.13333333em;
  display: block;
  margin-top: .5em;
  background-color: white;
}
.history-page .historySideBar .historySideLeft .img {
  padding: 10%;
  height: 480px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../images/historySideLeft-2.jpg") center center no-repeat;
  background-size: cover;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  color: white;
}
.history-page .historySideBar .historySideLeft .img span.h6 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
.history-page .historySideBar .historySideLeft .img .text {
  font-size: 16px;
  margin-top: .5em;
}
.history-page .historySideBar .historySideRight {
  width: 60%;
}
.history-page .historySideBar .historySideRight .list {
  position: relative;
}
.history-page .historySideBar .historySideRight .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.history-page .historySideBar .historySideRight .list ul li time {
  font-size: 24px;
  color: #109147;
  line-height: 1.2;
    width: 12%;
}
.history-page .historySideBar .historySideRight .list ul li .slide {
  padding-left: 30px;
  margin-left: 30px;
  padding-bottom: 30px;
  position: relative;
      width: 88%;
}
.history-page .historySideBar .historySideRight .list ul li .slide:before {
  content: '';
  width: 1px;
  height: 140%;
  position: absolute;
  left: 0;
  top: -20%;
  background: #e5e5e5;
}
.history-page .historySideBar .historySideRight .list ul li .slide:after {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border: 3px solid #e5e5e5;
  display: block;
  position: absolute;
  left: -7px;
  top: 5px;
  background: white;
  z-index: 1;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text {
    font-size: 16px;
    color: #7e7f81;
    padding-left: 2em;
    padding-bottom: 20px;
    position: relative;
    line-height: 1.6;
}
.history-page .historySideBar .historySideRight .list ul li .slide .text i.fa {
  position: absolute;
  left: 0;
  top: 3px;
  color: #109147;
  font-size: 120%;
}



@media screen and (max-width: 1450px) {

 .history-page .historySideBar .historySideLeft span.h3 {
    font-size: 24px;
  }
  .history-page .historySideBar .historySideLeft .img {
    padding: 5%;
    height: 300px;
  }
  .history-page .historySideBar .historySideLeft .img span.h6 {
    font-size: 18px;
  }
  .history-page .historySideBar .historySideLeft .img .text {
    font-size: 14px;
  }
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 20px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    font-size: 14px;
  }


  }

@media screen and (max-width: 1000px) {
  .history-page .historySideBar .historySideLeft {
    display: none;
  }
  .history-page .historySideBar .historySideRight {
    width: 100%;
  }
   
}

@media screen and (max-width: 500px) {
  .history-page .historySideBar .historySideRight .list ul li time {
    font-size: 18px;
    padding-top: .2em;
    width: 50px;
  }
  .history-page .historySideBar .historySideRight .list ul li .slide {
    padding-left: 15px;
    margin-left: 15px;
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
  }
  .history-page .historySideBar .historySideRight .list ul li .slide .text {
    padding-left: 1em;
  }
    }

    
.about-page .about-2 .about-ty-title {
    display: flex;
        align-items: center;
}

.about-page .about-2 .about-ty-title .ab-lf {
    width: 50%;
       padding: 0 5%;
}
.about-page .about-2 .about-ty-title .ab-rg {
    width: 50%;
}

.about-page .about-2 .about-ty-title img {
    width: 100%;
}

.about-page .about-2 .about-ty-title p {
    font-size: 18px;
    padding: 5px 0;
    line-height: 1.6;
}

#index-body .i-product .content ul li:hover .ig {
background: #109147;
}



#index-body .i-product .content ul li:hover .ig .text .tit {
color: #fff;
}

#index-body .i-product .content ul li:hover .ig .text .con {
color: #fff;
}
#index-body .i-product .left .title {
    text-transform: capitalize;
}



@media screen and (max-width: 1680px) {
  #index-body .advantage .left .top .imgbox{
        max-height: 732px;
  }
}

@media screen and (max-width: 1440px) {
  #index-body .advantage .left .top .imgbox{
        max-height: 773px;
  }
}

@media screen and (max-width: 1280px) {
  #index-body .advantage .left .top .imgbox{
        max-height: 650px;
  }

#index-body .advantage .right .box .list ul li .text p{
      -webkit-line-clamp: 2;
}
}

@media screen and (max-width: 1110px) {
  #index-body .advantage .left .top .imgbox{
        max-height: 630px;
  }
#index-body .advantage .left .top .service{
      height: 60px;
    width: 190px;
}
.about-page .honor{
  background: #109147;
}
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .about-ty-title{
    display: block;
  }
  .about-page .about-2 .about-ty-title .ab-lf{
    width: 100%;
    padding: 0;
  }
  .about-page .about-2 .about-ty-title .ab-rg{
    width: 100%;
    padding-top: 20px;
  }
  .i-contact .ui.container{
    display: block;
  }
  .i-contact .ui.container .left{
    width: 100%;
  }
  .i-contact .ui.container .right{
    width: 100%;
    padding: 30px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  #header .logo img{
    max-height: 40px;
    width: auto;
    margin: 10px auto 0;
  }
  .i-contact .ui.container .right form ul{
    display: block;
  }
  .i-contact .ui.container .right form ul li.wid50{
    width: 100%;
  }
  .i-contact .ui.container .right form ul li:nth-child(3){
    height: auto;
  }
  .i-contact .ui.container .right form ul li:nth-child(3) input[type=submit]{
    width: 60%;
    border-radius: 0;
  }
}
.industry {
    background-color: #f0f2f4;
    padding: 80px 0;
}
.industry ul {
    margin: 0 -22px;
}
.industry ul li {
    padding: 10px 22px;
}
.industry ul li .box {
    border-radius: 15px;
    overflow: hidden;
}
.industry ul li .box .bottom {
    background: #fff;
    padding: 25px;
    text-align: center;
        height: 180px;
}
.industry ul li .box .bottom h2 {
    font-size: 20px;
    font-weight: bold;
}
.industry ul li .box .bottom p {
    line-height: 1.6;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: rgba(33, 37, 41, 0.7);
}

.industry ul li .box .img {
    overflow: hidden;
}
.industry ul li:hover .box .img img {
  transform: scale3d(1.05, 1.05, 1);
    transition: all .5s ease;
}
.industry ul li .box .img img {
    transition: all .5s ease;
        width: 100%;
    max-height: 380px;
    object-fit: cover;
}
.industry .top {
    text-align: center;
    width: 45%;
    margin: 0 auto;
    margin-bottom: 30px;
}




@media screen and (max-width: 1440px) {
.industry .top {
      width: 50%;
}
}
@media screen and (max-width: 1280px) {
.industry .top {
     width: 68%;
}
}


.plan-page-1 .top h2,
.plan-page-2 .top h2,
.inner-page.lg-page .top h2{
    color: #109147;
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
        margin-bottom: 10px;
}
.plan-page-1 .top p,
.plan-page-2 .top p,
.inner-page.lg-page .top p {
    font-size: 16px;
    line-height: 1.8;
}

.plan-page-1 .top,
.plan-page-2 .top {
    margin-bottom: 20px;
}


.plan-page-1 .bottom ul {
    margin: 0 -20px;
}
.plan-page-1 .bottom ul li {
    padding: 20px;
}
.plan-page-1 .bottom ul li .box img {
    width: 100%;
    object-fit: cover;
    height: 236px;
}



/*.plan-page-2 .bottom{

    }*/
    .plan-page-2 .bottom h2 {
    font-size: 44px;
    text-transform: uppercase;
    }
    .plan-page-2 .bottom .box{
    padding: 0 22% 0 0;
    }
    .plan-page-2 .bottom .box ul {
    margin: 0 -100px;
    }
    .plan-page-2 .bottom .box ul li {
    padding: 0 100px;
    }
    .plan-page-2 .bottom .box ul li .text{
    width: 35%;
    vertical-align: middle;
    padding-right: 3%;
    text-align: left;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    opacity: 1;
    }
    .plan-page-2 .bottom .box ul li .text h6 {
    font-size: 22px;
    color: rgba(0,0,0,.5);
    }
    .plan-page-2 .bottom .box ul li .text h6 span {
    font-weight: bold;
    font-size: 36px;
    color: #000;
    vertical-align: top;
    line-height: 1.4;
    }
    .plan-page-2 .bottom .box ul li .text h3 {
    font-size: 32px;
    font-weight: bold;
    margin-top: 30px;
    line-height: 1.2;
    color: #000;
    word-break: break-word;
    }
    .plan-page-2 .bottom .box ul li .img {
      width: 65%;
    position: relative;
    text-align: left;
    vertical-align: middle;
    left: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    }
    .plan-page-2 .bottom .box ul li .img img {
    width: 100%;
    }
    .plan-page-2 .bottom .box ul li .img .box2 {
    height: 80%;
    top: 10%;
    width: 22%;
    left: -10%;
    background: #109147;
    padding: 20px;
    position: absolute;
    opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    }
    .plan-page-2 .bottom .box ul li .img .box2 span {
    font-size: 22px;
    font-weight: bold;
    }
    .plan-page-2 .bottom .box ul li .img .box2 h6 {
    font-size: 15px;
    line-height: 1.2;
    position: absolute;
    padding: inherit;
    width: 100%;
    bottom: 0;
    left: 0;
    }
    .plan-page-2 .bottom{
    overflow: hidden;
     text-align: center;
    color: white;
        margin-top: 40px;
    }
    .plan-page-2 .bottom .box ul .slick-list {
    overflow: unset;
    }
    .plan-page-2 .bottom .box ul .slick-current+div li .text{
    opacity: 0;
    }
    .plan-page-2 .bottom .box ul .slick-current+div li .img{
    left: -45%;
    }
    .plan-page-2 .bottom .box ul .slick-current+div li .img .box2 {
    opacity: 1;
    }
    .plan-page-2 .bottom .box ul .slick-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 0;
    /*margin-top: -30px;*/
    left: 100px;
    /*margin-left: -80px;*/
    z-index: 1;
    background: url('../images/inner-l.png') rgba(0,0,0,.5) center center no-repeat;
    border: none;
    cursor: pointer;
    color: transparent;
    font-size: 0;
    }
    .plan-page-2 .bottom .box ul .slick-arrow.slick-next {
    transform: rotate(180deg);
    left: 170px;
    }
    
    @media screen and (max-width: 1400px) {
    .plan-page-2 .bottom h2 {
        font-size: 36px;
    }
    .plan-page-2 .bottom .box ul li .text h3 {
        font-size: 28px;
    }
    
    }
    
    
    @media screen and (max-width: 1200px) {
    .plan-page-2 .bottom {
        padding: 20px 0;
    }
    .plan-page-2 .bottom .box ul li .text h3 {
        font-size: 22px;
    }
    .plan-page-2 .bottom .box ul li .text h6 {
        font-size: 18px;
    }
    .plan-page-2 .bottom .box ul li .text h6 span {
        font-size: 24px;
    }
    }
    
    @media screen and (max-width: 700px) {
    .plan-page-2 .bottom .box ul li {
        padding: 10px;
    }
    .plan-page-2 .bottom .box ul {
        margin: -10px;
    }
    .plan-page-2 .bottom .box ul .slick-arrow {
        width: 30px;
        height: 30px;
        background-size: 8px;
        display: none !important;
    }
    .plan-page-2 .bottom .box ul li .img .box2 h6 {
        display: none;
    }
    .plan-page-2 .bottom .box ul .slick-current+div li .img {
        left: 0 !important;
        margin-top: 10px;
    }
    .plan-page-2 .bottom .box ul li .img .box2 {
        display: none;
    }
    
    }

.guoqi {
    position: absolute;
    padding: 10px;
}
.guoqi img {
    width: 40px;
}

.about-page .about-2 .about-ty-title .ab-lf h1 {
    line-height: 1.5;
    font-size: 32px;
    font-weight: bold;
}

.about-page .ab-4 .content ul li a.img-box img{

    height: 378px;
    object-fit: cover;
    width: 100%;
}


.jiyin {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .7;
}




@media screen and (max-width: 1440px) {
.about-page .about-2 .about-ty-title .ab-lf h1{
  font-size: 28px;
}
.about-page .about-2 .about-ty-title p{
  font-size: 16px;
  line-height: 1.8;
}



}
.product2-page .product-list {
    margin-top: 40px;
}
.product2-page .product-list .top {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}

.inner-page.plan-page .sidebar-left {
    padding-right: 4%;
}
.inner-page.plan-page {
    padding: 80px 0;
}

.industry .ui.container {
    max-width: 1320px;
}
.inner-page.lg-page ul li .eq .eq-text h3 img {
    margin-right: 20px;
        height: 35px;
    object-fit: cover;
}
.inner-page.lg-page ul li .eq .eq-text h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}
#index-body .i-product .ui.container {
    max-width: 1320px;
}


/*.prodet-page .prodet-table table tr th:nth-child(2), .prodet-page .prodet-table table tr td:nth-child(2){
    display: none;
}*/


/*.prodet-page .prodet-table table tr th:nth-last-child(1), .prodet-page .prodet-table table tr td:nth-last-child(1){
    display: none;
}
*/



/*设计-end*/

/*2025-4-17*/
.honor-page{
  padding: 6% 0;
}
.honor-page .honor-list .swiper{
  overflow: hidden;
}
.honor-page .honor-list .swiper-button-prev, 
.honor-page .honor-list .swiper-button-next {
    position: absolute;
    z-index: 1;
    top: 47.6%;
    cursor: pointer;
    width: 57px;
    height: 59px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.honor-page .honor-list .swiper-button-prev{
  left: 20px;
  background: url(/template/en/images/inner-l.png) no-repeat center rgba(0, 0, 0, .6);
}
.honor-page .honor-list .swiper-button-next{
  right: 20px;
  background: url(/template/en/images/inner-r.png) no-repeat center rgba(0, 0, 0, .6);
}
.honor-page .honor-list .swiper-button-prev:hover, 
.honor-page .honor-list .swiper-button-next:hover{
  background-color: #109147; 
}
.honor-page .honor-list .swiper .swiper-slide p{
  opacity: 0;
 -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .honor-list .swiper .swiper-slide-active p{
  opacity: 1;
}
.lg-page .about-3 {
  padding: 70px 0 120px;
  position: relative;
}
.lg-page .about-3 ul {
  flex-wrap: wrap;
}
.lg-page .about-3 ul li {
  height: 70vh;
  width: 50%;
  flex: 0 0 50%;
}
.lg-page .about-3 ul li .ig {
  display: inline-block;
  padding: 13px;
  background: #fff;
  text-align: center;
  max-width: 437px;
}
.lg-page .about-3 ul li .ig .img-box {
  display: block;
}
.lg-page .about-3 ul li .ig p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #091733;
  margin-top: 6px;
}
.lg-page .about-3 ul li:nth-child(2n) {
  text-align: right;
  /*margin-top: 25vh;*/
}
.lg-page .about-3 ul li:nth-child(2n) .ig {
  margin: 0 0 0 auto;
}
.lg-page .about-3 .tit {
  position: sticky;
  top: 30vh;
  font-size: 200px;
  letter-spacing: 8px;
  color: #4c5057;
  opacity: 0.6;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .lg-page .about-3 ul li {
    height: 70vh;
  }
  .lg-page .about-3 ul li .ig {
    max-width: 320px;
  }
}
@media screen and (max-width: 700px) {
  .lg-page .about-3{
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .biashi ul li{
    width: 33%!important;
    padding: 10px!important;
  }
  .about-page .about-3 ul {
    display: block;
  }
  .about-page .about-3 ul li {
    width: 100%;
  }
  .about-page .about-3 ul li .ig {
    max-width: 100%;
  }
}


.prodet-page .prodet-table .size {
    width: 80% !important;
    margin-bottom: 60px;
}


.prodet-page .prodet-table h2{
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.prodet-page .prodet-table .size tr:first-child {
    background: #fff;
    color: #000;
    font-weight: bold;
    font-size: 24px;
}

.prodet-page .prodet-table .size tr th img.capsules-height {
    padding: 0 50px;
}

.prodet-page .prodet-table .size tr th {
    border: 0;
}
.biashi {
    margin-top: 30px;
}
.biashi ul {
    margin: 0 -10px;
}
.biashi ul li {
    padding: 0 40px;
}
.biashi ul li .box {
    border: 1px solid #eee;
}

/*exhibition*/
.lg-page .about-3 .box ul li .item{
  width: 33.3333%;
  padding: 15px;
}
.lg-page .about-3 .box ul li .item .header{
  margin-bottom: 10px;
   /*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-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;*/
}
.lg-page .about-3 .box ul li .item .header img{
    height: 15px;
    object-fit: cover;
}
.lg-page .about-3 .box ul li .item .header span{
  width: 70%;
  font-size: 14px;
  font-weight: bold;
  color: #109147;
  text-align: left;
  padding-left: 6px;
  line-height: 1;
}
.lg-page .about-3 ul li .ig{
  max-width: 85%;
   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;
}
.inner-page.lg-page.ex-page{
  padding: 80px 0;
}
.ex-page .about-3{
  padding-bottom: 0;
}
.ex-page .ui.container{
  max-width: 1380px;
}
img.yuanjiao {
    border-radius: 10px;
}
.ex-page .about-3 .box1 ul li{
  height: auto;
}
.ex-page .about-3 .box1 ul li .item{
  width: 100%;
}
.ex-page .about-3 .box1 ul li .item .header{
  text-align: center;
}
.prodet-page .prodet-table table td {
    padding: 7px 0;
}
.prodet-page .prodet-table table tr:first-child td {
    padding: 20px 0;
}
.prodet-page .prodet-table p.text-1 {
    font-size: 16px;
    margin-bottom: 20px;
}

.inner-banner.exhibition {
    padding: 230px 0 170px;
}

.biashi .ui.container {
    max-width: 1300px;
}

.inner-page.lg-page.ex-page .top {
    text-align: center;
}

.ex-page .about-3 .ui.container {
    max-width: 1100px;
}

.lg-page .about-3 ul {
    text-align: center;
}

@media screen and (max-width: 1000px) {
  .product2-page,
  .history-page{
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .img .big{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .product2-page,
  .history-page,
  .inner-page.plan-page{
    padding: 30px 0;
  }
  .product2-page .product-list .item .img-list dl dd{
    width: 20%;
  }
}
@media screen and (max-width: 500px) {
  .product2-page .product-list .item .img-list dl dd{
    width: 25%;
  }
  .inner-page.product-yd-page .slide .left .content .text{
    font-size: 16px;
    line-height: 1.8;
    margin: 1em 0;
  }
  .inner-page.product-yd-page .slide .left .content span.h2{
    font-size: 26px;
  }
  .plan-page-1 .top p, .plan-page-2 .top p, .inner-page.lg-page .top p{
    line-height: 1.8;
  }
}
@media screen and (max-width: 1000px){
  a.yaya {
    display: none !important;
  }
}