.wow {
  animation: none !important;    /* 禁用所有动画 */
  transition: none !important;   /* 禁用所有过渡效果 */
  animation-delay: 0s !important;/* 清除动画延迟 */
  transition-delay: 0s !important;/* 清除过渡延迟 */
}
/* 额外屏蔽滚动触发的动态效果（如渐入、滑入） */
/*[data-aos], [data-animate], .animate, .fade-in, .slide-in {
  opacity: 1 !important;
  transform: none !important;
  visibility: visible !important;
}*/




@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'NewsGothicBT';
  src: url('../fonts/NewsGothicBT-Bold.eot');
  src: url('../fonts/NewsGothicBT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NewsGothicBT-Bold.woff2') format('woff2'), url('../fonts/NewsGothicBT-Bold.woff') format('woff'), url('../fonts/NewsGothicBT-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #bed600;
  --color2: #bed600;
  --font: 'NewsGothicBT';
  color: #3e3d40;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 100%;
  max-width: 1545px;
}
.ui.container {
  max-width: 1530px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.font1 {
  font-family: var(--font);
}
#header {
  z-index: 21;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
}
#header .nav {
  background-color: #FFFFFF;
}
#header .nav .ui.menu {
  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 auto;
  height: 100px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: auto;
}
#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 {
  padding: 1em 0;
  margin: 0 1.5em;
  color: #5c5c5c;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #3e3d40;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  border-bottom-color: #bed600;
}
#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;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  transition: border-color 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  white-space: nowrap;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #bed600;
  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;
  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: #9c9e9f;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .msg {
  color: #FFFFFF;
  background-color: #3e3d40;
  border-radius: 5px;
  cursor: pointer;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #bed600;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: #bed600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #bed600;
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #bed600;
}
#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: #bed600 !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 200;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  right: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #bed600;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 0px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #bed600;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#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;
}
@-webkit-keyframes my {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.5em);
    transform: translateY(0.5em);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes my {
  from {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(0.5em);
    transform: translateY(0.5em);
  }
  to {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes my {
  from {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.5em);
    -moz-transform: translateY(0.5em);
    transform: translateY(0.5em);
  }
  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #161514;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10%;
}
#banner h2 {
  color: #FFFFFF;
  line-height: 1.11;
  font-family: var(--font);
}
#banner .godown {
  left: 50%;
  bottom: 3%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .godown span {
  display: block;
  color: #FFFFFF;
  -webkit-animation: my 2s linear infinite;
  -moz-animation: my 2s linear infinite;
  animation: my 2s linear infinite;
}
.yuy {
  height: auto;
}
.yuy > span {
  color: #9c9e9f;
}
.baseTag i {
  width: .6em;
  height: .6em;
  border-radius: 50%;
  background-color: #3e3d40;
  margin-top: .35em;
}
.baseBtn {
  background-color: #bed600;
  border-radius: 5px;
  border: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.baseBtn:hover {
  color: #FFFFFF;
  background-color: #3e3d40;
}
.home-1 .left .img img {
  border-radius: 10px;
}
.home-1 .left .img:nth-child(2) {
  margin-left: 27%;
  margin-top: -14%;
}
.home-1 .right .text {
  line-height: 1.5;
}
.home-2 .desc {
  line-height: 2;
}
.home-2 .right li .cateBox {
  background-color: #3e3d40;
  border-radius: 10px;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}
.home-2 .right li .cateBox i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-2 .right li .cateBox span {
  color: #FFFFFF;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-2 .right .slick-current li .cateBox {
  background-color: #bed600;
}
.home-2 .right .slick-current li .cateBox i img {
  -webkit-filter: brightness(1) invert(0);
  filter: brightness(1) invert(0);
}
.home-2 .right .slick-current li .cateBox span {
  color: #000000;
}
.home-2 .right .slickDots ul li {
  width: 2.8em;
  height: .2em;
  border-radius: 0;
  border: 0;
  background-color: #9c9e9f;
  margin: 0 .5em;
}
.home-2 .right .slickDots ul li.slick-active {
  background-color: #bed600;
}
.home-2 .bottom .item {
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.home-2 .bottom .item.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.home-2 .bottom .item li {
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  opacity: .5;
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}
.home-2 .bottom .item li .name {
  opacity: 0;
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  transition: 1.5s ease;
}
.home-2 .bottom .item li .name span {
  border-bottom: 3px solid #bed600;
}
.home-2 .bottom .item .slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.home-2 .bottom .item .slick-current li .name {
  opacity: 1;
}
.home-2 .bottom .item .prev0 li {
  -webkit-transform-origin: 90% 70%;
  -moz-transform-origin: 90% 70%;
  -ms-transform-origin: 90% 70%;
  transform-origin: 90% 70%;
}
.home-2 .bottom .item .next0 li {
  -webkit-transform-origin: 10% 70%;
  -moz-transform-origin: 10% 70%;
  -ms-transform-origin: 10% 70%;
  transform-origin: 10% 70%;
}
.home-2 .bottom span.arrow {
  width: 1.6em;
  height: 1.6em;
  line-height: 1.6em;
  text-align: center;
  border-radius: 50%;
  background-color: #bed600;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3) inset;
  position: absolute;
  top: 30%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
}
.home-2 .bottom span.arrow.arrow_l {
  left: 10%;
}
.home-2 .bottom span.arrow.arrow_r {
  right: 10%;
}
.home-2 .bottom span.arrow:hover {
  background-color: #3e3d40;
  color: #bed600;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@-moz-keyframes spin2 {
  from {
    -moz-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin2 {
  from {
    -webkit-transform: rotate(-1turn);
    -moz-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
.home-3::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -150vw;
  bottom: 30%;
  width: 400vw;
  height: 400vw;
  background-color: var(--color);
  border-radius: 0 0 50% 50%;
}
.home-3 .Tag {
  margin-bottom: -1em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), color-stop(70%, transparent));
  background: -webkit-linear-gradient(top, white 40%, transparent 70%);
  background: -moz-linear-gradient(top, white 40%, transparent 70%);
  background: linear-gradient(to bottom, white 40%, transparent 70%);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
}
.home-3 .Tag span {
  font-size: 1.43em;
}
.home-3 .list {
  padding: 0 2%;
}
.home-3 .list li .box {
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
  width: 110%;
  margin-left: -5%;
  position: relative;
  -webkit-box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
}
.home-3 .list li .box::before,
.home-3 .list li .box::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  transition: opacity .5s ease;
}
.home-3 .list li .box::before {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.6)));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.6) 100%);
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.6) 100%);
  background-image: linear-gradient(rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.6) 100%);
}
.home-3 .list li .box::after {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #3e3d40), to(rgba(62, 61, 64, 0.6)));
  background-image: -webkit-linear-gradient(#3e3d40 45%, rgba(62, 61, 64, 0.6) 100%);
  background-image: -moz-linear-gradient(#3e3d40 45%, rgba(62, 61, 64, 0.6) 100%);
  background-image: linear-gradient(#3e3d40 45%, rgba(62, 61, 64, 0.6) 100%);
  opacity: 0;
}
.home-3 .list li .box .icon i {
  position: relative;
  z-index: 1;
}
.home-3 .list li .box .icon i::before,
.home-3 .list li .box .icon i::after {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  -webkit-transform-origin: 50% 30%;
  -moz-transform-origin: 50% 30%;
  -ms-transform-origin: 50% 30%;
  transform-origin: 50% 30%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-3 .list li .box .icon i::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: #bed600;
  right: 100%;
  top: 78%;
  -webkit-animation: spin2 3s linear infinite;
  -moz-animation: spin2 3s linear infinite;
  animation: spin2 3s linear infinite;
}
.home-3 .list li .box .icon i::after {
  content: "";
  width: 32px;
  height: 32px;
  background-color: #bed600;
  left: 80%;
  top: 60%;
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}
.home-3 .list li .box .icon img {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-3 .list li .box .num {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-3 .list li .box p {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-3 .list li .box:hover::before {
  opacity: 0;
}
.home-3 .list li .box:hover::after {
  opacity: 1;
}
.home-3 .list li .box:hover .icon i::after {
  background-color: #bed600;
}
.home-3 .list li .box:hover .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.home-3 .list li .box:hover .num {
  color: #FFFFFF;
}
.home-3 .list li .box:hover p {
  color: #FFFFFF;
}
.home-4 {
  background-image: url(../images/home4-bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
.home-4 .Tit {
  line-height: 1.2;
}
.home-4 .Tit span {
  color: var(--color2);
}
.home-4 .box {
  left: 48%;
  top: 15%;
}
.home-4 .box .mask {
  width: 108%;
  left: -4%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.home-4 .box .img {
  width: 70%;
  margin: auto;
  text-align: center;
}
.home-4 .box .img img {
  border-radius: 10px;
}
.home-4 .box li > div {
  aspect-ratio: 1;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 43px rgba(150, 150, 150, 0.16);
  box-shadow: 0 0 43px rgba(150, 150, 150, 0.16);
  border-radius: 50%;
  -webkit-transform-origin: 50% 40%;
  -moz-transform-origin: 50% 40%;
  -ms-transform-origin: 50% 40%;
  transform-origin: 50% 40%;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.home-4 .box li > div:hover {
  background-color: #3e3d40;
  color: #bed600;
}
@media (min-width: 1001px) {
  .home-4 .box li:nth-of-type(odd) > div {
    -webkit-animation: spin 8s linear infinite;
    -moz-animation: spin 8s linear infinite;
    animation: spin 8s linear infinite;
  }
  .home-4 .box li:nth-of-type(odd) > div span {
    -webkit-animation: spin2 8s linear infinite;
    -moz-animation: spin2 8s linear infinite;
    animation: spin2 8s linear infinite;
  }
  .home-4 .box li:nth-of-type(even) > div {
    -webkit-animation: spin2 5s linear infinite;
    -moz-animation: spin2 5s linear infinite;
    animation: spin2 5s linear infinite;
  }
  .home-4 .box li:nth-of-type(even) > div span {
    -webkit-animation: spin 5s linear infinite;
    -moz-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
  }
  .home-4 .box li:nth-of-type(1) {
    width: 25%;
    left: -5%;
    bottom: -18%;
  }
  .home-4 .box li:nth-of-type(2) {
    width: 16%;
    left: -13%;
    bottom: 41%;
  }
  .home-4 .box li:nth-of-type(3) {
    width: 20%;
    left: 3%;
    top: -28%;
  }
  .home-4 .box li:nth-of-type(4) {
    width: 17%;
    left: 38%;
    top: -45%;
  }
  .home-4 .box li:nth-of-type(5) {
    width: 25%;
    left: 70%;
    top: -30%;
  }
  .home-4 .box li:nth-of-type(6) {
    width: 20%;
    left: 90%;
    top: 25%;
  }
  .home-4 .box li:nth-of-type(7) {
    width: 16%;
    left: 95%;
    top: 90%;
  }
  .home-4 .box li:nth-of-type(8) {
    width: 20%;
    left: 70%;
    top: 83%;
  }
}
.home-5 .left .img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/news-mask.png) no-repeat center;
  background-size: cover;
}
.home-5 .left .content {
  width: 84%;
  left: 8%;
  bottom: 5%;
  color: #FFFFFF;
}
.home-5 .right li {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}
.home-5 .right li:first-of-type {
  padding-top: 0;
}
.home-5 .right li:last-of-type {
  border-bottom: 0;
}
.home-5 .slickDots ul li {
  width: 3.6em;
  height: .6em;
  border-radius: 1.8em;
  border: 0;
  background-color: #000000;
  opacity: .2;
  margin: 0 .8em;
}
.home-5 .slickDots ul li.slick-active {
  background-color: #bed600;
  opacity: 1;
}
#footer .footer-top .top {
  border-bottom: 1px solid rgba(156, 158, 159, 0.3);
}
#footer .footer-top .top .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 4em;
}
#footer .footer-top .top .right ul li {
  text-transform: uppercase;
}
#footer .footer-top .top .right ul li:hover {
  color: #bed600;
}
#footer .footer-top .top .right ul li ul {
  display: none;
}
#footer .footer-top .bottom .footer-block h6 {
  font-weight: 300;
}
#footer .footer-top .bottom .form input {
  font-weight: 300;
  padding-bottom: 10px;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(156, 158, 159, 0.6);
}
#footer .footer-bottom {
  background-color: #dadada;
}
#footer .footer-bottom img.login {
  height: 18px;
}
#ewm {
  width: 133px;
  border: 8px solid #FFFFFF;
}
#goback {
  position: fixed;
  z-index: 99;
  right: 4%;
  bottom: 15%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #bed600;
  font-size: 30px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  cursor: pointer;
  display: none;
}
#goback:hover {
  color: #FFFFFF;
  background-color: #3e3d40;
}
@media (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1em;
  }
}
@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 .7em;
  }
}
@media (max-width: 1250px) {
  #footer .footer-top .top .right ul {
    grid-column-gap: 3em;
  }
}
@media (max-width: 1000px) {
  .home-3 .list li {
    width: 33.33%;
    margin-top: 0;
  }
  .home-3 .list li .box {
    margin-bottom: -20%;
  }
  .home-4 {
    margin-bottom: 0;
  }
  .home-4 .box {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
  }
  .home-4 .box .img {
    width: 100%;
  }
  .home-4 .box .mask {
    display: none;
  }
  .home-4 .box 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;
    margin: -10px;
  }
  .home-4 .box ul li {
    position: static;
    width: 25%;
    padding: 10px;
  }
  #footer .footer-top .top .right {
    display: none;
  }
  #goback {
    display: none!important;
  }
  .hide-1000 {
    display: none;
  }
}
@media (max-width: 500px) {
  .home-3 .list li {
    width: 50%;
  }
  .home-3 .list li .box {
    margin-bottom: -10%;
  }
  .home-4 .box ul li {
    width: 50%;
  }
}





.img_sca {
  overflow: hidden;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}


.moreCont .moreCir {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: #bed600;
  margin-right: 20px;
}
.moreCont .moreCir .moreImg {
  width: 13px;
  height: 13px;
}
.moreCont:hover .moreCir {
  background-color: #000;
}
.moreCont:hover .moreCir .moreImg {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 500px) {
  .moreCont .moreCir {
    margin-right: 10px;
  }

  .moreCont .moreCir {
    width: 48px;
    height: 48px;
  }
}



@-webkit-keyframes pro_ani_1 {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-moz-keyframes pro_ani_1 {
  0% {
    -moz-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -moz-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-o-keyframes pro_ani_1 {
  0% {
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@keyframes pro_ani_1 {
  0% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-webkit-keyframes rotate_ani {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate_ani {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate_ani {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate_ani {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.inner-banner {
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-height: 150px;
  padding: 50px;
}
.inner-banner .container {
  color: #fff;
}
.inner-banner .container .imgC .img {
  width: 85px;
  height: 50px;
  margin-top: 10px;
}
.inner-banner .container .imgC .text {
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
  padding-left: 16px;
}
.inner-banner .container .catName {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 10px;
}
.inner-banner .container .catName span {
  display: inline-block;
  position: relative;
}
.inner-banner .container .catDes {
  margin: 30px 0;
  max-width: 1030px;
}
.inner-banner .container .mbx {
  margin-top: 10px;
}
.inner-banner .container .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: #bed600;
}
.about-page .init-1 .container .left {
  padding-right: 60px;
  width: 46%;
}
.about-page .init-1 .container .left .title1 {
  display: block;
}
.about-page .init-1 .container .left .title1 img {
  display: block;
  margin: auto;
}
.about-page .init-1 .container .left .title2 {
  color: #3e3d40;
  text-align: center;
  margin-top: 20px;
}
.about-page .init-1 .container .left .title3 {
  margin-top: 20px;
  color: var(--color2);
}
.about-page .init-1 .container .left .title3 .playTips{
  font-size: 40px;
  margin-left: 20px;
  margin-top: 10px;
  font-weight: 500;
}
.about-page .init-1 .container .left .title3 .play {
  position: relative;
  margin: 10px 0 0 50px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #bed600;
  color: #fff;
}
.about-page .init-1 .container .left .title3 .play .img {
  width: 26px;
  height: 26px;
  position: relative;
}
.about-page .init-1 .container .left .title3 .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #bed600;
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.about-page .init-1 .container .left .title3 .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page .init-1 .container .right {
  padding-left: 40px;
  width: 54%;
}
.about-page .init-1 .container .right .title {
  color: #3e3d40;
  /*padding-left: 36px;*/
  font-family: var(--font);
}
.about-page .init-1 .container .right .des {
  color: #666666;
  /*text-indent: 36px;*/
  line-height: 1.8;
  margin-top: 20px;
}
.about-page .init-2 {
  overflow: hidden;
}
.about-page .init-2 .container {
  overflow: hidden;
  height: 700px;
}
.about-page .init-2 .container img {
  display: block;
  width: 100%;
}
.about-page .init-3 {
  margin-top: -24px;
}
.about-page .init-3 .container ul {
  padding-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-3 .container ul li {
  padding: 0 5px;
}
.about-page .init-3 .container ul li .box .top {
  font-size: 60px;
  line-height: 1;
  font-weight:bold;
}
.about-page .init-3 .container ul li .box .top .sub {
  font-size: 30px;
}
.about-page .init-3 .container ul li .box .bottom {
  color: #777777;
  margin-top: 10px;
}
.about-page .init-3 .container ul li .box:hover .top {
  color: #bed600;
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-4 .container .tipsTitle {
  text-align: center;
  color: #3e3d40;
  font-family: var(--font);
}
.about-page .init-4 .container .content {
  position: relative;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 10px auto 0;
}
.about-page .init-4 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 0 0 20px rgba(155, 155, 155, 0.5);
  box-shadow: 0 0 20px rgba(155, 155, 155, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.about-page .init-4 .container .content .btn.slick-disabled{
  opacity: 0;
  pointer-events: none;
}
.about-page .init-4 .container .content .btn i {
  width: 20px;
  height: 20px;
}
.about-page .init-4 .container .content .btn:hover {
  background-color: #bed600;
}
.about-page .init-4 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-4 .container .content .prev {
  left: 0;
}
.about-page .init-4 .container .content ul li {
  padding: 0 20px;
}
.about-page .init-4 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page .init-4 .container .content ul li .box .num {
  font-size: 480px;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 229, 229, 0.6);
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .init-4 .container .content ul li .box .desC {
  height: 200px;
  padding-right: 10px;
  overflow-y: hidden;
}
.about-page .init-4 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.about-page .init-4 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 20px auto 0;
  position: relative;
}
.about-page .init-4 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #a6a6a6;
}
.about-page .init-4 .container .content2 ul .slick-track {
  margin-left: 0;
}
.about-page .init-4 .container .content2 ul .slick-current li .box .num {
  color: #bed600;
}
.about-page .init-4 .container .content2 ul .slick-current li .box .cir {
  background-color: #bed600;
}
.about-page .init-4 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .init-4 .container .content2 ul li .box .num {
  font-size: 24px;
  line-height: 1;
}
.about-page .init-4 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #3e3d40;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
.about-page .init-5 .container .tipsTitle {
  text-align: center;
  color: #3e3d40;
  font-family: var(--font);
}

.about-page .init-5 .container .content ul li {
  position: relative;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 25%;
}
.about-page .init-5 .container .content ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #bed600;
  border-radius: 50%;
  bottom: -5px;
  right: -5px;
  z-index: 2;
}
.about-page .init-5 .container .content ul li .box {
  height: 100%;
}
.about-page .init-5 .container .content ul li .box .imgC {
  padding: 20px;
  height: 100%;
}
.about-page .init-5 .container .content ul li .box .imgC img {
  max-width: 100%;
}
.about-page .init-5 .container .content ul li:nth-child(-n+6) {
  border-top: none;
}
.about-page .init-5 .container .content ul li:nth-child(6n) {
  border-right: none;
}
.about-page .init-6 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-6 .container .left {
  width: 35%;
}
.about-page .init-6 .container .left .tipsTitle {
  color: #bed600;
  font-weight:bold;
}
.about-page .init-6 .container .left .tipsDes {
  color: #666666;
  margin-top: 30px;
  /*text-indent: 36px;*/
  line-height: 1.8;
}
.about-page .init-6 .container .left .img {
  margin-top: 60px;
}
.about-page .init-6 .container .left .img img {
  width: 100%;
}
.about-page .init-6 .container .right {
  width: 59%;
  margin: 10px 0 0 auto;
}
@media (max-width: 1800px) {
  .inner-banner .container .catName {
    font-size: 80px;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 400px;
  }
}
@media (max-width: 1500px) {
  .font-80 {
    font-size: 60px;
  }
  .about-page .init-2 .container {
    height: 600px;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 300px;
  }
}
@media (max-width: 1250px) {
  .inner-banner {
    min-height: 550px;
  }
  .inner-banner .container .catName {
    font-size: 60px;
  }
  .about-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    text-align: center;
  }
  .about-page .init-1 .container .right .title {
    padding-left: 0;
  }
  .about-page .init-2 .container {
    height: 530px;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 200px;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
    background: #000 !important;
    min-height: auto;
    padding: 40px 0;
  }
  .inner-banner .container .catName {
    font-size: 60px;
  }
  .about-page .init-1 .container .left .title1 img {
    max-width: 400px;
    width: 100%;
  }
  .about-page .init-3 .container ul li .box .top {
    font-size: 40px;
  }
  .about-page .init-2 .container {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 160px;
  }
  .about-page .init-4 .container .content {
    width: 100%;
  }
  .about-page .init-5 .container .content ul li .box .imgC {
    padding: 10px;
  }
  .about-page .init-6 .container .left {
    width: 100%;
  }
  .about-page .init-6 .container .right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .about-page .init-2 .container {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 130px;
  }
}
@media (max-width: 500px) {
  .font-80 {
    font-size: 24px;
  }
  .inner-banner .container .imgC .img {
    width: 30px;
    height: 30px;
    margin-top: 4px;
  }
  .inner-banner .container .imgC .text {
    padding-left: 8px;
  }
  .about-page .init-1 .container .left .title2 {
    margin-top: 30px;
  }
  .about-page .init-1 .container .right .des {
    /*text-indent: 32px;*/
  }
  .about-page .init-1 .container .left .title3 .play {
    margin-left: 30px;
  }
  .inner-banner .container .catName {
    font-size: 24px;
  }
  .about-page .init-3 {
    margin-top: 20px;
  }
  .about-page .init-3 .container ul{
    padding-top: 0;
  }
  .about-page .init-3 .container ul li {
    margin-top: 20px;
    width: 50%;
  }
  .about-page .init-3 .container ul li .box .top {
    font-size: 30px;
  }
  .about-page .init-4 .container .content {
    padding-top: 80px;
  }
  .about-page .init-4 .container .content .btn {
    width: 40px;
    height: 40px;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 50%;
  }
  .about-page .init-4 .container .content .prev {
    left: -webkit-calc(0%);
    left: -moz-calc(0%);
    left: calc(50% - 50px);
  }
  .about-page .init-4 .container .content .next {
    left: -webkit-calc(60%);
    left: -moz-calc(60%);
    left: calc(50% + 10px);
  }
  .about-page .init-4 .container .content ul li {
    padding: 0 10px;
  }
  .about-page .init-4 .container .content ul li .box {
    padding: 0;
  }
  .about-page .init-4 .container .content ul li .box .num {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .init-4 .container .content ul li .box .desC {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 60px;
  }
  .about-page .init-4 .container .content ul li .box .desC {
    text-align: left;
    margin-top: 20px;
  }
  .about-page .init-4 .container .content ul li .box .desC .des {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
  .about-page .init-4 .container .content2 {
    width: 100%;
  }
  .about-page .init-5 .container .content .contC {
    padding-right: 4px;
    overflow-y: auto;
    max-height: 400px;
  }
  .about-page .init-5 .container .content ul li {
    width: 33.33%;
  }
  .about-page .init-6 .container .left .tipsDes {
    /*text-indent: 32px;*/
  }
  .about-page .init-6 .container .left .img {
    margin-top: 30px;
  }
}
.solution-page .init-1 {
  padding-top: 210px;
  position: relative;
  z-index: 2;
}
.solution-page .init-1 .subText {
  font-size: 300px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: bold;
  z-index: -1;
  color: #f3f3f3;
}
.solution-page .init-1 .container .tipsTitle {
  position: relative;
  text-align: center;
}
.solution-page .init-1 .container .tipsDes {
  position: relative;
  margin: auto;
  max-width: 700px;
  text-align: center;
}
.solution-page .init-1 .container .imgSub {
  display: block;
  margin: -60px auto 0;
  position: relative;
  z-index: -1;
}
.solution-page .init-1 .container .desC {
  overflow: hidden;
  border-radius: 20px;
  -o-background-size: cover;
  background-size: cover;
  text-align: left;
  min-height: 500px;
  color: #fff;
  padding: 10px 90px;
}

.solution-page .init-1 .container .desC .des {
  max-width: 1300px;
  margin-top: 24px;
}
.solution-page .init-2 .container .left {
  width: 58%;
}
.solution-page .init-2 .container .left img {
  width: 100%;
}
.solution-page .init-2 .container .right {
  width: 36%;
  margin-left: auto;
}
.solution-page .init-2 .container .right .des {
  color: #666666;
  margin-top: 24px;
  /*text-indent: 36px;*/
}
.solution-page .init-3 {
  -o-background-size: cover;
  background-size: cover;
}
.solution-page .init-3 .container .left {
  width: 36%;
}
.solution-page .init-3 .container .left .des {
  color: #666666;
  margin-top: 20px;
  /*text-indent: 36px;*/
}
.solution-page .init-3 .container .right {
  width: 60%;
  margin-left: auto;
}
.solution-page .init-3 .container .right .rightL {
  width: 49%;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.solution-page .init-3 .container .right .rightL img {
  display: block;
  max-width: unset;
}
.solution-page .init-3 .container .right .rightR {
  width: 45%;
  margin-left: auto;
}
.solution-page .init-3 .container .right .rightR .img1 {
  overflow: hidden;
  border-radius: 10px;
  height: 290px;
  border-bottom-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img1 img {
  height: 100%;
  max-width: unset;
  display: block;
}
.solution-page .init-3 .container .right .rightR .img2 {
  margin-top: 50px;
  height: 290px;
  border-radius: 10px;
  overflow: hidden;
  border-top-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img2 img {
  height: 100%;
  display: block;
  max-width: unset;
}
.solution-page .init-4 .container .tipsTitle {
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: var(--font);
}
.solution-page .init-4 .container .content {
  margin-top: 90px;
}
.solution-page .init-4 .container .content ul {
  margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
  width: 25%;
  padding: 0 25px;
}
.solution-page .init-4 .container .content ul li .box {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.solution-page .init-4 .container .content ul li .box .img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 270px;
  margin: auto;
  display: block;
  margin-top: -110px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
  display: block;
  width: 52px;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
  margin-top: -40px;
  text-align: center;
  position: relative;
  z-index: 2;
  font-family: var(--font);
}
.solution-page .init-4 .container .content ul li .box .des {
  margin-top: 20px;
  color: #666666;
  text-align: center;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
  -webkit-transform: rotateX(36deg);
  -moz-transform: rotateX(36deg);
  transform: rotateX(36deg);
}
.solution-page .init-5 .container .cont {
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 70px 80px;
}
.solution-page .init-5 .container .cont .tips {
  text-align: center;
  font-family: var(--font);
}
.solution-page .init-5 .container .cont .content {
  margin-top: 20px;
}
.solution-page .init-5 .container .cont .content form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.solution-page .init-5 .container .cont .content form .list {
  padding: 0 6px;
  margin-top: 12px;
  width: 33.33%;
}
.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 16px 24px;
}
.solution-page .init-5 .container .cont .content form .w-66 {
  width: 66.66%;
}
.solution-page .init-5 .container .cont .content form .w-100 {
  width: 100%;
}
.solution-page .init-5 .container .cont .content form .btn {
  max-width: 100%;
  margin: 20px auto 0;
  width: 310px;
  background-color: #bed600;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  border: 0;
  cursor: pointer;
}
.solution-page .init-5 .container .cont .content form .btn:hover {
  background-color: #000;
}
@media (max-width: 1800px) {
  .solution-page .init-1 {
    padding-top: 140px;
  }
  .solution-page .init-1 .subText {
    font-size: 200px;
  }
}
@media (max-width: 1250px) {
  .solution-page .init-1 .subText {
    font-size: 100px;
  }
  .solution-page .init-4 .container .content ul li {
    width: 50%;
    margin-top: 60px;
  }
}
@media (max-width: 1000px) {
  .solution-page .init-1 {
    padding-top: 40px;
  }
  .solution-page .init-1 .subText {
    display: none;
  }
  .solution-page .init-1 .container .tipsDes {
    padding-top: 40px;
  }
  .solution-page .init-1 .container .desC {
    padding: 10px 20px;
  }
  .solution-page .init-2 .container .left {
    width: 100%;
  }
  .solution-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-3 .container .left {
    width: 100%;
  }
  .solution-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-4 .container .content ul {
    margin: 0 -16px;
  }
  .solution-page .init-4 .container .content ul li {
    padding: 0 16px;
  }
  .solution-page .init-5 .container .cont {
    padding: 60px 16px;
  }
}
@media (max-width: 700px) {
  .solution-page .init-4 .container .content ul li {
    width: 100%;
  }
  .solution-page .init-5 .container .cont .content form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .solution-page .init-1 .container .tipsDes {
    padding-top: 20px;
  }
  .solution-page .init-3 .container .right .rightL {
    width: 100%;
  }
  .solution-page .init-3 .container .right .rightR {
    width: 100%;
    margin-top: 10px;
  }
  .solution-page .init-3 .container .right .rightR .img2 {
    margin-top: 10px;
    height: auto;
  }
  .solution-page .init-3 .container .right .rightL img {
    max-width: 100%;
  }
  .solution-page .init-3 .container .right .rightR .img1 {
    height: auto;
  }
  .solution-page .init-3 .container .right .rightR .img1 img {
    max-width: 100%;
  }
  .solution-page .init-3 .container .right .rightR .img2 img {
    width: 100%;
  }
  .solution-page .init-4 .container .content {
    margin-top: 20px;
  }
  .solution-page .init-5 .container .cont {
    padding: 40px 16px;
  }
  .solution-page .init-5 .container .cont .content form .list input,
  .solution-page .init-5 .container .cont .content form .list textarea {
    padding: 8px 10px;
  }
  .solution-page .init-5 .container .cont .content form .btn {
    padding: 4px 10px;
  }
}

.product-page {
  background-color: #fafafa;
  background-repeat: no-repeat;
}

.product-page .init-1 .container .titleC .left {
  width: -webkit-calc(30%);
  width: -moz-calc(30%);
  width: calc(100% - 70px);
  padding-right: 10px;
}
.product-page .init-1 .container .titleC .left .mbx {
  color: #777777;
}
.product-page .init-1 .container .titleC .left .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .init-1 .container .titleC .left .mbx a:hover {
  color: #bed600;
}
.product-page .init-1 .container .titleC .left .catName {
  margin-top: 10px;
  font-weight:bold;
}
.product-page .init-1 .container .titleC .btn {
  margin-top: 30px;
  cursor: pointer;
  width: 70px;
  height: 70px;
  background-color: #bed600;
  border-radius: 50%;
}
.product-page .init-1 .container .titleC .btn .cont {
  height: 30px;
  width: 18px;
  overflow: hidden;
  position: relative;
}
.product-page .init-1 .container .titleC .btn .cont .img {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: pro_ani_1 2s linear infinite;
  -moz-animation: pro_ani_1 2s linear infinite;
  -o-animation: pro_ani_1 2s linear infinite;
  animation: pro_ani_1 2s linear infinite;
}
.product-page .init-1 .container .titleC .btn .cont .img2 {
  -webkit-animation-delay: -1s;
  -moz-animation-delay: -1s;
  -o-animation-delay: -1s;
  animation-delay: -1s;
}
.product-page .init-1 .container .titleC .btn:hover {
  background-color: #000;
}
.product-page .init-1 .container .des {
  color: #777;
  margin-top: 20px;
  /*text-indent: 36px;*/
}
.product-page .init-2 .container .content ul {
  margin: 0 -25px;
}
.product-page .init-2 .container .content ul li {
  width: 33.33%;
  padding: 0 25px;
  margin-top: 40px;
}
.product-page .init-2 .container .content ul li .box {
  padding: 10px;
  position: relative;
  background-color: #fff;
}
.product-page .init-2 .container .content ul li .box a {
  display: block;
}
.product-page .init-2 .container .content ul li .box .img img {
  min-height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}
.product-page .init-2 .container .content ul li .box .moreCont {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-page .init-2 .container .content ul li .box + .text {
  background: -webkit-gradient(linear, left top, right top, from(#bed600), to(#bed600)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, #bed600 0%, #bed600 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, #bed600 0%, #bed600 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, #bed600 0%, #bed600 100%) 0px 100% / 0px 1px no-repeat;
}
.product-page .init-2 .container .content ul li .box:hover + .text {
  background-size: 100% 1px;
}
.product-page .init-2 .container .content ul li .box:hover {
  background-color: #fff;
}
.product-page .init-2 .container .content ul li .box:hover .moreCont {
  opacity: 1;
}
.m-page a,
.m-page span {
  width: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #bed600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 5px;
  border-radius: 4px;
  color: #bed600;
}
.m-page a.current,
.m-page span.current,
.m-page a:hover,
.m-page span:hover {
  color: #000;
  background-color: #bed600;
}
@media (max-width: 1500px) {
  .product-page .init-1 {
    padding-top: 120px;
  }
}
@media (max-width: 1000px) {
  .product-page .init-1 {
    padding-top: 80px;
  }
  .product-page .init-2 .container .content ul {
    margin: 0 -10px;
  }
  .product-page .init-2 .container .content ul li {
    width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 700px) {
  .product-page .init-1 .container .titleC .left {
    padding-right: 0;
    width: 100%;
  }
  .product-page .init-1 .container .titleC .btn {
    width: 50px;
    height: 50px;
    margin-top: 20px;
  }
  .product-page .init-2 .container .content ul li .box .img img {
    min-height: unset;
  }
  .product-page .init-2 .container .content ul li .box .text {
    position: relative;
    bottom: 0;
    margin-top: 16px;
  }
}
@media (max-width: 500px) {
  .product-page .init-1 .container .des {
    /*text-indent: 32px;*/
  }
  .product-page .init-2 .container .content ul li {
    width: 100%;
  }
}
.prodet-page {
  -o-background-size: auto;
  background-size: auto;
  background-position: top left;
  background-color: #fafbfd;
}
.prodet-page .init-1 {
  padding-top: 60px;
}
.prodet-page .init-1 .container .titleC .left {
  width: -webkit-calc(-70%);
  width: -moz-calc(-70%);
  width: calc(100% - 170px);
  padding-right: 10px;
}
.prodet-page .init-1 .container .titleC .left .mbx {
  color: #777777;
}
.prodet-page .init-1 .container .titleC .left .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-1 .container .titleC .left .mbx a:hover {
  color: #bed600;
}
.prodet-page .init-1 .container .titleC .left .title {
  text-transform: uppercase;
  margin-top: 10px;
  font-weight:bold;
}
.prodet-page .init-1 .container .titleC .left .des {
  margin-top: 10px;
  color: #bed600;
}
.prodet-page .init-1 .container .titleC .right .btn {
  margin-top: 30px;
  cursor: pointer;
}
.prodet-page .init-1 .container .titleC .right .btn .text {
  width: 80px;
  text-align: right;
  color: #777777;
}
.prodet-page .init-1 .container .titleC .right .btn .imgC {
  width: 70px;
  height: 70px;
  background-color: #bed600;
  border-radius: 50%;
  margin-left: 20px;
}
.prodet-page .init-1 .container .titleC .right .btn .imgC .img {
  width: 16px;
  height: 16px;
}
.prodet-page .init-1 .container .titleC .right .btn:hover .imgC {
  background-color: #3e3d40;
}
.prodet-page .init-1 .container .img2 {
  display: block;
  text-align: center;
  position: relative;
}
.prodet-page .init-1 .container .img2 .play{
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.prodet-page .init-1 .container .img2 .play .cont{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bed600;
  border-radius: 50%;
  font-size: 30px;
  color: #fff;
}
.prodet-page .init-1 .container .img2 .play .cont i{
  margin-left: 6px;
}
.prodet-page .init-1 .container .img2 .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bed600;
  border-radius: 50%;
  animation: 3s ks linear infinite;
}
.prodet-page .init-1 .container .img2 .play .ling:first-child{
  animation-delay: -1.5s;
}

.prodet-page .init-1 .container .img2 img {
  max-height: 700px;
}
.prodet-page .init-1 .container .content {
  margin-top: 30px;
}
.prodet-page .init-1 .container .content .left {
  width: 37%;
}
.prodet-page .init-1 .container .content .left .des {
  color: #666666;
  margin-top: 10px;
  max-height: 170px;
    padding-right: 20px;
margin-bottom: 30px;
overflow: auto;
}
.prodet-page .init-1 .container .content .right {
  width: 58%;
  margin-left: auto;
}
.prodet-page .init-1 .container .content .right .img {
  margin-top: 20px;
}
.prodet-page .init-1 .container .content .right .img img{
  width: 100%;
}
.prodet-page .init-1 .container .m-link {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #b2b2b2;
  margin-top: 50px;
}
.prodet-page .init-1 .container .m-link a {
  padding-right: 10px;
  margin-top: 16px;
  color: #666666;
  border-bottom: 3px solid transparent;
  transition: .5s ease;
}
.prodet-page .init-1 .container .m-link a:hover {
  color: #3e3d40;
  border-color: #bed600;
}
.prodet-page .init-2 {
  margin-top: 60px;
}
.prodet-page .init-2 .container {
  overflow: unset;
  -webkit-box-shadow: 0 0 30px rgba(85, 156, 255, 0.1);
  box-shadow: 0 0 30px rgba(85, 156, 255, 0.1);
}
.prodet-page .init-2 .container .titleC {
  background-color: #bed600;
  padding: 0 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-around;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
  position: sticky;
  top: 100px;
  z-index: 2;
  
}
.prodet-page .init-2 .container .titleC .list {
  margin: 0 5px;
  padding: 12px 0;
  color: #3e3d40;
  cursor: pointer;
}
.prodet-page .init-2 .container .titleC .list .cir {
  background-color: #3e3d40;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 7px 12px 0 0;
}
.prodet-page .init-2 .container .titleC .list:hover,
.prodet-page .init-2 .container .titleC .list.active {
  color: var(color);
  font-weight: bold;
}
.prodet-page .init-2 .container .titleC .list:hover .cir,
.prodet-page .init-2 .container .titleC .list.active .cir {
  background-color: var(color);
}
.prodet-page .init-2 .container .contentC {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
}
.prodet-page .init-2 .container .contentC .list {
  padding-left: 80px;
  padding-right: 80px;
}
.prodet-page .init-2 .container .contentC .list .titleC2 {
  border-bottom: 1px solid #9c9c9c;
  padding-bottom: 10px;
}
.prodet-page .init-2 .container .contentC .list .titleC2 .btnC {
  margin-left: auto;
}
.prodet-page .init-2 .container .contentC .list .titleC2 .btnC .btn {
  width: 34px;
  height: 34px;
  background-color: #d3d3d3;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 10px;
}
.prodet-page .init-2 .container .contentC .list .titleC2 .btnC .btn .img {
  width: 12px;
  height: 12px;
}
.prodet-page .init-2 .container .contentC .list .titleC2 .btnC .btn:hover {
  background-color: #bed600;
}

.prodet-page .init-2 .container .contentC .list .content table{
  border: none;
}
.prodet-page .init-2 .container .contentC .list .content1 tr td {
  min-width: 120px;
  border: 1px solid #fff;
}

.prodet-page .init-2 .container .contentC .list .content6 form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.prodet-page .init-2 .container .contentC .list .content6 form .list {
  padding: 0 6px;
  margin-top: 12px;
  width: 33.33%;
}
.prodet-page .init-2 .container .contentC .list .content6 form .list input,
.prodet-page .init-2 .container .contentC .list .content6 form .list textarea {
  width: 100%;
  background-color: #f5f5f5;
  border: none;
  padding: 16px 24px;
}
.prodet-page .init-2 .container .contentC .list .content6 form .w-66 {
  width: 66.66%;
}
.prodet-page .init-2 .container .contentC .list .content6 form .w-100 {
  width: 100%;
}
.prodet-page .init-2 .container .contentC .list .content6 form .btn {
  max-width: 100%;
  margin-top: 20px;
  width: 310px;
  background-color: #bed600;
  color: #fff;
  text-align: center;
  padding: 8px 10px;
  border: 0;
  cursor: pointer;
}
.prodet-page .init-2 .container .contentC .list .content6 form .btn:hover {
  background-color: #3e3d40;
}
.relatedProduct .container .tipsTitle {
  text-align: center;
  font-family: var(--font);
}
.relatedProduct .container .content {
  margin-top: 40px;
}
.relatedProduct .container .content .swiper {
  margin: 0 -25px;
}
.relatedProduct .container .content .swiper ul li {
  width: 33.33%;
  padding: 0 25px;
}
.relatedProduct .container .content .swiper ul li .box {
  padding: 10px;
  position: relative;
  height: 100%;
  background-color: #fff;
}
.relatedProduct .container .content .swiper ul li .box a {
  display: block;
}

.relatedProduct .container .content .swiper ul li .box .moreCont {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.relatedProduct .container .content .swiper ul li .box .text {
  text-align: center;
  padding: 0 10px;
  bottom: 40px;
  position: absolute;
  width: 100%;
  left: 0;
}
.relatedProduct .container .content .swiper ul li .box + .text {
  background: -webkit-gradient(linear, left top, right top, from(#bed600), to(#bed600)) 0px 100% / 0px 1px no-repeat;
  background: -webkit-linear-gradient(left, #bed600 0%, #bed600 100%) 0px 100% / 0px 1px no-repeat;
  background: -moz-linear-gradient(left, #bed600 0%, #bed600 100%) 0px 100% / 0px 1px no-repeat;
  background: linear-gradient(to right, #bed600 0%, #bed600 100%) 0px 100% / 0px 1px no-repeat;
}
.relatedProduct .container .content .swiper ul li .box:hover + .text {
  background-size: 100% 1px;
}

.relatedProduct .container .content .swiper ul li .box:hover {
  background-color: #fff;
}
.relatedProduct .container .content .swiper ul li .box:hover .moreCont {
  opacity: 1;
}
@media (max-width: 1250px) {
  .prodet-page .init-1 {
    padding-top: 120px;
  }
  .prodet-page .init-2 .container .titleC {
    padding: 0 20px;
  }
  .prodet-page .init-2 .container .contentC .list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  .prodet-page .init-1 .container .titleC .left {
    width: 100%;
  }
  .prodet-page .init-1 .container .titleC .right {
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .titleC .right .btn {
    margin-top: 0;
  }
  .prodet-page .init-1 .container .titleC .right .btn .text {
    width: auto;
  }
  .prodet-page .init-1 .container .titleC .right .btn .imgC {
    width: 50px;
    height: 50px;
  }
  .prodet-page .init-1 .container .content .left {
    width: 100%;
  }
  .prodet-page .init-1 .container .content .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .m-link {
    margin-top: 30px;
  }
  .prodet-page .init-1 .container .m-link a {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .init-2 .container .titleC {
    display: none;
  }
  .prodet-page .init-2 .container .contentC {
    border-radius: 10px;
  }
}
@media (max-width: 700px) {
  .prodet-page .init-2 .container .contentC .list .titleC2 .tips {
    width: 100%;
  }
  .prodet-page .init-2 .container .contentC .list .titleC2 .btnC {
    margin-top: 10px;
  }
  .prodet-page .init-2 .container .contentC .list .content6 form .list {
    width: 100%;
    margin-top: 15px;
  }
  .relatedProduct .container .content .swiper ul li .box .img img {
    height: auto;
    min-height: 1px;
  }
  .relatedProduct .container .content .swiper ul li .box .text {
    position: relative;
    bottom: 0;
    margin-top: 16px;
  }
}
@media (max-width: 500px) {
  .prodet-page .init-1 {
    padding-top: 80px;
  }
  .prodet-page .init-1 .container .content .right {
    margin-top: 20px;
  }
  .prodet-page .init-1 .container .m-link a {
    margin-top: 8px;
  }
  .prodet-page .init-2 {
    margin-top: 40px;
  }
  .prodet-page .init-2 .container .contentC .list .content {
    margin-top: 20px;
  }

  .prodet-page .init-2 .container .contentC .list .content6 form .list {
    padding: 0;
  }
  .prodet-page .init-2 .container .contentC .list .content6 form .btn {
    margin-left: 0;
  }
  .relatedProduct .container .content {
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .contentC .list .content6 form .list input,
  .prodet-page .init-2 .container .contentC .list .content6 form .list textarea {
    padding: 8px 16px;
  }
  .prodet-page .init-2 .container .contentC .list .content6 form .btn {
    width: 100%;
    padding: 4px 16px;
  }
}
.interlligenza-page {
  background-position: top left;
  -o-background-size: auto;
  background-size: auto;
  background-color: #fdfdfd;
}
.interlligenza-page .init-1 {
  padding-top: 160px;
}
.interlligenza-page .init-1 .container .titleC .left {
  width: -webkit-calc(-70%);
  width: -moz-calc(-70%);
  width: calc(100% - 170px);
  padding-right: 10px;
}
.interlligenza-page .init-1 .container .titleC .left .mbx {
  color: #777777;
}
.interlligenza-page .init-1 .container .titleC .left .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.interlligenza-page .init-1 .container .titleC .left .mbx a:hover {
  color: #bed600;
}
.interlligenza-page .init-1 .container .titleC .left .title {
  text-transform: uppercase;
  margin-top: 10px;
  font-weight:bold;
}
.interlligenza-page .init-1 .container .titleC .left .des {
  margin-top: 10px;
  color: #bed600;
}
.interlligenza-page .init-1 .container .titleC .right .btn {
  margin-top: 30px;
  cursor: pointer;
}
.interlligenza-page .init-1 .container .titleC .right .btn .text {
  width: 80px;
  text-align: right;
  color: #777777;
}
.interlligenza-page .init-1 .container .titleC .right .btn .imgC {
  width: 70px;
  height: 70px;
  background-color: #bed600;
  border-radius: 50%;
  margin-left: 20px;
}
.interlligenza-page .init-1 .container .titleC .right .btn .imgC .img {
  width: 16px;
  height: 16px;
}
.interlligenza-page .init-1 .container .titleC .right .btn:hover .imgC {
  background-color: #000;
}
.interlligenza-page .init-1 .container .img2 {
  margin-top: 10px;
  text-align: center;
}
.interlligenza-page .init-1 .container .content {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
.interlligenza-page .init-1 .container .content .left {
  width: 28%;
}
.interlligenza-page .init-1 .container .content .left .des {
  color: #666666;
  margin-top: 20px;
  /*text-indent: 36px;*/
}
.interlligenza-page .init-1 .container .content .left .play {
  margin-top: 50px;
  color: #bed600;
  cursor: pointer;
}
.interlligenza-page .init-1 .container .content .left .play .cirC {
  margin-left: 18px;
  width: 40px;
  height: 40px;
  position: relative;
}
.interlligenza-page .init-1 .container .content .left .play .cirC .cirImg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: rotate_ani 6s linear infinite;
  -moz-animation: rotate_ani 6s linear infinite;
  -o-animation: rotate_ani 6s linear infinite;
  animation: rotate_ani 6s linear infinite;
}
.interlligenza-page .init-1 .container .content .left .play .cirC .cirImg {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 2;
  margin-left: 2px;
}
.interlligenza-page .init-1 .container .content .right {
  width: 58%;
  margin: 120px 0 0 auto;
}
.interlligenza-page .init-1 .container .content .right .swiper .swiper-slide .box .img {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(85, 156, 255, 0.1);
  box-shadow: 0 0 20px rgba(85, 156, 255, 0.1);
  display: block;
  padding: 10px;
}
.interlligenza-page .init-1 .container .content .right .swiper .swiper-slide .box .img img {
  width: 100%;
}
.interlligenza-page .init-1 .container .content .right .swiper .swiper-slide .box .text {
  text-align: center;
  margin-top: 10px;
}
.interlligenza-page .init-2 {
  background-color: #f5f7fb;
}
.interlligenza-page .init-2 .container .titleC .left {
  width: 50%;
  padding-right: 10px;
}
.interlligenza-page .init-2 .container .titleC .right {
  color: #666666;
  width: 500px;
  margin-left: auto;
}
.interlligenza-page .init-2 .container .content .img {
  display: block;
}
.interlligenza-page .init-2 .container .content .img img {
  width: 100%;
}
.interlligenza-page .init-3 {
  position: relative;
  z-index: 2;
      background-color: #f5f7fb;
}
.interlligenza-page .init-3 .container .infoC {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  width: 1160px;
  margin-left: auto;
}
.interlligenza-page .init-3 .container .infoC .img {
  display: block;
  width: 100%;
}
.interlligenza-page .init-3 .container .infoC .listCont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.interlligenza-page .init-3 .container .infoC .listCont .list {
  position: absolute;
  top: 308px;
  left: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.interlligenza-page .init-3 .container .infoC .listCont .list .cir {
  width: 14px;
  height: 14px;
  background-color: #bed600;
  border-radius: 50%;
  position: relative;
}
.interlligenza-page .init-3 .container .infoC .listCont .list .cir::before,
.interlligenza-page .init-3 .container .infoC .listCont .list .cir::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #bed600;
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.interlligenza-page .init-3 .container .infoC .listCont .list .cir::after {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.interlligenza-page .init-3 .container .infoC .listCont .list .cont {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  width: 270px;
  background-color: #bed600;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 30px;
  color: #fff;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
}
.interlligenza-page .init-3 .container .infoC .listCont .list .cont .des {
  margin-top: 10px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list:hover .cont {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.interlligenza-page .init-3 .container .infoC .listCont .list1 {
  left: 408px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list2 {
     left: 704px;
    top: 300px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list3 {
     left: 887px;
    top: 210px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list4 {
    left: 1070px;
    top: 240px;

}
.interlligenza-page .init-3 .container .infoC .listCont .list5 {
     left: 1120px;
    top: 150px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list6 {
      left: 950px;
    top: 110px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list7 {
  left: 707px;
    top: 50px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list8 {
     left: 520px;
    top: 12px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list9 {
     left: 350px;
    top: 46px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list10 {
  left: 1150px;
  top: 290px;
}
.interlligenza-page .init-3 .container .textC {
  position: absolute;
  bottom: 0;
  left: 0;
}
.interlligenza-page .init-3 .container .textC .list {
  margin-top: 10px;
}
.interlligenza-page .init-3 .container .textC .list .cir {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #bed600;
  margin-top: 14px;
}
.interlligenza-page .init-3 .container .textC .list .text {
  width: -webkit-calc(92%);
  width: -moz-calc(92%);
  width: calc(100% - 8px);
  padding-left: 20px;
}
@media (max-width: 1500px) {
  .interlligenza-page .init-1 {
    padding-top: 120px;
  }
  .prodet-page .init-2 .container .titleC{
    top: 108px;
  }
  .interlligenza-page .init-3 .container .infoC{
    margin-top: 10px;
  }
  .interlligenza-page .init-3 .container .textC{
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .interlligenza-page .init-3 .container .textC .list{
    margin-right: 30px;
  }
}
@media (max-width: 1250px) {
  .interlligenza-page .init-2 .container .titleC .left {
    width: 100%;
    padding-right: 0;
  }
  .interlligenza-page .init-2 .container .titleC .right {
    width: 100%;
    margin-top: 20px;
  }
  .interlligenza-page .init-3 .container .infoC {
    margin-top: 20px;
    width: 100%;
  }
  .interlligenza-page .init-3 .container .infoC .listCont {
    position: relative;
  }
  .interlligenza-page .init-3 .container .infoC .listCont .list {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    margin-top: 20px;
  }
  .interlligenza-page .init-3 .container .infoC .listCont .list .cir {
    display: none;
  }
  .interlligenza-page .init-3 .container .infoC .listCont .list .cont {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: auto;
    position: relative;
    right: 0;
    bottom: 0;
  }
  .interlligenza-page .init-3 .container .textC {
    position: relative;
  }
}
@media (max-width: 1000px) {
  .interlligenza-page .init-1 {
    padding-top: 80px;
  }
  .interlligenza-page .init-1 .container .titleC .left {
    width: 100%;
    padding-right: 0;
  }
  .interlligenza-page .init-1 .container .titleC .right .btn .text {
    width: auto;
  }
  .interlligenza-page .init-1 .container .titleC .right .btn .imgC {
    width: 50px;
    height: 50px;
  }
  .interlligenza-page .init-1 .container .content {
    margin-top: 20px;
  }
  .interlligenza-page .init-1 .container .content .left {
    width: 100%;
  }
  .interlligenza-page .init-1 .container .content .right {
    width: 100%;
    margin-top: 20px;
  }
  .interlligenza-page .init-1 .container .img2 {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .interlligenza-page .init-1 .container .content .left .des {
    /*text-indent: 32px;*/
    margin-top: 10px;
  }
  .interlligenza-page .init-1 .container .content .left .play {
    margin-top: 20px;
  }
  .interlligenza-page .init-2 .container .content {
    padding-top: 20px;
  }
  .interlligenza-page .init-3 .container .textC .list .cir {
    margin-top: 12px;
  }
  .interlligenza-page .init-3 .container .textC .list .text {
    padding-left: 10px;
  }
  .interlligenza-page .init-3 .container .infoC .listCont .list .cont {
    padding: 16px 10px;
  }
}


.factory-page{
  padding: 70px 0;
}
.factory-page .gallery-list ul {
  margin: -15px;
}
.factory-page .gallery-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.factory-page .gallery-list ul li {
  padding: 15px;
}
.factory-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.factory-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.factory-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .gallery-list ul li .box:hover h5 {
  background: #bed600;
  color: white;
}

.app-page .init-1 {
  padding-top: 60px;
}
.app-page .init-1 .container .content ul {
  margin: 0 -20px;
}
.app-page .init-1 .container .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.app-page .init-1 .container .content ul li {
  padding: 0 20px;
  margin-top: 60px;
}
.app-page .init-1 .container .content ul li .box {
  height: 100%;
}
.app-page .init-1 .container .content ul li .box .boxC {
  padding-bottom: 50px;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}
.app-page .init-1 .container .content ul li .box .boxC .img {
  display: block;
}
.app-page .init-1 .container .content ul li .box .boxC .title {
  text-align: center;
  display: block;
  padding: 0 10px;
  margin-top: 24px;
  font-weight:bold;
}
.app-page .init-1 .container .content ul li .box .boxC .title:hover {
  color: #bed600;
}
.app-page .init-1 .container .content ul li .box .more {
  background-color: #111111;
  margin: auto;
  margin-top: -34px;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  position: relative;
}
.app-page .init-1 .container .content ul li .box .more .moreText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /*width: 74px;*/
  left: 55px;
  color: #fff;
  opacity: 0;
}
.app-page .init-1 .container .content ul li .box .more .moreImg {
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: 28px;
}
.app-page .init-1 .container .content ul li .box .more:hover {
  width: 186px;
  background-color: #bed600;
}
.app-page .init-1 .container .content ul li .box .more:hover .moreText {
  opacity: 1;
}
.app-page .init-1 .container .content ul li .box .more:hover .moreImg {
  margin-right: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.appdet-page .init-1 .container {
  border-bottom: 1px solid #bababa;
}
.appdet-page .init-1 .container .content {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1400px;
  margin: auto;
  color: #666666;
}
.appdet-page .init-1 .container .content .list {
  padding: 0 10px;
  width: 230px;
  margin-top: 10px;
  text-align: center;
  position: relative;
}
.appdet-page .init-1 .container .content .list::before {
  content: '/';
  position: absolute;
  font-weight: 400;
  top: 0;
  right: 0;
}
.appdet-page .init-1 .container .content .list:hover {
  color: #bed600;
  font-weight: bold;
}
.appdet-page .init-1 .container .content .list:hover::before {
  color: #666666;
}
.appdet-page .init-1 .container .content .list:last-child::before {
  display: none;
}

.appdet-page .init-2 .container .img {
  width: 38%;
  text-align: center;
}
.appdet-page .init-2 .container .right {
  width: 62%;
  padding-left: 100px;
}
.appdet-page .init-2 .container .right .title {
  color: var(color);
}
.appdet-page .init-2 .container .right .des {
  margin-top: 30px;
  color: #666666;
  /*text-indent: 36px;*/
}
.appdet-page .init-2 .container .right .listC {
  overflow: hidden;
  margin-top: 80px;
}
.appdet-page .init-2 .container .right .listC ul {
  margin-right: -4px;
  margin-top: -4px;
  margin-bottom: -4px;
}
.appdet-page .init-2 .container .right .listC ul li {
  position: relative;
  width: 25%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.appdet-page .init-2 .container .right .listC ul li .box {
  padding: 20px 16px;
  text-align: center;
}
.appdet-page .init-2 .container .right .listC ul li::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #bed600;
  top: -4px;
  right: -4px;
  border-radius: 50%;
}
.appdet-page .init-3 {
  background-color: #f5f5f5;
}
.appdet-page .init-3 .container .tipsTitle {
  text-align: center;
}
.appdet-page .init-3 .container .content {
  padding: 0 100px;
  margin-top: 40px;
  position: relative;
}
.appdet-page .init-3 .container .content .btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #929292;
  color: #929292;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.appdet-page .init-3 .container .content .btn:hover {
  background-color: #bed600;
  color: #fff;
  border: 1px solid #bed600;
}


.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  position: relative;
  opacity: 1;
  transform: scale(.8);
  transition: 1.5s ease;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .img1 {
  width: 100%;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #bed600;
  cursor: pointer;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #bed600;
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .img2 {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 2;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
}
.appdet-page .init-3 .container .content2 {
  padding: 0 100px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box {
  text-align: center;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
  margin-top: 40px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .des {
  margin-top: 16px;
  color: #777777;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box {
  background-color: #efefef;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box:hover {
  background-color: #e6effe;
}

.appdet-page .init-3 .container .content .swiper .prev0 .box {
  transform-origin: right center;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .slick-current .box {
  transform: scale(1);
}
.appdet-page .init-3 .container .content .swiper .next0 .box {
  transform-origin: left center;
}

@media (max-width: 1000px) {
  .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }
  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
  .appdet-page .init-1 {
    display: none;
  }

  .appdet-page .init-2 .container .img {
    width: 100%;
    text-align: left;
  }
  .appdet-page .init-2 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .appdet-page .init-3 .container .content .swiper {
    padding: 0;
  }
  .appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 700px) {
  .appdet-page .init-3 .container .content {
    padding: 0 25px;
  }
  .appdet-page .init-3 .container .content .btn {
    background-color: #fff;
  }
  .appdet-page .init-3 .container .content2 {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .app-page .init-1 {
    padding-top: 20px;
  }
  .app-page .init-1 .container .content ul li {
    margin-top: 40px;
  }
  .appdet-page .init-2 .container .right .des {
    margin-top: 10px;
    /*text-indent: 32px;*/
  }
  .appdet-page .init-2 .container .right .listC {
    margin-top: 20px;
  }
  .appdet-page .init-2 .container .right .listC ul li {
    width: 33.33%;
  }
  .appdet-page .init-2 .container .right .listC ul li .box {
    padding: 10px 5px;
  }
  .appdet-page .init-3 .container .content {
    padding: 0 12px;
    margin-top: 20px;
  }
  .appdet-page .init-3 .container .content .btn {
    width: 38px;
    height: 38px;
    line-height: 36px;
  }
  .appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
    margin-top: 20px;
  }
}
.contact-page .init-1 .container .contentC {
  overflow: hidden;
  padding: 60px 80px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.contact-page .init-1 .container .contentC .tipsTitle {
  text-align: center;
}
.contact-page .init-1 .container .contentC .subImg {
  z-index: -1;
  bottom: -50px;
  right: 0;
  height: 150px;
  width: 100%;
  position: absolute;
  background-position: right bottom;
}
.contact-page .init-1 .container .contentC form {
  margin-top: 20px;
}
.contact-page .init-1 .container .contentC form .list {
  width: 33.33%;
  margin-top: 30px;
  padding: 0 10px;
}
.contact-page .init-1 .container .contentC form .list .tips {
  color: #767676;
}
.contact-page .init-1 .container .contentC form .list input,
.contact-page .init-1 .container .contentC form .list textarea {
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  margin-top: 6px;
  padding: 10px;
}
.contact-page .init-1 .container .contentC form .list .btn {
  
  padding: 14px;
  min-width: 190px;
  border: 0;
  color: #ffffff;
  text-align: center;
  background-color: #3e3d40;
  cursor: pointer;
}
.contact-page .init-1 .container .contentC form .list .btn:hover {
  background-color: #bed600;
  color: #3e3d40;
}
.contact-page .init-1 .container .contentC form .w-100 {
  width: 100%;
}
.contact-page .init-2 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}
.contact-page .init-2 .container .listCont .list {
  margin-top: 60px;
  text-align: center;
  padding: 0 5px;
}
.contact-page .init-2 .container .listCont .list .cir {
  width: 124px;
  height: 124px;
  border: 1px solid #bed600;
  border-radius: 50%;
  margin: auto;
  background: #bed600;
}
.contact-page .init-2 .container .listCont .list .cir img {
  max-width: 60%;
}
.contact-page .init-2 .container .listCont .list .title {
  margin-top: 20px;
}
.contact-page .init-2 .container .listCont .list .des {
  color: #767676;
  margin-top: 6px;
}
.contact-page .init-2 .container .listCont .list:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .contentC .subImg {
    display: none;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .contentC {
    padding: 60px 20px;
  }
  .contact-page .init-1 .container .contentC form .list {
    width: 50%;
  }
  .contact-page .init-1 .container .contentC form .w-100 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .contentC form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .contentC {
    padding: 40px 6px;
  }
  .contact-page .init-1 .container .contentC form .list {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .contentC form .list .btn {
    padding: 6px;
  }
  .contact-page .init-2 .container .listCont {
    padding-top: 0;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 100%;
  }
}
.video-page .init-1 {
  padding-top: 30px;
}
.video-page .init-1 .container .list {
  margin-top: 70px;
}
.video-page .init-1 .container .list .titleC {
  border-bottom: 1px solid #666666;
  padding-bottom: 16px;
}
.video-page .init-1 .container .list .titleC .btnC {
  margin-left: auto;
}
.video-page .init-1 .container .list .titleC .btnC .btn {
  margin-left: 10px;
  width: 34px;
  height: 34px;
  background-color: #d3d3d3;
  border-radius: 50%;
  cursor: pointer;
}
.video-page .init-1 .container .list .titleC .btnC .btn .img {
  width: 12px;
  height: 12px;
}
.video-page .init-1 .container .list .titleC .btnC .btn:hover {
  background-color: #bed600;
}
.video-page .init-1 .container .list .content ul li {
  width: 33.33%;
  margin-top: 40px;
}
.video-page .init-1 .container .list .content ul li .box .videoC {
  position: relative;
}
.video-page .init-1 .container .list .content ul li .box .videoC .img {
  width: 100%;
}
.video-page .init-1 .container .list .content ul li .box .videoC .btnC {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #bed600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video-page .init-1 .container .list .content ul li .box .videoC .btnC .img2 {
  width: 34px;
  position: relative;
  z-index: 2;
}
.video-page .init-1 .container .list .content ul li .box .videoC .btnC .ling {
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #bed600;
  border-radius: 50%;
}
.video-page .init-1 .container .list .content ul li .box .videoC .btnC .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.video-page .init-1 .container .list .content ul li .box .text {
  text-align: center;
  margin-top: 16px;
}
@media (max-width: 700px) {
  .video-page .init-1 .container .list .titleC .title {
    width: 100%;
  }
  .video-page .init-1 .container .list .titleC .btnC {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .video-page .init-1 .container .list {
    margin-top: 40px;
  }
  .video-page .init-1 .container .list .content ul li {
    margin-top: 10px;
  }
}
.newsTab {
  padding-top: 50px;
  position: sticky;
  top: 80px;
  z-index: 15;
  background-color: #ffffff;
}
.newsTab .container {
  padding-bottom: 20px;
  border-bottom: 1px solid #767676;
}
.newsTab .container .list {
  color: #767676;
  position: relative;
  text-align: center;
  padding: 0 36px;
  /*width: 270px;*/
}
/*.newsTab .container .list::before {
  content: '/';
  position: absolute;
  top: 0;
  right: 0;
}*/
.newsTab .container .list:hover,
.newsTab .container .list.active {
  color: #bed600;
}
.newsTab .container .list:hover::before,
.newsTab .container .list.active::before {
  color: #767676;
}
.newsTab .container .list:last-child::before {
  display: none;
}
.news-page .init-1 .container ul {
  padding-top: 40px;
}
.news-page .init-1 .container ul li {
  margin-top: 40px;
}
.news-page .init-1 .container ul li .box {
  position: relative;
  padding: 20px 0;
  z-index: 2;
}
.news-page .init-1 .container ul li .box .time {
  width: 140px;
  color: #666666;
}
.news-page .init-1 .container ul li .box .time .date {
  color: #000;
}
.news-page .init-1 .container ul li .box .imgC {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 32%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
  overflow: hidden;
}
.news-page .init-1 .container ul li .box .imgC img {
  width: 100%;
}
.news-page .init-1 .container ul li .box .cont {
  width: -webkit-calc(-72%);
  width: -moz-calc(-72%);
  width: calc(68% - 140px);
  padding: 20px 90px 20px 50px;
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.news-page .init-1 .container ul li .box .cont .title:hover {
  color: #bed600;
}
.news-page .init-1 .container ul li .box .cont .des {
  color: #767676;
  margin-top: 16px;
}
.news-page .init-1 .container ul li .box .cont .more {
  margin-top: 30px;
}
.news-page .init-1 .container ul li .box .cont .more .moreCir {
  background-color: #000;
}
.news-page .init-1 .container ul li .box .cont .more:hover .moreCir {
  background-color: #bed600;
}
.news-page .init-1 .container ul li .box .sub {
  opacity: 0;
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  border-radius: 20px;
}
.news-page .init-1 .container ul li:hover .sub {
  opacity: 1;
}
.newdet-page .container .left {
  width: 75%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  padding: 70px;
}
.newdet-page .container .left .title {
  text-align: center;
  font-weight:bold;
}
.newdet-page .container .left .time {
  color: #666666;
  margin-top: 26px;
  text-align: center;
}
.newdet-page .container .left .des {
  margin-top: 40px;
  color: #666666;
}
.newdet-page .container .left .m-link {
  margin-top: 50px;
  border-top: 1px solid #666666;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newdet-page .container .left .m-link .list {
  margin: 5px 0;
  color: #bfbfbf;
}
.newdet-page .container .left .m-link .list:hover {
  color: #bed600;
}
.newdet-page .container .right {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 25%;
  padding-left: 50px;
}
.newdet-page .container .right .tipsTitle {
  border-bottom: 1px solid #767676;
  padding-bottom: 12px;
  font-family: var(--font);
}
.newdet-page .container .right ul li {
  margin-top: 26px;
}
.newdet-page .container .right ul li .box {
  position: relative;
}
.newdet-page .container .right ul li .box .boxC {
  padding-right: 20px;
}
.newdet-page .container .right ul li .box .title {
  color: #767676;
}
.newdet-page .container .right ul li .box .title:hover {
  color: #bed600;
}
.newdet-page .container .right ul li .box .time {
  color: #767676;
  margin-top: 14px;
}
.newdet-page .container .right ul li .box .time .date {
  color: #000;
}
.newdet-page .container .right ul li .box .more {
  width: 14px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 24px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.newdet-page .container .right ul li .box .line {
  width: 50px;
  height: 1px;
  margin-top: 16px;
  background-color: #767676;
}
.newdet-page .container .right ul li:hover .box .boxC {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.newdet-page .container .right ul li:hover .box .more {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.newdet-page .container .right ul li:hover .box .line {
  width: 100%;
  background-color: #bed600;
}
@media (max-width: 1250px) {
  .newsTab {
    display: none;
  }
  .news-page .init-1 .container ul li .box .cont {
    padding-right: 20px;
  }
  .newdet-page .container .left {
    width: 100%;
  }
  .newdet-page .container .right {
    display: none;
  }
}
@media (max-width: 1000px) {
  .news-page .init-1 .container ul li .box {
    padding: 20px 12px;
  }
  .news-page .init-1 .container ul li .box .sub {
    width: 100%;
    height: 100%;
  }
  .news-page .init-1 .container ul li .box .time {
    width: 100%;
  }
  .news-page .init-1 .container ul li .box .imgC {
    width: 100%;
    margin-top: 20px;
  }
  .news-page .init-1 .container ul li .box .cont {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .newdet-page .container .left {
    padding: 40px 16px;
  }
}
@media (max-width: 500px) {
  .newdet-page .container .left .time {
    margin-top: 10px;
  }
  .newdet-page .container .left .des {
    margin-top: 20px;
  }
  .newdet-page .container .left .m-link {
    margin-top: 30px;
  }
}
.honor-page .init-1 .container .left {
  width: 200px;
}
.honor-page .init-1 .container .left .listC .list {
  cursor: pointer;
  margin-top: 80px;
  color: #777777;
}
.honor-page .init-1 .container .left .listC .list .num {
  line-height: 1;
}
.honor-page .init-1 .container .left .listC .list .text {
  margin-top: 10px;
}
.honor-page .init-1 .container .left .listC .list .line {
  height: 5px;
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  background-color: #bed600;
  margin-top: 10px;
}
.honor-page .init-1 .container .left .listC .list:hover,
.honor-page .init-1 .container .left .listC .list.active {
  color: var(color);
}
.honor-page .init-1 .container .left .listC .list:hover .line,
.honor-page .init-1 .container .left .listC .list.active .line {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.honor-page .init-1 .container .left .listC .list:first-child {
  margin-top: 0;
}
.honor-page .init-1 .container .right {
  width: -webkit-calc(-130%);
  width: -moz-calc(-130%);
  width: calc(100% - 230px);
  padding-left: 80px;
}
.honor-page .init-1 .container .right .list {
  display: none;
  width: 100%;
}
.honor-page .init-1 .container .right .list .listC {
  width: 100%;
  position: relative;
}
.honor-page .init-1 .container .right .list .imgC {
  padding-right: 70px;
  width: -webkit-calc(-150%);
  width: -moz-calc(-150%);
  width: calc(100% - 250px);
  position: relative;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-slide {
  height: auto;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-slide > div {
  height: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-list {
  height: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul li {
  height: 100%;
  padding: 90px 0;
  width: 30%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.honor-page .init-1 .container .right .list .imgC ul li .box {
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.4;
  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 .init-1 .container .right .list .imgC ul li .box .img img {
  width: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-current li {
  z-index: 2;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
  opacity: 1;
}
.honor-page .init-1 .container .right .list .galleryC {
  width: 250px;
  text-align: center;
  padding: 40px 0;
  position: relative;
}
.honor-page .init-1 .container .right .list .galleryC i {
  font-size: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}
.honor-page .init-1 .container .right .list .galleryC i:hover {
  color: #bed600;
}
.honor-page .init-1 .container .right .list .galleryC .prev {
  top: 0;
  bottom: unset;
}
.honor-page .init-1 .container .right .list .galleryC ul li {
  padding: 10px 0;
}
.honor-page .init-1 .container .right .list .galleryC ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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: 10px;
  height: 74px;
  cursor: pointer;
  font-size: 18px;
}
.honor-page .init-1 .container .right .list .galleryC ul li .box p {
  /*overflow-y: auto;*/
  padding-right: 4px;
  max-height: 74px;
  font-size: 16px;
}
.honor-page .init-1 .container .right .list .galleryC ul .slick-current li .box {
  background-color: #bed600;
  color: #fff;
}
.honor-page .init-1 .container .right .list.active {
  display: block;
}
.honor-page .init-1 .container .right .list.active .listC .imgC {
  -webkit-animation: fadeInLeftSmall 0.5s linear;
  -moz-animation: fadeInLeftSmall 0.5s linear;
  -o-animation: fadeInLeftSmall 0.5s linear;
  animation: fadeInLeftSmall 0.5s linear;
}
.honor-page .init-1 .container .right .list.active .listC .galleryC {
  -webkit-animation: fadeInRightSmall 0.5s linear;
  -moz-animation: fadeInRightSmall 0.5s linear;
  -o-animation: fadeInRightSmall 0.5s linear;
  animation: fadeInRightSmall 0.5s linear;
}
@media (max-width: 1250px) {
  .honor-page .init-1 .container .left {
    width: 150px;
  }
  .honor-page .init-1 .container .right {
    width: -webkit-calc(-50%);
    width: -moz-calc(-50%);
    width: calc(100% - 150px);
    padding-left: 20px;
  }
  .honor-page .init-1 .container .right .list .imgC {
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  .honor-page .init-1 .container .left {
    width: 100%;
  }
  .honor-page .init-1 .container .left .listC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .honor-page .init-1 .container .left .listC .list {
    margin: 20px 15px 0;
    text-align: center;
  }
  .honor-page .init-1 .container .left .listC .list:first-child {
    margin-top: 20px;
  }
  .honor-page .init-1 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .honor-page .init-1 .container .right .list .imgC {
    width: 100%;
  }
  .honor-page .init-1 .container .right .list .galleryC {
    width: 100%;
  }
  .honor-page .init-1 .container .right .list .galleryC ul li .box {
    height: auto;
    padding: 16px;
  }
  .honor-page .init-1 .container .right .list .imgC {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .honor-page .init-1 .container .right .list .imgC ul li {
    padding: 40px 5px;
    padding-top: 20px;
  }
}




#index-body .advantage .top .con {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 2;
  max-width: 720px;
  font-size: 14px;
}
#index-body .advantage .bottom ul {
  margin: 55px -5px 0;
}
#index-body .advantage .bottom ul .slick-slide:nth-child(even) li {
  padding-top: 55px;
}
#index-body .advantage .bottom ul li {
  padding: 5px;
}
#index-body .advantage .bottom ul li h2 {
  font-size: 103px;
  font-family: var(--font);
  color: #cde1c1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 0.8;
  padding-left: 25px;
}
#index-body .advantage .bottom ul li:hover h2 {
  color: #bed600;
}
#index-body .advantage .bottom ul li:hover .box .text h4 {
  color: #bed600;
}
#index-body .advantage .bottom ul li .box {
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#index-body .advantage .bottom ul li .box .text {
  padding: 45px 15px;
  background-color: white;
  transition: background-color .5s ease;
}
#index-body .advantage .bottom ul li:hover .box .text {
  background-color: #3e3d40;
}
#index-body .advantage .bottom ul li .box .text h4 {
  font-family: var(--font);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .advantage .bottom ul li .box .text p {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .advantage .bottom ul li:hover .box .text p {
  color: #bed600;
}

@media (max-width: 1200px) {
  #index-body .advantage .bottom ul li .box .img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 1000px) {
  #index-body .advantage .top .con {
    width: 100%;
    font-size: 16px;
  }
  #index-body .advantage .top .con {
    max-width: 100%;
    margin-top: 30px;
  }
}





.sustainable-page .sustainable-1 {
  background-color: #f1f1f1;
}
.sustainable-page .sustainable-3 {
  background-color: #fafafa;
}
.sustainable-page .sustainable-4 .text p {
  margin-bottom: 1.5em;
}
.sustainable-page .sustainable-4 .text p:last-child {
  margin-bottom: 0;
}
.sustainable-page .sustainable-4 .text p i {
  width: 1.2em;
  height: 1.2em;
  border-radius: .2em;
  background-color: #bed600;
  color: white;
  margin-right: .5em;
}
.sustainable-page .sustainable-5 {
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
.sustainable-page .sustainable-5:before {
  content: '';
  width: 100%;
  height: 43%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #bed600;
}
.sustainable-page .sustainable-5 span.h2 {
  color: white;
}
.sustainable-page .sustainable-5 .box {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-bottom: 30px;
}
.sustainable-page .sustainable-5 .box a.img-box {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sustainable-page .sustainable-5 .box .content {
  padding: 3% 4% 2%;
}
.sustainable-page .sustainable-5 .box .content a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color:#bed600;
  color: white;
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-5 .slick-current .box .content a.link {
  opacity: 1;
  top: 30px;
}
.sustainable-page .sustainable-6 .left {
  position: relative;
  z-index: 1;
}
.sustainable-page .sustainable-6 .left img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.sustainable-page .sustainable-6 .left img.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.sustainable-page .sustainable-6 .right span.h6,
.sustainable-page .sustainable-6 .right .text {
  border-bottom: 1px solid #bebebe;
}
.sustainable-page .sustainable-6 .right span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.sustainable-page .sustainable-6 .right li.active span.h6 {
  color: #bed600;
}
.sustainable-page .sustainable-7 {
  background-color: #f7f7f7;
}
.sustainable-page .sustainable-7 li {
  background-color: white;
  padding: 3%;
}
.sustainable-page .sustainable-7 a.moreBu {
  height: 2.77777778em;
  min-width: 11.11111111em;
}
.sustainable-page .sustainable-7 a.moreBu:hover{
  background: #000;
}
.moreBu{
    border: 1px solid #000;
    padding: 10px 2em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.moreBu:hover,
.moreBu.full {
    border-color: transparent;
    background-color: #bed600;
    color: #fff;
}





.product-yd-page ul 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: white;*/
  margin-bottom: 90px;
}
.product-yd-page ul li .content {
  vertical-align: middle;
}
.product-yd-page ul li .content .i-title {
  margin-top: 17px;
}
.product-yd-page ul li .content .text {
  margin: 25px 0 37px;
}
.product-yd-page ul li .img {
  vertical-align: middle;
}
.product-yd-page ul li:last-child {
  margin-bottom: 0;
}
.product-yd-page ul li:nth-child(2n-1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page ul li:nth-child(2n-1) .content {
  padding-right: 35px;
  padding-left: 11%;
}
.product-yd-page ul li:nth-child(2n-1) .img {
  padding-left: 35px;
  text-align: left;
}
.product-yd-page ul li:nth-child(2n) .content {
  padding-left: 35px;
  padding-right: 11%;
}
.product-yd-page ul li:nth-child(2n) .img {
  padding-right: 35px;
  text-align: right;
}


@media screen and (max-width: 1400px) {
  .product-yd-page ul li:nth-child(2n-1) .content {
    padding-left: 4%;
  }
  .product-yd-page ul li:nth-child(2n) .content {
    padding-right: 4%;
  }
}

@media screen and (max-width: 1000px) {
  .product-yd-page ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0px;
    margin-bottom: 50px;
  }
  .product-yd-page ul li .content {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
  .product-yd-page ul li .img {
    width: 100% !important;
    padding: 0 !important;
  }
}



#sidebar {
  font-size: 29px;
  right: 20px;
  bottom: 120px;
}

#sidebar ul li {
  width: 2em;
  height: 2em;
  border-radius: 50%!important;
  border-top: 0;
  margin-top: 20px;
}




button.button--primary,
.button.button--primary,
.button--primary.cta_button.button-primary,
.button--primary.fake-cta_button.button-primary {
    background-color: #bed600;
    border: 1px solid #bed600;
}


.fixed-footer {
    position: fixed;
    background: white;
    left: 0;
    bottom: 0;
    z-index: 41;
    height: 12.5vw;
    box-shadow: 0 0 14px 2px rgba(0, 0, 0, 0.2);
    display: flex;
    padding: 2.08333vw 6.52778vw;
    width: 100%;
    justify-content: center;
}

.fixed-footer__subribe {
    margin-right: 6.94444vw;
    display: flex !important;
    height: 46px !important;
    padding-top: 0;
    padding-bottom: 0;
}

.fixed-footer__subribe span {
    margin: auto;
}

.fixed-footer__contact {
    color: #3e3d40 !important;
    display: flex !important;
    height: 46px !important;
    padding-top: 0;
    padding-bottom: 0;
}

.fixed-footer__contact span {
    margin: auto;
}

@media (min-width: 767px) {
	.fixed-footer {
		padding: 0px;
		height: 46px;
		box-shadow: none;
		background-color: #f5f5f5;
	}

	.fixed-footer > a {
		background-color: #3e3d40;
		border: 1px solid #3e3d40;
		color: #fff;
		font-size: 14px;
		transform: translateY(-22px);
		height: 46px;
		width: 190px;
	}

	.fixed-footer__subribe {
		margin-right: 30px;
	}
}


@media (max-width:1000px) {
  .fixed-footer {
    display: none!important;
  }
}


.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.blocker {
    z-index: 100 !important;
    background-color: rgba(0, 0, 0, 0.85);
}

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}

.modal {
    max-width: 1254px !important;
    padding: 60px 118px !important;
    background-color: #f1f2f2 !important;
    border-radius: 0 !important;
    top: 60px;
}

form.custom-form label {
	color: #3e3d40;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 25px;
	text-align: left;
	transition: transform 0.3s, opacity 0.3s;
}

.hs-fieldtype-phonenumber > label,
.hs-fieldtype-date > label,
.hs-fieldtype-number > label,
.hs-fieldtype-select > label,
.hs-fieldtype-text > label {
    position: absolute;
    z-index: 9;
    transform-origin: top left;
    transform: translateY(-16px) scale(0.8);
    opacity: 0.8;
    pointer-events: none;
}

.hs-fieldtype-phonenumber.is-empty > label,
.hs-fieldtype-number.is-empty > label,
.hs-fieldtype-date.is-empty > label,
.hs-fieldtype-select.is-empty > label,
.hs-fieldtype-text.is-empty > label {
    position: absolute;
    z-index: 9;
    transform: translateY(7px) scale(1);
}



form.custom-form  input[type="text"],
form.custom-form  input[type="email"],
form.custom-form  input[type="password"],
form.custom-form  input[type="tel"],
form.custom-form  input[type="number"],
form.custom-form  input[type="file"],
form.custom-form  select{
	border: 0;
	border-bottom: 1px solid #c8c8c8;
	color: #3e3d40;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 10px 0;
	background-color: transparent;
}

form.custom-form input[type="submit"],
form.custom-form .hs-button {
    border: 1px solid #3e3d40;
    background-color: transparent;
    border-radius: 0;
    color: #3e3d40;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: auto;
    line-height: 1.1;
    margin: 0;
    padding: 15px 53px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.15s linear;
    white-space: normal;
    width: auto;
    word-break: break-word;
}

form.custom-form input[type="submit"]:hover,
form.custom-form input[type="submit"]:focus,
form.custom-form .hs-button:hover,
form.custom-form .hs-button:focus {
    background-color: #bdff7b !important;
    border-color: #bdff7b;
}

.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}


form.custom-form textarea {
    width: 100% !important;
    background-color: #fff !important;
    border: 1px solid #c8c8c8 !important;
    height: 260px !important;
    padding: 15px !important;
}

.hs-fieldtype-textarea.hs-input {
    resize: vertical;
}

.hs-fieldtype-file.dropzone {
    border: 1px solid #3e3d40;
    text-align: center;
    padding: 50px 0 80px 0 !important;
}

.hs-fieldtype-file.dropzone .file-item {
    cursor: pointer;
    margin-left: 25%;
    width: 100%;
    display: flex;
}

.hs-fieldtype-file.dropzone .empty-file-name {
    padding: 6px 0;
    border: 1px solid #c8c8c8;
    color: #c8c8c8;
    width: 25%;
}

.hs-fieldtype-file.dropzone .select-file-button {
    color: white;
    background-color: #3e3d40;
    border: 1px solid #3e3d40;
    cursor: pointer;
    display: inline-block;
    float: left;
    padding: 6px 0;
    width: 25%;
}

.hs-fieldtype-file.dropzone input[type="file"] {
    display: none;
}

.hs-fieldtype-file.dropzone label svg {
    margin-top: 24px;
    margin-bottom: 24px;
}

@media (max-width: 767px) {
	.blocker {
	    padding: 0 !important;
	}
	
	.modal {
	    padding: 0 15px !important;
	    padding-bottom: 60px !important;
	}
	
	.hs-fieldtype-file.dropzone .file-item {
	    flex-direction: column;
	    margin-left: 10%;
	}
	
	.hs-fieldtype-file.dropzone .empty-file-name {
	    width: 80%;
	}
	
	.hs-fieldtype-file.dropzone .select-file-button {
	    width: 80%;
	}
}





.download-page .download {
  padding: 9px 23px 9px 15px;
  border: 1px solid #3e3d40;
  transition: .3s ease;
}

.download-page .download:hover {
  background-color: #bed600;
  border-color: #bed600;
}


.play-btn i {
  border: 0;
}



.image-gallery ul {
  margin: -10px;
}

.image-gallery li {
  padding: 10px;
}

.image-gallery .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
  cursor: pointer;
}

.image-gallery .arrow.arrow_l {
  bottom: 100%;
}

.image-gallery .arrow.arrow_r {
  top: 100%;
}


@media (max-width:1000px) {
  .image-gallery .arrow {
    display: none;
    left: auto;
    top: 50%;
    transform: translateX(0) rotate(0) translateY(-50%);
  }

  .image-gallery .arrow.arrow_l {
    right: 100%;
    bottom: auto;
  }

  .image-gallery .arrow.arrow_r {
    left: 100%;
    top: 50%;
  }
}


#sidebar ul li {
  background-color: #bed600;
}





#faq ul li h4 {
  position: relative;
  padding: 15px 25px;
  background: #f7f8fa;
  border-radius: 5px;
  cursor: pointer;
}
#faq ul li h4::after {
  content: "\e7b9";
  font-family: "iconfont";
  position: absolute;
  top: 15px;
  right: 20px;
}
#faq ul li p {
  padding: 0 25px;
  display: none;
}
#faq ul li.active h4 {
  background: #bed600;
}
#faq ul li.active h4::after {
  content: "\e7b8";
}



.slickBtn.pos div {
  color: #000000;
  background: #bed600;
}

.slickBtn div:hover {
  color: #FFFFFF;
  background: #000000;
}

.prodet-page .init-1 .container .img2 .slickBtn.pos div.prev {
  right: auto;
  left: -20px;
}

.prodet-page .init-1 .container .img2 .slickBtn.pos div.next {
  left: auto;
  right: -20px;
}



table {
  word-break: normal;
}

::-webkit-scrollbar-thumb {
  background-color: #bed600;
}









/* 第二版product */
.product-2 .init-1 {
  padding: 20px 0 0;
  background-color: #fafafa;
  border-radius: 20px;
}
.product-2 .init-1 .tip_title {
  font-size: 30px;
  font-family: var(--font);
  /*text-transform: uppercase;*/
}
.product-2 .init-1 .des {
  margin-top: 10px;
  font-size: 18px;
  color: #000000;
  font-weight:400;
  line-height: 2;
  max-height: 180px;
  overflow-y: scroll;
}


.sider-box .sider-left {
  width: 25%;
  position: sticky;
  top: 100px;
}
.sider-box .sider-left h2 {
  padding-top: 8px;
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: #bed600;
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  border-radius: 25px;
  margin-bottom: 10px;
  padding: 15px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
font-weight: 600;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #3e3d40;
  background-color: #bed600;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
}

.sider-box .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 1em;
  font-family: cursive;
}

.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
}

.sider-box .sider-left .category .catelist > ul > li.active > ul {
  display: block;
}

.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
  margin-left: 25px;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: #fff;
  border-bottom: 3px solid #bed600;
  background-color: #3e3d40;
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form form .submit{
  margin: 10px auto 0;
}
.sider-box .sider-left .quote .form input[type='text'],
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input[type='text'] {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input[type='text']{
  opacity: 0;
  margin: 0;
  border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form .more{
  margin-top: 30px;
}
.sider-box .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  padding: 10px 50px;
  border: none;
  background: transparent;
  border-radius: 5px;
  color: #3E3D40;
  background-color: #bed600;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);*/
  box-shadow: 0 0 20px rgba(146, 195, 93, .6);
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: #82b566;
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list time {
  color: #858585;
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 75%;
}

.product_list {
  /*background-color: #fafafa;*/
  border-radius: 20px;
  padding: 0px;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list .img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
  background: #fff;
}
.product_list .img a{
  display: block;
  padding: 30px;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #3E3D40;
  background-color: #bed600;
  /*background-image: -webkit-gradient(linear, left top, right top, from(#82b566), to(#9bc76b));
  background-image: -webkit-linear-gradient(left, #82b566, #9bc76b);
  background-image: -moz-linear-gradient(left, #82b566, #9bc76b);
  background-image: linear-gradient(to right, #82b566, #9bc76b);*/
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.product_list h3{
  margin-top: 15px;
  font-family: var(--font);
}


@media screen and (max-width: 1000px) {
  .product-2 .init-1 .container .des {
    width: 100%;
  }

  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }

}
@media screen and (max-width: 500px) {
  .product-2 .init-1 {
    padding: 10px 20px;
  }
  .product-2 .init-1 .container .tip_title {
    font-size: 20px;
    line-height: 36px;
  }
  .product-2 .init-1 .container .des {
    margin-top: 20px;
    display: none!important;
  }


}
.hover-text:hover{color:#bed600;}
.seoPublic .Auxil-news .list ul li .content div.h6:hover{color:var(--color2)}
.seoPublic .Auxil-news .list ul li .content div.h6{height: 100px;font-size: 18px;}
.seoPublic .title{    font-size: 32px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 1em;}


.maodian {
    top: -100px;
}