@font-face {
  font-family: 'zdxcl';
  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: 'zdxcl';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'zdxcl';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'zdxcl';
  src: url('../fonts/TwCenMT-Regular.eot');
  src: url('../fonts/TwCenMT-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/TwCenMT-Regular.woff2') format('woff2'), url('../fonts/TwCenMT-Regular.woff') format('woff'), url('../fonts/TwCenMT-Regular.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'zdxcl';
  src: url('../fonts/TwCenMT-Bold.eot');
  src: url('../fonts/TwCenMT-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/TwCenMT-Bold.woff2') format('woff2'), url('../fonts/TwCenMT-Bold.woff') format('woff'), url('../fonts/TwCenMT-Bold.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
}
body {
  font-family: "zdxcl";
  max-width: 1920px;
  --color:#7090c7;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1440px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 100px;
  width: auto;
  max-width: 1890px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  width: 56%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2),
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(3) {
  text-decoration: underline;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu>li.menu-item-350500 ul.sub-menu {
  width: 270px;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .yuy ul {
  left: auto;
  right: 0;
}
#header.active {
  background-color: black;
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 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;
  left: 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;
  left: 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: var(--color);
  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 15px;
  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: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 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 {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #000;
}
#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;
}
video {
  max-width: 100%;
  display: block;
}
span.h2 {
  line-height: 1;
}
span.h2 em {
  color: var(--color);
}
.more {
  height: 3.25em;
  padding: 0 2.5em;
  border: 3px solid #adacb2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more.full {
  border: none;
  background-color: var(--color);
  color: white;
  height: 2.66666667em;
  padding: 0 2em;
}
.more.full:hover {
  background-color: #222;
}
.more:hover {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.text {
  line-height: 1.5;
  opacity: .74;
}
#banner {
  background-color: #181818;
  position: relative;
  z-index: 1;
  color: white;
}
#banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(black), to(transparent));
  background-image: -webkit-linear-gradient(right, black, transparent);
  background-image: -moz-linear-gradient(right, black, transparent);
  background-image: linear-gradient(to left, black, transparent);
  background-size: 3px 3px;
  opacity: .1;
}
#banner .content {
  z-index: 2;
  width: 100%;
}
#index-body .init-1 {
  z-index: 1;
  background-color: #181818;
  color: white;
  overflow: hidden;
}
#index-body .init-1 .ui.container {
  max-width: 1720px;
  width: auto;
}
#index-body .init-1 #canvas {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translateX(-20vw) translateY(30%);
  -moz-transform: translateX(-20vw) translateY(30%);
  -ms-transform: translateX(-20vw) translateY(30%);
  transform: translateX(-20vw) translateY(30%);
}
#index-body .init-1 .left {
  padding-right: 6%;
  padding-left: 3.5%;
}
#index-body .init-1 .left .text {
  max-width: 490px;
}
#index-body .init-1 .right ul {
  margin-bottom: -5%;
}
#index-body .init-1 .right ul li span.h3 {
  line-height: 1;
  text-align: center;
}
#index-body .init-1 .right ul li .img {
  position: relative;
  text-align: center;
  overflow: hidden;
}
#index-body .init-1 .right ul li .img img {
  margin-right: -5%;
  width: 105%;
  max-width: none;
}
#index-body .init-1 .right ul li .img .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 15% 6%;
}
#index-body .init-1 .right ul li .img .content span.h6 {
  line-height: 1;
}
#index-body .init-1 .right ul li .img .content span.h5 {
  line-height: 1;
  margin-bottom: .5em;
  display: block;
}
#index-body .init-1 .right ul li:nth-child(1) {
  width: 30%;
  margin-bottom: -7%;
}
#index-body .init-1 .right ul li:nth-child(2) {
  width: 33%;
  margin-bottom: -4%;
}
#index-body .init-1 .right ul li:nth-child(3) {
  width: 37%;
}
#index-body .init-1 .right ul li:nth-child(3) .img img {
  margin-right: 0;
  max-width: none;
  width: 100%;
}
#index-body .init-2 {
  position: relative;
  color: white;
  z-index: 1;
}
#index-body .init-2 .mask {
  z-index: -1;
}
#index-body .init-2 .mask .img img.window {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .init-2 .mask .img img.window.active,
#index-body .init-2 .mask .img img.window.on {
  opacity: 1;
}
#index-body .init-2 .mask video,
#index-body .init-2 .mask>img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .mask video.active,
#index-body .init-2 .mask>img.active {
  display: block;
}
#index-body .init-2 .content {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#index-body .init-2 .content .ui {
  height: 100%;
}
#index-body .init-2 .content .ui > div {
  height: 100%;
}
#index-body .init-2 .content button {
  font-weight: bold;
  height: 2em;
  border-radius: 1em;
  background-color: var(--color);
  padding: 0 .3em;
  border: none;
  position: relative;
  padding-right: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .content button em {
  padding: 0 .1em;
}
#index-body .init-2 .content button:before {
  content: '';
  width: 1.66666667em;
  height: 1.66666667em;
  border-radius: 100%;
  position: absolute;
  top: 0.16666667em;
  left: 0;
  margin-left: 0.25em;
  background-color: white;
  -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .content button.active {
  padding-left: .5em;
  padding-right: .3em;
}
#index-body .init-2 .content button.active:before {
  left: 50%;
}
#index-body .init-2 .content .bottom li {
  border-right: 2px solid white;
}
#index-body .init-2 .content .bottom li:last-child {
  border-right: none;
}
#index-body .init-2 .privacy {
  position: absolute;
  left: 2%;
  top: 54%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#index-body .init-2 .privacy .line {
  height: 34.375vw;
  width: 3px;
  background-color: #d7d5d7;
  display: block;
  margin: 0 auto;
  position: relative;
}
#index-body .init-2 .privacy .line em {
  width: 400%;
  height: 20%;
  background-color: var(--color);
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
#index-body .init-2 .privacy .line i {
  position: absolute;
  left: 200%;
  top: 100%;
}
#index-body .init-2 .privacy .btn {
  line-height: 1;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-2 .privacy .btn.active i:before,
#index-body .init-2 .privacy .btn.on i:before {
  content: '\ebcc';
}
#index-body .init-3 {
  background-color: #181818;
  color: white;
}
#index-body .init-3 .ui.container {
  max-width: 1180px;
}
#index-body .init-3 .slick-list {
  overflow: unset;
}
#index-body .init-3 .content .head {
  left: 4%;
  top: 0;
  width: 1em;
  padding: .1em;
  background-color: var(--color);
  border-bottom-left-radius: .5em;
  border-bottom-right-radius: .5em;
  line-height: 1;
}
#index-body .init-3 .content .head i {
  height: .8em;
  width: .8em;
  border-radius: 100%;
  background-size: cover;
  background-position: center;
  display: block;
}
#index-body .init-3 .content .head em {
  display: block;
  margin: .5em 0;
}
#index-body .init-3 .content .play {
  cursor: pointer;
  cursor: hand;
}
#index-body .init-3 .content .play em {
  line-height: 1;
}
#index-body .init-4 {
  background-color: #181818;
  color: white;
}
#index-body .init-4 .left {
  width: 46%;
}
/*#index-body .init-4 .left .list {
  max-width: 350px;
}*/
#index-body .init-4 .left .list ul li {
  cursor: pointer;
  cursor: hand;
}
#index-body .init-4 .left .list ul li i.icon {
  width: 4em;
  height: 4em;
  border-radius: 100%;
  background-color: #7090c7;
  margin-right: 1em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .init-4 .left .list ul li span {
  width: 100%;
  border-bottom: 1px solid transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .left .list ul li span i {
  font-size: 1.2em;
}
#index-body .init-4 .left .list ul li.active span,
#index-body .init-4 .left .list ul li:hover span {
  color: var(--color);
  border-color: var(--color);
}
#index-body .init-4 .right {
  width: 100%;
  margin-left: -8%;
  margin-right: -37%;
  margin-bottom: -6%;
  margin-top: 12%;
}
#index-body .init-4 .right .map {
  position: relative;
}
#index-body .init-4 .right .map ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 430px;
  max-width: 100%;
}
#index-body .init-4 .right .map ul li i.dots {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
  margin-bottom: 1.5em;
  margin-left: 2em;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-4 .right .map ul li i.dots:after,
#index-body .init-4 .right .map ul li i.dots:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: inherit;
  border-radius: inherit;
}
#index-body .init-4 .right .map ul li i.dots:after {
  -webkit-animation-delay: .6s;
  -moz-animation-delay: .6s;
  animation-delay: .6s;
}
#index-body .init-4 .right .map ul li .box2 {
  padding: 5%;
  border-radius: 3em;
  background-color: #252323;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .right .map ul li .box2 .text {
  margin: .3em 0;
}
#index-body .init-4 .right .map ul li .box2 span.h3,
#index-body .init-4 .right .map ul li .box2 a.link {
  color: var(--color);
}
#index-body .init-4 .right .map ul li:nth-child(1) {
  left: 20%;
  top: 50%;
}
#index-body .init-4 .right .map ul li:nth-child(2) {
  left: 28%;
  top: 23%;
}
#index-body .init-4 .right .map ul li:nth-child(3) {
  left: 42%;
  top: 8%;
}
#index-body .init-4 .right .map ul li:nth-child(3) i.dots {
  margin-top: 1.5em;
  margin-bottom: auto;
}
#index-body .init-4 .right .map ul li:nth-child(3) .box2 {
  bottom: 100%;
  top: auto;
}
#index-body .init-4 .right .map ul li:nth-child(4) {
  left: 50%;
  top: 40%;
}
#index-body .init-4 .right .map ul li:nth-child(5) {
  left: 43%;
  top: 27%;
}
#index-body .init-4 .right .map ul li.active .box2 {
  z-index: 1;
  opacity: 1;
}
#index-body .init-5 {
  background-color: #ececed;
}
#index-body .init-5 .text {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
#index-body .init-5 .number-Plus span.h3 {
  line-height: .8;
  display: block;
  font-weight: 600;
  color: var(--color);
}
#index-body .init-6 {
  background-color: #c8c5c5;
}
#index-body .init-6 .ui.container {
  max-width: 1450px;
  width: auto;
}
#index-body .init-6 hr {
  height: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: black;
}
#index-body .init-6 time {
  color: var(--color);
}
#index-body .init-6 span.h6 {
  font-weight: 600;
  line-height: 1.5;
  /*height: 4.5em;*/
}
#index-body .init-6 li:hover hr {
  background-color: var(--color);
}
#footer {
  background-color: #212121;
  color: white;
}
#footer .form label {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 1em;
  width: 100%;
}
#footer .form label i {
  opacity: .5;
  font-size: 1.2em;
}
#footer .form label input {
  border: none;
  background-color: transparent;
  width: 100%;
}
#footer .form label input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .form label input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .form label input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .form label input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .form label input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer .form button {
  height: 3.125em;
  min-width: 13%;
}
#footer .form button:hover {
  background-color: white;
  color: var(--color);
}
#footer .nav {
  line-height: 2;
}
#footer .nav li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .nav li:hover {
  color: var(--color);
}
#footer .nav li ul {
  display: none;
}
#footer .nav #menu-menu-1 li:first-child {
  display: none;
}
#footer .slide span.h6 {
  line-height: 1;
  font-weight: 600;
}
#footer .info {
  max-width: 310px;
}
#footer #ewm {
  max-width: 150px;
  border: 3px solid white;
  margin-left: auto;
  margin-right: auto;
}
#footer .coy svg {
  max-height: 1.75em;
  width: auto;
  display: block;
  fill: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .coy svg:hover {
  fill: var(--color);
}
@media screen and (max-width: 1700px) {
  #index-body .init-4 .right .map ul li .box2 {
    -webkit-transform: translateX(-30%);
    -moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-2 .privacy {
    top: 10%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  #index-body .init-2 .privacy .line {
    height: 25vw;
  }
}
@media screen and (max-width: 1250px) {
  #index-body .init-4 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-1 .mt-80 {
    margin-top: 0;
  }
  #index-body .init-2 .bottom {
    display: none;
  }
  #index-body .init-5 .logo img,
  #footer .logo img {
    max-height: 50px;
  }
  #footer .footer-center .box .slide:nth-child(1),
  #footer .footer-center .box .slide:nth-child(2),
  #footer .footer-center .box .slide:nth-child(4) {
    display: none;
  }
  #footer .info {
    max-width: none;
  }
  #footer .slide span.h6 {
    padding-left: 0;
    font-size: 20px;
  }
  #footer .footer-center {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-3 .content .play img {
    max-width: 3em;
  }
  #footer .form form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .form form label {
    padding: .7em 1em;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-5 .number-Plus ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.inner-banner {
  position: relative;
  background: #000;
   
}
/*.pro-banner {   height: 100vh;}*/
.inner-banner .content {
  left: 0;
  width: 100%;
  top: 63%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
.inner-banner .content .ydxt {
  width: 2px;
  height: 1em;
  background-color: #d4d6d7;
  display: inline-block;
}
.inner-banner .content .mbx {
  color: rgba(255, 255, 255, 0.5);
}
.inner-banner .content .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-banner .content .mbx a:hover {
  color: white;
}
.inner-banner .content .full {
  font-weight: 900;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-linear-gradient(121deg, #89f7fe, #66a6ff 70%);
  background-image: -moz-linear-gradient(121deg, #89f7fe, #66a6ff 70%);
  background-image: linear-gradient(-31deg, #89f7fe, #66a6ff 70%);
}
.about-page .bg {
  color: white;
}
.about-page .about-1 .text {
  color: #f1f1f1;
  opacity: .84;
  line-height: 2;
}
.about-page .about-1 .text p {
  margin-top: 2em;
}
.about-page .about-1 .text p:first-child {
  margin-top: 0;
}
.about-page .about-1 .list span.h2 {
  font-weight: 900;
  color: #7090c7;
}
.about-page .about-1 .list span.h2 em {
  color: inherit;
}
.about-page .about-1 .list span.h2 sub {
  font-weight: bold;
  vertical-align: baseline;
  color: inherit;
}
.about-page .about-1 .list p {
  line-height: 1.2;
}
.about-page .about-2 {
  mix-blend-mode: plus-lighter;
}
.about-page .about-3 .ui.container {
  width: auto;
  max-width: 1480px;
}
.about-page .about-4 {
  background-color: #eeeef1;
}
.about-page .about-4 .ui.container {
  width: auto;
  max-width: 1480px;
}
.about-page .about-4 .text {
  max-width: 830px;
  margin: 0 auto;
}
.about-page .about-4 .list {
  overflow: hidden;
  padding-right: 33%;
}
.about-page .about-4 .list .slick-list {
  overflow: unset;
}
.about-page .about-4 .list ul {
  margin: -9px;
}
.about-page .about-4 .list ul li {
  padding: 9px;
  width: 100% !important;
}
.about-page .about-4 .list ul li a.img-box span {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5%;
  color: white;
  width: 100%;
  z-index: 2;
  transition: .5s;
}
.about-page .about-4 .list ul li a.img-box:before {
  content: '';
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#242939), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #242939, transparent);
  background-image: -moz-linear-gradient(bottom, #242939, transparent);
  background-image: linear-gradient(to top, #242939, transparent);
  z-index: 1;
  opacity: .8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .list ul li a.img-box:hover span,
.about-page .about-4 .list ul li a.img-box:hover:before {
  opacity: 0;
}
.about-page .about-4 .list ul .slick-slide > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.about-page .about-4 .list ul .slick-slide > div li:first-child {
  grid-column: span 2;
}
.about-page .about-4 .line {
  background-color: #6b6b6c;
  position: relative;
  height: 6px;
}
.about-page .about-4 .line i {
  height: 210%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #7090c7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.news-page span.h6 {
  font-weight: 900;
}
.news-page .text {
  line-height: 1.8;
  color: #828181;
}
.news-page a.link {
  line-height: 1;
}
.news-page .news-1 {
  color: white;
}
.news-page .news-1 .des {
  
  opacity: .74;
}
.news-page .news-1 .left img {
  max-height: 450px;
  object-fit: cover;
  object-position: center;
}
.news-page .news-1 .right {
  padding: 1% 2.5%;
}
.news-page .news-1 .right time {
  color: #adadad;
  font-weight: 600;
}
.news-page .news-1 .right .text {
  color: #f1f1f1;
}
.news-page .news-2 time {
  color: #adadad;
  font-weight: 600;
}
.contact-page .contact-1 {
  background-color: #2a2a2a;
  padding-bottom: 13%;
  color: white;
}
.contact-page .contact-1 .ui.container {
  width: auto;
  max-width: 1480px;
}
.contact-page .contact-1 span.h6 {
  line-height: 1.2;
}
.contact-page .contact-2 .box {
  background-color: #f0f0f0;
  padding: 7% 5%;
  margin-top: -12%;
}
.contact-page .contact-2 form .wid-100 {
  grid-column: span 3;
}
.contact-page .contact-2 form input[type="radio"] + i {
  width: .6em;
  height: .6em;
  border-radius: 100%;
  background-color: white;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.5);
}
.contact-page .contact-2 form input[type="radio"]:checked + i {
  background-color: black;
}
.contact-page .contact-2 form input,
.contact-page .contact-2 form textarea {
  width: 100%;
  padding: 1.2em 1.5em;
  border-radius: 1em;
  background-color: white;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-2 form input:focus,
.contact-page .contact-2 form textarea:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.contact-page .contact-2 form textarea {
  height: 12.85714286em;
}
.contact-page .contact-2 form input[type="submit"] {
  width: auto;
  padding: 0 2.5em;
  background-color: #2f2e2e;
  color: white;
}
.contact-page .contact-2 form input[type="submit"]:hover {
  background-color: var(--color);
}
.contact-page iframe {
  border: none;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.prodet-page .text {
  line-height: 2;
}
.prodet-page .prodet-1 {
  color: white;
      height: 100vh;
}
.videoScroll {
  position: relative;
  z-index: 1;
}
.videoScroll:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(#000), to(transparent));
  background-image: -webkit-linear-gradient(right, #000, transparent);
  background-image: -moz-linear-gradient(right,#000,transparent);
  background-image: linear-gradient(to left, #000, transparent);
  background-size: 3px 3px;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.videoScroll video {
  position: absolute;
  opacity: 0;
  transition: .5s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -2
}
.videoScroll.active video {
  opacity: 1;
}
.videoScroll.active:before {
  opacity: 0.1;
}
.prodet-page .prodet-1 .ui.container {
  max-width: 1090px;
}
.prodet-page .prodet-1 .list span.h6 {
  line-height: .8;
}
.prodet-page .prodet-1 .play {
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .right .text strong {
  font-weight: 500;
  font-size: 2em;
  line-height: 1.2;
}
.prodet-page .prodet-2 .right .scroll {
  max-height: 330px;
  overflow: auto;
  padding-right: 10px;
}
.prodet-page .prodet-3 {
  position: relative;
  z-index: 1;
  color: white;
}
.prodet-page .prodet-3:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(95%, black));
  background-image: -webkit-linear-gradient(bottom, transparent, black 95%);
  background-image: -moz-linear-gradient(bottom, transparent, black 95%);
  background-image: linear-gradient(to top, transparent, black 95%);
  opacity: .6;
  z-index: -1;
}
.prodet-page .prodet-3 .box {
  position: absolute;
  left: 0;
  top:0;
  width: 100%;
}
.prodet-page .prodet-3 .pos {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.prodet-page .prodet-3 .pos .box {
  position: sticky;
  top: 100px;
  left: 0;
}
.prodet-page .prodet-3 .pos .box .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.prodet-page .prodet-3 .list {
  position: relative;
}
.prodet-page .prodet-3 .list ul {
  position: sticky;
  top: 100px;
  left: 0;
}
.prodet-page .prodet-3 .list li {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.prodet-page .prodet-3 .list li img {
  width: 100%;
  object-fit: cover;
  transform: translateX(0);
  transition: transform 0.3s ease-out;
  height: calc(100vh - 100px);
}
.prodet-page .prodet-4 {
  background-color: #444;
  color: white;
}
.prodet-page .prodet-4 .table table {
  color: #ccc;
}
.prodet-page .prodet-4 .table table tr {
  border: none;
  border-top: 1px solid #d0cece;
  border-bottom: 1px solid #d0cece;
  background-color: transparent !important;
}
.prodet-page .prodet-4 .table table tr td {
  border: none;
  padding: .5em;
}
.prodet-page .prodet-4 .table table tr.border {
  border-bottom-width: 2px;
}
.prodet-page .prodet-4 .table table tr td strong {
  font-weight: 500;
}
.prodet-page .prodet-5 {
  background-color: #141414;
  color: white;
}
.prodet-page .prodet-5 .ui.container {
  width: auto;
  max-width: 1600px;
}
.prodet-page .prodet-5 .box .text {
  line-height: 1.2;
}
.prodet-page .prodet-5 .box .text i {
  height: 1em;
}
.prodet-page .prodet-5 .box .img-box span {
  left: 3%;
  bottom: 6%;
  background-color: #e1eaec;
  padding: .5em 1.5em;
  border-radius: 1.5em;
}
.prodet-page .prodet-5 .box .left {
  padding: 3% 0;
  color: #383a3b;
}
.prodet-page .prodet-5 .box .left .box2 {
  background-color: #e1eaec;
  padding: 8%;
  height: 100%;
}
.prodet-page .prodet-5 .box .right {
  padding: 3%;
  background-color: #7090c7;
  position: relative;
}
.prodet-page .prodet-5 .box .right .vs {
  width: 1.57142857em;
  height: 1.57142857em;
  border-radius: 100%;
  background-color: #4e75b9;
  left: 0;
  top: 45%;
}
.prodet-page .prodet-5 .box .right .img-box span {
  left: 2%;
  bottom: 3%;
  background-color: #7090c7;
  padding: 0 1em;
  border-radius: 1.5em;
}
.prodet-page .prodet-6 {
  background-color: #f2f1f1;
}
.prodet-page .prodet-6 img {
  mix-blend-mode: darken;
}
@media screen and (max-width: 1450px) {
  .inner-banner .content .play img,
  .prodet-page .prodet-1 .play img {
    max-width: 60px;
  }
  .prodet-page .prodet-2 .right .text strong {
    font-size: 1.6em;
  }
}
@media screen and (max-width: 1250px) {
  .prodet-page .prodet-2 .right .text strong {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .content {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .prodet-page .prodet-5 .box .right .vs {
    left: 50%;
    top: 0;
    z-index: 1;
  }
  .prodet-page .prodet-5 .box .right,
  .prodet-page .prodet-5 .box .left .box2 {
    padding: 3% !important;
  }
  .prodet-page .prodet-5 .box .text {
    gap: 1em;
  }
  .contact-page iframe {
    height: 300px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-4 .list {
    padding-right: 10%;
  }
  .about-page .about-3 .text {
    width: 100%;
  }
  .inner-banner span.h2 {
    margin: .1em 0;
  }
  .inner-banner .content .ydxt {
    height: 1em;
  }
  .inner-banner .content .play img,
  .prodet-page .prodet-1 .play img {
    max-width: 50px;
  }
  .prodet-page .prodet-2 .right .scroll {
    max-height: none;
    padding: 0;
  }
  .font-48 {
    font-size: 24px;
  }
  .font-40 {
    font-size: 22px;
  }
  .prodet-page .prodet-2 .right .text strong {
    font-size: 1.2em;
  }
  .contact-page .contact-2 form {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-page .contact-2 form .wid-100 {
    grid-column: span 1;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .content .ydxt {
    display: none;
  }
}

.inner-banner .content.t75 {
  top: 75%;
}
.product2-page {
  background-color: #edeceb;
}
.product2-page .product2-1 {
  color: white;
  height:100vh;
}
.product2-page .product2-1 .text {
  max-width: 790px;
  line-height: 1.8125;
  margin-left: auto;
  margin-right: auto;
}
.product2-page .product2-1 .play {
  cursor: pointer;
  cursor: hand;
}
.product2-page .product2-2 .text {
  max-width: 750px;
}
.product2-page .product2-2 .img .small {
  position: absolute;
  bottom: 1em;
  max-width: 590px;
  left: 50%;
  width: 100%;
}
.product2-page .product2-2 .img .small img {
  height: 128px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.product2-page .product2-2 .img .small a.img-box {
  border: 6px solid white;
}
.product2-page .product2-3 {
  position: relative;
  z-index: 1;
}
.product2-page .product2-3:before {
  content: '';
  width: 72%;
  height: 102%;
  position: absolute;
  right: 0;
  top: 30%;
 
  z-index: -1;
}
.product2-page .product2-3 .left {
  overflow: hidden;
}
.product2-page .product2-3 .right {
  max-width: 680px;
}
.product2-page .product2-3 .right span.h2 {
  color: #121212;
}
.product2-page .product2-3 .right .text {
  color: #2d2b2b;
  line-height: 1.75;
  max-width: 600px;
}
.product2-page .product2-3 .right .list img {
  height: 190px;
  object-fit: cover;
  object-position: center;
}
.product2-page .product2-4 {
  position: relative;
  z-index: 1;
}
.product2-page .product2-4 i {
  height: 1em;
}
.product2-page .product2-4 i img {
  max-height: 100%;
}
.product2-page .product2-4 span.h6 {
  line-height: 1.3;
  min-height: 2.6em;
}
.product2-page .product2-4 .text {
  line-height: 2.1875;
}
.product3-page {
  background-color: #ebebeb;
}
.product3-page.inner-banner .content {
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
}
.product3-page.inner-banner .list li {
  background-color: #ebebeb;
  color: #2c2c2c;
}
.product3-page.inner-banner .list .img {
  min-height: 310px;
}
.product3-page.inner-banner .list span.h6 {
  line-height: 1.2;
}
.product3-page.inner-banner .list .text strong {
  font-weight: normal;
  line-height: 1.6;
}
.product3-page.inner-banner .list .text p {
  line-height: 1.8125;
}
.product3-page .product3-2 .small img {
  height: 200px;
  object-fit: cover;
  object-position: center;
}
.product3-page .product3-2 .textList {
  color: #3a3838;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}
.product3-page .product3-2 .textList .text {
  line-height: 1.8125;
}
.product3-page .product3-3 {
  background-color: #2c2c2c;
  color: white;
}
.product3-page .product3-3 .text {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.product3-page .product3-3 li i {
  height: 1em;
}
.product3-page .product3-3 li i img {
  max-height: 100%;
}
.product3-page .product3-3 li span.h6 {
  line-height: 1.16;
  height: 2.32em;
}
.product3-page .product3-4 span.h6 {
  line-height: 1.45;
  min-height: 2.9em;
}
.product4-page .ui.container {
  width: auto;
  max-width: 1480px;
}
.product4-page .text {
  line-height: 1.8125;
  max-height: 10.875em;
  overflow: auto;
  opacity: .74;
}
.product4-page .product4-box {
  color: white;
}
.product4-page .list ul li {
  background-color: transparent !important;
}
.product4-page .list ul li img {
  height: 140px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1450px) {
  .product3-page.inner-banner .list .img {
    min-height: 240px;
  }
  .product2-page .product2-3:before {
    top: 28%;
    height: 109%;
  }
  .product2-page .product2-1 .play {
    max-width: 80px;
  }
  .product2-page .product2-3 .right .list {
    margin-top: 40px;
  }
  .product2-page .product2-3 .right {
    padding-right: 15px;
  }
  .product2-page .product2-3 .right > i img {
    max-width: 50px;
  }
  .product2-page .product2-3 .flex-drr .right {
    padding-left: 15px;
  }
  .product2-page .product2-2 .img .small {
    width: 45%;
  }
  .product2-page .product2-2 .img .small img,
  .product4-page .list ul li img {
    height: 100px;
  }
  .product2-page .product2-3 .right .list img,.product3-page .product3-2 .small img {
    height: 140px;
  }
}
@media screen and (max-width: 1250px) {
  .product2-page .product2-3:before {
    display: none;
  }
  .product2-page .product2-2 .img .small img,
  .product4-page .list ul li img {
    height: 70px;
  }
  .product2-page .product2-3 .right .list img,.product3-page .product3-2 .small img {
    height: 120px;
  }
  .product2-page .product2-1 .play {
    max-width: 60px;
  }
  .product2-page .product2-4 span.h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .product2-page .product2-3 .right {
    max-width: none;
    padding: 0 15px !important;
  }
  .product4-page .text {
    max-height: none;
  }
  .product2-page .product2-2 .img .small img,
  .product4-page .list ul li img,.product3-page .product3-2 .small img {
    height: auto;
  }
  .product2-page .product2-3 .right .list img {
    height: auto;
  }
  .font-36 {
    font-size: 18px;
  }
  .font-38 {
    font-size: 20px;
  }
  .product3-page .product3-4 span.h6 {
    font-size: 16px;
  }
  .product3-page.inner-banner .list span.h6,
  .product3-page .product3-3 li span.h6 {
    font-size: 18px;
  }
  .product3-page.inner-banner .list .img {
    min-height: auto;
  }
  .product3-page.inner-banner .list .box2 {
    padding-bottom: 20px;
  }
  .product3-page.inner-banner .list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product3-page.inner-banner .list li .img {
    height: 100px;
    width: 100%;
  }
  .product3-page.inner-banner .list li .box2 {
    width: 100%;
  }
}
.newsdet-page {
  background-color:#edeceb; 
}
.newsdet-page .text {
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.7);
}
#waveCanvas {
  width: 100%;
  border: none;
  background-color: transparent;
}

.custom-page-1 .inner-banner .content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.custom-page-1 .inner-banner {
  background-color: transparent;
}
.custom-page-1 .custom-1 .text {
  color: #ffffff;
  max-width: 860px;
  margin: auto;
  opacity: .74;
}
.custom-page-1 .custom-2 {
  background-color: #2c2c2c;
  color: #FFFFFF;
}
.custom-page-1 .custom-2 .content {
  left: 5%;
  bottom: 5%;
  width: 90%;
}
.custom-page-1 .custom-3 {
  background-color: #2c2c2c;
  color: #FFFFFF;
}
.custom-page-1 .custom-3 .desc {
  max-width: 740px;
  margin: auto;
  opacity: .74;
}
.custom-page-1 .custom-3 .list .left {
  width: 37%;
}
.custom-page-1 .custom-3 .list .left .bg {
  height: 100%;
}
.custom-page-1 .custom-3 .list .left .bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/custom-3-mask.png) center;
  background-size: auto 100%;
}
.custom-page-1 .custom-3 .list .left .content {
  width: 90%;
  left: 5%;
  bottom: 5%;
}
.custom-page-1 .custom-3 .list .right {
  width: 63%;
}
.custom-page-1 .custom-3 .list .box {
  height: 100%;
  background-color: #3a3737;
  padding: 10%;
}
.custom-page-1 .custom-3 .list .box .text {
  opacity: .79;
}
@media (max-width: 1000px) {
  .custom-page-1 .custom-3 .list .left .bg {
    padding-top: 50%;
  }
}
.custom-page-2 .custom-1 {
  background: #2c2c2c;
  color: #FFFFFF;
}
.custom-page-2 .custom-1 .name {
  line-height: 1.4;
  min-height: 2.8em;
}
.custom-page-2 .custom-1 .list .text {
  opacity: .55;
}
.custom-page-2 .custom-2 {
  background-color: #2c2c2c;
  color: #FFFFFF;
}
.custom-page-2 .custom-2 .text {
  max-width: 860px;
  margin: auto;
  margin-top: 40px;
  opacity: .74;
}
.custom-page-2 .custom-2 .list .big {
  width: 74%;
}
.custom-page-2 .custom-2 .list .big * {
  height: 100%;
}
.custom-page-2 .custom-2 .list .big img {
  object-fit: cover;
  object-position: center;
}
.custom-page-2 .custom-2 .list .small {
  width: 26%;
}
.custom-page-2 .custom-2 .list .small .slick-vertical .slick-slide {
  border: 0;
}
.custom-page-2 .custom-2 .list .small ul {
  margin: -10px;
}
.custom-page-2 .custom-2 .list .small li {
  padding: 10px;
}
.custom-page-2 .custom-3 {
  background-color: #2c2c2c;
  color: #FFFFFF;
}
.custom-page-2 .custom-3 .desc {
  max-width: 740px;
  margin: auto;
  margin-top: 24px;
  opacity: .74;
}
.custom-page-2 .custom-3 .list li {
  margin-bottom: 40px;
}
.custom-page-2 .custom-3 .list .content {
  width: 100%;
  left: 0%;
  bottom: 0%;
  padding: 15% 5% 5%;
  background-image: linear-gradient(to bottom,transparent,black);
}
.custom-page-2 .custom-3 .list .content .text {
  opacity: .79;
  min-height: 3em;
}
@media (max-width: 700px) {
  .custom-page-2 .custom-2 span.h2 {
    font-size: 24px;
  }
  .custom-page-2 .custom-2 .list .small ul {
    margin: -3px;
  }
  .custom-page-2 .custom-2 .list .small li {
    padding: 3px;
  }
}

.inner-page .sidebox .sideleft {
  position: sticky;
  top: 120px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 2;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
  overflow: hidden;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}

.inner-banner .content.t80 {
  top: 80%;
}
.factory-page {
  background-color: #ececed;
}
.factory-page .ui.container {
  width: auto;
  max-width: 1420px;
}
.factory-page .factory-1,.factory-page .factory-2{color: #fff;}

.factory-page .factory-1 .list li span.h6 {
  line-height: 1;
}
.factory-page .factory-1 .list li span.h6 em {
  color: #7090c7;
}
.factory-page .factory-1 .list li span.h6 sub {
  vertical-align: baseline;
}
.factory-page .factory-2 .left .text {
  max-width: 445px;
}
.factory-page .factory-2 .left .list ul li span.h6 {
  line-height: 1;
  font-weight: 900;
  color: #7090c7;
}
.factory-page .factory-2 .left .list ul li span.h6 em {
  line-height: .8;
}
.factory-page .factory-2 .left .list ul li span.h6 sub {
  vertical-align: middle;
}
.factory-page .factory-3 .box {
  padding-top: 24%;
  color: white;
}
.factory-page .factory-3 .box ul {
  padding: 0 10%;
}
.factory-page .factory-3 .box ul i {
  height: 1em;
}
.factory-page .factory-3 .box ul i img {
  max-height: 100%;
}
.factory-page .factory-4 .ui.container {
  max-width: 870px;
}
.honor-page {
  background-color: #f3f3f3;
}
.honor-page .ui.container {
  width: auto;
  max-width: 1420px;
}
.honor-page .text {
  line-height: 2;
}
.honor-page .honor-1 {
  color: white;
}
.honor-page .honor-1 .right span.h6 {
  line-height: 1;
  font-weight: 900;
  color: #7090c7;
}
.honor-page .honor-1 .right span.h6 em {
  line-height: .7;
}
.honor-page .honor-1 .right p {
  color: #cfcfcf;
}
.case-page {
  color: white;
}
.case-page .text {
  line-height: 2;
  color: #e9e4e4;
}
.case-page .inner-banner {
  background-color: transparent;
}
.case-page .inner-banner .text {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.case-page .case-1 .content {
  max-width: 500px;
  margin-left: auto;
  height: 65%;
}
.case-page .case-1 .left {
  position: relative;
}
.case-page .case-1 .left .options {
  position: absolute;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  background-color: #7e7f81;
}
.case-page .case-1 .left .options span {
  min-width: 11.25em;
  height: 3em;
  padding: 0 1em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .case-1 .left .options span.active {
  background-color: #758ec7;
}
.upgrading-page .ui.container {
  width: auto;
  max-width: 1400px;
}
.upgrading-page .inner-banner {
  background-color: transparent;
}
.upgrading-page span.h2 {
  line-height: 1;
}
.upgrading-page span.h2 em {
  color: inherit;
  line-height: 1;
}
.upgrading-page .upgrading-1 {
  position: relative;
}
.upgrading-page .upgrading-1 .small {
  position: absolute;
  left: 58%;
  bottom: 5%;
  width: 540px;
  z-index: 1;
}
.upgrading-page .upgrading-1 .small a.img {
  border: 12px solid white;
  display: block;
}
.upgrading-page .upgrading-2 {
  color: white;
}
.upgrading-page .upgrading-2 li i {
  
  transition: .5s;
  width: 100px;
  border: 1px solid;
}
.upgrading-page .upgrading-3 .list ul li i {
  transition: .5s;
  display: block;
}

.upgrading-page .upgrading-3 .list ul li:hover i {
  transform: rotateY(360deg)
}
.upgrading-page .upgrading-2 li i img {
  max-height: 100%;
}
.upgrading-page .upgrading-2 span.h6 {
  line-height: 1.2;
}
.upgrading-page .upgrading-2 .text {
  line-height: 1.75;
}
.upgrading-page .upgrading-3 {
  background-color: #f4f3f3;
}
.upgrading-page .upgrading-3 .list ul li {
  background-color: #eeeded;
  padding: 11%;
  color: #333030;
}
.upgrading-page .upgrading-3 .list ul li p {
  line-height: 1.77777778;
}
.upgrading-page .upgrading-4 {
  background-color: #e0dede;
}
@media screen and (max-width: 1450px) {
  .honor-page .honor-1 .right span.h6 i {
    zoom: .8;
  }
  .honor-page .honor-3 .top .right img {
    max-height: 50px;
  }
  .upgrading-page .upgrading-3 .list ul {
    grid-template-columns: repeat(5, 1fr);
  }
  .upgrading-page .upgrading-1 .small {
    width: 30%;
  }
  .upgrading-page .upgrading-1 .small a.img {
    border-width: 6px;
  }
  #header .nav .ui.menu .menu-box {
    width: 66%;
  }
}
@media screen and (max-width: 1250px) {
  .upgrading-page .upgrading-2 span.h6 {
    font-size: 18px;
  }
  .upgrading-page .upgrading-3 .list ul li i img {
    max-height: 40px;
  }
  .case-page .case-1 .content {
    height: 90%;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .content.t80 {
    top: 60%;
  }
  .factory-page .factory-1 .list ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
  }
  .factory-page .factory-1 .list ul li {
    width: 30%;
  }
  .factory-page .factory-2 .left .text {
    max-width: none;
    margin-bottom: 2em;
  }
  .factory-page .factory-2 .left .list ul li span.h6 i {
    zoom: .7;
  }
  .factory-page .factory-3 .box ul {
    padding: 0 5%;
  }
  .case-page .case-1 .content {
    height: auto;
    max-width: none;
    padding: 0 15px;
  }
  .case-page .case-1 .content span.h2 {
    font-size: 18px;
    margin-bottom: .5em;
  }
  .upgrading-page .upgrading-3 .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .upgrading-page .upgrading-3 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .upgrading-page .upgrading-3 .list ul li:last-child {
    grid-column: span 2;
  }
  .upgrading-page .upgrading-2 li i,
  .factory-page .factory-3 .box ul i {
    height: 24px;
  }
  .upgrading-page .upgrading-1 .small {
    display: none;
  }
  .upgrading-page .upgrading-4 span.h6 {
    font-size: 16px;
  }
  .honor-page .honor-1 .right ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .honor-page .honor-1 .right span.h6 i {
    zoom: .6;
  }
  .factory-page .factory-1 .list ul li {
    width: 45%;
  }
  .factory-page .factory-2 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .factory-page .factory-1 .list ul li {
    width: 100%;
  }
  .factory-page .factory-3 .box ul {
    padding: 0 2%;
  }
  .honor-page .honor-3 .top .right img {
    max-height: 30px;
  }
  .case-page .case-1 .left .options {
    zoom: .7;
  }
}
/*//20250627*/
.case-page .case-1.wap {
  display: none;
}
.case-page .case-1.pc .box .right {
  height: 100vh;
  position: sticky;
  top: 0;
}
.case-page .case-1.pc .box .right .slide {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.case-page .case-1.pc .box .right .slide.active {
  z-index: 1;
  opacity: 1;
}
.case-page .case-1.pc .box .right .slide .content {
  max-height: 400px;
}
@media screen and (max-width: 1000px) {
  .case-page .case-1.wap {
    display: block;
  }
  .case-page .case-1.pc {
    display: none;
  }
}
.faq-page {
  background-color: #f0f0f0;
}
.faq-page .left {
  position: sticky;
  top: 110px;
}
.faq-page .right {
  background-color: white;
  padding: 2% 4.5% 4%;
}
.faq-page .right span.h6 i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid black;
  opacity: .6;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.faq-page .right .text {
  max-width: 500px;
  color: #b5afaf;
}
.faq-page .right li {
  border-bottom: 1px solid #efeded;
  transition: .5s
}
.faq-page .right li.active {
  border-bottom-color: transparent;
}
.faq-page .right li.active span.h6 i {
  transform: rotateX(180deg);
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .faq-page .left {
    position: static;
  }
  .faq-page .right {
    padding: 3% !important;
  }
}

.automotive-page .product3-page {
  background-color: transparent;
}
.automotive-page .automotive-1 .list ul {
  height: 660px;
}
.automotive-page .automotive-1 .list ul li {
  position: relative;
  transition: .5s;
}
.automotive-page .automotive-1 .list ul li .content i {
  height: 1em;
  display: block;
}
.automotive-page .automotive-1 .list ul li .content i img {
  max-height: 100%;
}
.automotive-page .automotive-1 .list ul li .content span.h6 {
  line-height: 1.8;
}
.automotive-page .automotive-1 .list ul li .content {
  position: absolute;
  left: 0;
  top: 70%;
  width: 100%;
  z-index: 1;
  padding: 0 6%;
  color: white;
}
.automotive-page .automotive-1 .list ul li:hover {
  width: 25% !important;
  flex-shrink: 0;
}
.automotive-page .automotive-2 {
  color: white;
}
.automotive-page .automotive-2 .ui.container {
  max-width: 1370px;
}
.automotive-page .automotive-2 img {
  width: 100%;
}
.automotive-page .automotive-2 .big li .hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  mask-image:linear-gradient(to left,black, black);
  mask-size: 20% 50%;
  mask-repeat:no-repeat;
  mask-position: 0 0;
  opacity: 0;
  transition: .5s opacity;
}
.automotive-page .automotive-2 .big li .hover i {
  position: absolute;
  width: 20%;
  height: 50%;
  border: 2px solid white;
  left: 0;
  top: 0;
}
.automotive-page .automotive-2 .big li .hover:hover {
  opacity: 1;
}
.automotive-page .automotive-2 .textList {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.automotive-page .automotive-3 {
  background-color: #191919;
  color: white;
}
.automotive-page .automotive-3 .text {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.automotive-page .automotive-3 li {
  max-width: 260px;
  margin: 0 auto;
}
.automotive-page .automotive-3 li i {
  height: 1em;
}
.automotive-page .automotive-3 li i img {
  max-height: 100%;
}
.automotive-page .automotive-3 li .text {
  color: #b9babd;
}
@media screen and (max-width: 1000px) {
  .automotive-page .automotive-1 .list ul {
    height: auto;
    flex-wrap: wrap;
    gap:0;
  }
  .automotive-page .automotive-1 .list ul li {
    padding: 5% 3%;
    width: 50%;
  }
  .automotive-page .automotive-1 .list ul li .content {
    position: static;
    padding: 0;
  }
}
.m-page>div {
  display: flex;
  align-items: center;
  gap:1em;
}
.m-page a,
.m-page span {
  width: 2em;
  height: 2em;
  border: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
}
.m-page a:hover,
.m-page span.current {
  background-color: var(--color);
  color: white;
}
.inner-banner .content .play{
  position: relative;
}
.inner-banner .content .play .ksks1{
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -53px 0 0 -53px;
}
.inner-banner .content .play .ksks2{
  transition: 0.8s ease;
}
.inner-banner .content .play:hover .ksks2{
  transform: rotate(360deg);
}
.inner-banner .content .ydxt{
  animation: xtyd 3s infinite!important;
}
@keyframes xtyd
{
    0% {transform: translateY(0);}
    50% {transform: translateY(10px);}
    100% {transform: translateY(0);}
}
@media screen and (min-width:1200px){
  .tsqpban img{
    height: 100vh!important;
  }
}
#index-body .init-2 .content .bottom .small {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  position: static;
}
#index-body .init-2 .content .bottom .small li {
  border: none;
}
#index-body .init-2 .content .bottom .small a.img-box {
  border: 6px solid white;
}
#index-body .init-2 .content .bottom .small li.active a.img-box {
  border-color: var(--color);
}