@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff2') format('woff2'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff2') format('woff2'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.eot');
  src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-SemiBold.woff2') format('woff2'), url('../fonts/Gilroy-SemiBold.woff') format('woff'), url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.eot');
  src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Medium.woff2') format('woff2'), url('../fonts/Gilroy-Medium.woff') format('woff'), url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "Gilroy";
  max-width: 1920px;
  --color: #febb05;
  font-weight: normal;
  margin: 0 auto;
}
.page-header01{
  background: white;
}
#innerMobileBanner .banner2{
      background: rgba(0, 0, 0, 0.05);
    color: #333 !important;
}
.mobile-menu-wrap01 .mobile-menu .menu-header .logo img{
  filter: brightness(0) invert(1);
}
@media screen and (max-width:500px){
  .page-header01 .logo img{
    max-height: 27px;
  }
}
table td{
  word-break: normal;
  /*word-wrap: break-word;*/
}
.container {
  width: 1730px;
}
.fw-600 {
  font-weight: 600;
}
.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;
  padding: 28px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  left: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
}
#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 .logo img{
  filter: brightness(0) invert(1);
}
#header.active .nav .ui.menu .logo img{
  filter: brightness(1) invert(0);
}
#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: 16px;
  margin: 0 30px;
  font-weight: bold;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: 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%;
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  width: 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;
  min-width: 180px;
  white-space: nowrap;
  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 .yuy {
  font-size: 16px;
  color: white;
  font-weight: bold;
}
#header .nav .ui.menu .yuy span img {
  margin-right: 10px;
}
#header .nav .ui.menu .line {
  width: 1px;
  height: 22px;
  background-color: white;
  margin: 0 15px;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  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);
}
#header.active .nav .ui.menu .yuy,
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header.active .nav .ui.menu .yuy span img,
#header.active .nav .ui.menu .h-search img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header.active .nav .ui.menu .line {
  background-color: black;
}
#header.active .nav .ui.menu .menu-box ul.menu > li > a::after {
  background-color: var(--color);
}
.more {
  background-color: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 30px;
  border-radius: 17px;
  display: inline-block;
}
.more:hover {
  background-color: #222;
}
#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 ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#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;
}
@-webkit-keyframes image-zoom-out {
  from {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes image-zoom-out {
  from {
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  to {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes image-zoom-out {
  from {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  to {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner li {
  position: relative;
  color: white;
  background-size: cover;
}
#banner li
#banner li > img {
  width: 100%;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
  transform: scale(1.1, 1.1);
   -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
#banner .slick-current li > img{
   -webkit-animation: image-zoom-out 8s 0s forwards;
  -moz-animation: image-zoom-out 8s 0s forwards;
  animation: image-zoom-out 8s 0s forwards;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 42%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
#banner .slickBtn{
  font-size: 30px;
}
#banner .slickBtn div {
  background-color: rgba(255, 255, 255, 0.28);
}
#banner .slickBtn div:hover {
  background-color: var(--color);
}
#banner .slickBtn .prev {
  left: 3%;
}
#banner .slickBtn .next {
  right: 3%;
  left: auto;
}
#banner .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
}
#banner .bottom ul li {
  position: relative;
  font-weight: 600;
  line-height: 1;
  z-index: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding-left: 37px;
  height: 100px;
}
#banner .bottom ul li a {
  position: relative;
  z-index: 2;
}
#banner .bottom ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .bottom ul li a::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 7px;
  width: 30px;
  height: 30px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  border-radius: 50%;
}
#banner .bottom ul li i {
  content: "";
  position: absolute;
  left: 0;
  top: 50%; 
   -webkit-transform: translateY(-50%) scale(0);
  -moz-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  width: 100px;
  height: 100px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  border-radius: 50%;
}
#banner .bottom ul li::after{
  opacity: 0;
}
#banner .bottom ul li.active a::after,
#banner .bottom ul li:hover a::after {
  width: 100%;
}
#banner .bottom ul li.active a::before,
#banner .bottom ul li:hover a::before {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#banner .bottom ul li.active i,
#banner .bottom ul li:hover i {
  -webkit-transform: translateY(-50%) scale(1);
  -moz-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.tag {
  position: relative;
  padding-left: 35px;
}
.tag::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 27px;
  height: 2px;
  background-color: #222;
}
.fw-500 {
  font-weight: 500;
}
#index-body .i-product .ui.container {
  width: 100%;
  padding-right: 0;
  padding-left: 5%;
}
#index-body .i-product .list ul .slick-list {
  padding-right: 16%;
}
#index-body .i-product .list ul li .box {
  background-color: #f8f8f8;
  border-radius: 20px;
  padding: 20px;
}
#index-body .i-product .list ul li .box .more {
  width: 100%;
  text-align: center;
  background-color: white;
  position: relative;
  overflow: hidden;
  color: black;
  z-index: 2;
}
#index-body .i-product .list ul li .box .more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 0px;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
}
#index-body .i-product .list ul li .box .more:hover {
  color: white;
}
#index-body .i-product .list ul li .box .more:hover::after {
  width: 100%;
}
#index-body .i-product .list .slickBtn {
  position: absolute;
  right: 5%;
  bottom: -webkit-calc(100% + 65px);
  bottom: -moz-calc(100% + 65px);
  bottom: calc(100% + 65px);
}
#index-body .i-product .list .slickBtn div {
  background-color: #f5f5f5;
  color: black;
}
#index-body .i-product .list .slickBtn div:hover {
  background-color: var(--color);
  color: white;
}
#index-body .i-product .list .slickDots ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#index-body .i-product .list .slickDots ul li {
  /*width: 93px;*/
  width: 100%;
  height: 6px;
  background-color: #dedede;
  border-radius: 2px;
  border: none;
  position: relative;
}
#index-body .i-product .list .slickDots ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: white;
  background-color: var(--color);
  border-radius: inherit;
  -webkit-transition: width 0.5s linear;
  -moz-transition: width 0.5s linear;
  transition: width 0.5s linear;
}
#index-body .i-product .list .slickDots ul li.slick-active::after {
  width: 100%;
  left: 0;
  -webkit-transition: width 6.5s linear;
  -moz-transition: width 6.5s linear;
  transition: width 6.5s linear;
}
#index-body .i-category ul li {
  width: -webkit-calc(61% / 3);
  width: -moz-calc(61% / 3);
  width: calc(61% / 3);
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  height: 670px;
  z-index: 1;
}
#index-body .i-category ul li .img {
  display: block;
  width: 100%;
  height: 100%;
}
#index-body .i-category ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-category ul li .h4 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5%;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
}
#index-body .i-category ul li .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 0;
}
#index-body .i-category ul li .content .des {
  line-height: 1.7;
}
#index-body .i-category ul li .content .more {
  border: 1px solid transparent;
}
#index-body .i-category ul li .content .more:hover {
  border-color: var(--color);
  background-color: transparent;
}
#index-body .i-category ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-category ul li:hover,
#index-body .i-category ul li.active {
  width: 39%;
}
#index-body .i-category ul li:hover .h4,
#index-body .i-category ul li.active .h4 {
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
#index-body .i-category ul li:hover .content,
#index-body .i-category ul li.active .content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}
#index-body .i-category ul li:hover::after,
#index-body .i-category ul li.active::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}
#index-body .i-search .left {
  width: 37%;
}
#index-body .i-search .left form {
  position: relative;
}
#index-body .i-search .left form input {
  width: 100%;
  background-color: #f8f8f8;
  font-size: 16px;
  border: none;
  padding: 0 30px;
  height: 50px;
  border-radius: 25px;
}
#index-body .i-search .left form input[type="submit"] {
  /*position: absolute;
  right: 0;
  top: 0;*/
  width: 130px;
  background: var(--color);
  color: white;
  padding: 0;
  /*background: url(../images/search2.png) no-repeat center;*/
  border-radius: 50px;
  /*opacity: 0;*/
  margin-left: 12px;
}
#index-body .i-search .right {
  width: -webkit-calc(63% - 13px);
  width: -moz-calc(63% - 13px);
  width: calc(63% - 13px);
}
#index-body .i-search .right .wrap {
  margin: 0 -6px;
}
#index-body .i-search .right .item {
  padding: 0 6px;
  width: 25%;
}
#index-body .i-search .right .item .box {
  position: relative;
}
#index-body .i-search .right .item .inp {
  position: relative;
  background-color: #f8f8f8;
  font-size: 16px;
  height: 50px;
  border-radius: 25px;
  width: 100%;
  line-height: 50px;
  padding: 0 30px;
  text-align: center;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-search .right .item .inp:hover{
  background: var(--color);
  color: white;
}
#index-body .i-search .right .item .inp i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-search .right .item ul {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: white;
  z-index: 2;
  display: none;
}
#index-body .i-search .right .item ul li {
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-search .right .item ul li a {
  display: block;
  padding: 10px 30px;
}
#index-body .i-search .right .item ul li:hover {
  background-color: rgba(254, 187, 5, 0.2);
}
/*#index-body .i-search .right .item:last-child {
  width: 12%;
}
#index-body .i-search .right .item:last-child .go {
  background-color: var(--color);
  color: white;
  font-size: 16px;
  border-radius: 25px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
}*/
#index-body .i-application {
  background-color: #f8f8f8;
}
#index-body .i-application .wrap {
  margin-top: -73px;
}
#index-body .i-application .left ul li {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-bottom: 14px;
}
#index-body .i-application .left ul li em,
#index-body .i-application .left ul li span {
  color: #999999;
}
#index-body .i-application .left ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  border-radius: 50%;
}
#index-body .i-application .left ul li.active,
#index-body .i-application .left ul li:hover {
  padding-left: 48px;
}
#index-body .i-application .left ul li.active em,
#index-body .i-application .left ul li:hover em {
  color: var(--color);
}
#index-body .i-application .left ul li.active span,
#index-body .i-application .left ul li:hover span {
  color: black;
}
#index-body .i-application .left ul li.active::after,
#index-body .i-application .left ul li:hover::after {
  opacity: 1;
}
#index-body .i-application .right{
  height: 700px;
  position: relative;
}
#index-body .i-application .right ul li {
  text-align: center; 
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#index-body .i-application .right ul li a {
  display: inline-block;
  /*-webkit-mask-image: url(../images/application-bg.svg);
  mask-image: url(../images/application-bg.svg);
  -webkit-mask-position: left;
  mask-position: left;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;*/
  text-align: center;
  width: 100%;
  height: 100%;

}
#index-body .i-application .right ul li a svg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .i-application .right ul li.active {
  opacity: 1;
}
#index-body .i-video > img{
  opacity: 0;
}
#index-body .i-video .play {
  cursor: pointer;
  width: 180px;
  height: 180px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 70%;
  top: 50%;
  font-size: 18px;
  font-weight: bold;
}
#index-body .i-about .left {
  width: 30%;
}
#index-body .i-about .right {
  width: 60%;
}
#index-body .i-about .right .content {
  width: 52%;
  line-height: 1.7;
}
#index-body .i-about .right .box {
  width: 42%;
}
#index-body .i-about .right .box .des {
  line-height: 1.7;
}
#index-body .i-about .right ul li .num {
  line-height: 1;
  color: #333333;
}
#index-body .i-news {
  background-color: #f8f8f8;
}
#index-body .i-news .i-title {
  line-height: 1;
}
#index-body .i-news ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 20px;
  overflow: hidden;
  background-color: white;
}
#index-body .i-news ul li .box .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 0;
  border-radius: inherit;
  overflow: hidden;
  opacity: 0;
}
#index-body .i-news ul li .box .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .i-news ul li .box .time {
  z-index: 3;
  position: relative;
}
#index-body .i-news ul li .box .cat_name {
  background-color: var(--color);
  color: white;
  border-radius: 14px;
  padding: 3px 20px;
  z-index: 3;
  position: relative;
}
#index-body .i-news ul li .box .line {
  width: 100%;
  height: 1px;
  background-color: #dddddd;
  z-index: 3;
  position: relative;
}
#index-body .i-news ul li .box .title {
  z-index: 3;
  position: relative;
  /*min-height: 99px;*/
  text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
display: -webkit-box;
}
#index-body .i-news ul li .box .des {
  color: #999999;
  line-height: 1.7;
  z-index: 3;
  position: relative;
}
#index-body .i-news ul li:hover .box {
  color: white;
}
#index-body .i-news ul li:hover .box .bg {
  opacity: 1;
}
#index-body .i-news ul li:hover .box .des,
#index-body .i-news ul li:hover .box .time,
#index-body .i-news ul li:hover .box .title {
  color: white;
}
#index-body .i-news ul li:hover .box .cat_name {
  background-color: white;
  color: black;
}
#footer {
  background-color: #0d2f74;
}
#footer .top {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #8697ba;
  border-radius: 10px;
  padding: 25px 90px;
  margin-top: -18px;
}
#footer .top .left {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  width: 25%;
}
#footer .top .left .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
#footer .top .left .h4 {
  line-height: 1.2;
}
#footer .top .right {
  width: 70%;
}
#footer .top .right form ul {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 17px 0;
  position: relative;
}
#footer .top .right form ul li {
  width: 20%;
}
#footer .top .right form ul li input,
#footer .top .right form ul li textarea {
  font-size: 16px;
  font-weight: 500;
  color: white;
  background-color: transparent;
  border: none;
  padding: 0 15px;
  border-right: 1px solid #cccccc;
  width: 100%;
}
#footer .top .right form ul li input::-webkit-input-placeholder,
#footer .top .right form ul li textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.8;
}
#footer .top .right form ul li input::-moz-placeholder,
#footer .top .right form ul li textarea::-moz-placeholder {
  color: #fff;
  opacity: 0.8;
}
#footer .top .right form ul li input:-ms-input-placeholder,
#footer .top .right form ul li textarea:-ms-input-placeholder {
  color: #fff;
  opacity: 0.8;
}
#footer .top .right form ul li input:-moz-placeholder,
#footer .top .right form ul li textarea:-moz-placeholder {
  color: #fff;
  opacity: 0.8;
}
#footer .top .right form ul li:nth-child(3) {
  width: 60%;
}
#footer .top .right form ul li:nth-child(3) input {
  border: none;
}
#footer .top .right form ul li:last-child {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
}
#footer .top .right form ul li:last-child input {
  background-color: white;
  color: var(--color);
  height: 48px;
  border-radius: 25px;
  padding: 0 30px;
  border: none;
}
#footer .wrap {
  color: white;
}
#footer .wrap #ewm {
  width: 90px;
  height: 90px;
  border: 4px solid white;
  border-radius: 5px;
  margin-right: 35px;
}
#footer .wrap .share a {
  display: inline-block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  line-height: 37px;
  margin-right: 14px;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
}
#footer .wrap .share a:hover {
  background-color: var(--color);
  color: #0e4e9f;
}
#footer .wrap ul li {
  font-size: 16px;
}
#footer .wrap ul li a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .wrap ul li:hover a {
  color: var(--color);
}
#footer .wrap .four {
  max-width: 345px;
}
#footer .wrap .four ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 5px;
}
#footer .wrap .four ul li img {
  position: absolute;
  left: 0;
  top: 5px;
}
#footer .f-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 15px 0;
  color: white;
}
#footer .f-copy svg {
  height: 26px;
  width: auto;
  fill: white;
  vertical-align: middle;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 15px;
  }
  #index-body .i-application .right ul li a {
    width: 66%;
    -webkit-mask-size: cover;
    mask-size: cover;
  }
  #index-body .i-application .wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu {
    padding: 0;
  }
  #header .more {
    padding: 0 15px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 10px;
  }
  #header .nav .ui.menu .logo img {
    max-width: 170px;
  }
  #index-body .i-search .right .item .inp {
    padding: 0 15px;
  }
  #index-body .i-search .right .item .inp i {
    right: 10px;
  }
  #index-body .i-video .play {
    width: 140px;
    height: 140px;
  }
  #footer .top {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 1250px) {
  #banner .bottom ul li::after {
    width: 70px;
    height: 70px;
  }
  #index-body .i-category ul li {
    height: 500px;
  }
  #index-body .i-search .right .item ul li a {
    padding: 7px 10px;
  }
  .font-50 {
    font-size: 30px;
  }
  .font-96 {
    font-size: 50px;
  }
  .font-51 {
    font-size: 22px;
  }
  #footer .wrap #ewm {
    margin-right: 6px;
  }
  #footer .wrap .share a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    margin-right: 3px;
  }
  #footer .wrap .logo img {
    width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .bottom ul li a::before {
    width: 20px;
    height: 20px;
  }
  #index-body .i-product .list .slickDots ul li {
    width: 45px;
  }
  .font-68 {
    font-size: 30px;
  }
  #index-body .i-category ul li .content {
    padding: 0 10px;
  }
  #index-body .i-search .left {
    width: 100%;
  }
  #index-body .i-search .right {
    width: 100%;
    margin-top: 15px;
  }
  .font-50 {
    font-size: 22px;
  }
  #index-body .i-application .left ul li.active,
  #index-body .i-application .left ul li:hover {
    padding-left: 24px;
  }
  #index-body .i-application .left ul li::after {
    width: 8px;
    height: 8px;
  }
  #index-body .i-video .play {
    width: 85px;
    height: 85px;
    font-size: 14px;
    text-align: center;
  }
  #index-body .i-about .left {
    width: 100%;
  }
  #index-body .i-about .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .wrap .two,
  #footer .wrap .three {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner .bottom {
    display: none;
  }
  .font-68 {
    font-size: 24px;
  }
  #index-body .i-category ul li {
    height: 350px;
  }
  #index-body .i-search .right .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-search .right .wrap .item {
    width: 50%;
    margin-bottom: 15px;
  }
  #index-body .i-application .wrap .left {
    width: 100%;
  }
  #index-body .i-application .wrap .right {
    display: none;
  }
  .font-96 {
    font-size: 34px;
  }
  #footer .top .left {
    width: 100%;
  }
  #footer .top .right {
    width: 100%;
    margin-top: 20px;
  }
  #footer .top .right form ul {
    background-color: transparent;
    border-radius: 0;
  }
  #footer .top .right form ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .top .right form ul li input,
  #footer .top .right form ul li textarea {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    height: 45px;
    border: none;
  }
  #footer .top .right form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .top .right form ul li:last-child {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #footer .wrap .one {
    display: none;
  }
  #footer .wrap .four {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #index-body .i-category {
    display: none;
  }
  .font-50 {
    font-size: 18px;
  }
  #index-body .i-about .right .content {
    width: 100%;
  }
  #index-body .i-about .right .box {
    width: 100%;
    margin-top: 20px;
  }
}
.inner-banner {
  height: 430px;
  color: white;
  background-repeat: no-repeat;
  background-size: cover;
}
@-webkit-keyframes jdt2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes jdt2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}
@keyframes jdt2 {
  0% {
    stroke-dasharray: 0 190;
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dasharray: 190 0;
    stroke-dashoffset: 0;
  }
}
.inner-page .sidebox .left {
  width: 23%;
  position: sticky;
  top: 120px;
}
.inner-page .sidebox .left .h4 i {
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebox .left .box ul li {
  border-bottom: 1px solid #e6e6e7;
}
.inner-page .sidebox .left .box ul li a {
  display: block;
  position: relative;
}
.inner-page .sidebox .left .box ul li a i {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .left .box ul li.active > a > i,
.inner-page .sidebox .left .box ul li a i.active{
   -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.inner-page .sidebox .left .box ul li ul li {
  border: none;
}
.inner-page .sidebox .left .box ul li ul li.article{
  opacity: 0.55;
}
.inner-page .sidebox .left .box ul li ul li.article.active{
  opacity: 1;
}
.inner-page .sidebox .left .box ul li ul li span {
  width: 17px;
  height: 17px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  text-align: center;
  line-height: 17px;
  position: relative;
  top: 2px;
}
.inner-page .sidebox .left .box ul li ul li span i {
  font-size: 18px;
  position: relative;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 0;
}
.inner-page .sidebox .left .box ul li ul li.active span i {
  opacity: 1;
}
.inner-page .sidebox .left .box ul li ul li.active > a{
  color: var(--color);
}
.inner-page .sidebox .left .box ul li ul li ul li{
  font-size: 15px;
  padding: 5px 0 5px 20px;
  opacity: 0.55;
}
 .inner-page .sidebox .left .box ul li.active > ul{
   display: block;
 }
.inner-page .sidebox .left .box ul .reset {
  position: relative;
  color: #949595;
  font-size: 16px;
  display: inline-block;
}
.inner-page .sidebox .left .box ul .reset::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #949595;
}
.inner-page .sidebox .right {
  width: 74%;
}
.inner-page .m-page {
  padding-top: 30px;
  border-top: 1px solid #d9d9d9;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  width: 45px;
  height: 35px;
  margin-right: 10px;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  -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);
}
.inner-page .m-page span,
.inner-page .m-page a:hover {
  background-color: #f7bd27;
  color: white;
}
.about-page .about-1 .content {
  line-height: 1.7;
}
.about-page .about-1 .img {
  border-radius: 20px;
  overflow: hidden;
}
.about-page .about-2 {
  background-color: #f8f8f8;
}
.about-page .about-2 .des {
  line-height: 1.7;
}
.about-page .about-2 .right img {
  border-radius: 20px;
}
.about-page .about-honor{
  background: url(../images/honor-bg.png) no-repeat center bottom;
  padding-bottom: 210px;
}
.about-page .about-video ul li video{
  width: 100%;
}
.about-page .about_4 ul li .left{
  background: #f8f8fa;
  border-radius: 20px;
}
.about-page .about_4 ul li .left .des{
  max-height: 290px;
  overflow: auto;
  line-height: 1.8;
}
.about-page .about_4 ul li .right img{
  border-radius: 20px;
  width: 100%;
}
.industries-page ul li:nth-child(n+9){
  width: 20%;
}
.industries-page ul li .img-box{
  border: 5px solid transparent;
  transition: 0.5s;
}
.industries-page ul li .img-box .text{
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  z-index: 4;
  opacity: 0;
  transition: 0.5s;
}
.industries-page ul li .img-box .text .des{
  line-height: 24px;
}
.industries-page ul li .img-box .text .more{
  border: 2px solid var(--color);
  line-height: 32px;
}
.industries-page ul li .img-box .text .more:hover{
  background: transparent;
}
.industries-page ul li .img-box::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0.15));
  transition: 0.5s;
  opacity: 0;
}
.industries-page ul li:hover .img-box{
  border-color: #f7bd27;
}
.industries-page ul li:hover .img-box::after,
.industries-page ul li:hover .img-box .text{
  opacity: 1;
}
.industry-page .industry-1 .des {
  line-height: 1.7;
}
.industry-page .industry-2 ul li {
  background-color: #f8f8f8;
  border-radius: 20px;
  overflow: hidden;
}
.industry-page .industry-2 ul li .des {
  line-height: 1.7;
  max-height: 475px;
  overflow: auto;
}
.sus-page .sus-1 .left img{
  border-radius: 20px;
}
.sus-page .sus-1 .left video{
  width: 100%;
  display: block;
}
.sus-page .sus-1 .des {
  line-height: 1.7;
}
.sus-page .sus-2 {
  position: relative;
}
.sus-page .sus-2 ul.bg li {
  position: relative;
  height: 735px;
  background-attachment: fixed;
  background-size: cover;
}
.sus-page .sus-2 ul.bg li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.sus-page .sus-2 ul.bg li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/why-bg.png) no-repeat;
  background-size: 100% 100%;
}
.sus-page .sus-2 .left {
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 45%;
  padding-left: 10%;
}
.sus-page .sus-2 .left .i-title {
  color: white;
  margin-bottom: 20px;
}
.sus-page .sus-2 .left ul li .text {
  color: white;
  margin-bottom: 30px;
}
.sus-page .sus-2 .right ul li {
  position: absolute;
  z-index: 5;
  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;
}
.sus-page .sus-2 .right ul li i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: white;
  position: relative;
  display: block;
}
.sus-page .sus-2 .right ul li i svg {
  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%);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.sus-page .sus-2 .right ul li i svg .jdt2 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 32px;
  -moz-transform-origin: 32px;
  -ms-transform-origin: 32px;
  transform-origin: 32px;
}
.sus-page .sus-2 .right ul li span {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.45);
  position: relative;
  margin-left: 35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}
.sus-page .sus-2 .right ul li:nth-child(1) {
  top: 50%;
  left: -webkit-calc(100% * (1184 / 1920));
  left: -moz-calc(100% * (1184 / 1920));
  left: calc(100% * (1184 / 1920));
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
}
.sus-page .sus-2 .right ul li:nth-child(2) {
  top: 50%;
  left: -webkit-calc(100% * (1211 / 1920));
  left: -moz-calc(100% * (1211 / 1920));
  left: calc(100% * (1211 / 1920));
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
}
.sus-page .sus-2 .right ul li:nth-child(3) {
  top: 50%;
  left: -webkit-calc(100% * (1214 / 1920));
  left: -moz-calc(100% * (1214 / 1920));
  left: calc(100% * (1214 / 1920));
}
.sus-page .sus-2 .right ul li:nth-child(4) {
  top: 50%;
  left: -webkit-calc(100% * (1205 / 1920));
  left: -moz-calc(100% * (1205 / 1920));
  left: calc(100% * (1205 / 1920));
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
}
.sus-page .sus-2 .right ul li:nth-child(5) {
  top: 50%;
  left: -webkit-calc(100% * (1185 / 1920));
  left: -moz-calc(100% * (1185 / 1920));
  left: calc(100% * (1185 / 1920));
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  transform: translateY(200px);
}
.sus-page .sus-2 .right ul li.active i svg {
  opacity: 1;
}
.sus-page .sus-2 .right ul li.active i svg .jdt2 {
  -webkit-animation: jdt2 forwards 8.9s linear;
  -moz-animation: jdt2 forwards 8.9s linear;
  animation: jdt2 forwards 8.9s linear;
}
.sus-page .sus-2 .right ul li.active span {
  color: white;
}
.sus-page .sus-3 {
  background-color: #f8f8f8;
}
.sus-page .sus-3 .top .des {
  line-height: 1.7;
  color: #333333;
}
.sus-page .sus-3 .top .right .slickDots .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  position: relative;
}
.sus-page .sus-3 .top .right .slickDots .slick-dots li {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 6px;
  background-color: white;
  padding: 0;
  border: none;
  width: 100%;
  border-radius: 0;
  margin: 0;
}
.sus-page .sus-3 .top .right .slickDots .slick-dots i {
  height: 6px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 3px;
}
.sus-page .sus-3 .bottom .box {
  background-color: white;
  border-radius: 20px;
  padding: 30px 40px;
}
.sus-page .sus-3 .bottom .box .h4 {
  line-height: 1.7;
}
.sus-page .sus-3 .bottom .box p {
  line-height: 1.7;
  position: relative;
  color: #999999;
  padding-left: 30px;
}
.sus-page .sus-3 .bottom .box p strong {
  color: black;
}
.sus-page .sus-3 .bottom .box p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url(../images/sel.png) no-repeat left top;
}
.sus-page .sus-4 .top .right img{
  border-radius: 20px;
}
.sus-page .sus-4 .top .des {
  line-height: 1.7;
}
.sus-page .sus-4 .bottom ul li .box {
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
}
.sus-page .sus-4 .bottom ul li .box .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  z-index: 3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.sus-page .sus-4 .bottom ul li .box .content .des {
  color: #cccccc;
  line-height: 1.7;
  max-height: 140px;
  overflow: auto;
}
.sus-page .sus-4 .bottom ul li .box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background: -webkit-linear-gradient(bottom, black, transparent);
  background: -moz-linear-gradient(bottom, black, transparent);
  background: linear-gradient(to top, black, transparent);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.sus-page .sus-4 .bottom ul li:hover .content {
  opacity: 1;
}
.sus-page .sus-4 .bottom ul li:hover .box::after {
  opacity: 1;
}
.factory-page .factory-1 .left {
  width: 60%;
}
.factory-page .factory-1 .left img {
  border-radius: 20px;
  width: 100%;
}
.factory-page .factory-1 .right {
  width: 40%;
  vertical-align: bottom;
  margin-bottom: 50px;
}
.factory-page .factory-1 .right ul li {
  position: relative;
  border-bottom: 1px solid #a0a0a0;
  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;
  padding-bottom: 35px;
  margin-bottom: 85px;
}
.factory-page .factory-1 .right ul li .h2 {
  width: 60%;
}
.factory-page .factory-1 .right ul li .h2 em {
  font-weight: bold;
  line-height: 1;
}
.factory-page .factory-1 .right ul li p {
  width: 40%;
}
.factory-page .factory-1 .right ul li:last-child {
  margin-bottom: 0;
}
.factory-page .factory-1 .right ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 3px;
  background: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.factory-page .factory-1 .right ul li:hover::after {
  width: 100%;
}
.factory-page .factory-3 ul li .box {
  padding: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  display: block;
}
.factory-page .factory-3 ul li .box p {
  padding-bottom: 10px;
}
.factory-page .factory-3 .m-page {
  border: none;
  padding-top: 0;
  text-align: center;
}
.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.77083333vw;
}
.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;
  -webkit-align-items: flex-end;
  -moz-box-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%);
  -moz-transform: translateY(0%);
  -ms-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.04166667vw;
}
@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: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  height: 11.9791666667vw;
  background: rgba(183, 208, 255, 0.73);
  border-radius: 7.2916666667vw 7.2916666667vw 0 0;
  overflow: hidden;
  padding-bottom: 2.6041666667vw;
  -webkit-transition: ease 1s;
  -moz-transition: ease 1s;
  transition: ease 1s;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  opacity: 0;
  margin-bottom: -2.60416667vw;
}
.z_ys_swiper .topbox img {
  -webkit-filter: brightness(0) invert(1);
  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: var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-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;
  -moz-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;
  -webkit-transition: ease 0.8s;
  -moz-transition: ease 0.8s;
  transition: ease 0.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;
  -moz-transition: ease 1s;
  transition: ease 1s;
  background: rgba(255, 255, 255, 0.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.04166667vw;
}
@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;
  }
}
.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;
  -moz-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;
  }
}
@media screen and (max-width: 1700px) {
  .sus-page .sus-2 ul.bg li {
    height: 700px;
  }
  .sus-page .sus-2 .right ul li:nth-child(1) {
    left: -webkit-calc(100% * (1184 / 1920));
    left: -moz-calc(100% * (1184 / 1920));
    left: calc(100% * (1184 / 1920));
  }
  .sus-page .sus-2 .right ul li:nth-child(2) {
    left: -webkit-calc(100% * (1207 / 1920));
    left: -moz-calc(100% * (1207 / 1920));
    left: calc(100% * (1207 / 1920));
  }
  .sus-page .sus-2 .right ul li:nth-child(4) {
    left: -webkit-calc(100% * (1199 / 1920));
    left: -moz-calc(100% * (1199 / 1920));
    left: calc(100% * (1199 / 1920));
  }
  .sus-page .sus-2 .right ul li:nth-child(5) {
    left: -webkit-calc(100% * (1167 / 1920));
    left: -moz-calc(100% * (1167 / 1920));
    left: calc(100% * (1167 / 1920));
  }
}
@media screen and (max-width: 1450px) {
  .sus-page .sus-2 .right ul li span {
    font-size: 24px;
  }
  .sus-page .sus-4 .bottom ul li .box .content .des{
    max-height: 90px;
  }
 
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebox .left {
    display: none;
  }
  .inner-page .sidebox .right {
    width: 100%;
  }
  .industries-page ul li:nth-child(n+9),
  .industries-page ul li {
    width: 33.3%;
  }
  .industry-page .industry-2 ul li .des {
    max-height: 120px;
    overflow: auto;
  }
  .sus-page .sus-2 ul.bg li {
    height: 560px;
  }
  .sus-page .sus-2 .right ul li:nth-child(2) {
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    transform: translateY(-70px);
  }
  .sus-page .sus-2 .right ul li:nth-child(1) {
    -webkit-transform: translateY(-140px);
    -moz-transform: translateY(-140px);
    -ms-transform: translateY(-140px);
    transform: translateY(-140px);
  }
  .sus-page .sus-2 .right ul li:nth-child(4) {
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
  }
  .sus-page .sus-2 .right ul li:nth-child(5) {
    -webkit-transform: translateY(140px);
    -moz-transform: translateY(140px);
    -ms-transform: translateY(140px);
    transform: translateY(140px);
  }
  
  .sus-page .sus-2 .left {
    width: 55%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .left {
    width: 100%;
  }
  .about-page .about-2 .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .about-page .about-1 ul{
    -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  }
  .about-page .about-1 ul li{
    width: 33.3%;
  }
  .about-page .about_4 ul li .left{
    padding: 20px !important;
  }
  .inner-page .sidebox .right ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .industry-page .industry-1 .left,
  .industry-page .industry-1 .right {
    width: 100%;
  }
  .industry-page .industry-2 ul li .img {
    width: 100%;
  }
  .industry-page .industry-2 ul li .content {
    width: 100%;
  }
  .sus-page .sus-1 .left,
  .sus-page .sus-1 .right {
    width: 100%;
    padding: 0;
  }
  .sus-page .sus-3 .left,
  .sus-page .sus-3 .right {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  .sus-page .sus-4 .top .left {
    width: 100%;
    padding: 0;
  }
  .sus-page .sus-4 .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .sus-page .sus-4 .bottom ul li .box .content .des {
    max-height: 75px;
  }
  .factory-page .factory-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .factory-page .factory-1 .left {
    width: 100%;
  }
  .factory-page .factory-3 ul li {
    width: 33%;
  }
  .factory-page .factory-1 .right ul li {
    margin-bottom: 35px;
    padding-bottom: 13px;
  }
}
@media screen and (max-width: 700px) {
  .sus-page .sus-2 {
    display: none;
  }
  .factory-page .factory-3 ul li {
    width: 50%;
  }
  .industries-page ul li:nth-child(n+9),
  .industries-page ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .inner-page .sidebox .right ul li {
    width: 100%;
  }
  .sus-page .sus-3 .bottom .box {
    padding: 30px 15px;
  }
  .industries-page ul li:nth-child(n+9),
  .industries-page ul li {
    width: 100%;
  }
  .about-page .about-1 ul li{
    width: 50%;
  }
}



.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: var(--color);
}
.contact-1 .ui.container .formbox .h2.active{
  color: var(--color);
}
.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: var(--color);
  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: var(--color);
  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: var(--color);
}
.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: var(--color);
}
.contact-page .form {
  margin-top: 35px;
}
.contact-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;
}
.contact-page .form form ul li {
  width: 48%;
  position: relative;
  margin-bottom: 40px;
}
.contact-page .form form ul li i {
  font-size: 25px;
  color: var(--color);
  position: absolute;
  right: 15px;
  top: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-page .form form ul li input[type="text"],
.contact-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;
}
.contact-page .form form ul li input[type="text"]::-webkit-input-placeholder, 
.contact-page .form form ul li textarea::-webkit-input-placeholder {
  color: #aaa;
}
.contact-page .form form ul li input[type="text"]:-moz-placeholder, 
.contact-page .form form ul li textarea:-moz-placeholder {
  color: #aaa;
}
.contact-page .form form ul li input[type="text"]::-moz-placeholder, 
.contact-page .form form ul li textarea::-moz-placeholder {
  color: #aaa;
}
.contact-page .form form ul li input[type="text"]:-ms-input-placeholder, 
.contact-page .form form ul li textarea:-ms-input-placeholder {
  color: #aaa;
}
.contact-page .form form ul li input[type="text"]::placeholder,
.contact-page .form form ul li textarea::placeholder {
  color: #aaa;
}
.contact-page .form form ul li input[type="text"] {
  height: 50px;
}
.contact-page .form form ul li textarea {
  height: 250px;
}
.contact-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: var(--color);
}
.contact-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;
}
.contact-page .form form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1000px){
   .contact-1 .ui.container .infobox .infos i {
    font-size: 70px;
  }
   .contact-1 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px){
   .contact-1 .ui.container .formbox {
    width: 100%;
  }
  .contact-1 .ui.container .infobox {
    width: 100%;
  }
}

.news-page .news-1 {
  padding: 5rem 0 4rem;
}
.news-page .news-1 .navList ul {
  margin: -10px -25px;
}
.news-page .news-1 .navList ul li {
  display: inline-block;
  vertical-align: top;
  padding: 10px 25px;
}
.news-page .news-1 .navList ul li a {
  display: inline-block;
  line-height: 50px;
  height: 50px;
  padding: 0 40px;
  font-weight: 500;
  font-size: 24px;
  color: #141414;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .navList ul li a:hover,
.news-page .news-1 .navList ul li a.active {
  background: var(--color);
  color: white;
  border-radius: 6px;
}
.news-page .news-1 .list {
  margin-top: 15px;
}
.news-page .news-1 .list ul {
  margin: 30px -13px;
}
.news-page .news-1 .list ul li {
  padding: 30px 23px;
}
.news-page .news-1 .list ul li .box {
  padding: 20px;
  border-radius: 15px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
}
.news-page .news-1 .list ul li .box a.img-box {
  border-radius: inherit;
  height: 400px;
  position: relative;
  background-size: cover;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
}
.news-page .news-1 .list ul li .box time {
  margin-top: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 16px;
  color: #a0a0a0;
  display: block;
}
.news-page .news-1 .list ul li .box time img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -0.3em;
}
.news-page .news-1 .list ul li .box h6 {
  margin: 10px 0;
  font-size: 24px;
  color: #141414;
  line-height: 1.4;
  min-height: 3em;
  font-weight: 500;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .news-1 .list ul li .box h6:hover {
  color: var(--color);
}
.news-page .news-1 .list ul li .box p {
  font-size: 16px;
  line-height: 2;
  color: #666;
  font-weight: 300;
}
.news-page .news-1 .list ul li .box a.link {
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  line-height: 30px;
  color: var(--color);
}
.news-page .news-1 .list ul li .box a.link img {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  left: 0;
}
.news-page .news-1 .list ul li .box a.link:hover img {
  transform: rotate(30deg);
}
@media screen and (max-width: 1700px){
   .news-page .news-1 .navList ul li a {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1500px){
   .news-page .news-1 .list ul li .box a.link {
    font-size: 18px;
  }
  .news-page .news-1 .list ul li .box h6 {
    font-size: 20px;
    line-height: 2;
    height: auto !important;
  }
}
@media screen and (max-width: 1250px){
   .news-page .news-1 .list ul li {
    padding: 10px;
  }
  .news-page .news-1 .list ul {
    margin: -10px;
  }
  .news-page .news-1 .list ul li .box a.img-box {
    height: 200px;
  }
  .news-page .news-1 .list ul li .box time {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px){
   .news-page .news-1 .list ul li {
    width: 50%;
  }
  .news-page .news-1 .navList {
    display: none;
  }
  .news-page .news-1 .list {
    margin-top: 0;
  }
}
@media screen and (max-width: 700px){
   .news-page .news-1 .list ul li {
    width: 100%;
  }
}

.faq-page .faq-list li {
  margin: 0 0 10px;
  word-break: break-word;
}

.faq-page .faq-list li h4 {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  color: #363f4d;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: bold;
}

.faq-page .faq-list li h4 i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}

.faq-page .faq-list li>.cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
  color: #333;
}

.gallery-page ul li .box{
  padding: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  display: block;
}
.product-page .product-1 .right ul li .img-box{
  border: 1px solid #eee;
}
.prodet-page .prodet-1 {
  padding: 0;
}
.prodet-page .prodet-1 .image-gallerybox ul .slick-track,
.prodet-page .prodet-1 .big_img ul .slick-track {
  margin-left: 0;
}
.prodet-page .prodet-1 .image-gallerybox ul li,
.prodet-page .prodet-1 .big_img ul li {
  padding: 3px;
}
.prodet-page .prodet-1 .image-gallerybox ul li img,
.prodet-page .prodet-1 .big_img ul li img {
  margin: auto;
  width: 100%;
  /*border-radius: 30px;*/
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-1 .image-gallerybox .slickBtn .prev{
  left: 0;
  right: auto;
}
.prodet-page .prodet-1 .image-gallerybox .slickBtn .next{
  left: auto;
  right: 0;
}
.prodet-page .prodet-1 .content {
  padding-left: 30px;
  color: #f8f8f8;
  line-height: 1.8;
}

.prodet-page .prodet-1 .content .cat_name {
  color: #0c5b00;
  font-weight: 600;
}

.prodet-page .prodet-1 .content h1 {
  font-weight: bold;
  line-height: 1.2;
  color: black;
}

.prodet-page .prodet-1 .content .des {
  margin: 20px 0;
  max-height: 390px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .content .des p{
  color: #666;
}
table td, table th{
  color: #666;
}
.prodet-page .prodet-1 .content .m-link {
  margin-top: 20px;
  font-size: 16px;
  color: black;
}

.prodet-page .prodet-2 ul.tab li {
  display: inline-block;
  background: #f7bd27;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 40px 0 0;
  padding: 0px 50px;
  height: 50px;
  line-height: 52px;
  width: auto;
}

.prodet-page .prodet-2 ul.tab li a {
  display: block;
  color: #fff;
}

.prodet-page .prodet-2 ul.tab li.active {
  background: #f8f8f8;
}

.prodet-page .prodet-2 ul.tab li.active a {
  color: #000;
}

.prodet-page .prodet-2 .content {
  background: #f8f8f8;
  padding: 50px;
  font-size: 16px;
}
.prodet-page .prodet-2 .content p{
color: #666;
}
.prodet-page .prodet-2 .content table tr td:nth-child(1){
  width: 310px !important;
}
.prodet-page .prodet-3 {
  padding: 80px 0;
}

.prodet-page .prodet-3 .h3 {
  font-size: 36px;
  font-weight: bold;
}

.prodet-page .prodet-3 form {
  margin-top: 30px;
}

.prodet-page .prodet-3 form textarea,
.prodet-page .prodet-3 form input {
  width: 100%;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  font-size: 18px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-3 form textarea {
  padding: 20px 30px;
  height: 250px;
  border-radius: 20px;
}

.prodet-page .prodet-3 form input[type="submit"] {
  width: auto;
  border: none;
  border-radius: 0 25px 25px 25px;
  padding: 0 35px;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}

@media screen and (max-width:1000px) {
  .prodet-page .prodet-1 .big_img {
    width: 100%;
  }

  .prodet-page .prodet-1 .content {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .content{
    padding-left: 20px;
  }
  .gallery-page ul li{
    width: 33%;
  }
}

@media screen and (max-width:700px) {
  .prodet-page .prodet-1 .content h1 {
    font-size: 25px;
  }
  .gallery-page ul li{
    width: 50%;
  }
}