@font-face {
  font-family: 'Rany';
  src: url('../fonts/Rany-Light.eot');
  src: url('../fonts/Rany-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Rany-Light.woff2') format('woff2'), url('../fonts/Rany-Light.woff') format('woff'), url('../fonts/Rany-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/Rany-Regular.eot');
  src: url('../fonts/Rany-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Rany-Regular.woff2') format('woff2'), url('../fonts/Rany-Regular.woff') format('woff'), url('../fonts/Rany-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/Rany-Medium.eot');
  src: url('../fonts/Rany-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Rany-Medium.woff2') format('woff2'), url('../fonts/Rany-Medium.woff') format('woff'), url('../fonts/Rany-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/Rany-Bold.eot');
  src: url('../fonts/Rany-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Rany-Bold.woff2') format('woff2'), url('../fonts/Rany-Bold.woff') format('woff'), url('../fonts/Rany-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Rany";
  max-width: 1920px;
  --color: #5baa3f;
  --color2: #4380b6;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1750px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 1;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.58);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header:before {
  content: '';
  background-image: -webkit-linear-gradient(70deg, var(--color) 30%, var(--color2) 70%);
  background-image: -moz-linear-gradient(70deg, var(--color) 30%, var(--color2) 70%);
  background-image: linear-gradient(20deg, var(--color) 30%, var(--color2) 70%);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header.hover:hover:before {
  opacity: 0;
}
#header:before {
  opacity: 0;
}
#header .nav {
  border-bottom: 1px solid white;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 90px;
}
#header .nav .ui.menu .logo {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .share {
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu hr {
  height: 100%;
  width: 1px;
  background-color: white;
}
#header .nav .ui.menu .menu-box {
  height: 100%;
}
#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;
}
#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 > a:before {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a:before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) ul {
  display: none !important;
}
#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: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  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 .h-search {
  color: var(--color);
}
#header .nav .ui.menu .yuy ul {
  min-width: 100%;
}
#header .childNav {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.45s, -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.45s, -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.45s, -moz-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.45s;
  transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), visibility 0.45s, -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#header .childNav li:nth-child(1) .img {
  -webkit-transition-delay: .08s;
  -moz-transition-delay: .08s;
  transition-delay: .08s;
}
#header .childNav li:nth-child(1) span.h6 {
  -webkit-transition-delay: .18s;
  -moz-transition-delay: .18s;
  transition-delay: .18s;
}
#header .childNav li:nth-child(1) hr {
  -webkit-transition-delay: .28s;
  -moz-transition-delay: .28s;
  transition-delay: .28s;
}
#header .childNav li:nth-child(1) .link {
  -webkit-transition-delay: .32s;
  -moz-transition-delay: .32s;
  transition-delay: .32s;
}
#header .childNav li:nth-child(1) .link2 {
  -webkit-transition-delay: .38s;
  -moz-transition-delay: .38s;
  transition-delay: .38s;
}
#header .childNav li:nth-child(2) .img {
  -webkit-transition-delay: .18s;
  -moz-transition-delay: .18s;
  transition-delay: .18s;
}
#header .childNav li:nth-child(2) span.h6 {
  -webkit-transition-delay: .28s;
  -moz-transition-delay: .28s;
  transition-delay: .28s;
}
#header .childNav li:nth-child(2) hr {
  -webkit-transition-delay: .38s;
  -moz-transition-delay: .38s;
  transition-delay: .38s;
}
#header .childNav li:nth-child(2) .link {
  -webkit-transition-delay: .42s;
  -moz-transition-delay: .42s;
  transition-delay: .42s;
}
#header .childNav li:nth-child(2) .link2 {
  -webkit-transition-delay: .48s;
  -moz-transition-delay: .48s;
  transition-delay: .48s;
}
#header .childNav li:nth-child(3) .img {
  -webkit-transition-delay: .28s;
  -moz-transition-delay: .28s;
  transition-delay: .28s;
}
#header .childNav li:nth-child(3) span.h6 {
  -webkit-transition-delay: .38s;
  -moz-transition-delay: .38s;
  transition-delay: .38s;
}
#header .childNav li:nth-child(3) hr {
  -webkit-transition-delay: .48s;
  -moz-transition-delay: .48s;
  transition-delay: .48s;
}
#header .childNav li:nth-child(3) .link {
  -webkit-transition-delay: .52s;
  -moz-transition-delay: .52s;
  transition-delay: .52s;
}
#header .childNav li:nth-child(3) .link2 {
  -webkit-transition-delay: .58s;
  -moz-transition-delay: .58s;
  transition-delay: .58s;
}
#header .childNav li:nth-child(4) .img {
  -webkit-transition-delay: .38s;
  -moz-transition-delay: .38s;
  transition-delay: .38s;
}
#header .childNav li:nth-child(4) span.h6 {
  -webkit-transition-delay: .48s;
  -moz-transition-delay: .48s;
  transition-delay: .48s;
}
#header .childNav li:nth-child(4) hr {
  -webkit-transition-delay: .58s;
  -moz-transition-delay: .58s;
  transition-delay: .58s;
}
#header .childNav li:nth-child(4) .link {
  -webkit-transition-delay: .62s;
  -moz-transition-delay: .62s;
  transition-delay: .62s;
}
#header .childNav li:nth-child(4) .link2 {
  -webkit-transition-delay: .68s;
  -moz-transition-delay: .68s;
  transition-delay: .68s;
}
#header .childNav li:nth-child(5) .img {
  -webkit-transition-delay: .48s;
  -moz-transition-delay: .48s;
  transition-delay: .48s;
}
#header .childNav li:nth-child(5) span.h6 {
  -webkit-transition-delay: .58s;
  -moz-transition-delay: .58s;
  transition-delay: .58s;
}
#header .childNav li:nth-child(5) hr {
  -webkit-transition-delay: .68s;
  -moz-transition-delay: .68s;
  transition-delay: .68s;
}
#header .childNav li:nth-child(5) .link {
  -webkit-transition-delay: .72s;
  -moz-transition-delay: .72s;
  transition-delay: .72s;
}
#header .childNav li:nth-child(5) .link2 {
  -webkit-transition-delay: .78s;
  -moz-transition-delay: .78s;
  transition-delay: .78s;
}
#header .childNav li:nth-child(6) .img {
  -webkit-transition-delay: .58s;
  -moz-transition-delay: .58s;
  transition-delay: .58s;
}
#header .childNav li:nth-child(6) span.h6 {
  -webkit-transition-delay: .68s;
  -moz-transition-delay: .68s;
  transition-delay: .68s;
}
#header .childNav li:nth-child(6) hr {
  -webkit-transition-delay: .78s;
  -moz-transition-delay: .78s;
  transition-delay: .78s;
}
#header .childNav li:nth-child(6) .link {
  -webkit-transition-delay: .82s;
  -moz-transition-delay: .82s;
  transition-delay: .82s;
}
#header .childNav li:nth-child(6) .link2 {
  -webkit-transition-delay: .88s;
  -moz-transition-delay: .88s;
  transition-delay: .88s;
}
#header .childNav .img {
  height: 380px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: -webkit-clip-path 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-clip-path 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: clip-path 0.9s cubic-bezier(0.19, 1, 0.22, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: clip-path 0.9s cubic-bezier(0.19, 1, 0.22, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: clip-path 0.9s cubic-bezier(0.19, 1, 0.22, 1), transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-clip-path 0.9s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#header .childNav .img:before,
#header .childNav .img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#header .childNav .img:before {
  background-color: rgba(0, 0, 0, 0.28);
}
#header .childNav .img:after {
  background: inherit;
  z-index: -2;
  -webkit-transform: scale(1.12);
  -moz-transform: scale(1.12);
  -ms-transform: scale(1.12);
  transform: scale(1.12);
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: -webkit-transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 1.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#header .childNav .img span.h6 {
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#header .childNav .img .link {
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#header .childNav .img .link a {
  display: block;
  margin-bottom: 1em;
}
#header .childNav .img .link a:hover {
  text-decoration: underline;
}
#header .childNav .img .link2 {
  line-height: 1;
  opacity: 0;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  -webkit-transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#header .childNav .img .link2 i {
  opacity: 0;
  position: relative;
  left: -12px;
  -webkit-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), left 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), left 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.6s cubic-bezier(0.22, 0.61, 0.36, 1), left 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
}
#header .childNav .img hr {
  width: 100%;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 0.7s cubic-bezier(0.22, 0.61, 0.36, 1);
  margin-left: 0;
  margin-right: auto;
  background-color: white;
}
#header .childNav .img hr.mt-0 {
  margin-top: auto;
}
#header .childNav .img:hover:after {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
#header .childNav .img:hover em i {
  opacity: 1;
  left: 0;
}
#header .childNav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#header .childNav.active li .img {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#header .childNav.active li .img:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#header .childNav.active li span.h6,
#header .childNav.active li .link2,
#header .childNav.active li .link {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#header .childNav.active li hr {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#header.active,
#header.inner {
  color: white;
}
#header.active .logo,
#header.inner .logo {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#header.active .share a:hover,
#header.inner .share a:hover {
  color: var(--color2);
}
#header.active .nav .ui.menu .h-search,
#header.inner .nav .ui.menu .h-search {
  color: inherit;
}
#header.active .nav .ui.menu .menu-box ul.menu > li > a,
#header.inner .nav .ui.menu .menu-box ul.menu > li > a {
  color: white;
}
#header.active .nav .ui.menu .menu-box ul.menu > li > a:before,
#header.inner .nav .ui.menu .menu-box ul.menu > li > a:before {
  background-color: white;
}
#header.active:before,
#header.inner:before {
  opacity: 1;
}
#header.inner {
  position: -webkit-sticky;
  position: sticky;
}
#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-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;
}
span.h2 {
  line-height: 1.52631579;
}
span.h2:not(.font-bold) {
  font-weight: 500;
}
span.h2.font-light {
  font-weight: 300;
}
.more {
  position: relative;
  color: white;
  height: 3em;
  padding: 0 1.66666667em;
  border-radius: 2em;
  background-color: var(--color2);
  overflow: hidden;
  z-index: 1;
}
.more:before {
  content: '';
  background-image: -webkit-linear-gradient(35deg, var(--color) 30%, var(--color2) 70%);
  background-image: -moz-linear-gradient(35deg, var(--color) 30%, var(--color2) 70%);
  background-image: linear-gradient(55deg, var(--color) 30%, var(--color2) 70%);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more.hover:hover:before {
  opacity: 0;
}
.more i {
  font-size: 1.5em;
}
.more:before {
  padding-top: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.more:hover:before {
  -webkit-transition: 2s;
  -moz-transition: 2s;
  transition: 2s;
  -webkit-transform: translateY(-50%) rotate(540deg);
  -moz-transform: translateY(-50%) rotate(540deg);
  -ms-transform: translateY(-50%) rotate(540deg);
  transform: translateY(-50%) rotate(540deg);
}
div.slickBtn:not(.pos) div {
  position: relative;
}
div.slickBtn div:not(.page) {
  color: black;
  width: 3em;
  height: 3em;
  background-color: transparent !important;
  overflow: hidden;
}
div.slickBtn div:not(.page):before {
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, var(--color)), color-stop(70%, var(--color2)));
  background-image: -webkit-linear-gradient(left, var(--color) 30%, var(--color2) 70%);
  background-image: -moz-linear-gradient(left, var(--color) 30%, var(--color2) 70%);
  background-image: linear-gradient(90deg, var(--color) 30%, var(--color2) 70%);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
div.slickBtn div:not(.page).hover:hover:before {
  opacity: 0;
}
div.slickBtn div:not(.page) i {
  font-size: 1.4em;
}
div.slickBtn div:not(.page):before {
  background-image: -webkit-gradient(linear, right top, left top, from(#f5f5f5), to(#ddd));
  background-image: -webkit-linear-gradient(right, #f5f5f5, #ddd);
  background-image: -moz-linear-gradient(right, #f5f5f5, #ddd);
  background-image: linear-gradient(to left, #f5f5f5, #ddd);
}
div.slickBtn div:not(.page):hover {
  color: white;
}
div.slickBtn div:not(.page):hover:before {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--color)), to(#d1e7ca));
  background-image: -webkit-linear-gradient(right, var(--color), #d1e7ca);
  background-image: -moz-linear-gradient(right, var(--color), #d1e7ca);
  background-image: linear-gradient(to left, var(--color), #d1e7ca);
}
div.slickBtn div:not(.page).next {
  margin-left: 0;
}
div.slickBtn div.page {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: auto;
  height: auto;
  border-radius: unset;
  background-color: transparent;
  color: black;
  font-weight: 500;
  line-height: 1;
}
div.slickBtn div.page em {
  color: var(--color);
}
div.slickBtn div.page i {
  margin-bottom: .1em;
}
span.tag {
  font-weight: 500;
  text-transform: uppercase;
  color: var(--color);
  line-height: 1;
}
.stroke {
  color: transparent;
  background-image: -webkit-linear-gradient(30deg, var(--color), #0a8de1);
  background-image: -moz-linear-gradient(30deg, var(--color), #0a8de1);
  background-image: linear-gradient(60deg, var(--color), #0a8de1);
  -webkit-background-clip: text;
  background-clip: text;
  line-height: 1 !important;
}
#banner {
  position: relative;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content .left {
  max-width: 840px;
  margin-left: 3%;
}
#banner li .content .left span.h2 {
  line-height: 1.85714286;
}
#banner .slickBtn div {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: white;
}
#banner .slickBtn div:before {
  display: none;
}
#banner .slickBtn div:hover {
  background-color: var(--color2) !important;
}
#banner .page {
  position: absolute;
  right: 6%;
  bottom: 4%;
  text-align: center;
  color: white;
}
#banner .page .dots ul {
  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;
}
#banner .page .dots ul li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 10px;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .page .dots ul li button {
  display: none;
}
#banner .page .dots ul li.slick-active {
  -webkit-transform: scale(1.8);
  -moz-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
  background-color: var(--color);
}
#banner .page .number span {
  color: var(--color);
}
#banner .page .number .line {
  width: 34px;
  height: 1px;
  position: relative;
  background-color: white;
}
#banner .page .number .line i {
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color);
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 {
  overflow: hidden;
}
#index-body .init-1 .title {
  max-width: 650px;
}
#index-body .init-1 .slick-track {
  pointer-events: none;
}
#index-body .init-1 .slick-track .slick-slide {
  pointer-events: auto;
}
#index-body .init-1 .slick-list {
  overflow: unset !important;
}
#index-body .init-1 .box2 .content {
  background-color: #e8ffe0;
  position: relative;
}
#index-body .init-1 .box2 .content span.h6 {
  line-height: 1.2;
  font-weight: 500;
  color: var(--color);
}
#index-body .init-1 .box2 .content span.h6:before {
  content: '';
  width: 0.36842105em;
  height: 0.36842105em;
  border-radius: 100%;
  background-color: var(--color);
}
#index-body .init-1 .box2 .content .text {
  line-height: 2.2;
  font-weight: 500;
  height: 8.8em;
}
#index-body .init-1 .box2 .content span.num {
  font-style: italic;
  line-height: .65;
  right: .4em;
  bottom: .1em;
  color: white;
  font-weight: bold;
}
#index-body .init-1 .box2 .img {
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}
#index-body .init-1 .list {
  width: 125%;
  position: relative;
  z-index: 1;
}
#index-body .init-1 .right a {
  height: 800px;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 70% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 70% 100%, 0 100%);
}
#index-body .init-1 .right .slick-slide {
  opacity: 1 !important;
  z-index: -1 !important;
  position: relative;
}
#index-body .init-1 .right .slick-slide a {
  top: 12px;
  left: 12px;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  overflow: hidden;
}
#index-body .init-1 .right .slick-slide a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #cfdbe5;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .right .slick-slide:not(.slick-current) a:before {
  opacity: 1;
}
#index-body .init-1 .right .slick-current {
  z-index: 1 !important;
}
#index-body .init-1 .right .slick-current a {
  top: 0;
  left: 0;
}
#index-body .init-2 .box {
  position: relative;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box:before {
  content: '';
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, var(--color)), color-stop(70%, var(--color2)));
  background-image: -webkit-linear-gradient(left, var(--color) 30%, var(--color2) 70%);
  background-image: -moz-linear-gradient(left, var(--color) 30%, var(--color2) 70%);
  background-image: linear-gradient(90deg, var(--color) 30%, var(--color2) 70%);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .box.hover:hover:before {
  opacity: 0;
}
#index-body .init-2 .box:before {
  background-image: -webkit-gradient(linear, right top, left top, from(#58b2eb), to(#89c38a));
  background-image: -webkit-linear-gradient(right, #58b2eb, #89c38a);
  background-image: -moz-linear-gradient(right, #58b2eb, #89c38a);
  background-image: linear-gradient(to left, #58b2eb, #89c38a);
  opacity: 0;
}
#index-body .init-2 .box .img-box {
  border: 1px solid #ececec;
}
#index-body .init-2 .box .more {
  bottom: 7px;
  position: absolute;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#index-body .init-2 .box span.h6 {
  font-weight: 500;
}
#index-body .init-2 .box:hover {
  color: white;
}
#index-body .init-2 .box:hover:before {
  opacity: 1;
}
#index-body .init-2 .box:hover .more {
  -webkit-filter: unset;
  filter: unset;
}
#index-body .init-2 .slickDots {
  font-size: 20px;
}
#index-body .init-2 .slickDots li {
  margin: 0 .7em;
  border: none;
  background-color: #a7a7a7;
}
#index-body .init-2 .slickDots li.slick-active {
  background-color: var(--color);
}
#index-body .init-3 span.h2 {
  line-height: 1.2;
}
#index-body .init-3 span.h2.font-normal {
  font-weight: normal;
}
#index-body .init-3 a.link {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  line-height: .8;
}
#index-body .init-3 a.link i {
  font-size: 1.5em;
}
#index-body .init-3 .text {
  line-height: 1.66666667;
}
#index-body .init-3 .img {
  height: 700px;
  border: 9px solid var(--color);
}
#index-body .init-3 .img .play {
  left: 37.5%;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-3 .img .play i {
  width: 130%;
  height: 130%;
  border: 1px solid white;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 100%;
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
}
#index-body .init-3 .img .play i:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: white;
  position: absolute;
  left: -4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-4 {
  color: white;
}
#index-body .init-4 li .content {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-4 li .content i.icon {
  max-width: 15%;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  right: 0;
  bottom: 2%;
  position: absolute;
  opacity: .3;
}
#index-body .init-4 li span.h2 {
  line-height: 1.1;
}
#index-body .init-4 li .box2 {
  width: 100%;
  background-color: white;
  color: var(--color);
  z-index: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  top: 60%;
}
#index-body .init-4 li .box2 hr {
  background-color: var(--color);
}
#index-body .init-4 li .box2 span.num {
  display: block;
  line-height: 1;
}
#index-body .init-4 li .box2 i.icon {
  right: 0;
  bottom: 3%;
  z-index: -1;
  position: absolute;
  max-width: 52%;
}
#index-body .init-4 li:hover .content {
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}
#index-body .init-4 li:hover .box2 {
  opacity: 1;
  top: 50%;
}
#index-body .init-5 {
  position: relative;
  z-index: 1;
}
#index-body .init-5 span.h2.font-normal {
  font-weight: normal;
  line-height: 1.2;
}
#index-body .init-5 span.h2.font-normal em {
  display: block;
  text-align: right;
}
#index-body .init-5 .text {
  line-height: 1.81818182;
}
#index-body .init-5 .list li {
  padding: .5px;
}
#index-body .init-5 .list li .box {
  height: 450px;
  padding: 7%;
  color: white;
  position: relative;
  overflow: hidden;
}
#index-body .init-5 .list li .box i.mask {
  -webkit-filter: grayscale(1) opacity(0.4);
  filter: grayscale(1) opacity(0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list li .box .content {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(80%);
  -moz-transform: translateY(80%);
  -ms-transform: translateY(80%);
  transform: translateY(80%);
}
#index-body .init-5 .list li .box span.h6 {
  font-weight: 500;
}
#index-body .init-5 .list li .box .text {
  max-width: 420px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .list li .box .more {
  opacity: 0;
}
#index-body .init-5 .list li .box:hover i.mask {
  -webkit-filter: unset;
  filter: unset;
}
#index-body .init-5 .list li .box:hover .content {
  -webkit-filter: unset;
  filter: unset;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .init-5 .list li .box:hover .text,
#index-body .init-5 .list li .box:hover .more {
  opacity: 1;
}
#index-body .init-6 {
  position: relative;
}
#index-body .init-6:before {
  content: '';
  height: 7.8125vw;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 100%;
  z-index: -1;
  background-color: #f4f4f4;
}
#index-body .init-6:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #f4f4f4;
}
#index-body .init-6 span.h2 {
  line-height: 1;
}
#index-body .init-6 .img .slickBtn {
  right: 1em;
  bottom: 1em;
  position: absolute;
  z-index: 1;
  font-size: 15px;
}
#index-body .init-6 .img .slickBtn div {
  color: white;
}
#index-body .init-6 .img .slickBtn div:before {
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(255, 255, 255, 0.5)));
  background-image: -webkit-linear-gradient(right, transparent, rgba(255, 255, 255, 0.5));
  background-image: -moz-linear-gradient(right, transparent, rgba(255, 255, 255, 0.5));
  background-image: linear-gradient(to left, transparent, rgba(255, 255, 255, 0.5));
}
#index-body .init-6 .img .slickBtn div:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(right, var(--color), transparent);
  background-image: -moz-linear-gradient(right, var(--color), transparent);
  background-image: linear-gradient(to left, var(--color), transparent);
}
#index-body .init-6 .right {
  border-left: 1px solid black;
}
#index-body .init-6 .right span.h2 {
  max-width: 100%;
}
#index-body .init-6 .right time {
  color: var(--color);
}
#index-body .init-6 .right .text {
  line-height: 2;
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes xz2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz2 {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#footer {
  margin-top: -12vw;
  background-position: center top;
  position: relative;
  color: white;
  z-index: -1;
}
#footer:before {
  content: '';
  background-image: -webkit-linear-gradient(70deg, var(--color) 30%, var(--color2) 70%);
  background-image: -moz-linear-gradient(70deg, var(--color) 30%, var(--color2) 70%);
  background-image: linear-gradient(20deg, var(--color) 30%, var(--color2) 70%);
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer.hover:hover:before {
  opacity: 0;
}
#footer:before {
  background-image: -webkit-linear-gradient(70deg, rgba(0, 0, 0, 0.3), transparent, transparent);
  background-image: -moz-linear-gradient(70deg, rgba(0, 0, 0, 0.3), transparent, transparent);
  background-image: linear-gradient(20deg, rgba(0, 0, 0, 0.3), transparent, transparent);
  z-index: 1;
}
#footer .ui.container {
  z-index: 1;
}
#footer span.h2 {
  -webkit-filter: drop-shadow(0 3px 0 black);
  filter: drop-shadow(0 3px 0 black);
  --color2: #407197;
}
#footer hr {
  background-color: black;
}
#footer form label {
  width: 100%;
  padding: 1.1em;
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.7);
}
#footer form input {
  width: 100%;
  border: none;
  background-color: transparent;
}
#footer form input::-webkit-input-placeholder {
  color: white;
}
#footer form input:-moz-placeholder {
  color: white;
}
#footer form input::-moz-placeholder {
  color: white;
}
#footer form input:-ms-input-placeholder {
  color: white;
}
#footer form input::placeholder {
  color: white;
}
#footer form button {
  height: 100%;
  border: none;
  border-radius: inherit;
  padding: 0 2.2em;
}
#footer form button i {
  font-size: inherit;
}
#footer .info {
  font-weight: 500;
  line-height: 1.2;
  max-width: 420px;
}
#footer .info p.font-16 {
  line-height: 1.875;
}
#footer .logo p {
  color: var(--color);
}
#footer .nav {
  width: 420px;
}
#footer .nav span.h6 {
  font-weight: 500;
  line-height: 1.2;
}
#footer .nav ul {
  line-height: 1.2;
}
#footer .nav ul a:hover {
  text-decoration: underline;
}
#footer .footer-bottom p {
  opacity: .5;
}
#footer .footer-bottom svg {
  max-height: 1.55555556em;
  width: auto;
  display: block;
  fill: white;
}
@media screen and (max-width: 1700px) {
  #index-body .init-1 .right a {
    height: 650px;
  }
  #index-body .init-3 .icon img {
    max-width: 80%;
  }
  #index-body .init-3 .img .play {
    max-width: 90px;
  }
  #index-body .init-3 .img {
    height: 560px;
  }
  #footer .logo img {
    max-width: 350px;
  }
  #footer .info i {
    max-width: 30px;
  }
}
@media screen and (max-width: 1450px) {
  .font-em-22 {
    font-size: 1.6em;
  }
  #index-body .init-2 .slickDots {
    font-size: 15px;
  }
  #index-body .init-3 .img {
    height: 460px;
  }
  #index-body .init-5 .list li .box {
    height: 380px;
  }
  #index-body .init-6 .right > i {
    max-width: 40px;
    display: block;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .init-1 .left {
    width: 100%;
  }
  #index-body .init-1 .right {
    display: none;
  }
  #index-body .init-1 .list {
    width: 100%;
  }
  #index-body .init-3 .img {
    height: 380px;
  }
  #index-body .init-3 .img .play {
    max-width: 70px;
  }
  #index-body .init-4 li .box2 {
    position: static;
    -webkit-transform: unset;
    -moz-transform: unset;
    -ms-transform: unset;
    transform: unset;
    opacity: 1;
  }
  #index-body .init-4 li .content {
    display: none;
  }
  #index-body .init-4 ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #index-body .init-4 .list {
    margin: 0;
  }
  #index-body .init-5 .list li .box {
    height: 320px;
  }
  #index-body .init-6 .right > i {
    max-width: 30px;
  }
  #footer .logo img {
    max-width: 250px;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .content .left {
    margin-left: 0;
  }
  #banner .slickBtn {
    display: none;
  }
  #banner .page {
    display: none;
  }
  #index-body .init-3 .right {
    margin-top: 3%;
    text-align: left;
  }
  #index-body .init-3 .img {
    height: 280px;
  }
  #index-body .init-5 .list li .box {
    height: 280px;
  }
  .font-89 {
    font-size: 32px;
  }
  #index-body .init-6 .right {
    border-left: none;
  }
  #footer form button {
    height: 3em;
  }
  #footer .nav,
  #footer .logo {
    display: none;
  }
  #footer .info {
    max-width: none;
  }
}
@media screen and (max-width: 700px) {
  #footer .info span {
    font-size: 18px;
  }
  .font-38 {
    font-size: 22px;
  }
  #index-body .init-1 .box2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-1 .box2 .img {
    width: 100%;
    height: 40vw;
  }
  #index-body .init-1 .box2 .content {
    width: 100%;
  }
  .slickBtn div:not(.page) {
    height: 2em;
    width: 2em;
  }
  #index-body .init-2 .slickDots {
    font-size: 10px;
  }
  .font-50 {
    font-size: 24px;
  }
  .font-70 {
    font-size: 28px;
  }
  #index-body .init-3 .icon img {
    max-width: 65%;
    margin-top: 20px;
  }
  #index-body .init-3 .img {
    height: 200px;
  }
  #index-body .init-3 .img .play {
    max-width: 50px;
  }
  .font-44 {
    font-size: 20px;
  }
  #index-body .init-5 .list li .box .content {
    -webkit-filter: unset;
    filter: unset;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    color: black;
  }
  #index-body .init-5 .list li .box .text,
  #index-body .init-5 .list li .box .more {
    opacity: 1;
  }
  .font-27 {
    font-size: 18px;
  }
  .font-55 {
    font-size: 28px;
  }
  .font-89 {
    font-size: 26px;
  }
  #index-body .init-5 span.h2.font-normal em {
    display: inline;
  }
  span.h2 br {
    display: none;
  }
  #banner li .content .left span.h2 {
    margin-bottom: 0;
  }
  #banner li .content .left .more {
    display: none;
  }
}
.about-page span.h2 {
  line-height: 1.2;
}
.about-page .dots {
  width: 13px;
  height: 13px;
  background-color: black;
  display: block;
}
.about-page .about-1 {
  background-color: #F7F4E9;
}
.about-page .about-1 .left {
  background-attachment: unset !important;
  background-size: auto 110%;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .left:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.3);
}
.about-page .about-1 .left .logo {
  max-width: 250px;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-1 .right span.h2 {
  max-width: 700px;
}
.about-page .about-1 .right span.h6 {
  max-width: 700px;
  line-height: 1.4;
  font-weight: 300;
}
.about-page .about-1 .right .down {
  line-height: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .right .down i {
  display: block;
}
.about-page .about-2 {
  overflow: hidden;
}
.about-page .about-2 .list {
  padding-right: 45%;
  margin-right: -10%;
  overflow: hidden;
}
.about-page .about-2 .list .slick-list {
  overflow: unset;
}
.about-page .about-2 .list .slick-list.slick-current ~ div {
  background-color: #BBAE96;
}
.about-page .about-2 .list .box {
  height: 550px;
  background-color: #1D1D1B;
  color: white;
  overflow: hidden;
}
.about-page .about-2 .list .box span.h2 {
  line-height: 1;
}
.about-page .about-2 .list .box span.h6 {
  line-height: 1.4;
}
.about-page .about-2 .list .box .text {
  line-height: 1.8;
}
.about-page .about-2 .page {
  line-height: 1;
}
.about-page .about-2 .page .line {
  width: 100%;
  height: 1px;
  background-color: #A8A8A7;
  margin-bottom: 6px;
}
.about-page .about-2 .page .dots {
  margin: 10px auto 0;
  display: block;
}
.about-page .about-2 .page span {
  opacity: .5;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-2 .page span.active {
  opacity: 1;
}
.about-page .about-3 {
  overflow: hidden;
}
.about-page .about-3 .slide:not(:first-child) {
  position: relative;
}
.about-page .about-3 .slide:not(:first-child):before {
  content: '';
  width: 200%;
  height: 1px;
  background-color: #A8A8A7;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  position: absolute;
}
.about-page .about-3 .slide span.h6 {
  line-height: 1.2;
}
.about-page .about-4 {
  background-color: #F7F4E9;
}
.about-page .about-4 .list li {
  border-bottom: 1px solid #DFDAC6;
  padding: .5em 0;
}
.about-page .about-5 .list a {
  height: 35.41666667vw;
  display: block;
}
.about-page .about-5 .list a.ie1 {
  width: 516px;
}
.about-page .about-5 .list a.ie2 {
  width: 1191px;
}
.about-page .about-6 {
  background-color: #F7F4E9;
}
.about-page .about-7 .num {
  line-height: 0;
}
.about-page .about-7 .num em {
  height: .75em;
  display: block;
}
.about-page .about-7 .text {
  line-height: 1.8;
}
.about-page .about-7 .content {
  max-width: 650px;
}
.f-bg {
  position: relative;
}
.f-bg:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #f4f4f4;
}
.inner-page {
  font-weight: 300;
}
.text-mask {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.text-inner {
  display: inline-block;
  -webkit-transform: translate3d(0, 120%, 0);
  -moz-transform: translate3d(0, 120%, 0);
  transform: translate3d(0, 120%, 0);
  opacity: 0;
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 0.9s ease, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.9s ease, -moz-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.9s ease;
  transition: transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.9s ease, -webkit-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 0.9s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform,opacity;
}
.imgani {
  overflow: hidden;
}
/* 初始状态 */
.img-reveal-init {
  opacity: 0;
  -webkit-transform: translate3d(60px, 30px, 0) rotate(-10deg) scale(0.96);
  -moz-transform: translate3d(60px, 30px, 0) rotate(-10deg) scale(0.96);
  transform: translate3d(60px, 30px, 0) rotate(-10deg) scale(0.96);
  -webkit-filter: blur(8px);
  filter: blur(8px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 1.2s ease;
  transition: opacity 1s ease, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 1.2s ease;
  -moz-transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1s ease, filter 1.2s ease, -moz-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1s ease, filter 1.2s ease;
  transition: transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 1s ease, filter 1.2s ease, -webkit-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), -moz-transform 1.2s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-filter 1.2s ease;
  will-change: transform,
          opacity,
          filter;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* 显示后 */
.img-reveal-init.show {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  -moz-transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
  -webkit-filter: blur(0);
  filter: blur(0);
}
.wow-wrap {
  -webkit-filter: opacity(0) blur(2px);
  filter: opacity(0) blur(2px);
  -webkit-transition: -webkit-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -webkit-filter 1s ease-out;
  transition: -webkit-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -webkit-filter 1s ease-out;
  -moz-transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), filter 1s ease-out, -moz-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93);
  transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), filter 1s ease-out;
  transition: transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), filter 1s ease-out, -webkit-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -moz-transform 1.5s cubic-bezier(0.17, 0.67, 0.14, 0.93), -webkit-filter 1s ease-out;
}
i .wow-wrap {
  line-height: 1;
}
/* 方向感 */
.wow-wrap[data-wow-type="up"] {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}
.wow-wrap[data-wow-type="down"] {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
.wow-wrap[data-wow-type="left"] {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.wow-wrap[data-wow-type="right"] {
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}
.wow-wrap[data-wow-type="scale"] {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
/* 激活状态（柔和进入） */
.wow-wrap.wow-active {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-filter: none;
  filter: none;
}
.contact-page .contact-1 .left img {
  max-width: 400px;
}
.contact-page .contact-1 form li label {
  padding: 1.3em 1em .7em;
  border: 1px solid #ddd;
  width: 100%;
  display: block;
}
.contact-page .contact-1 form li label input,
.contact-page .contact-1 form li label textarea {
  width: 100%;
  border: none;
  background-color: transparent;
}
.contact-page .contact-1 form li label span {
  margin-bottom: -1em;
  display: block;
  line-height: 1;
  position: relative;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.contact-page .contact-1 form li label textarea {
  height: 120px;
}
.contact-page .contact-1 form li label:focus-within span,
.contact-page .contact-1 form li label.active span {
  top: -0.9em;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.contact-page .contact-1 form li button {
  border: none;
  margin-top: 1em;
}
.contact-page .contact-2 span.h6 {
  font-weight: 500;
}
.contact-page .contact-2 iframe {
  height: 560px;
  border: none;
  display: block;
  background-color: #E5E6D9;
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .about-page .about-5 .list a.ie2 {
    width: 906px;
  }
  .about-page .about-5 .list a.ie1 {
    width: 452px;
  }
}
@media screen and (max-width: 1450px) {
  .contact-page .contact-2 iframe {
    height: 400px;
  }
  .about-page .about-1 .left .logo {
    max-width: 45%;
  }
  .about-page .about-2 .list .box {
    height: 400px;
  }
  .about-page .about-2 .list {
    padding-right: 30%;
  }
  .about-page .about-5 .list a.ie2 {
    width: 774px;
  }
  .about-page .about-5 .list a.ie1 {
    width: 386px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-2 .list {
    padding-right: 25%;
  }
  .about-page .about-5 .list a.ie2 {
    width: 610px;
  }
  .about-page .about-5 .list a.ie1 {
    width: 320px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-5 .list a.ie2 {
    width: 441px;
  }
  .about-page .about-5 .list a.ie1 {
    width: 221px;
  }
  .contact-page .contact-1 .left img {
    max-width: 250px;
  }
  .about-page .about-2 .list .box {
    height: 300px;
  }
  .about-page .about-2 .list {
    padding-right: 0;
    margin-right: 0;
  }
  .about-page .about-1 .left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-5 .list a.ie2 {
    width: 300px;
  }
  .about-page .about-5 .list a.ie1 {
    width: 300px;
  }
  .font-36 {
    font-size: 18px;
  }
  .about-page .dots {
    zoom: .5;
  }
  .about-page .about-2 .page .line {
    margin-bottom: 3px;
  }
  .about-page .about-3 .slide {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .slide .text {
    width: 100%;
  }
  .about-page .about-4 .list li {
    width: 100%;
  }
  .contact-page .contact-2 iframe {
    height: 300px;
  }
  .about-page .about-2 .list .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  .about-page .about-2 .list .box .img {
    width: 100%;
    height: 200px;
  }
  .about-page .about-2 .list .box .box2 {
    width: 100%;
  }
  .about-page .about-2 .page {
    display: none;
  }
  .about-page .about-7 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-7 .box .left {
    width: 100%;
  }
  .about-page .about-7 .box .right {
    width: 100%;
    margin-top: 30px;
  }
  .about-page .about-7 .box .right .icon {
    display: none;
  }
  .font-98 {
    font-size: 28px;
  }
  .font-100 {
    font-size: 30px;
  }
}


.services-page .init-1 .top .cont p{
  margin-bottom: 1em;
}
.services-page .init-1 .top .cont p span{
  font-weight: bold;
}



.services-page .init-1 .bottom li {
  padding-top: 20px;
}

.services-page .init-1 .bottom .box {
  height: 420px;
  background: #eeeeee no-repeat right bottom;
  border-radius: 20px;
  padding: 40px 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.5s;
  z-index: 2;
  overflow: hidden;
}
.services-page .init-1 .bottom .box .mask{
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: #264c9d url(../images/lg.png) no-repeat right bottom;
  transition: .5s;
}
.services-page .init-1 .bottom .box .tip {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.services-page .init-1 .bottom .box .tip .num .ty {
  color: #999999;
  opacity: 0.6;
  line-height: 1;
  margin-top: 5px;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon {
  width: 60px;
  height: 60px;
  background-color: #264c9d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.services-page .init-1 .bottom .box .tip .icon img {
  filter: brightness(100);
}

.services-page .init-1 .bottom .box .text .t1 {
  transition: 0s;
}
.services-page .init-1 .bottom .box .text{
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2{
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 30px 50px;
  color: #ffffff;
  transform: translateY(100%);
  transition: .5s;
}
.services-page .init-1 .bottom .box .text2 .more {
  zoom: 0.8;
  font-size: 20px;
  transition: 0s;
}
.services-page .init-1 .bottom .box .text2 .cont {
  line-height: 1.8;
  transition: 0.5s;
  opacity: 0.6;
  color: #ffffff;
  height: 5.5em;
  overflow-y: auto;
  padding-right: 5px;
}
.services-page .init-1 .bottom .box:hover {
  color: #ffffff;
  transform: translateY(-20px);
}
.services-page .init-1 .bottom .box:hover .mask{
  height: 100%;
}
.services-page .init-1 .bottom .box:hover .tip .num .ty {
  color: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon {
  background: #ffffff;
}
.services-page .init-1 .bottom .box:hover .tip .icon img {
  filter: none;
}
.services-page .init-1 .bottom .box:hover .text  {
 opacity: 0
}
.services-page .init-1 .bottom .box:hover .text2  {
 opacity: 1;
  transform: translateY(0);
}

.services-page .init-1 .tip .cont{
  max-width:930px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px){
  .services-page .init-1 .bottom .box .text2 .cont{
    height: 7.2em;
  }
}
@media screen and (max-width: 700px) {
   /*.services-page .init-1 .bottom .box {
    height: 300px;
  }*/
}


.services-page .init-2 {
    color: white;
    padding: 107px 0 70px;
}

.services-page .init-2 .left {
    position: sticky;
    top: 170px;
    width: 45%;
}

.services-page .init-2 .left p {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);

}

.services-page .init-2 .left .i-title {
    line-height: 1.2;
}

.services-page .init-2 .right {

    width: 50%;
}

.services-page .init-2 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 50px;
}

.services-page .init-2 .right ul li .icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #ffffff;
    /*background-image: linear-gradient(90deg, #003ca0 0%, #5dbdff 100%), linear-gradient(#3e3e3c, #3e3e3c);*/
    text-align: center;
    line-height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}

.services-page .init-2 .right ul li .icon img {
    vertical-align: middle;
}

.services-page .init-2 .right ul li::after {
    content: "";
    position: absolute;
    left:38px;
    top: 87px;
    width: 1px;
    height: calc(100% - 97px);
    background: rgba(255, 255, 255, 0.3);
}
.services-page .init-2 .right ul li:last-child::after{
    display: none;
}

.services-page .init-2 .right ul li:last-child .icon::after {
    content: none;
}

.services-page .init-2 .right ul li h4 {
    font-size: 30px;
    font-weight: bold;
}

.services-page .init-2 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
    /*color: rgba(255, 255, 255, .7);*/
}
.services-page .init-2 .right ul li .des .item{
  display: flex;

}
.services-page .init-2 .right ul li .des .item .txt{
  flex: 1;
  margin-left: 10px;
}
@media screen and (max-width: 1450px) {

}
@media screen and (max-width: 1250px) {
   .services-page .init-2 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px;
    }

    .services-page .init-2 .right ul li .icon:after {
        height: 225%;
    }
    .services-page .init-2 .right ul li h4{
      font-size: 24px;
    }
}
@media screen and (max-width: 1000px) {
   .services-page .init-2 .left {
        position: relative;
        width: 100%;
        top: 0;
    }
.services-page .init-2 .right ul li h4{
      font-size: 20px;
    }
    .services-page .init-2 .right {
        width: 100%;
        margin-top: 20px;
    }

}
@media screen and (max-width: 700px) {
  .services-page .init-2 .right {
        padding-left: 0;
       
    }

    .services-page .init-2 .left {
        width: 100%;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 500px) {
    .services-page .init-2 .right ul li {
        padding-left: 0;
    }

    .services-page .init-2 .right ul li .icon {
        position: relative;
        margin-bottom: 12px;
    }

    .services-page .init-2 .right ul li .icon::after {
        content: none;
    }
    .services-page .init-2 .right ul li::after{
        display: none;
    }  
}
.product-yd-page .catebox ul.catelist li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #f5f5f5;
    position: relative;
    transition: .3s all
}
.product-yd-page .catebox ul.catelist li:last-child,
.product-page .nav-1 ul.navlist li:last-child{
  display: none;
}
.product-yd-page .catebox ul.catelist li .text {
    padding: 20px 55px 20px 105px;
    color: white;
}
.product-page .nav-1 ul.navlist li ul {
  width: 240px;
  min-width: 100%;
  display: none;
  margin: 0;
  background-color: #eee;
  color: black;
  z-index: 2;
}
.product-page .nav-1 ul.navlist li:hover> ul {
  display: block;
}
.product-page .nav-1 ul.navlist li ul li {
  margin: 0;
}
.product-page .nav-1 ul.navlist li ul li a {
  width: 100%;
  background: transparent !important;
  color: inherit!important;
  padding: .5em 1em;
}
.product-page .nav-1 ul.navlist li ul li a:hover {
  background: var(--color) !important;
  color: white!important;
}
.product-yd-page .catebox ul.catelist li .text .top {
    position: relative
}

.product-yd-page .catebox ul.catelist li .text p {
    max-height: 96px;
    /*overflow-y: auto*/
    color: #151515;
}
.product-yd-page .catebox ul.catelist li:hover .text .title,
.product-yd-page .catebox ul.catelist li:hover .text p{
  color: white;
}

.product-yd-page .catebox ul.catelist li .text .top a.more7 {
    position: absolute;
    right: 0;
    width: 75px;
    height: 75px;
    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;
    border-radius: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li .text .top a.more7:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed #dbdbdb;
    border-radius: 100%;
    left: 0;
    top: 0;
    animation: xz2 5s linear infinite
}

.product-yd-page .catebox ul.catelist li .text .top a.more7:hover {
    width: 89px;
    height: 89px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li .text .top a.more7 em {
    width: 49px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 100%;
    background: var(--color);
}

.product-yd-page .catebox ul.catelist li .text .title {
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 40px;
    max-width: 480px;
    padding-right: 90px;
    color: #151515;
}

.product-yd-page .catebox ul.catelist li img.dec {
    position: absolute;
    bottom: 0;
    right: 0;
    filter: brightness(.2);
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li:hover {
    background: var(--color);
    color: white;
}
.product-yd-page .catebox ul.catelist li:hover .text{
  color: white;
}

.product-yd-page .catebox ul.catelist li:nth-child(2n) img.dec {
    right: auto;
    left: 0
}

.product-yd-page .catebox ul.catelist li:hover img.dec {
    filter: brightness(1);
    transition: .3s all
}

.product-yd-page .catebox ul.catelist li:hover .left {
    float: right
}

.product-yd-page .catebox ul.catelist li:hover .text {
    float: left;
}

.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 {
    border-color: #fff;
}

.product-yd-page .catebox ul.catelist li:hover .text .top a.more7 em {
    background: white;
    color: var(--color);
}
.product-page{
  color: black;
}
.product-page .tit i {
    font-size: 18px;
    margin-left: 20px;
}

.product-page .nav-1 .ui.container {
    /*padding-top: 80px;*/
    padding-bottom: 40px;
    border-bottom: 1px solid #dbdbdb
}

.product-page .nav-1 ul.navlist {
    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
}
.product-page .nav-1 ul.navlist li{
  margin-right: 15px;
  position: relative;
}
.product-page .nav-1 ul.navlist li:last-child{
  margin-right: 0;
}
.product-page .nav-1 ul.navlist li a {
    line-height: 34px;
    /*height: 34px;*/
    padding: 15px 34px;
    /*border-radius: 17px;*/
    color: #666;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    display: inline-block;
    font-size: 18px;
    background: #f5f5f5;
}

.product-page .nav-1 ul.navlist li.active a,.product-page .nav-1 ul.navlist li:hover a {
    background: var(--color);
    color: #fff
}

.product-page .nav-2 .ui.container {
    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: 30px 15px;
}

.product-page .nav-2 .ui.container .tit {
    display: inline-block;
    margin-right: 40px
}

.product-page .nav-2 .ui.container .pro-search-box form {
  position: relative;
    height: 38px;
    width: 325px;
    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: 0 25px 0 45px;
    border-radius: 19px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.product-page .nav-2 .ui.container .pro-search-box form input[type=submit] {
    width: 26px;
    height: 26px;
    background: url(../images/icon-search-black.png) center center no-repeat;
    border: none;
    position: absolute;
    left: 8px;
    top: 6px;
}

.product-page .nav-2 .ui.container .pro-search-box form input[type=text] {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: black;
    font-weight: 300;
    font-size: 14px;
    border: none;
    background: 0 0;
}

.product-page .productbox {
    padding-bottom: 50px
}
.product-page .productbox .product-content .text{
  overflow-y: auto;
  max-height: 240px;
  padding-right: 30px;
  color: #666;
}
.product-page .productbox ul.list li {
    padding: 10px;
    margin-bottom: 80px
}

.product-page .productbox ul.list li .item {
    height: 525px;
    width: 100%;
    background: #f4f4f4;
    border-radius: 10px;
    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;
    position: relative
}

.product-page .productbox ul.list li .item img.logo {
    position: absolute;
    width: 114px;
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    top: 20px;
    left: 15px
}

h1.wanh1 {
  font-size: 24px;
  padding: 20px 0;
  color: black;
  font-weight: 600;
}
.product-page .productbox ul.list li .item .pname {
    font-size: 18px;
    color: #000;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    position: absolute;
    bottom: 25px;
    line-height: 1.8;
    text-align: left;
    width: 100%;
    left: 0;
    padding: 0 20px
}

.product-page .productbox ul.list.system-application-scheme li .item {
    padding-top: 60px;
    height: auto!important;
    padding-bottom: 120px
}

.product-page .productbox ul.list.system-application-scheme li .item .pname {
    max-height: 120px;
    overflow-y: auto
}

.product-page .productbox ul.list li .item:hover {
    background: var(--color);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all
}

.product-page .productbox ul.list li .item:hover img.logo {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    -webkit-filter: brightness(2);
    filter: brightness(2)
}

.product-page .productbox ul.list li .item:hover .pname {
    color: #fff
}
.leadbox {
    padding: 80px 0
}

.leadbox .main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px
}

.leadbox .main .bag {
    padding: 10px
}

.leadbox .main .cateitem {
    padding: 40px 20px;
    transition: .3s all;
    background: #f5f5f5;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap
}

.leadbox .main .cateitem .right {
    padding-left: 20px;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.leadbox .main .cateitem .right ul li {
    margin-top: 10px;
    margin-bottom: 0
}
.leadbox .main .cateitem .right .h5 {
    color: #1a1a1a;
}

.leadbox .main .cateitem .left .h4 {
    text-align: center;
    font-weight: 600
}

.leadbox .main .cateitem .h4,.leadbox .main .cateitem .h5 {
    color: inherit
}

.leadbox .main .cateitem .h4 a,.leadbox .main .cateitem .h5 a {
    transition: .3s all
}

.leadbox .main .cateitem .h4 a:hover,.leadbox .main .cateitem .h5 a:hover {
    transition: .3s all;
    text-decoration: underline
}
.leadbox .main .cateitem .left .img-box {
    background: #fff
}
@media screen and (max-width: 1250px) {
  .product-yd-page .catebox ul.catelist li .text {
      padding: 20px;
  }
  .product-yd-page .catebox ul.catelist li .img{
    padding: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 {
    padding: 60px 0;
  }
  .leadbox .main .cateitem .left{
    width: 100%;
    margin-bottom: 20px;
  }
  .leadbox .main .cateitem .right{
    width: 100%;
  }
  .product-yd-page .catebox ul.catelist li .left{
    width: 100%;
  }
  .product-yd-page .catebox ul.catelist li .right{
    width: 100%;
  }
  .product-yd-page .catebox ul.catelist{
    display: flex;
    flex-wrap: wrap;
  }
  .product-yd-page .catebox ul.catelist li{
    width: calc((100% - 10px)/2);
    margin: 0 10px 10px 0;
  } 
  .product-yd-page .catebox ul.catelist li:nth-child(2n){
    flex-direction: column-reverse;
    margin-right: 0;
  } 
  .product-yd-page .catebox ul.catelist li .text {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .catebox ul.catelist li .text .top a.more7{
    display: none;
  }
  .product-yd-page .catebox ul.catelist li .text .title {
    max-width: 100%;
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .catebox ul.catelist li {
    width: 100%;
    margin: 0;
  }
  .product-yd-page .catebox ul.catelist li .text .title {
    font-size: 20px;
    margin-bottom: 15px;
  }

}
.seoPublic > div:last-child {
  background-color: transparent !important;
}
.prodet-page .prodet-box .left {
  width: 540px;
  position: -webkit-sticky;
    position: sticky;
    top: 160px;
}
.prodet-page .prodet-box .left .big {
  width: 100%;
}
.prodet-page .prodet-box .left .big ul li {
  height: auto;
  padding: 1px;
}
.prodet-page .prodet-box .left .big ul li .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  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;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .left .small {
  width: 100%;
  margin-top: 15px;
}
.prodet-page .prodet-box .left .small ul {
  margin: 0 -12px;
}
.prodet-page .prodet-box .left .small ul li {
  padding: 0 12px;
}
.prodet-page .prodet-box .left .small ul li .img {
  display: block;
  width: 100%;
  height: 100%;
  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;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.prodet-page .prodet-box .right {
  width: -webkit-calc(100% - 540px);
  width: -moz-calc(100% - 540px);
  width: calc(100% - 540px);
  padding-left: 80px;
}
.prodet-page .prodet-box .right .con {
  /*max-height: 350px;
  overflow-y: auto;*/
  font-size: 16px;
  line-height: 2;
}
.prodet-page .prodet-box .right .con table tr td{
  word-break: keep-all;
}
.prodet-page .prodet-box .right .more {
  width: 250px;
  height: 50px;
  border-radius: 5px;
  margin: 80px 0 30px;
}
.prodet-page .prodet-box .right .more span {
  text-transform: uppercase;
  font-size: 18px;
}
.prodet-page .det {
  width: 100%;
  padding: 60px 0;
  border-bottom: 1px solid #e5e5e5;
}
.prodet-page .det .con table{
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .det .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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .det .title::after {
  content: '';
  display: block;
  width: -webkit-calc(100% - 310px);
  width: -moz-calc(100% - 310px);
  width: calc(100% - 310px);
  height: 1px;
  border-top: 1px solid #e5e5e5;
}
.prodet-page .prodet-list ul {
  margin: 0 -20px;
}
.prodet-page .prodet-list ul li {
  padding: 0 20px;
}
.prodet-page .prodet-list ul li .img-box {
  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;
  height: auto;
  border: 1px solid #d5d2d2;
}
.prodet-page .prodet-list ul li .con {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.prodet-page .about-page {
  background-color: #f4f4f4;
}
.prodet-page .about-page .about-1 .about-play::after {
  background-color: #fff;
}

.prodet-page .m-link a {
  color: #333;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.prodet-page .m-link a:hover {
  color: var(--color);
}

@media (max-width: 1700px) {
  .prodet-page .prodet-box .left {
    width: 50%;
  }
  .prodet-page .prodet-box .right {
    width: 50%;
  }
}

@media (max-width: 1450px) {
  .prodet-page .prodet-box .right {
    padding-left: 40px;
  }
  .prodet-page .prodet-box .right h2 {
    font-size: 30px;
  }
  .prodet-page .prodet-box .right .more {
    margin: 30px 0;
  }
}

@media (max-width: 1200px) {
  .prodet-page .prodet-box .left {
    width: 100%;
    position: relative;
    top: 0;
  }
  .prodet-page .prodet-box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
}

@media (max-width: 1000px) {
  .prodet-page .prodet-box .left .big ul li {
    height: auto;
  }
  .prodet-page .prodet-box .right .con {
    max-height: unset;
    overflow-y: unset;
  }
}
.inner-page .sideBarBox .sideBarLeft {
  width: 300px;
}
.inner-page .sideBarBox .sideBarLeft .box {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
.inner-page .sideBarBox .sideBarLeft span.h6 {
  font-weight: bold;
  border-bottom: 1px solid #bcb7b4;
  display: block;
  padding-bottom: .2em;
}
.inner-page .sideBarBox .sideBarLeft .nav {
  margin-top: 1.7em;
}
.inner-page .sideBarBox .sideBarLeft .nav li {
  margin-top: .8em;
  position: relative;
}

.inner-page .sideBarBox .sideBarLeft .nav li a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-right: 30px;
  display: inline-block;
  width: 100%;
}
.inner-page .sideBarBox .sideBarLeft .nav li i{
  font-size: 20px;
  right: 0;
  top:3px;
  position: absolute;
  cursor: pointer;
  transition: all 0.5s;
}
.inner-page .sideBarBox .sideBarLeft .nav li.active i{
  transform: rotate(180deg);
}
.inner-page .sideBarBox .sideBarLeft .nav li:hover > a,
.inner-page .sideBarBox .sideBarLeft .nav li.active > a {
  color: var(--color);
  text-decoration: line-through;
}
.inner-page .sideBarBox .sideBarLeft .nav li ul.sub-menu{
  max-height: 0;
  overflow: hidden;
  transition: all 0.8s ease-in-out;
}
.inner-page .sideBarBox .sideBarLeft .nav li.active ul.sub-menu{
  max-height: 600px;
}
.inner-page .sideBarBox .sideBarLeft .nav li ul.sub-menu li{
  padding-left: 15px;
  font-size: 16px;
}

.inner-page .sideBarBox .sideBarLeft .form {
  width: 185px;
  min-width: 100%
}
.inner-page .sideBarBox .sideBarLeft .form label {
  margin-top: 1.7em;
}
.inner-page .sideBarBox .sideBarLeft .form label span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 4em;
}
.inner-page .sideBarBox .sideBarLeft .form label input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid black;
  position: relative;
  top: -0.4em;
  padding: 0 .5em;
  width: 100%;
}
.inner-page .sideBarBox .sideBarLeft .form label button {
  border: none;
  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: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  background-color: transparent;
  margin-left: auto;
}
.inner-page .sideBarBox .sideBarLeft .form label button i {
  margin-right: .5em;
}
.inner-page .sideBarBox .sideBarLeft .form label:last-child {
  margin-top: .5em;
}
.inner-page .sideBarBox .sideBarRight{
  width: calc(100% - 300px);
  padding-left: 100px;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 4px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #838383;
  font-weight: 500;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a:hover {
  color: #fff;
  background-color: var(--color);
}
@media screen and (max-width: 1250px) {
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
  .inner-page .sideBarBox .sideBarRight {
    width: 100%;
    padding-left: 0;
  }
}

.value-page ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
  justify-content: space-between;
}
.value-page .img {
  width: 50%;
  padding: 10px;
}
.value-page .mml-text {
  width: 50%;
  padding: 10px;
}
.value-page .mml-text .content {
  max-width: 480px;
  margin: auto;
}
.value-page .mml-text .content h2 {
  font-size: 42px;
   
}
.value-page .mml-text .content h2 span {
  display: inline-block;
  border-bottom: 2px solid #6e6e6e;
}
@media screen and (max-width: 1000px) {
  .value-page ul li {
    display: block;
  }
  .value-page .img {
    width: 100%;
  }
  .value-page .mml-text {
    width: 100%;
    margin: 0;
  }
  .value-page .mml-text .content {
    max-width: 100%;
  }
  .value-page .mml-text .content h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.application-page {
  padding: 5rem 0 5.35rem;
  border-radius: 70px 0 0 0 ;
}
.application-page .app-1{
  margin-bottom: 3rem;
  text-align: center;
}
.application-page .app-1 h3{
  font-size: 1.8rem;
  font-weight: bold;
  font-family: 'TRI';
  margin-bottom: 1.5rem;
}
.application-page .ap-list li {
  margin-bottom: 10.2rem;
}
.application-page .ap-list li .img {
  width: 50%;
  vertical-align: middle;
  overflow: hidden;
}
.application-page .ap-list li .img img{

  max-height: 460px;
  border-radius: 40px;
  width: auto;
}
.application-page .ap-list li .img .imgbox{
  width: 100%;
  height: 480px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
  border-radius: 40px;
}
.application-page .ap-list li .text {
  width: 47.05%;
  vertical-align: middle;
  font-size: 16px;
  line-height: 2;
  color: #120e0e;
}
.application-page .ap-list li .text h3 {
  font-size: 50px;
  line-height: 1;
  color: #120e0e;
      font-family: 'car';
    margin-bottom: 2.45rem;
    font-weight: bold;
}
.application-page .ap-list li .text p {
  font-size: 16px;
  line-height: 1.5;
  color: #120e0e;
  margin-top: var(--ft38);
  margin-bottom:  var(--ft18);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.application-page .ap-list li .text strong{
  font-weight: bold;
}
/*.application-page .ap-list li .text .more {
  width: 137px;
  height: 53px;
  background-color: #aaa;
  border-radius: 40px;
  line-height: 48px;
  color: #f4f2e6;
  font-size: 16px;
  margin-top: 2.1rem;
}*/
.application-page .ap-list li .text .products {
  margin-top: 2rem;
}
.application-page .ap-list li .text .products h4 {
  border-bottom: 1px solid #dbdbdb;
  font-size: 18px;
  font-family: 'car';
  line-height: 1.8;
  padding-bottom: 0.85rem;
  color: #767676;
}
.application-page .ap-list li .text .products .content {
  margin-top: 0.9rem;
}
.application-page .ap-list li .text .products .content ul {
  margin-right: -11px;
}
.application-page .ap-list li .text .products .content ul .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.application-page .ap-list li .text .products .content ul .slick-slide {
  padding-right: 11px;
}
.application-page .ap-list li .text .products .content ul li {
  margin-bottom: 0;
}
.application-page .ap-list li .text .products .content ul li a.img-box {
  display: block;
  background: #e9e5df;
  position: relative;
  border-radius: 10px;
}
.application-page .ap-list li .text .products .content ul li a.img-box img {
  width: 100%;
}
.application-page .ap-list li .text .products .content ul li .icon {
  position: absolute;
  top: 0;
  left:0;
  width: 100%;
  height: 100%;
  background-color:rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.application-page .ap-list li .text .products .content ul li .icon img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  width: 30px !important;
}
.application-page .ap-list li .text .products .content ul li h5 {
  font-size: 14px;
  line-height: 2;
  color: #151515;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}
.application-page .ap-list li .text .products .content ul li:hover .icon {
  opacity: 1;
}

.application-page .ap-list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  .application-page .ap-list li .text p {
    margin-top: 1rem;
  }
  .application-page .ap-list li .text .more {
    margin-top: 2rem;
  }
  .application-page .ap-list li .text .products {
    margin-top: 2rem;
  }
  .application-page .ap-list li .text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .application-page .ap-list li .img {
    width: 100%;
  }
  .application-page .ap-list li .text {
    width: 100%;
    padding: 2rem 0 0 0;
  }
  .application-page .ap-list li .text .products h4 {
    font-size: 18px;
  }
}

.service-page .service-1 .list h4 {
  font-weight: 200;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-1 .list .text {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
.service-page .service-1 .list:hover .text {
  -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);
}
.service-page .service-1 .list:hover h4 {
  opacity: 0;
}
.service-page .service-2 .left h2 {
  font-size: 30px;
}
.service-page .service-2 .service-nav {
  margin-top: 50px;
}
.service-page .service-2 .service-nav ul {
  margin: -5px;
}
.service-page .service-2 .service-nav ul li {
  padding: 5px;
  width: -webkit-calc(100% / 6);
  width: -moz-calc(100% / 6);
  width: calc(100% / 6);
}
.service-page .service-2 .service-nav ul li a {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  padding: 10px 15px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  height: 100px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.service-page .service-2 .service-nav ul li a:hover {
  background-color: var(--color);
  color: white;
}
.service-page .list_box li {
  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: var(--color);
  font-size: 16px;
  margin-bottom: 8px;
}
.service-page .list_box li:last-child {
  margin-bottom: 0;
}
.service-page .list_box li::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  display: block;
  margin-right: 10px;
}
.service-page .service-3 .list {
  margin-bottom: 120px;
}
.service-page .service-3 .list:last-child {
  margin-bottom: 0;
}
.service-page .service-3 .list .list-t .right ol {
  margin: 0 -20px;
}
.service-page .service-3 .list .list-t .right ol li {
  padding: 0 20px;
  text-align: center;
}
.service-page .service-3 .list .list-t .right ol li p {
  font-size: 14px;
}
.service-page .service-3 .list .list-t .right ul {
  margin: -30px -15px;
}
.service-page .service-3 .list .list-t .right ul li {
  padding: 30px 15px;
}
.service-page .service-3 .list .list-t .right ul .slick-slide{
  height: 100%;
}
.service-page .service-3 .list .list-t .right ul li p {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
  opacity: 0.8;
}
.service-page .service-3 .list .list-b ul {
  margin: 0 -15px;
}
.service-page .service-3 .list .list-b ul li {
  padding: 0 15px;
}
.service-page .service-3 .list .list-b table {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.service-page .service-3 .list .list-b table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.service-page .service-3 .list .list-b table tr:nth-child(even) {
  background-color: white;
}
.service-page .service-3 .list .list-b table th,
.service-page .service-3 .list .list-b table td {
  border: none;
}
.service-page .service-3 .list .list-b table th {
  padding: 30px 25px;
  text-align: left;
}
.service-page .service-3 .list .list-b table th p {
  font-size: 22px;
  margin-left: 20px;
  font-weight: 700;
  display: inline-block;
}
.service-page .service-3 .list .list-b table td {
  font-size: 20px;
  font-weight: 400;
  padding: 20px 25px;
}
.service-page .service-3 .list .list_box4 h4 {
  width: 200px;
}
.service-page .service-3 .list .list_box4 ol {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  margin: 0 -5px;
  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;
}
.service-page .service-3 .list .list_box4 ol li {
  padding: 0 5px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  font-weight: 500;
  font-size: 16px;
}
.service-page .service-3 .list .list_box4 ol li:nth-child(1) .box {
  background-color: #efe9e2;
}
.service-page .service-3 .list .list_box4 ol li:nth-child(2) .box {
  background-color: #ddd9d3;
}
.service-page .service-3 .list .list_box4 ol li:nth-child(3) .box {
  background-color: #5b5e60;
}
.service-page .service-3 .list .list_box5 h4 {
  width: 200px;
}
.service-page .service-3 .list .list_box5 ol {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  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;
  margin: 0 -5px;
}
.service-page .service-3 .list .list_box5 ol li {
  padding: 0 5px;
  text-align: center;
  line-height: 50px;
  height: 50px;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  font-weight: 500;
  font-size: 16px;
}
.service-page .service-3 .list .list_box5 ol li:nth-child(1) .box {
  background: url('../images/service-img4.jpg') no-repeat center center / cover;
}
.service-page .service-3 .list .list_box5 ol li:nth-child(2) .box {
  background: url('../images/service-img5.jpg') no-repeat center center / cover;
}
.service-page .service-3 .list .list_box5 ol li:nth-child(3) .box {
  background: url('../images/service-img6.jpg') no-repeat center center / cover;
}
@media screen and (max-width: 1700px) {
  .service-page .service-3 .list .list-t .right ol li {
    width: 33.33333333%;
  }
  .service-page .service-3 .list .list-b table th p {
    font-size: 18px;
    vertical-align: bottom;
  }
  .service-page .service-3 .list .list-b table td {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
  .service-page .service-3 .list .list-b table th p {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-3 .list#design-style .list-t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .service-page .service-3 .list#customization-requirements .list-t {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .service-page .service-3 .list#customization-requirements .list-t .right {
    margin-top: 60px;
  }
  .service-page .service-3 .list h3 {
    font-size: 30px;
  }
  .service-page .service-3 .list .list-t .text {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
  .service-page .service-3 .list .list-t .right {
    width: 100%;
  }
  .service-page .service-3 .list {
    margin-bottom: 60px;
  }
  .service-page .service-2 .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .service-page .service-3 .list .list-b table th {
    min-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .list h4 {
    width: 100%;
  }
  .service-page .service-1 .list .text .con {
    max-height: 95px;
    overflow-y: auto;
    padding-right: 10px;
  }
  .service-page .service-2 .service-nav ul li {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .list {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-3 .list .list_box4,
  .service-page .service-3 .list .list_box5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-3 .list .list_box4 ol,
  .service-page .service-3 .list .list_box5 ol {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .service-2 .service-nav ul li {
    width: 50%;
  }
  .service-page .service-3 .list h3 {
    font-size: 24px;
  }
}

.newdet-page .slideBarRight h1 {
    font-size: 35px;
}
.newdet-page .slideBarRight .text {
    line-height: 2;
}
.news-page .news-1 .list ul li .content span.h6 {
    font-size: 18px;
    line-height: 32px;
}
.news-page .news-1 .list ul li .content .pre {
    margin-bottom: 40px;
}
.newdet-page .slideBarRight .text  section {
    margin-bottom: 40px;
  }

  .newdet-page .slideBarRight .text h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
  }

    .newdet-page .slideBarRight .text h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 15px;
  }

  .newdet-page .slideBarRight .text h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
  }

    .newdet-page .slideBarRight .text p {
    font-size: 16px;
    text-align: left;
    margin-bottom: 35px;
}

    .newdet-page .slideBarRight .text ul, .newdet-page .slideBarRight .text ol {
    margin-bottom: 35px;
    list-style-type: revert;
  }

  .newdet-page .slideBarRight .text li {
    list-style-type: disc;
    list-style-position: inside;
    margin-bottom: 5px;
    font-size: 16px;
    text-align: left;
  }

  .newdet-page .slideBarRight .text table {
    width: 100%;
    margin-bottom: 35px;
    border-collapse: collapse;
  }

  .newdet-page .slideBarRight .text table tr {
    border-bottom: 1px solid #ddd;
  }

  .newdet-page .slideBarRight .text table td {
    text-align: center;
    padding: 12px;
  }

  .newdet-page .slideBarRight .text strong {
    font-weight: bold;
  }

  .newdet-page .slideBarRight .text a {
    color: #0066cc;
    text-decoration: none;
  }

  .newdet-page .slideBarRight .text a:hover {
    text-decoration: underline;
  }
  @media (max-width: 500px) {
  .newdet-page .slideBarRight h1 {
    font-size: 20px;
    margin-top: 15px;
}
  }
  .inner-page.newdet-page .form ul {
    margin: -10px
}

.inner-page.newdet-page .form ul li {
    padding: 10px;
    font-size: 14px
}

.inner-page.newdet-page .form ul li label {
    display: block;
    margin-bottom: .5em;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px
}

.inner-page.newdet-page .form ul li input[type='text'],.inner-page.newdet-page .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    background-color: transparent;
    padding: .5em 0;
    border-bottom: 1px solid #999;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page.newdet-page .form ul li input[type='text']:focus,.inner-page.newdet-page .form ul li textarea:focus {
    border-color: var(--color)
}
.inner-page.newdet-page .form ul li input[type='submit']{
  background: transparent;
  border:none;
}
.inner-page.newdet-page .form ul li textarea {
    height: 80px
}

.inner-page.newdet-page .form ul li.wid-100 {
    width: 100%
}

.inner-page.newdet-page .form ul li .btn {
    font-size: 15px;
    line-height: 4.53333333em;
    height: 4.53333333em;
    padding: 0 2.4em;
    display: inline-block;
    font-weight: 500;
    color: #fff;
    background-color: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border: none
}

.inner-page.newdet-page .form ul li .btn img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
    max-width: .7em
}

.inner-page.newdet-page .form ul li .btn:hover {
    background: #222
}

.news-page .news-top {
    padding: 80px 0;
    background-color: #faf9f9;
}

.news-page .news-top .left {
    vertical-align: middle
}

.news-page .news-top .right {
    padding-left: 50px;
    vertical-align: middle
}

.news-page .news-1 {
    padding: 100px 0;
    /*background-color: #faf9f9*/
}

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

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

.news-page .news-1 .list ul li a.img-box {
    display: block
}

.news-page .news-1 .list ul li .content {
    -o-box-shadow: 0px 5px 43px 0px rgba(27,26,26,.06);
    -webkit-box-shadow: 0px 5px 43px 0px rgba(27,26,26,.06);
    box-shadow: 0px 5px 43px 0px rgba(27,26,26,.06);
    padding: 10%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    background-color: #fff
}

.news-page .news-1 .list ul li .content time {
    font-size: 14px;
    line-height: 28px;
    display: block;
    margin-bottom: 1em
}

.news-page .news-1 .list ul li .content span.h6 {
    font-size: 19px;
    font-weight: 500;
    display: block;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 5.8em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.news-page .news-1 .list ul li .content .text {
    font-size: 14px;
    line-height: 28px
}

.news-page .news-1 .list ul li .content .pre {
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.news-page .news-1 .list ul li .content .pre .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.news-page .news-1 .list ul li .content a.link {
    margin-top: 2em
}

.news-page .news-1 .list ul li:hover .content {
    margin-top: -30px
}

.news-page .news-1 .list ul li:hover .content span.h6 {
    opacity: 0
}

.news-page .news-1 .list ul li:hover .content .text {
    opacity: 1
}

.news-page .news-1 .list ul li:hover .content .pre {
    padding-bottom: 30px
}

.newdet-page {
    padding: 100px 0;
    /*background-color: #faf9f9*/
}

.newdet-page .init4 ul li {
    padding: 10px
}

.newdet-page .slideBarRight time {
    font-size: 14px;
    line-height: 28px;
    display: block
}
.newdet-page .slideBarRight h1 {
    font-size: 40px;
    line-height: 1.4;
    font-weight: 700
}

.newdet-page .slideBarRight .text {
    margin: 2em 0
}

.newdet-page .slideBarRight .text p {
    margin-top: 1em
}

.newdet-page .slideBarRight .text p:first-child {
    margin-top: 0
}
.newdet-page .slideBarRight .share {
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em
}
.newdet-page .slideBarRight .share a {
    margin-left: 1em;
    width: 1.5em;
    height: 1.5em;
    background-color: #000;
    color: #fff;
    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-radius: 100%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
.newdet-page .slideBarRight .share a:hover {
    background-color: var(--color)
}

.newdet-page .slideBarRight span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 500;
    margin: 2em 0 1em;
    display: block
}
@media screen and (max-width: 1700px) {
    .newdet-page,.news-page .news-1,.gallery-page,.product-page {
        padding:70px 0
    }

    .newdet-page .slideBarRight h1 {
        font-size: 32px
    }
    .news-page .news-1 .list ul li .content {
        padding: 7%
    }

    .news-page .news-1 .list ul li .content span.h6 {
        font-size: 15px;
        line-height: 24px
    }
}

@media screen and (max-width: 1450px) {
    .newdet-page .slideBarRight h1 {
        font-size:28px
    }
    .news-page .news-1 .list ul li .content {
        padding: 5%
    }

    .news-page .news-1 .list ul li .content span.h6 {
        font-size: 15px;
        line-height: 24px;
        height: 6.8em
    }

    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 50px
    }

    .news-page .news-1 .list ul li:hover .content {
        margin-top: -50px
    }
}

@media screen and (max-width: 1250px) {
    .newdet-page .slideBarRight h1 {
        font-size:24px
    }
    .news-page .news-1 .list ul li {
        width: 50%
    }
}

@media screen and (max-width: 1000px) {
    .news-page .news-1 .list ul li .content span.h6 {
        font-size: 14px
    }

    .news-page .news-top .left,.news-page .news-top .right {
        width: 100%;
        padding: 0;
        margin: 10px 0
    }
}

@media screen and (max-width: 700px) {
    .newdet-page .slideBarRight h1 {
        font-size: 28px;
        line-height: 1.6
    }

    .news-page .news-1 .list ul li .content .pre .text {
        position: static;
        opacity: 1;
        margin-top: 1em
    }

    .news-page .news-1 .list ul li:hover .content span.h6 {
        opacity: 1
    }

    .news-page .news-1 .list ul li:hover .content {
        margin-top: 0
    }

    .news-page .news-1 .list ul li:hover .content .pre {
        padding-bottom: 0
    }

    .news-page .news-1 .list ul li .content a.link {
        margin-top: 1em
    }

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

@media screen and (max-width: 500px) {
    .news-page .news-1 .list ul li .content span.h6,.news-page .news-1 .list ul li .content .pre .text {
        height:auto
    }
}
.faq-page .faq-1 {
  position: relative;
  padding: 90px 0;
}
.faq-page .faq-1 .bg {
  position: absolute;
  inset: 0;
}
.faq-page .faq-1 .content ul li {
  margin-bottom: 25px;
}
.faq-page .faq-1 .content ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-1 .content ul li.active a .dot {
  background-color: var(--color);
}
.faq-page .faq-1 .content 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;
}
.faq-page .faq-1 .content ul li a span {
  width: -webkit-calc(100% - 22px);
  width: -moz-calc(100% - 22px);
  width: calc(100% - 22px);
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
}
.faq-page .faq-1 .content ul li a .dot {
  width: 22px;
  height: 22px;
  background-color: #dfdfdf;
  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-radius: 50%;
}
.faq-page .faq-1 .content ul li a .dot::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}
.faq-page .faq-2 h2 {
  font-size: 30px;
  font-weight: 500;
}
.faq-page .faq-2 .content {
  border-top: 2px solid #dbdbdb;
}
.faq-page .faq-2 .content ul li {
  padding: 65px 45px;
  border-bottom: 2px solid #dbdbdb;
}
.faq-page .faq-2 .content ul li a.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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 22px;
  font-weight: 500;
}
.faq-page .faq-2 .content ul li a.title h4 {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  padding-left: 25px;
  padding-right: 15px;
}
.faq-page .faq-2 .content ul li a.title span {
  font-size: 30px;
}
.faq-page .faq-2 .content ul li a.title i {
  font-size: 30px;
}
.faq-page .faq-2 .content ul li .con {
  display: none;
}
@media screen and (max-width: 700px) {
  .faq-page .faq-2 .content ul li {
    padding: 25px 15px;
  }
  .faq-page .faq-2 .content ul li a.title {
    font-size: 20px;
  }
}
.honor-page .download{
  padding: 10px 25px;
  background-color: var(--color);
  color: white; 
  position: absolute;
  left: 50%;
  border-radius:35px;
  transform: translateX(-50%);
  bottom: -100%;
  transition: 0.5s;
}
.honor-page .download img{
  filter: invert(1);
}
.honor-page .honor-1 .honor-right ul li .img_box{
  overflow: hidden;
}
.honor-page .honor-1 .honor-right ul li:hover .download{
  bottom:25px;
}
.honor-page .download span{
  font-size: 16px;
  margin-right: 10px;
}
.honor-page .honor-1 .honor-left {
  width: 280px;
  position: sticky;
  top: 120px;
  position: -webkit-sticky;
}
.honor-page .honor-1 .honor-left h3 {
  font-size: 22px;
  font-weight: 500;
}
.honor-page .honor-1 .honor-left ul {
  margin: 45px 0;
}
.honor-page .honor-1 .honor-left ul li {
  margin-bottom: 10px;
}
.honor-page .honor-1 .honor-left ul li:last-child {
  margin-bottom: 0;
}
.honor-page .honor-1 .honor-left ul li.active a i::before {
  opacity: 1;
}
.honor-page .honor-1 .honor-left 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;
}
.honor-page .honor-1 .honor-left ul li a i {
  width: 24px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  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;
}
.honor-page .honor-1 .honor-left ul li a i::before {
  content: '';
  display: block;
  width: 14px;
  height: 9px;
  background: url('../images/gou.png') no-repeat;
  opacity: 0;
}
.honor-page .honor-1 .honor-left ul li a span {
  font-size: 14px;
  font-weight: 200;
  width: -webkit-calc(100% - 24px);
  width: -moz-calc(100% - 24px);
  width: calc(100% - 24px);
  padding-left: 15px;
}
.honor-page .honor-1 .honor-right {
  width: -webkit-calc(100% - 280px);
  width: -moz-calc(100% - 280px);
  width: calc(100% - 280px);
}
.honor-page .honor-1 .honor-right h2 {
  font-size: 20px;
  font-weight: 500;
}
.honor-page .honor-1 .honor-right p {
  font-size: 18px;
  font-weight: 200;
  margin: 20px 0 40px;
}
.honor-page .honor-1 .honor-right ul {
  margin: -18px -25px;
}
.honor-page .honor-1 .honor-right ul li {
  width: 33.3333333%;
  padding: 18px 25px;
}
.honor-page .honor-1 .honor-right ul li a.img {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.honor-page .honor-2 .honor_tab ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.honor-page .honor-2 .honor_tab ul li {
  margin-right: 80px;
}
.honor-page .honor-2 .honor_tab ul li:last-child {
  margin-right: 0;
}
.honor-page .honor-2 .honor_tab ul li.active a {
  border-color: var(--color);
}
.honor-page .honor-2 .honor_tab ul li a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  border-bottom: 3px solid transparent;
  padding-bottom: 10px;
  display: block;
}
.honor-page .honor-2 .content ul {
  margin: -18px -25px;
  display: none;
}
.honor-page .honor-2 .content ul li {
  width: 25%;
  padding: 18px 25px;
}
.honor-page .honor-2 .content ul li a.img {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}
@media screen and (max-width: 1250px) {
  .honor-page .honor-1 .honor-right ul,
  .honor-page .honor-2 .content ul {
    margin: -15px -10px;
  }
  .honor-page .honor-1 .honor-right ul li,
  .honor-page .honor-2 .content ul li {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 1000px) {
  .honor-page .honor-1 .honor-left {
    position: relative;
    top: 0;
  }
  .honor-page .honor-1 .honor-left {
    width: 100%;
  }
  .honor-page .honor-1 .honor-right {
    width: 100%;
    padding-left: 0;
    margin-top: 45px;
  }
  .honor-page .honor-1 .honor-left 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;
  }
  .honor-page .honor-1 .honor-left ul li {
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .honor-page .honor-2 .content ul li {
    width: 33.33333333%;
  }
  .honor-page .honor-2 .honor_tab ul li {
    margin-right: 30px;
  }
}
@media screen and (max-width: 700px) {
  .honor-page .honor-2 .honor_tab ul li {
    margin-bottom: 20px;
  }
  .honor-page .honor-2 .honor_tab ul li a {
    padding-bottom: 0;
  }
  .honor-page .honor-1 .honor-right ul li,
  .honor-page .honor-2 .content ul li {
    width: 50%;
  }
}

.inner-page .slideBarBox .slideBarLeft {
    width: 24%;
     position: -webkit-sticky;
    position: sticky;
    top: 100px
}

.inner-page .slideBarBox .slideBarLeft+.slideBarRight {
    padding-left: 4%;
    padding-right: 0
}

.inner-page .slideBarBox .slideBarLeft .slide {
    margin-bottom: 40px;
    padding: 30px;
    background-color: #f7f7f7
}

.inner-page .slideBarBox .slideBarLeft .slide span.h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: 700;
    display: block;
    margin-bottom: 1em
}

.inner-page .slideBarBox .slideBarLeft .slide form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    background-color: #fff
}

.inner-page .slideBarBox .slideBarLeft .slide form input {
    width: 100%;
    padding: 1em;
    border: none;
    background-color: transparent;
    color: #000
}

.inner-page .slideBarBox .slideBarLeft .slide form input[type=submit] {
    width: 4em;
    background-image: url("/template/en/images/icon-search-black.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 0
}

.inner-page .slideBarBox .slideBarLeft .slide.search {
    background-color: #f7f7f7;
    color: #fff;
    background-image: -webkit-linear-gradient(315deg,var(--color),var(--color2));
    background-image: -moz-linear-gradient(315deg,var(--color),var(--color2));
    background-image: linear-gradient(170deg,var(--color),var(--color2))
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li:last-child {
    margin-bottom: 0
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li a.img {
    width: 30%;
    background-size: cover;
    background-position: center
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content {
    width: 70%;
    padding: 10px 0;
    padding-left: 5%
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content span.h6 {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 30px;
    height: 3.2em
}

.inner-page .slideBarBox .slideBarLeft .slide .postList ul li .content time {
    display: block;
    font-size: 14px;
    margin-top: .5em
}

.inner-page .slideBarBox .slideBarLeft .slide .nav {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li {
    margin-bottom: 1em
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a {
    padding: 1.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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a img {
    filter: invert(1);
    max-width: 45px;
    min-width: 45px;
    height: 50px;
    vertical-align: middle;
    margin-right: 10px;
    object-fit: none
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a i {
    width: 1.5em;
    height: 1.5em;
    border-radius: 100%;
    background-color: #fff;
    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
}

.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active {
    background-color: var(--color);
    background-image: -webkit-linear-gradient(315deg,var(--color),var(--color2));
    background-image: -moz-linear-gradient(315deg,var(--color),var(--color2));
    background-image: linear-gradient(170deg,var(--color),var(--color2));
    color:white;
}
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a:hover i,
.inner-page .slideBarBox .slideBarLeft .slide .nav ul li a.active i{
  color: var(--color);
}
.inner-page .slideBarBox .slideBarLeft .slide:last-child {
    margin-bottom: 0
}

.inner-page .slideBarBox .slideBarRight {
    width: 76%;
    padding-right: 4%
}
.sustanibility-page .i-title p {
  font-size: 16px;
  font-weight: bold;
  color: var(--color);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.sustanibility-page .i-title h3 {
  font-size: 34px;
  line-height: 1.5;
}

.sustanibility-page .font-45,
.big-title {
  font-weight: 500;
  font-size: 45px;
}

.little-title {
  font-weight: 500;
  font-size: 24px !important;
}

.color-66 {
  color: #666;
}

.sustanibility-page .sustanibility-1 .left {
  width: 53%;
}

.sustanibility-page .sustanibility-1 .left img {
  width: 100%;
}

.sustanibility-page .sustanibility-1 .right {
  padding-left: 80px;
  width: 47%;
}

.sustanibility-page .sustanibility-1 .right h4 {
  font-weight: bold;
  font-size: 18px;
  color: var(--color);
}

.sustanibility-page .sustanibility-1 .right .con {
  line-height: 2;
}

.sustanibility-page .sustanibility-2 {
  margin: 120px 0;
}

.sustanibility-page .sustanibility-2 .content {
  background-size: cover;
  background-color: black;
  margin-top: 100px;
  z-index: 1;
}
.sustanibility-page .sustanibility-2 .content .mask i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.sustanibility-page .sustanibility-2 .content .mask i.active {
  opacity: 1;
}
.sustanibility-page .sustanibility-2 .content .container {
  color: white;
}

.sustanibility-page .sustanibility-2 .content .container ul .slick-current li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide + .slick-slide li,
.sustanibility-page .sustanibility-2 .content .container ul .slick-current + .slick-slide + .slick-slide + .slick-slide li {
  border-right: 1px solid white;
}

.sustanibility-page .sustanibility-2 .content .container .slick-list .slick-track {
  margin: auto;
}

.sustanibility-page .sustanibility-2 .content .container ul li {
  height: 690px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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: transparent;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.sustanibility-page .sustanibility-2 .content .container ul li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(141, 141, 104, 0.2);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  left: 0;
  top: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  opacity: 0;
}

.sustanibility-page .sustanibility-2 .content .container ul li.active::before {
  opacity: 1;
}

.sustanibility-page .sustanibility-2 .content .container ul li.active .box {
  top: 10%;
}

.sustanibility-page .sustanibility-2 .content .container ul li .box {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.sustanibility-page .sustanibility-2 .content .container ul li .box .img {
  text-align: center;
}

.sustanibility-page .sustanibility-2 .content .container ul li .box .img i {
  height: 100px;
  display: block;
}
.sustanibility-page .sustanibility-2 .content .container ul li .box .img img {
  margin: 0 auto;
  max-height: 100%;
}

.sustanibility-page .sustanibility-2 .content .container ul li .box .img .line {
  width: 100%;
  height: 2px;
  background-color: white;
  margin: 25px 0 15px;
}

.sustanibility-page .sustanibility-2 .content .container ul li .box .img h4 {
  font-size: 28px;
  font-weight: bold;
}

.sustanibility-page .sustanibility-2 .content .container ul li .box .text {
  font-size: 18px;
  line-height: 1.4;
  max-height: 300px;
  overflow-y: auto;
  margin-top: 50px;
}

.advantage .pr {
  position: relative;
}

.advantage .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}

.advantage .content ul li {
  padding-right: 20px;
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.advantage2 .content ul li {
  width: 23%;
  overflow: hidden;
}

.advantage .content ul li .ig {
  border: solid 1px var(--color);
  padding: 50px 60px 37px;
  height: 380px;
}

.advantage .content ul li .ig.h510 {
  height: 420px;
}

.advantage .content ul li .ig i {
  display: block;
}

.advantage .content ul li .ig .tit {
  position: absolute;
  -webkit-transform: rotate(90deg) translate(-50px, 50%);
  -moz-transform: rotate(90deg) translate(-50px, 50%);
  -ms-transform: rotate(90deg) translate(-50px, 50%);
  transform: rotate(90deg) translate(-50px, 50%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  bottom: auto;
  left: 50%;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  font-weight: 500;
}

.advantage .content ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.advantage .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #666666;
}

.advantage .content ul li.active {
  width: 50%;
}

.advantage .content ul li.active .box .t1 {
  line-height: 1.2;
  color: var(--color);
  font-size: 36px;
  font-weight: bold;
}

.advantage .content ul li.active .box .cont {
  margin-top: 30px;
  color: #666;
  line-height: 1.5;
}

.advantage .content ul li.active .box {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.advantage .content ul li.active .tit {
  opacity: 0;
}

@media (max-width: 1450px) {
  .sustanibility-page .sustanibility-2 .content .container ul li .box {
    width: 90%;
  }

  .sustanibility-page .sustanibility-2 .content .container ul li .box .text {
    margin-top: 20px;
  }
}

@media (max-width: 1000px) {
  .i-title p {
    font-size: 18px;
  }

  .i-title h3 {
    font-size: 24px;
    line-height: 40px;
  }

  .sustanibility-page .sustanibility-1 .right {
    padding-left: 0;
    width: 100%;
    padding-top: 0;
    margin-top: 60px;
  }

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

  .sustanibility-page .sustanibility-2 {
    margin: 80px 0;
  }

  .advantage .content ul li .ig .tit {
    display: none;
  }

  .advantage .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }

  .advantage .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }

  .advantage .content ul li.active {
    width: 50%;
  }

  .advantage .content ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }

  .advantage .content ul li .ig {
    padding: 30px 20px 20px;
  }
}

@media (max-width: 700px) {
  .advantage {
    display: none;
  }
}

@media (max-width: 500px) {
  .advantage .content ul li,
  .advantage .content ul li.active {
    width: 100%;
  }

  .advantage .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }

  .advantage .content ul li .ig .tit {
    line-height: 1.5;
  }

  .advantage .content ul li .ig .box {
    line-height: 1.8;
  }
}
.dz-body .dz6 {
  overflow: hidden;
  padding-bottom: 120px;
}
.dz-body .dz6 .container {
  width: auto;
  border-radius: 10px;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(/lemna/2026/05/06/sustainability-31.jpg) no-repeat center;
  background-size: cover;
}
.dz-body .dz6 .container .dz-p {
  color: #333333;
  margin-top: 30px;
  margin-bottom: 70px;
}
.dz-body .dz6 .container .my_btn {
  justify-content: center;
}