@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Light.eot');
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff2') format('woff2'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans.eot');
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff2') format('woff2'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Semibold.eot');
  src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff2') format('woff2'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Bold.eot');
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff2') format('woff2'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/OpenSans-Extrabold.eot');
  src: url('../fonts/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Extrabold.woff2') format('woff2'), url('../fonts/OpenSans-Extrabold.woff') format('woff'), url('../fonts/OpenSans-Extrabold.ttf') format('truetype');
  font-weight: 800;
  font-display: swap;
}
img {
  width: auto;
}
body {
  font-family: "Open Sans";
  max-width: 1920px;
  --color2: #c62c22;
  --color: #252b5b;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1670px;
}
.body-overflow-box {
  position: relative;
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 40px;
  right: 0;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
  height: 90px;
}
#header .nav .ui.menu .menu-box {
  height: 100%;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: right;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  text-decoration: underline;
}
#header .nav .ui.menu .menu-box ul.menu > li:first-child {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  right: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#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;
  right: 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 .box {
  height: 100%;
}
#header .nav .ui.menu .box .yuy span {
  border-radius: 1em;
  padding: 0 1.1em;
  height: 2.28571429em;
  background-color: var(--color);
  gap: 1em;
}
#header .nav .ui.menu .box .yuy span i {
  display: block;
  margin-top: .2em;
}
#header .nav .ui.menu .box .h-search {
  padding: 0 1.71428571em;
  border-radius: 1em;
  border: 1px solid white;
  height: 2.28571429em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box .h-search:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
#header .nav .ui.menu .box .msg {
  height: 2.28571429em;
  border-radius: 1em;
  border: 1px solid white;
  padding: 0 2.28571429em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box .msg:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
#header.active,
#header.inner {
  top: 0;
  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.inner {
  position: sticky;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -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;
  left: 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;
  left: 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);
  right: 15px;
}
#banner .slick-next {
  background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
}
#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;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-right: 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);
  right: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  left: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  right: 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: !important 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
span.h2 {
  line-height: 1.4;
}
.more {
  height: 2.57142857em;
  border: 2px solid white;
  padding-right: 1.5em;
  padding-left: 1.5em;
  border-radius: 2em;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 500;
}
.more i {
  width: 1.28571429em;
  height: 1.28571429em;
  border: 2px solid white;
  border-radius: 100%;
  line-height: 1;
  padding-right: .1em;
  -webkit-transition: .5s border;
  -moz-transition: .5s border;
  transition: .5s border;
}
.more.black {
  border-color: black;
  color: black;
}
.more.black i {
  border-color: black;
}
.more:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
.more:hover i {
  border-color: white;
}
.text {
  line-height: 1.625;
}
#banner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 22;
  background-color: black;
}
#banner li {
  position: relative;
}
#banner li > img,
#banner li .top,
#banner li .more {
  opacity: 0;
  -webkit-transition: 5s opacity,.5s all;
  -moz-transition: 5s opacity,.5s all;
  transition: 5s opacity,.5s all;
}
#banner li > img {
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(black), to(transparent));
  -webkit-mask-image: -webkit-linear-gradient(bottom, transparent, black, transparent);
  mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(black), to(transparent));
  mask-image: linear-gradient(to top, transparent, black, transparent);
  -webkit-mask-size: 50% 50%;
  mask-size: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  transition: 3s;
}
#banner li .content {
  position: absolute;
  right: 0;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
}
#banner li .content span.tag {
  font-weight: 600;
  font-style: italic;
  line-height: 1;
}
#banner li .content span.h2 {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-text-stroke: .5px white;
  font-style: italic;
  line-height: .8;
  font-weight: 800;
}
#banner li .content .slickLine {
  padding-top: .3em;
}
#banner li .content .slickLine span {
  width: .5em;
  height: .5em;
  border-radius: 1em;
  background-color: white;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#banner li .content .slickLine span:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 1em;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.2)), to(white));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.2), white);
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.2), white);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.2), white);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#banner li .content .slickLine span.active {
  background-color: rgba(255, 255, 255, 0.1);
  width: 4em;
}
#banner li .content .slickLine span.active:before {
  width: 100%;
  -webkit-transition: 6.5s;
  -moz-transition: 6.5s;
  transition: 6.5s;
}
#banner .down {
  width: 8.125em;
  height: 8.125em;
  border: 1px solid white;
  color: white;
  position: absolute;
  left: 5%;
  bottom: 6%;
  border-radius: 100%;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 3s;
  -moz-transition: 3s;
  transition: 3s;
  opacity: 0;
}
#banner .down i {
  font-size: 2em;
  line-height: 1;
  margin-bottom: .2em;
}
#banner.active {
  z-index: 0;
}
#banner.active .down {
  opacity: 1;
}
#banner.active li > img,
#banner.active li .top,
#banner.active li .more {
  opacity: 1;
}
#banner.active li > img {
  -webkit-mask-size: 500% 500%;
  mask-size: 500% 500%;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(black), to(transparent));
  -webkit-mask-image: -webkit-linear-gradient(bottom, transparent, black, transparent);
  mask-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(black), to(transparent));
  mask-image: linear-gradient(to top, transparent, black, transparent);
}
#index-body {
  background-color: white;
  position: relative;
  z-index: 1;
}
#index-body .init-1 {
  color: white;
}
#index-body .init-1 .ui.container {
  max-width: 1350px;
}
#index-body .init-1 span.h2 {
  line-height: 1.2;
}
#index-body .init-1 .list ul li {
  height: 100%;
}
#index-body .init-1 .list ul li .box {
  background-color: white;
  color: black;
  height: 100%;
}
#index-body .init-1 .list ul li .box .text {
  font-weight: 600;
  font-style: italic;
  line-height: 1.61111111;
}
#index-body .init-1 .list ul li .box .text p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: .5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .list ul li .box .text p:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: var(--color2);
  margin-top: .7em;
}
#index-body .init-1 .list ul li .box .text p:hover {
  color: var(--color2);
}
#index-body .init-1 .list ul li .box .img {
  text-align: left;
  margin-top: auto;
}
#index-body .init-1 .list ul li .box .img img {
  display: block;
  margin-right: auto;
  max-width: 38%;
}
#index-body .init-2 span.h2 {
  line-height: .8;
}
#index-body .init-2 .list {
  line-height: 1.4;
}
#index-body .init-2 .list span.h6 {
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .list span.h6:hover {
  color: var(--color);
}
#index-body .init-3 .maxw {
  max-width: 1350px;
  margin: 0 auto;
}
#index-body .init-3 span.h2 {
  line-height: 1.1;
  position: relative;
  z-index: 1;
}
#index-body .init-3 span.h2 em {
  display: block;
  line-height: 1.1;
}
#index-body .init-3 span.h2 i {
  margin-bottom: -0.55em;
  color: transparent;
  line-height: 1.2;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(45.83%, white), color-stop(20%, black));
  background-image: -webkit-linear-gradient(bottom, white 45.83%, black 20%);
  background-image: -moz-linear-gradient(bottom, white 45.83%, black 20%);
  background-image: linear-gradient(to top, white 45.83%, black 20%);
}
#index-body .init-3 .box {
  color: white;
}
#index-body .init-3 .box .content .text {
  max-width: 770px;
  color: #c9c9c9;
  font-weight: 300;
}
#index-body .init-3 .list {
  margin-top: 34%;
}
#index-body .init-3 .list i {
  width: 2em;
  height: 2em;
}
#index-body .init-3 .list i img {
  max-width: 100%;
}
#index-body .init-3 .list span.h6 {
  font-weight: 600;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .list hr {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
}
#index-body .init-3 .list hr:before {
  content: '';
  width: 13%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .list .text {
  line-height: 1.88888889;
  font-weight: 300;
}
#index-body .init-3 .list li:hover span.h6 {
  color: var(--color2);
}
#index-body .init-3 .list li:hover hr:before {
  background-color: var(--color2);
}
#index-body .init-4 span.h2 {
  font-weight: 600;
  line-height: .8;
  width: 100%;
}
#index-body .init-4 span.h2 .scroll {
  -webkit-animation: lz 10s linear infinite;
  -moz-animation: lz 10s linear infinite;
  animation: lz 10s linear infinite;
}
#index-body .init-4 span.h2 em {
  white-space: nowrap;
  padding-left: 1em;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(40%, #252a59), to(#4b5189));
  background-image: -webkit-linear-gradient(left, #252a59 40%, #4b5189);
  background-image: -moz-linear-gradient(left, #252a59 40%, #4b5189);
  background-image: linear-gradient(to right, #252a59 40%, #4b5189);
}
#index-body .init-4 .prev,
#index-body .init-4 .next {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-4 .prev:hover,
#index-body .init-4 .next:hover {
  background-color: var(--color);
}
#index-body .init-4 .list .link {
  height: 3.11111111em;
  padding: 0 2.44444444em;
  border-radius: 2em;
  background-color: var(--color);
  color: white;
  float: left;
  margin-bottom: -8.66666667em;
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list .link:hover {
  background-color: black;
}
#index-body .init-4 .list .box {
  position: relative;
}
#index-body .init-4 .list .box:before {
  content: '';
  width: 200%;
  height: 1px;
  background-color: var(--color);
  opacity: .21;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  z-index: -1;
}
#index-body .init-4 .list .img > img {
  position: relative;
}
#index-body .init-4 .list .img span.h6 {
  font-weight: 600;
  line-height: 1.2;
  color: var(--color);
}
#index-body .init-4 .list .img ul {
  z-index: 1;
}
#index-body .init-4 .list .img ul .slick-list {
  padding-top: 40px;
}
#index-body .init-4 .list .img ul .slick-slide {
  -webkit-transform: scale(0.86);
  -moz-transform: scale(0.86);
  -ms-transform: scale(0.86);
  transform: scale(0.86);
  z-index: -2;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  margin-top: -40px;
  opacity: .2 !important;
  -webkit-transition: 1.5s !important;
  -moz-transition: 1.5s !important;
  transition: 1.5s !important;
}
#index-body .init-4 .list .img ul .slick-slide.slick-current {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 0;
  margin-top: 0;
  opacity: 1 !important;
}
#index-body .init-4 .list .img ul .slick-slide.slick-current + div {
  -webkit-transform: scale(0.93);
  -moz-transform: scale(0.93);
  -ms-transform: scale(0.93);
  transform: scale(0.93);
  z-index: -1;
  margin-top: -20px;
  opacity: .4 !important;
}
#index-body .init-5 {
  color: white;
}
#index-body .init-5 span.h2 {
  font-weight: 600;
  line-height: 1.2;
}
#index-body .init-5 .down {
  width: 9.375em;
  height: 9.375em;
  border-radius: 100%;
  border: 1px solid white;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-5 .down i {
  font-size: 2em;
  line-height: 1;
}
#index-body .init-5 .text {
  color: #bababa;
}
#index-body .init-5 .list li {
  height: 100%;
}
#index-body .init-5 .list li .box {
  height: 100%;
  background-color: white;
  color: black;
}
#index-body .init-5 .list li .box time {
  color: var(--color);
  line-height: 1;
}
#index-body .init-5 .list li .box span.h6 {
  font-weight: 600;
  line-height: 1.5;
}
#index-body .init-5 .list li .box .text {
  line-height: 1.625;
}
@-webkit-keyframes lz {
  from {
    -webkit-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  to {
    -webkit-transform: translateX(50.0%);
    transform: translateX(50.0%);
  }
}
@-moz-keyframes lz {
  from {
    -moz-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  to {
    -moz-transform: translateX(50.0%);
    transform: translateX(50.0%);
  }
}
@keyframes lz {
  from {
    -webkit-transform: translateX(-0.0);
    -moz-transform: translateX(-0.0);
    transform: translateX(-0.0);
  }
  to {
    -webkit-transform: translateX(50.0%);
    -moz-transform: translateX(50.0%);
    transform: translateX(50.0%);
  }
}
#footer {
  background-color: black;
  color: white;
  position: relative;
  z-index: 1;
}
#footer .info span.h6 {
  font-weight: 600;
  line-height: 1;
}
#footer .info .text {
  line-height: 2.25;
  font-weight: 300;
  max-width: 420px;
  color: #adadad;
}
#footer .link li {
  width: 100%;
}
#footer .link a {
  height: 8em;
  border: 1px solid white;
  line-height: 1.2;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .link a:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#footer hr {
  background-color: white;
  opacity: .2;
}
#footer .coy {
  font-weight: 300;
}
#footer .coy svg {
  max-height: 1.625em;
  width: auto;
  display: block;
  fill: white;
}
@media screen and (max-width: 1700px) {
  #index-body .init-3 .maxw {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1250px) {
  .font-em-20 {
    font-size: 1.5em;
  }
  #footer .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .info,
  #footer .link {
    width: 100%;
  }
  #footer .info .text {
    max-width: 300px;
  }
  #footer .logo img {
    max-height: 50px;
  }
  #index-body .init-5 .right {
    display: none;
  }
  #index-body .init-5 .left {
    width: 100%;
  }
  #banner .down {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #banner .top {
    display: none;
  }
  #banner span.h2 {
    margin-top: 0;
  }
  .font-26 {
    font-size: 18px;
  }
  .font-50 {
    font-size: 24px;
  }
  #index-body .init-4 .list .link {
    display: none;
  }
  #index-body .init-4 .list .img ul {
    width: 80%;
    position: static !important;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    margin: 0 auto;
  }
  #index-body .init-4 .list .img > img {
    display: none;
  }
  #footer .info ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .info ul li {
    width: 100%;
  }
  #footer .info ul li .text {
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  .font-80 {
    font-size: 24px;
  }
  #index-body .init-4 .list .img {
    width: 80%;
  }
  #banner li .more {
    display: none;
  }
  #banner li span.h2 {
    margin-bottom: 0;
  }
  #footer .link ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .link ul li {
    width: 49%;
  }
}

.play-btn {
  font-size: 30px;
  background-color: var(--color);
}
.play-btn i {
  border-right: 0;
}
.about2-page .about-1::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 33%;
  background-color: #f7f7f7;
}
.about2-page .about-1 .content {
  line-height: 1.75;
}
.about2-page .about-1 .list li .num {
  font-family: 'Anton';
}
.about2-page .about-1 .list li p {
  line-height: 1.75;
}
.about2-page .about-1 .list li:hover {
  color: var(--color);
}
.about2-page .about-2 {
  background-color: #fcf8f2;
}
.about2-page .about-2 .left img {
  margin-top: -17%;
}
.about2-page .about-2 .text {
  line-height: 1.75;
}
.about2-page .about-3 .arrow {
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, -0.2px 7px );
  box-shadow: 0px 4px 7px rgba(0, 0, 0, -0.2px 7px );
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.about2-page .about-3 .arrow:hover {
  background-color: var(--color);
  color: #FFFFFF;
}
.about2-page .about-3 .list .slick-list {
  overflow: visible;
}
.about2-page .about-3 .list .box .img,
.about2-page .about-3 .list .box .content {
  grid-column: 1;
  grid-row: 1;
}
.about2-page .about-3 .list .box .img {
  position: relative;
}
.about2-page .about-3 .list .box .img::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(transparent 30%, rgba(0, 0, 0, 0.5));
  background-image: -moz-linear-gradient(transparent 30%, rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.5));
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-page .about-3 .list .box .content {
  color: #FFFFFF;
}
.about2-page .about-3 .list .box .content p {
  line-height: 1.75;
}
.about2-page .about-4 {
  background-color: #f7f7f7;
}
.about2-page .about-4 .list .box {
  background-color: #FFFFFF;
}
.about2-page .about-4 .list .box .icon {
  width: 1.22em;
  height: 1.22em;
  border: 1px solid #000000;
  border-radius: 50%;
}
.about2-page .about-4 .list .box p {
  line-height: 1.75;
}
.about2-page .about-5 .left .map .point .dot {
  cursor: pointer;
}
.about2-page .about-5 .left .map .point .dot.active,
.about2-page .about-5 .left .map .point .dot:hover {
  color: #d81e06;
}
.about2-page .about-5 .left .map .point .dot.active + .img,
.about2-page .about-5 .left .map .point .dot:hover + .img {
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  opacity: 1;
}
.about2-page .about-5 .left .map .point .img {
  z-index: 1;
  width: 10vw;
  bottom: 110%;
  right: 50%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  pointer-events: none;
}
.about2-page .about-5 .left .map .point:nth-of-type(1) {
  right: 14%;
  top: 40%;
}
.about2-page .about-5 .left .map .point:nth-of-type(2) {
  right: 45%;
  top: 42%;
}
.about2-page .about-5 .left .map .point:nth-of-type(3) {
  right: 47%;
  top: 34%;
}
.about2-page .about-5 .left .map .point:nth-of-type(4) {
  right: 48.5%;
  top: 34%;
}
.about2-page .about-5 .left .map .point:nth-of-type(5) {
  right: 50%;
  top: 39%;
}
.about2-page .about-5 .left .map .point:nth-of-type(6) {
  right: 51.5%;
  top: 34%;
}
.about2-page .about-5 .left .map .point:nth-of-type(7) {
  right: 77%;
  top: 49%;
}
.about2-page .about-5 .left .map .point:nth-of-type(8) {
  right: 79%;
  top: 47%;
}
.about2-page .about-5 .left .text {
  line-height: 1.2;
  color: var(--color);
  margin-top: -1em;
}
.about2-page .about-5 .right .box {
  background-color: rgba(26, 117, 141, 0.7);
  color: #FFFFFF;
}
.about2-page .about-5 .right .form input,
.about2-page .about-5 .right .form textarea {
  padding: 15px 0;
  width: 100%;
  border: 0;
  background-color: transparent;
  border-bottom: 1px solid currentColor;
}
.about2-page .about-5 .right .form input::-webkit-input-placeholder, .about2-page .about-5 .right .form textarea::-webkit-input-placeholder {
  color: #FFFFFF;
}
.about2-page .about-5 .right .form input:-moz-placeholder, .about2-page .about-5 .right .form textarea:-moz-placeholder {
  color: #FFFFFF;
}
.about2-page .about-5 .right .form input::-moz-placeholder, .about2-page .about-5 .right .form textarea::-moz-placeholder {
  color: #FFFFFF;
}
.about2-page .about-5 .right .form input:-ms-input-placeholder, .about2-page .about-5 .right .form textarea:-ms-input-placeholder {
  color: #FFFFFF;
}
.about2-page .about-5 .right .form input::placeholder,
.about2-page .about-5 .right .form textarea::placeholder {
  color: #FFFFFF;
}
.about2-page .about-5 .right .form button {
  border: 0;
  background-color: transparent;
}
.about2-page .about-5 .right .form button span.arrow {
  width: 2em;
  height: 2em;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 50%;
}
@media (max-width: 1250px) {
  .about2-page .about-2 .left img {
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .about2-page .about-1 .list li {
    width: 50%;
  }
  .about2-page .about-2 {
    margin-top: 0;
  }
}
@media (max-width: 700px) {
  .play-btn {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .about2-page .about-1 .list li {
    width: 100%;
  }
}
.about2-page .about2-1 .box {
  background-color: #f7f7f7;
}
.about2-page .about2-1 .text {
  color: #999999;
  line-height: 1.77777778;
}
.about2-page .about2-1 .btns a {
  height: 3em;
  background-color: var(--color);
  color: #FFFFFF;
  border-radius: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-page .about2-1 .btns a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: currentcolor;
  margin-left: 10px;
}
.about2-page .about2-1 .btns a:hover {
  background-color: #000000;
}
.about2-page .about2-2 .list p {
  line-height: 1.75;
  color: #999999;
}
.about2-page .about2-3 {
  background-color: #f7f7f7;
}
.about2-page .about2-3 .list .box {
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.about2-page .about2-3 .list .box .tags span {
  line-height: 1.75;
  background-color: rgba(51, 51, 51, 0.2);
}
.about2-page .about2-3 .list .box .name {
  line-height: 1.33333333;
}
.about2-page .about2-3 .list .box .name i {
  width: 0.66666667em;
  right: 0;
  top: 0;
}
.about2-page .about2-3 .list .box p {
  color: #333333;
  line-height: 1.5;
  min-height: 4.5em;
}
.about2-page .about2-3 .list .box .btns a {
  padding: .75em 2em;
  background-color: #232323;
  color: #FFFFFF;
  border-radius: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about2-page .about2-3 .list .box .btns a:hover {
  background-color: var(--color);
}
.about2-page .about2-3 .bottom span {
  border-bottom: 1px solid currentColor;
}
.about2-page .about2-4 {
  color: #FFFFFF;
}
.about2-page .about2-4 .text {
  line-height: 1.75;
}
.about2-page .about2-4 .icon {
  width: 1.27em;
  height: 1.27em;
  background-color: var(--color);
  border-radius: 50%;
}
.faq-page .list .box {
  background-color: #f5f5f5;
  border-radius: 2.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.faq-page .list .box .bc {
  color: #1b2185;
}
.faq-page .list .box .name {
  margin-top: .5em;
}
.faq-page .list .box .text {
  margin-top: .7em;
}
.faq-page .list .box i {
  width: 1em;
  text-align: center;
}
.faq-page .list .box i::before {
  content: "+";
}
.faq-page .list .box .content {
  display: none;
}
.faq-page .list .box.active {
  border-radius: 1.4em;
}
.faq-page .list .box.active i::before {
  content: "-";
}
@media (max-width: 700px) {
  .faq-page .list .box .name {
    margin-top: 0;
  }
  .faq-page .list .box .text {
    margin-top: 0;
  }
}
.m-page a,
.m-page span {
  font-weight: 500;
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  line-height: 2.2em;
  border-radius: 50%;
  text-align: center;
}
.m-page span {
  background-color: var(--color);
  color: #FFFFFF;
}
.download-page .option .cur {
  background-color: #FFFFFF;
  color: #000000;
  height: 3em;
  border-radius: 1.5em;
  min-width: 308px;
  position: relative;
  z-index: 1;
}
.download-page .option .items {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  border-radius: 1.5em;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: right;
  top: 100%;
  right: 0;
  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);
  display: none \9;
}
.download-page .option:hover .items {
  -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;
}
.download-page .list {
  border: 1px solid #cecece;
}
.download-page .title {
  border-radius: inherit;
  border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: var(--color);
  color: #FFFFFF;
  border-bottom: 1px solid #cecece;
}
.download-page .title .icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.download-page .content li + li {
  border-top: 1px solid #cecece;
}
@media (max-width: 1000px) {
  .download-page .option .cur {
    min-width: auto;
  }
}
.product-1 .cates li a {
  border: 1px solid #333333;
  opacity: 0.5;
  padding: .375em 1.5em;
  border-radius: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-1 .cates li a:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: #FFFFFF;
  opacity: 1;
}
.product-1 .cates li.active a {
  background-color: var(--color);
  border-color: var(--color);
  color: #FFFFFF;
  opacity: 1;
}
.product-1 .right .text {
  color: #666666;
  line-height: 1.55555556;
}
.product-2 {
  background-color: #f7f7f7;
}
.product-2 .left {
  position: sticky;
  top: 100px;
}
.product-2 .left .item {
  background-color: #FFFFFF;
}
.product-2 .left .item .list ul li {
  border-bottom: 1px solid rgba(51, 51, 51, 0.05);
}
.product-2 .left .item .list ul li span.check {
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  right: 0;
  top: .25em;
  border-radius: 50%;
  background-color: #dadada;
}
.product-2 .left .item .list ul li span.check i {
  opacity: 0;
}
.product-2 .left .item .list ul li span.arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-2 .left .item .list ul li.active span.check {
  background-color: var(--color);
  color: #FFFFFF;
}
.product-2 .left .item .list ul li.active span.check i {
  opacity: 1;
}
.product-2 .left .item .list ul li.active span.arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product-2 .left .item .list ul li ul {
  display: none;
}
.product-2 .left .item .list ul li ul li {
  border: 0;
  color: #999999;
}
.product-2 .right .list .box {
  -webkit-transition: -webkit-box-shadow 0.5s;
  transition: -webkit-box-shadow 0.5s;
  -moz-transition: box-shadow 0.5s;
  transition: box-shadow 0.5s;
  transition: box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
.product-2 .right .list .box:hover {
  -webkit-box-shadow: 0px 4px 28px 2px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 28px 2px rgba(0, 0, 0, 0.11);
}
.product-2 .right .list .box:hover .btns {
  opacity: 1;
}
.product-2 .right .list .box .img {
  background-color: #FFFFFF;
}
.product-2 .right .list .box .hot {
  min-width: 3.6em;
  text-align: center;
  right: 12px;
  top: 12px;
  border-radius: 2em;
  color: #FFFFFF;
}
.product-2 .right .list .box .hot span {
  line-height: 2em;
}
.product-2 .right .list .box .put {
  left: 12px;
  bottom: 12px;
  width: 3.1em;
  height: 3.1em;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid rgba(83, 83, 83, 0.3);
  -webkit-transition: border-color 0.5s;
  -moz-transition: border-color 0.5s;
  transition: border-color 0.5s;
  cursor: pointer;
}
.product-2 .right .list .box .put.active,
.product-2 .right .list .box .put:hover {
  border: 1px solid #535353;
}
.product-2 .right .list .box .shopcart {
  font-size: 12px;
}
.product-2 .right .list .box .shopcart > div {
  display: inline-block;
  vertical-align: top;
}
.product-2 .right .list .box .shopcart .icon {
  width: 2em;
}
.product-2 .right .list .box .shopcart .num {
  font-size: 12px;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  border-radius: 50%;
  background-color: #c9c9c9;
  color: #FFFFFF;
  margin-top: -1em;
}
.product-2 .right .list .box .put.active .shopcart .num {
  background-color: #252b5b;
}

.product-2 .right .list .box .name {
  line-height: 1.5;
  min-height: 3em;
  color: #333333;
}
.product-2 .right .list .box .icon2 {
  width: 1em;
}
.product-2 .right .list .box .text {
  margin-top: .5em;
  padding-right: 0em;
  color: #333333;
  line-height: 1.5;
  min-height: 3em;
}
.product-2 .right .list .box .btns {
  opacity: 0;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.product-2 .right .list .box .btns a {
  overflow: hidden;
  height: 2em;
  line-height: 2em;
  background-color: var(--color);
  color: #FFFFFF;
  border-radius: 1em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.product-2 .right .list .box .btns a::before,
.product-2 .right .list .box .btns a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-2 .right .list .box .btns a::before {
  background-image: url(../images/home3-mask1.png);
}
.product-2 .right .list .box .btns a::after {
  background-image: url(../images/home3-mask2.png);
  opacity: 0;
}
.product-2 .right .list .box .btns a:hover {
  background-color: #333333;
}
.product-2 .right .list .box .btns a:hover::before {
  opacity: 0;
}
.product-2 .right .list .box .btns a:hover::after {
  opacity: 1;
}
@media (max-width: 1450px) {
  .product-2 .right .list .box .shopcart .icon {
    width: 1.5em;
  }
}
@media (max-width: 1000px) {
  .product-2 .right .list .box {
    -webkit-box-shadow: 0px 4px 28px 2px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 4px 28px 2px rgba(0, 0, 0, 0.11);
  }
  .product-2 .right .list .box .btns {
    opacity: 1;
  }
}
.prodet-1 {
  background-color: #f7f7f7;
}
.prodet-1 .left .dots li {
  margin: 0 6px;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: #000000;
  border-radius: 50%;
  opacity: .3;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  transition: opacity .5s;
}
.prodet-1 .left .dots li button {
  display: none;
}
.prodet-1 .left .dots li.slick-active {
  background-color: #063190;
  opacity: 1;
}
.prodet-1 .right .slickBtn div {
  background-color: #FFFFFF;
  color: #000000;
  -webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, -0.2px 7px );
  box-shadow: 0px 4px 7px rgba(0, 0, 0, -0.2px 7px );
}
.prodet-1 .right .slickBtn div:hover {
  background-color: var(--color);
  color: #FFFFFF;
}
.prodet-1 .right .text {
  line-height: 2;
  color: #666666;
}
.prodet-1 .right .btns a {
  overflow: hidden;
  min-width: 11em;
  padding: 0 1em;
  height: 3em;
  line-height: 3em;
  background-color: var(--color);
  color: #FFFFFF;
  border-radius: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.prodet-1 .right .btns a::before,
.prodet-1 .right .btns a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-1 .right .btns a::before {
  background-image: url(../images/home3-mask1.png);
}
.prodet-1 .right .btns a::after {
  background-image: url(../images/home3-mask2.png);
  opacity: 0;
}
.prodet-1 .right .btns a:hover {
  background-color: #333333;
}
.prodet-1 .right .btns a:hover::before {
  opacity: 0;
}
.prodet-1 .right .btns a:hover::after {
  opacity: 1;
}
.prodet-2 .left .text {
  line-height: 2;
}
.prodet-2 .right ul {
  grid-template-columns: repeat(2, 1fr);
}
.prodet-2 .right img {
  border: 1px solid #cacaca;
}
.prodet-2 .right .btns a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 3em;
  line-height: 3em;
  background-color: var(--color);
  color: #FFFFFF;
  border-radius: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.prodet-2 .right .btns a::before,
.prodet-2 .right .btns a::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-2 .right .btns a::before {
  background-image: url(../images/home3-mask1.png);
}
.prodet-2 .right .btns a::after {
  background-image: url(../images/home3-mask2.png);
  opacity: 0;
}
.prodet-2 .right .btns a:hover {
  background-color: #333333;
}
.prodet-2 .right .btns a:hover::before {
  opacity: 0;
}
.prodet-2 .right .btns a:hover::after {
  opacity: 1;
}
.prodet-3 .tabs span {
  cursor: pointer;
}
.prodet-3 .tabs span.active {
  background-color: var(--color);
  color: #FFFFFF;
}
.prodet-4 {
  background-color: #f7f7f7;
}
.prodet-4 .list .box {
  background-color: #FFFFFF;
}
.prodet-4 .list .box .icon2 {
  width: 1em;
}
.prodet-4 .list .box .text {
  margin-top: .5em;
  padding-right: 0em;
  line-height: 1.5;
  min-height: 3em;
}
.prodet-4 .list a.morebtn {
  background-color: #FFFFFF;
  border-radius: 2em;
}
.prodet-3 table {
  border: none;
}

.prodet-3 table td,
.prodet-3 table th {
  padding: 1em;
  border: 1px solid #eee;
}
.prodet-3 table tbody {
  table-layout: fixed;
}
table tr:nth-child(even) {
    background: transparent;
}
table tr:nth-child(odd) {
    background: #f8f8f8;
}

.inner-banner {
  min-height: 100px;
  background-color: #252b5b0a;
}
.inner-banner .bgImg {
  bottom: 10px;
  left: 0;
  width: 42%;
}
.inner-banner .container {
  z-index: 2;
  color: #090909;
}
.inner-banner .container .mbx span {
  color: var(--color);
}
.inner-banner .container .mbx .mbxBox {
  font-size: 20px;
}
.inner-banner .container .mbx .mbxBox a {
  margin-left: 3px;
  margin-right: 3px;
  text-transform: capitalize;
}
.inner-banner .container .mbx .mbxBox span {
  margin-right: 3px;
  text-transform: capitalize;
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}

.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;

  line-height: 1.3;
}

.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: right;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}

.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}

.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: right;
}

.gallery-page .content .box ul li {
  padding: 15px;
}

.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}

.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}

.gallery-page .content .box ul li .imgbox .text .h5 {
  display: block;
  font-size: 18px;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 0px 0 0 0;
  
  background: white;
  padding: 30px 10px;

}

.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.7;
}

.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}

.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}

.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}

.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}

.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}

.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}

.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}

.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}

@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}

@media screen and (max-width: 1250px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}

@media screen and (max-width: 1000px) {
  .gallery-page .content .box ul li {
    width: 50%;
    padding: 5px;
  }
}

@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }

  .gallery-page .content .box ul {
    margin: -3px;
  }
  .gallery-page .content .box ul li .imgbox .text .h5 {
    font-size: 16px;
    padding: 8px 10px;
  }

  .gallery-page .content .box div {
    margin-top: 0;
  }

  .gallery-page {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page .content .box ul li {
    width: 100%;
    padding: 3px;
  }
}

.manufacture-page .manufacture-1 .text {
  max-width: 950px;
  margin: 0 auto 70px;
}
.manufacture-page .manufacture-1 ul {
  margin: -38px -17px;
}
.manufacture-page .manufacture-1 ul li {
  padding: 38px 17px;
  width: 25%;
}
.manufacture-page .manufacture-1 ul li h4 {
  font-weight: 600;
}
.manufacture-page .manufacture-2 {
  padding: 120px 0 125px;
  margin-top: 120px;
  background-color: #252b5b;
}
.manufacture-page .manufacture-2 ul li {
  color: white;
  margin-bottom: 30px;
}
.manufacture-page .manufacture-2 ul li:last-child {
  margin-bottom: 0;
}
.manufacture-page .manufacture-2 ul li:nth-child(2n) .text {
  padding-left: 0;
  padding-right: 70px;
}
.manufacture-page .manufacture-2 ul li:nth-child(2n) .text a.more {
  height: 55px;
  border-radius: 25px;
}
.manufacture-page .manufacture-2 ul li .text {
  padding-left: 70px;
}
.manufacture-page .manufacture-3 {
  padding-top: 125px;
}
.manufacture-page .manufacture-3 .text {
  max-width: 870px;
  margin: 0 auto 70px;
}
.manufacture-page .manufacture-3 ul li h4 {
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1450px) {
  .manufacture-page .manufacture-3 {
    padding-top: 125px;
  }
}
@media screen and (max-width: 1250px){
  .manufacture-page .manufacture-1 ul li {
    width: 33.3333333%;
  }
  .manufacture-page .manufacture-3 {
    padding-top: 85px;
  }
}
@media screen and (max-width: 1000px){
  .manufacture-page .manufacture-1 ul li {
    width: 50%;
  }
  .manufacture-page .manufacture-2 ul li .img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  
  .manufacture-page .manufacture-2 ul li:nth-child(2n) .text {
    padding-right: 0;
  }
  .manufacture-page .manufacture-2 ul li:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .manufacture-page .manufacture-2 ul li .text {
    padding-left: 0;
  }
  .manufacture-page .manufacture-2 ul li .text h3 {
    font-size: 24px;
  }
  .manufacture-page .manufacture-2 ul li .text,
  .manufacture-page .manufacture-2 ul li .img {
    width: 100%;
    margin: 20px 0;
  }
  .manufacture-page .manufacture-2 {
    padding: 85px 0;
  }
}
@media screen and (max-width: 500px) {
  .manufacture-page .manufacture-1 ul li {
    width: 100%;
  }
}

.news-page .container .content .column .box {
  position: relative;
  overflow: hidden
}

.news-page .container .content .column .box a {
  display: block;
  overflow: hidden
}

.news-page .container .content .column .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.news-page .container .content .column .box .shadow {
  opacity: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0))
}

.news-page .container .content .column .box .cont {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  width: 100%;
  padding: 0 40px;
  bottom: 46px;
  right: 0;
  z-index: 3;
  color: #000
}

.news-page .container .content .column .box .cont .title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 16px
}

.news-page .container .content .column .box .cont .des {
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 16px
}

.news-page .container .content .column .box:hover .shadow {
  opacity: 1
}

.news-page .container .content .column .box:hover .cont {
  transform: translateX(-6.0px);
  -ms-transform: translateX(-6.0px);
  -moz-transform: translateX(-6.0px);
  -webkit-transform: translateX(-6.0px);
  -o-transform: translateX(-6.0px);
}

.news-page {
  background: #fff;
}

.news-page .sideright {
  padding: 0 0 50px;
}

.news-page .sideright .list ul {
  margin-left: -1rem;
}

.news-page .sideright .list ul li {
  padding-left: 1rem;
  margin-bottom: 3rem;
}

.news-page .sideright .list ul li .img {
  position: relative;
}

.news-page .sideright .list ul li .img img {
  width: 100%;
}

.news-page .sideright .list ul li .img .date {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: var(--color);
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  line-height: 1.5em;
  border-radius: 2px;
}

.news-page .sideright .list ul li .img .date span {
  display: block;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.news-page .sideright .list ul li .img .date i {
  display: block;
  font-size: 24px;
  line-height: 1.8;
  font-style: normal;
  color: #fff;
  font-weight: bold;
}

.news-page .sideright .list ul li .con {
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}

.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  margin-bottom: 15px;
}

.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
  color: var(--color);
}

.news-page .sideright .list ul li .con p {
  color: #555;
  font-size: 16px;
  line-height: 2;
}

.news-page .sideright .list ul li .con i {
  color: var(--color);
  font-size: 18px;
}

.news-page .sideright .list ul li .con .divider {
  width: 100%;
  min-height: 1px;
  background-color: rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-page .sideright .list ul li .con .news-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
}

.news-page .sideright .list ul li .con .news-info .news-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-page .sideright .list ul li .con .news-info .news-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
  margin-left: 7px;
}

.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
  font-size: 16px;
  line-height: 2;
  color: #555;
}

.news-page .sideright .list ul li .con a.link-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
}

.news-page .sideright .list ul li .con a.link-btn::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.news-page .sideright .list ul li .con a.link-btn:hover::before {
  width: 100%;
}

.news-page .news-1 {
  margin-bottom: 80px;
  background-color: white;
}

.news-page .news-1 .left {
  width: 53%;
  vertical-align: middle;
}

.news-page .news-1 .right {
  padding-right: 4%;
  width: 47%;
  vertical-align: middle;
}

.news-page .news-1 .right time {
  font-size: 16px;
  color: var(--color);
  display: block;
  font-weight: 600;
  line-height: 1.2;
}

.news-page .news-1 .right span.h6 {
  font-size: 30px;
  font-weight: 600;
  color: #494949;
  line-height: 1.6;
  margin: .3em 0 1em;
  display: block;
}

.news-page .news-1 .right .text {
  font-size: 18px;
  margin-bottom: 30px;
}


.news-page.newsBox span.h2 {
  font-size: 48px;
}

.news-page.newsBox .list {
  margin-top: 30px;
}

.news-page.newsBox .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

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

.news-page.newsBox .list ul li .content {
  padding: 45px;
  background: #f6f6f6;
}

.news-page.newsBox .list ul li time {
  display: block;
  font-size: 16px;
  color: var(--color);
  line-height: 1.2;
  margin-top: 10px;
}

.news-page.newsBox .list ul li .h6 {
  font-size: 20px;
  font-weight: 600;
  color: #494949;
  margin: .6em 0 1em;

  transition: .5s;
  min-height: 65px;
}

.news-page.newsBox .list ul li .h6:hover {
  color: var(--color);
}

.news-page.newsBox .list ul li p {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 1250px) {
  .news-page.newsBox .list ul li {
    width: 50%;
  }
  .news-page.newsBox .list ul li .content {
    padding: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .sideright {
    padding: 0 0 50px 0 !important;
  }
  .news-page.newsBox .list ul li {
    width: 50%;
  }

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

  .news-page .news-1 .box .right {
    width: 100%;
    padding-right: 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .news-page .sideright .list ul {
    margin-left: 0;
  }

  .news-page .sideright .list ul li {
    width: 100%;
    padding-left: 0;
  }

  .news-page .sideright .list ul li .con {
    padding: 20px 10px;
  }

  .news-page .sideright .list ul li .con h5,
  .news-page .sideright .list ul li .con h5 a {
    font-size: 20px;
  }

  .news-page .sideright .list ul li .con p {
    font-size: 14px;
  }

  .news-page .sideright .list ul li .con .news-info .card-news-service-text,
  .news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 14px;
  }

  .news-page .sideright .list ul li .con .news-info .news-info-right {
    font-size: 14px;
  }
  .news-page .news-1 .left {
    width: 100%
  }

  .news-page .news-1 .right span.h6 {
    font-size: 24px;
  }

  .news-page.newsBox span.h2 {
    font-size: 24px;
  }

  .news-page.newsBox .list ul li {
    width: 100%;
  }
}
.dect-page .dect-1 .left .txt {
  color: #6f666d;
  max-height: 650px;
  overflow-y: auto;
}
.dect-page .dect-1 .right .play-btn {
  top: auto;
  right: 5%;
  bottom: 8%;
  -webkit-transform: translate(-0.0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(-0.0,0);
}

.dect-page .dect-2 ul {
  margin: 0 -13px;
}
.dect-page .dect-2 ul li {
  text-align: center;
  padding: 0 13px;
  margin: 13px 0;
}
.dect-page .dect-3 {
  background-color: #f1f1f1;
}
.dect-page .dect-3 .lists {
  margin: 0 -18px;
}
.dect-page .dect-3 .titleBox .titl { 
  color: #1a191a;
  margin-top: 90px;
}
.dect-page .dect-3 .titleBox .txt {
  color: #6f666d;
  max-width: 350px;
}
.dect-page .dect-3 .listBox .list {
  background-color: #fff;
  height: 100%;
}
.dect-page .dect-3 .listBox .list .titl {
  margin-bottom: 10px;
}
.dect-page .dect-3 .listBox .num {
  color: #faf6f9;
  width: 79px;
  height: 79px;
  border: 8px solid #fff;
  background-color: var(--color);
  border-radius: 50%;
  margin-bottom: -30px;
  position: relative;
  z-index: 5;
}
.dect-page .dect-3 .listB {
  width: 100%;
  padding: 0 18px;
  height: 100%;
  padding-bottom: 70px;
}
@media screen and (max-width: 1250px) {
  .dect-page .dect-3 .listBox .num {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .dect-page .dect-2 ul li {
    width: 49%;
  }
}
@media screen and (max-width: 700px) {
  .dect-page .dect-3 .listB {
    padding-right: 5px;
    padding-left: 5px;
  }
  .dect-page .dect-3 .lists {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 500px) {
  .dect-page .dect-2 ul li {
    width: 100%;
  }
  .dect-page .dect-3 .titleBox .titl {
    margin-top: 20px;
  }
  .dect-page .dect-3 .titleBox {
    padding-bottom: 30px;
  }
}

.trainingE-page .trainingE-4 .form .input {
  margin-bottom: 10px;
}
.trainingE-page .trainingE-4 .form .input input,
.trainingE-page .trainingE-4 .form .input textarea {
  line-height: 24px;
  padding: 18px;
  font-size: 14px;
  color: black;
  width: 100%;
  border: 1px solid #e1e1e1;
  -webkit-filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.03));
  filter: drop-shadow(0 0 7px rgba(0, 0, 0, 0.03));
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.trainingE-page .trainingE-4 .form .input input:hover,
.trainingE-page .trainingE-4 .form .input textarea:hover {
  border-color: #015cbb;
}
.trainingE-page .trainingE-4 .form .input input::-webkit-input-placeholder, .trainingE-page .trainingE-4 .form .input textarea::-webkit-input-placeholder {
  color: #999;
}
.trainingE-page .trainingE-4 .form .input input:-moz-placeholder, .trainingE-page .trainingE-4 .form .input textarea:-moz-placeholder {
  color: #999;
}
.trainingE-page .trainingE-4 .form .input input::-moz-placeholder, .trainingE-page .trainingE-4 .form .input textarea::-moz-placeholder {
  color: #999;
}
.trainingE-page .trainingE-4 .form .input input:-ms-input-placeholder, .trainingE-page .trainingE-4 .form .input textarea:-ms-input-placeholder {
  color: #999;
}
.trainingE-page .trainingE-4 .form .input input::placeholder,
.trainingE-page .trainingE-4 .form .input textarea::placeholder {
  color: #999;
}
.trainingE-page .trainingE-4 .form .input:last-child {
  margin-bottom: 0;
}
.trainingE-page .trainingE-4 .form .input textarea {
  height: 278px;
}
.trainingE-page .trainingE-4 .form .left {
  width: 40%;
}
.trainingE-page .trainingE-4 .form .right {
  width: 60%;
  padding-right: 20px;
}
.trainingE-page .trainingE-4 .form .right .yzm {
  width: 50%;
  position: relative;
  display: inline-block;
}
.trainingE-page .trainingE-4 .form .right .yzm img {
  position: absolute;
  left: 10px;
  top: 15px;
}
.trainingE-page .trainingE-4 .form .right .send {
  float: left;
  text-align: center;
  padding-top: 15px;
}
.trainingE-page .trainingE-4 .form .right .send input {
  width: auto;
  line-height: 32px;
  height: 32px;
  border-radius: 16px;
  padding: 0 38px;
  background: #3c3c3c;
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.trainingE-page .trainingE-4 .form .right .send input:hover {
  background: #015cbb;
}
.trainingE-page .trainingE-4 h3 {
  display: block;
  font-size: 22px;
  color: #5c5c5c;
  margin-bottom: 30px;
  padding: 0 5%;
}
@media screen and (max-width: 1700px) {
  .trainingE-page .trainingE-4 .form .input input,
  .trainingE-page .trainingE-4 .form .input textarea {
    padding: 12px;
  }
  .trainingE-page .trainingE-4 .form .input textarea {
    height: 230px;
  }
}

@media screen and (max-width: 700px) {
  .trainingE-page .trainingE-4 .form .right {
    width: 100%;
    padding-right: 0;
    padding-top: 15px;
  }
  .trainingE-page .trainingE-4 .form .left {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .trainingE-page .trainingE-4.contact h3 {
    padding: 0 5%;
  }

  .trainingE-page .trainingE-4 .form .right .yzm {
    width: 100%;
  }
}
.about-page .about-1 {
  height: 50vw;
}
.about-page .about-1 .content {
  background-color: rgba(255, 255, 255, 0.9);
}
.about-page .about-1 .content span.h2:not(.font-bold) {
  font-weight: 500;
  margin-bottom: .2em;
}
.about-page .about-1 .content span.h2 em {
  color: var(--color);
}
.about-page .about-1 .content .right {
  margin: 0 auto;
}
.about-page .about-1 .content .text {
  max-height: 300px;
  overflow: auto;
}
.about-page .about-1 .content .text p {
  margin-top: 1.22222222em;
}
.about-page .about-1 .content .text p:first-child {
  margin-top: 0;
}
.about-page .about-2 li i {
  height: 2em;
}
.about-page .about-2 li i img {
  max-height: 2em;
}
.about-page .about-2 li hr {
  max-width: 160px;
  margin-right: 0;
  margin-left: auto;
}
.about-page .about-2 li span.h6 {
  line-height: 1.2;
}
.about-page .about-2 li p {
  line-height: 1.3;
}
.about-page .about-3 {
  background-color: #f1f2f4;
}
.about-page .about-3 .list .slide {
  background-color: white;
}
.about-page .about-3 .list .slide .btn {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list .slide .btn.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.about-page .about-3 .list .slide .bottom {
  height: 28.64583333vw;
  position: relative;
  overflow: hidden;
}
.about-page .about-3 .list .slide .bottom:before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
  background-image: -webkit-linear-gradient(bottom, black, transparent);
  background-image: -moz-linear-gradient(bottom, black, transparent);
  background-image: linear-gradient(to top, black, transparent);
  opacity: .7;
}
.about-page .about-3 .list .slide .bottom .content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  color: white;
}
.about-page .about-3 .list .slide .bottom .content .text {
  font-weight: 500;
}
.about-page .about-3 .list .slide .bottom .content .more {
  background-color: var(--color);
  color: white;
}
.about-page .about-3 .list .slide .bottom .content .more:hover {
  background-color: white;
  color: var(--color);
}
.about-page .about-5 {
  color: white;
}
.about-page .about-5 .img {
  /*border: 10px solid white;*/
}
.about-page .about-5 .right ul {
  line-height: 1;
  font-weight: bold;
  position: relative;
}
.about-page .about-5 .right ul:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0.06818182em;
  top: 0;
}
.about-page .about-5 .right ul .slick-track {
  margin-top: 1em;
}
.about-page .about-5 .right ul .slick-slide {
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: scale(0.56818182);
  -moz-transform: scale(0.56818182);
  -ms-transform: scale(0.56818182);
  transform: scale(0.56818182);
  -webkit-transform-origin: 12% center;
  -moz-transform-origin: 12% center;
  -ms-transform-origin: 12% center;
  transform-origin: 12% center;
  position: relative;
}
.about-page .about-5 .right ul .slick-slide.prev0,
.about-page .about-5 .right ul .slick-slide.next0 {
  opacity: .5;
}
.about-page .about-5 .right ul .slick-slide.prev1,
.about-page .about-5 .right ul .slick-slide.next1 {
  opacity: .3;
}
.about-page .about-5 .right ul .slick-slide.prev2,
.about-page .about-5 .right ul .slick-slide.next2 {
  opacity: .18;
}
.about-page .about-5 .right ul .slick-slide.prev0,
.about-page .about-5 .right ul .slick-slide.prev1,
.about-page .about-5 .right ul .slick-slide.prev2 {
  top: -0.1em;
}
.about-page .about-5 .right ul .slick-slide.next0,
.about-page .about-5 .right ul .slick-slide.next1,
.about-page .about-5 .right ul .slick-slide.next2 {
  top: .1em;
}
.about-page .about-5 .right ul .slick-slide li span:after {
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .right ul .slick-slide.slick-current {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.about-page .about-5 .right ul .slick-slide.slick-current li span:after {
  opacity: 1;
}
.about-page .about-5 .right li {
  cursor: pointer;
  cursor: hand;
}
.about-page .about-5 .right li span:after {
  content: '';
  width: 0.13636364em;
  height: 0.13636364em;
  border-radius: 100%;
  background-color: white;
}
.about-page .about-6 ul {
  -webkit-filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.05));
}
.aboutDet-page .aboutDet-1 .ml-0 {
  margin-right: auto;
}
.aboutDet-page .aboutDet-1 .mr-0 {
  margin-left: auto;
}
.aboutDet-page .aboutDet-1 .text {
  color: #888;
  line-height: 1.5;
}
.aboutDet-page .aboutDet-1 .text strong {
  font-weight: bold;
  color: black;
}
.aboutDet-page .aboutDet-1 .text p {
  margin-top: 1.25em;
}
.aboutDet-page .aboutDet-1 .text p:first-child {
  margin-top: 0;
}
.aboutDet-page .aboutDet-1 .number ul {
  row-gap: 2em;
}
.aboutDet-page .aboutDet-1 .number ul li {
  border-bottom: 2px solid #e9e9e9;
}
.aboutDet-page .aboutDet-1 .number span.h6 {
  color: var(--color);
  line-height: 1;
}
.aboutDet-page .aboutDet-1 .number span.h6 sub {
  vertical-align: baseline;
  font-size: 0.4em;
}
.aboutDet-page .aboutDet-2 {
  background-color: #fbfbfb;
}
.aboutDet-page .aboutDet-2 ul {
  -webkit-filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 15px 20px rgba(0, 0, 0, 0.05));
}
.contact-page .contact-1 form ul {
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
.contact-page .contact-1 form input[type='text'],
.contact-page .contact-1 form textarea,
.contact-page .contact-1 form label:not(.flex) {
  width: 100%;
  border: 1px solid #d9d9d9;
  padding: .6em 1em;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 form input[type='text']::-webkit-input-placeholder, .contact-page .contact-1 form textarea::-webkit-input-placeholder, .contact-page .contact-1 form label:not(.flex)::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 form input[type='text']:-moz-placeholder, .contact-page .contact-1 form textarea:-moz-placeholder, .contact-page .contact-1 form label:not(.flex):-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 form input[type='text']::-moz-placeholder, .contact-page .contact-1 form textarea::-moz-placeholder, .contact-page .contact-1 form label:not(.flex)::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 form input[type='text']:-ms-input-placeholder, .contact-page .contact-1 form textarea:-ms-input-placeholder, .contact-page .contact-1 form label:not(.flex):-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 form input[type='text']::placeholder,
.contact-page .contact-1 form textarea::placeholder,
.contact-page .contact-1 form label:not(.flex)::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 form input[type='text']:focus,
.contact-page .contact-1 form textarea:focus,
.contact-page .contact-1 form label:not(.flex):focus {
  border-color: var(--color);
}
.contact-page .contact-1 form label:not(.flex) {
  color: rgba(0, 0, 0, 0.6);
}
.contact-page .contact-1 form textarea {
  height: 11.25em;
}
.contact-page .contact-1 form .radio label {
  color: #b7b7b7;
  line-height: 1;
}
.contact-page .contact-1 form .radio label i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  border: 1px solid #b7b7b7;
}
.contact-page .contact-1 form .radio label i.iconfont {
  font-size: 1.3em;
  line-height: .7;
}
.contact-page .contact-1 form .radio label i.iconfont:before {
  position: relative;
  top: .05em;
}
.contact-page .contact-1 form .radio label input:checked ~ i.dots {
  border: 0.25em solid white;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: var(--color);
}
.contact-page .contact-1 form button {
  background-color: var(--color);
  border: none;
  color: white;
  min-width: 9.58333333em;
}
.contact-page .contact-1 form button:hover {
  background-color: black;
}
.contact-page .contact-2 .img {
  height: 19.79166667vw;
}
.contact-page .contact-2 .info {
  padding-right: 1em;
  padding-left: 1em;
}
.contact-page .contact-2 .info i {
  color: var(--color);
}
.contact-page .contact-3 iframe {
  height: 32.29166667vw;
  background-color: #eee;
  border: none;
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 {
    height: auto;
  }
  .about-page .about-1 .content {
    position: static;
  }
  .about-page .about-1 .content .text {
    max-height: none;
    padding-left: 0;
  }
  .about-page .about-3 .list .slide .bottom {
    height: auto;
  }
  .product-2 .left {
    position: static;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-2 .img {
    height: 40vw;
  }
  .aboutDet-page .aboutDet-1 .number span.h6 sub {
    font-size: 14px;
  }
  .about-page .about-5 .right {
    display: none;
  }
  .about-page .about-5 .left {
    width: 100%;
  }
  .about-page .about-3 .list .slide .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .list .slide .top span.h6 {
    width: 100%;
  }
  .about-page .about-3 .list .slide .top .text {
    width: 80%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-2 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
  .about-page .about-2 ul li {
    width: 40%;
  }
  .contact-page .contact-3 iframe {
    height: 50vw;
  }
}

.Hbtn {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--color);
  padding-top: 11px;
  padding-bottom: 11px;
  overflow: hidden;
  border-radius: 12em;
}
.Hbtn span,
.Hbtn img {
  z-index: 2;
}
.Hbtn img {
  width: 22px !important;
  height: 22px;
  top: 5px;
  left: 6px;
}
.Hbtn::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border: 1px solid transparent;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.Hbtn:hover::before {
  background: #333;
  width: 100%;
}
.Hbtn2 {
  color: #1c1b1a;
  background-color: #eee7e7;
}
.Hbtn2:hover {
  color: #fff;
}
.colorF {
    color: #fff;
}
.poa {
  position: absolute;
}
.lgc {
    color: var(--color2);
}
.prodet-page .prodet-100 .left {
    gap: 1em;
}
.prodet-page .prodet-100 .left ul {
    margin: -0.5em;
}
.prodet-page .prodet-100 .left ul li {
    padding: .5em;
}
.prodet-page .prodet-100 .left .small .slick-current .img-box {
    border-color: var(--color);
}
.prodet-page .prodet-100 .img-box {
    border: 1px solid #dfdfdf;
    padding: 6%;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-100 .right .list .slide {
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-100 .right .list .slide span.h6 {
    font-weight: 500;
    line-height: 1.2;
}
.prodet-page .prodet-100 .right .list .slide span.h6 i {
    width: .6em;
    height: .6em;
    position: relative;
}
.prodet-page .prodet-100 .right .list .slide span.h6 i:before,
.prodet-page .prodet-100 .right .list .slide span.h6 i:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: black;
}
.prodet-page .prodet-100 .right .list .slide span.h6 i:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.prodet-page .prodet-100 .right .list .slide .text {
    color: #5f5f5f;
    line-height: 1.5;
}
.prodet-page .prodet-100 .right .list .slide.active {
    border-bottom-color: transparent;

}
.prodet-page .prodet-100 .right .more {
    border-radius: 2em;
    background-color: var(--color);
    color: white;
    height: 2.5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;

}
.prodet-page .prodet-100 .right .more:hover {
    background-color: black;
}