@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Regular.eot');
  src: url('../fonts/DMSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/DMSans-Regular.woff2') format('woff2'), url('../fonts/DMSans-Regular.woff') format('woff'), url('../fonts/DMSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Bold.eot');
  src: url('../fonts/DMSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DMSans-Bold.woff2') format('woff2'), url('../fonts/DMSans-Bold.woff') format('woff'), url('../fonts/DMSans-Bold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'DM Sans';
  src: url('../fonts/DMSans-Medium.eot');
  src: url('../fonts/DMSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/DMSans-Medium.woff2') format('woff2'), url('../fonts/DMSans-Medium.woff') format('woff'), url('../fonts/DMSans-Medium.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
body {
  font-family: "DM Sans";
  max-width: 1920px;
  --color: #00703c;
  font-weight: normal;
  margin: 0 auto;
}
#mobile3 .m-search form input[type="submit"]{
  background: url("../images/icon-search-white.png") center center no-repeat;
}
.container {
  width: 1445px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .h-top {
  background-color: var(--color);
  z-index: 2;
  position: relative;
  max-width: 1920px;
  margin: auto;
}
#header .h-top form {
  position: relative;
  width: 330px;
}
#header .h-top form input {
  width: 100%;
  height: 44px;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.11);
  color: white;
  border: none;
  padding: 0 60px 0 15px;
}
#header .h-top form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 50px;
  background: url(../images/search.png) no-repeat center;
}
#header .h-top form ::-webkit-input-placeholder {
  color: #fff;
}
#header .h-top form ::-moz-placeholder {
  color: #fff;
}
#header .h-top form :-ms-input-placeholder {
  color: #fff;
}
#header .h-top form input:-moz-placeholder {
  color: #fff;
}
#header .h-top .inquiry {
  margin-left: auto;
  cursor: pointer;
  color: white;
  font-size: 14px;
}
#header .h-top .inquiry img {
  vertical-align: middle;
}
#header .h-top .yuy {
  color: white;
  font-size: 14px;
}
#header .h-top .yuy span img {
  vertical-align: middle;
}
#header .h-top .yuy ul {
  right: 0;
  left: auto;
}
#header .nav {
  background-color: white;
  max-width: 1920px;
  margin: auto;
  padding: 4px 0;
}
#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: 18px;
  margin: 0 25px;
  -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:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#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 .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  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-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;
}
.more {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  background-color: var(--color);
  color: white;
  position: relative;
  z-index: 2;
  overflow: hidden;
  border-radius: 30px;
  padding: 0 45px;
  text-align: center;
  font-weight: 700;
}
.more:hover {
  background-color: #222;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 20%;
}
#banner li .content h2 {
  font-weight: 800;
  color: white;
  max-width: 650px;
  line-height: 1.2;
}
#banner li .content .more {
  background-color: white;
  color: black;
}
#banner li .content .more:hover {
  background-color: var(--color);
  color: white;
}
#banner .page {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
#banner .page .ui.container > .flex {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
#banner .page .slickDots ul li {
  opacity: 0.5;
  background-color: white;
  border: none;
}
#banner .page .slickDots ul li.slick-active {
  opacity: 1;
}
#banner .page .slickBtn div:hover {
  color: black;
  background-color: white;
}
.txt {
  line-height: 25px;
  color: #3b3b3b;
}
.i-title {
  line-height: 1.2;
}
#index-body {
  background: url(../images/i-bg.png) no-repeat #f7f7f7;
  z-index: 2;
  position: relative;
}
#index-body .i-category ul.top {
  background-color: white;
  border-radius: 21px;
  padding: 5px;
}
#index-body .i-category ul.top li {
  height: 32px;
  border-radius: 16px;
  line-height: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 30px;
  text-align: center;
  min-width: 180px;
  cursor: pointer;
}
#index-body .i-category ul.top li:hover,
#index-body .i-category ul.top li.active {
  background-color: var(--color);
  color: white;
}
#index-body .i-category .center .left {
  max-width: 480px;
}
#index-body .i-category .center .txt {
  max-width: 470px;
}
#index-body .i-category .list ul .slick-slide > div {
  height: unset;
}
#index-body .i-category .list ul li .box {
  overflow: hidden;
  border-radius: 10px;
  background: white;
}
#index-body .i-category .list ul li .box .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  z-index: 3;
  padding: 14px 18px;
}
#index-body .i-category .list ul li .box .content .h5{
  color: black;
}
.about-page #index-body .i-category .list ul li .box .content .h5{
  color: white;
}
#index-body .i-category .list ul li .box .content .des {
  line-height: 17px;
  display: none;
}
#index-body .i-category .list ul li .box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(bottom, var(--color), transparent);
  background: -moz-linear-gradient(bottom, var(--color), transparent);
  background: linear-gradient(to top, var(--color), transparent);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-category .list ul li:hover .box .content .h5{
  color: white;
}
#index-body .i-category .list ul li:hover .box::after {
  opacity: 1;
}
#index-body .i-init2 .box {
  background-color: #ebf4f0;
  border-radius: 10px;
  padding: 20px;
}
#index-body .i-init2 .box .left ul li .flex {
  border-bottom: 2px solid #d7dfdb;
}
#index-body .i-about {
  background: url(../images/about-bg.png) no-repeat right bottom var(--color);
}
#index-body .i-about .left {
  width: 42%;
}
#index-body .i-about .left > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-about .left .play {
  position: absolute;
  left: 50px;
  bottom: 45px;
  color: white;
  cursor: pointer;
}
#index-body .i-about .right {
  width: 58%;
  color: white;
  padding-right: 13%;
}
#index-body .i-about .right .txt {
  color: white;
}
#index-body .i-about .right .h3 {
  line-height: 1.2;
}
#index-body .i-about .right .more {
  background: rgba(255, 255, 255, 0.22);
  margin-bottom: 10px;
}
#index-body .i-about .right .more:hover {
  background-color: white;
  color: black;
}
#index-body .i-init4 .i-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .i-init4 ul li {
  width: 40% !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-init4 ul li .box {
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}
#index-body .i-init4 ul li .box .img-box {
  height: 410px;
}
#index-body .i-init4 ul li .box .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-init4 ul li .box .flex {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
}
#index-body .i-init4 ul li .box .flex .more {
  opacity: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: none;
}
#index-body .i-init4 ul li.active {
  width: 60% !important;
}
#index-body .i-init4 ul li.active .flex {
  text-align: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .i-init4 ul li.active .flex .more {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  display: block;
}
#index-body .i-init4 .slickBtn div {
  top: 37%;
  background-color: rgba(12, 96, 25, 0.8);
}
#index-body .i-init4 .slickBtn div:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
}
#index-body .i-init4 .slickBtn div.prev {
  left: 0;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-init4 .slickBtn div.next {
  left: auto;
  right: 0;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
#index-body .i-news {
  background-color: #ebf4f0;
  overflow: hidden;
}
#index-body .i-news .ui.container {
  width: 100%;
  padding-left: 13%;
}
#index-body .i-news .top {
  padding-right: 15.5%;
}
#index-body .i-news .top .slickBtn div {
  background-color: white;
  color: black;
}
#index-body .i-news .top .slickBtn div:hover {
  background-color: var(--color);
  color: white;
}
#index-body .i-news ul .slick-list {
  padding-right: 19%;
}
#index-body .i-news ul li .box {
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  padding: 25px;
  display: block;
}
#index-body .i-news ul li .box .h4 {
  line-height: 1.2;
}
#index-body .i-news ul li .box .des {
  line-height: 1.4;
}
#index-body .i-news ul li .box .more {
  background-color: #f5f5f5;
  color: black;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  font-weight: 400;
}
#index-body .i-news ul li:hover .box {
  background-color: var(--color);
  color: white;
}
#index-body .i-news ul li:hover .box .more {
  background-color: rgba(255, 255, 255, 0.22);
  color: white;
}
.i-form .box {
  background: url(../images/form-bg.jpg) no-repeat;
  background-size: cover;
}
.i-form .box form {
  max-width: 955px;
  margin: auto;
}
.i-form .box form ul {
  background-color: white;
  border-radius: 20px;
  padding: 4px;
}
.i-form .box form ul li {
  width: 18%;
}
.i-form .box form ul li input {
  width: 100%;
  font-size: 14px;
  border: none;
  background-color: #f4f6f6;
  height: 33px;
  border-radius: 15px;
  padding: 0 15px;
}
.i-form .box form ul li input[type="submit"] {
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.i-form .box form ul li input[type="submit"]:hover {
  background-color: #222;
}
.i-form .box form ul li:nth-child(3) {
  width: 46%;
}
.inner-page::after,
#footer::after,
#index-body::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  opacity: 0.95;
  z-index: -1;
}
#footer {
  background: url(../images/i-bg.png) no-repeat #f7f7f7;
  z-index: 2;
  position: relative;
}
#footer #ewm {
  width: 90px;
  height: 90px;
  border: 5px solid white;
}
#footer .wrap .two {
  max-width: 260px;
}
#footer .wrap .two p {
  position: relative;
  padding-left: 32px;
}
#footer .wrap .two p img {
  position: absolute;
  left: 0;
  top: 4px;
}
#footer .wrap .three li {
  font-weight: bold;
  margin-bottom: 4px;
  color: #494949;
}
#footer .wrap .three li:hover {
  color: var(--color);
}
#footer .wrap .five {
  width: 300px;
}
#footer .wrap .five li a {
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.27);
  padding-bottom: 8px;
}
#footer .wrap .five li a i {
  font-size: 25px;
}
#footer .wrap .five li:last-child {
  margin-bottom: 0;
}
#footer .f-copy {
  padding: 15px 0;
  border-top: 1px solid rgba(0, 112, 60, 0.1);
  color: #505050;
}
#footer .f-copy svg {
  width: auto;
  height: 27px;
  vertical-align: middle;
  fill: #505050;
}
@media screen and (max-width: 1700px) {
  #index-body .i-news .ui.container {
    padding-left: 6%;
  }
}
@media screen and (max-width: 1250px) {
  .more {
    height: 40px;
    line-height: 40px;
    padding: 0 35px;
  }
  #innerMobileBanner{
    margin-top: 60px;
  }
  #index-body .i-category .center .left {
    max-width: 440px;
  }
  #index-body .i-category .center .txt {
    max-width: 400px;
  }
  #index-body .i-init2 .box .left {
    padding: 0;
  }
  #index-body .i-about .right {
    padding-right: 4%;
  }
  .i-form .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footer .wrap .five {
    width: 190px;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .content {
    bottom: 30%;
  }
  #index-body .i-category .center .left {
    max-width: 100%;
    margin-right: 0;
  }
  #index-body .i-category .center .txt {
    max-width: 100%;
  }
  #index-body .i-init2 .box .left li {
    width: 100%;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .right {
    width: 100%;
    padding: 20px;
  }
  #index-body .i-init4 ul li .box .img-box {
    height: 220px;
  }
  .i-form .box form ul li {
    width: 50%;
    margin-bottom: 12px;
  }
  .i-form .box form ul li:nth-child(3) {
    width: 50%;
  }
  #footer .wrap .three,
  #footer .wrap .four {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner .page {
    display: none;
  }
  #index-body .i-init2 .box .left {
    width: 100%;
  }
  #index-body .i-init2 .box .right {
    display: none;
  }
  #index-body .i-about .left .play {
    left: 20px;
    bottom: 20px;
  }
  #index-body .i-init4 ul li.active {
    width: 100% !important;
  }
  #index-body .i-init4 ul li {
    width: 100% !important;
  }
  #footer .wrap .five {
    display: none;
  }
  #index-body .i-category ul.top{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  #banner li > img {
    min-height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-category ul.top li {
    padding: 0 7px;
    min-width: 135px;
  }
  #index-body .i-about .right .h3 {
    margin: 15px 0;
  }
  .i-form .box form ul li {
    width: 100%;
  }
  .i-form .box form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .wrap .one {
    display: none;
  }
  #footer .wrap .two {
    max-width: 100%;
  }
}
.inner-page {
  background: url(../images/i-bg.png) no-repeat #f7f7f7;
  z-index: 2;
  position: relative;
}
.fw-800 {
  font-weight: 800;
}
.inner-banner {
  margin-top: 125px;
}
.about-page .about-1 .img {
  border-radius: 10px;
  overflow: hidden;
}
.about-page .about-1 .img .i-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  color: white;
}
.about-page .about-1 .txt {
  font-weight: bold;
}
.about-page .about-1 .txt em {
  font-weight: 800;
  color: black;
}
.about-page .about-2 {
  background-color: #ebf4f0;
}
.about-page .about-2 ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  background-color: white;
  padding: 40px;
}
.about-page .about-2 ul li .box .icon {
  width: 60px;
  height: 60px;
  background-color: #ebf4f0;
  border-radius: 50%;
}
.about-page .about-2 ul li .box .des {
  line-height: 25px;
  min-height: 125px;
}
.about-page .about-2 ul li:hover .box {
  background-color: var(--color);
  color: white;
}
.about-page .about-3 .txt{
  font-size: 18px;
}
.about-page .about-3 .list {
  height: 622px;
}
.about-page .about-3 .list ul {
  padding-left: 35px;
  z-index: 3;
}
.about-page .about-3 .list ul .slick-list {
  padding-left: 10px;
  padding-bottom: 20px;
  padding-top: 210px;
  padding-bottom: 32px;
}
.about-page .about-3 .list ul li {
  padding-left: 22px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .list ul li .line {
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 0;
  border-left: 1px dashed var(--color);
  height: 100%;
  width: 1px;
}
.about-page .about-3 .list ul li .line i {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #cccccc;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0%;
}
.about-page .about-3 .list ul li .line i::after {
  content: "";
  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%);
  background-color: white;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.about-page .about-3 .list ul li .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 10px solid var(--color);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.about-page .about-3 .list ul li .year {
  font-weight: 800;
  color: var(--color);
}
.about-page .about-3 .list ul li .des {
  line-height: 1.4;
  max-height: 100px;
  overflow: auto;
}
.about-page .about-3 .list ul .slick-current li:nth-child(1) {
  min-height: 190px;
  margin-top: 82px;
}
.about-page .about-3 .list ul .slick-current li:nth-child(2) {
  min-height: 300px;
  margin-top: 80px;
}
.about-page .about-3 .list ul .slick-current li:nth-child(3) {
  min-height: 230px;
  margin-top: -100px;
}
.about-page .about-3 .list ul .slick-current li:nth-child(4) {
  min-height: 400px;
  margin-top: -115px;
}
.about-page .about-3 .list ul .slick-current li:nth-child(5) {
  min-height: 200px;
  margin-top: -431px;
}
.about-page .about-3 .slickBtn {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.about-page .about-3 .slickBtn div {
  border-radius: 0;
}
.about-page .about-3 .slickBtn .prev i {
  position: relative;
  left: 3px;
  font-size: 18px;
}
.about-page .about-3 .slickBtn .next i {
  position: relative;
  left: 5px;
  font-size: 16px;
}
.about-page .about-3 .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-page #index-body .i-category {
  background-color: #ebf4f0;
}
.sus-page .mbx {
  position: absolute;
  left: 0;
  top: 0;
}
.sus-page .sus-1 .ui.container {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
}
.sus-page .sus-1 .box {
  position: absolute;
  left: 50%;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 70%;
  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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  background: url(../images/sus-1-bg.png) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  height: 70%;
}
.sus-page .sus-1 .box p {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
.sus-page .sus-1 .box::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background: url(../images/sus-1-bg2.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.sus-page .sus-2 .top .left {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
.sus-page .sus-2 .top .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sus-page .sus-2 .top .right {
  width: 59%;
  background-color: #ebf4f0;
  border-radius: 10px;
}
.sus-page .sus-2 .top .right .slickBtn div:hover {
  background-color: white;
  color: black;
}
.sus-page .sus-2 .bottom {
  margin-top: 18px;
}
.sus-page .sus-2 .bottom .left {
  width: 50%;
  border-radius: 10px;
  overflow: hidden;
}
.sus-page .sus-2 .bottom .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sus-page .sus-2 .bottom .right {
  width: 49%;
  background-color: #ebf4f0;
  border-radius: 10px;
}
.sus-page .sus-2 .bottom .right ul li .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.sus-page .sus-2 .bottom .right ul li p {
  color: #434343;
  line-height: 1.2;
}
.sus-page .sus-2 .bottom .right ul li:last-child {
  margin-bottom: 0;
}
.sus-page .sus-3 ul {
  border-radius: 10px;
  overflow: hidden;
}
.sus-page .sus-3 ul li .img {
  height: 226px;
}
.sus-page .sus-3 ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sus-page .sus-3 ul li .content {
  background-color: white;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
  position: relative;
  height: 226px;
  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-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
}
.sus-page .sus-3 ul li .content .h5 {
  font-weight: 800;
}
.sus-page .sus-3 ul li .content .des {
  line-height: 18px;
}
.sus-page .sus-3 ul li .content::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 100%;
  border-bottom: 25px solid white;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
}
.sus-page .sus-3 ul li:nth-child(2n) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.sus-page .sus-3 ul li:nth-child(2n) .content::after {
  top: 100%;
  bottom: auto;
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.gallery-page .init-1 .box {
  background: url(../images/honor-1.jpg) no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.gallery-page .init-1 ul.top {
  background-color: white;
  border-radius: 21px;
  padding: 5px;
  margin: auto;
}
.gallery-page .init-1 ul.top li {
  cursor: pointer;
}
.gallery-page .init-1 ul.top li a {
  display: block;
  height: 32px;
  border-radius: 16px;
  line-height: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 30px;
  text-align: center;
  min-width: 180px;
}
.gallery-page .init-1 ul.top li:hover a,
.gallery-page .init-1 ul.top li.active a {
  background-color: var(--color);
  color: white;
}
.gallery-page .init-2 li .img-box {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  overflow: hidden;
}
.m-page {
  text-align: center;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  margin: 0 5px;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
  color: white;
}
.faq-page ul li .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.faq-page ul li .content {
  background-color: #ebf4f0;
}
.faq-page ul li .content .txt {
  line-height: 28px;
  color: #444;
}
.inner-page .sideBox .sideLeft {
  width: 20%;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
.inner-page .sideBox .sideLeft .h6 img {
  vertical-align: middle;
}
.inner-page .sideBox .sideLeft .line {
  width: 100%;
  height: 1px;
  background-color: var(--color);
}
.inner-page .sideBox .sideLeft .h5 {
  font-weight: 800;
}
.inner-page .sideBox .sideLeft ul li {
  margin-bottom: 9px;
}
.inner-page .sideBox .sideLeft ul li a {
  color: #8c8c8c;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}
.inner-page .sideBox .sideLeft ul li a span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #dbd9d5;
  text-align: center;
  line-height: 15px;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBox .sideLeft ul li a span i {
  opacity: 0;
}
.inner-page .sideBox .sideLeft ul li:hover > a,
.inner-page .sideBox .sideLeft ul li.active > a {
  color: black;
}
.inner-page .sideBox .sideLeft ul li:hover > a span,
.inner-page .sideBox .sideLeft ul li.active > a span {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBox .sideLeft ul li:hover > a span i,
.inner-page .sideBox .sideLeft ul li.active > a span i {
  opacity: 1;
}
.inner-page .sideBox .sideRight {
  width: 80%;
}
.product-page .product-1 .content {
  border-radius: 10px;
}
.product-page .product-1 .box {
  width: 60%;
  margin: auto;
  max-width: 740px;
  text-align: center;
  background: url(../images/sus-1-bg.png) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  min-height: 330px;
  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-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product-page .product-1 .box h1 {
  font-weight: 800;
}
.product-page .product-1 .box .des {
  line-height: 20px;
  color: #575757;
  font-weight: bold;
  max-height: 140px;
  overflow: auto;
}
.product-page .product-1 .box::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background: url(../images/sus-1-bg2.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.product-page .product-2 .sideRight ul li .box {
  background: white;
  border-radius: 10px;
  padding: 24px;
  overflow: hidden;
}
.product-page .product-2 .sideRight ul li .box .des {
  line-height: 20px;
  color: #575757;
}
.product-page .product-2 .sideRight ul li .box .bottom {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
}
.product-page .product-2 .sideRight ul li .box .bottom .more {
  opacity: 0;
}
.product-page .product-2 .sideRight ul li:hover .bottom {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product-page .product-2 .sideRight ul li:hover .bottom .more {
  opacity: 1;
}
.prodet-page .prodet-1 .left ul {
  background-color: white;
  border-radius: 10px;
}
.prodet-page .prodet-1 .left ul li img {
  margin: auto;
  width: 100%;
}
.prodet-page .prodet-1 .left .slickBtn div {
  background-color: transparent;
  color: #dfdfdf;
}
.prodet-page .prodet-1 .right h1 {
  font-weight: 800;
}
.prodet-page .prodet-1 .right .gallery {
  padding-bottom: 18px;
  border-bottom: 1px solid #d0d0d0;
}
.prodet-page .prodet-1 .right .gallery ul li a{
  display: block;
  background: white;
}
.prodet-page .prodet-1 .right .box {
  background-color: white;
  border-radius: 10px;
}
.prodet-page .prodet-1 .right .box .content {
  line-height: 20px;
  color: #575757;
}
.prodet-page .prodet-1 .right .box strong {
  font-weight: bold;
  color: black;
}
.prodet-page .prodet-1 .right .box table,
.prodet-page .prodet-1 .right .box table tr td{
  border: none;
}
.prodet-page .prodet-1 .right .box table tr{
  background: transparent;
}
.prodet-page .prodet-1 .right .box table tbody{
  min-width: unset;
}
.prodet-page .prodet-1 .right .inquiry {
  background-color: var(--color);
  border-radius: 10px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  padding: 0 40px;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .inquiry:hover{
  background: white;
  color: var(--color);
}
.prodet-page .prodet-det strong{
  font-size: 20px;
}
.prodet-page .prodet-2 {
  background-color: #ebf4f0;
}
.prodet-page .prodet-2 ul li .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-3 li .img-box {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
.prodet-page .prodet-4 {
  background-color: white;
}
.prodet-page .prodet-4 form {
  max-width: 800px;
  margin: auto;
}
.prodet-page .prodet-4 form li {
  margin-bottom: 20px;
}
.prodet-page .prodet-4 form li p {
  font-weight: bold;
}
.prodet-page .prodet-4 form li span {
  font-style: italic;
}
.prodet-page .prodet-4 form li input,
.prodet-page .prodet-4 form li textarea {
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  height: 37px;
  padding: 0 14px;
  border: 1px solid #b6b6b6;
}
.prodet-page .prodet-4 form li textarea {
  height: 165px;
  padding: 14px;
}
.prodet-page .prodet-4 form li button {
  border: none;
}
.news-page .init-1 .box {
  background: url(../images/news-1.jpg) no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.news-page .init-1 .i-title {
  color: white;
}
.news-page .init-1 ul.top {
  background-color: white;
  border-radius: 21px;
  padding: 5px;
  margin: auto;
}
.news-page .init-1 ul.top li {
  cursor: pointer;
}
.news-page .init-1 ul.top li a {
  display: block;
  height: 32px;
  border-radius: 16px;
  line-height: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 30px;
  text-align: center;
  min-width: 180px;
}
.news-page .init-1 ul.top li:hover a,
.news-page .init-1 ul.top li.active a {
  background-color: var(--color);
  color: white;
}
.news-page .init-2 ul {
  max-width: 960px;
  margin: auto;
}
.news-page .init-2 ul li {
  margin-bottom: 5px;
}
.news-page .init-2 ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: white;
  padding: 25px 30px;
  border-radius: 10px;
  overflow: hidden;
}
.news-page .init-2 ul li .box .bottom {
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .init-2 ul li .box .bottom .more {
  opacity: 0;
}
.news-page .init-2 ul li:hover .box {
  background-color: #ebf4f0;
}
.news-page .init-2 ul li:hover .box .bottom {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.news-page .init-2 ul li:hover .box .bottom .more {
  opacity: 1;
}
.news-page .m-page {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 15px;
}
.newdet-page .content {
  line-height: 32px;
  color: #3b3b3b;
}
.newdet-page .share a {
  font-size: 20px;
  margin-right: 10px;
}
.newdet-page .Auxil-through {
  background-color: white;
  padding: 20px;
}
.contact-page .contact-1 .des {
  color: #494949;
  max-width: 220px;
}
.manufacture-page .manu-1 .txt {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.manufacture-page .manu-1 .txt em {
  color: var(--color);
}
.manufacture-page .manu-1 .btn a:nth-child(2) {
  background-color: #eaeaea;
  color: black;
}
.manufacture-page .manu-1 .btn a:nth-child(2):hover {
  background-color: var(--color);
  color: white;
}
.manufacture-page .manu-1 .slick-list {
  padding: 0 24%;
}
.manufacture-page .manu-1 li a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.manufacture-page .manu-1 li img {
  width: 100%;
}
.manufacture-page .manu-1 li p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 20px;
  z-index: 2;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
.manufacture-page .manu-1 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 30%;
  opacity: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(bottom, var(--color), transparent);
  background: -moz-linear-gradient(bottom, var(--color), transparent);
  background: linear-gradient(to top, var(--color), transparent);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.manufacture-page .manu-1 li:hover p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.manufacture-page .manu-1 li:hover a::after {
  opacity: 1;
}
.manufacture-page .manu-1 .slickBtn .prev {
  left: 10%;
  right: auto;
}
.manufacture-page .manu-1 .slickBtn .next {
  right: 10%;
  left: auto;
}
.manufacture-page .manu-1 .slickBtn div {
  background-color: rgba(0, 112, 60, 0.8);
}
.manufacture-page .manu-1 .slickBtn div:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: black;
}
.manufacture-page .manu-2 {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
.manufacture-page .manu-2 ul {
  max-width: 840px;
  margin: auto;
}
.manufacture-page .manu-2 ul li {
  width: 24%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.manufacture-page .manu-2 ul li .box {
  background-color: white;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.17);
  padding: 30px;
  border-radius: 10px;
  height: 220px;
  overflow: hidden;
}
.manufacture-page .manu-2 ul li .box .left {
  width: 130px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  border: 1px solid transparent;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 15px;
}
.manufacture-page .manu-2 ul li .box .right {
  opacity: 0;
  width: 0;
}
.manufacture-page .manu-2 ul li:hover,
.manufacture-page .manu-2 ul li.active {
  width: 52%;
}
.manufacture-page .manu-2 ul li:hover .box .left,
.manufacture-page .manu-2 ul li.active .box .left {
  border-color: #e7e7e7;
}
.manufacture-page .manu-2 ul li:hover .box .right,
.manufacture-page .manu-2 ul li.active .box .right {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  transition-delay: 0.5s;
  width: auto;
}
.manufacture-page .manu-3 {
  background-color: #ebf4f1;
}
.manufacture-page .manu-3 li a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.manufacture-page .manu-3 li img {
  width: 100%;
}
.manufacture-page .manu-3 li p {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 20px;
  z-index: 2;
  -webkit-transform: translateY(30px);
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
.manufacture-page .manu-3 li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40%;
  opacity: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(bottom, var(--color), transparent);
  background: -moz-linear-gradient(bottom, var(--color), transparent);
  background: linear-gradient(to top, var(--color), transparent);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.manufacture-page .manu-3 li:hover p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.manufacture-page .manu-3 li:hover a::after {
  opacity: 1;
}
.manufacture-page .manu-4 li a{
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.manufacture-page .manu-4 li img {
  width: 100%;
}
.custom-page .custom-1 {
  position: relative;
}
.custom-page .custom-1 .mbx {
  position: absolute;
  left: 0;
  top: 0;
}
.custom-page .custom-2 li .img-box {
  border-radius: 10px;
}
.custom-page .custom-3 {
  background-color: #ebf4f0;
}
.custom-page .custom-3 ul.nav {
  background-color: white;
  border-radius: 40px;
  padding: 10px;
  margin: auto;
}
.custom-page .custom-3 ul.nav li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 60px;
  border-radius: 30px;
  min-width: 211px;
}
.custom-page .custom-3 ul.nav li a img {
  margin-right: 10px;
}
.custom-page .custom-3 ul.nav li:hover a,
.custom-page .custom-3 ul.nav li.active a {
  background-color: var(--color);
  color: white;
}
.custom-page .custom-3 ul.nav li:hover a img,
.custom-page .custom-3 ul.nav li.active a img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.custom-page .custom-3 .content-box .left {
  width: 57%;
}
.custom-page .custom-3 .content-box .right {
  width: 43%;
}
.custom-page .custom-3 .content-box .item1 .right li {
  height: 51px;
  border: 1px solid #c7c8c7;
  padding: 0 25px;
}
.custom-page .custom-3 .content-box .item1 .right li input {
  background-color: transparent;
  border: 1px solid #c7c8c7;
  padding: 0 15px;
  height: 20px;
  font-size: 14px;
  width: 100%;
}
.custom-page .custom-3 .content-box .item1 .right li:first-child input {
  width: 90px;
  margin: 0 5px;
}
.custom-page .custom-3 .content-box .item1 .right li:last-child span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
.custom-page .custom-3 .content-box .item1 .right li:last-child i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #c7c8c7;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.custom-page .custom-3 .content-box .item1 .right li:last-child i::after {
  content: "";
  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%);
  background-color: black;
  width: 8px;
  height: 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  opacity: 0;
}
.custom-page .custom-3 .content-box .item1 .right li:last-child span.active i::after {
  opacity: 1;
}
.custom-page .custom-3 .content-box .item2 .right .box {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
}
.custom-page .custom-3 .content-box .item2 .right .box li {
  width: 29px;
  height: 56px;
  border-radius: 14px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid transparent;
}
.custom-page .custom-3 .content-box .item2 .right .box li:hover,
.custom-page .custom-3 .content-box .item2 .right .box li.active {
  border-color: var(--color);
}
.custom-page .custom-3 .content-box .item2 .right .box.mb-12 {
  padding-bottom: 0;
}
.custom-page .custom-3 .content-box .item3 .right .box {
  border-radius: 10px;
  background-color: white;
  padding: 20px;
}
.custom-page .custom-3 .content-box .item3 .right ul li {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.custom-page .custom-3 .content-box .item3 .right ul li::after {
  content: "";
  position: absolute;
  left: -7px;
  top: -7px;
  right: -7px;
  bottom: -7px;
  border-radius: 50%;
  border: 1px solid var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.custom-page .custom-3 .content-box .item3 .right ul li:hover::after,
.custom-page .custom-3 .content-box .item3 .right ul li.active::after {
  opacity: 1;
}
.custom-page .custom-4 ul {
  position: relative;
  z-index: 2;
}
.custom-page .custom-4 ul li .num {
  width: 63px;
  height: 63px;
  font-size: 35px;
  font-weight: bold;
  border-radius: 50%;
  background-color: white;
  color: var(--color);
  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: auto;
}
.custom-page .custom-4 ul li .h6 {
  line-height: 1.2;
}
.custom-page .custom-4 ul li .des {
  line-height: 22px;
}
.custom-page .custom-4 ul::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 32px;
  right: 20px;
  height: 1px;
  background-color: var(--color);
  z-index: -1;
}
.Auxil-honor ul li .img-box {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1450px) {
  .custom-page .custom-3 .content-box .right {
    width: 50%;
  }
  .custom-page .custom-3 .content-box .left {
    width: 50%;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
  .about-page .about-3 .list ul .slick-current li:nth-child(4) {
    min-height: 305px;
    margin-top: -167px;
  }
  .sus-page .sus-3 ul li .content {
    padding: 20px;
  }
  .prodet-page .prodet-1 .left {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
  }
  .custom-page .custom-3 .content-box .item3 .right ul,
  .custom-page .custom-3 .content-box .item2 .right .box ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .custom-page .custom-3 .content-box .left img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .custom-page .custom-3 .content-box .left {
    width: 40%;
  }
  .custom-page .custom-3 .content-box .right {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-3 .list {
    height: 475px;
  }
  .about-page .about-3 .list ul .slick-list {
    padding-top: 106px;
  }
  .about-page .about-3 .list ul .slick-current li:nth-child(2) {
    min-height: 200px;
    margin-top: 21px;
  }
  .gallery-page .init-2 li {
    width: 33.3%;
  }
  .gallery-page .init-1 ul.top {
    display: none;
  }
  .inner-page .sideBox .sideLeft {
    display: none;
  }
  .inner-page .sideBox .sideRight {
    width: 100%;
    padding: 0;
  }
  .product-page .product-2 .sideRight ul li .box .bottom {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .product-page .product-2 .sideRight ul li .box .bottom .more {
    opacity: 1;
  }
  .product-page .product-2 .sideRight ul li {
    width: 50%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .news-page .init-2 ul li .box .bottom {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .news-page .init-2 ul li .box .bottom .more {
    opacity: 1;
  }
  .news-page .init-1 ul.top {
    display: none;
  }
  .newdet-page .Auxil-through a {
    width: 100%;
    text-align: left;
  }
  .contact-page .contact-1 ul li {
    margin-bottom: 15px;
  }
  .manufacture-page .manu-2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .manufacture-page .manu-2 ul li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .manufacture-page .manu-2 ul li .box {
    padding: 17px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .manufacture-page .manu-2 ul li:last-child {
    width: 100% !important;
  }
  .manufacture-page .manu-2 ul li .box .left,
  .manufacture-page .manu-2 ul li .box .left {
    border-color: #e7e7e7;
  }
  .manufacture-page .manu-2 ul li .box .right,
  .manufacture-page .manu-2 ul li .box .right {
    width: auto;
    opacity: 1;
  }
  .manufacture-page .manu-3 .txt {
    width: 100%;
    margin-top: 10px;
  }
  .custom-page .custom-3 .content-box .left {
    width: 100%;
  }
  .custom-page .custom-3 .content-box .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-3 .list {
    height: 335px;
  }
  .about-page .about-3 .list ul .slick-list {
    padding-top: 30px;
  }
  .sus-page .sus-1 > img {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sus-page .sus-2 .top .left {
    width: 100%;
  }
  .sus-page .sus-2 .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .sus-page .sus-2 .bottom .left {
    width: 100%;
  }
  .sus-page .sus-2 .bottom .right {
    width: 100%;
  }
  .sus-page .sus-3 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-3 ul li {
    width: 50%;
  }
  .sus-page .sus-3 ul li:last-child {
    width: 100%;
  }
  .gallery-page .init-2 li {
    width: 50%;
  }
  .faq-page ul li .content .h5 {
    font-weight: bold;
  }
  .product-page .product-1 .box {
    width: 88%;
  }
  .prodet-page .prodet-4 form li {
    width: 100%;
  }
  .custom-page .custom-2 .i-title {
    width: 100%;
  }
  .custom-page .custom-2 .txt {
    width: 100%;
    margin-top: 20px;
  }
  .custom-page .custom-3 ul.nav li a {
    height: 40px;
    min-width: unset;
    padding: 0 15px;
  }
  .custom-page .custom-3 .content-box .item1 .right li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .img > img {
    min-height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .sus-page .sus-3 ul li {
    width: 100%;
  }
  .sus-page .sus-3 ul li:nth-child(2n) {
    -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;
  }
  .sus-page .sus-3 ul li:nth-child(2n) .content::after {
    bottom: 100%;
    top: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .gallery-page .init-2 li {
    width: 100%;
  }
  .faq-page ul li .icon {
    display: none;
  }
  .product-page .product-2 .sideRight ul li {
    width: 100%;
  }
  .contact-page .contact-1 ul li {
    width: 100%;
  }
  .contact-page .contact-1 ul li .des {
    max-width: 100%;
  }
  .manufacture-page .manu-1 .btn a {
    padding: 0 18px;
    font-size: 15px;
  }
  .manufacture-page .manu-2 ul li .box .left {
    width: 90px;
    padding: 5px;
  }
  .manufacture-page .manu-2 ul li .box .right .des {
    max-height: 168px;
    overflow: auto;
  }
  .custom-page .custom-3 ul.nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .custom-page .custom-3 .content-box .item1 .right li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 7px 10px;
    height: auto;
  }
}
.project-det-page .init-2 ul li .img-box{
  background: white;
}