@font-face {
  font-family: 'rf';
  src: url('../fonts/Tralic-ExtraexpandedRegular.eot');
  src: url('../fonts/Tralic-ExtraexpandedRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/Tralic-ExtraexpandedRegular.woff2') format('woff2'), url('../fonts/Tralic-ExtraexpandedRegular.woff') format('woff'), url('../fonts/Tralic-ExtraexpandedRegular.ttf') format('truetype');
  font-weight: bold;
  font-display: swap;
}
@font-face {
  font-family: 'rf';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-display: swap;
}
@font-face {
  font-family: 'rf';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
}
body {
  font-family: "rf";
  max-width: 1920px;
  --color: black;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1850px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box {
  margin-left: auto;
  margin-right: 4.5em;
  position: relative;
  z-index: 1;
}
#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;
  gap: 1em;
}
#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: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li:nth-child(2) {
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  height: 2.625em;
  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;
  padding: 0 1.2em;
  border-radius: 2em;
  border: 1px solid #ddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  background-color: black;
  color: white;
}
#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;
  border-radius: 5px;
}
#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 {
  z-index: 1;
}
#header .nav .ui.menu .yuy span {
  width: 3.4375em;
  height: 3.4375em;
  border-radius: 100%;
  border: 1px solid #d3d3d3;
  text-transform: capitalize;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .yuy:hover span {
  color: white;
  background-color: var(--color);
}
#header .nav .ui.menu .h-search,
#header .nav .ui.menu .msg {
  width: 3.4375em;
  height: 3.4375em;
  border-radius: 100%;
  border: 1px solid #d3d3d3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search i,
#header .nav .ui.menu .msg i {
  font-size: 1.5em;
}
#header .nav .ui.menu .h-search:hover,
#header .nav .ui.menu .msg:hover {
  color: white;
  background-color: var(--color);
}
#header .product .flex {
  background-color: #e5e5e5;
}
#header .product .flex .link ul {
  height: 100%;
}
#header .product .flex .link ul li {
  position: relative;
}
#header .product .flex .link ul li a {
  height: 100%;
}
#header .product .flex .link ul li a:before {
  content: '';
  width: 1.5625em;
  height: 1px;
  background-color: #aeaeae;
  transition: .5s;
}
#header .product .flex .link ul li:hover a:before {
    width: 0;
}
#header .product .flex .link ul li ul {
  -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;
  height: auto;
  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;
  border-radius: 5px;
}
#header .product .flex .link ul li ul li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .product .flex .link ul li ul li a {
  display: block;
}
#header .product .flex .link ul li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .product .flex .link ul li ul li:hover {
  background: #222;
  color: white;
}
#header .product .flex .link ul li ul li:hover > ul {
  display: block;
}
#header .product .flex .link ul li:hover ul {
  -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.inner {
  position: fixed;
}
#header.active {
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .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: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.more {
  background-color: var(--color);
  color: white;
  height: 3.66666667em;
  padding: 0 1.44444444em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  background-color: #e5e5e5;
  color: var(--color);
  /*-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
}
span.h2 {
  line-height: 1.2;
}
.text {
  color: #8d8d8d;
  line-height: 1.66666667;
}
#banner span.h2 {
  line-height: .8;
}
#banner .dots {
  font-size: 10px;
}
#banner .dots span {
  width: 1em;
  height: 1em;
  border: 1px solid var(--color);
  cursor: pointer;
  cursor: hand;
}
#banner .dots span.active {
  background-color: var(--color);
}
@-webkit-keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes xz {
  from {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes xz {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
hr {
  height: 2px;
  background-color: var(--color);
}
#index-body .init-1 .ui.container {
  max-width: 1300px;
}
#index-body .init-1 span.h2 {
  padding-left: 17%;
}
#index-body .init-1 span.h6 {
  font-weight: 500;
  line-height: 1.5;
}
#index-body .init-1 .play {
  margin-left: 48%;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-1 .play img {
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
#index-body .init-2 .right {
  background-color: var(--color);
  color: white;
  padding: 3% !important;
}
#index-body .init-2 .right span.h2 {
  line-height: 1;
}
#index-body .init-2 .right span.h6 {
  font-weight: 500;
}
#index-body .init-2 .right .slick-dots li {
  border-radius: 0;
  width: 2em;
  height: 2em;
  border: 1px solid transparent;
  opacity: .5;
  position: relative;
}
#index-body .init-2 .right .slick-dots li:before {
  content: '';
  width: 1em;
  height: 1em;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .init-2 .right .slick-dots li.slick-active {
  border-color: white;
  opacity: 1;
}
#index-body .init-3 span.h2.font-100 {
  line-height: .7;
  font-size: 5.20833333vw;
}
#index-body .init-3 span.h2.font-100 span {
  line-height: 1.5;
  font-weight: 500;
}
#index-body .init-3 .list ul li {
  background-color: white;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
#index-body .init-3 .list ul li small {
  white-space: nowrap;
}
#index-body .init-4 {
  overflow: hidden;
}
#index-body .init-4.active {
  overflow: unset;
}
#index-body .init-4 span.h2 {
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-4 span.h2 em {
  position: -webkit-sticky;
  position: sticky;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}
#index-body .init-4 .list {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
#index-body .init-4 .list ul {
  position: -webkit-sticky;
  position: sticky;
  top: 30%;
}
#index-body .init-4 .list li {
  width: 29.16666667vw;
  max-width: 560px;
  background-color: #f2f2f2;
  padding: 1.2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .list li:nth-child(3n+2) {
  margin-top: 3em;
}
#index-body .init-4 .list li:nth-child(3n+3) {
  margin-top: 6em;
}
#index-body .init-4 .list.active li {
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}
#index-body .init-5 {
  overflow: hidden;
}
#index-body .init-5 span.h2 {
  -webkit-animation: lz 10s linear infinite;
  -moz-animation: lz 10s linear infinite;
  animation: lz 10s linear infinite;
}
#index-body .init-5 span.h2 em {
  white-space: nowrap;
}
#index-body .init-5 span.h2 em:nth-child(even) {
  color: transparent;
  -webkit-text-stroke-color: black;
  -webkit-text-stroke-width: 1px;
}
#index-body .init-5 form {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#index-body .init-5 form label {
  border-bottom: 2px solid black;
}
#index-body .init-5 form label input {
  width: 100%;
  border: none;
  padding: .3em 0;
  background-color: transparent;
}
#index-body .init-5 form label button {
  background-color: transparent;
  border: none;
}
#index-body .init-6 .ui.container {
  max-width: 1300px;
}
#index-body .init-6 span.h2 {
  line-height: 1;
}
#index-body .init-6 .list a.img-box time {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color);
  width: 5.71428571em;
  height: 7.14285714em;
  text-align: center;
  color: white;
  padding: 1em;
}
#index-body .init-6 .list a.img-box time em {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  line-height: 1.3;
  margin-bottom: .1em;
}
#index-body .init-6 .list a.img-box span.cat {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: var(--color);
  height: 2.57142857em;
  padding: 0 1.42857143em;
  color: white;
}
@-webkit-keyframes lz {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes lz {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes lz {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#footer {
  background-color: #f2f2f2;
}
#footer .footer-top span.h2 {
  margin-top: -0.2em;
}
#footer .footer-top .text {
  max-width: 410px;
}
#footer .footer-top .nav li {
  margin-top: .6em;
}
#footer .footer-top .nav li:first-child {
  margin-top: 0;
}
#footer .footer-top .nav li a:hover {
  text-decoration: underline;
}
#footer .footer-top #ewm {
  max-width: 130px;
  border: 3px solid white;
}
#footer .footer-top .share a {
  width: 1.44444444em;
  height: 1.44444444em;
  border-radius: 3px;
  background-color: black;
  color: white;
}
#footer .footer-top .share a:nth-child(1) {
  background-color: #2f5096;
}
#footer .footer-top .share a:nth-child(2) {
  background-color: #28a6df;
}
#footer .footer-top .share a:nth-child(3) {
  background-color: #3ab034;
}
#footer .footer-top .share a:nth-child(4) {
  background-color: #d5307c;
}
#footer .footer-top .share a:nth-child(5) {
  background-color: #fe2b54;
}
#footer .footer-top .info ul {
  width: 80%;
}
#footer .footer-top .info .text {
  max-width: none;
  color: black;
}
#footer .footer-top .info .top {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: black;
  color: white;
  cursor: pointer;
  cursor: hand;
}
#footer .footer-bottom {
  background-color: black;
  color: white;
}
#footer .footer-bottom svg {
  max-height: 1.625em;
  width: auto;
  fill: white;
  display: block;
}
@media screen and (max-width: 1450px) {
  #index-body .init-3 span.h2.font-100 {
    font-size: 4.3vw;
  }
  .font-90 {
    font-size: 50px;
  }
  .font-80 {
    font-size: 44px;
  }
  .font-48 {
    font-size: 32px;
  }
  #footer .footer-top .info .text {
    max-width: 500px;
  }
}
@media screen and (max-width: 1250px) {
  #banner {
    margin-top: 80px;
  }
  .font-90 {
    font-size: 40px;
  }
  .font-80 {
    font-size: 34px;
  }
  .font-48 {
    font-size: 28px;
  }
  #index-body .init-1 span.h2 {
    padding-left: 0;
  }
  #index-body .init-1 .play {
    max-width: 30%;
  }
  #index-body .init-4 .list li {
    width: 50vw;
  }
  #index-body .init-4 .list ul {
    top: 20%;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-4 .list ul,
  #index-body .init-4 .list {
    top: 0;
    position: static;
    -webkit-transform: unset !important;
    -moz-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    height: auto !important;
  }
  #index-body .init-4 .list {
    overflow: auto;
    padding-bottom: 20px;
  }
  #index-body .init-4 .list li {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    margin-top: 0 !important;
  }
  #index-body .init-4 span.h2 {
    position: static;
    font-size: 4.2vw;
    margin-bottom: 1em;
    display: block;
  }
  #index-body .init-4 span.h2 em {
    position: static;
    height: auto;
  }
  #footer .footer-top .slide:nth-child(2),
  #footer .footer-top .slide:nth-child(3),
  #footer .footer-top .slide:nth-child(4) {
    display: none;
  }
  #footer .footer-top .slide #ewm {
    display: none;
  }
  #footer .footer-top .slide .share {
    font-size: 18px;
  }
  #footer .footer-top .info .text {
    max-width: none;
  }
  #footer .footer-top .info #top {
    display: none;
  }
  .font-90 {
    font-size: 32px;
  }
  .font-80 {
    font-size: 28px;
  }
  .font-48 {
    font-size: 24px;
  }
  #index-body .init-3 .list ul li {
    top: 60px;
  }
  #index-body .init-1 .play {
    margin-left: auto;
    margin-right: auto;
    max-width: 20%;
  }
}
@media screen and (max-width: 700px) {
  .font-90 {
    font-size: 28px;
  }
  .font-80 {
    font-size: 24px;
  }
  .font-48 {
    font-size: 20px;
  }
  #index-body .init-3 span.h2.font-100 span {
    display: none;
  }
  #index-body .init-3 span.h2.font-100 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-4 .list li {
    width: 90vw;
  }
  #index-body .init-6 .list a.img-box time {
    padding: .3em;
    width: 4.28571429em;
    height: 4.28571429em;
  }
  #index-body .init-6 .list a.img-box span.cat {
    display: none;
  }
  #index-body .init-5 form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .init-5 form label {
    width: 100%;
  }
}
.inner-banner {
  padding-top: 22.91666667%;
}
.inner-banner span.h2 {
  line-height: 1;
}
.inner-banner .mbx a:hover {
  text-decoration: underline;
}

.inner-page .sideBarBox .slideLeft {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
}
.inner-page .sideBarBox .slideLeft .nav {
  border: 1px solid #eee;
}
.inner-page .sideBarBox .slideLeft .nav span.h6 {
    background-color: var(--color);
    color: white;
}
.inner-page .sideBarBox .slideLeft .nav .link {
    font-weight: 300;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
    line-height: 1.8;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li ul {
    font-size: .8em;
    margin-top: .8em;
    padding-left: 1em;
}
.inner-page .sideBarBox .slideLeft .nav .link ul li a:hover,
.inner-page .sideBarBox .slideLeft .nav .link ul li a.active {
    text-decoration: underline;
}
.inner-page .m-page {
    padding: 1em 1.5em;
    background-color: #000;
    color: white;
    line-height: 1;
    font-size: 24px;
}
.inner-page .m-page.pos {
    right: 0;
    bottom: 0;
}
.inner-page .m-page > div {
    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;
}
.inner-page .m-page a,
.inner-page .m-page span {
    margin: 0 .3em;
}
.inner-page .m-page .prev,
.inner-page .m-page .next {
    width: 1.38888889em;
    height: 1.38888889em;
    color: transparent;
    overflow: hidden;
    position: relative;
    background-color: white;
    margin: 0 1em;
}
.inner-page .m-page .prev:before,
.inner-page .m-page .next:before {
    content: '';
    color: #949494;
    font-family: "iconfont";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.inner-page .m-page .prev:hover,
.inner-page .m-page .next:hover {
    background-color: var(--color);
}
.inner-page .m-page .prev:before {
    content: '\e6cf';
}
.inner-page .m-page .next:before {
    content: '\e6e8';
}
.about-page .about-1 .left .number {
    background-color: var(--color);
    color: white;
}
.about-page .about-1 .left .number ul {
    position: relative;
}
.about-page .about-1 .left .number ul:before,
.about-page .about-1 .left .number ul:after {
    content: '';
    background-color: rgba(0, 0, 0, 0.21);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.about-page .about-1 .left .number ul:before {
    width: 100%;
    height: 1px;
}
.about-page .about-1 .left .number ul:after {
    width: 1px;
    height: 100%;
}
.about-page .about-1 .left .number li {
    padding: 10% 15%;
}
.about-page .about-1 .left .number li span.h6 {
    line-height: 1;
    font-weight: 700;
}
.about-page .about-1 .left .number li span.h6 sup {
    margin-left: .3em;
}
.about-page .about-1 .right {
    background-color: #f2f2f2;
}
.about-page .about-1 .right .text {
    line-height: 2;
}
.about-page .about-2 {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
}
.about-page .about-2 i.bg {
    position: relative;
    background-color: white;
    z-index: -1;
}
.about-page .about-2 i.bg em {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background-color: white;
    z-index: 1;
}
.about-page .about-2 span.h2 {
    line-height: 1.4;
}
.about-page .about-2 span.h2 em {
    color: #5a5a5a;
    border-bottom: 3px solid #5a5a5a;
    line-height: 1;
    display: inline-block;
    vertical-align: text-top;
}
.about-page .about-2 .left {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.about-page .about-2 .right li {
    margin-bottom: 2em;
    position: relative;
}
.about-page .about-2 .right li:last-child {
    margin-bottom: 0;
}
.about-page .about-2 .right li:before {
    content: '';
    width: 1px;
    height: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    left: 1.8125em;
    background-color: var(--color);
    position: absolute;
    top: 0;
    z-index: -1;
}
.about-page .about-2 .right li i {
    width: 3.625em;
    height: 3.625em;
    margin-right: 3.5em;
    border: 1px solid #767676;
    color: #767676;
    background-color: white;
}
.about-page .about-2 .right li .content {
    background-color: #e5e5e5;
    padding: 6%;
    min-height: 260px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-2 .right li.active:before {
    height: 100%;
}
.about-page .about-2 .right li.active .content {
    background-color: var(--color);
    color: white;
}
.about-page .about-3 .box {
    background-color: #000;
    padding-left: 5%;
    padding-right: 5%;
    color: white;
}
.about-page .about-3 .box span.h2 {
    line-height: 1.6;
}
.about-page .about-3 .box hr {
    background-color: white;
    margin: 0;
}
.about-page .about-3 .box ul {
    -webkit-column-gap: 2.4em;
    -moz-column-gap: 2.4em;
    column-gap: 2.4em;
    row-gap: 2em;
}
.about-page .about-3 .box ul span.h6 {
    line-height: 2;
}
.about-page .about-3 .box .play {
    cursor: pointer;
    cursor: hand;
}
.about-page .about-3 .box .play img:first-child {
    -webkit-animation: xz 10s linear infinite;
    -moz-animation: xz 10s linear infinite;
    animation: xz 10s linear infinite;
}
.about-page .about-4 {
    overflow: hidden;
}
.about-page .about-4 span.bgtxt {
    white-space: nowrap;
    -webkit-animation: rz 10s linear infinite;
    -moz-animation: rz 10s linear infinite;
    animation: rz 10s linear infinite;
    left: 0;
    top: 25%;
    opacity: .7;
}
.about-page .about-4 span.bgtxt em:nth-child(even) {
    color: transparent;
    -webkit-text-stroke: 2px #969696;
}
.about-page .about-4 span.bgtxt em {
    margin-right: 1em;
}
.about-page .about-4 .o-hide {
    padding-right: 40%;
    margin-right: -40%;
}
.about-page .about-4 ul .slick-list {
    overflow: unset;
}
.about-page .about-4 ul .slick-slide {
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    transition: 1.5s;
}
.about-page .about-4 ul .slick-slide.slick-current ~ .slick-slide {
    margin-top: 2em;
}
.about-page .about-4 ul .slick-slide.slick-current + .slick-slide {
    margin-top: 1em;
}
@-webkit-keyframes rz {
    form {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@-moz-keyframes rz {
    form {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
@keyframes rz {
    form {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    to {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.product-page .sideBarBox .slideRight {
    background-color: #e5e5e5;
}
.product-page .product-1 .sideBarBox .slideRight .text {
    max-height: 300px;
    overflow: auto;
}
.product-page .sideBarBox .slideRight h1 {
    line-height: 1.8;
}
.product-page .sideBarBox .slideRight .img {
    border: 1px solid #3b3a3a;
}
.product-page .sideBarBox .slideRight .img .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    border-top: 1px solid #3b3a3a;
    line-height: 1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .sideBarBox .slideRight .img .link a {
    width: 100%;
    text-align: center;
    padding: .5em;
    border-right: 1px solid #3b3a3a;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.product-page .sideBarBox .slideRight .img .link a:hover {
    background-color: var(--color);
    color: white;
}
.product-page .sideBarBox .slideRight .img:hover .link {
    opacity: 1;
}
.seoCustom span.h2 {
    font-weight: bold;
}
.seoCustom .soe-1 .box {
    padding-left: 5%;
    padding-right: 5%;
    background-color: var(--color);
    color: white;
}
.seoCustom .soe-1 .box .img {
    height: 580px;
}
.seoCustom .soe-1 .box .img .play {
    color: #3b3a3a;
}
.seoCustom .soe-1 .box .text {
    max-height: 300px;
    overflow: auto;
}
.seoCustom .soe-1 .box .more {
    background-color: white;
    color: black;
}
.seoCustom .soe-1 .box .more:hover {
   background-color: #e5e5e5;
   color: black;
}
.seoCustom .soe-3 .box {
    background-color: #e5e5e5;
    padding-left: 3%;
    padding-right: 5%;
}
.seoCustom .soe-3 .box ul li {
    border-bottom: 1px solid #898989;
    line-height: 1.8;
}
.seoCustom .soe-3 .box ul li .logo {
    -webkit-filter: brightness(0);
    filter: brightness(0);
}
.seoCustom .soe-3 .box ul li .content {
    margin-right: auto;
}
.seoCustom .soe-3 .box ul li .content time {
    font-weight: 300;
    line-height: 30px;
}
.seoCustom .soe-3 .box ul li a.link {
    padding: 1em 2em;
    font-weight: 700;
    background-color: #000;
    color: white;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    white-space: nowrap;
}
.seoCustom .soe-3 .box ul li a.link:hover {
    background-color: var(--color);
    color: white;
}
.seoCustom .soe-3 .box ul li:last-child {
    border-bottom: none;
}
.support-page .support-1 .box {
    background-color: #e5e5e5;
}
.support-page .support-1 .box .options span {
    margin-bottom: .2em;
    cursor: pointer;
    cursor: hand;
}
.support-page .support-1 .box .options span.active {
    text-decoration: underline;
    line-height: 1.6;
}
.support-page .support-1 .box .text .slide {
    display: none;
}
.support-page .support-1 .box .text .slide.active {
    display: block;
}
.support-page .support-2 .list {
    padding-left: 0;
    padding-right: 0;
}
.support-page .support-2 .list li {
    border-bottom: 1px solid #3b3a3a;
    cursor: pointer;
    cursor: hand;
}
.support-page .support-2 .list li .num {
    line-height: .7;
    color: transparent;
    -webkit-text-stroke: 1px #3b3a3a;
    margin-bottom: -3%;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
}
.support-page .support-2 .list li .content {
    margin-left: 5%;
}
.support-page .support-2 .list li .content .text {
    display: none;
}
.support-page .support-2 .list li.active .num {
    margin-bottom: 4%;
    color: #3b3a3a;
    line-height: 1;
}
.support-page .support-3 .box {
    padding-left: 5%;
    padding-right: 5%;
    background-color: #3b3a3a;
    color: white;
}
.support-page .support-3 .box .link {
    text-align: center;
    border: 1px solid white;
}
.support-page .support-3 .box .link a {
    padding: 1em;
    border-right: 1px solid white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.support-page .support-3 .box .link a:last-child {
    border-right: none;
}
.support-page .support-3 .box .link a:hover {
    background-color: var(--color);
    color: #3b3a3a;
}
.prodet-page .prodet-1 .box {
    padding-left: 2%;
    padding-right: 5%;
    background-color: #f2f2f2;
}
.prodet-page .prodet-1 .box .left {
    position: sticky;
    top: 200px;
}
.prodet-page .prodet-1 .box .left li {
    display: block !important;
    width: auto !important;
}
.prodet-page .prodet-1 .box .left img {
    width: 100%;
}
.prodet-page .prodet-1 .box .left .small {
    position: relative;
}
.prodet-page .prodet-1 .box .left .small ul {
    margin: -4px;
}
.prodet-page .prodet-1 .box .left .small ul li {
    padding: 4px;
}
.prodet-page .prodet-1 .box .left .small ul .slick-track {
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .box .left .small ul .slick-slide {
    height: auto;
}
.prodet-page .prodet-1 .box .right h1 {
    line-height: 1.4;
}
.prodet-page .prodet-1 .box .right .link a {
    padding: 1em 3em;
    background-color: #000;
    color: white;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .box .right .link a:hover {
   color: black;
   background-color: #e5e5e5;
}
.prodet-page .prodet-1 .box .right .icon img {
    max-height: 50px;
    width: auto;
}
.prodet-page .prodet-1 .box .right .det .slide {
    border-bottom: 1px solid #3b3a3a;
    font-weight: 700;
}
.prodet-page .prodet-1 .box .right .det .slide span.name {
    line-height: 1.2;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-1 .box .right .det .slide span.name i {
    margin-left: 1em;
}
.prodet-page .prodet-1 .box .right .det .slide span.name.active i {
    transform: rotate(45deg);
}
.prodet-page .prodet-1 .box .right .det .slide table td:first-child {
    color: black;
}
.prodet-page .prodet-1 .box .right .det .slide table img {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .prodet-1 .box .right .share {
    line-height: 1;
}
.prodet-page .prodet-2 .box {
    padding-left: 5%;
    padding-right: 5%;
    background-color: #3b3a3a;
    color: white;
}
.prodet-page .prodet-2 .box .img {
    border: 1px solid #3b3a3a;
}
.prodet-page .prodet-2 .box .img .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60%;
    border-top: 1px solid #3b3a3a;
    line-height: 1;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #3b3a3a;
}
.prodet-page .prodet-2 .box .img .link a {
    width: 100%;
    text-align: center;
    padding: .5em;
    border-right: 1px solid #3b3a3a;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-2 .box .img .link a:hover {
    background-color: var(--color);
}
.prodet-page .prodet-2 .box .img:hover .link {
    opacity: 1;
}
.solution-page .solution-1 {
    position: relative;
}
.solution-page .solution-1 span.bg {
    width: 100%;
    height: 100%;
    max-width: 820px;
    z-index: -1;
    background-color: #eee;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}
.solution-page .solution-1 span.bg img {
    mix-blend-mode: darken;
    max-width: 57.21271394%;
    margin-top: 8%;
}
.solution-page .solution-1 span.h3 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.solution-page .solution-1 .text {
    max-width: 690px;
    margin-left: auto;
    margin-right: auto;
}
.solution-page .solution-2 i {
    width: 3.625em;
    height: 3.625em;
    margin-right: 2em;
    border: 1px solid #767676;
    color: #767676;
}
.solution-page .solution-3 .box {
    padding-left: 5%;
    padding-right: 5%;
    background-color: #f2f2f2;
}
.solution-page .solution-3 .box .list {
    border: 1px solid #3b3a3a;
}
.solution-page .solution-3 .box .list ul {
    margin-right: -1px;
}
.solution-page .solution-3 .box .list ul li {
    border-right: 1px solid #3b3a3a;
    padding: 4% 10% 10%;
    position: relative;
}
.solution-page .solution-3 .box .list ul li .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: .5s;
  overflow: hidden;
}
.solution-page .solution-3 .box .list ul li .mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.solution-page .solution-3 .box .list ul li:hover .mask {
  opacity: 1;
}
.solution-page .solution-3 .box .list ul li i img {
    margin: 0 auto;
}
.solution-page .solution-3 .box .list ul li span.h6 {
    line-height: 1.2;
    font-weight: 700;
    margin-top: 30px;
}
.solution-page .solution-3 .box .list ul .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide {
    height: auto;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide > div {
    height: 100%;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide > div li {
    height: 100%;
}
.solution-page .solution-4 span.h2 {
    font-weight: bold;
    white-space: nowrap;
    -webkit-animation: rz 20s linear infinite;
    -moz-animation: rz 20s linear infinite;
    animation: rz 20s linear infinite;
    display: inline-block;
}
.solution-page .solution-4 span.h2 i {
    margin-left: 1em;
    color: transparent;
    -webkit-text-stroke: 1px #3b3a3a;
}
.solution-page .solution-4 span.h2 em {
    margin-right: 1em;
}
.solution-page .solution-4 .form {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
}
.solution-page .solution-4 .form ul {
    row-gap: 1em;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
}
.solution-page .solution-4 .form ul input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #b8b8b8;
    padding: .5em 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-weight: normal;
}
.solution-page .solution-4 .form ul input:focus {
    border-color: var(--color);
}
.solution-page .solution-4 .form ul input::-webkit-input-placeholder {
    color: #3b3a3a;
}
.solution-page .solution-4 .form ul input:-moz-placeholder {
    color: #3b3a3a;
}
.solution-page .solution-4 .form ul input::-moz-placeholder {
    color: #3b3a3a;
}
.solution-page .solution-4 .form ul input:-ms-input-placeholder {
    color: #3b3a3a;
}
.solution-page .solution-4 .form ul input::placeholder {
    color: #3b3a3a;
}
.solution-page .solution-4 .form ul button {
    border: none;
    background-color: transparent;
    margin: 0 auto;
    font-weight: normal;
}
.contact-page .contact-1 .box {
    background-color: #f2f2f2;
}
.contact-page .contact-1 .box .form ul li {
    width: 100%;
}
.contact-page .contact-1 .box .form ul li input,
.contact-page .contact-1 .box .form ul li textarea {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #3b3a3a;
    padding: .6em 0;
    background-color: transparent;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.contact-page .contact-1 .box .form ul li input:focus,
.contact-page .contact-1 .box .form ul li textarea:focus {
    border-bottom-color: var(--color);
}
.contact-page .contact-1 .box .form ul li textarea {
    height: 90px;
}
.contact-page .contact-1 .box .form ul li button {
    height: 3.25em;
    font-weight: 700;
    font-size: 18px;
    padding: 0 2em;
    background-color: #000000;
    border: none;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: white;
}
.contact-page .contact-1 .box .form ul li button:hover {
    background-color: #e5e5e5;
    color: #000000;
}
.contact-page .contact-2 li {
    max-width: 480px;
}
.contact-page .contact-2 span.h6 {
    color: transparent;
    -webkit-text-stroke: 1px #3b3a3a;
}
.contact-page .contact-2 .text {
    line-height: 1.8;
    min-height: 6rem;
}
.contact-page iframe {
    border: none;
    display: block;
}
.news-page ul li span.h6 {
    line-height: 1.4;
    height: 3em;
    font-weight: 700;
    font-size: 24px;
}
@media screen and (max-width: 1450px) {
    .seoCustom .soe-1 .box .img {
        height: 500px;
    }
    .about-page .about-3 .box .play {
        zoom: .7;
    }
    .about-page .about-1 .right .text {
        max-height: 500px;
        overflow: auto;
        padding-right: .5em;
    }
}
@media screen and (max-width: 1250px) {
    .about-page .about-1 .right .text {
        max-height: 400px;
    }
    .about-page .about-3 .box ul {
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em;
        row-gap: 1em;
    }
    .contact-page .contact-1 .box .form ul li {
        margin-top: 0;
    }
    .contact-page iframe {
        height: 320px;
    }
}
@media screen and (max-width: 1000px) {
    .support-page .support-3 .box .link {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1em;
        border: none;
    }
    .support-page .support-3 .box .link a {
        width: auto;
        border: 1px solid white !important;
        padding: .5em 1em;
    }
    .support-page .support-1 .box .right {
        padding: 3% !important;
    }
    .solution-page .solution-1 span.bg {
        max-width: 500px;
    }
    .seoCustom .soe-1 .box .img {
        height: 300px;
    }
    .inner-page .sideBarBox .slideLeft {
        display: none;
    }
    .inner-page .sideBarBox .slideRight {
        width: 100%;
    }
    .inner-page .m-page {
        padding: 1em 2em;
    }
    .contact-page .contact-1 .box .left {
        padding: 4% !important;
    }
    .contact-page .contact-2 li {
        width: auto !important;
    }
    .contact-page .contact-2 ul {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
    }
    .about-page .about-1 .right {
        padding: 3% !important;
    }
    .about-page .about-1 .right span.h2 {
        margin-bottom: 1em;
    }
    .about-page .about-2 .left {
        position: static;
    }
    .about-page .about-2 .right li .content {
        min-height: 100px;
    }
    .about-page .about-3 .box .play {
        zoom: .5;
    }
    .newdet-page .share {
        font-size: 16px;
        gap: 1em;
    }
    .prodet-page .prodet-1 .box .left {
        position: relative;
        top: 0;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-1 .left .number ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .about-page .about-1 .right .text {
        max-height: none;
    }
    .about-page .about-2 .right li i {
        zoom: .7;
    }
    .about-page .about-2 .right li:before {
        left: 1.2em;
    }
    .news-page ul {
        gap: 20px;
    }
    .prodet-page .prodet-1 .box .right .share {
        font-size: 16px;
        gap: 1em;
    }
    .seoCustom .soe-1 .box .img {
        height: 240px;
    }
    .seoCustom .soe-3 .box ul li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .seoCustom .soe-3 .box ul li .content {
        margin: 10px 0;
    }
    .support-page .support-2 .list li .content {
        width: 80%;
    }
    .support-page .support-3 .left {
        display: none;
    }
    .support-page .support-3 .right {
        width: 100%;
    }
    .prodet-page .prodet-1 .box .left .small ul li {
        padding: 1px;
    }
    .prodet-page .prodet-1 .box .left .small ul {
        margin: -1px;
    }
    .contact-page .contact-1 .box .form ul li button {
        padding: 0 2em;
        margin-top: 1em;
        height: 3em;
    }
    .product-page .sideBarBox .slideRight h1{
        font-size: 22px;
        line-height: 40px;
    }
    .product-page .product-1 .sideBarBox .slideRight .text p{
        display: none;
    }
    .font-26{
        font-size: 20px;
        line-height: 1.8;
    }
}
@media screen and (max-width: 500px) {
    .solution-page .solution-2 i {
        zoom: .7;
    }
    .prodet-page .prodet-1 .box .right .link a {
        padding: .5em 1.5em;
    }
    .about-page .about-4 .list {
        padding: 0;
    }
}

.service-page span.h2 {
    margin-bottom: 0.5em;
}
.service-page .service-1 {
    padding-bottom: 110px;
}
.service-page .service-1 .box {
    margin-bottom: 55px;
}
.service-page .service-1 .box .left {
    vertical-align: middle;
    width: 66.3%;
    padding-right: 6%;
}
.service-page .service-1 .box .right {
    vertical-align: middle;
    width: 33.33%;
    padding-left: 2.15%;
}
.service-page .service-1 .list ul {
    margin: 0 -25px;
}
.service-page .service-1 .list ul li {
    padding: 0 25px;
}
.service-page .service-1 .list ul li a.img {
    display: block;
    height: 315px;
    background-size: cover;
    background-position: center;
}
.service-page .service-2 {
    padding-bottom: 100px;
    position: relative;
}
.service-page .service-2:before {
    content: '';
    width: 100%;
    height: 76%;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url('../images/service-2-bg.jpg');
    background-repeat: no-repeat;
    background-size: 27.3%;
    background-position: right bottom;
    background-color: #f7f7f7;
}
.service-page .service-2 .box .left {
    padding-right: 8%;
    vertical-align: bottom;
}
.service-page .service-2 .box .left .img {
    position: relative;
    display: block;
    padding-bottom: 40px;
}
.service-page .service-2 .box .left .img > img {
    display: block;
    margin-left: auto;
    margin-right: -6%;
    mix-blend-mode: darken;
}
.service-page .service-2 .box .left .img .tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    color: white;
}
.service-page .service-2 .box .left .img .tag div {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    height: 150px;
    background-color: rgba(150, 150, 150, 0.74);
    padding: 0 5%;
}
.service-page .service-2 .box .left .img .tag div span.h6 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.2;
}
.service-page .service-2 .box .left .img .tag div.first {
    background-color: rgba(0, 0, 0, 0.7);
}
.service-page .service-2 .box .left .img .tag div.first i {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.service-page .service-2 .box .left .img .tag div.first span.h6 {
    margin-left: .5em;
    color: var(--color);
}
.service-page .service-2 .box .left .img .tag div.last {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.service-page .service-2 .box .left .img .tag div.last p {
    font-size: 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 1px solid white;
    line-height: 1;
    margin: .5em 0;
}
.service-page .service-2 .box .left .img .tag div.last em {
    font-size: 26px;
    width: 100%;
    display: block;
    line-height: .7;
    text-align: center;
}
.service-page .service-2 .box .right {
    vertical-align: bottom;
    padding-right: 2%;
}
.service-page .service-2 .box .right span.h2 {
    margin-bottom: 1em;
}
.service-page .service-2 .box .right .list {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 2em;
}
.service-page .service-2 .box .right .list li {
    margin-bottom: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.service-page .service-2 .box .right .list li:before {
    content: '';
    width: 12px;
    height: 12px;
    -webkit-transform: skewX(-30deg);
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    transform: skewX(-30deg);
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    background-color: var(--color);
    margin-right: .8em;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: .4em;
}
.service-page .service-2 .box .right .list li:last-child {
    margin-bottom: 0;
}
.service-page .about-3 .ui.container {
    max-width: 1540px;
}
.service-page .about-3 .box .left {
    padding-right: 6%;
    vertical-align: top;
    position: -webkit-sticky;
    position: sticky;
    top: 20%;
    margin: 5% 0;
}
.service-page .about-3 .box .right {
    padding-left: 4%;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
}
.service-page .about-3 .box .right:before,
.service-page .about-3 .box .right:after {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    right: 0;
    z-index: 1;
}
.service-page .about-3 .box .right:before {
    top: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, white), to(transparent));
    background-image: -webkit-linear-gradient(top, white 10%, transparent 100%);
    background-image: -moz-linear-gradient(top, white 10%, transparent 100%);
    background-image: linear-gradient(to bottom, white 10%, transparent 100%);
}
.service-page .about-3 .box .right:after {
    bottom: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(10%, white), to(transparent));
    background-image: -webkit-linear-gradient(bottom, white 10%, transparent 100%);
    background-image: -moz-linear-gradient(bottom, white 10%, transparent 100%);
    background-image: linear-gradient(to top, white 10%, transparent 100%);
}
.service-page .about-3 span.h2 {
    line-height: 1.5;
}
.service-page .about-3 .text {
    margin: 2em 0;
}
.service-page .about-3 .text p {
    margin-bottom: 2em;
}
.service-page .about-3 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: -14px;
}
.service-page .about-3 .list ul li {
    padding: 14px;
}
.service-page .about-3 .list ul li img {
    width: 100%;
}
.service-page .about-3 .list ul:last-child {
    position: absolute;
    top: 100%;
    left: 0;
}
.service-page .about-3 .list div {
    width: 50%;
    position: relative;
}
.service-page .about-3 .list div:last-child ul {
    animation-direction: reverse;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.service-page .about-3 .list div:last-child ul:nth-child(2) {
    position: absolute;
    bottom: 100%;
    left: 0;
}
.service-page .about-3 .list div:last-child ul:last-child {
    bottom: 200%;
    top: auto;
}
@media screen and (max-width: 1800px) {
    .about-page .about-5 {
        padding: 90px 0;
    }
    .service-page .service-3 {
        padding: 90px 0;
    }
    .service-page .service-3 .list ul li .box i {
        height: 70px;
    }
    .service-page .service-3 .list ul li .box span.h6 {
        font-size: 20px;
    }
    .service-page .service-1,
    .service-page .service-2 {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 1450px) {
    .inner-page .public-down {
        padding: 30px 0;
    }
    .service-page .service-1 .list ul li a.img {
        height: 280px;
    }
    .service-page .service-2 .box .right .list {
        font-size: 16px;
    }
    .service-page .service-2 .box .left .img .tag div span.h6,
    .service-page .service-2 .box .left .img .tag div.last em {
        font-size: 20px;
    }
    .service-page .service-2 .box .left .img .tag div.last p {
        font-size: 16px;
    }
    .service-page .service-2 .box .left .img .tag div.first i {
        width: 60px;
    }
}
@media screen and (max-width: 1250px) {
    .service-page .about-3 .box .left {
        top: 10%;
    }
    .service-page .about-3 .box .left {
        padding-right: 0;
    }
    .service-page .service-1 .list ul li a.img {
        height: 240px;
    }
    .service-page .service-2 .box .right .list,
    .service-page .service-2 .box .left .img .tag div.last p {
        font-size: 14px;
    }
    .service-page .service-2 .box .left .img .tag div span.h6,
    .service-page .service-2 .box .left .img .tag div.last em {
        font-size: 18px;
    }
    .service-page .service-2 .box .left .img .tag div.last p {
        text-align: center;
    }
    .service-page .service-2 .box .left {
        padding-right: 4%;
    }
}
@media screen and (max-width: 1000px) {
    .service-page .service-1 .box .right {
        display: none;
    }
    .service-page .service-1 .box .left {
        width: 100%;
        padding-right: 0;
    }
    .service-page .service-1 .list ul li {
        padding: 0 10px;
    }
    .service-page .service-1 .list ul {
        margin: 0 -10px;
    }
    .service-page .service-1 .list ul li a.img {
        height: 200px;
    }
    .service-page .service-2 .box .left {
        width: 100%;
        padding-right: 0;
    }
    .service-page .service-2 .box .right {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
    .service-page .about-3 .box .right {
        display: none;
    }
    .service-page .about-3 .box .left {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .service-page .service-1 .list ul li {
        padding: 10px;
    }
    .service-page .service-1 .list ul {
        margin: -10px;
    }
}
@media screen and (max-width: 500px) {
    .service-page .service-2 .box .left .img .tag {
        display: block;
    }
    .service-page .service-2 .box .left .img .tag div {
        width: 100%;
        height: 100px;
    }
    .service-page .service-2 .box .left .img .tag div.last {
        text-align: center;
    }
    .service-page .service-2 .box .left .img .tag div span.h6 {
        width: 100%;
    }
    .service-page .service-1,
    .service-page .service-2 {
        padding-bottom: 20px;
    }
}