@font-face {
  font-family: 'Nunito';
  src: url('../fonts/FredokaOne-Regular.eot');
  src: url('../fonts/FredokaOne-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/FredokaOne-Regular.woff2') format('woff2'), url('../fonts/FredokaOne-Regular.woff') format('woff'), url('../fonts/FredokaOne-Regular.ttf') format('truetype');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Black.eot');
  src: url('../fonts/Nunito-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Black.woff2') format('woff2'), url('../fonts/Nunito-Black.woff') format('woff'), url('../fonts/Nunito-Black.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Bold.eot');
  src: url('../fonts/Nunito-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Bold.woff2') format('woff2'), url('../fonts/Nunito-Bold.woff') format('woff'), url('../fonts/Nunito-Bold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Regular.eot');
  src: url('../fonts/Nunito-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-Regular.woff2') format('woff2'), url('../fonts/Nunito-Regular.woff') format('woff'), url('../fonts/Nunito-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-SemiBold.eot');
  src: url('../fonts/Nunito-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Nunito-SemiBold.woff2') format('woff2'), url('../fonts/Nunito-SemiBold.woff') format('woff'), url('../fonts/Nunito-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
body {
  font-family: "Nunito";
  max-width: 1920px;
  --color: #f78d37;
  font-weight: normal;
  margin: 0 auto;
}
#mobile3 .m-search form input[type="submit"]{
  background: url("../images/icon-search-white.png") center center no-repeat;
}
#pups_from{
  z-index: 220001 !important;
}
.container {
  width: 1450px;
}
.container.pl-100.pr-100 {
  width: 100%;
  padding-right: 100px;
  padding-left: 100px;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 5px 0;
}
#header .nav .ui.menu {
  margin: 0 auto;
  width: 100%;
  padding: 0 50px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-right: 0;
  margin-left: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  margin-left: 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;
  background-color: white;
  border-radius: 30px;
  height: 59px;
  padding-right: 30px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  margin: 0 33px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li.active,
#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;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  right: -25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: 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;
  right: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right {
  background-color: white;
  border-radius: 30px;
  height: 59px;
  padding: 0 34px 0 20px;
}
#header .nav .ui.menu .right .line {
  width: 1px;
  height: 26px;
  background-color: black;
  margin: 0 22px;
}
#header .nav .ui.menu .right .yuy {
  height: auto;
}
#header .nav .ui.menu .right .yuy span {
  font-size: 16px;
}
#header .nav .ui.menu .right .yuy ul {
  right: auto;
  left: 0;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  margin-left: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  background-color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after {
  opacity: 1;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  left: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  left: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
}
#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-right: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  right: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  left: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  right: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: !important 100%;
  -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;
}
.fw-200 {
  font-weight: 200;
}
.font-131 {
  font-size: 131px;
}
.fw-600 {
  font-weight: 600;
}
.fw-800 {
  font-weight: 800;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  right: 0;
  width: 100%;
  top: 20%;
}
#banner li .content h2 {
  text-align: center;
  color: #fbf0de;
  line-height: 1.13;
  text-transform: uppercase;
}
#banner li .left {
  position: absolute;
  right: 4%;
  bottom: 13%;
  max-width: 369px;
  color: white;
}
#banner li .left p {
  line-height: 2;
}
#banner li .img {
  position: absolute;
  right: 60%;
  bottom: 22px;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  width: 60%;
}
#banner li .circle {
  position: absolute;
  left: 4%;
  bottom: 7%;
  cursor: pointer;
}
#banner li .circle .text_circle {
  -webkit-animation: rotate 20s linear infinite;
  -moz-animation: rotate 20s linear infinite;
  animation: rotate 20s linear infinite;
}
.tag {
  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;
  border: 2px solid #feb544;
  border-radius: 15px;
  padding: 3px 15px;
}
.tag img {
  margin-left: 10px;
}
.base-color {
  color: #feb544;
}
.more {
  color: white;
  border-radius: 30px;
  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;
  height: 60px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  padding: 0 40px 0 8px;
  background: -webkit-gradient(linear, left top, right top, from(#feb041), to(#fdc24c));
  background: -webkit-linear-gradient(right, #feb041, #fdc24c);
  background: -moz-linear-gradient(right, #feb041, #fdc24c);
  background: linear-gradient(to left, #feb041, #fdc24c);
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.more span {
  background-color: white;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: var(--color);
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  margin-right: 27px;
}
.more span i {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.more::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  width: 0;
  height: 100%;
  background-color: #222;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover span i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more:hover::after {
  width: 100%;
}
@-webkit-keyframes move_l {
  0% {
    -webkit-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  100% {
    -webkit-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}
@-moz-keyframes move_l {
  0% {
    -moz-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  100% {
    -moz-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}
@keyframes move_l {
  0% {
    -webkit-transform: translateX(-0.0);
    -moz-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  100% {
    -webkit-transform: translateX(100.0%);
    -moz-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}
#index-body .i-about {
  background: url(../images/about-bg-l.png) no-repeat left bottom, url(../images/about-bg-r.png) no-repeat right top;
}
#index-body .i-about .content {
  line-height: 1.5;
  color: #393230;
  position: relative;
}
#index-body .i-about .content i {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  display: block;
  background-color: #fcedce;
  z-index: -1;
  position: absolute;
  right: -55px;
  top: -130px;
}
#index-body .i-about ul {
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}
#index-body .i-about ul li .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: 20px;
}
#index-body .i-about ul li .num {
  color: var(--color);
  line-height: 1;
}
#index-body .i-about ul li p {
  color: #393230;
}
#index-body .i-init2 {
  background: url(../images/init2-bg.jpg) no-repeat #fca63b;
}
#index-body .i-init2 ul li .box {
  background-color: #fbf0de;
  position: relative;
  min-height: 291px;
  
  
}
.i-init2 .box {
  transition: transform .4s ease, box-shadow .4s ease;
}
.i-init2 .box:hover {
  transform: perspective(600px) rotateX(6deg) translateY(-6px);
  box-shadow: 0px 18px 30px rgba(150, -7px 0px, 0, -0.2px 8px );
}
#index-body .i-init2 ul li .box .h4 {
  color: #f78930;
  text-transform: uppercase;
}
#index-body .i-init2 ul li .box .txt {
  line-height: 1.66;
  margin-top: 19px;
}
#index-body .i-init2 ul li .box .icon {
  position: absolute;
  left: 30px;
  bottom: 0;
}
#index-body .i-category {
  background-color: #fbf0de;
  overflow: hidden;
}
#index-body .i-category .tag {
  background-color: white;
  border: none;
}
#index-body .i-category ul .slick-list {
  padding: 50px 28%;
}
#index-body .i-category ul li {
  position: relative;
}
#index-body .i-category ul li .bg {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
#index-body .i-category ul li .box {
  position: relative;
  color: #fed638;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.21, 0.41, 0.96);
  -moz-transition-timing-function: cubic-bezier(0.58, 0.21, 0.41, 0.96);
  transition-timing-function: cubic-bezier(0.58, 0.21, 0.41, 0.96);
  will-change: transform;
}
#index-body .i-category ul li .box .img {
  display: block;
  margin-top: -60px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform;
  -webkit-transition-duration: 400ms;
  -moz-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.58, 0.21, 0.41, 0.96);
  -moz-transition-timing-function: cubic-bezier(0.58, 0.21, 0.41, 0.96);
  transition-timing-function: cubic-bezier(0.58, 0.21, 0.41, 0.96);
  will-change: transform;
}
#index-body .i-category ul li .box .img img {
  margin: auto;
  width: auto;
}
#index-body .i-category ul li .box .h2 {
  line-height: 1.2;
}
#index-body .i-category ul li .box .arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: white;
  font-size: 22px;
  color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-category ul li .box .arrow i {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .i-category ul li .box .arrow:hover {
  background-color: var(--color);
  color: white;
}
#index-body .i-category ul li .box .arrow:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .i-category ul li:hover .box {
  -webkit-transform: rotate(-6deg);
  -moz-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
}
#index-body .i-category ul li:hover .box .img {
  -webkit-transform: rotate(6deg) scale(1.06);
  -moz-transform: rotate(6deg) scale(1.06);
  -ms-transform: rotate(6deg) scale(1.06);
  transform: rotate(6deg) scale(1.06);
  -webkit-transition-delay: 0.01s;
  -moz-transition-delay: 0.01s;
  transition-delay: 0.01s;
}
#index-body .i-category .slickBtn > * {
  height: 65px;
  width: auto;
  padding: 0 35px;
  border-radius: 20px;
  background-color: #393230;
  color: white;
  line-height: 65px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .i-category .slickBtn .prev,
#index-body .i-category .slickBtn .next {
  width: 65px;
  font-size: 20px;
  padding: 0;
}
#index-body .i-category .slickBtn .prev {
  margin-left: 1em;
}
#index-body .i-category .slickBtn > *:hover {
  background-color: var(--color);
}
#index-body .i-scroll {
  background-color: #fed638;
}
#index-body .i-scroll p {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-animation: move_l 35s linear infinite;
  -moz-animation: move_l 35s linear infinite;
  animation: move_l 35s linear infinite;
}
#index-body .i-scroll p span {
  white-space: nowrap;
  margin: 0 20px;
  display: inline-block;
}
#index-body .i-scroll p span img {
  vertical-align: middle;
}
#index-body .i-product ul .slick-slide > div {
  height: auto;
}
#index-body .i-product ul li .title{
  min-height: 81px;
}
#index-body .i-product ul li .img {
  background-color: #fbf0de;
  overflow: hidden;
}
#index-body .i-product ul li .img .img2 {
  position: absolute !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-product ul li .img .mores {
  height: 39px;
  border-radius: 19px;
  background-color: white;
  font-size: 15px;
  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;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px 0 4px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 17px;
  -webkit-transition: all var(--m-duration-default, 0.25s) ease;
  -moz-transition: all var(--m-duration-default, 0.25s) ease;
  transition: all var(--m-duration-default, 0.25s) ease;
  -webkit-transform: translate3d(0, 150%, 0);
  -moz-transform: translate3d(0, 150%, 0);
  transform: translate3d(0, 150%, 0);
  opacity: 0;
}
#index-body .i-product ul li .img .mores em {
  margin-left: auto;
}
#index-body .i-product ul li .img .mores span {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background-color: #fdbb48;
  color: white;
  text-align: center;
  line-height: 31px;
  font-size: 20px;
  margin-right: auto;
}
#index-body .i-product ul li .img .mores span i {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .i-product ul li .img .mores:hover {
  background-color: #fdbb48;
  color: white;
}
#index-body .i-product ul li .img .mores:hover span {
  background-color: white;
  color: #fdbb48;
}
#index-body .i-product ul li .img .mores:hover span i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .i-product ul li .line {
  width: 100%;
  height: 1px;
  background-color: #c7c3c1;
}
#index-body .i-product ul li .des {
  line-height: 1.5;
  color: #463933;
}
#index-body .i-product ul li:hover .img .img2 {
  opacity: 1;
}
#index-body .i-product ul li:hover .img .mores {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#index-body .i-product .slickBtn {
  margin-bottom: 20px;
}
#index-body .i-product .slickBtn div {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  background-color: #393230;
  color: white;
}
#index-body .i-product .slickBtn div:hover {
  background-color: var(--color);
}
#index-body .i-news .box {
  background-color: white;
  border-radius: 20px;
  max-width: 700px;
}
#index-body .i-news .box .title {
  line-height: 1.6;
}
#index-body .i-news .box .des {
  line-height: 1.625;
  color: #393230;
}
#index-body .i-news .box .slickDots {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .i-news .box .slickDots ul {
  display: block;
}
#index-body .i-news .box .slickDots ul li {
  margin: 10px 0;
}
.i-form {
  background-color: #fbf0de;
}
.i-form .left {
  background-color: #438457;
  border-radius: 30px;
}
.i-form .left .h4 {
  color: #fcebcb;
}
.i-form .left form {
  position: relative;
}
.i-form .left form input {
  width: 100%;
  border: none;
  font-size: 24px;
  font-weight: 600;
  height: 99px;
  border-radius: 8px;
  margin-bottom: 25px;
  padding: 0 20px;
}
.i-form .left form button {
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  font-size: 24px;
  background-color: #fca63b;
  color: white;
  position: absolute;
  left: 10px;
  bottom: 40px;
  border-radius: 50%;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.i-form .left form button i {
  display: block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.i-form .left form button:hover {
  background-color: #222;
}
.i-form .left form button:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.i-form .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 30px;
}
/* 翻转容器 */
.flip-img {
  perspective: 1200px;
  width: 100%;
}
.flip-img-inner {
  position: relative;
  width: 100%;
  transition: transform .8s cubic-bezier(.4,.2,.2,1);
  transform-style: preserve-3d;
}
/* 正反两面 */
.flip-front, .flip-back {
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 20px; /* 和你左侧表单圆角一致 */
  overflow: hidden;
}
.flip-front img, .flip-back img {
  width: 100%;
  height: auto;
  display: block;
}
/* 背面默认翻过去藏着 */
.flip-back {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotateY(180deg);
}
/* hover 时整体翻转 */
.flip-img:hover .flip-img-inner {
  transform: rotateY(180deg);
}
#footer {
  background-color: #2c2624;
  color: #fbf0de;
}
#footer ul li {
  line-height: 2;
}
#footer ul li:hover a {
  text-decoration: underline;
}
#footer .four {
  max-width: 286px;
}
#footer .four li {
  position: relative;
  padding-right: 40px;
  line-height: 1.44;
}
#footer .four li i {
  position: absolute;
  right: 0;
  top: 0;
  color: #d28c36;
}
#footer #ewm {
  width: 150px;
  height: 150px;
  border: 5px solid white;
  border-radius: 5px;
}
#footer .f-copy {
  padding: 15px 0;
  font-size: 16px;
}
#footer .f-copy svg {
  width: auto;
  height: 26px;
  fill: #fbf0de;
  vertical-align: middle;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 25px;
  }
  .font-131 {
    font-size: 95px;
  }
  #banner li .img {
    width: 44%;
  }
  .i-form .left form input {
    height: 70px;
  }
  .i-form .left form button {
    width: 60px;
    height: 60px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .logo {
    max-width: 185px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a::after {
    right: -13px;
  }
  .font-131 {
    font-size: 80px;
  }
  #index-body .i-about .content i {
    zoom: 0.6;
  }
  #index-body .i-init2 ul li .box {
    min-height: 250px;
  }
  #index-body .i-news .box {
    max-width: 550px;
  }
  .container.pl-100.pr-100 {
    padding-right: 50px;
    padding-left: 50px;
  }
  #footer #ewm {
    width: 120px;
    height: 120px;
  }
  #footer .one {
    max-width: 180px;
  }
}
@media screen and (max-width: 1250px) {
  #banner li .left {
    right: 2%;
    max-width: 240px;
  }
  .font-131 {
    font-size: 65px;
  }
  #banner li .content {
    top: 15%;
  }
  #index-body .i-category ul li .box .img {
    margin-top: -25px;
  }
  .i-form .left form input {
    height: 50px;
    font-size: 18px;
  }
  .i-form .left form button {
    width: 40px;
    height: 40px;
    line-height: 43px;
    font-size: 20px;
  }
  #footer .one {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .circle {
    zoom: 0.5;
  }
  .font-131 {
    font-size: 46px;
  }
  #index-body .i-init2 ul li .box {
    min-height: 200px;
  }
  #index-body .i-init2 ul li .box .icon {
    left: 15px;
    max-width: 60px;
  }
  #index-body .i-category ul .slick-list {
    padding: 50px 16%;
  }
  .i-form .left {
    padding: 20px !important;
  }
  #footer .five {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner li .left {
    display: none;
  }
  .font-131 {
    font-size: 34px;
  }
  #index-body .i-about ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-about ul li {
    width: 50%;
    margin-bottom: 12px;
  }
  #footer .two,
  #footer .three {
    display: none;
  }
  #footer .four {
    max-width: 100%;
  }
  .container.pl-100.pr-100 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 500px) {
  .font-131 {
    font-size: 21px;
  }
  #banner li .img {
    right: 53%;
  }
  #index-body .i-about .content {
    padding: 0;
  }
  #index-body .i-about ul li {
    width: 100%;
  }
  #index-body .i-init2 ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #index-body .i-init2 ul li .box {
    min-height: unset;
  }
  #index-body .i-category ul .slick-list {
    padding: 50px 15px;
  }
  #index-body .i-category ul li .box .arrow {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  #index-body .i-category .slickBtn > * {
    height: 40px;
    line-height: 40px;
  }
  #index-body .i-category .slickBtn .prev,
  #index-body .i-category .slickBtn .next {
    width: 40px;
  }
  #index-body .i-product .slickBtn div {
    width: 40px;
    height: 40px;
  }
}




 .inner-banner {
  padding-top: 520px;
}
.inner-banner .content {
  width: 100%;
  right: 0;
  bottom: 0;
}
.inner-banner .mask {
  width: 100%;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.inner-banner h2 {
  font-size: 47px;
  line-height: 1.5;
  padding: 34px 0;
  font-family: var(--font);
  color: #FFFFFF;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(transparent));
  background: -webkit-linear-gradient(white 50%, transparent);
  background: -moz-linear-gradient(white 50%, transparent);
  background: linear-gradient(white 50%, transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.inner-banner .mbx {
  color: #FFFFFF;
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    padding-top: 300px;
  }
  .inner-banner h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}

.product-page .product-1 {
  padding: 100px 0;
}

.product-page .slideBar .left.column {
  width: 75%;
  padding-left: 50px;
}
.product-page .slideBar .left.column h1{
  font-family: var(--font);
}
.product-page .product-1 .left .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.product-page .product-1 .left .top h1 {
  width: 60%;
  padding-left: 50px;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--font);
}

.product-page .product-1 .left .top .catgory {
  width: 40%;
  height: 48px;
  position: relative;
}

.product-page .product-1 .left .top .catgory span {
  height: 100%;
  line-height: 50px;
  width: 100%;
  display: block;
  padding: 0 20px;
  border-radius: 50px;
  font-size: 17px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
}

.product-page .product-1 .left .top .catgory span i {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.product-page .product-1 .left .top .catgory ul {
  position: absolute;
  box-shadow: 0px 3px 7px 3px rgb(0 0 0 / 8%);
  right: 0;
  top: 100%;
  width: 100%;
  background: white;
  z-index: 3;
  /*border: 1px solid rgba(0,0,0,0.2);*/
  display: none;
}

.product-page .product-1 .left .top .catgory ul li {
  font-size: 16px;
  padding: 5px 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.product-page .product-1 .left .top .catgory ul li a {
  display: block;
}

.product-page .product-1 .left .top .catgory ul li:hover {
  background: var(--color);
  color: white;
}

.product-page .product-1 .left .Auxil-catdes {
  font-size: 16px;
  margin: 30px 0;
  color: #8e8e8e;
  line-height: 30px;
}

.product-page .product-1 .list {
  margin-top: 10px;
}

.product-page .product-1 .list ul {
  margin: -15px;
}

.product-page .product-1 .list ul li {
  padding: 15px;
}

.product-page .product-1 .list ul li .box {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.product-page .product-1 .list ul li .box .more{
  margin: 0 auto;
}
.product-page .product-1 .list ul li .box .more:visited,
.product-page .product-1 .list ul li .box .more:link {
  background: var(--color);
}

.product-page .product-1 .list ul li .box .cat_name {
  font-size: 14px;
  line-height: 2;
  color: #8e8e8e;
  margin-top: 25px;
}

.product-page .product-1 .list ul li .box .h4 {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 600;
  margin: 15px 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  height: 100px;
  overflow: hidden;
}

.product-page .product-1 .list ul li .box .des {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #8e8e8e;
}

.product-page .product-1 .list ul li .box:hover {
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, .1);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.product-page .product-1 .list ul li .box:hover .h4 {
  color: var(--color);
}

.product-page .slideBar .right.column {
  width: 25%;
  position: sticky;
  top: 160px;
}

.product-page .slideBar .right .h3 {
  font-size: 28px; 
  font-weight: 600;
}

.product-page .slideBar .right ul.nav li {
font-size: 18px;
line-height: 32px;
}

.product-page .slideBar .right ul.nav li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.product-page .slideBar .right ul.nav li.active>a,
.product-page .slideBar .right ul.nav li:hover>a {
  color: var(--color);
}
 
.product-page .slideBar .right ul.nav li li a{
  padding: 6px 0;
  padding-right: 20px;
}
.product-page .slideBar .right ul.nav li.active > a{
  color: var(--color);
}
.product-page .slideBar .right ul.list li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-page .slideBar .right ul.list li .img {
  width: 35%;
  vertical-align: middle;
}

.product-page .slideBar .right ul.list li .img img {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-page .slideBar .right ul.list li .txt {
  width: 65%;
  padding-right: 20px;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
}

.m-page {
  margin-top: 60px;
}

.m-page span,
.m-page a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.m-page a:hover,
.m-page span {
  background: var(--color);
  color: white;
  border-color: transparent;
}
.prodet-page .prodet-1 {
  padding: 100px 0;
}

.prodet-page .prodet-1 .left .big_img ul li {
  padding: 3px;
}

.prodet-page .prodet-1 .left .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 .left .content {
  padding-right: 30px;
  color: #8e8e8e;
  line-height: 1.8;
}

.prodet-page .prodet-1 .left .content .cat_name {
  font-size: 18px;
  line-height: 32px;
  color: var(--color);
}

.prodet-page .prodet-1 .left .content h1 {
  font-size: 30px;
  font-family: var(--font);
  line-height: 1.2;
  color: black;
}
.prodet-page .prodet-1 .left .content h5{
  color: var(--color);
  font-weight: 600;
}
.prodet-page .prodet-1 .left .content .des {
  font-size: 18px;
  line-height: 1.8;
  color: #8e8e8e;
  margin: 20px 0;
  max-height: 400px;
  overflow-y: auto;
}

.prodet-page .prodet-1 .left .content .m-link {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  color: black;
}

.prodet-page .prodet-2 ul.tab li {
  display: inline-block;
  background: var(--color);
  /*margin-right: 20px;*/
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 40px 0 0 0;
  padding: 0px 50px;
  height: 50px;
  line-height: 52px;
}

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

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

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

.prodet-page .prodet-2 .content {
  background: #f7f5f5;
  padding: 50px;
  font-size: 16px;
}

.prodet-page .prodet-3 {
  padding: 80px 0;
}

.prodet-page .prodet-3 .h3 {
  font-size: 40px;
  text-transform: uppercase;
  font-family: var(--font);
}

.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: 25px;
  font-family: 'buttersans-Regular';
  padding: 0 35px;
  color: white;
}
 
.about2-page .about-1 {
  position: relative;
  /*background-image:url(../images/difference-top.png);*/
  background-repeat: no-repeat;
  background-position: center bottom;
}

.about2-page .about-1 .left {
  vertical-align: middle;
  padding-left: 60px;
}

.about2-page .about-1 .right {
  -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5NTIuMTYgNzE4LjIzIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzBmMGYwZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPlNWRzwvdGl0bGU+PHBhdGggaWQ9Il9QYXRoXyIgZGF0YS1uYW1lPSImbHQ7UGF0aCZndDsiIGNsYXNzPSJjbHMtMSIgZD0iTTgyMi40OSwxNy4zOWMtNTMuMjcsMzEuNjYtNTguMzUsNjguMzYtOTIsMTE2LjUxLTIwLjU3LDI5LjQtNzAuMTQsNzIuMDYtMTE5LDE1LTMwLTM1LTc1LjY5LTY1LjQtMTIzLjI5LTU4LjM1QzMzMS43MywxMTMuNzQsMzcyLjI1LDI3NC40NywyNjcsMzAzLjExYy01MiwxNC4xNC0xMDYtMTEuMzItMTU4LjctMi40NEM2MS43NCwzMDguNTIsMTkuODksMzQzLDUuNDksMzg3LjkzYy0xNy45Myw1NS45NS0zMy40LDM1NC43OCw2NzEuMTksMzAwLjM4Qzg0OC43OSw2NzUsOTUyLjE2LDcxOC4yMyw5NTIuMTYsNzE4LjIzVjE4LjcxQzkxNi41LTYuMDYsODYxLjc4LTYsODIyLjQ5LDE3LjM5WiIvPjwvc3ZnPg==);
  -webkit-mask-position: right;
  -webkit-mask-repeat: no-repeat;
  vertical-align: middle;
  position: relative;
}

.about2-page .about-1 .ui.container {
  max-width: 100%;
  padding: 0 12% 0 0;
}

.about2-page .about-1 .circle {
  position: absolute;
  left: 10%;
  top: 11%;
}

.about2-page .about-3 {

  background-color: white;
  position: relative;
}

.about2-page .about-3 .ui.container {
  z-index: 2;
}

/*.about2-page .about-3::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image:url(../images/difference-top.png);
  background-repeat: no-repeat;
  background-position: center top;
}*/
.about3-page {
  background: #f7f5f5;
}

.about3-page .about-1 {
  padding-bottom: 70px;
  padding-top: 50px;
}

.about3-page .about-1 .left {
  -webkit-transform: translateX(70.0px);
  -moz-transform: translateX(70.0px);
  -ms-transform: translateX(70.0px);
  transform: translateX(70.0px);
  vertical-align: middle;
}

.about3-page .about-1 .right {
  vertical-align: middle;
  position: relative;
}

.about3-page .about-1 .right .i-title {
  margin: 17px 0 18px;
}

.about3-page .about-1 .right .content {
  font-size: 18px;
  line-height: 32px;
  color: #8e8e8e;
  margin-bottom: 42px;
}

.about3-page .about-1 .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.about3-page .about-1 .right ul li {
  text-align: center;
}

.about3-page .about-1 .right ul li p {
  font-size: 24px;
  margin-top: 14px;
}

.about3-page .about-1 .right .flower {
  position: absolute;
  left: -10px;
  top: -90px;
  width: 181px;
  height: 164px;
  text-align: center;
  background: url(../images/hello-bg.png) no-repeat center;
  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;
}

.about3-page .about-2 {
  background: white;
}

.about3-page .about-2 ul li {
  border-radius: 30px;
  padding: 60px;
  margin-bottom: 80px;
  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;
}

.about3-page .about-2 ul li h4 {
  font-size: 45px;
  font-family: var(--font);
  margin-bottom: 15px;
}

.about3-page .about-2 ul li .text img {
  border-radius: 20px;
}

.about3-page .about-2 ul li .text {
  vertical-align: bottom;
  width: 45%;
}

.about3-page .about-2 ul li .honor {
  vertical-align: bottom;
  width: 55%;
}

.about3-page .about-2 ul li:nth-child(2n-1) .honor {
  padding-right: 65px;
}

.about3-page .about-2 ul li:nth-child(2n) .honor {
  padding-left: 65px;
}


.news-page .news-1 {
  padding: 100px 0;
}

.news-page .news-1 .left ul li {
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.news-page .news-1 .left ul li:first-child {
  padding-top: 0;
}

.news-page .news-1 .left ul li .cat_name {
  font-size: 16px;
  line-height: 30px;
  color: var(--color);
}

.news-page .news-1 .left ul li .h4 {
  font-size: 26px;
  line-height: 1.4;
  font-family: 'buttersans-Regular';
  font-weight: 500;
  margin: 10px 0 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.news-page .news-1 .left ul li .des {
  font-size: 16px;
  line-height: 30px;
  color: #8e8e8e;
}

.news-page .news-1 .left ul li:hover .h4 {
  color: var(--color);
}

.product-page.news-page .slideBar .right ul.list li .txt {
  padding-right: 0;
  width: 100%;
}

.product-page.news-page .slideBar .right ul.list li .txt .time {
  color: var(--color);
  font-size: 14px;
line-height: 28px;
}

.product-page.news-page .slideBar .right ul.list li .txt .title {
  font-weight: 500;
}

.newdet-page .cat_name {
  font-size: 16px;
  line-height: 30px;
  color: var(--color);
}

.newdet-page {
  padding: 80px 0 180px;
}

.newdet-page time {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}

.newdet-page .content {
  color: #8e8e8e;
  line-height: 2;
}

.newdet-page .share {
  margin-top: 50px;
  text-align: left;
}

.newdet-page .share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  background: var(--color);
  color: white;
  font-size: 16px;
  margin-right: 6px;
}

.newdet-page .form {
  margin-top: 60px;
}

.newdet-page .form .h3 {
  font-size: 36px;
  text-transform: uppercase;
  font-family: var(--font);
  margin-bottom: 25px;
}

.newdet-page .form form textarea,
.newdet-page .form 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, .2);
}

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

.newdet-page .form form input[type=submit] {
  width: auto;
  border: none;
  border-radius: 25px; 
  padding: 0 35px;
  color: white;
  background: var(--color);
}
.newdet-page .form button{
  border: none;
}
.contact-page .contact-1 {
  padding: 100px 0;
}

.contact-page .contact-1 .h2 em {
  color: var(--color);
  display: block;
  margin-bottom: -15px;
}

.contact-page .contact-1 .txt {
  line-height: 30px;
  font-size: 16px;
  color: #8e8e8e;
  margin: 15px 0 30px;
}

.contact-page .contact-2 {
  padding-bottom: 180px;
}

.contact-page .contact-2 .left {
  /*-webkit-mask-image: url(../images/map-bg.png);
  -webkit-mask-position: left;
  -webkit-mask-repeat: no-repeat;*/
  position: relative;
}

.contact-page .contact-2 .left .bg {
  position: absolute;
  right: 0;
  top: 0;
}

.contact-page .contact-2 .right {
  padding-right: 60px;
}

.contact-page .contact-2 .right .h3 {
  margin-bottom: 20px;
  font-family: 'buttersans-Regular';
  text-transform: uppercase;
  line-height: 1.2;
}

.contact-page .contact-2 .right ul li {
  position: relative;
  padding-right: 65px;
  margin-bottom: 30px;
}

.contact-page .contact-2 .right ul li h5 {
  font-size: 22px;
  line-height: 1.6;
  font-family: 'buttersans-Regular';
  font-weight: 500;
  color: #000;

}

.contact-page .contact-2 .right ul li p {
  font-size: 16px;
  line-height: 30px;
  color: #8e8e8e;
  min-height: 48px;
}

.contact-page .contact-2 .right ul li .icon {
  position: absolute;
  right: 0;
  top: 5px;
  width: 60px;
}

.contact-page .contact-2 .right .share {
  text-align: right;
}

.contact-page .contact-2 .right .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  color: white;
  text-align: center;
  line-height: 35px;
  background: var(--color);
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

.contact-page .contact-2 .right .share a:hover {
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, .2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.our-clients-page.about-page {
  background: white;
}

.our-clients-page .our-clients-1 {
  padding: 110px 0;
}

.our-clients-page .our-clients-1 .top .left {
  width: 45%;
  padding-left: 80px;
  vertical-align: middle;
}

.our-clients-page .our-clients-1 .top .left h3 {
  font-size: 46px;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
}

.our-clients-page .our-clients-1 .top .left .cona {
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  margin-top: 20px;
}

.our-clients-page .our-clients-1 .top .right {
  width: 55%;
  vertical-align: middle;
}

.our-clients-page .our-clients-1 .top .right img {
  border-radius: 20px;
}

.our-clients-page .our-clients-2 ul {
  margin: 0 -50px;
}

.our-clients-page .our-clients-2 ul li {
  padding: 0 40px;
  margin-bottom: 85px;
}

.our-clients-page .our-clients-2 ul li .img {
  /*background: #e48683;*/
  -webkit-box-shadow: 1px 2px 23px 4px rgba(4, 0, 0, 0.08);
  box-shadow: 1px 2px 23px 4px rgba(4, 0, 0, 0.08);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /*border: 1px solid #ffffff;*/
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}

.our-clients-page .our-clients-2 ul li .img img {
   
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

 

@media screen and (max-width:1600px) {
  .about3-page .about-1 .left {
    -webkit-transform: translateX(-0.0px);
    -moz-transform: translateX(-0.0px);
    -ms-transform: translateX(-0.0px);
    transform: translateX(-0.0px);
    padding-left: 30px;
  }

  .about3-page .about-1 .right {
    padding-right: 40px;
  }

  .about3-page .about-2 ul {
    padding-top: 50px;
  }
}

@media screen and (max-width:1450px) {
  .about3-page .about-1 .right ul li p {
    font-size: 20px;
  }

  .about3-page .about-2 ul li h4 {
    font-size: 36px;
  }

  .our-clients-page .our-clients-1 {
    padding: 90px 0;
  }

  .our-clients-page .our-clients-1 .top .left h3 {
    font-size: 42px;
  }

  .our-clients-page .our-clients-1 .top .left {
    padding-left: 30px;
  }

  .our-clients-page .our-clients-2 ul {
    margin: 0 -10px;
  }

  .our-clients-page .our-clients-2 ul li {
    padding: 0 10px;
    margin-bottom: 30px;
  }
}

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

  .product-page .slideBar .right {
    display: none;
  }

  .product-page .slideBar .left {
    width: 100%;
    padding-left: 0;
  }

  .about3-page .about-1 .right ul li img {
    height: 45px;
  }

  .about3-page .about-1 .right ul li p {
    font-size: 17px;
  }

  .our-clients-page .our-clients-1 .top .left h3 {
    font-size: 36px;
  }

  .our-clients-page .our-clients-1 {
    padding: 70px 0;
  }
  .product-page .slideBar .left.column{
    padding-left: 0;
    width: 100%;
  }
}

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

  .product-page .product-1 .left .top .catgory {
    display: none;
  }

  .product-page .product-1 .left .top h1 {
    width: 100%;
    padding-left: 0;
    font-size: 20px;
line-height: 36px;
  }

  .product-page .product-1 {
    padding: 30px 0 !important;
  }

  .product-page .product-1 .list ul li {
    width: 50%;
  }

  .prodet-page .prodet-1 .left .big_img {
    width: 100%;
  }

  .prodet-page .prodet-1 .left .content {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
  .contact-page .contact-1 .column{
    width: 100% !important;
  }
  .contact-page .contact-1 .column{
    width: 100% !important;
  }
  .contact-page .contact-1{
    padding-bottom: 0;
  }
  .contact-page .contact-2 .left {
    width: 100% !important;
  }

  .contact-page .contact-2 .right {
    width: 100% !important;
    padding-right: 0;
  }

  .about3-page .about-1 .left {
    width: 100%;
    padding-left: 0;
  }

  .about3-page .about-1 .right {
    width: 100%;
    padding-right: 0;
    margin-top: 40px;
  }

  .about3-page .about-2 ul li {
    padding: 30px;
  }

  .about3-page .about-2 ul li h4 {
    font-size: 28px;
  }

  .about3-page .about-2 ul li:nth-child(2n-1) .honor {
    padding-right: 20px;
  }

  .about3-page .about-2 ul li:nth-child(2n) .honor {
    padding-left: 20px;
  }

  .our-clients-page .our-clients-1 .top .left h3 {
    font-size: 32px;
  }

  .our-clients-page .our-clients-1 .top .left {
    width: 100%;
    padding-left: 0;
  }

  .our-clients-page .our-clients-1 .top .right {
    width: 100%;
    margin-top: 20px;
  }

  .our-story-page .our-story-2 .top ul li sup {
    display: none;
  }

  .our-clients-page .our-clients-2 ul li {
    width: 50% !important;
  }
  .contact-page .contact-2 {
    padding: 80px 0;
  }
  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    margin-top: 60px;
  }
  .contact-page .contact-1 .h2 em{
    margin-bottom: 0;
  }
}

@media screen and (max-width:700px) {
   
  .product-page .product-1 .left .Auxil-catdes {
    max-height: 200px;
    overflow: auto;
  }

  .product-page .product-1 .list ul li {
    width: 100%;
  }

  .product-page .product-1 .list ul li .box .h4 {
    font-size: 18px;
  }

  .prodet-page .prodet-1 .left .content h1 {
font-size: 24px;
line-height: 1.4;
  }

  
  #footer .f-copy p.footxin,
  .seoIndustry.Auxil-industry {
    display: none !important;
  }

  

  .about2-page .about-1 .ui.container {
    padding-right: 15px;
    z-index: 3;
  }

  .contact-page .contact-2 .right ul li {
    padding-right: 75px;
  }

  .contact-page .contact-1 {
    padding-bottom: 0;
  }

  .about3-page .about-2 ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about3-page .about-2 ul li .text {
    width: 100%;
    order: 1;
  }

  .about3-page .about-2 ul li .honor {
    width: 100%;
    margin-top: 40px;
    order: 2;
  }

  .about3-page .about-2 ul li:nth-child(2n-1) .honor {
    padding-right: 0;
  }

  .our-clients-page .our-clients-1 {
    padding: 50px 0;
  }
}

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

  

  .about3-page .about-1 .right ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about3-page .about-1 .right ul li {
    width: 50%;
  }

  .our-clients-page .our-clients-1 .top .left h3 {
    font-size: 24px;
    line-height: 1.5;
  }

  .our-clients-page .our-clients-2 ul li {
    width: 50% !important;
  }
}

.prodet-page .prodet-1 .left .big_img .play {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  cursor: pointer;
}

.prodet-page .prodet-1 .left .big_img .image-gallerybox {
  margin-top: 15px;
}

.prodet-page .prodet-1 .left .big_img .image-gallerybox ul li {
  padding: 0 8px;
}

.prodet-page .prodet-1 .left .big_img .image-gallerybox ul li img {
  border-radius: 10px;
}

.prodet-page .prodet-2 .wrapbox,
.prodet-page .product-1.Auxil-related .wrapbox,
.prodet-page .prodet-3.Auxil-form .wrapbox {
  width: 75%;
}

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

  .prodet-page .prodet-2 .wrapbox,
  .prodet-page .product-1.Auxil-related .wrapbox,
  .prodet-page .prodet-3.Auxil-form .wrapbox {
    width: 100%;
  }
}

.prodet-page .prodet-2 .content table tr:nth-child(even) {
  background: none;
}

.prodet-page .prodet-2 .content table tr td:nth-of-type(2n-1) {
  background: #eee;
}

#index-body.contsform .i-form .box {
  padding: 0;
  background: none;
}

#index-body.contsform .i-form {
  padding-top: 0;
  background: transparent;
}

#index-body.contsform .i-form .box .right {
  padding-right: 0px;
}

.grid-box {
    font-size: 0;
    [;letter-spacing: -4px;
    font-size: 12px;
    ]}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;letter-spacing: 0;
    ]}

.grid-box .column {
    width: 100%
}

.grid-box.two>.column {
    width: 50%
}

.grid-box.three>.column {
    width: 33.33333%
}

.grid-box.four>.column {
    width: 25%
}

.grid-box.five>.column {
    width: 20%
}

.grid-box.six>.column {
    width: 16.6666667%
}

.grid-box.seven>.column {
    width: 14.285714%
}

.grid-box.eight>.column {
    width: 12.5%
}

.grid-box.nine>.column {
    width: 11.11111111%
}

.grid-box.ten>.column {
    width: 10%
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 33.33333%
    }

    .grid-box.four>.column {
        width: 33.33333%
    }

    .grid-box.five>.column {
        width: 33.33333%
    }
}

@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 50%
    }

    .grid-box.four>.column {
        width: 50%
    }

    .grid-box.five>.column {
        width: 50%
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width:100%
    }

    .grid-box.three>.column {
        width: 100%
    }

    .grid-box.four>.column {
        width: 100%
    }

    .grid-box.five>.column {
        width: 100%
    }
}
.video_box video {
  width: 100% !important;
  min-width: unset !important;
  max-height: 80vh !important;
}

.i-form {
  padding-top: 110px;
}

.i-form .box {
  background: url(../images/form-bg.jpg) no-repeat center bottom #f7f5f5;
  border-radius: 30px;
  padding: 60px 55px;
}

.i-form .box .i-title {
  line-height: 1.2;
  margin: 23px 0 24px;
}

.i-form .box .left {
  padding-left: 115px;
}

.i-form .box .left ul {
  margin-bottom: 40px;
}

.i-form .box .left ul li {
  font-size: 20px;
  position: relative;
  padding-right: 30px;
  margin-bottom: 7px;
  font-weight: 500;
}

.i-form .box .left ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url(../images/sel.png) no-repeat left center;
}

.i-form .box .right {
  padding-right: 90px;
}

.i-form .box .right .form {
  background: #ff5b2e;
  border-radius: 30px;
  padding: 35px 40px 20px;
}

.i-form .box .right .form .h4 {
  color: white;
  font-size: 30px;
 font-family: 'buttersans-Regular';
  margin-bottom: 14px;
}

.i-form .box .right .form form input {
  width: 100%;
  font-size: 18px;
  height: 55px;
  border-radius: 26px;
  background: transparent;
  border: 1px solid white;
  color: white;
  margin-bottom: 15px;
  padding: 0 20px;
  /*font-weight: lighter;*/
}
.i-form .box .right .form form button{
  width: auto;
  background: var(--color);
  color: white;
  border: none;
  padding: 0 30px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  border-radius: 30px;
}
.i-form .box .right .form form input::-webkit-input-placeholder {
  color: #fff;
}

.i-form .box .right .form form input::-moz-placeholder {
  color: #fff;
}

.i-form .box .right .form form input:-ms-input-placeholder {
  color: #fff;
}

.i-form .box .right .form form input:-moz-placeholder {
  color: #fff;
}

.i-form .box .right .form form input[type="submit"] {
  background: white;
color: #ff5b2e;
  font-family: 'buttersans-Regular';
  padding: 0 20px;
  font-weight: normal;
  border-radius: 25px;
}
@media screen and (max-width: 1450px) {
  .i-form .box .left {
    padding-left: 80px;
  }

}
@media screen and (max-width: 1200px) {
  .i-form .box .left ul li {
    font-size: 16px;
  }

  .i-form .box .right .form form input {
    height: 45px;
  }
  .i-form .box .left {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .i-form .box .left {
    width: 100%;
    padding-left: 0;
  }

  .i-form .box .right {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .i-form .box {
    padding: 60px 25px;
  }
}
@media screen and (max-width: 500px) {
  .i-form .box .right .form {
    padding: 35px 20px 20px;
  }

  .i-form .box .right .form .h4 {
    font-size: 26px;
  }
}

.gallery-page .gallery-1 {
  padding: 100px 0 80px;
}
.gallery-page .gallery-1 .list ul {
  margin: -25px -12px;
}
.gallery-page .gallery-1 .list ul li {
  padding: 25px 12px;
}
.gallery-page .gallery-1 .list ul li a.img-box {
  display: block;
}
.gallery-page .gallery-1 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.gallery-page .gallery-1 .list ul li a.img-box h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  position: absolute;
  top: 55%;
  right: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
  color: white;
  display: none;
}
/*.gallery-page .gallery-1 .list ul li a.img-box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(239, 128, 23, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}*/
.gallery-page .gallery-1 .list ul li a.img-box:hover h6 {
  top: 50%;
  opacity: 1;
}
.gallery-page .gallery-1 .list ul li a.img-box:hover:after {
  opacity: 1;
}
.faq-page .faq-1 {
  padding: 100px 0 100px;
  text-align: center;
  background-color: #fffaf6;
}
.faq-page .faq-1 h2.title small {
  margin-top: 0;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: right;
}
.faq-page .faq-1 .list ul li {
  margin-bottom: 25px;
}
.faq-page .faq-1 .list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .list ul li h6 {
  padding: 20px 25px;
  font-weight: 500;
  font-size: 24px;
  color: #301500;
  position: relative;
  padding-left: 75px;
  border-radius: 5px;
  -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);
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 2;
}
.faq-page .faq-1 .list ul li h6 i {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  left: 35px;
  top: 27px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i:after,
.faq-page .faq-1 .list ul li h6 i:before {
  content: '';
  width: 100%;
  height: 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e5e5e5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li h6 i:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.faq-page .faq-1 .list ul li .content {
  font-weight: 500;
  color: #301500;
  font-size: 20px;
  padding: 20px;
  display: none;
  line-height: 2;
}
.faq-page .faq-1 .list ul li.active h6 {
  background: var(--color);
  color: white;
}
.faq-page .faq-1 .list ul li.active h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .faq-1 .list ul li.active h6 i:after,
.faq-page .faq-1 .list ul li.active h6 i:before {
  background: white;
}
@media screen and (max-width: 1700px) {
  .faq-page .faq-1,
  .gallery-page .gallery-1{
    padding: 60px 0;
  }
  .faq-page .faq-1 .list ul li h6 {
    padding: 15px 20px;
    padding-left: 70px;
    font-size: 20px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    top: 20px;
    left: 25px;
    width: 25px;
    height: 25px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 18px;
  }
}
@media screen and (max-width: 1500px) {
  .faq-page .faq-1 .list ul li h6 i {
    top: 17px;
  }
}
@media screen and (max-width: 1250px) {
    .gallery-page .gallery-1 .list ul li a.img-box h6 {
    font-size: 20px;
  }
  .gallery-page .gallery-1 .list ul li {
    padding: 10px;
  }
  .gallery-page .gallery-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 1000px) {
  .gallery-page .gallery-1 .list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .faq-1 .list ul li h6 {
    padding: 10px 10px 10px 50px;
    font-size: 18px;
  }
  .faq-page .faq-1 .list ul li h6 i {
    left: 10px;
    top: 10px;
  }
  .faq-page .faq-1 .list ul li h6 i:after,
  .faq-page .faq-1 .list ul li h6 i:before {
    height: 3px;
  }
  .faq-page .faq-1 .list ul li .content {
    font-size: 16px;
    padding: 10px;
  }
  .gallery-page .gallery-1 .list ul li {
    width: 100%;
  }
}
 

.tabox{
  padding: 30px 0;
}
.tabox .nav{
  display: flex;
  justify-content: flex;
  align-items: center;
}
.tabox .nav .tit{
  padding: 0 25px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  display: inline-block;
  margin-left: 15px;
  color: #000;
  
  background: #eee;
  transition: 0.3s all;
}
.tabox .nav .tit.active{
  transition: 0.3s all;
  color: #fff;
  background: #f78d37;
}
.tabox .rec{
  margin-top: 20px;
}
.maskBg {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.maskBg4::before {
    background-image: url(../images/mask-bg4.png);
}
.maskBg2::before {
    background-image: url(../images/mask-bg2.png);
}
.maskBg6::before {
    background-image: url(../images/mask-bg6.png);
}
.maskBg5::before {
    background-image: url(../images/mask-bg5.png);
}
.maskBg::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 120%;
    height: 120%;
    right: -10%;
    top: -10%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
 .baseTag {
  color: #545454;
  border: 1px solid currentcolor;
  padding: .6em 1em;
  border-radius: 3em;
}
.about-1 {
  padding-top: 7em;
  padding-bottom: 6em;
}
.about-1 h2{
  line-height: 1.2;
      color: #fdbc48;
}
.about-1 .box {
  padding-right: 9.3em;
}
.about-1 .text span {
  color: #f4f2e6;
}
.about-1 .img {
  margin-left: -10em;
}
.about-2 .box {
  padding: 0 9.3em;
}
.about-2 .tit {
  font-size: 7.5em;
  margin: 0 0 -1em 0;
  opacity: .55;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  font-weight: bold;
  color: #fff;
}
.about-2 .txt {
  display: none;
  min-height: 300px;
}
.about-2 .img {
  width: 100%;
  right: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.about-2 .img img {
  border-radius: 50%;
}
.about-2 .btns {
  top: 2em;
  left: 9.3em;
}
.about-2 li {
  background-color: #fdcb48;
  padding-top: 4em;
  padding-bottom: 8em;
  border-radius: 2.5em;
  overflow: hidden;
  position: relative;
}
.about-2 li:nth-of-type(2) {
  background-color: #ffbc3b;
}
.about-2 li:nth-of-type(3) {
  background-color: #efa93c;
}
.about-2 li:last-child {
  padding-bottom: 4em;
}
.about-2 li + li {
  margin-top: -4em;
}
.about-2 li.active{
  color: white;
  min-height: 500px;
}
.about-2 li.active .tit {
  opacity: 1;
  margin: 0 0 10px 0;
}
.about-2 li.active .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-3 {
  padding-top: 8em;
  padding-bottom: 8em;
}
.about-3 .box {
  padding-right: 9.3em;
}
.about-3 .top {
  padding-left: 9.3em;
}
.about-3 .slick-list {
  padding-left: 18%;
}
.about-3 .list::before {
  content: "";
  position: absolute;
  width: 105%;
  height: 60%;
  right: -5%;
  top: 50%;
  background-color: var(--color2);
  border-radius: 0 2.5em 2.5em 0;
}
@media screen and (max-width: 1000px) {
  .about-1 .right {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .about-1 {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .about-1 .box {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
  .about-2 .box {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
  .about-2 .tit {
    font-size: 4em;
  }
  .about-2 li {
    padding-top: 3em;
    padding-bottom: 6em;
    border-radius: 1.25em;
  }
  .about-2 .btns {
    top: 1em;
    left: 1.25em;
  }
  .about-3 {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .about-3 .box {
    padding-right: 1.25em;
  }
  .about-3 .top {
    padding-left: 1.25em;
  }
  .about-3 .list::before {
    width: auto;
    right: -1.25em;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-2 .box > div {
    width: 100%;
    padding: 0;
  }
  .about-2 .tit {
    font-size: 2em;
  }
  .about-2 .img {
    display: none;
  }
  .about-2 .btns {
    width: auto!important;
    top: 0;
  }
}



.service-1 {
  padding-top: 8em;
  padding-bottom: 8em;
}
.service-1 .slick-list {
  overflow: visible;
  padding: 0 20em;
}
.service-1 li {
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}
.service-1 .slick-current li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.service-1 .slick-current .name {
  opacity: 1;
}
.service-1 .img {
  border-radius: 1em;
  overflow: hidden;
}
.service-1 .name {
  position: absolute;
  width: 100%;
  right: 0;
  top: 95%;
  opacity: 0;
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}
.service-1 .slickBtn {
  font-size: 2.5em;
}
.service-1 .slickBtn div {
  width: auto;
  height: auto;
  color: var(--color);
  background-color: transparent;
}
.service-1 .slickBtn div:hover {
  color: var(--color2);
}
.service-1 .slickBtn.pos div.prev {
  left: 75%;
}
.service-1 .slickBtn.pos div.next {
  right: 75%;
  left: auto;
}
@-webkit-keyframes wgl_scroll_text {
  from {
    -webkit-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  to {
    -webkit-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}
@-moz-keyframes wgl_scroll_text {
  from {
    -moz-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  to {
    -moz-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}
@keyframes wgl_scroll_text {
  from {
    -webkit-transform: translateX(-0.0);
    -moz-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  to {
    -webkit-transform: translateX(100.0%);
    -moz-transform: translateX(100.0%);
    transform: translateX(100.0%);
  }
}
.service-2 {
  color: #FFFFFF;
  background-color: #8b9271;
  padding-top: 6.5em;
  padding-bottom: 23em;
}
.service-2 .baseTag {
  color: #FFFFFF;
}
.service-2 .list {
  margin-top: 5.5em;
}
.service-2 .list li {
  background-color: #6c744f;
  border-radius: 1em;
  padding: 4.5em 6em;
  margin-bottom: 2.5em;
}
.service-2 .list li .img {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.service-2 .list li .num {
  right: 1.5em;
  top: 1.5em;
  color: var(--color2);
}
.service-2 .list li:hover .img {
  opacity: 1;
}
.service-2 .text-editor_wrapper {
  font-size: 200px;
  font-family: var(--font);
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: inherit;
  -webkit-animation: wgl_scroll_text 250s linear infinite;
  -moz-animation: wgl_scroll_text 250s linear infinite;
  animation: wgl_scroll_text 250s linear infinite;
  white-space: nowrap;
}
.service-2 .text-editor_wrapper > span {
  display: inline;
  color: #6c744f;
}
.service-2 .extended-parallax {
  top: 0;
  right: 1%;
  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;
  min-height: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 0;
}
.service-2 .extended-parallax img {
  width: clamp(10px, 122.438vw, 2340px);
  max-width: none;
}
.extended-parallax {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
 
.service-3 .list ul {
  margin: -1.2em -3em;
}
.service-3 .list li {
  padding: 1.2em 3em;
}
.service-3 .list li .icon {
  width: 6.2em;
  border-radius: 1em;
  overflow: hidden;
  background-color: var(--color2);
}
.service-3 .list li .icon.on img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1250px) {
  .service-2 .text-editor_wrapper {
    font-size: 100px;
  }
}
@media screen and (max-width: 991px) {
  .service-1 {
    padding-top: 4.5em;
    padding-bottom: 4.5em;
  }
  .service-1 .slick-list {
    padding: 0 10em;
  }
  .service-2 {
    padding-top: 4em;
    padding-bottom: 12em;
  }
  .service-2 .list li {
    padding: 3em 1.25em;
  }
  .service-2 .list li .num {
    position: static;
  } 
}
@media screen and (max-width: 767px) {
  .service-1 .slick-list {
    padding: 0 1.25em;
  }
  .service-2 {
    padding-bottom: 7em;
  }
  .service-2 .text-editor_wrapper {
    font-size: 40px;
  }
}

.seoPublic .Auxil-news .list ul li .more{
  height: 45px;
}
.seoPublic .Auxil-news .list ul li .more span{
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.seoPublic .Auxil-news .list ul li .content p{
  font-weight: normal;
}
.seoPublic .Auxil-form .form ul li button{
  border: none;
}