@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.eot');
  src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-SemiBold.woff2') format('woff2'), url('../fonts/Barlow-SemiBold.woff') format('woff'), url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
body {
  font-family: "Barlow";
  max-width: 1920px;
  --color: #eaf6ec;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1620px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  height: 51px;
  line-height: 51px;
  padding: 0 30px;
  letter-spacing: 3px;
  border-radius: 50%;
  z-index: 2;
  position: relative;
  display: inline-block;
}
.more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #18534b;
  border-radius: inherit;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg);
  z-index: -2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover {
  color: white;
}
.more:hover::after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  border-color: transparent;
}
.more:hover::before {
  background-color: #18534b;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: white;
}
#header .nav .ui.menu {
  margin: 0 auto;
  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;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  position: relative;
  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;
  z-index: 1;
  padding: 24px 25px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--color);
  z-index: -1;
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 45px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content h2 {
  color: white;
  font-style: italic;
  line-height: 1.5;
}
#banner .slickDots {
  position: absolute;
  right: 50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .slickDots ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .slickDots ul li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent;
  margin: 8px auto;
}
#banner .slickDots ul li button {
  display: none;
}
#banner .slickDots ul li.slick-active {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-color: white;
}
#banner .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color);
  padding: 38px 85px 25px 90px;
  background: url(../images/banner-bottom-bg.png) no-repeat right top;
}
#banner .bottom li {
  margin-right: 20px;
}
#banner .bottom li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#banner .bottom li:last-child {
  margin-left: 25px;
}
#banner .bottom li:last-child a {
  width: auto;
  height: auto;
  background: transparent;
  box-shadow: unset;
}
#banner .bottom li:last-child img{
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
#banner .bottom li:last-child:hover img{
  -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#banner .bottom::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 25px;
  height: 25px;
  background-image: -webkit-radial-gradient(100% 0%, circle farthest-side, transparent 0% 100%, #eaf6ec 100% 100%);
  background-image: -moz-radial-gradient(100% 0%, circle farthest-side, transparent 0% 100%, #eaf6ec 100% 100%);
  background-image: radial-gradient(circle farthest-side at 100% 0%, transparent 0% 100%, #eaf6ec 100% 100%);
}
#index-body .i-category {
  background-color: var(--color);
}
#index-body .i-category .ui.container {
  width: 100%;
  padding: 0 90px;
}
#index-body .i-category .top {
  padding: 0 75px;
}
#index-body .i-category .text {
  max-width: 570px;
  font-weight: 200;
  color: #4e4e4e;
  line-height: 1.6;
}
#index-body .i-category ul li {
  position: relative;
  border-right: 1px solid #e5e5e5;
}
#index-body .i-category ul li .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  text-align: center;
}
#index-body .i-category ul li .content .h3 {
  color: white;
}
#index-body .i-category ul li .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/category-bg.png) no-repeat bottom;
}
#index-body .i-product {
  background-color: var(--color);
}
#index-body .i-product .txt {
  color: #4e4e4e;
  line-height: 1.6;
  font-weight: 300;
}
#index-body .i-product ul li .img-box {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  background-color: white;
  padding: 30px 0 80px;
}
#index-body .i-product ul li .img-box img,
#index-body .i-product ul li .img-box p,
#index-body .i-product ul li .img-box .more {
  z-index: 4;
  position: relative;
}
#index-body .i-product ul li .img-box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-product ul li .img-box .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-product ul li .img-box .img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin-top: -30px;
}
#index-body .i-product ul li .img-box .content {
  position: absolute;
  left: 0;
  bottom: -47px;
  right: 0;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product ul li .img-box .content .more {
  opacity: 0;
}
#index-body .i-product ul li:hover .bg {
  opacity: 1;
}
#index-body .i-product ul li:hover .img {
  opacity: 0;
}
#index-body .i-product ul li:hover .content {
  bottom: 30px;
}
#index-body .i-product ul li:hover .content p {
  color: white;
}
#index-body .i-product ul li:hover .content .more {
  opacity: 1;
}
#index-body .i-product .slickBtn div {
  color: black;
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 0.3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-size: 60px;
  background-color: transparent;
}
#index-body .i-product .slickBtn div:hover {
  opacity: 1;
}
#index-body .i-about {
  position: relative;
  background-color: white;
  border-radius: 90px 90px 0 0;
}
#index-body .i-about .ui.container {
  position: unset;
}
#index-body .i-about .i-title {
  line-height: 1.2;
}
#index-body .i-about .h4 {
  color: #02211d;
}
#index-body .i-about .content {
  color: #676767;
  line-height: 1.85;
  font-weight: 200;
}
#index-body .i-about .right {
  position: absolute;
  right: 0;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-about::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 20%;
  background-color: var(--color);
  z-index: -1;
}
#index-body .i-why ul li {
  text-align: center;
  border-right: 1px solid #bfbfbf;
  padding-bottom: 20px;
}
#index-body .i-why ul li .icon img {
  margin: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
#index-body .i-why ul li .h3 {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-why ul li .text {
  color: #474747;
  line-height: 1.7;
  font-weight: 300;
}
#index-body .i-why ul li:hover .icon img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .i-why ul li:hover .h3 {
  color: #18534b;
}
#index-body .i-sus {
  padding: 190px 0 260px;
}
#index-body .i-sus .box {
  width: 55%;
  margin-left: auto;
}
#index-body .i-sus .box .i-title,
#index-body .i-sus .box .content {
  color: white;
}
#index-body .i-sus .box .content {
  font-weight: 300;
  line-height: 1.7;
}
#index-body .i-news {
  background-color: #f7f7f7;
}
#index-body .i-news .ui.container {
  padding: 0 100px;
}
#index-body .i-news .i-title {
  color: #011e1a;
}
#index-body .i-news .txt {
  font-weight: 300;
}
#index-body .i-news .txt a {
  font-weight: 200;
  text-decoration: underline;
}
#index-body .i-news ul li {
  opacity: 0.5;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-right: 1px solid #e7e7e7;
}
#index-body .i-news ul li .title {
  line-height: 1.4;
}
#index-body .i-news ul li:hover {
  opacity: 1;
}
#index-body .i-init7 {
  position: relative;
  background-color: #f7f7f7;
}
#index-body .i-init7 .ui.container {
  z-index: 4;
}
#index-body .i-init7 .box {
  background-color: #e4e9e8;
  border-radius: 0 126px 126px 0;
  position: relative;
}
#index-body .i-init7 .box .title {
  line-height: 1.2;
}
#index-body .i-init7 .box .right {
  text-align: center;
}
#index-body .i-init7 .box .right .more {
  height: 109px;
  line-height: 109px;
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 60px;
  letter-spacing: 5px;
}
#index-body .i-init7 .img {
  position: absolute;
  right: 0;
  z-index: 5;
  top: -120px;
}
#index-body .i-init7::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background-color: #e4e9e8;
}
#footer {
  background-color: #f7f7f7;
}
#footer .ui.container {
  width: 100%;
  padding: 0 90px;
}
#footer #ewm{
  width: 120px;
  height: 120px;
  border: 5px solid white;
  margin-top: 30px;
}
#footer .two {
  width: 78%;
}
#footer .h3 {
  color: #3a3a3a;
}
#footer .line {
  width: 80px;
  height: 2px;
  background-color: #18534b;
}
#footer ul li {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 200;
  margin-bottom: 5px;
}
#footer ul li:hover {
  color: #18534b;
}
#footer .f-copy {
  background-color: #363636;
  padding: 12px 0;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
#footer .f-copy svg {
  width: auto;
  height: 27px;
  fill: rgba(255, 255, 255, 0.5);
  vertical-align: middle;
}
.totop {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #18534b;
  font-size: 30px;
  border: 1px solid var(--color);
  color: white;
  text-align: center;
  line-height: 65px;
  cursor: pointer;
  position: absolute;
  right: 90px;
  bottom: 20px;
}
@media screen and (max-width: 1700px) {
  #index-body .i-init7 .img {
    width: 300px;
    top: -70px;
  }
}
@media screen and (max-width: 1450px) {
  #banner .bottom {
    padding: 17px 85px 10px 20px;
    background-size: 100% 101%;
  }
  #index-body .i-category .ui.container {
    padding: 0 45px;
  }
  #index-body .i-category {
    padding-top: 85px;
  }
  #index-body .i-product .slickBtn div.prev {
    left: -50px;
  }
  #index-body .i-product .slickBtn div.next {
    right: -50px;
  }
  #index-body .i-sus {
    padding: 125px 0 180px;
  }
  #index-body .i-news .ui.container {
    padding: 0 45px;
  }
  #index-body .i-init7 .box .right {
    text-align: left;
  }
  #footer .two {
    width: 84%;
  }
  #footer .ui.container {
    padding: 0 45px;
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
  #banner .bottom {
    zoom: 0.8;
    background-size: 100% 102%;
  }
  .font-87 {
    font-size: 48px;
  }
  #index-body .i-category .top {
    padding: 0;
  }
  .font-48 {
    font-size: 28px;
  }
  #index-body .i-about .right {
    top: 46%;
  }
  #index-body .i-init7 .box .right .more {
    height: 75px;
    line-height: 75px;
    padding: 0 40px;
    letter-spacing: 2px;
  }
  #footer ul li {
    font-size: 15px;
  }
  #index-body .i-init7 .img {
    width: 250px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .bottom {
    zoom: 0.5;
  }
  #index-body .i-category .top .i-title,
  #index-body .i-category .top .text {
    width: 100%;
  }
  #index-body .i-category .top .text {
    text-align: left;
    margin-top: 0px;
  }
  #index-body .i-category {
    padding-top: 50px;
  }
  .font-87 {
    font-size: 40px;
  }
  #index-body .i-product .txt,
  #index-body .i-product .i-title {
    width: 100%;
  }
  #index-body .i-product .slickBtn div.next {
    right: 0;
  }
  #index-body .i-product .slickBtn div.prev {
    left: 0;
  }
  #index-body .i-about .right {
    width: 100%;
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 0;
    padding: 0;
  }
  #index-body .i-about .left {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  #index-body .i-sus .box {
    width: 100%;
  }
  #index-body .i-about {
    border-radius: 40px 40px 0 0;
  }
  #index-body .i-init7 .box .title {
    width: 100%;
  }
  #index-body .i-init7 .box .right {
    width: 100%;
    margin-top: 40px;
  }
  #footer .two {
    padding-left: 40px;
  }
  #footer .two .item:nth-child(1),
  #footer .two .item:nth-child(2),
  #footer .two .item:nth-child(3) {
    display: none;
  }
  .totop{
    position: fixed;
    bottom: 70px;
    right: 20px;
    z-index: 100;
  }
}
@media screen and (max-width: 700px) {
  #banner .bottom {
    display: none;
  }
  #index-body .i-category .ui.container {
    padding: 0 15px;
  }
  .font-87 {
    font-size: 26px;
  }
  #index-body .i-news .ui.container {
    padding: 0 15px;
  }
  #index-body .i-init7 .img {
    width: 170px;
  }
  #index-body .i-init7 .box .right .more {
    zoom: 0.7;
  }
  .font-48 {
    font-size: 23px;
  }
  #footer .ui.container {
    padding: 0 15px;
  }
  #footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .wrap .two {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 500px) {
  #banner .slickDots {
    right: 5px;
  }
  #banner li > img {
    min-height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-sus {
    padding: 60px 0 100px;
  }
  #index-body .i-init7 .img {
    display: none;
  }
  #index-body .i-init7 {
    background-color: #e4e9e8;
  }
  #footer .wrap .two {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .wrap .two .item {
    width: 100%;
  }
}



.inner-banner {
  position: relative;
  height: 450px;
}
.inner-banner .box {
  position: absolute;
  left: 0;
  bottom: 80px;
  right: 0;
}
.inner-banner .box h2 {
  font-size: 54px;
  font-weight: 800;
  font-style: italic;
  color: white;
  text-transform: uppercase;
  margin-bottom: 35px;

}
.inner-banner .box .mbx {
  color: white;
  font-size: 20px;
  font-weight: 400;
}
.inner-banner .box .mbx span {
  color: #95db34;
}
.inner-page .text {
    font-size: 18px;
    line-height: 1.6;
    color: #5e5e5e;
}
.mb-50 {
  margin-bottom: 50px;
}
.product-yd-page {
  background: url(../images/product-yd-page-bg.jpg) no-repeat center center;
  padding: 150px 0;
}
.product-yd-page ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 120px;
}
.product-yd-page ul li .img .img-box {
  border-radius: 30px 30px 0 30px;
}
.product-yd-page ul li .img img {
  width: 100%;
  max-height: 460px;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-yd-page ul li .content {
  background-color: white;
  border-radius: 0 50px 50px 0;
  padding: 45px 20px 45px 40px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.product-yd-page ul li .content .h2 {
  position: relative;
  font-weight: 500;
  padding-bottom: 13px;
}
.product-yd-page ul li .content .h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: #18534b;
}
.product-yd-page ul li .content .des {
  font-size: 16px;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 400;
  margin: 29px 0 25px;
}
.product-yd-page ul li:nth-child(2n) .img {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.product-yd-page ul li:nth-child(2n) .img .img-box {
  border-radius: 30px 30px 30px 0;
}
.product-yd-page ul li:nth-child(2n) .content {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 50px 0 0 50px;
}
.product-yd-page ul li:last-child {
  margin-bottom: 0;
}
.m-page {
  text-align: right;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 46px;
  height: 46px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  line-height: 50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.m-page a:hover,
.m-page span {
  background-color: #18534b;
  color: white;
}
.inner-page .top-nav {
  margin-bottom: 70px;
  z-index: 3;
  position: relative;
}
.inner-page .top-nav ul.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  box-shadow: 0px 0px 14px 1px rgb(137 137 137 / 30%);
    border-radius: 50px;
}
.inner-page .top-nav ul.list > li {
  /*-webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;*/
  flex-grow: 1;
  background-color: #e6eed9;
  position: relative;
  padding: 6px 0;
}
.inner-page .top-nav ul.list > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  height: 82px;
}
/*.inner-page .top-nav ul.list > li > a .icon {
  width: 78px;
  height: 78px;
  border-radius: 100%;
  background-color: white;
  text-align: center;
  line-height: 78px;
  margin-right: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}*/
.inner-page .top-nav ul.list > li > a .icon img {
  vertical-align: middle;
}
.inner-page .top-nav ul.list > li ul {
  position: absolute;
  left: 60px;
  top: 100%;
  width: 80%;
  border-radius: 0 0 45px 45px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 3;
}
.inner-page .top-nav ul.list > li ul li {
  position: relative;
}
.inner-page .top-nav ul.list > li ul li a {
  font-size: 20px;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #e5e8e8;
  padding: 25px 55px;
  position: relative;
  background-color: white;
}
.inner-page .top-nav ul.list > li ul li ul {
  left: 100%;
  top: 0;
}
.inner-page .top-nav ul.list > li ul li ul li a {
  overflow: hidden;
}
.inner-page .top-nav ul.list > li ul li ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border: 40px solid transparent;
  border-left: 30px solid #18534b;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.inner-page .top-nav ul.list > li ul li ul li:hover a::after {
  opacity: 1;
}
.inner-page .top-nav ul.list > li ul li:last-child a {
  border-bottom: none;
  border-radius: 0 0 45px 45px;
}
.inner-page .top-nav ul.list > li > ul > li:hover > a {
  background-color: #18534b;
  color: white;
}
.inner-page .top-nav ul.list > li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 70%;
  background-color: white;
}
.inner-page .top-nav ul.list > li:first-child {
  border-radius: 45px 0 0 45px;
}
.inner-page .top-nav ul.list > li:last-child {
  border-radius: 0 45px 45px 0;
}
.inner-page .top-nav ul.list > li.active > a,
.inner-page .top-nav ul.list > li:hover > a {
  color: #18534b;
}
.inner-page .top-nav ul.list > li.active > a .icon,
.inner-page .top-nav ul.list > li:hover > a .icon {
  background-color: #18534b;
}
.inner-page .top-nav ul.list > li.active > a .icon img,
.inner-page .top-nav ul.list > li:hover > a .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.product-page {
  padding-top: 90px;
  background: url(../images/product-yd-page-bg.jpg) no-repeat center center;
}
.product-page .product-1 {
  padding-bottom: 100px;
}
.product-page .product-1 .left{
  width: 34%;
  padding-right: 50px;
  position: sticky;
  top: 120px;
}
.product-page .product-1 .left .box{
  border: 1px solid #eee;
  background: white;
  border-radius: 45px;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.07);
  padding: 0px 0 20px;
}
.product-page .product-1 .left .box .h3{
  font-size: 24px;
  color: white;
  font-weight: bold;
  background: #18534b;
  border-radius: 10px 10px 0 0;
  padding: 5px 15px;
}
.product-page .product-1 .left .box .h3 i{
  font-size: 18px;
  margin-right: 10px;
}
.product-page .product-1 .left .box ul{
  margin: 0;
}
.product-page .product-1 .left .box ul li{
  padding: 0;
}
.product-page .product-1 .left .box > ul > li{
  font-size: 18px;
  position: relative;
  padding: 5px 0;
  border-radius: 45px;
  background: transparent;
}

.product-page .product-1 .left .box > ul > li > a{
  position: relative;
  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;
  /*border-bottom: 1px solid #eee;*/
  padding: 10px 30px;
  font-weight: 500;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 45px;
}

.product-page .product-1 .left .box > ul > li:last-child > a{
  border: none;
}
.product-page .product-1 .left .box > ul > li > a .icon{
  display: inline-block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: white;
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  line-height: 78px;
  margin-right: 15px;
  vertical-align: middle;
}
.product-page .product-1 .left .box > ul > li > a .icon img{
  vertical-align: middle;
}
.product-page .product-1 .left .box>ul>li a i{
  position: absolute;
  right: 25px;
  font-size: 30px;
   transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .left .box>ul>li li a{
  position: relative;
}
.product-page .product-1 .left .box>ul>li li a i{
  font-size: 24px;
}
/*.product-page .product-1 .left .box>ul>li.active>a i,*/
.product-page .product-1 .left .box ul li a i.active{
   transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.product-page .product-1 .left .box > ul > li ul{
  padding: 15px 20px;
  display: none;
}
.product-page .product-1 .left .box > ul > li ul li{
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .left .box > ul > li ul li a{
  display: block;
  padding: 20px 40px;
  border-bottom: 1px solid #eee; 
}
.product-page .product-1 .left .box > ul > li:hover > a,
.product-page .product-1 .left .box > ul > li.active > a{
  background: #e6eed9;
  color: #18534b;
}
.product-page .product-1 .left .box > ul > li:hover > a .icon,
.product-page .product-1 .left .box > ul > li.active > a .icon{
  background: #18534b;
}
.product-page .product-1 .left .box > ul > li:hover > a .icon img,
.product-page .product-1 .left .box > ul > li.active > a .icon img{
  filter: brightness(0) invert(1);
}
.product-page .product-1 .left .box > ul > li ul li:hover > a,
.product-page .product-1 .left .box > ul > li ul li.active > a{
  color: #18534b;
}
.product-page .product-1 .left .box > ul li.active > ul{
  display: block;
}
.product-page .product-1 .right{
  width: 66%;
  position: relative;
}
.product-page .product-1 .right .box_2{
  background: white;
  padding: 30px; 
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.07);
  border-radius: 20px;
  overflow: hidden;
}
.product-page .product-1 .right .box_2 .list_box.active{
  display: block;
}
.product-page .product-1 .right .btn{
  text-align: right;
  margin-bottom: 20px;
  position: absolute;
  right: 0;
  top: -80px;
}
.product-page .product-1 .right .btn > div{
  display: inline-block;
  text-align: center;
  margin-left: 10px;
  font-size: 16px;
}
.product-page .product-1 .right .btn span{
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #18534b;
  color: #18534b;
    -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s; 
  text-align: center;
  line-height: 48px;
  cursor: pointer;
}
.product-page .product-1 .right .btn > div.active span,
.product-page .product-1 .right .btn > div:hover span{
  background: #18534b;
  color: white;
}
.product-page .product-1 h1 {
  font-weight: 500;
}
.product-page .product-1 .Auxil-catdes {
  font-size: 16px;
  line-height: 26px;
  margin: 22px 0 75px;
  /*font-weight: 400;*/
  
}
.product-page .product-1 .Auxil-catdes .des{
  height: 107px;
  overflow: hidden;
  font-weight: normal;
}
.product-page .product-1 .Auxil-catdes .des.active{
  height: auto;
}
.product-page .product-1 .Auxil-catdes .mores{
  color: #18534b;
  text-decoration: underline;
  cursor: pointer;
}
.product-page .product-1 ul {
  margin: -8px;
  /*background: url(../images/product-yd-page-bg.jpg) no-repeat center center;*/
}
.product-page .product-1 ul li {
  padding: 8px;
}
.product-page .product-1 ul li .img {
  position: relative;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 ul li .img .img-box {
  border-radius: 10px;
  background-color: #fdfff9;
}
.product-page .product-1 ul li .img .arrow {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 60px;
  height: 60px;
  background-color: #18534b;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: white;
  z-index: 3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
.product-page .product-1 ul li .img .arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #222;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
.product-page .product-1 ul li .img .arrow:hover::after {
  width: 100%;
}
.product-page .product-1 ul li .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid #18534b;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.product-page .product-1 ul li .h4 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin-top: 45px;
  margin-bottom: 70px;
}
.product-page .product-1 ul li:hover .img::after {
  opacity: 1;
}

.product-page .product-1 .right .list_two ul li{
  padding: 20px 0;
    -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  border-bottom: solid 1px #efefef;
}
.product-page .product-1 .right .list_two ul li::after{
  background: #f2f5f7;
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  right: -30px;
  bottom: 0;
    -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
.product-page .product-1 .right .list_two ul li:hover::after{
  opacity: 1;
}
.product-page .product-1 .right .list_two ul li .left_img{
  width: 30%;
  vertical-align: middle;
}
.product-page .product-1 .right .list_two ul li .left_img .small{
  display: inline-block;
  width: 18.5%;
  vertical-align: top;
  margin: -3px;
}
.product-page .product-1 .right .list_two ul li .left_img .small .img{
  padding: 3px;
  box-shadow: unset;
  border-radius: 0;
}
.product-page .product-1 .right .list_two ul li .left_img .small .img a{
  display: block;
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .product-1 .right .list_two ul li .left_img .small .img::after{
  content: none;
}
.product-page .product-1 .right .list_two ul li .left_img .big{
  width: 77.5%;
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.08);
  border-radius: 10px;
  overflow: hidden;
}
.product-page .product-1 .right .list_two ul li .right_content{
  width: 70%;
  text-align: left;
  padding-left: 20px;
  vertical-align: middle;
}
.product-page .product-1 .right .list_two ul li .right_content .more{
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 12px; 
}
.product-page .product-1 .right .list_two ul li .right_content .h4{
  text-align: left;
  margin: 0 0 10px;
}
.product-page .product-1 .right .list_two ul li .right_content .des{
  font-size: 14px;
  line-height: 1.7;
  text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -webkit-box;
margin: 20px 0;
}
.prodet-page {
  padding-top: 0;
}
.prodet-page .title {
  position: relative;
  font-size: 30px;
  border-bottom: 1px solid #c8c8c8;
  font-weight: 500;
}
.prodet-page .title span {
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}
.prodet-page .title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background-color: #70af1c;
}
.prodet-page .prodet-1 {
  background: url(../images/prodet-1-bg.png) no-repeat top #f7f9f4;
  padding: 145px 0 85px;
}
.prodet-page .prodet-1 .left {
  vertical-align: bottom;
  position: relative;
  border-radius: 30px 30px 0 0;
  background: #fdfff9;
}
.prodet-page .prodet-1 .left .color{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  text-align: center;
}
.prodet-page .prodet-1 .left .color ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prodet-page .prodet-1 .left .color ul li{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  font-size: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid transparent;
}
.prodet-page .prodet-1 .left .color ul li.active{
  border-color: #18534b;
}
.prodet-page .prodet-1 .left a {
  display: block;
}
.prodet-page .prodet-1 .left img {
  border-radius: 30px 30px 0 30px;
  width: 100%;
  background-color: #fdfff9;
}
.prodet-page .prodet-1 .left ul .slick-dots{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;

}
.prodet-page .prodet-1 .left ul .slick-dots li{
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 5px;
  transition: 0.5s;
  background: #e4f0d3;
}

.prodet-page .prodet-1 .left ul .slick-dots li button{
  display: none;
}
.prodet-page .prodet-1 .left ul .slick-dots li.slick-active{
  background: #18534b;
}
.prodet-page .prodet-1 .right {
  vertical-align: bottom;
}
.prodet-page .prodet-1 .right .Auxil-through {
  text-align: right;
}
.prodet-page .prodet-1 .right .Auxil-through a {
  display: inline-block;
  text-align: center;
  margin-left: 30px;
}
.prodet-page .prodet-1 .right .Auxil-through a .icon {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  text-align: center;
  line-height: 62px;
  color: #70af1c;
  border: 1px solid #70af1c;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-1 .right .Auxil-through a .icon img {
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .Auxil-through a span {
  font-size: 17px;
}
.prodet-page .prodet-1 .right .Auxil-through a:hover .icon {
  background-color: #70af1c;
  color: white;
}
.prodet-page .prodet-1 .right .Auxil-through a:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-1 .right .box {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 0 50px 50px 0;
  padding: 40px 25px 40px 60px;
  margin-top: 25px;
}
.prodet-page .prodet-1 .right .box h1 {
  position: relative;
  padding-bottom: 14px;
}
.prodet-page .prodet-1 .right .box h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 3px;
  background-color: #70af1c;
}
.prodet-page .prodet-1 .right .box .content {
  font-size: 16px;
  line-height: 28px;
  color: #011e1a;
  margin: 24px 0 29px;
  font-weight: 400;
  /*text-overflow: ellipsis;
    overflow: auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;*/
}
.prodet-page .prodet-1 .right .box .gallery {
  margin-top: 43px;
}
.prodet-page .prodet-1 .right .box .gallery ul {
  margin: -11px;
}
.prodet-page .prodet-1 .right .box .gallery .slick-track{
  margin-left: 0;
}
.prodet-page .prodet-1 .right .box .gallery ul .slick-track{
  transform: translate(0,0) !important;
}
.prodet-page .prodet-1 .right .box .gallery ul li {
  padding: 11px;
}
.prodet-page .prodet-1 .right .box .gallery ul li a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #fdfff9;
}
.prodet-page .prodet-1 .right .box .gallery .slick-current ul .slick-current li a,
.prodet-page .prodet-1 .right .box .gallery ul .slick-current li a,
.prodet-page .prodet-1 .right .box .gallery ul li:hover a {
  border-color: #70af1c;
}
.prodet-page .prodet-1 .right .color{
  margin-top: 15px;
}
.prodet-page .prodet-1 .right .color ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
}
.prodet-page .prodet-1 .right .color ul li{
  width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    font-size: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    /*border: 2px solid transparent;*/
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.1);
    position: relative;
}
.prodet-page .prodet-1 .right .color ul li::before{
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  border-radius: 50%;
  border: 2px solid transparent;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.prodet-page .prodet-1 .right .color ul li::after{
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border-radius: 50%;
  background: transparent;
  border: 3px solid transparent;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .right .color ul li:hover::after,
.prodet-page .prodet-1 .right .color ul li.active::after{
  border-color: white;
}
.prodet-page .prodet-1 .right .color ul li:hover::before,
.prodet-page .prodet-1 .right .color ul li.active::before{
  border-color: var(--color);
}
.prodet-page .prodet-2 {
  padding-top: 65px;
  padding-bottom: 130px;
}
.prodet-page .prodet-2 .content.det1 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: -10px;
    align-items: center;
    justify-content: space-around;
}
.prodet-page .prodet-2 .content.det1 ul li{
  /*width: 25%;*/
  padding: 10px;
  text-align: center;
  flex: 1;
}
.prodet-page .prodet-2 .content.det1 ul li img{
  width: 150px;
}
.prodet-page .prodet-2 .content.img_1 ul{
  margin: -15px;
}
.prodet-page .prodet-2 .content.img_1 ul li{
  padding: 15px;
}
.prodet-page .prodet-2 .det4 ul{
  position: relative;
  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: -20px;
}
.prodet-page .prodet-2 .det4 ul li{
  width: 25%;
  text-align: center;
  padding: 20px;
}
.prodet-page .prodet-2 .det4 ul li img{
  max-width: 200px;
}
.prodet-page .prodet-2 .det2 table tr:first-child{
  background: #18534b;
  color: white;
}
.prodet-page .prodet-2 .det2 table tr:first-child td{
  padding: 20px 0;
}
.prodet-page .prodet-2 .det5 table tr:not(:first-child) td:nth-child(1),
.prodet-page .prodet-2 .det5 table tr:first-child td:nth-child(2){
  background: #18534b !important;
  color: white;
}
.prodet-page .prodet-2 .det5 table tr:first-child td:nth-child(2) span{
  color: white !important;
}
.prodet-page .Auxil-related .title {
  margin-bottom: 55px;
}
.prodet-page .Auxil-related ul {
  background: white;
}
.detlunbo ul li a{
  display: block;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #fdfff9;
    border: 2px solid transparent;
}
.detlunbo ul li:hover a{
  border-color: #18534b;
}
.about-page .about-1 {
  padding-top: 100px;
  padding-bottom: 90px;
}
.about-page .about-1 .i-title {
  color: #011e1a;
}
.about-page .about-1 .h4 {
  color: #011e1a;
  /*text-align: center;*/
  font-size: 24px;
  font-weight: 400;
  margin: 5px 0 30px;
}
.about-page .about-1 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page .about-1 .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -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;
}
.about-page .about-1 .content {
  margin-top: 30px;
  /*margin-bottom: 105px;*/
}
.about-page .about-1 ul {
  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;
  padding-left: 30px;
}
.about-page .about-1 ul li {
  max-width: 270px !important;
}
.about-page .about-1 ul li .h1 {
  position: relative;
  font-size: 72px;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-1 ul li .h1 span {
  font-size: 20px;
  font-weight: 400;
}
.about-page .about-1 ul li .h1::after {
  content: "";
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-color: #e3efd2;
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.about-page .about-1 ul li p {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-top: 44px;
}
.about-page .about-1 ul li:hover .h1::after {
  background: #95c355;
  -webkit-transform: translateY(-50%) scale(1.2);
  -moz-transform: translateY(-50%) scale(1.2);
  -ms-transform: translateY(-50%) scale(1.2);
  transform: translateY(-50%) scale(1.2);
}
.about-page .about-2 {
  background-color: #f2f5f7;
  padding-top: 65px;
  padding-bottom: 105px;
}
.about-page .about-2 .i-title {
  margin-bottom: 60px;
}
.about-page .about-2 ul {
  margin: -12px;
}
.about-page .about-2 ul li {
  padding: 12px;
}
.about-page .about-3 {
  background: url(../images/history-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 90px;
  padding-bottom: 100px;
}
.about-page .about-3 .history-cont {
  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;
}
.about-page .about-3 .history-cont .left {
  width: 55%;
  vertical-align: middle;
}
.about-page .about-3 .history-cont .left ul {
  position: relative;
  z-index: 3;
}
.about-page .about-3 .history-cont .left ul li {
  padding-left: 220px;
  position: relative;
  z-index: 2;
  height: 576px;
}
.about-page .about-3 .history-cont .left ul li .year {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: #18534b;
  position: absolute;
  left: 0;
  bottom: 11%;
}
.about-page .about-3 .history-cont .left ul li .content {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  padding: 50px;
}
.about-page .about-3 .history-cont .left ul li .content pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  width: 80%;
}
.about-page .about-3 .history-cont .left ul::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 576px;
  height: 576px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.9);
}
.about-page .about-3 .history-cont .left .icon {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -80px;
}
.about-page .about-3 .history-cont .left .icon div {
  display: inline-block;
}
.about-page .about-3 .history-cont .right {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}
.about-page .about-3 .history-cont .right .btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 1px solid #18534b;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: auto;
}
.about-page .about-3 .history-cont .right .btn i {
  font-size: 30px;
  color: #18534b;
}
.about-page .about-3 .history-cont .right .prev.btn {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 20px;
}
.about-page .about-3 .history-cont .right .next.btn {
  margin-top: 20px;
}
.about-page .about-3 .history-cont .right .btn:hover {
  background-color: #18534b;
  color: white;
}
.about-page .about-3 .history-cont .right .btn:hover i {
  color: white;
}
.about-page .about-3 .history-cont .right ul li {
  font-size: 30px;
  color: #18534b;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  margin: 5px 0;
}
.about-page .about-3 .history-cont .right ul .slick-current li {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.about-page .about-3 .history-cont .right ul .slick-track{
  transform: translate3d(0,0,0) !important;
}
.about-page .about-3 .why {
  margin-top: 80px;
}
.about-page .about-3 .why .i-title {
  margin-bottom: 60px;
}
.about-page .about-3 .why ul {
  margin: -20px;
}
.about-page .about-3 .why ul li {
  padding: 20px;
}
.about-page .about-3 .why ul li .box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 20px;
  position: relative;
}
.about-page .about-3 .why ul li .box .h4 {
  font-size: 26px;
  font-weight: 500;
  color: #18534b;
  margin-bottom: 30px;
}
.about-page .about-3 .why ul li .box .icon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #18534b;
  text-align: center;
  line-height: 45px;
}
.about-page .about-3 .why ul li .box .icon img {
  vertical-align: middle;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.sus-page .i-title {
  color: #011e1a;
}
.sus-page .sus-1 {
  padding-top: 115px;
  padding-bottom: 80px;
  background-color: #f2f5f7;
}
.sus-page .sus-1 .i-title {
  color: #011e1a;
  font-weight: bold;
}
.sus-page .sus-1 .h4 .sp span{
  background: #18534b;
    color: #fff;
    margin: 0px 5px;
    border-radius: 20px;
    padding: 10px 30px;
}
.sus-page .sus-1 .h4 {
  font-weight: 400;
  color: #011e1a;
  font-size: 24px;
  margin: 24px 0 36px;
}
.sus-page .sus-1 .text {
  margin-bottom: 44px;
}
.sus-page .sus-1 .img {
  border-radius: 50px;
  overflow: hidden;
}
.sus-page .sus-2 {
  background-color: #f8faf5;
  padding: 85px 0 105px;
}
.sus-page .sus-2 .i-title {
  margin-bottom: 100px;
}
.sus-page .sus-2 ul {
  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;
}
.sus-page .sus-2 ul li {
  width: 35%;
}
.sus-page .sus-2 ul li .h3 {
  font-size: 30px;
  font-weight: bold;
  color: #011e1a;
  position: relative;
  z-index: 2;
  margin-bottom: 19px;
}
.sus-page .sus-2 ul li .h3 span {
  font-size: 94px;
  color: #b9d488;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 32%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.sus-page .sus-2 ul li.wid-100 {
  width: 100%;
}
.sus-page .sus-2 ul li.img {
  text-align: center;
  margin-top: -100px;
  /*margin-right: 100px;*/
}
.sus-page .sus-3 {
  background: url(../images/sus-3.jpg) no-repeat;
  background-size: cover;
  padding: 95px 0 150px;
}
.sus-page .sus-3 .box {
  width: 55%;
  color: white;
}
.sus-page .sus-3 .box .i-title {
  color: white;
}
.sus-page .sus-3 .box .content {
  font-size: 18px;
  line-height: 1.4;
  margin-top: 100px;
}
.sus-page .sus-3 .box .content em {
  font-size: 24px;
  font-weight: 500;
}
.sus-page .sus-4 {
  padding-top: 100px;
  padding-bottom: 95px;
  background-color: #f2f5f7;
}
.sus-page .sus-4 .i-title {
  margin-bottom: 100px;
}
.sus-page .sus-4 ul {
  margin: -18px;
}
.sus-page .sus-4 ul li {
  padding: 18px;
  text-align: center;
}
.sus-page .sus-4 ul li .img-box {
  border-radius: 50px;
}
.service-page.sus-page .sus-4 ul li .img-box,
.quality-page.sus-page .sus-4 ul li .img-box{
  border-radius: 50%;
}
.sus-page .sus-4 ul li .h4 {
  font-size: 28px;
  font-weight: bold;
  color: #011e1a;
  margin: 24px 0 4px;
}
.sus-page .sus-4 ul li .text {
  line-height: 1.6;
  height: 160px;
  overflow: auto;
}
.sus-page .sus-5 {
  background-color: #f8faf5;
  padding-top: 82px;
  padding-bottom: 110px;
}
.sus-page .sus-5 .i-title {
  margin-bottom: 100px;
}
.sus-page .sus-5 .wrap {
  margin: -15px;
}
.sus-page .sus-5 .wrap .column {
  padding: 15px;
}
.sus-page .sus-5 .wrap .h3 {
  font-size: 30px;
  font-weight: 500;
  color: #0b2909;
}
.sus-page .sus-5 .wrap .img {
  border-radius: 30px;
  overflow: hidden;
}
.sus-page .sus-5 .wrap .left .text {
  margin: 5px 0 39px;
}
.sus-page .sus-5 .wrap .right .h3 {
  margin: 39px 0 5px;
}
.sus-page .sus-5 .wrap .right .box {
  padding-left: 65px;
}
.sus-page .sus-6 .box {
  width: 52%;
}
.sus-page .sus-6 .box .content {
  margin-top: 50px;
  line-height: 1.6;
}
.sus-page .about-2 {
  background-color: white;
}
.sus-page .about-2 ul li a {
  border-radius: 20px;
}
.advantage-page {
  padding-top: 100px;
}
.manufacture-page .manu-1{
  padding-bottom: 80px;
}
.manufacture-page .manu-1 .text {
  margin: 36px 0 41px;
}
.manufacture-page .manu-1 .img {
  border-radius: 50px;
  overflow: hidden;
}
.manufacture-page .manu-2 {
  padding: 90px 0 130px; 
}
.manufacture-page .manu-2.pb-0{
  padding-bottom: 1px;
  background: #f2f5f7;
}
.manufacture-page .manu-2 .box {
  margin: -30px;
}
.manufacture-page .manu-2 .box .column {
  padding: 30px;
  vertical-align: middle;
}
.manufacture-page .manu-2 .box .img img {
  border-radius: 50px;
}
.manufacture-page .manu-2 .box .text {
  margin-top: 40px;
}
.manufacture-page .manu-2 .box1 {
  margin-bottom: 50px;
}
.manufacture-page .manu-2 .box1 .content {
  width: 53%;
}
.manufacture-page .manu-2 .box1 .img {
  width: 47%;
}
.quality-page .i-title {
  color: #011e1a;
}
.quality-page .quality-1 {
  padding-bottom: 90px;
}
.quality-page .quality-1 .box {
  margin: -25px;
}
.quality-page .quality-1 .box .column {
  padding: 25px;
  vertical-align: middle;
}
.quality-page .quality-1 .box .column img{
  border-radius: 50px;
}
.quality-page .quality-1 .box .text {
  margin-top: 30px;
}
.quality-page .quality-1 .box:first-child {
  margin-bottom: 70px;
}
.quality-page .quality-2 {
  padding-bottom: 110px;
  padding-top: 100px;
  background: #f2f5f7;
}
.quality-page .quality-2 .text {
  margin: 22px 0 30px;
  text-align: center;
}
.quality-page .quality-2 ul.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}
.quality-page .quality-2 ul.icon li {
  /*width: 79px;*/
  height: 79px;
  border-radius: 10px;
  text-align: center;
  line-height: 79px;
  margin: 0 12px;
  /*background-color: #18534b;*/
  box-shadow: 0px 0px 2px 3px rgb(227 227 227 / 33%);
}
.quality-page .quality-2 ul.icon li img {
  vertical-align: middle;
}
.quality-page .quality-2 ul.list {
  margin: -18px;
}
.quality-page .quality-2 ul.list li {
  padding: 18px;
}
.quality-page .quality-2 ul.list li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.service-page .i-title {
  color: #011e1a;
}
.service-page .i-title p {
  margin-top: 30px;
}
.service-page .i-title p span{
  background: #18534b;
    color: #fff;
    margin: 0px 5px;
    border-radius: 20px;
    padding: 10px 30px;
}
.service-page .service-1 {
  padding-bottom: 110px;
}
.service-page .service-1 .img {
  border-radius: 50px;
  overflow: hidden;
  float: right;
  margin-left: 80px;
  margin-bottom: 110px;
}
.service-page .service-1 .text {
  margin-top: 50px;
}
.service-page .service-2 {
  background-color: #f8faf5;
  padding-top: 80px;
  padding-bottom: 140px;
}
.service-page .service-2 .text {
  margin: 20px 0 30px;
}
.service-page .service-2 .wrap .left {
  width: 58%;
  padding-right: 85px;
}
.service-page .service-2 .wrap .left .img {
  border-radius: 10px;
  overflow: hidden;
  background-color: #67ab04;
}
.service-page .service-2 .wrap .right {
  border-radius: 10px;
  background-color: #67ab04;
  overflow: hidden;
  width: 42%;
}
.service-page .service-2 .box ul {
  margin: -12px;
}
.service-page .service-2 .box ul li {
  padding: 12px;
}
.service-page .service-2 .box ul li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.seo_block .Auxil-form {
  padding-top: 100px;
  padding-bottom: 110px;
}
.seo_block .Auxil-form .i-title {
  color: #011e1a;
}
.seo_block .Auxil-form .text {
  text-align: center;
  margin: 20px 0 57px;
  font-size: 18px;
  line-height: 1.6;
  color: #5e5e5e;
}
.seo_block .Auxil-form .box {
  background-color: #f8faf5;
  border-radius: 50px;
  padding: 70px;
}
.seo_block .Auxil-form .box ul {
  margin: -5px;
}
.seo_block .Auxil-form .box ul li {
  padding: 5px;
  position: relative;
}
.seo_block .Auxil-form .box ul li i{
    font-size: 25px;
    color: #18534b;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.seo_block .Auxil-form .box ul li:nth-child(4) i{
  top: 35px;
}
.seo_block .Auxil-form .box ul li input,
.seo_block .Auxil-form .box ul li textarea {
  width: 100%;
  background-color: transparent;
  /*border: none;*/
  height: 75px;
  border-radius: 10px;
  font-size: 18px;
  padding: 0 20px;
  border: 1px solid #aaa;
}
.seo_block .Auxil-form .box ul li textarea {
  height: 150px;
  padding: 20px;
}
.seo_block .Auxil-form .box ul li input[type="submit"] {
  background-color: #18534b;
  color: white;
  height: 55px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seo_block .Auxil-form .box ul li input[type="submit"]:hover {
  background-color: #222;
}
.seo_block .Auxil-form .box ul li.wid-100 {
  width: 100%;
}


.app-page .main .ui.container ul li .item:hover .img-box .hoverbox {
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.app-page .main .ui.container ul li .item .img-box {
  position: relative;
  border-radius: 10px 10px 0px 0px ;
}
.app-page .main .ui.container ul li .item .img-box .dialog_box{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  /*height: 70%;*/
  background: rgba(255,255,255,0.7);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 12px;
  padding: 40px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*opacity: 0;*/
  display: none;
}
.app-page .main .ui.container ul li .item .img-box .dialog_box i{
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 22px;
  cursor: pointer;
}
/*.app-page .main .ui.container ul li:hover .item .img-box .dialog_box{
  opacity: 1;
}*/
.app-page .main .ui.container ul li .item .img-box .dialog_box p{
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.app-page .main .ui.container ul li .item .img-box .dialog_box p:hover{
  color: #18534b; 
}
.app-page .main .ui.container ul li .item .img-box .dialog_box p:hover a{
  text-decoration: underline;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a {
  width: 60px;
  height: 60px;
  background: #18534b;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 5px;
  border-radius: 5px;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a i {
  font-size: 20px;
  color: #000;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a:hover {
  background: #18534b;
}
.app-page .main .ui.container ul li .item .img-box .hoverbox a:hover i {
  color: #fff;
}
.app-page .main .ui.container ul li .item .h6 {
  width: 100%;
  padding: 10px 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 82px;
  font-size: 18px;
  border: 1px solid #18534b;
  font-weight: 700;
  border-radius: 0 0 10px 10px ;
}
.pd-150 {
  padding: 150px 0;
}
.gallery-page{
  background-color: #f2f5f7;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist li {
  margin: 0 5px;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist li a {
  height: 38px;
  line-height: 38px;
  padding: 0 20px ;
  border-radius: 20px;
  border: 2px solid #18534b;
  color: #18534b;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
}
.gallery-page .gallery-1 .top .ui.container ul.navlist li.active a,
.gallery-page .gallery-1 .top .ui.container ul.navlist li.all.factory a,
.gallery-page .gallery-1 .top .ui.container ul.navlist li a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #18534b;
  color: #fff;
  border-color: transparent;
}
.gallery-page .gallery-1 .main {
  margin-top: 45px;
  /*text-align: center;*/
}
.gallery-page .gallery-1 .main ul li {
  padding: 15px;
}
 
.gallery-page ul li .box{ 
  -webkit-box-shadow: 0 0 10px rgb(116 116 116 / 20%);
  box-shadow: 0 0 10px rgb(116 116 116 / 20%);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page ul li .box p{
  padding: 10px 0;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.gallery-page ul li:hover .box p{
  background: var(--color);
}
.news-page {
  background: #f2f5f7;
}
.news-page .news-1 {
  padding: 150px 0;
}
.news-page .news-1 .ui.container {
  /*max-width: 1170px;*/
  /*background: #fff;
  padding: 50px ;
  border-radius: 30px;*/
}
.news-page .news-1 .ui.container ul.newslist{
  margin: -20px;
}
.news-page .news-1 .ui.container ul.newslist li {
  /*margin-bottom: 60px;*/
  /*border-radius: 10px;*/
  overflow: hidden;
  padding: 20px; 
  /*background: white;*/
  /*display: flex;
  align-items: center;*/
      /*border-bottom: 1px dashed #c9c9c9;*/
}
.news-page .news-1 .ui.container ul.newslist li .img{
  border-radius: 15px;
  width: 100%;
}
.news-page .news-1 .ui.container ul.newslist li:hover .imgbox:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0.5);
}
.news-page .news-1 .ui.container ul.newslist li .imgbox {
  position: relative;
}
.news-page .news-1 .ui.container ul.newslist li .imgbox:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: rgba(255, 255, 255, 0);
}
.news-page .news-1 .ui.container ul.newslist li .textbox {
  text-align: left;
  /*padding: 60px 50px;*/
  /*background: #fff;*/
  width: 100%;
  padding-left: 0px;
  margin-top: 20px;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top em {
  padding: 0 10px;
  display: inline-block;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top .time {
  color: #18534b;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top .author {
  color: #333;
  border-left: 2px  solid #aaa;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .top .author svg{
  vertical-align: middle;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .h4 {
  margin-top: 15px;
  margin-bottom: 25px;
  /*color: #18534b;*/
  line-height: 1.2;
  font-size: 26px;
}
.news-page .news-1 .ui.container ul.newslist li:hover .textbox .h4{
  color: #18534b;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.news-page .news-1 .ui.container ul.newslist li .textbox .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #18534b;
}
.news-page .news-1 .ui.container ul.newslist li .textbox p {
  opacity: 0.5;
  line-height: 2;
  margin-bottom: 35px;
  text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
display: -webkit-box;
}
.news-page .news-2{
  padding-top: 80px;
}
.news-page .news-2 .ui.container {
  /*max-width: 1170px;*/
}
.news-page .news-2 .ui.container .imgbox img{
  width: 100%;
}
.news-page .news-2 .text {
  /*border: 1px solid #aaa;*/
  border-top: none;
    padding: 50px 0;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 5px 0px #dbdbdb;

}
.news-page .news-2 .text .main {
  margin: 0 auto;
  text-align: left;
  max-width: 900px;
}
.news-page .news-2 .text .main .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  position: relative;
}
.news-page .news-2 .text .main .top em {
  padding: 0 10px;
  display: inline-block;
}
.news-page .news-2 .text .main .top .time {
  color: #18534b;
}
.news-page .news-2 .text .main .top .author {
  color: #333;
  border-left: 2px  solid #aaa;
}
.news-page .news-2 .text .main .content {
  margin-top: 40px;
      line-height: 30px;
}
.news-page .news-2 .text .main .content h1 {
    text-align: center;
    line-height: 1.1;
}
/*.news-page .news-2 .text .main p {
  opacity: 0.5;
}*/
.news-page .news-2 .text .main .sharebox {
  margin-top: 40px;
}
.news-page .news-2 .text .main .sharebox ul.sharelist {
  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;
}
.news-page .news-2 .text .main .sharebox ul.sharelist span {
  color: #18534b;
  margin-right: 15px;
  text-transform: uppercase;
}
.news-page .news-2 .text .main .sharebox ul.sharelist li {
  width: 44px;
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #18534b;
  border: 1px solid #18534b;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100%;
  margin-right: 5px;
}
.news-page .news-2 .text .main .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #18534b;
  border-color: #18534b;
}
.news-page .news-2 .text .main .content table tbody{
  display: table-header-group;
  /*width: unset !important;*/
}
.news-page .news-3 {
  padding-top: 60px;
  padding-bottom: 110px;
}
.news-page .news-3 .ui.container {
  max-width: 770px;
}
.news-page .news-3 .ui.container .form form li input[type="text"],
.news-page .news-3 .ui.container .form form li textarea {
  background: transparent;
}
.news-page .product-page .product-1 ul{
  background: transparent;
}
.contact-1 {
  padding: 150px 0;
}
.contact-1 .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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-1 .ui.container .formbox {
  width: 55%;
}
.contact-1 .ui.container .formbox .h2 {
  color: #18534b;
}
.contact-1 .ui.container .formbox .h2.active{
  color: #18534b;
}
.contact-1 .ui.container .formbox .h2:before {
  left: 0!important;
}
.contact-1 .ui.container .formbox p {
  opacity: 0.5;
  margin-top: 35px;
}
.contact-1 .ui.container .infobox {
  width: 35%;
}
.contact-1 .ui.container .infobox .infos {
  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-bottom: 45px;
}
.contact-1 .ui.container .infobox .infos i {
  font-size: 30px;
  color: #18534b;
  margin-right: 20px;
}
.contact-1 .ui.container .infobox .infos .text {
  padding-bottom: 50px;
  position: relative;
}
.contact-1 .ui.container .infobox .infos .text:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #18534b;
  left: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}
.contact-1 .ui.container .infobox .infos .text h4 {
  font-weight: 700;
  margin-bottom: 20px;
  color: #18534b;
}
.contact-1 .ui.container .infobox .infos .text p {
  opacity: 0.5;
  line-height: 1.5;
  color: #000;
    font-weight: 500;
}
.contact-1 .ui.container .infobox .sharebox {
  margin-top: 45px;
}
.contact-1 .ui.container .infobox .sharebox ul.sharelist {
  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;
}
.contact-1 .ui.container .infobox .sharebox ul.sharelist li {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-right: 10px;
  border-radius: 100%;
}
.contact-1 .ui.container .infobox .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #18534b;
}
/*.inner-banner.faq-page{
  background-image: url(../images/faq-background.jpg);
}*/
.faq-page .faq-1 {
  padding: 150px 0;
  background: url(../images/faq-background.jpg)  no-repeat;
    background-size: cover; /* 或使用 contain */
    background-position: center; /* 确保图片居中 */
}
.faq-page .faq-1 .ui.container {
  max-width: 1170px;
}
.faq-page .faq-1 .ui.container .h2 {
  color: var(--base-inner);
  text-align: center;
}
.faq-page .faq-1 .ui.container .faq-main {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px;
  margin-top: 50px;
}
.faq-page .faq-1 .ui.container .faq-main .column {
  padding: 0 30px;
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li {
  margin-bottom: 20px;
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li.active .h5 i {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
  -moz-transform: translateY(-50%) rotateZ(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotateZ(90deg);
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .h5 {
  width: 100%;
  padding: 20px 25px;
  padding-right: 40px;
  background: #f8faf5;
  color: var(--base-inner);
  font-size: 16px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 5px 0 #e1e1e1;
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .h5:hover{
color: white;
background-color: #18534b;
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .h5 i {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center ;
  -webkit-align-items: center ;
  -moz-box-align: center ;
  -ms-flex-align: center ;
  align-items: center ;
  color: #fff;
  background: var(--base-color);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq-page .faq-1 .ui.container .faq-main ul.faqlist li .content {
  padding: 20px;
  line-height: 1.5;
  text-align: left;
  /*display: none;
  opacity: 0.5;*/
}
.application-page {
  padding: 6% 0;
}
.application-page .news-tab ul {
  margin: -6px;
}
.application-page .news-tab ul li {
  padding: 6px;
}
.application-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 25px;
}
.application-page .news-tab ul li a:hover,
.application-page .news-tab ul li a.active {
  background: #18534b;
  color: #fff;
}
.application-page .news-list {
  margin-top: 70px;
}
.application-page .news-list ul {
  margin: -10px;
}
.application-page .news-list ul li {
  padding: 10px;
}
.application-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.application-page .news-list ul li .text {
  background: #fff;
  border-radius: 0 0 15px 15px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}
.xinwen{
  height: 160px;
}
.application-page .news-list ul li .text .top span {
  font-size: 14px;
  background: #18534b;
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 36px;
}
.application-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
.application-page .news-list ul li .text .tit {
  font-size: 18px;
  height: 90px;
  line-height: 32px;
  padding-right: 110px;
  font-weight: 500;
  margin-top: 32px;
}
.application-page .news-list ul li .text .tit:hover {
  color: #18534b;
}
.application-page .news-list ul li .text .more2 {
  display: block;
  background-color: #18534b;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.application-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.application-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.application-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.application-page .news-list ul li:hover .text {
  background: rgb(219 49 62 / 14%);
}
.application-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
@media screen and (max-width: 1400px){
  .app-page .main .ui.container ul li .item .img-box .dialog_box{
    padding: 10px;
  }
  .gallery-page .gallery-1 .main ul li{
    padding: 8px;
  }
}
@media screen and (max-width: 1200px){
  .application-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .application-page .news-list ul li .text .tit {
    padding-right: 80px;
  }
  .application-page .news-list ul li .text .more2 {
    right: 15px;
  }
}
@media screen and (max-width: 1000px){
  .news-page .news-1 {
    padding: 50px 0;
  }
  .news-page .news-2 .text {
    padding: 40px 20px;
  }
  .contact-1 .ui.container .infobox .infos i {
    font-size: 70px;
  }
   .contact-1 {
    padding: 50px 0;
  }
   .application-page .news-list {
    margin-top: 30px;
  }
  .application-page .news-list ul li {
    width: 50% !important;
  }
   .gallery-page{
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px){
  .contact-1 .ui.container .formbox {
    width: 100%;
  }
  .contact-1 .ui.container .infobox {
    width: 100%;
  }
   .faq-page .faq-1 .ui.container .faq-main .column {
    width: 100%;
  }
  .application-page .news-tab {
    display: none;
  }   
  .application-page .news-list {
    margin-top: 0;
  }
  .application-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .application-page .news-list ul li .text .tit {
    padding-right: 0;
    margin-top: 16px;
    height: 10px;
  }
  .application-page .news-list ul li .text .more2 {
    position: initial;
    margin-top: 20px;
  }
  .gallery-page{
    padding: 30px 0;
  }
}

@media screen and (max-width: 500px){
   .news-page .news-1 .ui.container ul.newslist li .textbox .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
   /*.news-page .news-1 .ui.container ul.newslist li .textbox {
    padding: 60px 20px;
  }*/
   .application-page .news-list ul li {
    width: 100% !important;
  }
}


.inner-page .form {
  margin-top: 35px;
}
.inner-page .form 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;
}
.inner-page .form form ul li {
  width: 48%;
  position: relative;
  margin-bottom: 40px;
}
.inner-page .form form ul li i {
  font-size: 25px;
  color: #18534b;
  position: absolute;
  right: 15px;
  top: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .form form ul li input[type="text"],
.inner-page .form form ul li textarea {
  width: 100%;
  border: 1px solid #aaa;
  line-height: 50px;
  padding: 0 15px;
  color: #000;
  border-radius: 10px;
  font-size: 16px;
}
.inner-page .form form ul li input[type="text"]::-webkit-input-placeholder, .inner-page .form form ul li textarea::-webkit-input-placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type="text"]:-moz-placeholder, .inner-page .form form ul li textarea:-moz-placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type="text"]::-moz-placeholder, .inner-page .form form ul li textarea::-moz-placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type="text"]:-ms-input-placeholder, .inner-page .form form ul li textarea:-ms-input-placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type="text"]::placeholder,
.inner-page .form form ul li textarea::placeholder {
  color: #aaa;
}
.inner-page .form form ul li input[type="text"] {
  height: 50px;
}
.inner-page .form form ul li textarea {
  height: 250px;
}
.inner-page .form form ul li input[type="submit"] {
  height: 60px;
  line-height: 60px;
  color: #fff;
  padding: 0 40px;
  display: inline-block;
  border-radius: 30px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 24px;
  border: none;
  background: #18534b;
}
.inner-page .form form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000;
}
.inner-page .form form ul li.wid-100 {
  width: 100%;
}
 .seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.seoPublic .Auxil-through a {
    display: block;
    line-height: 22px;
    /*height: 40px;*/
    padding: 10px 25px;
    font-size: 14px;
    color: black;
    /*border: 1px solid #eee;*/
    /*background: #f8f8f8;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    /*background: #18534b;
    color: white;*/
    text-decoration: underline;
}
.seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 2em;
}

.seoPublic > div {
    padding: 60px 0;
}

.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 94%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 141px;
    padding-bottom: 184px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: #18534b;
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.4;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: #18534b;
    color: #18534b;
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: #18534b;
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: #18534b;
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.seoPublic .text a {
    color: #18534b;
}

.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}



.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: #18534b;
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #18534b;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: white;
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: #18534b;
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: #18534b;
        border-radius: 5px;
        color: white;
    }
     #cp-Nav .nav div.title i{
      float: right;
      font-size: 30px;
      cursor: pointer;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}



.z_index_ys {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-left: 7.2916666667vw;
    padding-right: 7.2916666667vw;
    padding-top: 6.25vw;
    padding-bottom: 6.25vw
}

@media screen and (max-width: 980px) {
    .z_index_ys {
        padding-left:12px;
        padding-right: 12px
    }
}

@media screen and (max-width: 980px) {
    .z_index_ys {
        padding-top:40px;
        padding-bottom: 40px
    }
}

.z_index_ys .z_index_tit {
    /*padding-left: 16.6666666667vw;*/
    margin-bottom: 2.7708333333vw
}
.z_index_ys .z_index_tit .btn{
  position: absolute;
  right: 0;
  top: 25px;
}
.z_index_ys .z_index_tit .btn > div{
  position: unset;
  display: inline-block;
  margin: 0 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  background: white;
}
.z_index_ys .z_index_tit .btn > div::after{
  font-size: 24px;
  color: var(--color);
  line-height: unset;
}
@media screen and (max-width: 980px) {
    .z_index_ys .z_index_tit {
        padding-left:0px
    }
}

@media screen and (max-width: 980px) {
    .z_index_ys .z_index_tit {
        margin-bottom:40px
    }
}
.z_ys_swiper ul {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.z_ys_swiper li {
    height: 22.3958333333vw;
    position: relative
}

@media screen and (max-width: 980px) {
    .z_ys_swiper li {
        height:auto
    }
}

.z_ys_swiper li a {
    display: block;
    height: 100%
}

.z_ys_swiper li.active .topbox {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1
}

.z_ys_swiper li.active .btmbox {
    padding-top: 1.3020833333vw;
    border-radius: 1.5625vw 1.5625vw 7.2916666667vw 7.2916666667vw;
    background: #fff
}

@media screen and (max-width: 980px) {
    .z_ys_swiper li.active .btmbox {
        padding-top:20px
    }
}

.z_ys_swiper li.active .btmbox .ico {
    height: 0;
    overflow: hidden
}

.z_ys_swiper li.active .btmbox .dot {
    opacity: 1;
    margin-top: 1.0416666667vw
}

@media screen and (max-width: 980px) {
    .z_ys_swiper li.active .btmbox .dot {
        margin-top:10px
    }
}

.z_ys_swiper .topbox {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 11.9791666667vw;
    background:rgb(183 208 255 / 73%);
    border-radius: 7.2916666667vw 7.2916666667vw 0 0;
    overflow: hidden;
    padding-bottom: 2.6041666667vw;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
    margin-bottom: -2.6041666667vw
}
.z_ys_swiper .topbox img{
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 980px) {
    .z_ys_swiper .topbox {
        height:0
    }
}
.z_ys_swiper{
  overflow: hidden;
}
.z_arr {
    width: 30px;
    height: 30px;
    background: #18534b;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    margin-left: .5208333333vw;
    cursor: pointer;
}
.z_ys_swiper .topbox .imgbg {
    position: absolute;
    left: 0;
    top: 0%;
    opacity: .7;
    z-index: -1;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.z_ys_swiper .ico {
    height: 3.75vw;
    -webkit-transition: ease .8s;
    transition: ease .8s
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .ico {
        height:36px
    }
}

.z_ys_swiper .ico img {
    display: block;
    height: 100%;
    margin: 0 auto
}

.z_ys_swiper .btmbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    background: rgba(255,255,255,.8);
    border-radius: 2.6041666667vw 2.6041666667vw 7.2916666667vw 7.2916666667vw;
    padding-top: 2.0833333333vw;
    padding-bottom: 2.0833333333vw;
    text-align: center
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox {
        padding-top:20px;
        padding-bottom: 20px
    }
}

.z_ys_swiper .btmbox .ico {
    margin-bottom: 1.0416666667vw
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .ico {
        margin-bottom:10px
    }
}

.z_ys_swiper .btmbox .tit {
    font-size: 25px;
    /*line-height: 1.5625vw*/
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .tit {
        font-size:16px
    }
}

@media screen and (max-width: 1680px) {
    .z_ys_swiper .btmbox .tit{
      font-size: 20px;
    }
}

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

.z_ys_swiper .btmbox .dot {
    width: 70%;
    margin: 0 auto;
    height: 3px;
    background: url(../images/dot.png) no-repeat center;
    background-size: auto 100%;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    overflow: hidden;
    opacity: 0
}

.z_ys_swiper .btmbox .desc {
    color: #727272;
    opacity: .7;
    min-height: 2.5vw;
    margin-bottom: 1.25vw;
    margin-top: .78125vw;
    font-size: .78125vw;
    line-height: 1.25vw;
    padding: 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .desc {
        margin-bottom:10px
    }
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .desc {
        margin-top:10px
    }
}

@media screen and (max-width: 1680px) {
    .z_ys_swiper .btmbox .desc {
        font-size:.9453125vw;
        font-size: 1vw
    }
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .desc {
        font-size:14px
    }
}

@media screen and (max-width: 1680px) {
    .z_ys_swiper .btmbox .desc {
        line-height:1.45vw
    }
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .btmbox .desc {
        line-height:24px
    }
}

.z_ys_swiper .btmbox .z_arr {
    margin: 0 auto;
    font-size: 16px;
}

@media screen and (max-width: 980px) {
    .z_ys_swiper .topbox {
        display:none
    }

    .z_ys_swiper .btmbox {
        position: relative;
        border-radius: 10px
    }

    .z_ys_swiper li .dot {
        display: none
    }

    .z_ys_swiper li.active .btmbox {
        border-radius: 10px
    }

    .z_ys_swiper li.active .btmbox .ico {
        height: 36px
    }
}
.z_index_ys .lazy {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: bottom center;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-attachment: fixed;
}
@media screen and (max-width:700px){
  .z_index_ys .z_index_tit .btn{
    position: relative;
  }
}
/*.app-page .app-2 {
  background-color: #f0f0f0;
}*/
.app-page .app-2 .box .left {
  width: 35%;
  padding-right: 18px;
  position: sticky;
  top: 120px;
}
.app-page .app-2 .box .left .list {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
}
.app-page .app-2 .box .left .list h2 {
  line-height: 1;
}
.app-page .app-2 .box .left .list h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #18534b;
}
.app-page .app-2 .box .left .list .target {
  margin-top: 35px;
}

.app-page .app-2 .box .left .list .target ul li {
  position: relative;
  line-height: 50px;
}
.app-page .app-2 .box .left .list .target ul li a {
  border-radius: 25px;
  margin-bottom: 10px;
  height: 50px;
}
.app-page .app-2 .box .left .list .target ul li.active i::after {
  content: "-";
}
.app-page .app-2 .box .left .list .target > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  color: #000;
  background-color: #fff;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
  position: relative;
  box-shadow: 0 0 5px 0 #eee;
}
.app-page .app-2 .box .left .list .target > ul > li > a:hover{
  color: #fff;
  background-color:#18534b;
}
.app-page .app-2 .box .left .list .target ul li i{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  width: 35px;
  color: #FFFFFF;
}
.app-page .app-2 .box .left .list .target ul li i::after {
  content: "+";
}
.app-page .app-2 .box .left .list .target > ul > li > ul {
  display: none;
}
.app-page .app-2 .box .left .list .target > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.app-page .app-2 .box .left .list .target > ul > li > ul > li > a.active {
  color: #73ae53;
}
.app-page .app-2 .box .right {
  width: 65%;
  padding-left: 18px;
}
.app-page .app-2 .box .right .content ul li {
  display: none;
}
.app-page .app-2 .box .right .content ul li.active {
  display: block;
}
.app-page .app-2 .box .right .content .mml-text {
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.app-page .app-2 .box .right .content .mml-text h4 {
  line-height: 1;
}
.app-page .app-2 .box .right .content .mml-text h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #72ac52;
}
.app-page .app-2 table tbody{
  min-width: 1000px;
}
@media screen and (max-width: 1650px){

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

}
@media screen and (max-width: 1400px){
  .about-page .about-3 .history-cont .left .icon{
    font-size: 140px;
  }
  .about-page .about-3 .history-cont .left ul li{
    padding-left: 110px;
  }
}
@media screen and (max-width: 1200px){
  .inner-banner .box h2{
    font-size: 40px;
  }
  .inner-banner{
    height: 320px;
  }
  .about-page .about-3 .history-cont .left ul li .year{
    font-size: 90px;
  }
  .about-page .about-3 .history-cont .left ul li{
    height: 500px;
  }
  .about-page .about-3 .history-cont .left ul:after{
    width: 500px;
    height: 500px;
  }
  .about-page .about-3 .history-cont .left ul li{
    padding-left: 0;
  }
  .manufacture-page .manu-2 .box1 .content{
    width: 100%;
  }
  .manufacture-page .manu-2 .box1 .img{
    width: 100%;
  }
  .manufacture-page .manu-2 .box .column{
    width: 100%;
  }
  .font-42 {
    font-size: 34px;
  }
  .product-page .product-1 .left{
    display: none;
  }
  .product-page .product-1 .right{
    width: 100%;
  }
  .service-page .service-1 .img{
    margin-left: 30px;
    margin-bottom: 40px;
    width: 56%;
    border-radius: 20px;
  }
  .sus-page .sus-4 ul li{
    width: 33% !important;
  }
  .font-42{
    font-size: 28px;
  }
  .sus-page .sus-3 .box{
    width: 70%;
  }
  .sus-page .sus-4 ul li .h4{
    font-size: 22px;
  }
  .sus-page .sus-4 ul li .text{
    font-size: 16px;
  }
  .news-page .news-1 .ui.container ul.newslist li{
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .app-page .app-1 h2 {
    margin-top: 0;
  }
  .app-page .app-1 ul li.wid-50 {
    width: 100%;
  }
  .app-page .app-1 ul li {
    width: 50%;
  }
  .app-page .app-2 .box .left {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
  }
  .app-page .app-2 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .about-page .about-1{
    padding-top: 70px;
  }
  .font-42 {
    font-size: 34px;
  }
  .about-page .about-1 .h4{
    font-size: 19px;
  }
  .about-page .about-3 .history-cont .left{
    width: 76%;
  }
  .about-page .about-3 .history-cont .left .icon{
    font-size: 98px;
  }
  .inner-page .top-nav{
    display: none;
  }
  .inner-page.app-page .top-nav{
    display: block;
  }
  .inner-page.app-page .top-nav ul.list{
     -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    box-shadow: none;
  }
  .inner-page.app-page .top-nav ul.list>li{
    width: 50%;
    margin-bottom: 20px;
  }
  .inner-page.app-page .top-nav ul.list>li:nth-child(2){
    border-radius: 0 45px 45px 0;
  }
  .inner-page.app-page .top-nav ul.list>li:nth-child(3){
    border-radius: 45px 0 0 45px;
  }
  .inner-page.app-page .top-nav ul.list>li>a{
    height: 50px;
  }
  .service-page .service-2 .wrap .left{
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-2 .wrap .right{
    width: 100%;
    margin-top: 20px;
  }
  .service-page .service-1 .img{
    margin-left: 0;
    display: none;
  }
  .seo_block .Auxil-form .box{
    padding: 30px;
    border-radius: 20px;
  }
  .product-yd-page ul li{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-yd-page ul li .img{
    width: 100% !important;
    order: 1;
  }
  .product-yd-page ul li .content{
    width: 100% !important;
    order: 2;
    border-radius: 15px;
  }
  .product-yd-page ul li:nth-child(2n) .img{
    order: 1;
  }
  .product-yd-page ul li:nth-child(2n) .content{
    order: 2;
    border-radius: 15px;
  }
  .quality-page .quality-1 .box .column{
    width: 100%;
  }
  /*.product-page .product-1 .right .list_two ul li .left_img .small{
    display: none;
  }
  .product-page .product-1 .right .list_two ul li .left_img .big{
    width: 100%;
  }*/
  .product-page .product-1 .right .list_two ul li .left_img .big{
    width: 74.5%;
  }
  .product-page .product-1 .right .list_two ul li .left_img .small .img a{
    border-radius: 3px;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .content.det1 ul li{
    flex: 1;
  }
  .prodet-page .prodet-2 .det4 ul li{
    width: 50%;
  }
  .sus-page .sus-2 ul li{
    width: 46%;
  }
  .sus-page .sus-2 ul li.img{
    margin-top: 0;
  }
  .sus-page .sus-3 .box{
    width: 100%;
  }
  .gallery-page .gallery-1 .main ul li{
    width: 50%;
  }
  .contact-1 .ui.container .formbox{
    width: 100%;
  }
  .contact-1 .ui.container .infobox{
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px){
  .inner-banner .box h2{
    margin-bottom: 0;
    font-size: 22px;
  }
  .inner-banner .box .mbx{
    font-size: 16px;
  }
  .inner-banner{
    height: 230px;
  } 
  .about-page .about-3 .history-cont .left{
    width: 100%;
  }
  .about-page .about-3 .history-cont .left ul li{
    height: 410px;
  }
      .about-page .about-3 .history-cont .left ul:after {
        width: 410px;
        height: 410px;
    }
    .about-page .about-3 .history-cont .left ul li .year{
      font-size: 70px;
    }
    .about-page .about-3 .history-cont .left ul li .content p{
      max-height: 120px;
      overflow: auto;
    }
        .font-42 {
        font-size: 26px;
    }
    .advantage-page {
    padding-top: 48px;
  }
  .sus-page .sus-4 ul li .h4{
    font-size: 18px;
  }
  .sus-page .sus-4 ul li .text{
    font-size: 15px !important;
    height: auto;
  }
  .about-page .about-3 .history-cont .right{
    display: none;
  }
  .product-page .product-1 .right .list_two ul li .left_img{
    width: 100%;
  }
  .product-page .product-1 .right .list_two ul li .right_content{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .product-page .product-1 .right .list_two ul li .left_img .big{
    margin-left: 0;
  }
  .prodet-page .prodet-1 .right .box{
    padding-left: 20px;
    border-radius: 20px;
  }
  .prodet-page .prodet-2 .content.det1 ul li{
    flex: unset;
  }
  .prodet-page .prodet-1{
    padding: 60px 0 50px;
  }
  .prodet-page .prodet-2 .content.font-18{
    font-size: 15px;
  }
  .prodet-page .title{
    font-size: 22px;
  }
  .product-page.prodet-page .product-1{
    padding-bottom: 40px;
  }
  .product-page.prodet-page .product-1 ul li .h4{
    margin-bottom: 0;
  }
  .sus-page .sus-4 ul li{
    width: 100% !important;
  }
  .sus-page .sus-2 ul li{
    width: 100%;
    margin-bottom: 15px;
  }
  .gallery-page .gallery-1 .main ul li{
    width: 100%;
  }
  .news-page .news-1 .ui.container ul.newslist li{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .box{
    bottom: 50px;
  }
  .app-page .app-1 ul li {
    width: 100%;
  }
  .app-page .app-2 .box .left .list {
    padding: 30px 15px;
  }
  .app-page .app-2 .box .right .content .mml-text .text {
    padding: 30px 15px;
  }
  .inner-page.app-page .top-nav ul.list>li{
    width: 100%;
    border-radius: 45px !important;
  }
  .inner-page .top-nav{
    margin-bottom: 15px;
  }
  .app-page .app-2 .box .right{
    margin-top: 0;
  }
  .app-page .app-2 .box {
    margin-top: 10px;
  }
  .about-page .about-3 .history-cont .left ul:after{
    opacity: 0;
  }
  .about-page .about-3 .history-cont .left ul li .content{
    background: white;
    padding: 20px 15px;
  }
  .about-page .about-3 .history-cont .left ul li{
    height: 300px; 
    background: white;
    padding-bottom: 60px;
  }
  .about-page .about-3 .history-cont .left ul li .year{
    font-size: 50px;
  }
  .about-page .about-3 .history-cont .left ul li .content pre{
    width: 100%;
  }
  .about-page .about-3 .history-cont .left .icon{
    font-size: 60px;
  }
  .about-page .about-1 .content{
    margin-bottom: 0;
  }
  .sus-page .sus-4 ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-4 ul li {
    width: 100% !important;
  }
  .product-yd-page ul li .content{
    padding-left: 20px;
  }
  .inner-page .form form ul li{
    width: 100%;
  }
   .prodet-page .prodet-2 .det4 ul li{
    width: 100%;
  }
}

.prodet-page .prodet-1 .left .box .slick-arrow,
.Auxil-related .slick-arrow{
  width: 40px;
    height: 40px;
    border: none;
    border-radius: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--color);
    color: #fff;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    font-size: 0;
}
.prodet-page .prodet-1 .left .box .slick-arrow{
  top: 50%;
}
.prodet-page .prodet-1 .left .box .slick-prev{
  left: 0;
}
.Auxil-related .slick-prev{
  left: -40px;
} 
.prodet-page .prodet-1 .left .box .slick-next{
  right: 0;
}
.Auxil-related .slick-next{
  right: -40px;
} 
.prodet-page .prodet-1 .left .box .slick-prev::after,
.Auxil-related .slick-prev::after{
  content: "\e69a";
  font-family: "iconfont";
  font-size: 20px;
} 
.prodet-page .prodet-1 .left .box .slick-next::after,
.Auxil-related .slick-next::after{
  content: "\e6ac";
  font-family: "iconfont";
  font-size: 20px;
} 

@media screen and (max-width:1000px){
  .Auxil-related .slick-next{
    right: -5px;
  }
  .Auxil-related .slick-prev{
    left: -5px;
  }
}



.about2-page .about-1 {
  padding: 0 0 6rem;
}
.about2-page .about-1 .top {
  margin: 0 0 0 auto;
  /*max-width: 643px;*/
}
.about2-page .about-1 .about-img {
  margin-top:12px;
  position: relative;
}
.about2-page .about-1 .about-img::after {
  position: absolute;
  content: "";
  width: 271px;
  height: 333px;
  /*background: url(../images/about-after.png) no-repeat 100% 100%;*/
  left: -88px;
  top: -126px;
}
.about2-page .about-1 .about-img .aboutIconBox {
  position: absolute;
  background: #f0ebe3;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 0 1rem;
}
.about2-page .about-1 .about-img .aboutIconBox .swiper-slide {
  height: 5rem;
  padding: 15px 10px;
  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;
}
.about2-page .about-1 .text {
  line-height: 1.8;
  font-size: 16px;
  color: #858585;
  margin: 1.75rem 0 2.25rem;
}
.about2-page .about-1 ul {
  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;
}
.about2-page .about-1 ul li {
  padding: 15px 1.85rem 5px 90px;
  position: relative;
  background: url(../images/a-icon.png) no-repeat left center;
}
.about2-page .about-1 ul li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: url(../images/xian.png) no-repeat center center;
  right: 0;
  top: 0;
}
.about2-page .about-1 ul li:last-child {
  padding: 15px 0 5px 90px;
}
.about2-page .about-1 ul li:last-child::after {
  display: none;
}
.about2-page .about-1 ul li em {
  font-size: 3rem;
  line-height: .9;
  color: var(--base-color);
}
.about2-page .about-1 ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #545252;
}
.about2-page .about-1 ul li:nth-child(1){
  background: url(../images/icon-6.png) no-repeat left center;
}
.about2-page .about-1 ul li:nth-child(2){
  background: url(../images/icon-7.png) no-repeat left center;
}
.about2-page .about-1 ul li:nth-child(3){
  background: url(../images/icon-8.png) no-repeat left center;
}
.about2-page .about-1 ul li:nth-child(4){
  background: url(../images/icon-9.png) no-repeat left center;
}
.about2-page .about-2 {
  padding: 4.75rem 0 3.9rem;
  background: #265d33;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
}
.about2-page .about-2 .top h6,
.about2-page .about-2 .top h2 {
  color: #fff;
}
.about2-page .about-2 .top p {
  color: rgba(250, 250, 250, 0.8);
  line-height: 30px;
  font-size: 16px;
  margin: 1.25rem auto 0;
  max-width: 1051px;
}
.about2-page .about-2 .FeaturedBox {
  margin-top: 3.5rem;
}
.about2-page .about-2 .FeaturedBox .swiper-container {
  overflow: inherit;
}
.about2-page .about-2 .FeaturedBox .swiper-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}
.about2-page .about-2 .FeaturedBox .swiper-slide a img {
  width: 100%;
}
.about2-page .about-2 .FeaturedBox a h4 {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  /*text-transform: uppercase;*/
  position:relative;
  width: 100%; 
  margin-top: 10px;
  text-align: center;
  bottom: 0;
  left: 0;
}
.about2-page .about-2 .FeaturedBox .scrollbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4.75rem;
}
.about2-page .about-2 .FeaturedBox .scrollbar .swiper-scrollbar {
  height: 1px;
  width: 380px;
  background: #959595;
}
.about2-page .about-2 .FeaturedBox .scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
  background: #3b9750;
}
.about2-page .about-3 {
  padding: 3.25rem 0 3.25rem;
  background: #f7f5f5;
}
.about2-page .about-3 .top h2 {
  color: #000;
}
.about2-page .about-3 .offerBox .swiper-container {
  padding: 4.25rem 1rem 0;
}
.about2-page .about-3 .offerBox li:hover span {
  background: url(../images/offer-h.png) no-repeat center center;
}
.about2-page .about-3 .offerBox li:hover span::after {
  opacity: 1;
}
.about2-page .about-3 .offerBox li:hover h4 {
 color: #265d33;;
}
.about2-page .about-3 .offerBox li span {
  width: 72px;
  height: 73px;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .offerBox li span::after {
  position: absolute;
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 100%;
  background: #265d33;
  left: -0.5rem;
  top: 0rem;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .offerBox li h4 {
  font-size: 18px;
  line-height: 32px;
  color: #000000;
  font-weight: 900;
  margin: 1.2rem 012px;
  text-transform: uppercase;
}
.about2-page .about-3 .offerBox li p {
  font-size: 15px;
  line-height: 30px;
  color: #949393;
}
.about2-page .about-3 .offerBox li:nth-child(1) span{
  background: url(../images/icon-10.png) no-repeat center center;
}
.about2-page .about-3 .offerBox li:nth-child(1):hover span{
  background: url(../images/icon-14.png) no-repeat center center;
}
.about2-page .about-3 .offerBox li:nth-child(2) span{
  background: url(../images/icon-11.png) no-repeat center center;
}
.about2-page .about-3 .offerBox li:nth-child(2):hover span{
  background: url(../images/icon-15.png) no-repeat center center;
}
.about2-page .about-3 .offerBox li:nth-child(3) span{
  background: url(../images/icon-12.png) no-repeat center center;
}
.about2-page .about-3 .offerBox li:nth-child(3):hover span{
  background: url(../images/icon-16.png) no-repeat center center;
}
.about2-page .about-3 .offerBox li:nth-child(4) span{
  background: url(../images/icon-13.png) no-repeat center center;
}
.about2-page .about-3 .offerBox li:nth-child(4):hover span{
  background: url(../images/icon-17.png) no-repeat center center;
}
.about2-page .about-3 .offerBox li:nth-child(5) span{
  background: url(../images/icon-2.png) no-repeat center center;
}
.about2-page .about-3 .offerBox li:nth-child(5):hover span{
  background: url(../images/icon-2.png) no-repeat center center;
}
.about2-page .about-3 .offerBox li:nth-child(6) span{
  background: url(../images/icon-2.png) no-repeat center center;
}
.about2-page .about-3 .offerBox li:nth-child(6):hover span{
  background: url(../images/icon-2.png) no-repeat center center;
}
.about2-page .about-3 .offerBox li:nth-child(7) span{
  background: url(../images/icon-2.png) no-repeat center center;
}
.about2-page .about-3 .offerBox li:nth-child(7):hover span{
  background: url(../images/icon-2.png) no-repeat center center;
}
.about2-page .about-3 .offerBox li:nth-child(8) span{
  background: url(../images/icon-2.png) no-repeat center center;
}
.about2-page .about-3 .offerBox li:nth-child(8):hover span{
  background: url(../images/icon-2.png) no-repeat center center;
}
.about2-page .about-4 {
  position: relative;
  overflow: hidden;
}
.about2-page .about-4::before {
  width: 11.6rem;
  height: 9.9rem;
  position: absolute;
  bottom: 100%;
  left: 5.85rem;
  content: "";
  background: url(../images/about-4-b.png) no-repeat 100% 100%;
}
.about2-page .about-4::after {
  width: 23.4rem;
  height: 5.05rem;
  position: absolute;
  top: 100%;
  right: 13.05rem;
  content: "";
  background: url(../images/about-4-a.png) no-repeat 100% 100%;
}
.about2-page .about-4 > img {
  width: 100%;
}
.about2-page .about-4 .about-4-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.about2-page .about-4 .about-4-box .content {
  max-width: 525px;
  margin: 0 0 0 auto;
}
.about2-page .about-4 .about-4-box .content .top {
  margin-bottom: 1.4rem;
}
.about2-page .about-4 .about-4-box .content .top h2 {
  color: #fff;
  margin-top: 1.25rem;
}
.about2-page .about-4 .about-4-box .content p {
  color: #fff;
  line-height: 1.5;
  max-width: 470px;
}
.about2-page .about-4 .about-4-box .content .more {
  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;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
  margin-top: 3.25rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.about2-page .about-4 .about-4-box .content .more:hover {
  color: var(--base-color);
}
.about2-page .about-4 .about-4-box .content .more:hover img {
  margin-left: 1.25rem;
}
.about2-page .about-4 .about-4-box .content .more img {
  margin-left: 0.75rem;
}
.about2-page .about-5 {
  padding: 4.75rem 0 0;
}
.about2-page .about-5 .top h2 {
  color: #000;
  max-width: 578px;
  margin: 0 auto;
  line-height: 1.1;
}
.about2-page .about-5 .top p {
  font-size: 16px;
  line-height: 30px;
  color: #9a9a9a;
  margin-top: 0.75rem;
}
.about2-page .about-5 .world {
  margin: 3.5rem 0 3rem;
}
.about2-page .about-6 {
  padding: 80px 0; 
}
.about2-page .about-6 .partnerBox {
  margin: 0 auto;
  max-width: 1650px;
  padding: 0 15px;
}
.about2-page .about-6 .partnerBox .swiper-slide {
  text-align: center;
  padding: 0 10px;
  background: url(../images/partner-bg.png) no-repeat right center;
}
.about2-page .about-6 .box {
    padding-top: 40px;
    max-width: 1320px;
    display: block;
    margin: 0 auto;
}
.about2-page .about-6 .box ul li {
    padding-bottom: 20px;
}
.about2-page .about-6 .box ul li h4 {
    padding: 20px 70px;
    background-image: url(../images/icon-lt.png);
    background-position: center left 25px;
    background-repeat: no-repeat;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #b7b7b7;
    font-size: 16px;
    color: #666;
    position: relative;
    cursor: pointer;
}
.about2-page .about-6 .box ul li h4:after {
    content: "\e768";
    font-size: 18px;
    position: absolute;
    right: 25px;
    top: 20px;
    font-family: "iconfont";
}
.about2-page .about-6 .box ul li .text {
    padding: 25px;
    border: 1px solid #b7b7b7;
    margin-top: 8px;
    font-size: 16px;
    color: #666;
    display: none;
    -moz-box-shadow: 3px 3px 6px rgba(0,0,0,.2);
    -o-box-shadow: 3px 3px 6px rgba(0,0,0,.2);
    box-shadow: 3px 3px 6px rgba(0, 0, 0, .2);
}
.about2-page .about-6 .box ul li.active h4 {
    background-color: var(--color);
    color: #000;
    background-image: url(../images/icon-lt2.png);
}
.about2-page .about-6 .box ul li.active h4:after {
    content: "\e767";
}
@media screen and (max-width:1000px){
  .about2-page .about-1 .about-img::after{
    display: none;
  }

  .about2-page .about-1 .about-img .aboutIconBox{
    position: relative;
    width: 100%;
    left: auto;
    bottom: auto;
    transform: translateX(0);
  }

  .about2-page .about-1 ul{
    flex-wrap: wrap;
  }
  .about2-page .about-1 ul li{
    width: 50%;
    margin-bottom: 20px;
  }
  .about2-page .about-1 .about-img .aboutIconBox .swiper-slide{
    height: 80px;
  }
  .about2-page .about-4 .about-4-box .content {
      max-width: 100%;
  }.about2-page .about-4 .about-4-box .content p{
    max-width: 100%;
  }
  .about2-page .about-1 ul li:after{
    display: none;
  }
  .about2-page .about-1 ul li p{
    font-size: 14px;
    line-height: 28px;
  }
  .about2-page .about-1 ul li em{
    font-size: 24px;
    line-height: 40px;
  }
  .about2-page .about-3 .offerBox li {
    width: 33.3%;
  }
  #footer{
    padding-bottom: 56px;
  }
  .product-page .product-1 ul li{
    width: 50%;
  }
}

@media screen and (max-width:700px){
  .about2-page .about-4{
    background: url(../images/about-4.jpg) no-repeat center center;
    background-size: cover; 
  }
  .about2-page .about-4>img{
    display: none;
  }
  .about2-page .about-4 .about-4-box{

    padding: 20px 0;
    position: relative;
    top: 0;
    -webkit-transform: translateY(0); 
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
   .about2-page .about-3 .offerBox li {
    width: 50%;
  }
  
  .totop { 
      bottom: 260px;
      right: 4px; 
      zoom: 0.7;
  }
  .product-page .product-1 ul li{
    width: 100%;
  }
}


@media screen and (max-width:500px){
  .about2-page .about-1 ul li{
    width: 100%;
  }
  .about2-page .about-4 .about-4-box .content .more{
    font-size: 14px;
  }
   .about2-page .about-3 .offerBox li {
    width: 100%;
  }
 
}
 
#wap-bottom{
  color: black;
}