@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Bold.eot');
  src: url('../fonts/Jost-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Jost-Bold.woff2') format('woff2'), url('../fonts/Jost-Bold.woff') format('woff'), url('../fonts/Jost-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Medium.eot');
  src: url('../fonts/Jost-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Jost-Medium.woff2') format('woff2'), url('../fonts/Jost-Medium.woff') format('woff'), url('../fonts/Jost-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Light.eot');
  src: url('../fonts/Jost-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Jost-Light.woff2') format('woff2'), url('../fonts/Jost-Light.woff') format('woff'), url('../fonts/Jost-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Jost';
  src: url('../fonts/Jost-Regular.eot');
  src: url('../fonts/Jost-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Jost-Regular.woff2') format('woff2'), url('../fonts/Jost-Regular.woff') format('woff'), url('../fonts/Jost-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
body {
  font-family: "Jost";
  max-width: 1920px;
  --color: #347c30;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1750px;
}
.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;
  background-color: white;
  padding: 10px 0;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .top {
  background-color: var(--color);
  color: white;
  border-radius: 23px;
  height: 46px;
  padding: 0 20px;
}
#header .nav .ui.menu .top ul li img {
  vertical-align: middle;
  margin-right: 8px;
}
#header .nav .ui.menu .top .share {
  margin-left: auto;
  font-size: 18px;
}
#header .nav .ui.menu .top .share a {
  margin-left: 20px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 80px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li.active,
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: width 0.5s;
  -moz-transition: width 0.5s;
  transition: width 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a::after,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  /*width: 100%;*/
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  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 .line {
  width: 1px;
  height: 42px;
  background-color: #e2e2e2;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .msg {
  cursor: pointer;
  background-color: var(--color);
  color: white;
  height: 40px;
  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-size: 18px;
  border-radius: 30px;
  padding: 0 7px 0 27px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .msg span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  line-height: 30px;
  color: var(--color);
  font-size: 20px;
  margin-left: 24px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .msg em{
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
/*#header .nav .ui.menu .msg:hover {
  background-color: #222;
}*/
#header.active {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner 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;
}
.fw-300 {
  font-weight: 300;
}
.fw-500 {
  font-weight: 500;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  height: 55px;
  line-height: 55px;
  background-color: var(--color);
  color: white;
  font-size: 17px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 27px;
  padding: 0 26px 0 65px;
  /*display: inline-block;*/
  position: relative; 
}
.more span {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  background-color: white;
  color: var(--color);
  margin-right: 15px;
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 11px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;

}
.more em{
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
/*.more:hover {
  background-color: #222; 
}*/
#banner {
  margin-top: 142px;
  position: relative;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 12%;
}
#banner li .content h2 {
  line-height: 1.1;
}
#banner li .content p {
  line-height: 25px;
  color: #333333;
}
#banner .slickBtn .prev {
  left: 1.5%;
  right: auto;
}
#banner .slickBtn .next {
  right: 1.5%;
  left: auto;
}
.tag {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.i-title {
  line-height: 1.2;
}
.i-title em {
  color: var(--color);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#index-body .i-product {
  background-color: #fcfaf7;
}
#index-body .i-product .list ul li .box .img-box {
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
#index-body .i-product .list ul li .box .img-box .img {
  position: relative;
  width: 100%;
  height: 100%;
  grid-area: 1 / -1;
  overflow: hidden;
}
#index-body .i-product .list ul li .box .img-box .img a {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index-body .i-product .list ul li .box .img-box .img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  will-change: transform;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}
#index-body .i-product .list ul li .box .img-box .content {
  z-index: 1;
  color: white;
  grid-area: 1 / -1;
  padding: 25px 20px;
}
#index-body .i-product .list ul li .box .img-box .content .titles {
  -webkit-transform: translateY(-30px) rotate(3deg);
  -moz-transform: translateY(-30px) rotate(3deg);
  -ms-transform: translateY(-30px) rotate(3deg);
  transform: translateY(-30px) rotate(3deg);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product .list ul li .box .img-box .content .des {
  line-height: 25px;
  -webkit-transform: translateY(-30px) rotate(3deg);
  -moz-transform: translateY(-30px) rotate(3deg);
  -ms-transform: translateY(-30px) rotate(3deg);
  transform: translateY(-30px) rotate(3deg);
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-product .list ul li .box .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.6), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.6), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#index-body .i-product .list ul li .box:hover .img-box .content .titles {
  -webkit-transform: translateY(0) rotate(0);
  -moz-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
  opacity: 1;
  -webkit-transition-delay: 0.24s;
  -moz-transition-delay: 0.24s;
  transition-delay: 0.24s;
}
#index-body .i-product .list ul li .box:hover .img-box .content .des {
  -webkit-transform: translateY(0) rotate(0);
  -moz-transform: translateY(0) rotate(0);
  -ms-transform: translateY(0) rotate(0);
  transform: translateY(0) rotate(0);
  opacity: 0.66;
  -webkit-transition-delay: 0.16s;
  -moz-transition-delay: 0.16s;
  transition-delay: 0.16s;
}
#index-body .i-product .list ul li .box:hover .img-box::after {
  opacity: 1;
}
#index-body .i-product .title {
  -webkit-transition: margin 0.3s;
  -moz-transition: margin 0.3s;
  transition: margin 0.3s;
  height: 130px;
}
#index-body .i-product .arrow {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 50%;
  background-color: var(--color);
  color: white;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
#index-body .i-about ul li {
  text-align: center;
  color: #333333;
}
#index-body .i-about ul li .num {
  line-height: 1;
}
#index-body .i-about .content {
  line-height: 25px;
  color: #666666;
}
#index-body .i-about .more {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  white-space: nowrap;
}
#index-body .i-about .play {
  cursor: pointer;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
#index-body .i-about .play > img {
  -webkit-animation: rotate 30s linear infinite;
  -moz-animation: rotate 30s linear infinite;
  animation: rotate 30s linear infinite;
}
#index-body .i-about .h2 {
  opacity: 0.05;
  white-space: nowrap;
}
#index-body .i-init3 .wdt-showcase-list-wrapper {
  grid-area: 1/-1;
  height: 100%;
}
#index-body .i-init3 .wdt-showcase-list-wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
#index-body .i-init3 .wdt-showcase-list-wrapper ul li {
  border-right: 2px solid white;
  -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  overflow: hidden;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#index-body .i-init3 .wdt-showcase-list-wrapper ul li .wdt-showcase-element {
  background-color: transparent;
  -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  position: relative;
  z-index: 1;
  padding: 25px;
}
#index-body .i-init3 .wdt-showcase-list-wrapper ul li .wdt-showcase-element .img{
  opacity: 0;
  -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}
#index-body .i-init3 .wdt-showcase-list-wrapper ul li .wdt-showcase-element .wdt-showcase-content-group {
  -webkit-transform: translateY(var(--wdt-content-extra-height));
  -moz-transform: translateY(var(--wdt-content-extra-height));
  -ms-transform: translateY(var(--wdt-content-extra-height));
  transform: translateY(var(--wdt-content-extra-height));
  -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#index-body .i-init3 .wdt-showcase-list-wrapper ul li .wdt-showcase-element .wdt-showcase-title-group {
  margin-bottom: 0;
  -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  line-height: 1.2;
  min-height: 60px;
}
#index-body .i-init3 .wdt-showcase-list-wrapper ul li .wdt-showcase-element .wdt-content-description {
  opacity: 0;
  -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  line-height: 25px;
  margin: 15px 0 25px;
  min-height: 150px;
}
#index-body .i-init3 .wdt-showcase-list-wrapper ul li .wdt-showcase-element .more {
  background-color: white;
  color: var(--color);
  height: 40px;
}
#index-body .i-init3 .wdt-showcase-list-wrapper ul li .wdt-showcase-element .more span {
  background-color: var(--color);
  color: white;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}
/*#index-body .i-init3 .wdt-showcase-list-wrapper ul li .wdt-showcase-element .more:hover {
  background-color: #222;
  color: white;
}*/
#index-body .i-init3 .wdt-showcase-list-wrapper ul li:last-child {
  border-right: none;
}
#index-body .i-init3 .wdt-showcase-list-wrapper ul li.wdt-active {
  -webkit-box-shadow: inset 0 0 0 25px var(--color);
  box-shadow: inset 0 0 0 25px var(--color);
  -webkit-backdrop-filter: blur(0px);
  backdrop-filter: blur(0px);
}
#index-body .i-init3 .wdt-showcase-list-wrapper ul li.wdt-active .wdt-showcase-element {
  background-color: var(--color);
}
#index-body .i-init3 .wdt-showcase-list-wrapper ul li.wdt-active .wdt-showcase-element .img{
  opacity: 1;
}
#index-body .i-init3 .wdt-showcase-list-wrapper ul li.wdt-active .wdt-showcase-element .wdt-showcase-content-group {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#index-body .i-init3 .wdt-showcase-list-wrapper ul li.wdt-active .wdt-showcase-element .wdt-showcase-title-group {
  margin-bottom: clamp(0.3125rem, 0.5382rem, 0.625rem);
  /*10px - 5px*/
}
#index-body .i-init3 .wdt-showcase-list-wrapper ul li.wdt-active .wdt-showcase-element .wdt-content-description {
  opacity: 0.66;
}
#index-body .i-init3 .wdt-showcase-list-wrapper ul li.wdt-active .wdt-content-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#index-body .i-init3 .wdt-showcase-list-wrapper.swiper {
  width: 100% !important;
  max-width: 100%;
}
#index-body .i-init3 .wdt-showcase-content-wrapper {
  grid-area: 1 / -1;
  height: 100%;
  position: relative;
}
#index-body .i-init3 .wdt-showcase-content-wrapper div[id*="wdt-showcase-"] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#index-body .i-init3 .wdt-showcase-content-wrapper div[id*="wdt-showcase-"] * {
  height: 100%;
  display: block;
}
#index-body .i-init3 .wdt-showcase-content-wrapper .wdt-content-image {
  overflow: hidden;
}
#index-body .i-init3 .wdt-showcase-content-wrapper .wdt-content-image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0;
  -webkit-transition: 0.25s linear;
  -moz-transition: 0.25s linear;
  transition: 0.25s linear;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}
#index-body .i-init3 .wdt-showcase-content-wrapper div[id*="wdt-showcase-"].wdt-active .wdt-content-image img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#index-body .i-init4 {
  background-color: #fcfaf7;
}
#index-body .i-init4 .left {
  position: relative;
  z-index: 3;
}
#index-body .i-init4 .left .img2 {
  text-align: right;
  margin-top: -200px;
}
#index-body .i-init4 .left .img3 {
  position: absolute;
  bottom: 0;
  left: 20%;
  z-index: -1;
}
#index-body .i-init4 .right ul li {
  padding-left: 40px;
  position: relative;
}
#index-body .i-init4 .right ul li .des {
  line-height: 25px;
  opacity: 0.66;
  margin-top: 8px;
  color: #666666;
}
#index-body .i-init4 .right ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 25px;
  height: 25px;
  background: url(../images/dui.png) no-repeat center;
}
#index-body .i-init4 .right ul li:last-child {
  margin-bottom: 0;
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#index-body .i-application {
  background-color: var(--color);
  /*background-image: url(../images/application-bg.png);*/
  background-position: right top 10%;
  background-repeat: no-repeat;
  color: white;
  position: relative;
  overflow: hidden;
}
#index-body .i-application .bg{
  position: absolute;
  right: 0;
  top: 10%;
  width: 50%;
  height: 50%;
  background-image: url(../images/application-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  max-width: 363px;
  max-height: 485px;
  -webkit-animation: rotate 30s linear infinite;
    -moz-animation: rotate 30s linear infinite;
    animation: rotate 30s linear infinite;
}
#index-body .i-application .more {
  background-color: white;
  color: var(--color);
}
#index-body .i-application .more span {
  background-color: var(--color);
  color: white;
}
/*#index-body .i-application .more:hover {
  background-color: #222;
  color: white;
}*/
#index-body .i-application ul li {
  margin-bottom: 0;
}
#index-body .i-application ul li .box {
  z-index: 3;
}
#index-body .i-application ul li .img-box {
  border-radius: 10px;
}
#index-body .i-application ul li .img-box span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.6);
  -moz-transform: translate(-50%, -50%) scale(0.6);
  -ms-transform: translate(-50%, -50%) scale(0.6);
  transform: translate(-50%, -50%) scale(0.6);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 4;
  color: var(--color);
  opacity: 0;
}
#index-body .i-application ul li .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-application ul li i {
  position: absolute;
  border: 3px solid white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 0;
  border-radius: 10px;
  z-index: -1;
  opacity: 0;
}
#index-body .i-application ul li i:nth-child(1) {
  left: -3px;
  bottom: -3px;
}
#index-body .i-application ul li i:nth-child(2) {
  right: -3px;
  top: -3px;
}
#index-body .i-application ul li:nth-child(2n) {
  margin-top: 50px;
}
#index-body .i-application ul li:hover .img-box span {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
#index-body .i-application ul li:hover .img-box::after {
  opacity: 1;
}
#index-body .i-application ul li:hover i {
  width: -webkit-calc(100% + 3px);
  width: -moz-calc(100% + 3px);
  width: calc(100% + 3px);
  height: -webkit-calc(100% + 3px);
  height: -moz-calc(100% + 3px);
  height: calc(100% + 3px);
  opacity: 1;
}
#index-body .i-sus {
  color: white;
}
#index-body .i-sus .des {
  line-height: 30px;
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .i-sus .more {
  background-color: white;
  color: var(--color);
}
#index-body .i-sus .more span {
  background-color: var(--color);
  color: white;
}
/*#index-body .i-sus .more:hover {
  background-color: var(--color);
  color: white;
}*/
/*#index-body .i-sus .more:hover span {
  background-color: white;
  color: var(--color);
}*/
#index-body .i-news ul li .box {
  background-color: #fcfaf7;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
}
#index-body .i-news ul li .box .arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid var(--color);
  color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
}
#index-body .i-news ul li .box .arrow i {
  display: block;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news ul li .box .des {
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  line-height: 24px;
  color: #333333;
}
#index-body .i-news ul li .box .time {
  color: var(--color);
  position: relative;
}
#index-body .i-news ul li .box .time::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news ul li:hover .box {
  background-color: var(--color);
}
#index-body .i-news ul li:hover .box .time,
#index-body .i-news ul li:hover .box .title {
  color: white;
}
#index-body .i-news ul li:hover .box .time::after {
  background-color: white;
}
#index-body .i-news ul li:hover .box .arrow {
  background-color: white;
}
#index-body .i-news ul li:hover .box .arrow i {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.wdt-showcase-container {
  display: grid;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  overflow: hidden;
  width: 100%;
  /*height: 950px;*/
}
.wdt-showcase-list-wrapper.swiper {
  width: 100% !important;
  max-width: 100%;
}
.wdt-showcase-container > .wdt-showcase-list-wrapper ul > li.wdt-active,
.wdt-showcase-container > .wdt-showcase-list-wrapper ul > li:has(+ .wdt-active) {
  border-color: var(--color);
}
#footer {
  background: url(../images/footer-bg.jpg) no-repeat;
  background-size: cover;
  color: white;
}
#footer .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
#footer .top .logo {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
#footer .top::after {
  content: "";
  position: absolute;
  left: 34%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
#footer .wrap {
  position: relative;
}
#footer .wrap .left form {
  position: relative;
}
#footer .wrap .left form input,
#footer .wrap .left form textarea {
  height: 50px;
  background-color: #525c54;
  border-radius: 10px;
  font-size: 14px;
  padding: 0 15px;
  border: none;
  margin-bottom: 13px;
  width: 100%;
}
#footer .wrap .left form textarea {
  height: 130px;
  padding: 10px 15px;
  margin-bottom: 0;
}
#footer .wrap .left form input::-webkit-input-placeholder,
#footer .wrap .left form textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .wrap .left form input::-moz-placeholder,
#footer .wrap .left form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .wrap .left form input:-ms-input-placeholder,
#footer .wrap .left form textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .wrap .left form input:-moz-placeholder,
#footer .wrap .left form textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .wrap .left form button {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: var(--color);
  color: white;
  text-align: center;
  line-height: 47px;
  font-size: 18px;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  right: 15px;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
#footer .wrap .left form button:hover {
  background-color: white;
  color: var(--color);
}
#footer .wrap .right {
  font-weight: 300;
}
#footer .wrap .right ul li {
  line-height: 38px;
}
#footer .wrap .right ul li a {
  position: relative;
}
#footer .wrap .right ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .wrap .right ul li:hover a::after {
  width: 100%;
}
#footer .wrap .right .three {
  max-width: 470px;
}
#footer .wrap .right .three p {
  line-height: 24px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 16px;
}
#footer .wrap .right .three p img {
  position: absolute;
  left: 0;
  top: 5px;
}
#footer .wrap::after {
  content: "";
  position: absolute;
  left: 33.75%;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--color);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#footer .f-copy {
  background-color: #347c30;
  padding: 10px 0;
}
#footer .f-copy svg {
  height: 26px;
  width: auto;
  fill: white;
  vertical-align: middle;
}
#footer #ewm {
  width: 81px;
  height: 81px;
  border: 3px solid white;
  margin: auto;
}
#footer .code p {
  padding: 0 !important;
  margin-top: 10px;
}
#footer .code img {
  margin: auto;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  .font-80 {
    font-size: 63px;
  }
  .font-92 {
    font-size: 58px;
  }
  /*.wdt-showcase-container {
    height: 735px;
  }*/
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu {
    width: 100%;
  }
  #header .nav .ui.menu .top .share a {
    margin-left: 10px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 25px;
  }
  .font-80 {
    font-size: 54px;
  }
  .font-92 {
    font-size: 42px;
  }
  /*.wdt-showcase-container {
    height: 660px;
  }*/
  #index-body .i-init4 .left .img1 {
    padding-right: 30%;
  }
  #index-body .i-init4 .left .img2 {
    padding-left: 33%;
    margin-top: -100px;
  }
  #index-body .i-init4 .left .img3 {
    left: 10%;
    bottom: 66px;
  }
  #index-body .i-application ul li:nth-child(2n) {
    margin-top: 25px;
  }
  #footer .wrap .right .three {
    max-width: 285px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #innerMobileBanner{
    margin-top: 60px;
  }
  .font-80 {
    font-size: 43px;
  }
  #index-body .i-about .h2 {
    display: none;
  }
  #index-body .i-init3 .wdt-showcase-list-wrapper ul li.wdt-active {
    -webkit-box-shadow: inset 0 0 0 15px var(--color);
    box-shadow: inset 0 0 0 15px var(--color);
  }
  #index-body .i-init3 .wdt-showcase-list-wrapper ul li .wdt-showcase-element {
    padding: 25px 15px;
  }
  /*.wdt-showcase-container {
    height: 560px;
  }*/
  #index-body .i-application ul li .img-box span {
    width: 70px;
    height: 70px;
  }
  #footer .top {
    display: none;
  }
  #footer .wrap .right .one,
  #footer .wrap .right .two {
    display: none;
  }
  #footer .wrap .right .three {
    max-width: 100%;
  }
  #footer .wrap .right {
    width: 50%;
  }
  #footer .wrap .left {
    width: 50%;
  }
  #footer .wrap::after {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .font-80 {
    font-size: 30px;
  }
  #banner .slickBtn {
    display: none;
  }
  #index-body .i-product .top > div {
    width: 100%;
  }
  #index-body .i-product .top .txt-right {
    text-align: left;
  }
}
@media screen and (max-width: 700px) {
  #banner li > img {
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner li .content .left {
    width: 100%;
  }
  #footer .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .wrap .left {
    width: 100%;
  }
  #footer .wrap .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  #footer .wrap .right .code {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .font-80 {
    font-size: 21px;
  }
  #index-body .i-about ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-about ul li {
    width: 50%;
  }
  #index-body .i-init4 .left .img3 {
    display: none;
  }
  #index-body .i-application ul li {
    width: 50%;
  }
  #index-body .i-product .top > div.txt {
    margin: 20px 0;
  }
  #index-body .i-application .more {
    margin-top: 20px;
  }
  #index-body .i-news .top .more {
    margin-top: 20px;
  }
  #footer .wrap .left {
    padding: 0;
  }
}


@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.textAni .imgC {
  height: 100%;
  -webkit-animation: transAni2 80s linear infinite;
  -moz-animation: transAni2 80s linear infinite;
  -o-animation: transAni2 80s linear infinite;
  animation: transAni2 80s linear infinite;
}
.textAni .imgC .img {
  height: 100%;
}
.inner-banner {
  background-color: #f2f2f2;
  z-index: 2;
  overflow: hidden;
}

.inner-banner .textAniC{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.inner-banner .textAniC .text .c{
  font-size: 426px;
  font-weight: bold;
  text-transform: uppercase;
  color: #e5e5e5;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
  margin-top: 60px;
}

.inner-banner .container {
  min-height: 350px;
}
.inner-banner .container .catTitle {
  font-weight: bold;
}
.inner-banner .container .mbx .sub {
  width: 20px;
  height: 20px;
  background-color: var(--color);
}
.inner-banner .container .mbx .mbxC {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.inner-banner .container .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: var(--color);
}
.inner-banner .container .bannerLine {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50px;
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  background-color: #cfcfcf;
}
@media (max-width: 1450px) {
  .inner-banner .textAniC{
    top: 34px;
  }
  .inner-banner .textAniC .text .c{
    font-size: 360px;
  }
}


.about-page .about-1 .text {
  color: #747474;
}
.about-page .about-1 .list span.h6 {
  line-height: 1;
  color: var(--color);
  font-weight: bold;
}
.about-page .about-1 .list p {
  color: #898782;
}
.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:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
.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%;
}
@-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);
  }
}
.inner-page .play {
    width: 80px;
    text-transform: uppercase;
    letter-spacing: .37em;
    position: relative;
    cursor: pointer;
    cursor: hand;
    margin-left: auto;
    margin-right: auto;
}
.play svg {
    fill: white;
    -webkit-animation: xz 5s linear infinite;
    -moz-animation: xz 5s linear infinite;
    animation: xz 5s linear infinite;
    display: block;
}
.play path {
    fill: transparent;
}
.about-page .about-2 .play{
  width: 80px;
    text-transform: uppercase;
    letter-spacing: .37em;
    position: relative;
    cursor: pointer;
    cursor: hand;
    margin-left: auto;
    margin-right: auto;
}
.about-page .about-4 .play img,
.about-page .about-2 .play img,
.about-page .about-4 .img .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 .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: #707070;
}
.about-13 .box .left {
    position: sticky;
    top: 150px;
}

.about-13 .box .right .list ul li {
    border-bottom: 1px solid #ccc;
}
.innovation-page .innovation-3 {
  color: white;
      /*background-size: 100%;*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    
}
.innovation-page .innovation-3 .nav ul li a{
  display: block;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: var(--color);
  padding: 5px 25px;
  font-size: 18px;
  border-radius: 20px;
}
.innovation-page .innovation-3 .nav ul li:hover a,
.innovation-page .innovation-3 .nav ul li.active a{
  background: #222;
}
.innovation-page .innovation-3 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 180px;
}
.innovation-page .innovation-3 .right .list li {
  padding: 7.5% 6%;
  background-color: rgba(255, 255, 255, 0.2);
}
.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;
  font-weight: bold;
  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;
  font-weight: bold;
  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;
}
@media screen and (max-width: 1250px) {
  .sustainable-page .sustainable-1 .img {
    min-height: 40vw;
  } 
  .sustainable-page .sustainable-2 .list ul{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 1000px){
   .about-page .about-3 .img {
    display: none;
  }
  .about-page .about-2 .box2 {
    padding: 7%;
  }
   .about-13 .box .left {
    position: static;
  }
   .innovation-page .innovation-3 .left {
    position: static;
    top: 0;
  }
  .sustainable-page .sustainable-1 .img .play {
    right: 16.5%;
  } 
  .sustainable-page .sustainable-3 .list .right {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 700px) {
   .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%;
  }
   .sustainable-page .sustainable-1 .img {
    height: 70vw;
  }
   .sustainable-page .sustainable-1 .img .play {
    right: 12%;
  }
  .sustainable-page .sustainable-2 .list ul{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}


.product-page .box {
  max-width: 1700px;
  padding-right: 15px;
}
.product-page .box .left {
  width: 26%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  background: #fff;
}
.product-page .box .left .title {
  font-size: 24px;
  line-height: 180px;
  height: 180px;
  padding-left: 90px;
  overflow: hidden;
  color: #000000;
  border-bottom: 1px solid #e1e5e5;
  font-weight: 600;
}
.product-page .box .left .title span {
  display: block;
  background: url(../images/pro-icon.png) left center no-repeat;
  background-size: 28px;
  padding-left: 40px;
}
.product-page .box .left .list {
  padding-right: 40px;
}
.product-page .box .left .list a {
  font-size: 16px;
  line-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 90px;
  padding-right: 0;
  color: #4e5769;
}
.product-page .box .left .list a:hover,
.product-page .box .left .list a.active {
  color: var(--color);
}
.product-page .box .left .list .icon-em {
  cursor: pointer;
  position: absolute;
  top: 33.5px;
  right: 0;
  width: 12px;
  height: 12px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: 3;
}
.product-page .box .left .list .icon-em::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #7b7b7b;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.product-page .box .left .list .icon-em::before {
  content: '';
  width: 2px;
  height: 100%;
  background: #7b7b7b;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
}
.product-page .box .left .list .lia {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .5s;
  border-top: 1px solid #e1e5e5;
  -moz-transition: all .5s;
  transition: all .5s;
  z-index: 0;
  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;
}
.product-page .box .left .list .lia span {
  width: 90%;
  display: block;
  position: relative;
  z-index: 1;
  line-height: 2;
}
.product-page .box .left .list ul li.active .icon-em::before {
  width: 0;
}
.product-page .box .left .list dl {
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  display: none;
}
.product-page .box .left .list dl dd a {
  font-size: 14px;
  line-height: 1.4;
  color: #4e5769;
  display: block;
}
.product-page .box .left .list dl::before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #E5E7EB;
}
.product-page .box .right {
  width: 74%;
  padding-left: 62px;
}
.product-page .box .right h1 {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 30px;
}
.product-page .box .right ul {
  margin: -20px;
}
.product-page .box .right ul li {
  padding: 20px;
}
.product-page .box .right ul li .img-box {
  border-radius: 10px;
  border: 1px solid #ccc;
}
.product-page .box .right ul li .img-box img {
  width: 100%;
}
.product-page .box .right ul li .text {
  margin-top: 20px;
}
.product-page .box .right ul li .text .tit {
  font-size: 24px;
  font-weight: 600;
}
.product-page .box .right ul li .text .tit:hover {
  color: var(--color);
}
.product-page .box .right ul li .text span {
  font-size: 18px;
  line-height: 32px;
  color: #4B4B4B;
}
.product-page .box .right .con {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  color: #4B4B4B;
}
.product-page .know .con {
  color: #4B4B4B;
  margin-top: 20px;
}
.prodet-page .prodet-1 .left {
  width: 57%;
}
.prodet-page .prodet-1 .left .box .small {
  width: 20%;
  padding: 50px 4.271% 30px 0;
  position: relative;
}
.prodet-page .prodet-1 .left .box .small .swiper {
  height: 570px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .box .small .swiper .img-box {
  margin-bottom: 30px;
  border-radius: 10px;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton {
  overflow: hidden;
  position: absolute;
  left: 0px;
  right: 24%;
  cursor: pointer;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px;
  height: 30px;
  outline: none;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton.smallImgUp {
  top: 0;
  background-image: url(../images/icon-top.png);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.prodet-page .prodet-1 .left .box .small .scrollbutton.smallImgDown {
  bottom: 0px;
  background-image: url(../images/icon-bottom.png);
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.prodet-page .prodet-1 .left .box .big {
  width: 80%;
}
.prodet-page .prodet-1 .right {
  width: 43%;
  padding-left: 20px;
  height: auto;
}
.prodet-page .prodet-1 .right .ig {
  background: #fff;
  padding: 30px 30px 10px 30px;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.prodet-page .prodet-1 .right .ig h1 {
  padding: 0px 0 10px;
  border-bottom: 1px solid #e1e5e5;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 500;
}
.prodet-page .prodet-1 .right .ig .con {
  padding: 10px 0;
  font-size: 16px;
  line-height: 2;
  color: #4B4B4B;
  border-bottom: 1px solid #e1e5e5;
  margin-bottom: 30px;
  /*overflow: auto;
  height: 180px;*/
}
.prodet-page .prodet-1 .right .ig .det7{
  margin-bottom: auto;
}
.prodet-page .prodet-1 .right .ig .btn {
  padding: 10px 0;
}
 
.prodet-page .prodet-1 .right .ig .btn .more:last-child {
  margin-right: 0;
  white-space: nowrap;
}
.prodet-page .prodet-1 .right .ig .share span {
  display: inline-block;
  vertical-align: top;
  color: #000000;
  background: url(../images/share.png) no-repeat left top;
  background-size: 16px;
  padding-left: 26px;
  font-size: 20px;
  line-height: 1.1;
}
.prodet-page .prodet-1 .right .ig .share a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
.prodet-page .prodet-1 .right .ig .share a:nth-child(4).iconfont {
  font-size: 20px;
}
.prodet-page .prodet-2 {
    padding: 6% 6%;
    background: #fff;
    margin: 6% 0;
    border-radius: 30px;
}
.prodet-page .prodet-2 .i-title.active,.prodet-page .prodet-2 .i-title:hover{

  background: var(--color);
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  display: inline-block;
}
.prodet-page .prodet-2 .i-title{
  cursor: pointer;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: calc(0.525vw + 14px);
  line-height: 44px;
  font-weight: 500;
  background: #ccc;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
  display: inline-block;
  margin-bottom: 15px;
}
.prodet-page .prodet-2 .content {
  margin-top: 53px;
  background: #fff;
  font-size: 16px;
  line-height: 2;
  color: #4B4B4B;
  display: none;
  /*padding: 50px;*/
}
.prodet-page .prodet-2 .content1{
  display: block;
}
.prodet-page .prodet-3 {
  padding-top: 6%;
}
.prodet-page .prodet-3 .content {
  margin-top: 66px;
}
.prodet-page .prodet-3 .content ul {
  margin: 0 -22px;
}
.prodet-page .prodet-3 .content ul li {
  padding: 0 22px;
}
.prodet-page .prodet-3 .content ul li .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-4 {
  /*padding-top: 6%;*/
}
.prodet-page .prodet-4 .header .arrow div {
  width: 46px;
  height: 46px;
  background: url(../images/arrow-left2.png) no-repeat center center;
  background-size: 100%;
  outline: none;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .prodet-4 .header .arrow div.next {
  background: url(../images/arrow-right2.png) no-repeat center center;
  background-size: 100%;
  margin-left: 20px;
}
.prodet-page .prodet-4 .header .arrow div:hover {
  -webkit-filter: none;
  filter: none;
}
.prodet-page .prodet-4 .content {
  margin-top: 64px;
}
.prodet-page .prodet-4 .content ul {
  margin: 0 -10px;
}
.prodet-page .prodet-4 .content ul li {
  padding: 0 10px;
}
.prodet-page .prodet-4 .content ul li .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-4 .content ul li .img-box img {
  width: 100%;
}
.prodet-page .prodet-4 .content ul li .text {
  margin-top: 19px;
}
.prodet-page .prodet-4 .content ul li .text .tit {
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
}
.prodet-page .prodet-4 .content ul li .text .tit:hover {
  color: var(--color);
}
.prodet-page .prodet-4 .content ul li .text span {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
@media screen and (max-width: 1450px){
   .product-page .box .left .title,
  .product-page .box .left .list a {
    padding-left: 40px;
  }
  .product-page .box .right {
    padding-left: 30px;
  }
  .product-page .box .right ul li .text .tit {
    font-size: 20px;
    line-height: 1.8;
  }
  .product-page .box .right ul li .text span {
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right .ig .btn .more {
    width: 200px;
  }
  .prodet-page .prodet-2 .content {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1250px){
  .product-page .box .left .title,
  .product-page .box .left .list a {
    padding-left: 15px;
  }
  .product-page .box .left .title {
    font-size: 20px;
  }
  .product-page .box .left .list {
    padding-right: 20px;
  }
  .product-page .box .right ul {
    margin: -10px;
  }
  .product-page .box .right ul li {
    padding: 10px;
  }
   .prodet-page .prodet-1 .left .box .small .swiper {
    height: 390px;
  }
  .prodet-page .prodet-1 .right .ig h1 {
    padding: 20px 0;
    font-size: 26px;
  }
  .prodet-page .prodet-1 .right .ig .btn {
    padding: 20px 0;
  }
  .prodet-page .prodet-1 .right .ig .btn .more {
    font-size: 14px;
    width: 163px;
    margin-right: 6px;
  }
}
@media screen and (max-width: 1000px){
  .product-page .box {
    padding: 0 15px;
  }
  .product-page .box .left {
    display: none;
  }
  .product-page .box .right {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 460px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .prodet-page .prodet-2 .content,
  .prodet-page .prodet-3 .content,
  .prodet-page .prodet-4 .content {
    margin-top: 20px;
  } 
}
@media screen and (max-width:700px){
   .prodet-page .prodet-1 .left .box .small .swiper {
    height: 320px;
  }
  .prodet-page .prodet-1 .right .ig {
    padding: 20px 15px;
  }
}
@media screen and (max-width:500px){
   .product-page .box .right h1 {
    font-size: 22px;
    line-height: 40px;
  }
   .prodet-page .prodet-1 .left .box .small {
    width: 25%;
  }
  .prodet-page .prodet-1 .left .box .small .swiper {
    height: 160px;
  }
  .prodet-page .prodet-1 .left .box .big {
    width: 75%;
  }
  .prodet-page .prodet-1 .right .ig h1 {
    padding: 0 0 20px 0;
    font-size: 24px;
    line-height: 44px;
  }
  .prodet-page .prodet-1 .right .ig .con {
    padding: 20px 0;
  }
  .prodet-page .prodet-2 .content {
    padding: 20px 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin: 0 -10px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding: 0 10px;
  }
  .prodet-page .prodet-4 .header .arrow {
    display: block;
    margin-top: 20px;
  }
}



.case_cont .case_left {
  width: 22%;
  position: sticky;
  top: 40px
}
.case_cont .case_left .widget {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px
}
.case_cont .case_left .widget form {
  position: relative
}
.case_cont .case_left .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_left .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px
}

.case_cont .case_left .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000
}

.case_cont .case_left .widget ul {
  margin-bottom: 0;
  padding: 0
}

.case_cont .case_left .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow: hidden
}

.case_cont .case_left .widget ul li a {
  padding-left: 20px;
  line-height: 28px
}

.case_cont .case_left .widget ul li:last-child {
  margin-bottom: 0
}

.case_cont .case_left .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px
}

.case_cont .case_left .widget ul li:hover,
.case_cont .case_left .widget ul li.active {
  color: var(--color)
}

.case_cont .case_left .widget ul li ul {
  display: none;
  margin-top: 15px
}

.case_cont .case_left .widget ul li ul li a {
  padding-left: 0;
  color: #999
}

.case_cont .case_left .widget ul li ul li a.active {
  color: var(--color)
}

.case_cont .case_left .widget .recent li {
  display: block
}

.case_cont .case_left .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left
}

.case_cont .case_left .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem
}

.case_cont .case_left .widget .form1 {
  text-align: center
}

.case_cont .case_left .widget .form1 input[type=text],
.case_cont .case_left .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_left .widget .form1 input[type=submit] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.case_cont .case_left .widget .form1 input[type=submit]:hover {
  background: #000
}

.case_cont .case_right {
  width: 78%;
  padding: 0 0 50px 50px;
}


.case_cont .case_right .ap-top {
  position: relative;
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  transform-style: preserve-3d;
  perspective: 80000px
}

.case_cont .case_right .ap-top .img {
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s
}

.case_cont .case_right .ap-top .img img {
  width: 100%
}

.case_cont .case_right .ap-top .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2)
}

.case_cont .case_right .ap-top h6 {
  padding: 0 1.6rem .7rem;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase
}

.case_cont .case_right .ap-top h6:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: #fff
}

.case_cont .case_right .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 1.6rem;
  bottom: 0;
  color: #fff;
  background: var(--color);
  z-index: 10
}

.case_cont .case_right .ap-top .desc h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6
}

.case_cont .case_right .ap-top .desc p {
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, .35)
}


.case_cont .case_right .ap-bottom {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002e42;
  text-transform: capitalize;
  font-weight: 700
}

.case_cont .case_right .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem
}

.case_cont .case_right .ap-bottom .con p {
  margin-bottom: 15px
}

.case_cont .case_right .ap-bottom .bottom2 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc
}

.case_cont .case_right .ap-bottom .bottom2 dl {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-bottom: 1rem
}

.case_cont .case_right .ap-bottom .bottom3 {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li {
  margin-bottom: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002e42;
  font-weight: 700;
  line-height: 2;
  padding: .8rem 1.2rem;
  padding-right: 40px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .1);
  position: relative
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
  content: "\f107";
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 20px;
  font-family: fontAwesome
}

.case_cont .case_right .ap-bottom .bottom3 ul li .desc {
  padding: 1.6rem 2rem .8rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1px;
  color: #002e42;
  display: none
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4 {
  background: #1955a0;
  color: #fff
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4:after {
  content: "\f106"
}

.case_cont .case_right .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0
}
.case_cont .case_right .init-1{
  padding-right: 160px;
}
.case_cont .case_right .init-1 .img_cont{
  min-height: 100px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
}
.case_cont .case_right .init-1 .img_cont img{
  width: 100%;
  height: 100%;
}
.case_cont .case_right .init-1 .img_cont .text{
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  padding: 0 40px;
  font-weight: bold;
}
.case_cont .case_right .init-1 .img_cont .text span{
  border-bottom: 4px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
}
.case_cont .case_right .init-1 .text_cont{
  color: #222222;
  margin-top: 30px;
} 
.case_cont .case_right .init-2{
  margin-top:  var(--px50) !important;
}
.case_cont .case_right .init-2 .top{
  position: relative;
}
.case_cont .case_right .init-2 .top::before{
  content:'';
  position: absolute;
  bottom: 1px;
  left: 45px;
  width: calc(100% - 90px);
  height: 1px;
  background: #c4c4c6;
}
.case_cont .case_right .init-2 table{
  border: none;
}
.case_cont .case_right .init-2 table tbody{
  display: block;
}

.case_cont .case_right .init-2 table tr{
  display: block;
  width: 100% !important;
}
.case_cont .case_right .init-2 table tr td{
  border: none;
  padding: 0;
}
.case_cont .case_right .init-2 .top{
  margin: 0 -45px;
}
.case_cont .case_right .init-2 .top .slick-track{
  display: flex;
  flex-wrap: wrap;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide{
  height: auto;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div{
  height: 100%;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div > td{
  height: 100% !important;
  position: relative;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide > div > td::before{
  position: absolute;
  content: '';
  bottom: 0;
  left: 45px;
  width: 18px;
  height: 3px;
  background: #767677;
  transition: all .5s;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td{
  color: #000;
}
.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td::before{
  width: calc(100% - 90px);
  background: #0256bf;
}


.case_cont .case_right .init-2 .top table tr td{
  padding: 0 45px;
  font-weight: bold;
  padding-bottom: 30px;
  color: rgba(0, 0, 0, .5);
}

.case_cont .case_right .init-2 .bottom{
  margin-top: 20px;
}

.case_cont .case_right .init-3{
  margin-top: var(--px50) !important;
}

.case_cont .case_right .init-3 .tips{
  font-weight: bold;
}
.case_cont .case_right .init-3 .swiper{
  margin-top: 40px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .swiper-wrapper{
  display: flex;
  align-items: center;
}
.case_cont .case_right .init-3 .swiper .img_c{
  border-radius: 16px;
  overflow: hidden;
}
.case_cont .case_right .init-3 .swiper .img_c img{
  width: 100%;
}
.case_cont .case_right .init-3 .swiper .img_c video{
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4{
  margin-top: 50px;
}
.case_cont .case_right .init-4 .tips{
  font-weight: bold;
  margin-top: var(--px60) !important;
}
.case_cont .case_right .init-4 .swiper{
  margin-top: 50px;
  overflow: hidden;
}
.case_cont .case_right .init-4 .swiper .swiper-slide{
  height: auto;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box{
  height: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a{
  display: block;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .box{
  background: #fff;
  padding: 30px 50px;
  border-radius: 16px;
}
.case_cont .case_right .init-4 .swiper .swiper-slide a img{
  display: block;
  width: 100%;
}
.case_cont .case_right .init-4 .swiper .swiper-slide .text{
  font-family: 'EurostileBla';
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width:1500px) {
  .casedet-page{
    padding-left: 0;
  }
  .case_cont .case_right .init-1{
    padding-right: 0;
  }
  .casedet-page .container{
    width: 1200px;
  }
  .case_cont .case_left {
    width: 28%
  }
  .case_cont .case_right {
    width: 72%
  }
  .case_cont .case_left .widget .recent li a.title {
    margin-left: 98px
  }
}
@media screen and (max-width:1250px) {
  .case_cont .case_right .init-4 .swiper .swiper-slide .box{
    padding: 20px 16px;
  }
}
@media screen and (max-width:1000px) {
  .case-page{
    margin-top: 0;
  }
  .casedet-page{
    margin-top: 0;
  }
  .case_cont .case_left {
    display: none
  }
  .case_cont .case_right {
    width: 100%;
    padding-left: 0
  }
  .case_cont .case_right {
    padding: 0 0 var(--px50) !important
  }
}
@media (max-width: 700px) {
  .case_cont .case_right .ap-top .img img {
    min-height: 250px;
    object-fit: cover
  }
  .case_cont .case_right .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }
  .case_cont .case_right .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8
  }
  .case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
    right: .5em
  }
}
@media (max-width: 500px) {
  
  .case_cont .case_right .ap-bottom .bottom3 ul li .desc{
    padding: 20px 10px;
  }
  .case_cont .case_right .init-1 .img_cont .text{
    font-size: 20px;
    bottom: 10px;
    padding: 0 10px;
  }
   .case_cont .case_right .init-1 .img_cont .text span{
     padding-bottom: 4px;
     border-bottom: 2px solid #fff;
   }
   .case_cont .case_right .init-1 .text_cont{
     margin-top: 10px;
   }
   .case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td{
     padding-bottom: 10px;
   }
   .case_cont .case_right .init-3 .swiper{
     margin-top: 20px;
   }
   .case_cont .case_right .init-4{
     margin-top: 20px;
   }
   .case_cont .case_right .init-4 .swiper{
     margin-top: 20px;
   }
}

.news-page {
  padding: 6% 0;
}
.news-page .news-tab ul {
  margin: -6px;
}
.news-page .news-tab ul li {
  padding: 6px;
}
.news-page .news-tab ul li a {
  display: inline-block;
  background: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 9px 23px 8px;
  border-radius: 25px;
}
.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
  background: var(--color);
  color: #fff;
}
.news-page .news-list {
  margin-top: 70px;
}
.news-page .news-list ul {
  margin: -10px;
}
.news-page .news-list ul li {
  padding: 10px;
}
.news-page .news-list ul li .img-box {
  border-radius: 15px 15px 0 0;
}
.news-page .news-list ul li .text {
  background: #f9f9f9;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 14px;
  line-height: 2;
}
.news-page .news-list ul li .text .top span {
  font-size: 14px;
  background: var(--color);
  color: #fff;
  display: inline-block;
  padding: 0 22px;
  line-height: 36px;
  border-radius: 36px;
}
.news-page .news-list ul li .text .top time {
  font-size: 16px;
  line-height: 30px;
  color: #4B4B4B;
}
.news-page .news-list ul li .text .tit {
  font-size: 18px;
  /*height: 90px;*/
  line-height: 32px;
  padding-right: 110px;
  font-weight: 500;
  margin-top: 32px;
}
.news-page .news-list ul li .text .tit:hover {
  color: var(--color);
}
.news-page .news-list ul li .text .more2 {
  display: block;
  background-color: var(--color);
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}
.news-page .news-list ul li .text .more2 span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow.png) center center no-repeat;
  background-size: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
.news-page .news-list ul li .text .more2::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
  -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
  transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}
.news-page .news-list ul li .text .more2:hover::after {
  opacity: 1;
  border-radius: 0;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.news-page .news-list ul li:hover .text {
  background: #f4f9ff;
}
.news-page .news-list ul li:hover .text .more2 {
  opacity: 1;
}
.newsdet-page .content{
  line-height: 26px;
  color: #666;
}
@media screen and (max-width: 1250px){
   .news-page .news-list ul li .text {
    padding: 30px 15px;
  }
  .news-page .news-list ul li .text .tit {
    padding-right: 80px;
  }
  .news-page .news-list ul li .text .more2 {
    right: 15px;
  }
}
@media screen and (max-width:1000px){
   .news-page .news-list {
    margin-top: 30px;
  }
  /*.news-page .news-list ul li {
    width: 50% !important;
  }*/
}
@media screen and (max-width:700px){
   .news-page .news-tab {
    display: none;
  }
  .news-page .news-list {
    margin-top: 0;
  }
  .news-page .news-list ul li .text .top time {
    display: block;
    margin-top: 10px;
  }
  .news-page .news-list ul li .text .tit {
    padding-right: 0;
    margin-top: 16px; 
  }
  .news-page .news-list ul li .text .more2 {
    position: relative;
    margin-top: 20px;
    bottom:unset;
   
  }
}
@media screen and (max-width:500px){
   /*.news-page .news-list ul li {
    width: 100% !important;
  }*/
}

.contact-page {
  padding-top: 6%;
  background: #f6f6f6;
}
.contact-page .contact-1 .header .con {
  font-size: 16px;
  line-height: 30px;
  max-width: 820px;
  color: #4B4B4B;
}
.contact-page .contact-1 .content {
  margin-top: 64px;
}
.contact-page .contact-1 .content ul {
  margin: -15px;
}
.contact-page .contact-1 .content ul li {
  padding: 15px;
}
.contact-page .contact-1 .content ul li .ig {
  background-color: #fff;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 18px;
}
.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 38px;
  line-height: 60px;
  height: 60px;
  font-weight: 600;
}
.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #000;
}
.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}
.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}
.contact-page .contact-2 {
  padding-top: 6%;
}
.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
.contact-page .contact-2 .box .form {
  margin-top: 42px;
}
.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}
.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}
.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 18px;
  margin-bottom: 6px;
}
.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}
.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 200px;
}
.contact-page .contact-2 .box .form ul li button {
  border: 0;
}
.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-3 {
  padding-top:2%;
}
.contact-page .contact-3 iframe {
  height: 630px;
  display: block;
  border: 0;
}
@media screen and (max-width:1250px){
   .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 24px;
  }
}
@media screen and (max-width: 1000px){
   .contact-page .contact-1 .header .con {
    max-width: 300px;
  }
  .contact-page .contact-1 .content {
    margin-top: 20px;
  }
  /*.contact-page .contact-1 .content ul li {
    width: 50%;
  }*/
  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }
  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }
  .contact-page .contact-3 iframe {
    height: 400px;
  }
}
@media screen and (max-width: 700px){
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .content ul {
    margin: -7px;
  }
  .contact-page .contact-1 .content ul li {
    padding: 7px;
  }
  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }
  /*.contact-page .contact-1 .content ul li .ig .info {
    padding: 30px 0;
  }*/
  .contact-page .contact-1 .content ul li .ig .tit {
    font-size: 22px;
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }
  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }
  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }
  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
}
@media screen and (max-width:500px){
   /*.contact-page .contact-1 .content ul li {
    width: 100%;
  }*/
  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }
  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }
 .contact-page .contact-2 .box .form ul li{
   width: 100%;
 }
}


.aft03 {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  background-color: #faf9f9;
}
.aft03 p{
  color: #666;
  font-weight: 300;
}
.aft03 .icenter2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 100px;
}

.aft03 .icenter2 .le {
  overflow: hidden;
  position: relative;
  width: 45%;
  border-radius: 5%;
}

.aft03 .icenter2 .le::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  content: '';
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
  z-index: 1;
}

.aft03 .icenter2 .le:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0);
}

.aft03 .icenter2 .le:hover img {
  transform: scale(1.1);
}

.aft03 .icenter2 .ri {
  width: 50%;
}

.aft03 .icenter2 .ri>ul {
  margin: 20px 0 0px;
}

.aft03 .icenter2 .ri>ul li {
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  color: #666666;
  line-height: 30px;
}

.aft03 .icenter2 .ri>ul li::before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #666666;
  position: absolute;
  left: 0px;
  top: 13px;
  content: "";
}

.aft03 dl dd {
  padding-top: 60px;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #d5d5d5;
}

.aft03 dl dd .icon {
  width: 86px;
  margin-right: 58px;
}

.aft03 dl dd .text h4 {
  position: relative;
  padding-bottom: 0px;
  font-size: 18px;
  color: #333333;
  width: fit-content;
  margin-bottom: 10px;
}

.aft03 dl dd .text h4 strong {
  font-size: 70px;
  font-weight: 600;
}

.aft03 dl dd .text h4::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: var(--color);
}

.aft03 dl dd .text p {
  font-size: 18px;
  color: #666666;
}
.custom-2new .ui .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.custom-2new .ui .bottom .right ul.list3 li .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 28px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #eee;
    line-height: 36px;
}
@media screen and (max-width:1600px){
   .aft03 .icenter2 .ri>ul li {
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .aft03 .icenter2 .ri>ul {
    margin: 16px 0 0px;
  }

  .aft03 dl dd {
    padding-top: 34px;
    padding-bottom: 12px;
  }

  .aft03 dl dd .icon {
    width: 74px;
    margin-right: 50px;
  }

  .aft03 dl dd .text h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .aft03 dl dd .text h4 strong {
    font-size: 58px;
  }

  .aft03 dl dd .text h4::after {
    height: 4px;
  }

  .aft03 dl dd .text p {
    font-size: 15px;
  }

  .aft03 .icenter2 .le {
    height: 529px;
  }
}
@media screen and (max-width:1000px){
   .aft03 .icenter2 {
    flex-flow: wrap;
  }

  .aft03 .icenter2 .le {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .aft03 .icenter2 .ri {
    width: 100%;
  }

  .aft03 dl dd .icon {
    width: 60px;
    margin-right: 31px;
  }

  .aft03 {
    padding-top: 50px;
  }
}
.service-add ul li{
  margin-bottom: 20px;
}
.service-add ul li .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.service-add ul li .text{
  background: #faf9f9;
  padding: 20px 6%;
}
.service-add 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;
}
.service-add ul li:last-child{
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .service-add ul li .text{
    padding: 20px 15px;
  }
  .service-add ul li .text .title{
    font-size: 24px;
  }
  .service-add ul li .text .con{
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
   .service-add ul li .img,
   .service-add ul li .text{
     width: 100%;
   }
}

.m-page a,
.m-page span{
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #222;
  color: white;
  font-size: 17px;
  text-align: center;
  line-height: 35px;
  transition: 0.5s;
  margin: 0 5px;
}
.m-page a:hover,
.m-page span{
  background: var(--color);
}
.faq-page .list{
  padding: 20px;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 15px;
}
.faq-page .list .con{
  line-height: 28px;
  color: #666666;
}