@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Brodhera';
  src: url('../fonts/Brodhera-Regular.eot');
  src: url('../fonts/Brodhera-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Brodhera-Regular.woff2') format('woff2'), url('../fonts/Brodhera-Regular.woff') format('woff'), url('../fonts/Brodhera-Regular.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
body {
  --color: #7c9d4c;
  --color1: #d80030;
  max-width: 1920px;
  margin: 0 auto;
  font-family: 'Poppins';
  font-weight: 400;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background: url(../images/footer.jpg) no-repeat center bottom;
}
.container {
  padding: 0 15px;
  position: relative;
  width: 1580px;
  margin: 0 auto;
}
.more {
  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;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  background: url(../images/more-bg.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  padding: 17px 124px 22px 52px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.more i {
  font-size: 22px;
  margin-left: 12px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.more:hover {
  -webkit-transform: translateX(-1em);
  -moz-transform: translateX(-1em);
  -ms-transform: translateX(-1em);
  transform: translateX(-1em);
}
.more:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#header {
  z-index: 20;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top {
  background-color: #39444a;
  color: #fff;
}
#header .h-top .box {
  max-width: 801px;
  margin: 0 auto;
  line-height: 1;
}
#header .h-top .box .link {
  text-decoration: underline;
}
#header .h-top .box .prev,
#header .h-top .box .next {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .h-top .box .prev:hover,
#header .h-top .box .next:hover {
  color: var(--color1);
}
#header .h-top .box .prev {
  left: 0;
}
#header .h-top .box .next {
  right: 0;
}
#header .nav {
  position: relative;
}
#header .nav .logo {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#header .nav .menu-box {
  margin-top: 3px;
}
#header .nav .menu-box ul.menu > li {
  font-size: 20px;
  line-height: 1;
  margin-right: 2.5em;
  float: left;
  position: relative;
  text-transform: capitalize;
  color: #151c1f;
}
#header .nav .menu-box ul.menu > li > a {
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
}
#header .nav .menu-box ul.menu > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .menu-box ul.menu > li > a i {
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
}
#header .nav .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;
  z-index: 1;
  font-size: 14px;
  background: #fff;
  top: 130%;
  left: 0;
  width: auto;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -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-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 .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .menu-box ul.menu > li ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .menu-box ul.menu > li:hover,
#header .nav .menu-box ul.menu > li.active {
  color: var(--color);
}
#header .nav .menu-box ul.menu > li:hover > a::after,
#header .nav .menu-box ul.menu > li.active > a::after {
  width: 100%;
}
#header .nav .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .menu-box ul.menu > li:nth-child(6) {
  margin-left: 17.2em;
}
#header .nav .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .h-search {
  cursor: pointer;
  border-left: 1px solid #000;
}
#header .nav .h-search img {
  vertical-align: middle;
}
#header .nav .h-search span {
  color: #39444a;
}
#header .nav .yuy span {
  position: relative;
  color: #39444a;
}
#header .nav .yuy span img {
  width: 24px;
}
#header .nav .yuy ul {
  left: initial;
  right: 0;
}
#header .nav .more {
  padding: 1.39em 2em 1.17em;
  border-radius: 32px;
}
#header.active {
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.2);
}
.text-color {
  color: var(--color);
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner ul {
  margin: 0 auto;
}
#banner ul li {
  position: relative;
}
#banner ul li > img {
  width: 100%;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 46.5%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 16px;
}
#banner ul li .text .title {
  line-height: 1;
  font-size: 19.375em;
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(52%, #fff), to(rgba(255, 255, 255, 0.5)));
  background: -webkit-linear-gradient(top, #fff 52%, rgba(255, 255, 255, 0.5) 100%);
  background: -moz-linear-gradient(top, #fff 52%, rgba(255, 255, 255, 0.5) 100%);
  background: linear-gradient(to bottom, #fff 52%, rgba(255, 255, 255, 0.5) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
#banner ul li .text .con {
  line-height: 1.5;
  max-width: 297px;
  margin-left: auto;
  text-align: left;
}
#banner ul li .text .btn {
  margin-left: auto;
  text-align: right;
}
#banner ul li .text .title,
#banner ul li .text .con,
#banner ul li .text .btn {
  opacity: 0;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul .swiper-slide-active .text .title,
#banner ul .swiper-slide-active .text .con,
#banner ul .swiper-slide-active .text .btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#banner ul .swiper-slide-active .text .title {
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  transition-delay: .5s;
}
#banner ul .swiper-slide-active .text .con {
  -webkit-transition-delay: .8s;
  -moz-transition-delay: .8s;
  transition-delay: .8s;
}
#banner ul .swiper-slide-active .text .btn {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
#banner .page {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 46px;
}
#banner .page span.curr {
  font-size: 36px;
  line-height: 1;
}
#banner .page em {
  width: 8.7%;
  height: 1px;
  background: #fff;
  margin: 0 5px 12px 31px;
}
.tr_5 {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.font-18 {
  line-height: 1.6;
}
.font-14 {
  line-height: 2;
}
.font-30 {
  line-height: 1.2;
}
.font,
.title,
.i-title {
  font-family: 'Brodhera';
}
.i-tag {
  font-size: 31px;
  font-family: 'Brodhera';
  color: var(--color1);
}
.i-title {
  font-size: 64px;
  line-height: 1.3;
}
#luxy {
  background: url(../images/footer.jpg) no-repeat center bottom;
}
#index-body .i-advantage ul {
  border-bottom: 1px solid #d3d3d3;
}
#index-body .i-advantage ul li {
  border-right: 1px solid #d3d3d3;
  color: #1c262b;
}
#index-body .i-advantage ul li i {
  width: 52px;
}
#index-body .i-advantage ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .i-advantage ul li .text p {
  font-weight: 300;
}
#index-body .i-advantage ul li:last-child {
  border-right: 0;
}
#index-body .i-category ul li .img-box .text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 2;
}
#index-body .i-category ul li .img-box .text .title {
  line-height: 1.3;
}
#index-body .i-category ul li .img-box .text .con {
  line-height: 1.8;
  font-weight: 300;
}
#index-body .i-category ul li .img-box .text .btn {
  opacity: 0;
}
#index-body .i-category ul li .img-box .text .more {
  background: url(../images/more-bg1.png) no-repeat center;
  background-size: 100% 100%;
  color: var(--color1);
}
#index-body .i-category ul li .img-box .text .more:hover {
  background: url(../images/more-bg.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
}
#index-body .i-category ul li .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-category ul li .img-box:hover .text {
  -webkit-transform: translateY(-38px);
  -moz-transform: translateY(-38px);
  -ms-transform: translateY(-38px);
  transform: translateY(-38px);
}
#index-body .i-category ul li .img-box:hover .text .btn {
  opacity: 1;
}
#index-body .i-category ul li .img-box:hover::after {
  opacity: .6;
}
#index-body .i-category .slickDots {
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
#index-body .i-category .slickDots li {
  width: 2em;
  height: 2em;
  background: rgba(255, 255, 255, 0);
  border: 0;
  position: relative;
  margin: 0 1.1em;
}
#index-body .i-category .slickDots li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
}
#index-body .i-category .slickDots li.slick-active {
  background: rgba(255, 255, 255, 0.5);
}
#index-body .i-product {
  padding: 7.92% 0 7.083% 0;
}
#index-body .i-product .box {
  padding-left: 40.58%;
  z-index: 1;
}
#index-body .i-product .box ul {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .i-product .box ul li {
  width: 100%;
  opacity: 0 !important;
  font-size: 16px;
}
#index-body .i-product .box ul li .left {
  width: 60%;
  position: relative;
}
#index-body .i-product .box ul li .left img {
 -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-product .box ul li .left .img {
  display: block;
}
#index-body .i-product .box ul li .left .img .i2 {
  right: -96px;
  bottom: 10px;
  width: 86.4%;
  height: 60.26%;
  z-index: -1;
}
#index-body .i-product .box ul li .left .color{
  position: relative;
  z-index: 3;
  display: none;
}
#index-body .i-product .box ul li .left .color dl dd {
  display: inline-block;
  margin-right: 1px;
  padding: 6px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}
#index-body .i-product .box ul li .left .color dl dd span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: relative;
}
#index-body .i-product .box ul li .left .color dl dd:last-child {
  margin-right: 0;
}
#index-body .i-product .box ul li .right {
  width: 40%;
  display: none;
}
#index-body .i-product .box ul li .right .tit {
  font-weight: 600;
}
#index-body .i-product .box ul li .right .tit:hover {
  color: var(--color1);
}
#index-body .i-product .box ul li .right .con {
  color: #515151;
  line-height: 1.8;
}
#index-body .i-product .box ul li .right .more {
  font-size: 14px;
  padding: 11px 84px 15px 27px;
}
#index-body .i-product .box::after {
  position: absolute;
  content: attr(data-text);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 70px;
  font-size: 24em;
  line-height: .8;
  font-family: 'Brodhera';
  color: #eaeaea;
  white-space: nowrap;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#index-body .i-product .box ul li.swiper-slide-prev {
  opacity: 1 !important;
  z-index: 2;
}
#index-body .i-product .box ul li.swiper-slide-prev .left img {
  -webkit-transform: translateX(-40em);
  -moz-transform: translateX(-40em);
  -ms-transform: translateX(-40em);
  transform: translateX(-40em);
  max-width: 260px;
  opacity: .7;
  bottom: 1.3125em;
  position: absolute;
  z-index: 10;
}
#index-body .i-product .box ul li.swiper-slide-next {
  opacity: 1 !important;
  z-index: 2;
}
#index-body .i-product .box ul li.swiper-slide-next .left img {
  -webkit-transform: translateX(-20em);
  -moz-transform: translateX(-20em);
  -ms-transform: translateX(-20em);
  transform: translateX(-20em);
  max-width: 260px;
  opacity: .7;
  bottom: 1.3125em;
  position: absolute;
  z-index: 10;
}
#index-body .i-product .box ul li.swiper-slide-active {
  z-index: 5;
  opacity: 1 !important;
}
#index-body .i-product .box ul li.swiper-slide-active .left img {
  max-width: 100%;
  opacity: 1;
}
#index-body .i-product .box ul li.swiper-slide-active .right {
  display: block;
  position: absolute;
  right: 0;
  bottom: 2em;
}
#index-body .i-product .box ul li.swiper-slide-active::after {
  display: block;
}
#index-body .i-product .box ul li.swiper-slide-active .color{
  display: block;
}
#index-body .i-product .box .swiper-pagination {
  position: absolute;
  bottom: 7%;
  left: initial;
  right: 12%;
  width: 264px !important;
}
#index-body .i-product .box .swiper-pagination span {
  background: var(--color1);
  width: 11px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  opacity: 1;
  margin: 0 5.5px;
  background: transparent;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#index-body .i-product .box .swiper-pagination span::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color1);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .i-product .box .swiper-pagination span.swiper-pagination-bullet-active {
  background: rgba(216, 0, 48, 0.2);
}
#index-body .i-product .box .swiper-button-prev,
#index-body .i-product .box .swiper-button-next {
  width: 72px;
  height: 72px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  outline: 3px solid #eeedec;
}
#index-body .i-product .box .swiper-button-prev svg,
#index-body .i-product .box .swiper-button-next svg {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  stroke: var(--color);
  stroke-width: 3px;
  stroke-dasharray: 226;
  stroke-dashoffset: 226;
  fill: none;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  overflow: visible;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
#index-body .i-product .box .swiper-button-prev svg:hover,
#index-body .i-product .box .swiper-button-next svg:hover {
  stroke-dashoffset: 40;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s;
  -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s;
}
#index-body .i-product .box .swiper-button-prev {
  background: url(../images/p-left.png) no-repeat center center;
  left: -7%;
}
#index-body .i-product .box .swiper-button-next {
  background: url(../images/p-right.png) no-repeat center center;
  right: -7%;
}
#index-body .i-box {
  background-color: #dde6d0;
  padding: 7.1875% 0 8.5%;
  font-size: 20px;
  z-index: 1;
}
#index-body .i-box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 11.8em;
  line-height: .6;
  font-family: 'Brodhera';
  color: #eaeaea;
  white-space: nowrap;
}
#index-body .i-app {
  z-index: 1;
}
#index-body .i-app .i-title {
  color: #fff;
  line-height: 1.2;
}
#index-body .i-app .left {
  width: 25%;
}
#index-body .i-app .right {
  width: 75%;
  margin-right: -49px;
}
#index-body .i-app .right ul {
  margin: -70x -35px;
}
#index-body .i-app .right ul li {
  padding: 70px 35px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-app .right ul li .img {
  background: #fff;
}
#index-body .i-app .right ul li.swiper-slide-prev .img {
  -webkit-transform: rotate(-13deg) translateX(106px);
  -moz-transform: rotate(-13deg) translateX(106px);
  -ms-transform: rotate(-13deg) translateX(106px);
  transform: rotate(-13deg) translateX(106px);
}
#index-body .i-app .right ul li.swiper-slide-active {
  z-index: 2;
  padding-top: 0;
}
#index-body .i-app .right ul li.swiper-slide-active .img {
  -webkit-box-shadow: 1px 2px 4px rgba(124, 157, 76, 0.6);
  box-shadow: 1px 2px 4px rgba(124, 157, 76, 0.6);
  -webkit-transform: rotate(0deg) translateX(0);
  -moz-transform: rotate(0deg) translateX(0);
  -ms-transform: rotate(0deg) translateX(0);
  transform: rotate(0deg) translateX(0);
}
#index-body .i-app .right ul li.swiper-slide-next .img {
  -webkit-transform: rotate(13deg) translateX(-106px);
  -moz-transform: rotate(13deg) translateX(-106px);
  -ms-transform: rotate(13deg) translateX(-106px);
  transform: rotate(13deg) translateX(-106px);
}
#index-body .i-app .right .swiper-pagination {
  position: initial;
  text-align: center;
  margin-top: -70px;
}
#index-body .i-app .right .swiper-pagination span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid transparent;
  margin: 0 9.5px;
  position: relative;
  opacity: 1;
  background: transparent;
}
#index-body .i-app .right .swiper-pagination span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
#index-body .i-app .right .swiper-pagination span.swiper-pagination-bullet-active {
  background: transparent;
  border-color: #fff;
}
#index-body .i-app::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#index-body .i-recommend ul li {
  padding-top: 20px;
}
#index-body .i-recommend ul li .ig .img {
  display: block;
  background-color: #f5f5f5;
}
#index-body .i-recommend ul li .ig .img .hot {
  top: -21px;
  right: 13px;
  width: 57px;
  height: 63px;
  background: url(../images/hot.png) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  font-weight: 300;
  padding-bottom: 3px;
}
#index-body .i-recommend ul li .ig .bottom .title {
  line-height: 1.3;
  position: relative;
}
#index-body .i-recommend ul li .ig .bottom .title::after {
  content: '';
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-recommend ul li .ig .bottom .color dl dd {
  display: inline-block;
  margin-right: 1px;
  padding: 2px;
  border-radius: 50%;
  border: 1px solid transparent;
  cursor: pointer;
}
#index-body .i-recommend ul li .ig .bottom .color dl dd span {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
}
#index-body .i-recommend ul li .ig .bottom .color dl dd:last-child {
  margin-right: 0;
}
#index-body .i-recommend ul li .ig:hover {
  background: #fff;
  padding: 29px 31px 19px 30px;
}
#index-body .i-recommend ul li .ig:hover .bottom .title::after {
  width: 100%;
}
#index-body .i-about {
  background: url(../images/abg.png) no-repeat center bottom #fff;
  padding: 7.13542% 0 7.92% 0;
}
#index-body .i-about .box {
  width: 78.5%;
  margin: 0 auto;
}
#index-body .i-about .box .left {
  width: 60%;
}
#index-body .i-about .box .left .con {
  line-height: 2;
}
#index-body .i-about .box .left .con h1 {
  display: inline;
}
#index-body .i-about .box .right .play {
  cursor: pointer;
}
#index-body .i-about .box .right .play-btn {
  position: initial;
  background: var(--color1);
  width: 5.05em;
  height: 5.05em;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#index-body .i-about .box .right .play-btn i {
  border-left: .95em solid #fff;
  border-top: .675em solid transparent;
  border-bottom: .675em solid transparent;
}
#index-body .i-about .box .right span {
  font-size: 20px;
}
#index-body .i-about .partner {
  padding-top: 19.23%;
}
#index-body .i-mana ul {
  position: relative;
}
#index-body .i-mana ul li .item {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #fff;
}
#index-body .i-mana ul li .item .more {
  font-size: 14px;
  padding: 11px 84px 15px 27px;
}
#index-body .i-mana ul li .box {
  height: 100%;
  background: var(--color);
  text-align: left;
  color: #fff;
}
#index-body .i-mana ul li .box p {
  padding-left: 39px;
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
}
#index-body .i-mana ul li .box p::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 181px;
  height: 37px;
  background: url(../images/mana-icon.png) no-repeat center;
  background-size: 100% 100%;
}
#index-body .i-mana ul li .box p:last-child {
  margin-bottom: 0;
}
#index-body .i-mana ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
#index-body .i-mana ul li:nth-child(1) {
  width: 64.2%;
}
#index-body .i-mana ul li:nth-child(2) {
  width: 35.8%;
}
#index-body .i-mana ul li:nth-child(3),
#index-body .i-mana ul li:nth-child(4) {
  width: 32.1%;
}
#index-body .i-mana ul li:nth-child(3) {
  position: absolute;
  left: 0;
  bottom: 0;
}
#index-body .i-mana ul li:last-child {
  position: absolute;
  left: 32.1%;
  bottom: 0;
}
#index-body .i-mana ul li:last-child::after {
  display: none;
}
#index-body .i-news {
  padding: 6.3021% 0 30px 0;
}
#index-body .i-news .content {
  width: 70%;
  margin: 0 auto;
}
#index-body .i-news .content ul li {
  font-style: italic;
}
#index-body .i-news .content ul li .title {
  line-height: 1.3;
}
#index-body .i-news .content ul li .title:hover {
  color: var(--color1);
}
#index-body .i-news .content ul li time {
  font-weight: 300;
  color: #797979;
  line-height: 1;
}
#index-body .i-news .icon {
  top: 0;
  left: 5.81%;
}
#index-body .i-news .swiper-pagination {
  position: relative;
  text-align: left;
  margin: 40px 0 0 25px;
}
#index-body .i-news .swiper-pagination span {
  width: 5px;
  height: 5px;
  background: #000;
  opacity: 1;
  margin: 0 .7rem;
}
#index-body .i-news .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color1);
}
#index-body .i-news .swiper-button-prev,
#index-body .i-news .swiper-button-next {
  width: 50px;
  height: 15px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}
#index-body .i-news .swiper-button-prev {
  background: url(../images/n-left.png) no-repeat center center;
  background-size: 100% 100%;
  left: -3%;
}
#index-body .i-news .swiper-button-next {
  background: url(../images/n-right.png) no-repeat center center;
  background-size: 100% 100%;
  right: -3%;
}
#footer {
  position: relative;
  z-index: 1;
}
#footer .f-header {
  max-width: 630px;
  margin: 0 auto;
}
#footer .f-header .i-tag {
  font-size: 16px;
  letter-spacing: 2px;
}
#footer .f-header .i-title {
  font-size: 56px;
  line-height: 1.1;
  letter-spacing: 6px;
  color: #010101;
}
#footer .f-content {
  color: #fff;
}
#footer .f-content .tit {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 18px;
  text-transform: capitalize;
}
#footer .f-content ul li {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  margin-bottom: 11px;
}
#footer .f-content ul li a {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
#footer .f-content ul li a::after {
  content: '';
  position: absolute;
  bottom: 7px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-content ul li a:hover::after {
  width: 100%;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li em,
#footer .f-content ul li span {
  display: inline;
}
#footer .f-content ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content ul li ul {
  display: none;
}
#footer .f-content .f-nav ul li:first-child {
  display: none;
}
#footer .f-content .share a {
  font-size: 15px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.6);
}
#footer .f-content .share a:hover {
  background: var(--color);
  border-color: var(--color);
}
#footer .f-content .f-contact {
  width: 36%;
}
#footer .f-content .f-contact ul li {
  margin-bottom: 6px;
}
#footer .f-content .f-contact ul li:last-child {
  margin-bottom: 0;
}
#footer .f-content .f-code .tit {
  margin-bottom: 30px;
}
#footer .f-content #ewm {
  width: 112px;
  border: 3px solid #fff;
}
#footer .f-copy {
  line-height: 1.5;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  color: #e9e9e9;
  text-transform: uppercase;
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: -1px;
  opacity: 1;
  text-transform: capitalize;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
}
@media (max-width: 1700px) {
  #header .nav .menu-box ul.menu > li {
    font-size: 18px;
  }
  #header .nav .menu-box ul.menu > li:nth-child(6) {
    margin-left: 16.2em;
  }
  #banner ul li .text .title {
    font-size: 16em;
  }
  #index-body .i-product .box {
    padding-left: 45.58%;
  }
  #index-body .i-product .box::after {
    font-size: 12em;
    left: -39%;
  }
  #index-body .i-product .box .swiper-button-prev {
    left: -2%;
  }
  #index-body .i-product .box .swiper-button-next {
    right: -2%;
  }
  #index-body .i-news .swiper-button-prev {
    left: -1%;
  }
  #index-body .i-news .swiper-button-next {
    right: -1%;
  }
}
@media (max-width: 1450px) {
  #header .nav .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 2em;
  }
  #header .nav .menu-box ul.menu > li:nth-child(6) {
    margin-left: 15.2em;
  }
  #banner ul li .text .title {
    font-size: 13em;
  }
  .more {
    padding: 17px 100px 22px 52px;
  }
  #index-body .i-product .box ul li.swiper-slide-prev .left img {
    max-width: 200px;
    -webkit-transform: translateX(-34em);
    -moz-transform: translateX(-34em);
    -ms-transform: translateX(-34em);
    transform: translateX(-34em);
  }
  #index-body .i-product .box ul li.swiper-slide-next .left img {
    max-width: 200px;
    -webkit-transform: translateX(-17em);
    -moz-transform: translateX(-17em);
    -ms-transform: translateX(-17em);
    transform: translateX(-17em);
  }
  #index-body .i-product .box::after {
    left: -50%;
    top: 30px;
    font-size: 11em;
  }
  #index-body .i-box::after {
    font-size: 10em;
  }
}
@media (max-width: 1250px) {
  #banner ul li .text .title {
    font-size: 9em;
  }
  .i-tag {
    font-size: 24px;
  }
  .i-title {
    font-size: 40px;
  }
  #index-body .i-advantage ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 15px;
  }
  #index-body .i-advantage ul li .text {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -moz-box-flex: initial;
    -ms-flex: initial;
    flex: initial;
    width: 100%;
    margin: 20px 0 0 0;
  }
  #index-body .i-category ul li .img-box .text {
    padding: 0 20px;
  }
  #index-body .i-product .box {
    padding-left: 30%;
  }
  #index-body .i-product .box::after {
    left: -32%;
    font-size: 9em;
  }
  #index-body .i-box::after {
    font-size: 6em;
  }
  #index-body .i-app {
    padding-left: 30px;
  }
  #index-body .i-app .left {
    width: 31%;
  }
  #index-body .i-app .right {
    width: 69%;
  }
  #footer .f-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .fixed-toolbar {
    zoom: .9;
  }
}
@media (max-width: 1000px) {
  #banner ul li .text .title {
    font-size: 6em;
  }
  .flex-5 > * {
    width: 33.3333%;
  }
  .font-20 {
    font-size: 20px;
  }
  .more {
    padding: 17px 70px 22px 30px;
  }
  #index-body .i-advantage ul {
    margin-bottom: -10px;
  }
  #index-body .i-advantage ul li {
    margin-bottom: 10px;
  }
  #index-body .i-product .box {
    padding-left: 0;
  }
  #index-body .i-product .box ul li .left .color dl dd span {
    width: 16px;
    height: 16px;
  }
  #index-body .i-product .box::after {
    font-size: 6em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #index-body .i-app {
    padding-left: 30px;
  }
  #index-body .i-app .left {
    width: 34%;
  }
  #index-body .i-app .right {
    width: 66%;
    margin-right: -20px;
  }
  #index-body .i-app .right ul li {
    padding: 35px 0;
  }
  #index-body .i-app .right ul li.swiper-slide-prev .img {
    -webkit-transform: rotate(-13deg) translateX(60px);
    -moz-transform: rotate(-13deg) translateX(60px);
    -ms-transform: rotate(-13deg) translateX(60px);
    transform: rotate(-13deg) translateX(60px);
  }
  #index-body .i-app .right ul li.swiper-slide-next .img {
    -webkit-transform: rotate(13deg) translateX(-60px);
    -moz-transform: rotate(13deg) translateX(-60px);
    -ms-transform: rotate(13deg) translateX(-60px);
    transform: rotate(13deg) translateX(-60px);
  }
  #index-body .i-app .right .swiper-pagination {
    margin-top: -30px;
  }
  #index-body .i-recommend ul li .ig .bottom .color dl dd span {
    width: 8px;
    height: 8px;
  }
  #index-body .i-recommend ul li .ig:hover {
    padding: 20px 16px;
  }
  #index-body .i-box::after {
    font-size: 5em;
  }
  #index-body .i-about {
    background: url(../images/abg.png) no-repeat center -54% #fff;
  }
  #index-body .i-about .box {
    width: 100%;
  }
  #index-body .i-about .box .left {
    width: 70%;
  }
  #index-body .i-about .box .right {
    padding-right: 30px;
  }
  #index-body .i-mana ul li:first-child {
    width: 100%;
  }
  #index-body .i-mana ul li:nth-child(2) {
    width: 50%;
  }
  #index-body .i-mana ul li:nth-child(3) {
    width: 50%;
    position: relative;
  }
  #index-body .i-mana ul li:last-child {
    width: 50%;
    left: initial;
    right: 0;
    height: 168px !important;
  }
  #index-body .i-mana ul li .box {
    padding-right: 15px;
    font-size: 14px;
  }
  #index-body .i-news .icon {
    width: 9%;
  }
  #footer .f-header .i-title {
    font-size: 40px;
  }
  #footer .f-content .f-nav,
  #footer .f-content .f-product {
    display: none;
  }
  #footer .f-content .f-contact {
    width: 60%;
  }
}
@media (max-width: 700px) {
  #banner ul li .text .title {
    font-size: 4em;
  }
  #banner .page {
    padding-bottom: 0;
  }
  .font-24 {
    font-size: 20px;
  }
  .flex-5 > * {
    width: 50%;
  }
  .i-tag {
    font-size: 18px;
  }
  .i-title,
  .font-36 {
    font-size: 30px;
  }
  #index-body .i-product .box .swiper-button-next,
  #index-body .i-product .box .swiper-button-prev {
    zoom: .7;
  }
  #index-body .i-app {
    padding-left: 15px;
  }
  #index-body .i-app .left {
    width: 100%;
  }
  #index-body .i-app .right {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
  #index-body .i-app .right ul li.swiper-slide-prev .img {
    -webkit-transform: rotate(-13deg) translateX(40px);
    -moz-transform: rotate(-13deg) translateX(40px);
    -ms-transform: rotate(-13deg) translateX(40px);
    transform: rotate(-13deg) translateX(40px);
  }
  #index-body .i-app .right ul li.swiper-slide-next .img {
    -webkit-transform: rotate(13deg) translateX(-40px);
    -moz-transform: rotate(13deg) translateX(-40px);
    -ms-transform: rotate(13deg) translateX(-40px);
    transform: rotate(13deg) translateX(-40px);
  }
  #index-body .i-mana ul li {
    width: 100% !important;
  }
  #index-body .i-mana ul li:last-child {
    position: initial;
    height: 100% !important;
  }
  #index-body .i-mana ul li .box {
    padding: 30px 20px;
  }
  #index-body .i-box::after {
    font-size: 4em;
  }
  #footer .f-header .i-title {
    font-size: 30px;
  }
  #footer .f-content .f-contact {
    width: 100%;
  }
  #footer .f-content .f-code {
    display: none;
  }
  #footer .f-copy {
    display: block;
  }
  #footer .f-copy p {
    display: inline;
  }
}
@media (max-width: 500px) {
  #banner ul li .text .title {
    font-size: 3em;
  }
  #banner ul li .text .con {
    display: none;
  }
  #banner .page em {
    margin: 0 5px 9px;
  }
  #banner .page span.curr {
    font-size: 24px;
  }
  .more {
    font-size: 14px;
    padding: 12px 40px 10px 30px;
  }
  .font-48 {
    font-size: 22px;
  }
  #index-body .i-product{
    padding-bottom: 60px;
  }
  #index-body .i-product .box ul li .left {
    width: 100%;
  }
  #index-body .i-product .box ul li .left .color {
    display: none;
  }
  #index-body .i-product .box ul li .right {
    width: 100%;
    padding-bottom: 0;
  }
  #index-body .i-product .box ul li.swiper-slide-active .left .color {
    display: block;
  }
  #index-body .i-product .box ul li.swiper-slide-active .right {
    position: initial;
  }
  #index-body .i-product .box ul li .left .img .i2{
    display: none;
  }
  #index-body .i-product .box ul li.swiper-slide-prev,
  #index-body .i-product .box ul li.swiper-slide-next{
    opacity: 0 !important;
  }
  #index-body .i-product .box ul li.swiper-slide-prev .left img,
  #index-body .i-product .box ul li.swiper-slide-next .left img {
    max-width: 100%;
    position: initial;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .i-product .box .swiper-pagination {
    bottom: -10%;
  }
  #index-body .i-box::after {
    font-size: 3em;
  }
  #index-body .i-about .box {
    position: relative;
  }
  #index-body .i-about .box .left {
    width: 100%;
  }
  #index-body .i-about .box .right {
    position: absolute;
    bottom: -11%;
    right: 10%;
    zoom: .6;
  }
  #index-body .i-app .right ul li.swiper-slide-prev .img {
    -webkit-transform: rotate(-13deg) translateX(26px);
    -moz-transform: rotate(-13deg) translateX(26px);
    -ms-transform: rotate(-13deg) translateX(26px);
    transform: rotate(-13deg) translateX(26px);
  }
  #index-body .i-app .right ul li.swiper-slide-next .img {
    -webkit-transform: rotate(13deg) translateX(-26px);
    -moz-transform: rotate(13deg) translateX(-26px);
    -ms-transform: rotate(13deg) translateX(-26px);
    transform: rotate(13deg) translateX(-26px);
  }
  #index-body .i-mana ul li .item .title {
    font-size: 24px;
  }
  #index-body .i-recommend ul li .ig .bottom .title {
    font-size: 20px;
  }
  #index-body .i-news .swiper-button-prev,
  #index-body .i-news .swiper-button-next {
    width: 36px;
  }
  .fixed-toolbar {
    zoom: .6;
  }
  #footer .f-content {
    padding: 30px 15px 0;
  }
}
.inner-banner {
  color: #fff;
}
.inner-banner .tit {
  font-weight: 500;
  line-height: 1.2;
}
.inner-banner .mbx {
  font-weight: 300;
}
.inner-banner .mbx span {
  text-decoration: underline;
}
.inner-page .prev,
.inner-page .next {
  display: inline-block;
  width: 72px;
  height: 72px;
  margin-top: 0;
  border-radius: 100%;
  outline: 3px solid #eeedec;
  position: relative;
}
.inner-page .prev svg,
.inner-page .next svg {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  stroke: var(--color);
  stroke-width: 3px;
  stroke-dasharray: 226;
  stroke-dashoffset: 226;
  fill: none;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  overflow: visible;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.inner-page .prev svg:hover,
.inner-page .next svg:hover {
  stroke-dashoffset: 40;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s;
  -moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s;
  transition: stroke-dashoffset 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.35s;
}
.inner-page .prev {
  background: url(../images/p-left.png) no-repeat center center;
}
.inner-page .next {
  background: url(../images/p-right.png) no-repeat center center;
}
.inner-page .slickBtn div:hover {
  background-color: transparent;
}
.inner-page .sideBox .sideLeft {
  width: 21%;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.inner-page .sideBox .sideLeft .title {
  border-bottom: 1px solid #d8d8d8;
}
.inner-page .sideBox .sideLeft .list ul li {
  margin-bottom: 30px;
}
.inner-page .sideBox .sideLeft .list ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #656565;
  font-size: 20px;
  font-weight: 500;
}
.inner-page .sideBox .sideLeft .list ul li a em {
  width: 21px;
  height: 21px;
  background: #d8d8d8;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBox .sideLeft .list ul li a em::before,
.inner-page .sideBox .sideLeft .list ul li a em::after {
  content: '';
  position: absolute;
  background: #656565;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBox .sideLeft .list ul li a em::before {
  width: 11px;
  height: 2px;
}
.inner-page .sideBox .sideLeft .list ul li a em::after {
  width: 2px;
  height: 10px;
}
.inner-page .sideBox .sideLeft .list ul li a span {
  margin: 7px 0 0 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.inner-page .sideBox .sideLeft .list ul li a:hover,
.inner-page .sideBox .sideLeft .list ul li a.active {
  color: #000;
}
.inner-page .sideBox .sideLeft .list ul li a:hover em,
.inner-page .sideBox .sideLeft .list ul li a.active em {
  background: var(--color1);
}
.inner-page .sideBox .sideLeft .list ul li a:hover em::before,
.inner-page .sideBox .sideLeft .list ul li a.active em::before,
.inner-page .sideBox .sideLeft .list ul li a:hover em::after,
.inner-page .sideBox .sideLeft .list ul li a.active em::after {
  background: #fff;
}
.inner-page .sideBox .sideLeft .list ul li a.active em::after {
  display: none;
}
.inner-page .sideBox .sideLeft .list ul li ul {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 22px 0 11px 28px;
  margin-top: 5px;
  display: none;
}
.inner-page .sideBox .sideLeft .list ul li ul li {
  margin-bottom: 10px;
}
.inner-page .sideBox .sideLeft .list ul li ul li a {
  font-size: 18px;
}
.inner-page .sideBox .sideLeft .list ul li ul li a em {
  width: 15px;
  height: 15px;
  background: var(--color1);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBox .sideLeft .list ul li ul li a em::before,
.inner-page .sideBox .sideLeft .list ul li ul li a em::after {
  display: none;
}
.inner-page .sideBox .sideLeft .list ul li ul li a span {
  margin: 2px 0 16px 7px;
}
.inner-page .sideBox .sideLeft .list ul li ul li a:hover em,
.inner-page .sideBox .sideLeft .list ul li ul li a.active em {
  opacity: 1;
}
.inner-page .sideBox .sideLeft .list ul li ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBox .sideLeft .list ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sideBox .sideRight {
  width: 79%;
}
.inner-page .sideBox .sideRight .search {
  margin: 0 0 0 auto;
  max-width: 346px;
}
.inner-page .sideBox .sideRight .search form {
  width: 100%;
  position: relative;
}
.inner-page .sideBox .sideRight .search form input {
  width: 100%;
  height: 59px;
  border: solid 1px #b2b2b2;
  font-size: 16px;
  padding: 0 40px 0 17px;
}
.inner-page .sideBox .sideRight .search form input::-webkit-input-placeholder {
  color: #bebebe;
}
.inner-page .sideBox .sideRight .search form input:-moz-placeholder {
  color: #bebebe;
}
.inner-page .sideBox .sideRight .search form input::-moz-placeholder {
  color: #bebebe;
}
.inner-page .sideBox .sideRight .search form input:-ms-input-placeholder {
  color: #bebebe;
}
.inner-page .sideBox .sideRight .search form input::placeholder {
  color: #bebebe;
}
.inner-page .sideBox .sideRight .search form input[type="submit"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: 0;
  width: 20px;
  height: 20px;
  background: url(../images/search.png) no-repeat center;
}
.inner-page .m-page {
  text-align: center;
  margin-top: 49px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  width: 2.5em;
  height: 2.5em;
  border: 1px solid #d8d8d8;
  margin-right: .875em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span:hover {
  background: #7e7f80;
  border-color: #7e7f80;
  color: #fff;
}
.inner-page .m-page span {
  background: #7e7f80;
  border-color: #7e7f80;
  color: #fff;
}
.about-page .about-1 {
  padding: 6.3542% 0 4.271%;
  z-index: 1;
}
.about-page .about-1 .img .play {
  cursor: pointer;
}
.about-page .about-1 .img .play-btn {
  position: initial;
  background: var(--color1);
  width: 5.05em;
  height: 5.05em;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.about-page .about-1 .img .play-btn i {
  border-left: .95em solid #fff;
  border-top: .675em solid transparent;
  border-bottom: .675em solid transparent;
}
.about-page .about-1 .img span {
  font-size: 20px;
}
.about-page .about-1 .text {
  width: 90.97%;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 300;
}
.about-page .about-1::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 57.221%;
  background-color: #f3f7ed;
}
.about-page .about-num ul {
  padding: 0 7.806%;
}
.about-page .about-num ul li .num {
  line-height: 1;
}
.about-page .about-num ul li .num sub {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin-bottom: 14px;
}
.about-page .about-num ul li p {
  font-weight: 300;
}
.about-page .about-2 {
  padding-top: 6.25%;
}
.about-page .about-2 ul {
  margin: -10.5px;
}
.about-page .about-2 ul li {
  padding: 10.5px;
}
.about-page .about-2 ul li .ig {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 ul li .ig .text {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 10px 39px 42px 40px;
  -webkit-transform: translateY(40%);
  -moz-transform: translateY(40%);
  -ms-transform: translateY(40%);
  transform: translateY(40%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 ul li .ig .text .con {
  font-weight: 300;
  line-height: 1.6;
  max-height: 130px;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 ul li .ig::after {
  content: '';
  position: absolute;
  top: 18px;
  left: 15px;
  bottom: 17px;
  right: 14px;
  border: 1px solid #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 ul li .ig::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #dde6d0;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 ul li .ig:hover .text {
  color: #1f1f1f;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.about-page .about-2 ul li .ig:hover .text .con {
  opacity: 1;
}
.about-page .about-2 ul li .ig:hover::after {
  border-color: #6e6e6e;
}
.about-page .about-2 ul li .ig:hover::before {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.about-page .about-3 {
  padding: 8.073% 0;
}
.about-page .about-3 .header .left {
  width: 47%;
}
.about-page .about-3 .header .left .con {
  line-height: 1.8;
}
.mana-page .mana-1 {
  padding: 6.3542% 0 4.95%;
}
.mana-page .mana-1 .content ul {
  margin: -17px;
}
.mana-page .mana-1 .content ul li {
  padding: 17px;
}
.mana-page .mana-1 .content ul li .ig p {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 69px;
  background: var(--color1);
  color: #fff;
}
.mana-page .mana-2 {
  background-color: #f3f7ed;
  padding: 5% 0 3% 0;
}
.mana-page .mana-2 .content {
  margin-left: -100px;
  margin-right: -100px;
}
.mana-page .mana-2 ul li {
  padding-top: 151px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.mana-page .mana-2 ul li .img {
  width: 252px;
  border-radius: 50%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  margin: 0 auto;
}
.mana-page .mana-2 ul li .img img {
  width: 100%;
}
.mana-page .mana-2 ul li .img span {
  color: #fff;
  line-height: 1;
}
.mana-page .mana-2 ul li .text {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}
.mana-page .mana-2 ul li .con {
  font-weight: 300;
  color: #343434;
  line-height: 1.43;
  width: 96%;
}
.mana-page .mana-2 ul .slick-current li {
  padding-top: 0;
}
.mana-page .mana-2 ul .slick-current li .img {
  width: 334px;
}
.mana-page .mana-2 ul .slick-current li .img span {
  font-size: 85px;
}
.mana-page .mana-2 ul .slick-active li {
  padding-top: 98px;
}
.mana-page .mana-2 ul .slick-active.slick-current li {
  padding-top: 0;
}
.mana-page .mana-2 ul .swiper-slide-active .img {
  width: 334px;
}
.mana-page .mana-2 ul .swiper-slide-active .img span {
  font-size: 85px;
}
.mana-page .mana-3 .content .text {
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
}
.mana-page .mana-3 .content .text span {
  text-decoration: underline;
}
.mana-page .mana-3 .partner {
  margin: 0 -30px;
  padding: 0 23px;
}
.mana-page .mana-3 .partner ul {
  padding: -37px -6px;
}
.mana-page .mana-3 .partner ul li {
  padding: 37px 6px;
}
.mana-page .mana-3 .partner ul li .img-box {
  -webkit-box-shadow: 0 0 37px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.2);
}
.mana-page .about-3 {
  padding: 5.521% 0 8.073% 0;
}
.mana-page .about-3 .header .right {
  margin-bottom: 12px;
}
.resource-page .resource-1 {
  padding: 6.3021% 0 0 0;
}
.resource-page .resource-1 ul li .ig {
  background-color: #f3f3f3;
}
.resource-page .resource-1 ul li .ig:hover {
  background-color: #dde6d0;
  color: var(--color1);
}
.resource-page .resource-2 {
  padding: 5.78125% 0 88px 0;
}
.resource-page .resource-2 .column {
  width: 47.3%;
}
.resource-page .resource-2 ul {
  margin-bottom: -44px;
}
.resource-page .resource-2 ul li {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 44px;
}
.resource-page .resource-2 ul li .title {
  cursor: pointer;
  padding-top: 27px;
}
.resource-page .resource-2 ul li .title i {
  width: 11px;
  height: 10px;
  position: relative;
}
.resource-page .resource-2 ul li .title i::before,
.resource-page .resource-2 ul li .title i::after {
  content: '';
  position: absolute;
  background: var(--color1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.resource-page .resource-2 ul li .title i::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 0;
  width: 100%;
  height: 3px;
}
.resource-page .resource-2 ul li .title i::after {
  left: 53.5%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: 3px;
  height: 100%;
}
.resource-page .resource-2 ul li .con {
  line-height: 1.7;
}
.resource-page .resource-2 ul li.active .title {
  background-color: #dde6d0;
  padding: 27px 39px 20px 30px;
}
.resource-page .resource-2 ul li.active .title i::after {
  opacity: 0;
}
.product-page {
  padding: 6.3021% 0 65px;
  background: #e9ede2;
}
.product-page .productList ul {
  margin: -23px -21px;
}
.product-page .productList ul li {
  padding: 23px 21px;
}
.product-page .productList ul li .img {
  background-color: #f5f5f5;
  border: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .productList ul li .img .view {
  top: 17px;
  right: 18px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #d8d8d8;
}
.product-page .productList ul li .img .color {
  left: 16px;
  bottom: 16px;
}
.product-page .productList ul li .img .color dl dd {
  padding: 3px;
  border-radius: 50%;
  margin-right: 2px;
  border: 1px solid transparent;
}
.product-page .productList ul li .img .color dl dd span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: block;
}
.product-page .productList ul li .img .color dl dd:last-child {
  margin-right: 0;
}
.product-page .productList ul li .title {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .productList ul li:hover .img {
  background: #dde6d0;
  border: 1px solid #000;
}
.product-page .productList ul li:hover .title {
  color: var(--color1);
}
 .prodet-page{
  background: #e9ede2;
 }
.prodet-page .prodet-1 .img {
  width: 45.742%;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}
.prodet-page .prodet-1 .img .bigImg {
  background-color: #f5f5f5;
}
.prodet-page .prodet-1 .img .smallImg ul li a {
  display: block;
  background-color: #f5f5f5;
}
.prodet-page .prodet-1 .text {
  width: 48.9%;
}
.prodet-page .prodet-1 .text .color em {
  color: var(--color1);
  font-weight: 500;
}
.prodet-page .prodet-1 .text .color dl dd {
  padding: 6px;
  border-radius: 50%;
  border: 1px solid transparent;
  margin-right: 1px;
  cursor: pointer;
}
.prodet-page .prodet-1 .text .color dl dd span {
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
.prodet-page .prodet-1 .text .color dl dd:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .text .con {
  line-height: 1.8;
  border-bottom: 1px solid #c2c2c2;
}
.prodet-page .prodet-1 .text .con strong {
  font-family: 'Brodhera';
  font-size: 20px;
}
.prodet-page .prodet-1 .text .desc {
  color: var(--color1);
}
.prodet-page .prodet-1 .text .desc em {
  font-weight: 500;
}
.prodet-page .prodet-1 .text .link {
  margin-right: 15px;
  background-color: #000000;
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  padding: 23px 0;
  z-index: 1;
  overflow: hidden;
}
.prodet-page .prodet-1 .text .link::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .link:hover::after {
  width: 100%;
}
.prodet-page .prodet-2 .opt {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-2 .opt span {
  font-size: 24px;
  display: inline-block;
  padding-bottom: 4px;
  position: relative;
}
.prodet-page .prodet-2 .opt span::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000000;
}
.prodet-page .prodet-2 .ret1 ul{
  padding-left: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: -20px;
}
.prodet-page .prodet-2 .ret1 ul li{
  list-style-type: none !important;
  text-align: center;
  width: 25%;
  padding: 20px;
}
.prodet-page .prodet-2 .ret1 ul li img{
  display: block;
  margin: 0 auto 20px;
}
.prodet-page .prodet-3 {
  padding: 5% 0;
  background: #b4c2a1;
}
.prodet-page .prodet-3 ul li .ig:hover {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-3 .prev,
.prodet-page .prodet-3 .next{
  outline: 3px solid transparent;
  background-color: rgba(255,255,255,0.5);
}
.contact-page .contact-1 {
  padding-top: 5%;
}
.contact-page .contact-1 .img {
  width: 48.71%;
}
.contact-page .contact-1 .text {
  width: 48.71%;
}
.contact-page .contact-1 .text .i-tag {
  font-size: 18px;
}
.contact-page .contact-1 .text .i-title {
  font-size: 50px;
  line-height: 1.2;
  margin-top: 10px;
}
.contact-page .contact-1 .text .con {
  font-size: 16px;
  line-height: 1.8;
}
.contact-page .contact-1 .text .link {
  font-size: 20px;
  text-decoration: underline;
}
.contact-page .contact-2 ul li{
  padding: 50px;
    /* border: 1px solid #d80030; */
    width: 30%;
    background: #7c9d4c;
    color: #fff;

}
.contact-page .contact-2 ul li i {
  font-size: 34px;
}
.contact-page .contact-2 ul li .tit {
  font-weight: 800;
    font-size: 36px;
    /* font-style: italic; */
    text-transform: capitalize;

}
.contact-page .contact-2 ul li p {
  max-width: 300px;
  margin: 0 auto;
}
.contact-page .contact-3 .content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.contact-page .contact-3 ul {
  margin: -12px -15px;
}
.contact-page .contact-3 ul li {
  padding: 12px 15px;
}
.contact-page .contact-3 ul li input,
.contact-page .contact-3 ul li textarea {
  width: 100%;
  height: 54px;
  background: #fff;
  border: 1px solid #dee2e6;
  font-size: 16px;
  padding: 0 12px;
}
.contact-page .contact-3 ul li textarea {
  height: 100px;
  padding-top: 6px;
}
.contact-page .contact-3 ul li button {
  border: 0;
  background: var(--color);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 16px;
  border-radius: 35px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 20em;
}
.contact-page .contact-3 ul li button::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--color1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-3 ul li button:hover::after {
  width: 100%;
}
.custom-page .custom-1 {
  padding: 5.9375% 0 4.53125% 0;
}
.custom-page .custom-1 .box {
  width: 87.1%;
  margin: 0 auto;
}
.custom-page .custom-1 .box .img::after {
  content: '';
  position: absolute;
  top: 32px;
  left: 32px;
  bottom: 32px;
  right: 32px;
  border: 1px solid #bbbec2;
}
.custom-page .custom-1 .box ul li {
  position: relative;
}
.custom-page .custom-1 .box ul li .con {
  color: #4d4d4d;
  line-height: 1.6;
}
.custom-page .custom-1 .box ul li::after {
  content: '';
  position: absolute;
  bottom: 30px;
  right: 0;
  width: 1px;
  height: 128px;
  background: rgba(110, 110, 110, 0.4);
}
.custom-page .custom-1 .box ul li:last-child::after {
  display: none;
}
.custom-page .custom-2 {
  background-color: #dde6d0;
  padding: 4.375% 0 9.167%;
  z-index: 1;
}
.custom-page .custom-2 ul li {
  line-height: 1.7;
  padding-left: 22px;
  position: relative;
  margin-bottom: 4px;
}
.custom-page .custom-2 ul li::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background: var(--color1);
  top: 8px;
  left: 0;
}
.custom-page .custom-2 ul li:last-child {
  margin-bottom: 0;
}
.custom-page .custom-2 .img {
  width: 43.4375%;
  z-index: -1;
  left: 44.6%;
  bottom: 6%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.news-page{
  padding: 5% 0;
}
.news-page .news-list ul {
  margin: -30px -15px 0;
}
.news-page .news-list ul > p {
  font-size: 20px;
  margin: 20px;
  letter-spacing: 0;
}
.news-page .news-list ul li {
  padding: 0 15px;
  margin-top: 5em;
}
.news-page .news-list ul li .box .img img {
  width: 100%;
}
.news-page .news-list ul li .box .content .cat_name {
  background-color: #000000;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  line-height: 2;
}
.news-page .news-list ul li .box .content .title {
  margin-top: 20px;
  font-size: 24px;
  min-height: 2.4em;
}
.news-page .news-list ul li .box .content .title:hover {
  color: var(--color1);
}
.news-page .news-list ul li .box .content .time {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color1);
  display: inline-block;
  margin-top: 5px;
}
.news-page .news-list ul li .box .content .des {
  font-size: 16px;
  font-weight: 500;
  color:rgba(0,0,0,.5);
  margin-top: 6px;
  line-height: 30px;
}
.newdet-page {
  padding: 0 0 150px;
}
.newdet-page .header {
  width: 100%;
  padding: 55px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: var(--color1);
  padding: 5px 15px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 48px;
  line-height: 1.4;
  margin: 20px 71px 0;
  font-family: 'Brodhera';
}
.newdet-page .header .post_meta {
  margin-top: 26px;
  font-weight: 500;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 16px;
  line-height: 1;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #7b7b7b;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
  font-size: 16px;
  color: #7b7b7b;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827f;
}
.newdet-page .content {
  margin-top: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: rgba(0,0,0,.5);
}
.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  background: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: #fff;
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: #fff;
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: #fff;
}
.newdet-page .share a:nth-child(4) {
  background: var(--color1);
  color: #fff;
}
.newdet-page .share a:nth-child(5) {
  background: var(--color1);
  color: #fff;
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .m-link a em {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #7b7b7b;
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  font-family: 'syne';
}
.newdet-page .m-link a:hover {
  color: #000;
}
.factory-page ul{
  margin: -15px;
}
.factory-page ul li{
  padding: 15px;
}
@media (max-width: 1680px) {
  .inner-page .slickBtn div.prev {
    right: initial;
    left: -15px;
  }
  .inner-page .slickBtn div.next {
    left: initial;
    right: -15px;
  }
}
@media (max-width: 1450px) {
  .contact-page .contact-1 .text .i-title {
    font-size: 40px;
  }
}
@media (max-width: 1250px) {
  .inner-banner .mbx {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .about-2 ul li .ig .text {
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    -ms-transform: translateY(60%);
    transform: translateY(60%);
  }
  .mana-page .mana-2 .content {
    margin-left: -70px;
    margin-right: -70px;
  }
  .mana-page .mana-2 ul li .img {
    width: 200px;
  }
  .mana-page .mana-2 ul .slick-current li .img {
    width: 270px;
  }
  .inner-page .sideBox .sideLeft {
    display: none;
  }
  .inner-page .sideBox .sideRight {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-1 .text .i-title {
    font-size: 30px;
  }
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}
@media (max-width: 1000px) {
  .inner-banner .tit {
    display: none;
  }
  .inner-banner .mbx {
    margin-top: 0;
  }
  .flex-4 > * {
    width: 50%;
  }
  .font-24 {
    font-size: 20px;
  }
  .about-page .about-1::after {
    height: 66%;
  }
  .about-page .about-2 ul li .ig .text {
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
  }
  .about-page .about-3 .header .left {
    width: 70%;
  }
  .mana-page .mana-2 ul li .img {
    width: 160px;
  }
  .mana-page .mana-2 ul .slick-current li .img {
    width: 230px;
  }
  .mana-page .mana-3 .content .text {
    padding: 0 15px 20px;
  }
  .resource-page .resource-2 .column {
    width: 100%;
  }
  .resource-page .resource-2 .column:last-child {
    margin-top: 20px;
  }
  .resource-page .resource-2 ul {
    margin-bottom: -20px;
  }
  .resource-page .resource-2 ul li {
    margin-bottom: 20px;
  }
  .resource-page .resource-2 ul li .title {
    font-size: 24px;
  }
  .resource-page .resource-2 ul li .con {
    font-size: 16px;
  }
  .product-page .productList ul {
    margin: -12px -10px;
  }
  .product-page .productList ul li {
    padding: 12px 10px;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
    position: static;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    margin-top: 30px;
  }
  .font-56 {
    font-size: 27px;
  }
  .contact-page .contact-1 .img,
  .contact-page .contact-1 .text {
    width: 100%;
  }
  .contact-page .contact-1 .text {
    margin-top: 30px;
  }
  .contact-page .contact-2 ul {
    margin: -10px;
  }
  .contact-page .contact-2 ul li {
    width: 50%;
    padding: 10px;
  }
  .contact-page .contact-3 .content {
    width: 100%;
  }
  .custom-page .custom-1 .box {
    width: 100%;
  }
  .custom-page .custom-1 .box ul {
    margin-bottom: -20px;
  }
  .custom-page .custom-1 .box ul li {
    margin-bottom: 20px;
  }
  .custom-page .custom-2 .wid-28 {
    width: 40%;
  }
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
  .seoPublic .Auxil-about .box .left .img{
    height: auto;
  } 
}
@media (max-width: 700px) {
  .about-page .about-1 .text {
    width: 93%;
  }
  .about-page .about-1::after {
    height: 75%;
  }
  .about-page .about-num ul {
    padding: 0 3%;
  }
  .about-page .about-2 ul {
    margin: -5px;
  }
  .about-page .about-2 ul li {
    padding: 5px;
  }
  .about-page .about-2 ul li .ig .text {
    padding: 10px 26px 32px 26px;
  }
  .about-page .about-2 ul li .ig .text .con {
    max-height: 90px;
  }
  .about-page .about-3 .header .left {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    margin-top: 40px;
    zoom: .7;
  }
  .flex-3 > * {
    width: 50%;
  }
  .font-25 {
    font-size: 20px;
  }
  .custom-page .custom-2 .wid-28 {
    width: 100%;
  }
  .custom-page .custom-2 .img {
    display: none;
  }
  .custom-page .custom-2 .desc {
    font-size: 16px;
  }
  .custom-page .custom-2 .bottom {
    font-size: 18px;
  }
  .custom-page .custom-2 .right {
    margin-top: 20px;
  }
  .custom-page .custom-2 .right .item:last-child {
    margin-top: 20px;
  }
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-link {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .ret1 ul li{
    width: 50%;
  }
}
@media (max-width: 500px) {
  .flex-2 > *,
  .flex-3 > *,
  .flex-4 > * {
    width: 100%;
  }
  .about-page .about-1 .img .play {
    top: 56%;
  }
  .about-page .about-1 .img .play-btn {
    font-size: 7px;
  }
  .about-page .about-1 .img span {
    font-size: 14px;
    margin-top: 10px;
  }
  .about-page .about-1 .text {
    width: 100%;
  }
  .about-page .about-1::after {
    height: 82%;
  }
  .about-page .about-num {
    padding-top: 30px;
  }
  .about-page .about-num ul {
    padding: 0;
    margin: -10px 0;
  }
  .about-page .about-num ul li {
    padding: 10px 0;
  }
  .about-page .about-num ul li .num sub {
    margin-bottom: 6px;
  }
  .about-page .about-2 ul {
    margin: -5px;
  }
  .about-page .about-2 ul li {
    padding: 5px;
  }
  .about-page .about-2 ul li .ig .text {
    padding: 10px 26px 32px 26px;
  }
  .about-page .about-2 ul li .ig .text .con {
    max-height: 140px;
    line-height: 2;
  }
  .inner-page .prev,
  .inner-page .next{
    zoom: .7;
  }
  .mana-page .mana-2 .content {
    margin-left: 0;
    margin-right: 0;
  }
  .mana-page .mana-2 .content ul li {
    padding-top: 0 !important;
  }
  .mana-page .mana-2 .content ul li .img {
    width: 100%;
  }
  .mana-page .mana-2 .content ul li .text {
    width: 100%;
  }
  .mana-page .mana-2 .content ul .slick-current li .img {
    max-width: 100%;
  }
  .resource-page .resource-2 {
    padding-bottom: 30px;
  }
  .resource-page .resource-2 ul li .title {
    font-size: 18px;
    padding-top: 14px;
  }
  .resource-page .resource-2 ul li .con {
    font-size: 14px;
    line-height: 2;
  }
  .resource-page .resource-2 ul li.active .title {
    padding: 14px 20px 10px 15px;
  }
  .contact-page .contact-2 ul li {
    width: 100%;
  }
  .contact-page .contact-2 ul li p {
    line-height: 2;
  }
  .contact-page .contact-3 ul li {
    width: 100%;
  }
  .custom-page .custom-1 .box .img::after {
    top: 16px;
    left: 16px;
    right: 16px;
    bottom: 16px;
  }
  .custom-page .custom-1 .box ul li::after {
    display: none;
  }
  .custom-page .custom-2 .title {
    font-size: 24px;
  }
  .custom-page .custom-2 .bottom {
    font-size: 16px;
  }
  .newdet-page .header h1 {
    font-size: 24px;
    margin: 20px 0px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
  .news-page .news-list ul li .box .content .title{
    min-height: auto;
  }
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.seoPublic .Auxil-form .form ul li button{
  border: 0;
}
.seoIndustry.Auxil-industry{
  background: none !important;
}