@font-face {
  font-family: 'bs';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'bs';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'bs';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'bs';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'bs';
  src: url('../fonts/SourceSerifPro-Bold.eot');
  src: url('../fonts/SourceSerifPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSerifPro-Bold.woff2') format('woff2'), url('../fonts/SourceSerifPro-Bold.woff') format('woff'), url('../fonts/SourceSerifPro-Bold.ttf') format('truetype');
  font-weight: 970;
  font-display: swap;
}
@font-face {
  font-family: 'bs';
  src: url('../fonts/SourceSerifPro-Light.eot');
  src: url('../fonts/SourceSerifPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSerifPro-Light.woff2') format('woff2'), url('../fonts/SourceSerifPro-Light.woff') format('woff'), url('../fonts/SourceSerifPro-Light.ttf') format('truetype');
  font-weight: 930;
  font-display: swap;
}
@font-face {
  font-family: 'bs';
  src: url('../fonts/SourceSerifPro-Regular.eot');
  src: url('../fonts/SourceSerifPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/SourceSerifPro-Regular.woff2') format('woff2'), url('../fonts/SourceSerifPro-Regular.woff') format('woff'), url('../fonts/SourceSerifPro-Regular.ttf') format('truetype');
  font-weight: 940;
  font-display: swap;
}
body {
  font-family: "bs";
  max-width: 1920px;
  --color: #b04a4e;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1450px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 110px;
  width: auto;
  max-width: 1760px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .logo {
  margin-left: 0;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  font-weight: 940;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  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;
  font-weight: normal;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .search form {
  width: 200px;
  height: 36px;
  border-radius: 18px;
  background-color: white;
  padding: 0 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .search form input,
#header .nav .ui.menu .search form button {
  border: none;
  background-color: transparent;
}
#header .nav .ui.menu .search form button i {
  font-size: 1.5em;
  color: #898a92;
}
#header .nav .ui.menu .yuy span {
  height: 100%;
  color: #898a92;
}
#header .nav .ui.menu .yuy ul {
  left: auto;
  right: 0;
}
#header.active {
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header.active .nav .ui.menu {
  height: 80px;
}
#header.active .nav .ui.menu .search form {
  background-color: #eee;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner {
  position: relative;
}
#banner:before {
  content: '';
  height: 100px;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #86af63), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #86af63 20%, transparent);
  background-image: -moz-linear-gradient(bottom, #86af63 20%, transparent);
  background-image: linear-gradient(to top, #86af63 20%, transparent);
  z-index: 2;
}
#banner ul {
  z-index: 1;
}
#banner li {
  position: relative;
  z-index: 0;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content span.h2 {
  font-weight: 970;
  color: #183f35;
  line-height: 1.68;
  max-width: 650px;
}
span.h2 {
  font-weight: 940;
  color: #30534a;
}
.text {
  line-height: 1.5;
}
.more {
  height: 3em;
  padding: 0 2.25em;
  border: 1px solid #163a32;
  border-radius: 2em;
  color: #163a32;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 940;
}
.more.color-F {
  color: white;
  border-color: white;
}
.more:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
#index-body {
  background-size: 100% auto;
  background-position: center bottom 15%;
}
#index-body .init-1 {
  color: white;
  position: relative;
}
#index-body .init-1 .list {
  margin-top: -130px;
  position: relative;
  z-index: 2;
}
#index-body .init-1 .list li {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list li i.icon {
  display: block;
  max-width: 34.19117647%;
  margin: 0 auto;
}
#index-body .init-1 .list li span.h6 {
  line-height: 1.66666667;
}
#index-body .init-1 .list li:hover {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 5px 12px 29px rgba(0, 0, 0, 0.26);
  box-shadow: 5px 12px 29px rgba(0, 0, 0, 0.26);
}
#index-body .init-1 .content span.h2 {
  color: inherit;
}
#index-body .init-1 .content .text {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-1 .number span.h6 {
  line-height: .8;
}
#index-body .init-1 .number p {
  line-height: 1.2;
}
#index-body .init-1 .number li:nth-child(1) {
  -webkit-transform: translateY(-90%);
  -moz-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  transform: translateY(-90%);
}
#index-body .init-1 .number li:nth-child(3) {
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}
#index-body .init-1 .number li:nth-child(4) {
  -webkit-transform: translateY(-130%);
  -moz-transform: translateY(-130%);
  -ms-transform: translateY(-130%);
  transform: translateY(-130%);
}
#index-body .init-1 .mask {
  top: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  max-width: 10.10416667vw;
  z-index: 1;
  pointer-events: none;
}
#index-body .init-2 {
  position: relative;
  background-color: white;
}
#index-body .init-2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url('../images/init-2-bg.jpg');
  background-repeat: no-repeat;
  background-position: 67% bottom;
  background-size: 41.66666667vw auto;
  pointer-events: none;
}
#index-body .init-2 .img {
  height: 510px;
}
#index-body .init-2 .right img {
  mix-blend-mode: multiply;
}
#index-body .init-2 span.h2 {
  font-weight: 970;
}
#index-body .init-2 .text {
  font-weight: 300;
}
#index-body .init-3 {
  overflow: hidden;
  background-color: white;
}
#index-body .init-3 span.h2 {
  font-weight: 970;
}
#index-body .init-3 .tag img {
  margin: 0 auto;
}
#index-body .init-3 .text {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-3 .list .slick-list {
  overflow: unset;
}
#index-body .init-3 .list .slick-slide {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .list .slick-slide.slick-active {
  opacity: 1;
  pointer-events: auto;
}
#index-body .init-3 .list .box {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .list .box .content {
  position: relative;
  margin-top: -15px;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .list .box .content:after,
#index-body .init-3 .list .box .content:before {
  content: '';
  width: 6em;
  height: 6em;
  border-radius: 100%;
  background-color: #c0424c;
  position: absolute;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .list .box .content:before {
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -70%);
  -moz-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
}
#index-body .init-3 .list .box .content:after {
  right: 0;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
#index-body .init-3 .list .box:hover {
  color: white;
  -webkit-box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.26);
  box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.26);
}
#index-body .init-3 .list .box:hover .content {
  background-color: #c65961;
}
#index-body .init-3 .list .box:hover .content:after,
#index-body .init-3 .list .box:hover .content:before {
  opacity: 1;
}
#index-body .init-4 {
  color: white;
}
#index-body .init-4 .ui.container {
  max-width: 1130px;
}
#index-body .init-4 span.h2 {
  font-weight: 970;
  color: inherit;
  line-height: 2;
}
#index-body .init-4 .play {
  padding: 9px;
  border-radius: 100%;
  background-color: white;
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  width: 4.3em;
  height: 4.3em;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-5 span.h1 {
  color: #30534a;
  font-weight: 970;
  font-size: 10vw;
  white-space: nowrap;
  top: 56%;
}
#index-body .init-5 span.h1 em {
  color: #86af64;
}
#index-body .init-5 span.h2 {
  font-weight: 970;
  line-height: 1;
}
#index-body .init-5 .text {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-5 .list ul {
  row-gap: 3em;
  -webkit-column-gap: 1.2em;
  -moz-column-gap: 1.2em;
  column-gap: 1.2em;
}
#index-body .init-5 .list li {
  grid-column: span 2;
}
#index-body .init-5 .list li:nth-child(5) {
  grid-column: 5 / 7;
}
#index-body .init-5 .list li .img {
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  display: block;
  height: 346px;
  background-size: cover;
}
#index-body .init-5 .list li span.h6 {
  font-weight: 970;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
/*#index-body .init-5 .list li:nth-child(4),
#index-body .init-5 .list li:nth-child(5) {
  grid-column: span 3;
}*/

#index-body .init-5 .list li:nth-child(1) .img {
  -webkit-mask-image: url('../images/init-5-1.png');
  mask-image: url('../images/init-5-1.png');
}
#index-body .init-5 .list li:nth-child(2) .img {
  -webkit-mask-image: url('../images/init-5-2.png');
  mask-image: url('../images/init-5-2.png');
}
#index-body .init-5 .list li:nth-child(2) .img img {
  height: 378px;
}
#index-body .init-5 .list li:nth-child(3) .img {
  -webkit-mask-image: url('../images/init-5-3.png');
  mask-image: url('../images/init-5-3.png');
}
#index-body .init-5 .list li:nth-child(3) .img img {
  height: 312px;
}
#index-body .init-5 .list li:nth-child(4) .img {
  -webkit-mask-image: url('../images/init-5-4.png');
  mask-image: url('../images/init-5-4.png');
}
#index-body .init-5 .list li:nth-child(4) .img img {
  height: 472px;
}
#index-body .init-5 .list li:nth-child(5) .img {
  -webkit-mask-image: url('../images/init-5-5.png');
  mask-image: url('../images/init-5-5.png');
}
#index-body .init-5 .list li:nth-child(5) .img img {
  height: 372px;
}
#index-body .init-5 .list li:nth-child(6) .img {
  -webkit-mask-image: url('../images/init-5-6.png');
  mask-image: url('../images/init-5-6.png');
}
#index-body .init-5 .list li:nth-child(6) .img img {
  height: 341px;
}
#index-body .init-5 .list li:nth-child(7) .img {
  -webkit-mask-image: url('../images/init-5-7.png');
  mask-image: url('../images/init-5-7.png');
}
#index-body .init-5 .list li:nth-child(7) .img img {
  height: 420px;
}
#index-body .init-5 .list li:nth-child(8) .img {
  -webkit-mask-image: url('../images/init-5-8.png');
  mask-image: url('../images/init-5-8.png');
}
#index-body .init-5 .list li:nth-child(8) .img img {
  height: 300px;
}
#index-body .init-6 span.h2 {
  font-weight: 970;
  line-height: 1.33333333;
}
#index-body .init-6 span.h2 em {
  font-weight: 940;
}
#index-body .init-6 .list .box {
  background-color: #eff3ec;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-6 .list .box time {
  color: #779a3e;
  line-height: 1.2;
}
#index-body .init-6 .list .box span.h6 {
  font-weight: 940;
  line-height: 1.65217391;
}
#index-body .init-6 .list .box:hover {
  background-color: #e5e9e2;
}
#footer {
  position: relative;
  color: white;
  margin-top: 2em;
}
#footer .mask {
  position: absolute;
  bottom: 100%;
  left: 0;
  background-size: 100% auto;
  background-position: top center;
}
#footer .mask img {
  display: block;
}
#footer .logo {
  width: 8em;
  height: 8em;
  border-radius: 100%;
  background-color: white;
  top: -1em;
  -webkit-box-shadow: 6px 8px 22px rgba(0, 0, 0, 0.11);
  box-shadow: 6px 8px 22px rgba(0, 0, 0, 0.11);
}
#footer .logo img {
  max-width: 70%;
}
#footer .nav {
  font-weight: 940;
}
#footer .nav 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;
  text-transform: uppercase;
}
#footer .nav ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .nav ul li:hover {
  color: var(--color);
}
#footer .nav ul li ul {
  display: none;
}
#footer hr {
  background-color: white;
}
#footer .info span {
  font-weight: 940;
}
#footer .info p {
  line-height: 1.8;
}
#footer .info .share a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .info .share a:hover {
  color: var(--color);
}
#footer form ul {
  row-gap: 1.8em;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
#footer form ul li.wid-100 {
  grid-column: span 3;
}
#footer form ul input,
#footer form ul textarea {
  width: 100%;
  padding-bottom: 1em;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: transparent;
}
#footer form ul input::-webkit-input-placeholder, #footer form ul textarea::-webkit-input-placeholder {
  color: white;
}
#footer form ul input:-moz-placeholder, #footer form ul textarea:-moz-placeholder {
  color: white;
}
#footer form ul input::-moz-placeholder, #footer form ul textarea::-moz-placeholder {
  color: white;
}
#footer form ul input:-ms-input-placeholder, #footer form ul textarea:-ms-input-placeholder {
  color: white;
}
#footer form ul input::placeholder,
#footer form ul textarea::placeholder {
  color: white;
}
#footer form ul textarea {
  height: 90px;
}
#footer form ul button {
  border: none;
  background-color: var(--color);
  color: white;
  height: 3.22222222em;
}
#footer form ul button:hover {
  background-color: black;
}
#footer .coy svg {
  max-height: 1.55555556em;
  width: auto;
  fill: white;
  display: block;
}
@media screen and (max-width: 1450px) {
  #index-body .init-5 .list ul {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1250px) {
  #index-body .init-1 .list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #index-body .init-2 .img {
    height: 400px;
  }
  #index-body .init-3 .list .box .content {
    margin-top: -10px;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .content span.h2 {
    max-width: 450px;
  }
  #index-body .init-1 .list {
    margin-top: -50px;
  }
  .font-40,
  .font-44 {
    font-size: 44px;
  

       font-weight: 970;
   
}
    
  }
  #index-body .init-5 .list li:nth-child(1) .img {
    height: 31vw;
  }
  #index-body .init-5 .list li:nth-child(2) .img {
    height: 32vw;
  }
  #index-body .init-5 .list li:nth-child(3) .img {
    height: 30vw;
  }
  #index-body .init-5 .list li:nth-child(4) .img {
    height: 36vw;
  }
  #index-body .init-5 .list li:nth-child(5) .img {
    height: 35vw;
  }
  #index-body .init-5 .list li:nth-child(6) .img {
    height: 33vw;
  }
  #index-body .init-5 .list li:nth-child(7) .img {
    height: 35vw;
  }
  #index-body .init-5 .list li:nth-child(8) .img {
    height: 30vw;
  }
  #footer .nav {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-1 .list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #index-body .init-1 .number ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-1 .number ul li {
    width: 47%;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    text-align: center;
  }
  #index-body .init-1 .number ul li span.flex-je {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-2 .img {
    height: 42vw;
  }
  #footer .info .share {
    gap: 1.5em;
    font-size: 16px;
  }
  #footer form ul {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #footer form ul li.wid-100 {
    grid-column: span 1;
  }
  #banner:before {
    height: 40px;
  }
  #index-body .init-1 .number span.h6 em {
    font-size: 24px;
  }
  #index-body .init-3 .list .box .content {
    margin-top: 0;
  }
  #index-body .init-5 span.h1 {
    display: none;
  }
  #index-body .init-5 .list ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #index-body .init-5 .list ul li {
    grid-column: span 1 !important;
  }
}

.inner-banner {
  color: white;
}
.inner-banner span.h2,
.inner-page span.h2 {
  font-weight: 970;
}
.inner-page .sideBarBox .sideBarTop form {
  width: 320px;
  max-width: 100%;
  height: 2.25em;
  background-color: #f2f1ec;
  border-radius: 0.25em;
}
.inner-page .sideBarBox .sideBarTop form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.2em;
}
.inner-page .sideBarBox .sideBarTop form button {
  border: none;
  background-color: transparent;
  width: 3em;
}
.inner-page .sideBarBox .sideBarTop h1 {
  line-height: 1;
}
.inner-page .sideBarBox .sideBarBottom {
  border-top: 1px solid #f5f5f5;
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight {
  border-left: 1px solid #f5f5f5;
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav {
  line-height: 1.2;
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav i.active {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li a.active {
  color: var(--color);
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li a.active i {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li a.active i.active {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav li .active ~ ul {
  display: block;
}
.inner-page .sideBarBox .sideBarBottom .sideBarRight .nav span.h6 {
  color: var(--color);
}
.inner-page .m-page > div {
  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;
  gap: .5em;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 2em;
  height: 2em;
  border: 1px solid #eee;
  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;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}
.product-page .product-box {
  height: 26.04166667vw;
  padding: 2% 5%;
}
.product-page .product-box .content {
  padding: 2% 4%;
  border-left: 10px solid #046353;
  background-color: rgba(4, 99, 83, 0.2);
  color: white;
  max-width: 75%;
}
.product-page .product-box .content span.h6 {
  line-height: 1.2;
}
.product-page .product-box .content .text {
  line-height: 1.47058824;
      max-height: 80px;
    overflow: overlay;
}
.prodet-page .prodet-1 .left .slick-track {
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}
.prodet-page .prodet-1 .right {
  padding: 1% 0 5%;
}
.prodet-page .prodet-1 .right .small {
  margin: auto 0;
}
.prodet-page .prodet-1 .right .small img {
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .small .slick-current img {
  opacity: 1;
}
.prodet-page .prodet-1 .right .m-link {
  color: #5c5c5c;
}
.prodet-page .prodet-2 {
  color: white;
  z-index: 1;
}
.prodet-page .prodet-2 .mask {
  position: absolute;
  width: 100%;
  height: 200%;
  top: -25%;
  z-index: -1;
}
.prodet-page .prodet-2 .mask i {
  background-color: rgba(255, 255, 255, 0.1);
  width: 2px;
  height: 100%;
}
.prodet-page .prodet-2 .table {
  padding: 3.5%;
  background-color: white;
  color: black;
}
.prodet-page .prodet-2 .table table tr:nth-child(even) {
  background-color: #f4f4f4;
}
.prodet-page .prodet-2 .table table td {
  border: none;
  padding: .9em 2em;
}
.prodet-page .prodet-2 .table table td:first-child {
  width: 30% !important;
}
.prodet-page .prodet-2 .table table td:last-child {
  width: 70% !important;
}
.prodet-page .prodet-3 .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-3 .text p:before {
  content: '';
  width: 0.41176471em;
  height: 0.41176471em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: .7em;
  margin-right: 1.41176471em;
}
.prodet-page .prodet-4 {
  background-color: #f8f8f8;
}
.prodet-page .prodet-4 .list .box {
  background-color: white;
  padding: 5%;
}
.prodet-page .prodet-4 .list .box a.link {
  color: var(--color);
}
.prodet-page .prodet-4 .list .box a.link i {
  font-size: 1.5em;
}
.about-page .about-1 .text {
  color: #000;
}
.about-page .about-1 .list span.h6 {
  line-height: 1;
  color: var(--color);
  font-weight: bold;
}
.about-page .about-1 .list p {
  color: #000;
}
.about-page .about-2 {
  color: white;
}
.about-page .about-2 .box2 {
  padding: 10%;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-page .about-2 .box2 span.h2 {
  color: inherit;
}
.about-page .about-2 .box2:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color:#30534a;

}
.about-page .about-3 .img {
  position: absolute;
  bottom: 105%;
  right: 60%;
}
.about-page .about-3 img.font-66 {
  width: 1em;
}
.about-page .about-3 .right li i {
  width: 1em;
  height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.about-page .about-3 .right li i img {
  max-width: 100%;
  max-height: 100%;
}
.about-page .about-3 .right li span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .right li:hover i {
  -webkit-filter: unset;
  filter: unset;
}
.about-page .about-3 .right li:hover span.h6 {
  color: var(--color);
}
.about-page .about-4 {
  /*background-color: #f8f9ff;*/
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}
.about-page .about-4 .img .play {
  width: 7.5em;
  height: 7.5em;
  letter-spacing: .25em;
  background-color: #f8f9ff;
  color: black;
  padding: 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(30%, 30%);
  -moz-transform: translate(30%, 30%);
  -ms-transform: translate(30%, 30%);
  transform: translate(30%, 30%);
  border-radius: 100%;
}
.about-page .about-4 .img .play svg {
  fill: black;
}
.about-page .about-4 .img .play i {
  width: 2.75em;
  height: 2.75em;
  border-radius: 100%;
  background-color: #636466;
  color: white;
  left: 50%;
  top: 50%;
}
.about-page .about-4 .img .play i:before {
  -webkit-transform: translateX(10%);
  -moz-transform: translateX(10%);
  -ms-transform: translateX(10%);
  transform: translateX(10%);
}
.about-page .about-4 .text {
  color: #000;
}
.sustainable-page .sustainable-1 .text {
  color: #747474;
}
.sustainable-page .sustainable-1 .img {
  min-height: 31.77083333vw;
  color: white;
  padding: 5% 7.5% 10%;
}
.sustainable-page .sustainable-1 .img .text {
  color: inherit;
}
.sustainable-page .sustainable-1 .img .play {
  position: absolute;
  right: 17.5%;
  bottom: 0;
  -webkit-transform: translate(0, 80%);
  -moz-transform: translate(0, 80%);
  -ms-transform: translate(0, 80%);
  transform: translate(0, 80%);
}
.sustainable-page .sustainable-1 span.h1 {
  line-height: 1;
  margin-top: auto;
  opacity: .05;
}
.sustainable-page .sustainable-2 .text {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
}
.sustainable-page .sustainable-2 .list {
  z-index: 1;
}
.sustainable-page .sustainable-2 .list span.h1 {
  line-height: .8;
  opacity: .05;
  top: -2%;
  left: 0;
  z-index: -1;
}
.sustainable-page .sustainable-2 .list li {
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8.5%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-2 .list li i {
  width: 1em;
  height: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-2 .list li i img {
  max-width: 100%;
  max-height: 100%;
}
.sustainable-page .sustainable-2 .list li span.h6 {
  line-height: 1.2;
}
.sustainable-page .sustainable-2 .list li .text {
  color: #808080;
}
.sustainable-page .sustainable-2 .list li:hover {
  background-color: rgba(16, 145, 71, 0.9);
  color: white;
}
.sustainable-page .sustainable-2 .list li:hover i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.sustainable-page .sustainable-2 .list li:hover .text {
  color: inherit;
}
.sustainable-page .sustainable-3 .list .right {
  padding: 0 6%;
}
.sustainable-page .sustainable-4 {
  background-color: #f7f7f7;
}
.sustainable-page .sustainable-4 .list {
  -webkit-filter: drop-shadow(0 16px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 16px 10px rgba(0, 0, 0, 0.2));
  overflow: hidden;
}
.sustainable-page .sustainable-4 .list .slick-list {
  overflow: unset;
}
.sustainable-page .sustainable-4 .list li img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-4 .list li:hover img {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}
.sustainable-page .sustainable-5 {
  color: white;
}
.sustainable-page .sustainable-5 .text {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
}
.sustainable-page .sustainable-5 span.tag {
  color: inherit;
}
.innovation-page .innovation-1 {
  background-color: white;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center top;
}
.innovation-page .innovation-1:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: inherit;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.innovation-page .innovation-2 {
  background-color: #f6f7fc;
}
.innovation-page .innovation-2 .left .slickBtn {
  gap: 1em;
}
.innovation-page .innovation-2 .left .slickBtn div {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.innovation-page .innovation-2 .left .slickBtn div i {
  font-size: 1em;
}
.innovation-page .innovation-2 .left .slickBtn div:hover {
  background-color: black;
}
.innovation-page .innovation-2 .right ul {
  filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.05)) 
}
.innovation-page .innovation-2 .right li .box {
  padding: 15% 10% 0;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.innovation-page .innovation-2 .right li hr {
  width: 34px;
  height: 4px;
  background-color: var(--color);
  margin-left: 0;
  margin-right: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.innovation-page .innovation-2 .right li .text {
  margin-bottom: auto;
}
.innovation-page .innovation-2 .right li .num {
  line-height: .7;
  opacity: .1;
  text-align: right;
  position: relative;
  right: -17%;
  bottom: 0;
}
.innovation-page .innovation-2 .right li .box:hover {
  background-color: var(--color);
  color: white;
}
.innovation-page .innovation-2 .right li .box:hover hr {
  background-color: white;
}
.innovation-page .innovation-3 {
  color: white;
      /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.innovation-page .innovation-3 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
.innovation-page .innovation-3 .right .list li {
  padding: 7.5% 6%;
  background-color: rgba(255, 255, 255, 0.2);
}
.innovation-page .innovation-4 .img {
  width: 130%;
}
.contact-page .contact-1 .share {
  line-height: 1;
}
.contact-page .contact-1 .box2 {
  background-color: white;
}
.contact-page .contact-1 .box2 .text {
  color: #858585;
}
.contact-page .contact-1 .box2 input,
.contact-page .contact-1 .box2 textarea {
  width: 100%;
  padding: .6em .8em;
  border-radius: 0.70588235em;
  border: none;
  background-color: #f7f7f7;
}
.contact-page .contact-1 .box2 textarea {
  height: 7.05882353em;
}
.contact-page .contact-1 .box2 button {
  height: 2.70588235em;
  padding: 0 2em;
  border: none;
}
.contact-page .contact-2 {
  background-color: #fcfcfc;
}
.contact-page .contact-2 span.icon {
  line-height: 1;
  color: var(--color);
}
.contact-page .contact-2 hr {
  background-color: #c1cbd5;
  position: relative;
  overflow: unset;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 hr:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: inherit;
}
.contact-page .contact-2 span.h6 {
  line-height: 1.2;
}
.contact-page .contact-2 a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #efefef;
  background-color: white;
  margin-left: auto;
  position: relative;
  left: 4%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 li {
  padding: 8% 4% 0;
  position: relative;
  z-index: 1;
}
.contact-page .contact-2 li:before {
  content: '';
  background-image: url("../images/contact-2-bg.png");
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.contact-page .contact-2 li:hover hr {
  background-color: var(--color);
}
.contact-page .contact-2 li:hover a.link {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.contact-page iframe {
  border: none;
}
.pack-page .pack-1 .nav a {
  background-color: #cacaca;
}
.pack-page .pack-1 .nav a.active {
  background-color: var(--color);
}
.pack-page .pack-1 span.h6 {
  color: var(--color);
}
.pack-page .pack-2 .list {
  padding: 0 14%;
  overflow: hidden;
  position: relative;
}
.pack-page .pack-2 .list .content {
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  z-index: 1;
  padding: 5%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.pack-page .pack-2 .list .content span.tag {
  color: inherit;
}
.pack-page .pack-2 .list .content span.h2 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.pack-page .pack-2 .list .slick-list {
  overflow: unset;
}
.pack-page .pack-2 .list li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(43, 54, 37, 0.75);
  transition: .5s;
}
.pack-page .pack-2 .list .slick-slide li {
  -webkit-transform: scale(0.8) translateX(20%);
  -moz-transform: scale(0.8) translateX(20%);
  -ms-transform: scale(0.8) translateX(20%);
  transform: scale(0.8) translateX(20%);
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
  filter: blur(3px);
}
.pack-page .pack-2 .list .slick-slide.slick-current {
  z-index: 1;
}
.pack-page .pack-2 .list .slick-slide.slick-current.slick-slide li {
  -webkit-transform: scale(1) translateX(0) !important;
  -moz-transform: scale(1) translateX(0) !important;
  -ms-transform: scale(1) translateX(0) !important;
  transform: scale(1) translateX(0) !important;
  filter: unset;
}
.pack-page .pack-2 .list .slick-slide.slick-current li:before {
  opacity: 0;
}
.pack-page .pack-2 .list .slick-slide.slick-current li .content {
  opacity: 1;
}
.pack-page .pack-2 .list .slick-slide.slick-current + div li {
  -webkit-transform: scale(0.8) translateX(-20%);
  -moz-transform: scale(0.8) translateX(-20%);
  -ms-transform: scale(0.8) translateX(-20%);
  transform: scale(0.8) translateX(-20%);
}
.pack-page .pack-2 .list .slickBtn div {
  width: 14%;
  height: 100%;
  top: 0 !important;
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
  background-color: transparent;
  font-family: "Century751 SeBd BT";
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20% 0;
}
.pack-page .pack-2 .list .slickBtn div.prev {
  left: 0;
  -webkit-writing-mode: sideways-rl;
  -ms-writing-mode: sideways-rl;
  writing-mode: sideways-rl;
}
.pack-page .pack-2 .list .slickBtn div.next {
  right: 0;
  left: auto !important;
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
}
.pack-page .pack-3 {
  background-color: #f8f8f8;
}
.pack-page .pack-3 .list .box {
  background-color: white;
  padding: 5%;
}
.pack-page .pack-3 .list .box a.link {
  color: var(--color);
}
.pack-page .pack-3 .list .box a.link i {
  font-size: 1.5em;
}
.pack-page .pack-4 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.pack-page .pack-4 span.h6 {
  line-height: 1.2;
  color: var(--color);
}
.pack-page .pack-4 span.h6:before {
  content: '';
  width: 0.35em;
  height: 0.35em;
  background-color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  margin-top: .4em;
}
.pack-page .pack-4 .text {
  color: #525252;
}
.pack-page .pack-4 .text strong {
  color: black;
}
.pack-page .pack-4 .left ul {
  grid-template-columns: 52% 44%;
  grid-auto-rows: auto;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
.pack-page .pack-4 .left li {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  align-self: start;
}
.pack-page .pack-4 .left li:nth-child(2) {
  grid-row: span 2;
  position: relative;
  -webkit-transform: translateY(25%);
  -moz-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}
.news-page time {
  color: #b4b4b4;
}
.news-page .text {
  color: #6c6c6c;
}
.news-page .list li {
  background-color: #f8f9ff;
  padding: 5%;
}
.newdet-page .m-link em {
  opacity: .5;
}
.newdet-page .form ul li:first-child {
  grid-column: span 3;
}
.newdet-page .form ul li label {
  display: block;
  color: #666;
  margin-bottom: 1em;
}
.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  width: 100%;
  padding: .5em;
  border: 1px solid #eee;
}
.newdet-page .form ul li textarea {
  height: 8em;
}
.newdet-page .form ul li button {
  border: none;
}
@media screen and (max-width: 1250px) {
  .sustainable-page .sustainable-1 .img {
    min-height: 40vw;
  }
  .innovation-page .innovation-4 .img {
    width: 100%;
  }
  .contact-page iframe {
    height: 38vw;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-3 .img {
    display: none;
  }
  .about-page .about-2 .box2 {
    padding: 7%;
  }
  .innovation-page .innovation-3 .left {
    position: static;
  }
  .inner-page .sideBarBox .sideBarBottom .sideBarRight {
    display: none;
  }
  .pack-page .pack-4 .left li:nth-child(2) {
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
  }
  .product-page .product-box {
    height: 40vw;
  }
  .sustainable-page .sustainable-1 .img .play {
    right: 16.5%;
  }
  .play {
    width: 60px;
  }
  .sustainable-page .sustainable-3 .list .right {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 700px) {
  .font-24 {
    font-size: 16px;
  }
  .sideBarTop {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sideBarTop .left {
    width: 100%;
    margin-bottom: 5%;
  }
  .sideBarTop .right {
    width: 100%;
  }
  .inner-page .sideBarBox .sideBarTop form {
    width: 100%;
  }
  .font-32 {
    font-size: 20px;
  }
  .newdet-page .form ul li:first-child {
    grid-column: span 1;
  }
  .newdet-page .form ul,
  .contact-page .contact-2 .list ul {
    grid-template-columns: 1fr;
  }
  .about-page .about-4 .img .play {
    width: 7em;
    height: 7em;
  }
  .about-page .about-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .list ul li {
    width: 48%;
  }
  .contact-page iframe,
  .product-page .product-box,
  .sustainable-page .sustainable-1 .img {
    height: 70vw;
  }
  .pack-page .pack-2 .list .content span.h2 {
    font-size: 16px;
  }
  .pack-page .pack-2 .list .slickBtn div {
    font-size: 14px;
  }
  .pack-page .pack-2 .list .slickBtn div i {
    font-size: 1em;
  }
  .more i {
    font-size: 1.2em;
  }
  .more {
    height: 2.6em;
  }
  .product-page .product-box .content {
    max-width: 100%;
  }
  .sustainable-page .sustainable-1 .img .play {
    right: 12%;
  }
}


.inner-page .sideBarBox .sideBarBottom .sideBarRight .post ul li img{
      min-height: 75px;
    width: 100%;
    object-fit: cover;
}

.prodet-page.inner-page .prodet-1 .box .left ul li a img,
.prodet-page .prodet-1 .right .small .slick-current img {
    background-color: #f1f1f1;
}

.prodet-page .prodet-1 .right .small img{
      border: 1px solid #ccc;
}

.prodet-1 .box .left {
    position: sticky;
    top: 120px;
}

.inner-page .sideBarBox .sideBarBottom .list ul li a.img-box {
    background-color: #f1f1f1;
}

.inner-page .sideBarBox .sideBarBottom .list ul li .img-box:hover img{
  -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    transform: translate3d(10px, 5px, 15px);
    filter: drop-shadow(0.8rem 0.5rem 3px rgba(0,0,0,0.1));
}

.down {
    background: #f2f1ec;
    border-radius: 0.25em;
}
.ny-video {
    position: relative;
}
.ny-video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
        z-index: 1;
}
.ny-video:after {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.sideBarLeft .list dl dd .top .title {
    color: #046353;
    font-weight: bold;
        text-transform: capitalize;
}
.shaixuan .cp {
    border: 1px solid var(--color);
    border-radius: 5px;
    margin-bottom: 5px;
    color: var(--color);
    position: relative;
}
.shaixuan .cp ul {
  position: absolute;
  left: 0;
  top: 100%;
  background-color: white;
  padding: 10px;
  display: none;
  color: black;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin-top: 1px;
  z-index: 1;
}
.shaixuan .cp:hover> ul {
  display: block;
}
.shaixuan .cp ul li a {
  padding: .5em 0;
  display: block;
  border-bottom: 1px solid #eee;
}
.shaixuan .cp ul li a:hover {
  border-color: var(--color);
}
.pack-page .pack-1 .ret {
  position: relative;
}
.prodet-page .prodet-2 .left .faqC{

}
.prodet-page .prodet-2 .left .faqC ul li .box .faqTitle{
    cursor: pointer;
    position: relative;
    background: #fff;
    border-radius: 10px;
    color: #000;
}
.prodet-page .prodet-2 .left .faqC ul li .box .faqContent{
    display: none;
}
.prodet-page .prodet-2 .left .faqC ul li .box .faqContent p{
  display: inline;
}
.prodet-page .prodet-2 .left .faqC ul li .box .faqTitle i{
  position: absolute;
  right: 20px;
}
.pack-page {
  word-break: break-word;
}


.pack-page .pack-1 .ret .right .text p i {
    width: 15px;
}
.about-13 .box .left {
    position: sticky;
    top: 150px;
}

.about-13 .box .right .list ul li {
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1000px) {
  .prodet-1 .box .left {
    position: static;
  }
  .about-13 .box .left {
    position: static;
  }
  p.footrenmin{
      display: none !important;
  }

}

.i-tag {
  font-size: 16px;
  line-height: 1.5;
}
.i-title {
  font-size: 40px;
  line-height: 1.5;
}
.i-title,
.title {
  font-weight: 970;
  color: #30534a;
}
.text-color {
  color: var(--color);
}
.inner-page .font-bold {
  font-weight: 970;
  color: #30534a;
}
@-webkit-keyframes drop {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 92%;
    opacity: 0;
  }
}
@-moz-keyframes drop {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 92%;
    opacity: 0;
  }
}
@keyframes drop {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 92%;
    opacity: 0;
  }
}
.link:hover {
  color: var(--color);
}
.link:hover i {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
#index-body .i-about {
  padding: 6% 0 6.042%;
}
#index-body .i-about .img {
  width: 47.62%;
}
#index-body .i-about .img img {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#index-body .i-about .img .item {
  background-image: -webkit-linear-gradient(210deg, var(--color) 0%, var(--color) 100%);
  background-image: -moz-linear-gradient(210deg, var(--color) 0%, var(--color) 100%);
  background-image: linear-gradient(240deg, var(--color) 0%, var(--color) 100%);
  border-radius: 10px;
  color: #fff;
  width: 31.14%;
  left: 0;
  bottom: 58px;
}
#index-body .i-about .img .item .num {
  line-height: 1;
}
#index-body .i-about .img .item .con {
  line-height: 1.7;
}
#index-body .i-about .text {
  width: 52.38%;
}
#index-body .i-about .text .i-title {
  line-height: 1.25;
  width: 82%;
}
#index-body .i-about .text .con h1 {
  display: inline;
  line-height: 1.6;
}
#index-body .i-about .text .data ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-about .text .data ul li .num {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
}
#index-body .i-about .text .data ul li .num sub {
  display: inline-block;
  vertical-align: bottom;
  font-size: 28px;
  margin-bottom: 3px;
}
#index-body .i-about .text .data ul li p {
  margin-top: 6px;
}
#index-body .i-about .text .data ul li:hover {
  color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, var(--color) 0%, var(--color) 100%);
  background-image: -moz-linear-gradient(bottom, var(--color) 0%, var(--color) 100%);
  background-image: linear-gradient(0deg, var(--color) 0%, var(--color) 100%);
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 1250px) {
  #index-body .i-about .text .i-title {
    width: 100%;
  }
  #index-body .i-about .text .data ul li .num {
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-about .img {
    width: 100%;
  }
  #index-body .i-about .text {
    width: 100%;
    padding: 60px 0 0 0;
  }
}
@media screen and (max-width: 500px) {
  .i-title {
    font-size: 27px;
    line-height: 1.4 !important;
  }
  #index-body .i-about .img .item {
    width: 60%;
  }
}
.play-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  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;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.play-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  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;
}
.play-icon::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 25px;
  border-color: transparent transparent transparent #000;
  margin-left: 5px;
}
.inner-page .i-title {
  line-height: 1.25;
}
.inner-page .sidebox .sideleft {
  width: 21.75%;
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}
.inner-page .sidebox .sideleft .tit {
  font-size: 25px;
  font-weight: 970;
  padding-left: 18px;
}
.inner-page .sidebox .sideleft .tit::before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 1px;
  height: 26px;
  border: solid 2px var(--color);
}
.inner-page .sidebox .sideleft .item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px 22px 44px 25px;
  margin-top: 35px;
}
.inner-page .sidebox .sideleft .item:first-child {
  margin-top: 0;
}
.inner-page .sidebox .sideleft .category ul > li {
  margin-bottom: 16px;
  position: relative;
}
.inner-page .sidebox .sideleft .category 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;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: .6em 31px .6em 21px;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
  position: relative;
  z-index: 1;
}
.inner-page .sidebox .sideleft .category ul > li > a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(#b04a4e));
  background-image: -webkit-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: -moz-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: linear-gradient(0deg, var(--color) 0%, #b04a4e 100%);
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover,
.inner-page .sidebox .sideleft .category ul > li > a.active {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li > a:hover::after,
.inner-page .sidebox .sideleft .category ul > li > a.active::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li i {
  position: absolute;
  z-index: 1;
  font-size: 16px;
  right: 15px;
  top: 10px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .category ul > li i.active {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li ul{
  margin-top: 20px;
}
.inner-page .sidebox .sideleft .category ul > li ul li a {
  background-color: #fff;
  height: auto;
}
.inner-page .sidebox .sideleft .category ul > li ul li a::after {
  display: none;
}
.inner-page .sidebox .sideleft .category ul > li ul li a:hover,
.inner-page .sidebox .sideleft .category ul > li ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .category ul > li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .category ul > li.active i {
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .category ul > li:hover > a {
  color: #fff;
}
.inner-page .sidebox .sideleft .category ul > li:hover > a::after {
  width: 100%;
}
.inner-page .sidebox .sideleft .category ul > li:hover i {
  font-weight: bold;
  color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.inner-page .sidebox .sideleft .contact {
  padding-bottom: 28px;
}
.inner-page .sidebox .sideleft .contact input,
.inner-page .sidebox .sideleft .contact textarea {
  width: 100%;
  height: 44px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: 0;
  margin-bottom: 17px;
  padding: 0 22px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .contact input::-webkit-input-placeholder, .inner-page .sidebox .sideleft .contact textarea::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea:-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::-moz-placeholder, .inner-page .sidebox .sideleft .contact textarea::-moz-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input:-ms-input-placeholder, .inner-page .sidebox .sideleft .contact textarea:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact input::placeholder,
.inner-page .sidebox .sideleft .contact textarea::placeholder {
  color: rgba(102, 102, 102, 0.3);
}
.inner-page .sidebox .sideleft .contact textarea {
  height: 128px;
  padding-top: 11px;
}
.inner-page .sidebox .sideleft .contact button {
  border: 0;
  height: 40px;
  padding: 0 22px 0 23px;
  margin-top: 8px;
}
.inner-page .sidebox .sideleft .related ul li .img-box {
  width: 18%;
  height: 59px;
}
.inner-page .sidebox .sideleft .related ul li .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sidebox .sideleft .related ul li .title {
  width: 82%;
  line-height: 1.7;
}
.inner-page .sidebox .sideleft .related ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideright {
  width: 78.25%;
  padding-left: 42px;
}
.inner-page .m-page {
  margin-top: 30px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  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;
  color: #0a1119;
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0 5px;
  border: 1px solid rgba(10, 17, 25, 0.15);
  border-radius: 50%;
  -webkit-transition: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}
.inner-page .why-tab ul {
  margin: -65px;
}
.inner-page .why-tab ul li {
  padding: 65px;
}
.inner-page .why-tab ul li .ig {
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 22px 0 24px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}
.inner-page .why-tab ul li .ig i {
  line-height: 68px;
  display: block;
}
.inner-page .why-tab ul li .ig i img {
  -webkit-filter: invert(1);
  filter: invert(1);
  vertical-align: middle;
}
.inner-page .why-tab ul li .ig span {
  font-weight: 500;
  margin-top: 9px;
  display: block;
}
.inner-page .why-tab ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(#b04a4e));
  background-image: -webkit-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: -moz-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: linear-gradient(0deg, var(--color) 0%, #b04a4e 100%);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .why-tab ul li .ig:hover,
.inner-page .why-tab ul li .ig.active {
  color: #fff;
}
.inner-page .why-tab ul li .ig:hover span,
.inner-page .why-tab ul li .ig.active span {
  font-weight: bold;
}
.inner-page .why-tab ul li .ig:hover i img,
.inner-page .why-tab ul li .ig.active i img {
  -webkit-filter: none;
  filter: none;
}
.inner-page .why-tab ul li .ig:hover::after,
.inner-page .why-tab ul li .ig.active::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.dots {
  text-align: center;
  font-size: 10px;
}
.downloadBox {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.downloadBox i.dots {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  margin-right: 1em;
  position: relative;
}
.downloadBox .top {
  height: 5em;
  color: white;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 2em;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.downloadBox .top img {
  margin-right: 1em;
}
.downloadBox .top .line {
  width: 1px;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.48);
  margin: 0 1.3em;
}
.downloadBox .top span {
  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;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .top span i.dots:before {
  content: '';
  width: .8em;
  height: .8em;
  border-radius: 100%;
  background-color: var(--color);
}
.downloadBox .downloadLeft {
  width: 28%;
}
.downloadBox .downloadLeft .top em {
  font-size: 1.33333333em;
}
.downloadBox .downloadLeft .nav {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
}
.downloadBox .downloadLeft .nav a {
  padding: 1.5em 2em;
  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: #626262;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadLeft .nav a:first-child {
  border-top: none;
}
.downloadBox .downloadLeft .nav a em {
  font-size: 1.33333333em;
  line-height: 1.5;
}
.downloadBox .downloadLeft .nav a i.dots {
  width: 3.5em;
  height: 3.5em;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}
.downloadBox .downloadLeft .nav a i.dots img {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadLeft .nav a:hover,
.downloadBox .downloadLeft .nav a.active {
  color: var(--color);
}
.downloadBox .downloadLeft .nav a:hover i.dots img,
.downloadBox .downloadLeft .nav a.active i.dots img {
  opacity: 1;
}
.downloadBox .downloadRight {
  width: 72%;
  padding-left: 3%;
}
.downloadBox .downloadRight .top {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.downloadBox .downloadRight .bottom {
  border: 1px solid #dfdfdf;
  border-top: none;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  padding: 0 2%;
}
.downloadBox .downloadRight .bottom ul li {
  padding: 1.05em 0;
  border-top: 1px solid #dfdfdf;
}
.downloadBox .downloadRight .bottom ul li:first-child {
  border-top: none;
}
.downloadBox .downloadRight .bottom ul li .flex {
  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;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon {
  width: 7.77777778em;
  height: 7.77777778em;
  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;
  border: 1px solid #dfdfdf;
  border-radius: 100%;
}
.downloadBox .downloadRight .bottom ul li .flex i.icon img {
  max-width: 45%;
}
.downloadBox .downloadRight .bottom ul li .flex .content {
  padding: 0 1.5em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path {
  font-size: 16px;
  color: #acacac;
  margin-bottom: .5em;
  line-height: 2;
}
.downloadBox .downloadRight .bottom ul li .flex .content .path span {
  color: var(--color);
}
.downloadBox .downloadRight .bottom ul li .flex .content .title {
  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;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.h6 {
  font-size: 1.44444444em;
  font-weight: bold;
  margin-right: 1em;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang {
  height: 2.33333333em;
  border-radius: 1.16666667em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cdcdcd;
  color: white;
  position: relative;
  text-transform: uppercase;
  padding: 0 .5em;
  cursor: pointer;
  cursor: hand;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang i {
  width: 1.77777778em;
  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;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang:before {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  left: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .content .title span.lang.on:before {
  left: 52%;
}
.downloadBox .downloadRight .bottom ul li .flex .btn {
  margin-left: auto;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a {
  height: 3em;
  padding: 0 2.33333333em;
  border-radius: 1.5em;
  margin: 3px 0;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a img {
  margin-left: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover {
  background-color: var(--color);
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on {
  background-color: var(--color);
  color: white;
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover {
  background-color: transparent;
  color: var(--color);
}
.downloadBox .downloadRight .bottom ul li .flex .btn a.on:hover img {
  -webkit-filter: unset;
  filter: unset;
}
.downloadBox .downloadRight .bottom .search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  font-size: 18px;
}
.downloadBox .downloadRight .bottom .search input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: .3em 0;
}
.downloadBox .downloadRight .bottom .search input::-webkit-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::-moz-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input:-ms-input-placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input::placeholder {
  color: #aaa;
}
.downloadBox .downloadRight .bottom .search input[type="submit"] {
  width: 50px;
  background-image: url("../images/icon-search2.png");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.technical-page {
  padding: 130px 0;
}
.technical-page .downloadRight .top em {
  font-size: 1.3333em;
}
.technical-page .downloadRight .top.left {
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.technical-page .downloadRight .bottom {
  padding: 35px;
}
.technical-page .downloadRight .bottom .faq {
  margin-top: 30px;
  line-height: 2;
}
.technical-page .downloadRight .bottom .faq dl dd {
  margin-bottom: 15px;
  padding: 20px 35px;
  border-radius: 25px;
  background-color: #f8f8f9;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 {
  display: block;
  font-size: 22px;
  font-weight: 500;
  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;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i {
  width: 1.72727273em;
  height: 1.72727273em;
  border-radius: 100%;
  background-color: black;
  position: relative;
  margin-top: -5px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:after,
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:before {
  content: '';
  width: 16px;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.technical-page .downloadRight .bottom .faq dl dd span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.technical-page .downloadRight .bottom .faq dl dd span.h6.active i {
  background-color: var(--color);
}
.technical-page .downloadRight .bottom .faq dl dd span.h6.active i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.technical-page .downloadRight .bottom .faq dl dd .text {
  margin-top: 1em;
  display: none;
}
.technical-page .downloadRight .bottom .faq dl dd:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 {
  font-size: 18px;
  padding: 1em 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 4em;
}
.faq-page .faq-1 .filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.faq-page .faq-1 .filter a {
  margin-right: 1.5em;
  position: relative;
}
.faq-page .faq-1 .filter a:after {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1em;
  background-color: var(--color);
  opacity: 0;
}
.faq-page .faq-1 .filter a span {
  display: block;
}
.faq-page .faq-1 .filter a.active:after {
  opacity: 1;
}
.faq-page .faq-2 .list ul li {
  padding: 30px;
  position: relative;
  z-index: 2;
}
.faq-page .faq-2 .list ul li span.h6 {
  font-size: 24px;
  color: #303030;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  line-height: 1.6;
}
.faq-page .faq-2 .list ul li span.h6 i.iconfont {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: #cfcfcf;
  color: white;
  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;
  margin-right: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.faq-page .faq-2 .list ul li span.h6 i.iconfont-xiajiantou1 {
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .list ul li span.h6.active i.iconfont {
  background-color: var(--color);
}
.faq-page .faq-2 .list ul li span.h6.active i.iconfont-xiajiantou1 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page .faq-2 .list ul li .text {
  color: #a8a8a8;
  margin-top: 1.3em;
  padding-top: 1.3em;
  border-top: 1px solid #e0e0e0;
  display: none;
  line-height: 2;
}
.about-page .about-1 .right .text {
  line-height: 1.7;
}
.faq-page .faq-2 .list ul li:nth-child(odd) {
  background-color: #f8f8f8;
}
.why-page {
  padding-top: 6.146%;
}
.why-page .why-1 {
  padding: 4.583% 0 5.99%;
}
.why-page .why-1 .img {
  width: 48.256%;
}
.why-page .why-1 .text {
  width: 51.744%;
}
.why-page .why-1 .text .con {
  line-height: 1.7;
}
.why-page .why-2 {
  background-color: #f7f7f7;
  padding: 4.0625% 0 6.40625%;
}
.why-page .why-2 ul li .img-box .text {
  left: 46px;
  right: 47px;
  top: 50%;
  -webkit-transform: translateY(600%);
  -moz-transform: translateY(600%);
  -ms-transform: translateY(600%);
  transform: translateY(600%);
  background: #fff;
  text-align: center;
  font-weight: 500;
  border-radius: 10px;
  padding: 11px 0;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.why-page .why-2 ul li .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b04a4e;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.why-page .why-2 ul li .img-box:hover .text {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.why-page .why-2 ul li .img-box:hover::after {
  opacity: .8;
}
.why-page .why-3 {
  padding-top: 3.90625%;
}
.why-page .why-4 {
  padding: 4.9% 0 5.9375%;
}
.why-page .why-4 .text {
  width: 47.9%;
}
.why-page .why-4 .text .con {
  line-height: 2;
}
.why-page .why-4 .text .more {
  padding: 0 36px;
}
.why-page .why-4 .img {
  width: 57.85%;
  margin-right: -100px;
  position: relative;
  z-index: 1;
}
.why-page .why-4 .img ul .slick-list {
  padding-right: 240px;
}
.why-page .why-4 .img ul li .ig span {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 7px;
}
.why-page .why-4 .img ul li .ig span::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--color);
  margin-bottom: 11px;
}
.tech-page .tech-1 {
  padding: 5.21% 0 6.09375%;
}
.tech-page .tech-1 .header {
  width: 78%;
  margin: 0 auto;
}
.tech-page .tech-1 .header .con {
  line-height: 1.7;
}
.tech-page .tech-2 {
  background-color: #f7f7f7;
}
.tech-page .tech-2 ul li .img {
  width: 50.12%;
}
.tech-page .tech-2 ul li .img img {
  width: 100%;
}
.tech-page .tech-2 ul li .text {
  width: 49.88%;
  padding-left: 69px;
}
.tech-page .tech-2 ul li .text .con {
  line-height: 1.7;
}
.tech-page .tech-2 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.tech-page .tech-2 ul li:nth-child(even) .text {
  padding: 0 69px 0 0;
}
.tech-page .tech-3 {
  padding: 5.83% 0 0 0;
}
.tech-page .tech-3 ul li {
  padding-top: 70px;
  padding-bottom: 10px;
}
.tech-page .tech-3 ul li .ig {
  padding-bottom: 18px;
  border-radius: 10px;
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.tech-page .tech-3 ul li .ig:hover {
  -webkit-box-shadow: 0 2px 4px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.quality-page .quality-1 {

  border-radius: 10px;
  color: #000;
  padding: 0% 0 6.1%;
}
.quality-page .quality-1 .text {
  width: 63.26%;
}
.quality-page .quality-1 .text .con {
  line-height: 1.7;
}
.quality-page .quality-1 .text .list ul li {
  margin-bottom: 11px;
}
.quality-page .quality-1 .text .list ul li i {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 18px;
  color: var(--color);
  font-size: 14px;
  margin-top: 3px;
  font-weight: 500;
}
.quality-page .quality-1 .text .list ul li span {
  font-size: 15px;
  line-height: 1.6;
  margin-left: 11px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}
.quality-page .quality-1 .text .list ul li:last-child {
  margin-bottom: 0;
}
.quality-page .quality-1 .text .img {
  width: auto;
}
.quality-page .quality-1 .text .img img {
  width: auto;
}
.quality-page .quality-1 .img {
  width: 32.96875%;
  height: 100%;
  top: 0;
  right: 0;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
.quality-page .quality-1 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quality-page .quality-2 {
  background-color: #eff3ec;
  padding: 6.25% 0 3.59375%;
  position: relative;
}
.quality-page .quality-2 .header {
  position: absolute;
  top: 113px;
  left: 0;
  width: 100%;
}
.quality-page .quality-2 .header .con {
  line-height: 1.6;
}
.quality-page .quality-2 .content {
  position: relative;
  z-index: 1;
}
.quality-page .quality-2 .content ul li .text {
  margin: 0 20px 0 auto;
  width: 83%;
}
.quality-page .quality-2 .content ul li .text i {
  width: 69px;
  height: 69px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(#b04a4e));
  background-image: -webkit-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: -moz-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: linear-gradient(0deg, var(--color) 0%, #b04a4e 100%);
  border-radius: 10px;
}
.quality-page .quality-2 .content ul li .text .con {
  line-height: 1.4;
  min-height: 75px;
}
.quality-page .quality-2 .content ul li .text span {
  font-size: 14px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(#b04a4e));
  background-image: -webkit-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: -moz-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: linear-gradient(0deg, var(--color) 0%, #b04a4e 100%);
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  padding: 14px 19px 14px 18px;
  line-height: 1;
}
.quality-page .quality-2 .content ul li:first-child {
  padding-top: 29.43%;
}
.quality-page .quality-2 .content ul li:nth-child(2) {
  padding-top: 23.18%;
}
.quality-page .quality-2 .content ul li:nth-child(3) {
  padding-top: 16.46%;
}
.quality-page .quality-2 .content ul li:nth-child(4) {
  padding-top: 9.9%;
}
.quality-page .quality-2 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 16px;
  left: 0;
  width: 100%;
  height: 572px;
  background: url(../images/quality-line.png) no-repeat center;
  background-size: 100% 100%;
}
.quality-page .quality-2 .wz {
  width: 41.46%;
  right: 5.21%;
  bottom: 8.2%;
  font-size: 32px;
  line-height: 1.25;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgba(54, 54, 54, 0.3);
}
.ins-page .sidebox .sideright {
  padding-left: 71px;
}
.ins-page .sidebox .sideright .det1 {
  padding-bottom: 9.03%;
}
.ins-page .sidebox .sideright .det1 .img {
  width: 49.73%;
}
.ins-page .sidebox .sideright .det1 .text {
  width: 50.27%;
}
.ins-page .sidebox .sideright .det1 .text .title {
  line-height: 1.25;
}
.ins-page .sidebox .sideright .det1 .text .con {
  line-height: 1.7;
}
.ins-page .sidebox .sideright .det1 .text .con * {
  font-family: inherit !important;
}
.ins-page .sidebox .sideright .det2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(#b04a4e));
  background-image: -webkit-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: -moz-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: linear-gradient(0deg, var(--color) 0%, #b04a4e 100%);
  border-radius: 10px;
  color: #fff;
}
.ins-page .sidebox .sideright .det2 .tit {
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ins-page .sidebox .sideright .det2 .content {
  z-index: 1;
}
.ins-page .sidebox .sideright .det2 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ins-page .sidebox .sideright .det2 .content ul li {
  width: 23%;
}
.ins-page .sidebox .sideright .det2 .content ul li .title {
  margin-top: 20px;
  color: inherit;
}
.ins-page .sidebox .sideright .det2 .content ul li .con {
  line-height: 1.7;
  margin-top: 9px;
  height: 77px;
  overflow-y: auto;
}
.ins-page .sidebox .sideright .det2 .content ul li .link {
  font-size: 18px;
  display: inline-block;
  margin-top: 2px;
}
.ins-page .sidebox .sideright .det2 .content ul li .link i {
  display: inline-block;
  margin-left: 11px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ins-page .sidebox .sideright .det2 .content ul li .link:hover{
  color: #fff;
}
.ins-page .sidebox .sideright .det2 .content ul li .link:hover i {
  -webkit-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -ms-transform: translateX(6px);
  transform: translateX(6px);
}
.ins-page .sidebox .sideright .det2 .content .line {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.149);
  top: 0;
}
.ins-page .sidebox .sideright .det2 .content .line::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 3px;
  height: 80px;
  border-radius: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  -webkit-animation: drop 3s linear infinite;
  -moz-animation: drop 3s linear infinite;
  animation: drop 3s linear infinite;
}
.ins-page .sidebox .sideright .det2 .content .line1 {
  left: 24.8%;
}
.ins-page .sidebox .sideright .det2 .content .line2 {
  left: 49.8%;
}
.ins-page .sidebox .sideright .det2 .content .line3 {
  right: 24.8%;
}
.ins-page .sidebox .sideright .det3 {
  padding-top: 8.4%;
}
.ins-page .sidebox .sideright .det3 .content ul li .more {
  width: 100%;
  padding: 0;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(200%);
  -moz-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.ins-page .sidebox .sideright .det3 .content ul li .img-box:hover .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.ins-page .sidebox .sideright .det4 {
  padding-top: 7.69%;
}
.ins-page .sidebox .sideright .det4 .content ul {
  margin: 0 -26.5px;
}
.ins-page .sidebox .sideright .det4 .content ul li {
  padding: 0 26.5px;
}
.ins-page .sidebox .sideright .det4 .content ul li .img-box {
  border-radius: 10px;
}
.ins-page .sidebox .sideright .det4 .content ul li .text {
  margin-top: 20px;
}
.ins-page .sidebox .sideright .det4 .content ul li .text .title {
  font-size: 25px;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(54, 54, 54, 0.1);
}
.ins-page .sidebox .sideright .det4 .content ul li .text .con {
  font-size: 15px;
  line-height: 1.8;
  color: #666;
  margin-top: 8px;
}
.soludet-page .sidebox .sideright .soludet1 .con {
  line-height: 1.67;
}
.soludet-page .sidebox .sideright .soludet2 {
  padding: 9.34% 0 9.18%;
}
.soludet-page .sidebox .sideright .soludet2 ul {
  margin: -14.5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.soludet-page .sidebox .sideright .soludet2 ul li {
  padding: 14.5px;
  width: 33.3333%;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig {
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 100%;
  padding: 32px 34px 41px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig i {
  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;
  width: 81px;
  height: 81px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(#b04a4e));
  background-image: -webkit-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: -moz-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: linear-gradient(0deg, var(--color) 0%, #b04a4e 100%);
  border-radius: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig i img {
  -webkit-filter: brightness(100);
  filter: brightness(100);
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig .text {
  margin-top: 21px;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig .title {
  font-size: 20px;
  line-height: 1.4;
  height: 56px;
  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;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig .con {
  font-size: 15px;
  line-height: 1.3;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(#b04a4e));
  background-image: -webkit-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: -moz-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: linear-gradient(0deg, var(--color) 0%, #b04a4e 100%);
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig:hover {
  color: #fff;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig:hover::after {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig:hover i {
  background: #fff;
}
.soludet-page .sidebox .sideright .soludet2 ul li .ig:hover i img {
  -webkit-filter: none;
  filter: none;
}
.soludet-page .sidebox .sideright .soludet3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(#b04a4e));
  background-image: -webkit-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: -moz-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: linear-gradient(0deg, var(--color) 0%, #b04a4e 100%);
  border-radius: 10px;
  color: #fff;
}
.soludet-page .sidebox .sideright .soludet3 .i-title {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.soludet-page .sidebox .sideright .soludet3 .content {
  position: relative;
  z-index: 1;
}
.soludet-page .sidebox .sideright .soludet3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -20px;
}
.soludet-page .sidebox .sideright .soludet3 .content ul li {
  width: 25%;
  font-size: 18px;
  font-weight: 500;
  padding: 0 20px;
  opacity: .5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .sidebox .sideright .soludet3 .content ul li i {
  width: 12px;
  height: 13px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  margin-top: 13px;
}
.soludet-page .sidebox .sideright .soludet3 .content ul li:hover {
  opacity: 1;
}
.soludet-page .sidebox .sideright .soludet3 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 14px;
  background: rgba(255, 255, 255, 0.2);
}
.soludet-page .sidebox .sideright .soludet4 {
  padding: 8.471% 0 8.786%;
}
.soludet-page .sidebox .sideright .soludet4 .tab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  margin: -16.5px;
}
.soludet-page .sidebox .sideright .soludet4 .tab ul li {
  padding: 16.5px;
}
.soludet-page .sidebox .sideright .soludet4 .tab ul li a {
  display: block;
  background: var(--color);
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  padding: 11px 21px 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.soludet-page .sidebox .sideright .soludet4 .tab ul li a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(#b04a4e));
  background-image: -webkit-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: -moz-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: linear-gradient(0deg, var(--color) 0%, #b04a4e 100%);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.soludet-page .sidebox .sideright .soludet4 .tab ul li:hover a::after,
.soludet-page .sidebox .sideright .soludet4 .tab ul li.active a::after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.soludet-page .sidebox .sideright .soludet4 .content {
  margin-top: 41px;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: none;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .img {
  width: 39.06%;
  border-radius: 10px;
  overflow: hidden;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .text {
  width: 60.94%;
  padding-left: 58px;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .text .title {
  font-size: 25px;
  line-height: 1.4;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .text .con {
  font-size: 15px;
  line-height: 1.8;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .text .bottom {
  margin-top: 31px;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li .text .bottom .tit {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 3px;
}
.soludet-page .sidebox .sideright .soludet4 .content ul li.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.soludet-page .sidebox .sideright .det2 .content ul li {
  width: 23%;
}
/*.soludet-page .sidebox .sideright .det2 .content .line1 {
  left: 25%;
}
.soludet-page .sidebox .sideright .det2 .content .line2 {
  left: 50%;
  right: 0;
}
.soludet-page .sidebox .sideright .det2 .content .line3 {
  left: 75%;
}*/
.key-page .key-1 {
  max-width: 1835px;
  margin: 0 0 0 auto;
  padding-left: 15px;
}
.key-page .key-1 .text {
  width: 46.868%;
}
.key-page .key-1 .text .i-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding-bottom: 25px;
}
.key-page .key-1 .text .con {
  line-height: 1.67;
}
.key-page .key-1 .img {
  width: 53.132%;
  border-radius: 0px 10px 10px 10px;
  overflow: hidden;
}
.key-page .key-1 .img > img {
  width: 100%;
}
.key-page .key-1 .img .logo {
  bottom: 0;
  left: 0;
  background:#95c51a;
  border-radius: 10px;
}
.key-page .key-2 {
  padding: 6.25% 0 6.09375%;
}
.key-page .key-2 .box {
  position: relative;
  z-index: 1;
}
.key-page .key-2 .box .top .img {
  width: 48.3721%;
}
.key-page .key-2 .box .top .text {
  width: 51.6279%;
  background-image: -webkit-linear-gradient(210deg, #30534a 0%, #30534a 100%);
  background-image: -moz-linear-gradient(210deg, #30534a 0%, #30534a 100%);
  background-image: linear-gradient(240deg, #30534a 0%, #30534a 100%);
  border-radius: 0 30px 30px 0;
  color: #fff;
}
.key-page .key-2 .box .top .text .title {
  line-height: 1.25;
}
.key-page .key-2 .box .top .text ul li {

}
.key-page .key-2 .box .top .text ul li .tit {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}
.key-page .key-2 .box .top .text ul li .con {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 3px;
}
.key-page .key-2 .box .top .text ul li:last-child {
  margin-bottom: 0;
}
.key-page .key-2 .box .bottom {
  background-color: #f7f7f7;
}
.key-page .key-2 .box .bottom ul li {
  width: 29%;
  position: relative;
}
.key-page .key-2 .box .bottom ul li i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color);
  color: #fff;
  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: 22px;
}
.key-page .key-2 .box .bottom ul li span {
  font-size: 15px;
  line-height: 1.67;
  margin-left: 16px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.key-page .key-2 .box .bottom ul li::after {
  content: '';
  width: 1px;
  height: 69px;
  background: #333;
  opacity: 0.15;
  position: absolute;
  top: -12px;
  right: -20px;
}
.key-page .key-2 .box .bottom ul li:last-child::after {
  display: none;
}
.key-page .key-2 .box:nth-child(even) .top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.key-page .key-2 .box:last-child {
  margin-bottom: 0;
}

.value-page .value-1 .left {
  width: 15%;
}
.value-page .value-1 .left .title {
  line-height: 1;
  color: var(--color);
}
.value-page .value-1 .left .con {
  font-weight: 500;
  line-height: 1.25;
}
.value-page .value-1 .right {
  width: 100%;
}
.value-page .value-1 .right .title {
  line-height: 1.25;
}
.value-page .value-1 .right .con {
  line-height: 1.67;
}
.value-page .tech-3 {
  padding-bottom: 7.865%;
}
.value-page .value-2 .box {
  max-width: 1835px;
  padding-right: 15px;
}
.value-page .value-2 .box .text {
  background-color: var(--color);
  border-radius: 10px 10px 10px 0px;
  color: #fff;
  width: 54.4%;
}
.value-page .value-2 .box .text .title {
  line-height: 1.25;
}
.value-page .value-2 .box .text .con {
  line-height: 1.67;
}
.value-page .value-2 .box .form {
  width: 33.74%;
  background-color: #ffffff;
  border-radius: 10px;
}
.value-page .value-2 .box .form .header .con {
  line-height: 1.3;
}
.value-page .value-2 .box .form form ul {
  margin: -11.5px -14px;
}
.value-page .value-2 .box .form form ul li {
  padding: 11.5px 14px;
}
.value-page .value-2 .box .form form ul li input,
.value-page .value-2 .box .form form ul li textarea,
.value-page .value-2 .box .form form ul li select {
  width: 100%;
  height: 45px;
  background-color: #f7f7f7;
  border-radius: 10px;
  border: 0;
  font-size: 14px;
  padding: 0 16px;
}
.value-page .value-2 .box .form form ul li input::-webkit-input-placeholder, .value-page .value-2 .box .form form ul li textarea::-webkit-input-placeholder, .value-page .value-2 .box .form form ul li select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.9);
}
.value-page .value-2 .box .form form ul li input:-moz-placeholder, .value-page .value-2 .box .form form ul li textarea:-moz-placeholder, .value-page .value-2 .box .form form ul li select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.9);
}
.value-page .value-2 .box .form form ul li input::-moz-placeholder, .value-page .value-2 .box .form form ul li textarea::-moz-placeholder, .value-page .value-2 .box .form form ul li select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.9);
}
.value-page .value-2 .box .form form ul li input:-ms-input-placeholder, .value-page .value-2 .box .form form ul li textarea:-ms-input-placeholder, .value-page .value-2 .box .form form ul li select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.9);
}
.value-page .value-2 .box .form form ul li input::placeholder,
.value-page .value-2 .box .form form ul li textarea::placeholder,
.value-page .value-2 .box .form form ul li select::placeholder {
  color: rgba(54, 54, 54, 0.9);
}
.value-page .value-2 .box .form form ul li select {
  color: rgba(54, 54, 54, 0.9);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/arrow.png) no-repeat 500px center #f7f7f7;
}
.value-page .value-2 .box .form form ul li textarea {
  height: 131px;
  padding-top: 9px;
}
.value-page .value-2 .box .form form ul li .more {
  width: 100%;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1800px) {
  .faq-page .faq-2 .list ul li .text {
    font-size: 16px;
  }
  .downloadBox {
    font-size: 16px;
  }
  .faq-page .faq-2 .list ul li span.h6 {
    font-size: 24px;
  }
  .quality-page .quality-2 .content ul li .text {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li .tit {
    min-height: 81px;
  }
  .key-page .key-1 {
    max-width: 1430px;
  }
}
@media (max-width: 1450px) {
  .inner-page .sidebox .sideleft .tit {
    font-size: 20px;
  }
  .technical-page {
    padding: 90px 0;
  }
  .technical-page .downloadRight .bottom .faq dl dd {
    padding: 15px 20px;
    border-radius: 10px;
  }
  .downloadBox {
    font-size: 12px;
  }
  .downloadBox .top span {
    font-size: 1.3em;
  }
  .downloadBox .downloadLeft .top em {
    font-size: 1.5em;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    font-size: 1.2em;
  }
  .faq-page .faq-2 .list ul li span.h6 {
    font-size: 20px;
  }
  .faq-page .faq-2 .list ul li {
    padding: 30px;
  }
  .inner-page .why-tab ul {
    margin: -30px;
  }
  .inner-page .why-tab ul li {
    padding: 30px;
  }
  .quality-page .quality-2 .i-title {
    width: 46%;
  }
  .quality-page .quality-2 .wz {
    display: none;
  }
  .quality-page .quality-2 .content {
    zoom: .86;
  }
  .soludet-page .sidebox .sideright .soludet2 ul li .ig {
    padding: 32px 20px 41px;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li {
    font-size: 16px;
  }
  .key-page .key-1 {
    max-width: 1230px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 1250px) {
  .pl-178 {
    padding-left: 70px;
  }
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .technical-page .downloadRight .bottom {
    padding: 20px;
  }
  .technical-page .downloadRight .bottom .faq dl dd span.h6 {
    font-size: 18px;
  }
  .downloadBox {
    font-size: 10px;
  }
  .faq-page .faq-2 .list ul li span.h6 {
    font-size: 18px;
  }
  .faq-page .faq-2 .list ul li .text {
    font-size: 16px;
  }
  .case-page .case-3 .list ul li a.img {
    height: 240px;
  }
  .inner-page .why-tab ul {
    margin: -15px;
  }
  .inner-page .why-tab ul li {
    padding: 15px;
  }
  .why-page .why-2 ul li .img-box .text {
    left: 20px;
    right: 20px;
  }
  .why-page .why-4 .img .slick-list {
    padding-right: 100px;
  }
  .quality-page .quality-2 .wz {
    font-size: 36px;
    right: 15px;
    width: 60%;
  }
  .quality-page .quality-2 .header {
    top: 60px;
  }
  .quality-page .quality-2 .i-title {
    width: 60%;
  }
  .quality-page .quality-2 .content::after {
    height: 33vh;
  }
  .soludet-page .sidebox .sideright .soludet2 ul li .ig .title {
    font-size: 18px;
    height: 70px;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul {
    margin: 0 -10px;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li {
    padding: 0 10px;
    font-size: 14px;
  }
  .soludet-page .sidebox .sideright .soludet4 .content ul li .img {
    width: 100%;
  }
  .soludet-page .sidebox .sideright .soludet4 .content ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .key-page .key-1 {
    max-width: 1000px;
  }
}
@media (max-width: 1000px) {
  .downloadBox .downloadRight {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .downloadBox .downloadLeft {
    width: 100%;
  }
  .downloadBox {
    display: block;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn a img {
    max-width: 15px;
  }
  .why-page .i-title {
    font-size: 36px;
  }
  .why-page .why-1 .img {
    width: 100%;
  }
  .why-page .why-1 .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .why-page .why-4 .text {
    width: 100%;
    padding-right: 0;
  }
  .why-page .why-4 .img {
    width: 100%;
    margin-right: 0;
    margin-top: 30px;
  }
  .tech-page .tech-1 .header {
    width: 100%;
  }
  .tech-page .tech-2 {
    padding-bottom: 30px;
  }
  .tech-page .tech-2 ul li {
    margin-bottom: 30px;
  }
  .tech-page .tech-2 ul li .img {
    width: 100%;
  }
  .tech-page .tech-2 ul li .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .tech-page .tech-2 ul li:last-child {
    margin-bottom: 0;
  }
  .tech-page .tech-2 ul li:nth-child(even) .text {
    padding: 30px 0 0 0;
  }
  .quality-page .quality-2 .header {
    position: initial;
  }
  .quality-page .quality-2 .content {
    zoom: 1;
  }
  .quality-page .quality-2 .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .quality-page .quality-2 .content ul li {
    width: 33.3333%;
    padding: 20px 0 !important;
  }
  .quality-page .quality-2 .content::after {
    display: none;
  }
  .quality-page .quality-2 .wz {
    display: none;
  }
  .ins-page .sidebox .sideright .det1 .img {
    width: 100%;
  }
  .ins-page .sidebox .sideright .det1 .text {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .ins-page .sidebox .sideright .det2 .content ul li {
    width: 30%;
  }
  .ins-page .sidebox .sideright .det4 .content ul li .text .title {
    font-size: 20px;
  }
  .key-page .key-1 {
    padding: 0 15px;
  }
  .key-page .key-1 .img {
    width: 100%;
  }
  .key-page .key-1 .text {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .key-page .key-2 .box .top .img {
    width: 100%;
  }
  .key-page .key-2 .box .top .text {
    width: 100%;
  }
  .key-page .key-2 .box .bottom {
    padding: 30px 15px;
  }
  .key-page .key-2 .box .bottom ul li {
    width: 100%;
    margin-bottom: 12px;
  }
  .key-page .key-2 .box .bottom ul li::after {
    display: none;
  }
  .key-page .key-2 .box .bottom ul li:last-child {
    margin-bottom: 0;
  }
  .value-page .value-1 .left {
    width: 100%;
  }
  .value-page .value-1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .value-page .value-2 {
    padding: 30px 15px;
  }
  .value-page .value-2 .box .text {
    width: 100%;
  }
  .value-page .value-2 .box .form {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .pl-178 {
    padding-left: 30px;
  }
  .font-30 {
    font-size: 25px;
  }
  .technical-page .downloadRight .bottom .faq dl dd span.h6 {
    font-size: 16px;
  }
  .technical-page {
    padding: 60px 0;
  }
  .downloadBox .downloadRight .bottom ul li .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .downloadBox .downloadRight .bottom ul li .flex i.icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content {
    width: 75%;
  }
  .downloadBox .downloadRight .bottom ul li .flex .btn {
    width: 100%;
    margin-top: 20px;
  }
  .downloadBox .downloadRight .bottom ul li .flex .content .path {
    font-size: 13px;
  }
  .downloadBox .top img {
    max-width: 24px;
  }
  .faq-page .faq-2 .list ul li {
    padding: 15px;
  }
  .faq-page .faq-2 .list ul li span.h6 {
    font-size: 16px;
  }
  .faq-page .faq-2 .list ul li .text {
    font-size: 14px;
  }
  .case-page .case-3 {
    padding-bottom: 50px;
  }
  .why-page .i-title {
    font-size: 30px;
  }
  .why-page .why-4 .img ul .slick-list {
    padding-right: 0;
  }
  .quality-page .quality-1 .text {
    width: 100%;
  }
  .quality-page .quality-1 .img {
    position: initial;
    width: 100%;
    margin-top: 20px;
    padding: 0 15px;
  }
  .quality-page .quality-2 .i-title {
    width: 100%;
  }
  .quality-page .quality-2 .content ul li {
    width: 50%;
  }
  .ins-page .sidebox .sideright .det2 .content ul {
    margin: -6px;
  }
  .ins-page .sidebox .sideright .det2 .content ul li {
    width: 50%;
    padding: 6px;
  }
  .ins-page .sidebox .sideright .det4 .content ul {
    margin: 0 -13px;
  }
  .ins-page .sidebox .sideright .det4 .content ul li {
    padding: 0 13px;
  }
  .ins-page .sidebox .sideright .det4 .content ul li .text .title {
    font-size: 20px;
  }
  .soludet-page .sidebox .sideright .soludet2 ul li {
    width: 50%;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li {
    width: 50%;
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .quality-page .quality-2 .content ul li {
    width: 100%;
  }
  .ins-page .sidebox .sideright .det2 .content ul li {
    width: 100%;
  }
  .ins-page .sidebox .sideright .det4 .content ul li .text .title {
    font-size: 20px;
  }
  .soludet-page .sidebox .sideright .soludet2 ul li {
    width: 100%;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li {
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 30px;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li .tit {
    min-height: auto;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li i {
    margin-bottom: -15px;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .soludet-page .sidebox .sideright .soludet3 .content ul li:last-child i {
    margin-bottom: 0;
  }
  .value-page .value-2 .box .text {
    padding: 20px 15px;
  }
}
.qualitys{
  padding-top: 66px;
  padding-bottom: 80px;
  background: #f9f9f9
}
.bespoke-page .bespoke-1 {
  padding: 60px 0 90px;
}
.bespoke-page .bespoke-1 .img{
  margin-top: 58px
}
.bespoke-page .bespoke-1 .list ul {
  margin: -15px;
}
.bespoke-page .bespoke-1 .list ul li {
  padding: 15px;
}
.bespoke-page .bespoke-1 .list .img {
  overflow: hidden;
}
.bespoke-page .bespoke-1 .list .img .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
}
.bespoke-page .bespoke-1 .list .img .text {
  padding: 15px;
  background-color: #FFFFFF;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.bespoke-page .bespoke-1 .list .img .text span {
  color: #acacac;
}
.bespoke-page .bespoke-1 .list .img:hover .text {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.bespoke-page .bespoke-5 .ui{
padding: 0 100px
}
.bespoke-page .bespoke-5 .box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px
}
.bespoke-page .bespoke-5 .box>div{
  width: 48%;
  position: relative
}
.bespoke-page .bespoke-5 .box>div .text{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 60px
  }
  .bespoke-page .bespoke-5 .box>div .text .t1{
    	font-size: 20px;
      font-weight: bold
  }
  .bespoke-page .bespoke-5 .box>div .text .cont{
      height: 0;
      overflow: hidden;
      transition: .5s;
      margin-top: 10px
    }
    .bespoke-page .bespoke-5 .box>div:hover .text .cont{
      height: 8em;
      overflow-y: auto
    }
.bespoke-page .bespoke-6 .ui{
	background-color: #ffffff;
	box-shadow: 0px 2px 9px 1px 
		rgba(0, 0, 0, 0.13);
	border-radius: 5px;
  margin-top: 140px;
  padding: 100px
}
.bespoke-page .bespoke-6 .smt{
  max-width: 810px;
  margin: 0;
  margin-top: 20px
}
.bespoke-page .bespoke-6 form{
  margin-top: 40px
}
.bespoke-page .bespoke-6 form textarea{
  width: 100%;
height: 226px;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
  padding: 22px 17px ;
  font-size: 14px
}
.bespoke-page .bespoke-6 form input{
    width: 100%;
  	height: 68px;
     font-size: 14px;
	background-color: #ffffff;
	border-radius: 5px;
	border: solid 1px #e5e5e5;
    padding: 0 17px ;
    margin-top: 30px
}
.bespoke-page .bespoke-6 form .submit{
  	width: 141px;
	height: 45px;
	background-color: var(--color);
	border-radius: 22px;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
 transition: .5s
}
.bespoke-page .bespoke-6 form .submit:hover{
  color: var(--color);
  background: #fff;
  	border: solid 1px var(--color);
}
.qualitys .customer-2 .ui {
    padding: 80px 100px 100px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 80px;
}
.qualitys .customer-2 .left{
  padding-right: 85px
}
.qualitys .customer-2 .left .text{
  margin-top: 40px;
}
.qualitys .customer-2 .left .text .t1{
  font-size: 20px;
  font-weight: bold;

  line-height: 1.4;
  margin-bottom: 10px
}
.qualitys .customer-2 .left .text p{
  padding-left: 20px;
  	color: #666666;
    font-size: 16px;
    line-height: 2;
    position: relative
}
.qualitys .customer-2 .left .text p::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: .5em;
  	width: 10px;
	height: 10px;
  background: var(--color);
  border-radius: 50%;
}
.qualitys .customer-2 .right img{
  width: 100%
}
.bespoke-page .about-6 {
  padding: 80px 0;
  background-color: #f9f9f9;
}
.bespoke-page .about-61 {
  background-color: white! important;;
}
.bespoke-page .about-6 .left {
  width: 35%;
  vertical-align: middle;
      line-height: 2;
}
.bespoke-page .about-6 .right {
  padding: 50px 80px;
  background: url(../images/about-6-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  width: 65%;
  vertical-align: middle;
}
.bespoke-page .about-6 .right ul{
  margin: -10px;
}
.bespoke-page .about-6 .right ul li{
  padding: 10px;
}
.bespoke-page .about-6 .right ul li .img-box img{
  width: 100%
}
.bespoke-page .about-2 {
  border-radius: 40px;
  overflow: hidden;
  padding: 100px 0
}
.bespoke-page .about-2 .top {
  height: 460px;
  background: url(/wanma-tech/2026/01/23/shehuizeren.png) no-repeat center;
  background-size: cover;
  padding-top: 200px;
}
.bespoke-page .about-2 .top p {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  color: #FFFFFF;
  margin: auto;
}
.bespoke-page .about-2 .bottom .list {
  margin-top: 50px;
}
.bespoke-page .about-2 .bottom .list ul {
  margin-right: -40px;

}
.bespoke-page .about-2 .bottom .list ul li {
    padding: 10px;
  padding-right: 40px;
  
}
.bespoke-page .about-2 .bottom .list ul li .box{
  	background-color: #ffffff;
	box-shadow: 0px 2px 9px 1px 
		rgba(0, 0, 0, 0.08);
	border-radius: 5px;
  padding: 30px 55px
}
.bespoke-page .about-2 .bottom .list ul li .box p{
  height: 6em;
  overflow-y: auto
}
.bespoke-page .about-2 .bottom .list ul li .box .t1{
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 20px
}
.bespoke-page .about-2 .bottom .list i {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 2px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center
}
.bespoke-page .about-2 .bottom .list i img {
  vertical-align: middle;
}
.bespoke-page .about-2 .ui{
  padding: 80px 100px;
  background: #fff
}
.bespoke-page .about-page .about-2 .bottom .list ul{
   display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bespoke-page .about-page .about-2 .bottom .list ul li{
  display: flex;
  align-items: center
}
.bespoke-page .about-page .about-2 .bottom .list ul li i{
  margin-right: 20px;
  width: 60px
}
.bespoke-page .about-page .about-2 .bottom .list ul li i img{
  filter: brightness(100) invert(1);
  transition: .2s
}

.bespoke-page .about-page .about-2 .bottom .list ul li .t1{
  font-size: 20px;
  font-weight: bold
}
.bespoke-page .about-page .about-2 .bottom .list ul li p{
  	font-size: 16px;
    	color: #666666;
}
.bespoke-page .about-page .about-2 .bottom .list ul li:hover i img{
  filter: none
}
.bespoke-page .about-page .about-2 .bottom .list ul li .text{
  flex: 1
}
@media screen and (max-width: 1200px) {
  .bespoke-page .bespoke-5 .box>div .text{
    padding: 20px
  }
  .bespoke-page .bespoke-6 .ui{
    padding: 50px
  }
  .qualitys .customer-2 .left{
  padding-right: 40px
  }
    .bespoke-page .about-2 .bottom .list ul {
  margin-right: -20px;
}
.bespoke-page .about-2 .bottom .list ul li {
    padding: 10px;
  padding-right: 20px;
}
  .bespoke-page .about-2 .bottom .list ul {
  margin-right: -20px;

}
.bespoke-page .about-2 .bottom .list ul li {
    padding: 10px;
  padding-right: 20px;
  
}
.bespoke-page .about-2 .top {
    height: 400px;
    padding-top: 150px;
  }
  .bespoke-page .about-2 .bottom .list ul {
    margin: -15px;
  }
  .bespoke-page .about-2 .bottom .list ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 1000px) {
    .bespoke-page .bespoke-6 .ui{
    padding: 20px
  }
.bespoke-page .bespoke-5{
  display: none
}
.bespoke-page .bespoke-5 .ui{
padding: 0 15px
}
  .bespoke-page .bespoke-1 {
    padding: 60px 0;
  }
  .qualitys .customer-2 .left{
  padding-right: 0
}
 .qualitys .customer-2 .ui{
  padding: 0 15px;
}
 .bespoke-page .about-6 {
    padding: 60px 0;
  }
  .bespoke-page .about-6 .left {
    width: 100%;
  }
  .bespoke-page .about-6 .right {
    width: 100%;
  }
  .bespoke-page .about-3 .ui{
  padding: 0 15px
}
  .bespoke-page .about-2 .top {
    height: 300px;
    padding-top: 100px;
  }
    .bespoke-page .about-page .about-2 .ui{
  padding: 0 15px;

}
}
@media screen and (max-width: 700px) {
  .bespoke-page .about-6 .right {
    padding: 50px;
  }
  .bespoke-page .about-2 .top {
    height: auto;
    padding: 100px 15px;
  }
}
@media screen and (max-width: 500px) {
  .bespoke-page .about-6 .right {
    padding: 20px;
  }
}
.su-page {
  position: relative;
  z-index: 1;
}
.su-page::after{
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height:1024px;
  top: 366px;
  left: 0;
  background-color: #fafafa;
	border-radius: 0px 50px 0px 0px;
}
.su-page .su1{
  padding-top: 3.75%;
}
.su-page .su2 .header .title{
  color: #e6e6e6;
  line-height: 1;
}
.su-page .su2 .header .tit{
  line-height: 1.25;
  margin-top: -2.5%;
}
.su-page .su2 .header .con{
  line-height: 1.6;
  width: 89%;
  margin: 21px auto 0;
}
.su-page .su2 .content ul{
  margin: -14px;
}
.su-page .su2 .content ul li{
  padding: 14px;
  height: auto;
}
.su-page .su2 .content ul li .ig{
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(#b04a4e));
  background-image: -webkit-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: -moz-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: linear-gradient(0deg, var(--color) 0%, #b04a4e 100%);
  color: #fff;
  border-radius: 10px;
  height: 100%;
}
.su-page .su2 .content ul li .ig .top{
  border-bottom: 1px solid rgba(255,255,255,0.5);
}
.su-page .su2 .content ul li .ig i{
  width: 67px;
	height: 67px;
	background-color: #ffffff;
	border-radius: 5px;
}
.su-page .su2 .content ul li .ig span{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.su-page .su3{
  padding: 6.042% 0 5.73%;
}
.su-page .su3 .left{
  width: 62%;
  border-radius: 10px;
  overflow: hidden;
}
.su-page .su3 .right{
  width: 38%;
}
.su-page .su3 .right .title{
  line-height: 1.25;
}
.su-page .su3 .right .ig{
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(#b04a4e));
  background-image: -webkit-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: -moz-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: linear-gradient(0deg, var(--color) 0%, #b04a4e 100%);
  color: #fff;
  border-radius: 10px;
  width: 49.219vw;
  margin-left: -53%;
}
.su-page .su3 .right .ig .con{
  line-height: 1.8;
}
.su-page .su4{
  color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding-top: 3.021%; 
}
.su-page .su4 .img{
  width: 56.512%;
  border-radius: 10px;
  overflow: hidden;
}
.su-page .su4 .text{
  width: 38.78%;
}
.su-page .su4 .text ul li{
  border-bottom: 1px solid #fff;
}
.su-page .su4 .text ul li i{
  width: 36px;
}
.su-page .su4 .text ul li span{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.su-page .su5{
  padding-bottom: 5.6771%;
}
.su-page .su5 ul .slick-slide{
  height: auto;
}
.su-page .su5 ul .slick-slide > div{
  height: 100%;
}
.su-page .su5 ul li{
  height: 100%;
}
.su-page .su5 ul li .ig{
  z-index: 1;
  height: 100%;
}
.su-page .su5 ul li .ig .img{
  height: 342px;
}
.su-page .su5 ul li .ig::after{
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 297px;
  background-color: #f7f7f7;
	border-radius: 10px;
}
.su-page .su5 ul li .ig::before{
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85.576%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(#b04a4e));
  background-image: -webkit-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: -moz-linear-gradient(bottom, var(--color) 0%, #b04a4e 100%);
  background-image: linear-gradient(0deg, var(--color) 0%, #b04a4e 100%);
  border-radius: 10px;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.su-page .su5 ul li .ig:hover{
  color: #fff;
}
.su-page .su5 ul li .ig:hover::before{
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.su-page .su5 ul li .ig p{
  line-height: 1.3;
}
@media (max-width: 1680px) {
  .su-page::after{
    height: 50%;
  }
}
@media (max-width: 1450px) {
  .su-page .su3 .left{
    width: 100%;
  }
  .su-page .su3 .right{
    width: 100%;
    margin-top: 20px;
  }
  .su-page .su3 .right .ig{
    margin-left: 0;
    width: 100%;
  }
  .su-page .su4 .text{
    padding-bottom: 70px;
  }
  .su-page .su4 .text ul li span{
    font-size: 18px;
  }
  .su-page .su5 ul li .ig::after{
    height: 200px;
  }
}
@media (max-width: 1250px) {
  .su-page::after{
    top: 6%;
  }
  .su-page .su4 .content{
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .su-page .su4 .text ul li span{
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
  .su-page .su4{
    background-size: cover;
  }
  .su-page .su5 ul li .ig .img{
    height: 200px;
  }
}
@media (max-width: 700px) {
  .su-page .su2 .content ul li .ig span{
    font-size: 18px;
  }
  .su-page .su4 .img{
    width: 100%;
  }
  .su-page .su4 .text{
    width: 100%;
    margin-top: 20px;
  }
  .su-page .su5 ul li .ig .img{
    height: 260px;
  }
}
@media (max-width: 500px) {
  .su-page .su5 ul li .ig{
    height: auto;
  }
   .su-page .su5 ul li .ig .img{
    height: auto;
  }
}
@media (max-width: 1700px) {
  .inner-page .sidebox .sideleft{
    width: 30%;
  }
  .inner-page .sidebox .sideright{
    width: 70%;
    padding-left: 30px;
  }
  .soludet-page .sidebox .sideright .soludet2 ul li .ig .title{
    height: 100px;
  }
}
@media (max-width: 1250px) {
  .inner-page .sidebox .sideright{
    width: 100%;
    padding-left: 0;
  }
}

#index-body .i-news {
  padding: 4.375% 0 4.33% 0;
}
#index-body .i-news .i-title {
  line-height: 1.25;
}
#index-body .i-news .content {
  position: relative;
  z-index: 1;
}
#index-body .i-news ul li {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news ul li .iconfont-quote2 {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-news ul li .ig {
  background-color: #f5f4f4;
	border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#index-body .i-news ul li .con {
  line-height: 2;
  color: #666;
}
#index-body .i-news ul li .ig::before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(var(--color)));
  background-image: -webkit-linear-gradient(bottom, var(--color) 0%, var(--color) 100%);
  background-image: -moz-linear-gradient(bottom, var(--color) 0%, var(--color) 100%);
  background-image: linear-gradient(0deg, var(--color) 0%, var(--color) 100%);
  background-size: 100% 100%;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .i-news ul li .ig:hover,
#index-body .i-news ul li .ig:hover .con{
  color: #fff;
}
#index-body .i-news ul li .ig:hover .top img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
#index-body .i-news ul li .ig:hover::before {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
#index-body .i-news ul li:hover::after {
  opacity: 0;
}
@media screen and (max-width: 1450px) {
    #index-body .i-news ul li .ig .top{
        zoom: .9;
    }
}
@media screen and (max-width: 1000px) {
    #index-body .i-news ul li .ig .top{
        zoom: 1;
    }
    #index-body .i-news .more {
        margin-top: 20px;
    }
    #index-body .i-news ul li::after {
        background: url(../images/bg.png) no-repeat center;
        background-size: 100% 100%;
        -webkit-clip-path: none;
        clip-path: none;
        border: 0;
    }
    .pc {
      display: none !important;
    }
}
@media screen and (max-width: 700px) {
    #index-body .i-news ul {
        margin: 0 -10px;
    }
    #index-body .i-news ul li {
        padding: 54px 10px;
    }
    #index-body .i-news ul li .ig {
        width: 100%;
    }
    #index-body .i-news ul li .ig .top .name{
        margin-left: 0;
        width: 100%;
    }
    #index-body .i-news ul li::before,
    #index-body .i-news ul li::after {
        display: none;
    }
}
@media screen and (max-width: 500px) {
    #index-body .i-news ul li .ig .top .name{
        width: auto;
        margin-left: 6px;
    }
}
.about-page .play {
  width: 80px;
  text-transform: uppercase;
  letter-spacing: .37em;
  position: relative;
  cursor: pointer;
  cursor: hand;
  margin-left: auto;
  margin-right: auto;
}
.about-page .play i {
  left: 55%;
  top: 50%;
}
.about-page .play svg {
  fill: white;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  display: block;
}
.about-page .play path {
  fill: transparent;
}
.about-page .play textPath {
  font-family: "Century751 SeBd BT";
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.seoPublic .title {
  font-weight: 970;
  color: #30534a;
}

@media screen and (max-width: 1250px) {
  table {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-1 .number ul {
    flex-wrap: wrap;
    gap:30px;
  }
  #index-body .init-1 .number ul li {
    transform: unset !important;
  }
  #index-body .init-1 .number ul li span.h6 {
    font-size: 20px !important;
  }
  #index-body .init-1 .number ul li em {
    font-size: 1.5em !important;
  }
    #index-body .init-5 .list ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    #index-body .init-5 .list li {
      grid-column:span 1 !important;
    }
}